/*!om-menu, featured-images, threaded-comments, translation-ready

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

sigmasolvetheme1 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, 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;
	text-decoration:none !important;
}

/**
 * 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;
}

p {
	margin:0 !important;
}

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%;
}

.custom-btn .elementor-button-content-wrapper {
    gap: 10px !important;
}

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

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.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: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

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: ;
}
 */
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;
}

/* .post,
.page {
	margin: 0 0 1.5em;
} */

.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;
}

.top-adjest-icon button.btn.btn-primary {
    background: none;
    border: none;
	width: 56px;
    position: relative;
    top: 0px;
}

.clients-left-img .elementor-widget-wrap{
	margin-bottom:0px!important;
}

.work-home-view a.elementor-button.elementor-button-link.elementor-size-sm:hover {
    text-decoration: underline;
}

.elementor-element.elementor-element-c2ab8ce.good-firms-img.elementor-widget.elementor-widget-image {
    margin-left: 15px;
    margin-right: -15px;
}

.insights-view  ul.elementor-inline-items.elementor-icon-list-items.elementor-post-info {
    margin-left: 0px;
    margin-right: 0px;
}

.clients-left-img {
    /* position: relative; */
    /* bottom: 80px; */
    margin-top: -80px;
}

.top-adjest-icon button.btn.btn-primary{
	box-shadow:none!important;
}


.testimonials .elementor-element.elementor-element-4f9f1f2 {
    margin-bottom: 0px;
}

.home_expertise .tab {
  
    height: auto!important;
	width: 40%;
}

.home .elementor-column.elementor-col-20.elementor-inner-column.elementor-element.elementor-element-f2eeec8.top-adjest-icon {
    position: relative;
    top: 5px;
	width:70px;
}

.elementor-nav-menu a {
    padding: 13px 17px!important;
}

.top-adjest-icon {
   z-index:1;
}

.our-clients-views h5.elementor-heading-title.elementor-size-default {
    padding-top: 8px;
}

.contact-views .elementor-widget-text-editor p strong {
    color: #000;
}

.contact-views .elementor-widget-text-editor p{
	margin-bottom:20px;
}

.contact-views .elementor-widget-text-editor a {
   font-weight:700;
}

.insights-view a.elementor-button.elementor-button-link.elementor-size-sm {
    background: none;
}
.insights-view span.elementor-button-icon.elementor-align-icon-right {
    position: relative;
    bottom: 5px;
	margin-left:13px!important;
}
.insights-view span.elementor-icon-list-icon {
    margin-right: 9px;
    position: relative;
    bottom: 5px;
}
.insights-view li.elementor-icon-list-item.elementor-inline-item{
	margin-left:4px!important;
	margin-right:4px!important;
}

.insights-view h2.elementor-heading-title.elementor-size-default{
	font-size:15px!important;
}

.home .elementor-1186 .elementor-element.elementor-element-5e592a49 .elementor-heading-title {
   
    max-width: 78%;
    margin: 0px;
}


.get-touch-view .elementor-column.elementor-col-25.elementor-inner-column.elementor-element.elementor-element-ace40e4 {
    width: auto;
} 

section.get-touch-view.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default a.elementor-button.elementor-button-link.elementor-size-sm{
	margin-bottom:15px;
}

.footer_wrapper {
    padding: 0 160px!important;
}

.elementor-location-footer .elementor-nav-menu--layout-horizontal .elementor-nav-menu{
	display:block;
}

.home .work-home-view .elementor-widget-heading,  .work-home-view .elementor-widget-heading{
    margin-bottom: 0px !important;
}

.home .elementor-element.elementor-element-ffa7cb9.elementor-widget.elementor-widget-button {
    margin-bottom: 20px;
}

.elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-2378dc5.our-work-tabs .nav-link {
    color: #000;
    font-size: 22px;
}

.elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-2378dc5.our-work-tabs .nav-tabs {
    border-bottom: none;
}

.elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-2378dc5.our-work-tabs .nav-link.active {
    border-bottom: 2px solid #fe6d23;
	color:#0d6efd;
	font-weight:700;
}

.elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-2378dc5.our-work-tabs .nav-link {
    border: none;
}

.elementor-element.elementor-element-e42e313.top-banner-caption.elementor-widget.elementor-widget-text-editor {
    color: #fff;
}

.home .elementor-1186 .elementor-element.elementor-element-40d52643 .elementor-button:hover, .elementor-1186 .elementor-element.elementor-element-40d52643 .elementor-button:focus {
    background-color: #1d3169;
}

.home .elementor-574 .elementor-element.elementor-element-0de566d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-574 .elementor-element.elementor-element-0de566d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #2d4ba3;
}

.home_expertise .elementor-widget-wrap.elementor-element-populated {
    padding: 10px 0px 0px 0px!important;
}
.home_expertise .tab{
	padding-left:20px;
}

.left-tab-title-view {
    width: 100%;
    text-align: right;
	margin-top: 25px;
	margin-left: 25px;
}

.left-tab-title-view h1 {
    font-size: 94px;
    color: #ccc;
    line-height: 122px;
    font-weight: 700;
	font-family:"IBM Plex Sans", Sans-serif;
	margin-bottom: 30px;
}

.row.full-card-view .col-12 {
    margin: 0;
    padding: 0;
}

.row.full-card-view ul{
	margin-left:30px!important;
}

.our-clients-views .elementor-widget-star-rating{
	margin-bottom:5px!important;
}

.home .home_expertise .tabcontent {
    padding-bottom: 100px;
	margin-top: -20px;
    margin-bottom: 0px;
	padding-left: 60px;
    padding-right: 70px;
	width: 60%;
}

.work-home-view span.elementor-button-text {
    text-transform: uppercase;
}
.home .home_delivering {
    margin-top: 0px !important;
}

.row.full-card-view h1 {
    padding-left: 30px;
}

.row.full-card-view {
    border: 1px solid #ccc;
	max-width: 100%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 24px;
}



.elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-8065bac.top-left-bar {
    flex-grow: 1;
	 width:auto!important;
}



.internal-card-view .internal_first_div {
    border: 1px solid #ccc;
    /* padding: 30px; */
    margin-top: 12px;
    margin-bottom: -12px;
}

.full-card-view .internal_first_div ul li {
    font-family: "Roboto", sans-serif;
}

.deliver-site-view .elementor-element.elementor-element-3e47cdc9 .elementor-heading-title {
   
    font-size: 80px!important;
    font-weight: 700;
    line-height: 104px!important;
}

.row.internal-card-view .internal_first_div h1 {
    padding-left: 30px;
    padding-right: 30px;
	padding-top: 10px;
}

.row.internal-card-view .internal_first_div p {
    padding-left: 30px;
    padding-right: 30px;
	padding-bottom: 0px;
	font-family: "Roboto", sans-serif;
}

.enterprise-title-desc h1 {
    color: #000;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 32px;
    padding-top: 80px;
	padding-bottom:0px;
}

.home_expertise .tabcontent{
	border:none;
}

.enterprise-title-desc p {
    color: #323232!important;
    font-family: "Roboto", Sans-serif!important;
    max-width: 70%;
	margin-bottom: 30px;
}

.elementor-element.elementor-element-b44c002.elementor-position-left.top-mail-ico.elementor-view-default.elementor-mobile-position-top.elementor-vertical-align-top.elementor-widget.elementor-widget-icon-box {
    margin-right: 20px;
}

.home_expertise .internal_first_div {
    display: inline-block;
    height: 100%;
}

.home_expertise .internal_first_div img {
    height: 100%;
}

.top-adjest-icon {
    padding-top: 8px;
}

.home .modal-content .modal-body h2 {
    font-size: 18px;
}

.home .modal-content .modal-body h3 {
    margin-bottom:15px;
}

.home .modal-content .modal-body p {
    font-size: 14px;
	margin-bottom:15px;
}

.deliver-site-view .elementor-widget-container p{
	font-size:24px;
	line-height: 45px;
    font-family: "Roboto", sans-serif;
}

.home .home_delivering .elementor-section-boxed .elementor-container.elementor-column-gap-default {
    max-width: 1740px!important;
}



.our-clients-views .elementor-widget-container p {
    font-size: 16px!important;
    line-height: 30px;
}

.home_expertise .tablinks {
    border-bottom: 1px solid #ccc;
    padding: 16px 0px 20px 0px!important;
    font-size: 32px!important;
    max-width: 425px;
    margin-left: auto;
    margin-right: -30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
}


.home_expertise .tablinks:hover{
	background:none!important;
}

.home .modal-header {
    margin-top: 50px;
}

.home .elementor-1186 .elementor-element.elementor-element-1c87461e > .elementor-element-populated {
    padding: 0px 0px 0px 0px;
	
}

.home .elementor-1186 .elementor-element.elementor-element-591f900a{
	font-size: 30px;
	font-weight: 500!important;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-840bd7e.elementor-section-full_width.sigma_cust_topheader.elementor-section-height-default.elementor-section-height-default {
    z-index: 1!important;
}

.top-call-icon.phone-icon {
    position: relative;
    top: 2px;
}

/* .home .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1470px!important;
} */
.disc-btn a.elementor-button.elementor-button-link.elementor-size-lg{
	width:100%!important;
}

.mid-head-content .elementor-1186 .elementor-element.elementor-element-62342ae .elementor-heading-title {
    font-size: 60px;
    line-height:72px;
}


.disc-btn .elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 35px;
    border-radius: 5px;
    font-size: 15px!important;
}

.disc-btn .elementor-button-text {
    letter-spacing: 1px;
    font-weight: 500;
}

.top-head-btn-section .elementor-button.elementor-size-lg {
    padding: 20px 30px;
    font-family: roboto;
    letter-spacing: 1px;
    font-size: 15px!important;
}

.top-head-btn-section .disc-btn{
	width:14%!important;
}

.home_leadership .elementor-container.elementor-column-gap-default {
    max-width: 1140px;
}

.home_insights .elementor-container.elementor-column-gap-default {
    max-width: 1140px;
}
.home_glance .elementor-container.elementor-column-gap-default {
    max-width: 1367px;
}

.top-left-bar .elementor-widget-wrap.elementor-element-populated {
    padding-bottom: 0px!important;
    padding-top: 0px!important;
    position: relative;
}

.sigma_cust_mainheader .elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-6ffff98 {
    border-bottom: 1px solid #ccc;
	z-index:9999;
}

.work-home-view .elementor-align-icon-right svg path {
    fill: #223da4;
}
.work-home-view .elementor-align-icon-right {
    position: relative;
    bottom: 4px;
    left: 7px;
}

.home_insights .elementor-widget-post-info {
    margin-bottom: 0px!important;
}

.home_insights .elementor-widget-heading {
    margin-bottom: 5px!important;
}
.value-sect .elementor-widget-container {
    text-align: left;
}
.our-val-sect .elementor-column-gap-default {
    max-width: 1500px;
    margin: 0px auto;
}

.get-touch-view span.wpcf7-form-control-wrap .form-check {
    padding-left: 0px;
}

.get-touch-view span.wpcf7-list-item.first.last {
    margin-left: 0px;
}

.get-touch-view span.wpcf7-list-item.first.last input {
    margin-right: 7px;
}

.sigma_cust_mainheader{
	padding:0px!important;
}
.sigma_cust_mainheader .elementor-widget-wrap.elementor-element-populated{
	padding:0px!important;
}
/* .sigma_cust_mainheader .logo-styl{
	padding-top:14px;
	padding-bottom:12px;
} */

section.elementor-section.elementor-inner-section.elementor-element.elementor-element-8d69a27.top-head-btn-section.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    padding: 0px 0px 300px 0px;
}

.elementor-1186 .elementor-element.elementor-element-2cb9d0b {
  
/*     margin-top: -149px!important; */
    margin-bottom: 0px;
}

.top-adjest-icon.search-ico {
    top: 0px!important;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.top-adjest-icon.search-ico .elementor-search-form__container {
    display: block;
    margin-left: -12px;
    position: relative;
    top: 10px;
}

.sigma_cust_mainheader .top-adjest-icon {
    padding: 20px 0px 10px 0px;
}

.sigma_cust_mainheader .mid-menu{
	padding:14px 0px 10px 0px;
}

.top-adjest-icon.search-ico .elementor-search-form--skin-minimal:focus-within {
    
    outline-style: none!important;
}

.clients-left-img .elementor-widget-container {
    text-align: left;
}

.clients-left-img .elementor-widget-container img {
    width:100%;
}

.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-12a67865.deliver-site-view {
    padding-top: 10px;
}

/*Custom CSS for new design*/
.header-main {
	box-shadow: 0px 0px 23px -14px #00000040;
	backdrop-filter: blur(23.899999618530273px);
	background: #FFFFFF26;
	position: fixed !important;
    width: 100%;
	z-index: 9;
}

.elementor-element-51a1df7.header-icon-section .elementor-widget-wrap {
	display: flex;
	align-items: center;
}

.header-icon-section .elementor-element-3ed68cf.header-icon {
	width: 80%;
	margin-bottom: 0;
}

.header-icon-section .elementor-element-2f67765.search-form-inner {
	width: 20%;
}

.header-icon-section .elementor-element-2f67765.search-form-inner .e-font-icon-svg-container {
	background: transparent;
}

.casestudy-block {
	position: relative;
}

.casestudy-block:before {
	content: "";
	background: linear-gradient(180deg, rgba(246, 247, 248, 0) 39.13%, #F6F7F8 69%);
	position: absolute;
	width: 100%;
	height: 458px;
	top: -315px;
	left: 0;
	right: 0;
}

.o-button-black a {
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	font-weight: 700;
	padding: 11px 25px;
	border: 2px solid #ffffff;
	border-radius: 2px;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}

.o-button-black a:hover {
	background-color: #FF7824 !important;
	border-color: #FF7824 !important;
	color: #ffffff !important;
}

.elementor-element-91bead4.case-study-btm-section .elementor-container {
	display: flex;
    align-items: center;
    justify-content: center;
}

.elementor-element-91bead4.case-study-btm-section .case-study-btm-inner {
	width: 38% !important;
}

.developer-section {
	position: relative;
}

.developer-section:before {
	content: "";
	background-image: url(/wp-content/uploads/2025/04/developer-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 719px;
	height: 1557px;
	position: absolute;
	left: 0;
	bottom: -330px;
	z-index: -1;
}

.developer-section:after {
	content: "";
	background-image: url(/wp-content/uploads/2025/04/developer-bg-right.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 701px;
	height: 1504px;
	position: absolute;
	right: 0;
	top: -450px;
	z-index: -1;
}

@media (max-width: 1700px){
	
	.footer_wrapper {
    padding: 0 100px!important;
}
	
	.left-tab-title-view {
    margin-left: 0px;
}
	
	.home_expertise .tablinks {
    margin-right: 0px;
}
	
	.elementor-column.elementor-col-50.elementor-inner-column.elementor-element.elementor-element-12a67865.deliver-site-view {
    padding-top: 0px;
}
	
	.left-tab-title-view h1 {
    font-size: 64px;
    line-height: 60px;
  
}
	
	.deliver-site-view .elementor-widget-container p {
    font-size: 20px;
    line-height: 40px;
    
}
	
	.announce-banner .elementor-widget-container {
    font-size: 24px;
}
	
	section.elementor-section.elementor-top-section.elementor-element.elementor-element-4ca8f21.get-touch-view.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default .elementor-container {
    max-width: 1140px!important;
}
	
	.home .home_delivering .elementor-section-boxed .elementor-container.elementor-column-gap-default {
    max-width: 1420px!important;
}
	
	.home_insights .elementor-container.elementor-column-gap-default {
    max-width: 1100px;
}
	
	.insights-view h2.elementor-heading-title.elementor-size-default {
    font-size: 15px!important;
		line-height:29px!important;
}
	
	.home_leadership .elementor-container.elementor-column-gap-default {
    max-width: 1100px;
}
	
	.home_expertise .tablinks {
   
	font-size: 21px!important;
    padding: 16px 0px!important;
	max-width: 280px;
    margin-left: auto;
}
	
	.home_expertise .tab {
    padding-left: 30px!important;
    padding-right: 30px!important;
}
	.elementor-1186 .elementor-element.elementor-element-a431b0d .elementor-button {
    font-size: 15px!important;
}
	
}
@media (max-width: 1491px){
	
	nav.elementor-nav-menu--main.elementor-nav-menu__container.elementor-nav-menu--layout-horizontal.e--pointer-underline.e--animation-fade ul li a {
    padding: 13px 16px;
}
	
	.left-tab-title-view {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}
	
	.home_expertise .tablinks {
    max-width: 245px;
    margin-left: auto;
    margin-right: 15px;
}
	
	.home .home_delivering .elementor-section-boxed .elementor-container.elementor-column-gap-default {
    max-width: 1280px!important;
}
	
	.left-tab-title-view h1 {
    font-size: 56px;
    line-height: 70px;
}
	.home_expertise .tablinks {
    font-size: 19px!important;
    padding: 16px 0px!important;
}
	.home_expertise .tab {
    padding-left: 100px!important;
    padding-right: 100px!important;
}
	.get-touch-form .col-sm-12{
	display:flex;
}
	
	.get-touch-form .col-sm-12:nth-child(3){
	display:inline-block;
		max-width:96%;
}
	.get-touch-form .col-sm-12:nth-child(4){
	display:inline-block;
		max-width:96%;
}
}

@media (max-width: 1372px){
	.left-tab-title-view {
    max-width: 340px;
}
	
	.left-tab-title-view h1 {
    font-size: 50px;
    line-height: 60px;
}
	
	.announce-banner .elementor-widget-container {
    font-size: 21px;
}
	
	.home_glance .elementor-counter-title {
    font-size: 17px!important;
}
	
	.deliver-site-view .elementor-widget-container p {
    font-size: 17px;
    line-height: 34px;
}
	
	
	.home_expertise .tablinks {
    font-size: 17px!important;
		max-width: 270px;
		margin-right: 30px;
}
	
	.home_expertise .tab {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
	
	.left-tab-title-view h1 {
    font-size: 60px!important;
    line-height: 60px;
}

	.get-touch-form .col-sm-12{
	display:flex;
}
	
	.get-touch-form .col-sm-12:nth-child(3){
	display:inline-block;
		max-width:96%;
}
	.get-touch-form .col-sm-12:nth-child(4){
	display:inline-block;
		max-width:96%;
}
	
	.insights-view h2.elementor-heading-title.elementor-size-default {
    font-size: 15px!important;
	line-height: 25px;
}
	
	.footer_wrapper .elementor-nav-menu li a {
    font-size: 14px!important;
}
	
	.footer_wrapper .elementor-widget-container {
    font-size: 14px!important;
}
	
	.footer_wrapper {
    padding: 0 0px!important;
}
	
	.home_expertise .tablinks {
    font-size: 18px!important;
   
}
	
	.elementor-column.elementor-col-20.elementor-inner-column.elementor-element.elementor-element-2c51a50.logo-styl {
    padding-left: 0px;
}
	
	.top-adjest-icon .elementor-social-icons-wrapper.elementor-grid{
		display:flex;
	}
	
	.home .elementor-button.elementor-size-lg {
    padding: 20px 20px;
   
}
	
.home .elementor-1186 .elementor-element.elementor-element-a431b0d .elementor-button {
    width: 100%;
}
	
.contact-mail a ,.company-add a,.company-add h6, .company-add p,.f-list-sec .elementor-item{
    font-size: 10px !important;
}
	
}

@media (max-width: 1199px){
	
	.clients-left-img {
    margin-top: -40px;
}	
	.enterprise-title-desc p {
    max-width: 100%;
   
}
	
	.footer_wrapper .elementor-nav-menu li a {
    font-size: 13px!important;
}
	nav.elementor-nav-menu--main.elementor-nav-menu__container.elementor-nav-menu--layout-horizontal.e--pointer-underline.e--animation-fade ul li a {
    padding: 7px 6px!important;
    font-size: 14px!important;
}
	
	.home_expertise .tab {
    padding-left: 20px!important;
    padding-right: 20px!important;
}
	
	.footer_wrapper .elementor-widget-container {
    font-size: 13px!important;
}
	
	
	
	.left-tab-title-view h1 {
    font-size: 54px;
    line-height: 70px;
   
}
	
	.home .elementor-button.elementor-size-lg {
    padding: 20px 10px;
   
}
	
}

@media (max-width: 1024px){
	
	.row.full-card-view .col-md-10 {
    width: 100%;
}
	
	.home_expertise .tablinks {
    font-size: 16px!important;
}
	
}

@media (max-width: 1003px){

.logo-styl {
    /* padding-left: 50px; */
    width: 25%!important;
	padding-left: 0px!important;
}
	
	.top-adjest-icon.search-ico {
    border-left: none;
    border-right: none;
}
	
	.deliver-site-view .elementor-widget-container p {
    font-size: 12px;
    line-height: 27px;
}
	
	.elementor-1186 .elementor-element.elementor-element-3e47cdc9 .elementor-heading-title {
   
    font-size: 45px!important;
    line-height: 68px!important;
}
	
	.elementor-1186 .elementor-element.elementor-element-26c4cf47 .elementor-heading-title {
   
    font-size: 60px!important;
    line-height: 70px!important;
}
	
	.elementor-1117 .elementor-element.elementor-element-079ea5e .elementor-menu-toggle {
    display: none;
}
	
	.home .elementor.elementor-1186 {
    margin-top: 20px;
}

	
	.home .elementor-counter-title {
    font-size: 15px!important;
}
	
	.footer_wrapper .elementor-col-16 {
    width: 25%!important;
}
	.footer_wrapper .elementor-menu-toggle {
    display: none;
}
	
.home .elementor-1117 .elementor-element.elementor-element-f2eeec8 {
    flex-grow: 1;
}
	
	.left-tab-title-view h1 {
    font-size: 40px;
    line-height: 50px;
}
	
	.home .elementor-1186 .elementor-element.elementor-element-4f82264 {
    width: auto!important;
}
	
	.top-adjest-icon{
		margin-top: -10px;
      margin-bottom: 25px;
	}
	
	.home .elementor-1117 .elementor-element.elementor-element-1dd46a7 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 8px 0px;
}
	
	.logo-styl {
    padding-left: 0px!important;
}
	
	.home .elementor-button.elementor-size-lg {
    padding: 20px 7px;
   
}
	
	.home .elementor-button.elementor-size-lg {
    padding: 20px 20px;
		font-size:17px!important;
   
}
			
}

@media (max-width: 899px){
	.logo-styl {
    /* padding-left: 50px; */
    width: 15.5%!important;
	
}
	.top-adjest-icon button.btn.btn-primary {
    right: 14px;
}
	.home .elementor-counter-title {
    font-size: 12px!important;
    font-weight: 700!important;
}
	.home .elementor-counter-number-wrapper {
    font-size: 30px!important;
}
	.top-adjest-icon span.elementor-grid-item{
		min-width:auto!important;
	}
	
	.get-touch-view span.elementor-icon-list-icon {
    padding-right: 10px;
}
	
	.get-touch-view span.elementor-icon-list-text {
    font-size: 14px!important;
}
	
}
@media (max-width: 767px){
.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main{
	display:none!important;
}
	
	.home .elementor.elementor-1186 {
    margin-top: 0px;
}
	
	.home .home_expertise .tabcontent {
    padding-left: 10px;
    padding-right: 10px;
}
	
	.top-call-veiw .elementor-icon-box-wrapper {
    display: flex!important;
}
	.top-mail-ico .elementor-icon-box-wrapper {
    display: flex!important;
}
	.top-left-hint .elementor-widget-container {
    padding: 0px 0px 0px 0px!important;
}
	.top-call-icon .elementor-element-populated{
		padding:10px 10px 0px 10px!important;
	}
	
	.top-call-icon .elementor-icon-box-icon {
    padding-right: 10px;
}
	
	.elementor-600 .elementor-element.elementor-element-dac8991 > .elementor-widget-container {
    padding: 0px 0px 0px 0px!important;
}
	
	.home_expertise .internal_first_div {
    display: inline-block;
    width: 100%;
}
	
	.home_expertise .internal_first_div img {
    width: 100%;
}
	
	.elementor-784 .elementor-element.elementor-element-16a4461 .elementor-heading-title {
    font-size: 16px;
}
	
	.get-touch-form .col-sm-12{
	display:block;
}
	
	.get-touch-form .col-sm-12:nth-child(3){
	display:inline-block;
		max-width:100%;
}
	.get-touch-form .col-sm-12:nth-child(4){
	display:inline-block;
		max-width:100%;
}
	
	.footer_wrapper .elementor-menu-toggle {
    display: block;
}
	
	.home .elementor-counter {
    text-align: center;
}
	
	.home .home_glance .elementor-counter-title {
    text-align: center !important;
}
	
	.get-touch-view .elementor-widget-text-editor{
		font-size:18px!important;
	}
	
	.get-touch-view h2.elementor-heading-title.elementor-size-default{
		font-size:30px!important;
	}
	
	.get-touch-view h3.elementor-heading-title.elementor-size-default {
    font-size: 20px!important;
    font-weight: 600;
    line-height: 30px!important;
}
	.get-touch-view span.elementor-icon-list-icon {
    padding-right: 10px;
}
	
	.get-touch-view span.elementor-icon-list-text {
    font-size: 14px!important;
}
	
	.footer_wrapper .elementor-menu-toggle{
		margin:0px!important;
	}
	
	.logo-styl {
    /* padding-left: 50px; */
    width: 100%!important;
}
	.home .home_expertise .tabcontent {
    margin-top: 140px;
}
	.page-id-1186 .tab {
    width: 100%;
    height: 300px;
}
	.home .home_expertise .tab {
    padding-right: 0px;
}
	.page-id-1186 .tabcontent {
    width: 100%;
}
	
	.mid-menu{
		flex-grow:1!important;
		margin-top:0px!important;
	}
	
	.home section.elementor-section.elementor-inner-section.elementor-element.elementor-element-8d69a27.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default{
		margin-left:-8px;
		margin-right:8px;
		max-width:95%;
	}
	
	.top-adjest-icon {
    width: 25%!important;
    text-align: right;
		margin-top:0px!important;
}
	
	.elementor-menu-toggle{
		z-index:99999999;
	}
	
	.elementor-menu-toggle .e-font-icon-svg {
    fill: #fff!important;
}
	
	.elementor-1186 .elementor-element.elementor-element-2cb9d0b {
    margin-top: 0px!important;
    margin-bottom: 0px;
}
	
	nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    position: absolute;
    z-index: 9999;
    width: 200px;
	margin-top:40px;
}
	
	.elementor-1117 .elementor-element.elementor-element-079ea5e .elementor-menu-toggle {
    margin: 5px 0px;
    display: inline-block!important;
}
	
	.home .elementor-button.elementor-size-lg {
    width: 100%;
}
	
	.home .elementor-1186 .elementor-element.elementor-element-4f82264 {
    width: 100%!important;
}
	
	.home .elementor-1186 .elementor-element.elementor-element-591f900a > .elementor-widget-container {
   
    font-size: 20px;
    max-width: 100%;
    margin: 0px auto;
	padding:0px 0px 20px 0px;
}
	
}

@media (max-width: 479px){
	.top-adjest-icon {
    width: 20%!important;
}
	.enterprise-title-desc h1 {
    font-size: 27px;
}
	
.home .elementor-column.elementor-col-20.elementor-inner-column.elementor-element.elementor-element-f2eeec8.top-adjest-icon {
    padding-left: 13px;
}
	
	.get-touch-view .elementor-column.elementor-col-25.elementor-inner-column.elementor-element.elementor-element-ace40e4 {
    width: 100%;
}
	
	.page-id-1186 .home_expertise .tabcontent {
    margin-top: 70px;
}
	
	.get-touch-view .elementor-widget-text-editor{
		font-size:18px!important;
	}
	
	.get-touch-view h2.elementor-heading-title.elementor-size-default{
		font-size:30px!important;
	}
	
	.get-touch-view h3.elementor-heading-title.elementor-size-default {
    font-size: 20px!important;
    font-weight: 600;
    line-height: 30px!important;
}
	.get-touch-view span.elementor-icon-list-icon {
    padding-right: 10px;
}
	
	.get-touch-view span.elementor-icon-list-text {
    font-size: 14px!important;
}
	
	.footer_wrapper .elementor-col-16 {
    width: 100%!important;
}
	
	.full-card-view .internal_first_div {
    width: 100%!important;
}
	
	.full-card-view .internal_first_div img {
    width: 100%!important;
}
	
	nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    width: 170px;
}
	
	.home .elementor-counter {
    text-align: center;
}
	
	.home .elementor-1186 .elementor-element.elementor-element-26c4cf47 .elementor-heading-title {
    font-size: 50px;
    line-height: 60px;
}
	
	.home .home_glance .elementor-counter-title {
    text-align: center !important;
}
	
	.home .elementor-1186 .elementor-element.elementor-element-798509c9 {
    padding: 0px 0px 50px 0px;
}
	.enterprise-title-desc p {
    max-width: 100%;
}

}
@font-face { font-family: IBM Plex Sans; src: url(https://newdesign.sigmasolve.com/wp-content/themes/sigmasolvetheme1/assets/font/); font-weight: normal; }

/*================ B css ===============*/

.left-tomenu-toggle{
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    color: #000;
    float: right;
    height: 100%;
    cursor: pointer;
    margin-left: 0px;
    width: 50px;
}
.left-tomenu-toggle .menu-sm-lines {
    right: 20px;
    bottom: 29px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
	
}
.left-tomenu-toggle .menu-sm-lines {
  position: absolute !important;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) !important;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 1s cubic-bezier(.215, .61, .355, 1) .6s,transform 1s cubic-bezier(.215, .61, .355, 1) .6s;
}
.left-tomenu-toggle .menu-sm-lines .menu-sm-line-1 {
    width: 21px;
    transform: translate3d(0,-5px,0);
    margin: 0 0 0 11px;
}
.left-tomenu-toggle .menu-sm-lines .menu-sm-line-2 {
    width: 32px;
    transform: translate3d(0,1px,0);
    margin: 0;
}
.left-tomenu-toggle .menu-sm-lines .menu-sm-line-3 {
    width: 24px;
    transform: translate3d(0,7px,0);
    margin: 0 0 0 8px;
}
.menu-sm-lines .menu-sm-line-1:before, .menu-sm-lines .menu-sm-line-2:before, .menu-sm-lines .menu-sm-line-3:before{
	transform: translate3d(-100%,0,0);
}
.menu-sm-lines .menu-sm-line-1:after, .menu-sm-lines .menu-sm-line-1:before, .menu-sm-lines .menu-sm-line-2:after, .menu-sm-lines .menu-sm-line-2:before, .menu-sm-lines .menu-sm-line-3:after, .menu-sm-lines .menu-sm-line-3:before{
	content: ' ';
    position: absolute;
    height: 2px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    opacity: 1;
    width: 100%;
}
.left-tomenu-toggle:hover .menu-sm-lines .menu-sm-line-1::before {
    transform: translate3d(0,0,0);
    opacity: 1;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) 460ms,opacity .8s cubic-bezier(.215, .61, .355, 1) 460ms;
	background-color:#FE6D23;
}
.left-tomenu-toggle:hover .menu-sm-lines .menu-sm-line-1::after {
    transform: translate3d(36px,0,0);
    opacity: 0;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1) 0s,opacity .6s cubic-bezier(.165, .84, .44, 1) 0s;
	background-color:#FE6D23;
}
.left-tomenu-toggle:hover .menu-sm-lines .menu-sm-line-2::before {
    transform: translate3d(0,0,0);
    opacity: 1;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) 620ms,opacity .8s cubic-bezier(.215, .61, .355, 1) 620ms;
	background-color:#FE6D23;
}
.left-tomenu-toggle:hover .menu-sm-lines .menu-sm-line-2::after {
    transform: translate3d(36px,0,0);
    opacity: 0;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1) 160ms,opacity .6s cubic-bezier(.165, .84, .44, 1) 160ms;
	background-color:#FE6D23;
}
.left-tomenu-toggle:hover .menu-sm-lines .menu-sm-line-3::before {
    transform: translate3d(0,0,0);
    opacity: 1;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1) 780ms,opacity .8s cubic-bezier(.215, .61, .355, 1) 780ms;
	background-color:#FE6D23;
}
.left-tomenu-toggle:hover .menu-sm-lines .menu-sm-line-3::after {
    transform: translate3d(36px,0,0);
    opacity: 0;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1) 320ms,opacity .6s cubic-bezier(.165, .84, .44, 1) 320ms;
	background-color:#FE6D23;
}

.left-ads-toggle .elementor-widget{
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.left-ads-toggle .elementor-widget .elementor-widget-container{
	display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.left-ads-toggle #menu-close{
	background-color:#FE6D23;
}
.sidepanel-left h3{
	font-family: "IBM Plex Sans";
    line-height: 1.2em;
    font-weight: 600;
    color: #000;
    font-size: 36px;
	padding-bottom:20px;
}
.sidepanel-left p{
	font-size:16px;
	line-height:1.5em;
	font-family: "Roboto", Sans-serif;
	font-weight:400;
	color:#000;
}
.sidepanel-left h5{
	font-size:20px;
	line-height:1.5em;
	font-family: "Roboto", Sans-serif;
	font-weight:500;
	color:#FE6D23;
	text-transform:uppercase;
}
.branch-block{
	padding-top:20px;
}
.branch-block h6{
	font-size:16px;
	line-height:1.5em;
	font-family: "Roboto", Sans-serif;
	font-weight:600;
	color:#5B6674;
	text-transform:uppercase;
	padding-bottom:10px;
	margin: 0;
}
.branch-block ul{
	padding:0px !important;
	margin:0px !important;
}
.branch-block ul li, .branch-block ul li p, .branch-block ul li span, .branch-block ul li a{
	font-size:16px;
	line-height:1.5em;
	font-family: "Roboto", Sans-serif;
	font-weight:400;
	color:#5B6674;
}

.header-top-right .elementor-element-populated{
	display: flex;
    justify-content: flex-end;
}
.header-top-right .elementor-element-populated .top-call-veiw{
	width: auto;
    padding-right: 30px;
	margin: 0;
}
.header-top-right .elementor-element-populated .top-mail-ico{
	width: auto;
    padding-right: 15px;
	margin: 0;
}
.header-top-right h3{
	margin:0px;
}

.header-top-right .elementor-icon-box-wrapper, .header-top-right .elementor-icon-box-icon{
	display:flex;
	align-items: center;
}
.header-top-right .elementor-icon-box-title a{
	color:#fff;
	padding-left:5px;
}


.header-main-sec{
	position:absolute !important;
	width:100%;
	z-index:99;
}

.tag-content-slider{
	padding:9px 25px;
	background-color:rgba(225, 225, 255, 0.3);
	border-radius:50px;
}
.type-testimonials{
	margin:0px !important;
	padding:0 10px 30px !important;
}
.client-testimonial{
	border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.05);
	position:relative;
}
/* .client-testimonial::before{
	content:"";
	position:absolute;
	bottom:6px;
	right:30px;
	background:url(./assets/images/testimonial-cot.svg);
	background-repeat:no-repeat;
	width:28%;
	height:34%;
	z-index:1;
	opacity:0.02;
} */
.testimonial-section{
	position:relative;
}
.testimonial-section::before{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:200px;
	z-index:1;
	content:"";
	background-color:#223D8A;
}
.margin-none{
	margin:0px !important;
}
.s-title{
	margin-bottom:0px !important;
}
.s-title h4{
	background-color:rgba(255, 105, 0, 0.2);
	border-radius:50px;
	padding:7px 16px;
	display:inline-block;
}

.section-title h2{
	position:relative;
}
.section-title h2::before{
	position:absolute;
	content:"";
	top:50px;
	left:50%;
	transform:translate(-50%,-50%);
	background:url(./assets/images/title-border.svg);
	background-repeat:no-repeat;
	width:71px;
	height:11px;
}

.work{
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.05);
	box-shadow: 0px 15px 55px -5px rgba(9, 31, 67, 0.10);
	overflow: hidden;
}

.s-title-white{
	margin-bottom:0px !important;
}
.s-title-white h4{
	background-color:rgba(255, 255, 255, 0.2);
	border-radius:50px;
	padding:7px 16px;
	display:inline-block;
}
.section-title-white h2{
	position:relative;
}
.section-title-white h2::before{
	position:absolute;
	content:"";
	top:50px;
	left:50%;
	transform:translate(-50%,-50%);
	background:url(./assets/images/title-border-orange.svg);
	background-repeat:no-repeat;
	width:71px;
	height:11px;
}
.leadership-img{
	margin-bottom:0px !important;
	position:relative;
}
/* .leadership-img::before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	background: linear-gradient(180deg, rgba(15, 15, 15, 0.00) 0%, rgba(15, 15, 15, 0.75) 100%);
	width:100%;
	height:100%;
	z-index:1;
} */
.leadership-alignment > .elementor-widget-container > .elementor-loop-container.elementor-grid {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}
.leader-content {
    position: absolute !important;
    bottom: 0px;
    z-index: 999;
}
.leadership-img {
    padding-bottom: 70px;
}

.leader-content .elementor-widget-theme-post-excerpt{
	margin-bottom:10px !important;
}
.insights-block{
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.05);
	overflow: hidden;
}
.insights-post-main .post{
	margin-bottom:0px !important;
}
.insights-date{
	margin-bottom:10px !important;
}
.inq h6{
	font-size:16px;
	line-height:18.75px;
	color:#000;
	font-weight:600;
	padding-bottom:11px;
	margin:0px;
	font-family: "Roboto", Sans-serif;
}
.inq a{
	font-size:16px;
	line-height:18.75px;
	color:#223D8A;
	font-weight:600;
	font-family: "Roboto", Sans-serif;
}

.f-contact-form ul{
	padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.f-contact-form ul li{
	width: 50%;
    list-style: none;
    padding: 0 15px;
	margin-bottom:20px;
}
.f-contact-form ul li.full{
	width:100%;
}

.f-contact-form input[type="text"], .f-contact-form input[type="email"], .f-contact-form select, .f-contact-form textarea{
	border:2px solid #E0E0E0;
	border-radius:5px;
	color:#828282;
	padding:15px;
	font-size:16px;
	line-height:18px;
	font-weight:500;
	font-family: "Roboto", Sans-serif;
	margin: 0;
    width: 100%;
	background-color: transparent;
}
.f-contact-form textarea{
	min-height:162px;
}
.f-contact-form:focus-visible{
	outline:none !important;
}
.f-contact-form option{
	font-size:16px;
}
.f-contact-form .wpcf7-list-item-label{
	font-size:16px;
	font-weight:400;
	color:#6E6D71;
}
.f-list-sec ul li a{
	padding:0 0 10px 0 !important;
}
.company-add{
	padding-right:10px;
}
.company-add h6{
	margin:0px !important;
	font-size:14px;
	line-height:1.5em;
	font-weight:700;
	padding-bottom:10px;
	text-transform:uppercase;
	color:#FFFFFFB2;
}
.company-add a, .company-add p{
	font-size:15px;
	line-height:1.5em;
	font-weight:400;
	padding-bottom:10px;
	color:#FFFFFFB2;
	display:block;
}
.company-add a:hover, .contact-mail a:hover{
	color:#FF6900;
}
.contact-mail a{
	font-size:15px;
	line-height:1.5em;
	font-weight:400;
	padding-bottom:10px;
	color:#FFFFFFB2;
	display:block;
}

.our-expertise-left{
	padding:80px 98px 220px 298px;
}

.expertise-tab ul{
	margin:0px !important;
	padding:0px !important;
}
.expertise-tab ul li{
	list-style:none;
	margin-bottom:10px;
	position:relative;
}
.expertise-tab ul li a, 
.expertise-tab ul li a.active{
	padding:20px 0;
	font-size:32px;
	line-height:32px;
	font-weight:700;
	font-family: "IBM Plex Sans", Sans-serif;
	color:#828282;
	display:block;
	border-bottom:1px solid #C4C4C4;
}
.expertise-tab ul li a:hover, .expertise-tab ul li a.active{
	color:#000000;
	outline: none;
/* 	border-bottom:4px solid #FF6900;	 */
}
.expertise-tab ul li a:hover::before{
	content:"";
	position:absolute;
	width:100%;
	height:4px;
	background-color:#FF6900;
	left:0;
	bottom:0;
}
.expertise-tab ul li a.active::before{
	content:"";
	position:absolute;
	width:100%;
	height:4px;
	background-color:#FF6900;
	left:0;
	bottom:0;
}

.ent-item{
	padding:0 5px;
}
.ent-item > .elementor-element-populated{
	border:1px solid #C4C4C4;
	padding:32px 80px 40px 32px !important;
}
.ent-box-container{
	margin:0 -5px;
}
.ent-item-btn{
	position:absolute !important;
	right:0;
	bottom:0px;
	z-index:1;
}
.ent-col-des{
	margin-bottom:0px !important;
}

.ent-item.full > .elementor-element-populated{
	border:1px solid #C4C4C4;
	padding:0px 0px 0px 0px !important;
}
.ent-item.col-32> .elementor-element-populated{
	border:1px solid #C4C4C4;
	padding:32px 50px 32px 32px !important;
}

.ent-item-inner-img{
	width: 38% !important;
    margin: 0px !important;
}
.ent-item-img-des{
	width:62% !important;
	margin: 0px !important;
	padding:32px 100px 32px 32px;
}
.ent-item-inner-img img{
	width:100%;
}

.ent-item-img-des a:hover, .ent-col-des a:hover{
	color:#FF6900 !important;
} 

.ent-item-inner-img-v{
	width: 35% !important;
    margin: 0px !important;
}
.ent-item-img-des-v{
	width:65% !important;
	margin: 0px !important;
	padding:32px 20px 20px 20px;
}
.ent-item-img-des-v h3{
	margin-top:0px;
	margin-bottom:15px;
	color:#000;
	font-size:20px;
}
.ent-col-des ul{
	padding:0px !important;
	margin:0px !important;
}
.ent-col-des ul li{
	list-style:none;
	font-size:16px;
	line-height:1.5em;
	font-family: "Roboto", Sans-serif;
	padding-bottom:5px;
	padding-left: 20px;
	background:url(./assets/images/bullet-list.png);
	background-repeat:no-repeat;
	background-position: 6px 10px;
}

.ent-item-img-des h3{
	margin:0 0 20px 0 !important;
	color: #000000;
    font-family: "IBM Plex Sans", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
}
.ent-item-img-des ul{
	padding:0px !important;
	margin:0px !important;
	display: flex;
    flex-wrap: wrap;
}
.ent-item-img-des ul li{
	width:50%;
	list-style:none;
	font-size:16px;
	line-height:1.5em;
	font-family: "Roboto", Sans-serif;
	padding-bottom:5px;
	padding-left: 20px;
	background:url(./assets/images/bullet-list.png);
	background-repeat:no-repeat;
	background-position: 6px 10px;
}
.service-lists.active {
    display:block;
}
.service-lists{
    display: none;
}
.teams{
	overflow:hidden;
	border-radius:5px;
	cursor:pointer;
}

.arrow-btn{
	font-family: "Roboto", Sans-serif;
    font-weight: 500;
    background-color: #61CE7000;
    border-style: solid;
    border-width: 1px 0px 0px 1px;
    border-color: #C4C4C4;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 12px 12px 12px;
	position: absolute;
    right: 0;
    bottom: 0;
	display: flex;
    align-items: center;
}
.arrow-btn:hover{
	background-color: #FF6900;
    border-color: #FF6900;
}
.arrow-btn svg{
	width:20px;
}

.ent-item-btn .elementor-button:focus{
	background-color: transparent !important;
    border-color: #C4C4C4 !important;
    outline: none !important;
}
.ent-item-btn .elementor-button:hover{
	background-color:#FF6900 !important;
	border-color:#FF6900 !important;
}

.ent-item-btn .elementor-button-link:hover svg path, .arrow-btn:hover svg path{
	stroke:#fff;
}

.search-main-sec .elementor-widget-search-form{
	height: 100%;
}

.search-main-sec .elementor-widget-container{
	height: 100%;
}
.search-main-sec .elementor-search-form{
	height: 100%;
}
.search-main-sec .elementor-search-form__toggle{
	height: 100%;
    width: 100%;
}
.search-main-sec .e-font-icon-svg-container{
	width: 100% !important;
    height: 100% !important;
}
.search-main-sec .elementor-lightbox .dialog-lightbox-close-button{
	top: 6%;
    right: 2%;
	margin: 0;
    background-color: #FF6900;
    border-radius: 5px;
    padding: 10px;
}
.search-main-sec .elementor-lightbox .dialog-lightbox-close-button svg{
	color:#fff !important;
	fill: #fff;
}
.search-main-sec input::placeholder{
	font-size:50px !important;
	color:#fff;	
}
.search-main-sec input[type="search"]{
	border-radius:0px !important;
}

.leaders-popup{
	background-color:#fff;
	padding:18px;
	border-radius:10px;
	display: flex;
    align-items: center;
	min-height: 350px;
	margin-top: 60px;
}
.leaders-popup .leaders-img{
	width:21%;
	border-radius: 10px;
    overflow: hidden;
}
.leaders-popup .leaders-img .leaders-img-inner{
	position: relative;
    padding-bottom: 126%;
	width: 100%;
}
.leaders-popup .leaders-img .leaders-img-inner img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
	object-fit: cover;
}
.leaders-popup .leaders-des{
	width:79%;
	padding-left:40px;
	position:relative;
}
.leaders-popup .leaders-des h2{
	margin:0px;
	padding-bottom:10px;
	color: #000000;
    font-family: "IBM Plex Sans", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
	text-transform:capitalize;
}
.leaders-popup .leaders-des h6{
	margin:0px;
	padding-bottom:18px;
	color: #000000;
    font-family: "IBM Plex Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}
.leaders-popup .leaders-des p{
	font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    color:#1A1A1A;
	padding-right:85px;
}
.leaders-popup a.close-btn{
	position:absolute;
	right:15px;
	top:70px;
	width:auto;
	height:auto;
	background-color:transparent;
	display:block;
}
.leader-detail-popup {
/* 	position: absolute !important;
    z-index: -1;
    width: 100%;
    max-width: 1220px;
    min-height: 350px;
    top: 34%;
    left: 0;
    margin: 0;
    padding: 0 10px; */
	
}

.home-slider-slick-main .elementor-widget-heading{
	margin:0px !important;
}
.slider-1-orbie{
	position:relative;
}
.slider-1-orbie:before{
	content:"";
	background-image:url(./assets/images/orbie-logo.svg);
	position:absolute;
	top: -2.906vw;
    right: 5.844vw;
    width: 12.292vw;
    height: 5.708vw;
	background-size: 100%;
	background-repeat:no-repeat;
}

.swiper-client-re{
	margin:0 -10px;
	display: flex;
    align-items: flex-start;
}
.swiper-client-re .slick-list{
	padding-bottom:30px;
}
.swiper-client-re .swiper-cr-item{
	padding:0 10px;
	width: 33.333%;
}
.swiper-client-re .swiper-cr-item .swiper-cr-inner{
	background-color:#fff;
	padding: 35px;
	border-radius:5px;
	box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.05);
	position:relative;
}	
.swiper-client-re .swiper-re-text{
	color: #5B6674;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
	padding:12px 0 18px;
}
.swiper-client-re .slick-arrow {
    position: absolute;
    bottom: -20px;
	right:0;
	margin: 0px 10px 0 0;
    z-index: 10;
    font-size: 0;
    width: 25px;
    height: 25px;
	border:none;
	cursor:pointer;
}
.swiper-client-re .slick-prev.slick-arrow {
    left: 10px;
    background: url(https://newdesign.sigmasolve.com/wp-content/uploads/2023/11/ins-prev-arrow.svg) 0 0 / 100% no-repeat;
}
.swiper-client-re .slick-next.slick-arrow {
    left: 50px;
    background: url(https://newdesign.sigmasolve.com/wp-content/uploads/2023/11/ins-next-arrow.svg) 0 0 / 100% no-repeat;
}

.read-more-content{
	min-height: 90px;
}
.read-more-content a {
    position: relative;
    z-index: 999;
}
.swiper-client-re .swiper-re-bottom-sec{
	display:flex;
	align-items:center;
}
.swiper-client-re .swiper-re-bottom-sec .re-user{
	width:52px;
	height:52px;
	border-radius:100px;
	overflow:hidden;
}
.swiper-client-re .swiper-re-bottom-sec .re-user img{
	width:100%;
	height:auto;
	object-fit:cover;
}
.swiper-client-re .swiper-re-bottom-sec .re-user-name{
	/*padding:0 20px 0 20px;*/
	padding:0 20px 0 0;
	color: #14133B;
    font-family: "IBM Plex Sans", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
}
.swiper-client-re .swiper-cr-inner::before {
    content: "";
    position: absolute;
    bottom: 6px;
    right: 30px;
    background: url(./assets/images/testimonial-cot.svg);
    background-repeat: no-repeat;
    width: 150px;
    height: 107px;
    z-index: 1;
    opacity: 0.02;
	background-size:cover;
}
.read-more{
	color: #223D8A;
}
.footer_socialicons a.elementor-social-icon:hover svg path{
	fill:#FF6900;
}
.home .insights-post-main .e-font-icon-svg, .single-solution .insights-post-main .e-font-icon-svg, .page-template-default .insights-post-main .e-font-icon-svg, .page-template .insights-post-main .e-font-icon-svg{
	color:#fff !important;
	fill: #fff !important;
}

.insights-block .elementor-widget-theme-post-featured-image{
	position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 68%;
    text-align: left;
}
.insights-block .elementor-widget-theme-post-featured-image .elementor-widget-container{
	position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.insights-block .elementor-widget-theme-post-featured-image .elementor-widget-container img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}

.work-home-view .work-post-img{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 68%;
    text-align: left
}

.work-home-view .work-post-img .elementor-widget-container {
    position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%
}

.work-home-view .work-post-img .elementor-widget-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto
}
.work-home-view svg path {
    stroke: #223D8A;
}
.header-bottom-sec .elementor-social-icon:hover svg {
    fill: #FF6900;
}

.header-bottom-sec .elementor-social-icon:hover svg path{
	fill:#FF6900;
}

/*=============== About Us =====================*/

.industries_list ul.elementor-icon-list-items.elementor-inline-items li.elementor-icon-list-item.elementor-inline-item {
    width: calc(50% - 16px);
    margin-bottom: 15px;
}

.r_btn .elementor-button.elementor-button-link {
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: transparent;
    border: 1px solid #C4C4C4;
    color: #FF6900;
    position: absolute;
    right: 30%;
    top: -64px;
}

.r_btn .elementor-button.elementor-button-link span {
    margin: 0;
}

.r_btn .elementor-button.elementor-button-link span svg {
    fill: #FF6900;
    font-size: 20px;
}

footer.entry-footer {
    display: none;
}

.client_logo {
    margin-left: -15px;
}

.elementor-element.why_counter.elementor-widget.elementor-widget-counter {
    margin-bottom: 0;
}
.elementor-element.why_counter.elementor-widget.elementor-widget-counter .elementor-counter-title {
    margin-top: 20px;
    text-align: left;
}

.elementor-element.why_counter.elementor-widget.elementor-widget-counter span.elementor-counter-number-prefix {
    position: absolute;
}

.r_btn .elementor-button.elementor-button-link:hover {
    background: #FF6900;
    border-color: #FF6900;
}

.r_btn .elementor-button.elementor-button-link:hover svg {
    fill: #fff;
}

.title-arrow-btn{
	background-color: #61CE7000;
	border:1px solid #c4c4c4;
    padding: 12px 11px 12px 11px;
    position: absolute;
    right: 165px;
    top: 2px;
    display: flex;
    align-items: center;
	cursor:pointer;
	line-height:0;
}
.title-arrow-btn:hover{
	border:1px solid #FF6900;
	background-color: #FF6900;
}
.title-arrow-btn:hover svg path{
    stroke: #fff;
}
.title-arrow-btn img{
	width:24px;
}
.in_title h2{
	padding-right:55px;
}

.ind-ver-sec .ind-ver-sec-img.elementor-widget-image{
   position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 62.9%;
	margin:0px;
}

.ind-ver-sec .ind-ver-sec-img.elementor-widget-image .elementor-widget-container {
    position: absolute;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
}

.ind-ver-sec .ind-ver-sec-img.elementor-widget-image .elementor-widget-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0px auto;
}

/*===================== Work Page ======================*/

.breadcrumbs a{
	font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1em;
    color:#000;
	padding-right:13px;
}
.breadcrumbs{
	display:flex;
	align-items:center;
	font-size:16px;
	line-height:1.1em;
	color:#989898;
}
.breadcrumbs svg{
	margin-right:7px;
}
.workcattab-main{
	overflow: hidden;
    height: 38px;
	z-index: 1;
    position: relative;
}
.workcattab{
    display: flex;
    overflow-x: auto;
    padding-bottom: 20px;
}
.workcattab .tabworklinks{
	background:transparent;
	border:none;
	border-radius:0px;
	padding: 0 12px 11px;
	font-family: "IBM Plex Sans", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
	color:#000;
	position:relative;
	cursor:pointer;
	transition: 0.4s;
	white-space: nowrap;
    z-index: 99;
    border-bottom: 4px solid #cdcdcd;
}
.workcattab .tabworklinks:hover::before{
	content:"";
	position:absolute;
	width:100%;
	height:4px;
	background-color:#FF6900;
	left: 0;
    bottom: -4px;
	transition: 0.4s;
}
.workcattab .tabworklinks.active{
	color:#223D8A;
	transition: 0.4s;
}
.workcattab .tabworklinks.active::before{
	content:"";
	position:absolute;
	width:100%;
	height:4px;
	background-color:#FF6900;
	left: 0;
    bottom: -4px;
	transition: 0.4s;
}
.workcattab .tabworklinks:hover{
	color:#223D8A;
}

.work-list-sec{
	overflow:hidden;
}

.work-list-sec .tabcontent{
	height:auto;
	border:none;
	padding:0;
	width:100%;
}

.work-inner-main{
	padding:106px 0;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.work-inner-main .work-img{
	width:50%;
	border-radius:10px;
	overflow:hidden;
}
.work-inner-main .work-img .work-img-inner{
	position: relative;
    padding-bottom: 67%;
    width: 100%;
}
.work-inner-main .work-img .work-img-inner img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    object-fit: cover;
}
.work-inner-main .work-list-right{
	width:50%;
}
.work-inner-main .work-list-right h2{
	margin:0;
	font-size:52px;
	line-height:1.2em;
	font-weight:700;
	font-family: "IBM Plex Sans", Sans-serif;
	padding-bottom:32px;
	color:#000;
}
.work-inner-main .work-list-right p{
	font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5em;
    color:#000;
	padding-bottom:32px;
}
.work-inner-main .work-list-right a{
	padding:15px 30px;
	border:2px solid #223D8A;
	border-radius:7.5px;
	font-family: "Roboto", Sans-serif;
    font-size: 20px;
	line-height:1;
    font-weight: 500;
	color:#223D8A;
	display: inline-block;
}
.work-inner-main .work-list-right a:hover{
	background-color:#223D8A;
	color:#fff;
}
.work-inner-main.odd .work-list-right{
	padding-left:54px;
}
.work-inner-main.even .work-list-right{
	padding-right:54px;
}
.work-inner-main.even .work-list-right a{
	padding:15px 30px;
	border-radius:7.5px;
	font-family: "Roboto", Sans-serif;
    font-size: 20px;
	line-height:1;
    font-weight: 500;
	color:#fff;
	background-color:#FF6900;
	display: inline-block;
	border:2px solid #FF6900;
}
.work-inner-main.even .work-list-right a:hover{
	background-color:#223D8A;
	border:2px solid #223D8A;
}

.work-inner-main.even{
	position:relative;
	flex-direction: row-reverse;
}
.work-inner-main.even::before{
	position:absolute;
	content:"";
	width:100vw;
	height:100%;
	background:#F8F8F8;
	left:50%;
	top:0;
	transform:translate(-50%,0%);
	z-index:-1;
}
.work-inner-main:nth-child(4n)::before, .work-inner-main:nth-child(8n)::before{
	position:absolute;
	content:"";
	width:100vw;
	height:100%;
	background:#223D8A;
	left:50%;
	top:0;
	transform:translate(-50%,0%);
	z-index:-1;
}
.work-inner-main:nth-child(4n) h2, .work-inner-main:nth-child(4n) p{
	color:#fff;
}
.work-inner-main:nth-child(4n) .work-list-right a:hover{
	background-color:#fff;
	border:2px solid #fff;
	color:#223D8A;
}

/*=================== Work Detail Page ===================*/

.cust-bg-list{
	margin-bottom:0px !important;
}

.the-solution-sec ul{
	margin:0 0 0px 0 !important;
	padding:0px;
}
.the-solution-sec h4{
	margin:0;
	list-style:none;
	font-size:40px;
	line-height:1.1em;
	padding-bottom:30px;
	font-family: "Roboto", Sans-serif;
	font-weight:500;
	color:#000;
	background: url(./assets/images/dot-list-icon.svg);
    background-position: left 0px;
    background-repeat: no-repeat;
    padding-left: 60px;
}
.the-solution-sec p{
	font-size:16px !important;
	line-height:1.5em;
	font-family: "Roboto", Sans-serif;
	font-weight:400;
	color:#323232;	
	padding-bottom:25px;
}
.the-solution-sec ul{
	margin:0;
	padding:0px 0 0 40px;
}
.the-solution-sec ul li{
	font-size:24px;
	line-height:1.5em;
	font-family: "Roboto", Sans-serif;
	font-weight:400;
	color:#323232;	
}

.solution-content-sec ul{
	margin:0;
	padding:0px;
}
.solution-content-sec ul li{
	padding: 0px 0 20px 35px;
    list-style: none;
    font-size: 16px;
    line-height: 1.5;
    color: #323232;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    background: url(./assets/images/challengers-icon.svg);
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 20px;
}

.w-solution-item:last-child{
	padding-bottom:0px;
}
.the-outcome-sec ul{
	margin:20px 0 0 !important;
	padding-left: 0px;
	padding-top:0px;
}
.the-challenge-des p{
	padding-right:40px;
}
.the-challenge-des ul{
	margin: 48px -10px 0;
    padding: 0px;
	display: flex;
    flex-wrap: wrap;
}
.the-challenge-des ul li{
	padding: 20px 20px 20px 45px;
    list-style: none;
    font-size: 16px;
    line-height: 1.4;
    color: #323232;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    background-color: #F8F8F8 !important;
    background: url(./assets/images/challengers-icon.svg);
    background-position: 15px 22px;
    background-repeat: no-repeat;
    background-size: 20px;
	width: calc(50% - 20px);
    margin: 0 10px 20px;
    border-radius: 16px;
}
.the-challenge-des ul li:last-child{
	border-bottom:none;
}
.the-solution-sec ul li ul{
	padding-top:30px;
}
.the-solution-sec ul li ul li{
	list-style:disc;
	background:none;
	font-size:24px;
	line-height:1.5em;
	font-family: "Roboto", Sans-serif;
	font-weight:400;
	color:#000;
	padding:0px;
}

.the-outcome-sec ul li{
	padding: 0px 0 20px 35px;
    list-style: none;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    background: url(./assets/images/challengers-icon.svg);
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 20px;
}

.outcome-grid-sec{
	display:flex;
	flex-wrap:wrap;
	margin: 0 -12px;
}
.outcome-grid-sec .outcome-grid-box{
	width:50%;
	padding: 0 12px;
    margin-bottom: 24px;
}
.outcome-grid-sec .outcome-grid-box:nth-child(2){
	margin-top: 50px !important;
}
.outcome-grid-sec .outcome-grid-box:nth-child(3){
	margin-top: -50px !important;
}
.outcome-grid-sec .outcome-grid-box:last-child{
	margin-bottom:0px;
}
.outcome-grid-box-inner{
	border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 24px 30px;
}
.outcome-grid-box-inner p{
	font-family: "Roboto", Sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:1.5;
	color:#42526B;
}
.outcome-icon{
	padding-bottom:20px;
}
/*.outcome-grid-box-inner .cus-outcom-text {
    min-height: 130px;
}*/

.w-testimonial-item{
	text-align:center;
}
.w-testimonial-item .client-text{
	text-align:center;
	font-family: "Roboto", Sans-serif;
	font-weight:600;
	font-size:32px;
	line-height:1.3;
	color:#1A1A1A;
	letter-spacing: 1.28px;
	font-style:italic;
}
.tes-bottom{
	padding-top:65px;
	display:flex;
	justify-content: center;
	align-items: center;
}
.tes-bottom .tes-bottom-left{
	width:100px;
	height:100px;
	border-radius:66px;
	overflow:hidden;
	position: relative;
}
.tes-bottom-right{
	padding-left:26px;
	text-align: left;
}
.tes-bottom-right h3{
	margin:0px;
	color: #000;
	font-family: "Roboto", Sans-serif;
	font-size: 32px;
	line-height:1.2;
	font-weight: 700;

}
.tes-bottom-right h5{
	margin:0px;
	color: #000;
	font-family: "Roboto", Sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height:1.3;
}
.video-play-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	opacity:0;
	visibility:hidden;
	transition: 0.3s;
}
.w-client-testimonial:hover .video-play-icon{
	opacity:1;
	visibility:visible;
}

.work-template-default .mfp-iframe-scaler video{
	width:100% !important;
	margin:0px !important;
}
.work-template-default .mfp-bg{
	background: rgba(0,0,0,0.7) !important;
}
.popup-opened{
	overflow:hidden;
}

/*======================= Industry Page =====================*/

.industry-grid-main{
	margin:0 -15px;
}
.industry-grid-main .industry-grid-item{
	padding:0 15px;
}
.industry-grid-title{
	margin-bottom:11px !important;
}
.custom-btn a.elementor-button-link{
	position:relative;
}

/* .custom-btn a.elementor-button-link::before{
	position:absolute;
	content:"";
	top:0;
	right:48px;
	width:1px;
	height:100%;
	background-color:#fff;
} */
.c-testimonial-sec{
	position:relative;
}
.c-testimonial-sec::before{
	content:"";
	position:absolute;
	width:14.948vw;
	height:11.771vw;
	top:0;
	left:10.417vw;
	background: url(./assets/images/te-be-icon.svg);
    background-repeat: no-repeat;
	background-size: cover;
}
.c-testimonial-sec::after{
	content:"";
	position:absolute;
	width:14.948vw;
	height:11.771vw;
	bottom:0;
	right:10.417vw;
	background: url(./assets/images/te-after-icon.svg);
    background-repeat: no-repeat;
	background-size: cover;
}

/*======================== Insight page =========================*/

.insight-title-left h2{
	position:relative;
}
.insight-title-left h2:before{
	content:"";
	position:absolute;
	width:100%;
	height:6px;
	background-color:#FF6900;
	left:0;
	bottom:-12px;
	z-index:1;
}

.webinars-slider-section .elementor-widget-theme-post-featured-image{
	position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 68%;
    text-align: left;
}
.webinars-slider-section .elementor-widget-theme-post-featured-image .elementor-widget-container{
	position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.webinars-slider-section .elementor-widget-theme-post-featured-image .elementor-widget-container img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}
.webinars-slider-section .insights-block, .podcast-slider-section .insights-block{
	overflow: hidden;
    background-color: #F8F8F8 !important;
    border-radius: 5px;
}
.ins-grid-title{
	margin-bottom:15px !important;
}
.ins-grid-title h2{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ins-slider-nav .elementor-swiper-button-next{
	right:0 !important;
	top:-26px !important;
	padding:11px 11px;
	border-radius:60px;
	border:1px solid #C4C4C4;
}
.ins-slider-nav .elementor-swiper-button-next:hover, .ins-slider-nav .elementor-swiper-button-prev:hover{
	border:1px solid #FF6900;
	background-color:#FF6900;
}
.ins-slider-nav .elementor-swiper-button-next:hover svg path, .ins-slider-nav .elementor-swiper-button-prev:hover svg path{
	stroke:#fff;
	fill:#fff;
}
.ins-slider-nav .elementor-swiper-button-prev{
	right:60px !important;
	left:inherit !important;
	top:-26px !important;
	padding:11px 11px;
	border-radius:60px;
	border:1px solid #C4C4C4;
}
.blogs-slider-section .insights-block{
	overflow: hidden;
    background-color: #fff !important;
    border-radius: 5px;
}
.blogs-slider-section .elementor-widget-theme-post-featured-image{
	position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 68%;
    text-align: left;
}
.blogs-slider-section .elementor-widget-theme-post-featured-image .elementor-widget-container{
	position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.blogs-slider-section .elementor-widget-theme-post-featured-image .elementor-widget-container img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}
.white-papers-slider-section .elementor-widget-theme-post-featured-image .elementor-widget-container img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}
.white-papers-slider-section .elementor-widget-theme-post-featured-image{
	position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 68%;
    text-align: left;
}
.white-papers-slider-section .elementor-widget-theme-post-featured-image .elementor-widget-container{
	position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.white-papers-slider-section .elementor-icon-list-text, .white-papers-slider-section .elementor-heading-title, .white-papers-slider-section .elementor-button, .home-insights-sec .elementor-button, .home-insights-sec .elementor-icon-list-text, .home-insights-sec .elementor-heading-title{
	color:#fff !important;
}
.white-papers-slider-section .elementor-icon-list-icon svg path, .white-papers-slider-section .elementor-button-icon svg path, .home-insights-sec .elementor-button-icon svg path{
	fill:#fff;
	stroke:#fff;
}
.white-papers-slider-section .elementor-button:hover, .home-insights-sec .elementor-button:hover, .home-insights-sec .elementor-button:hover svg path{
	color:#FF6900 !important;
	fill:#FF6900;
}


.podcast-slider-section .elementor-widget-theme-post-featured-image{
	position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 68%;
    text-align: left;
}
.podcast-slider-section .elementor-widget-theme-post-featured-image .elementor-widget-container{
	position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.podcast-slider-section .elementor-widget-theme-post-featured-image .elementor-widget-container img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}

/*================= Blogs Css =====================*/

.blogs-list-sec .insights-block{
	overflow: hidden;
    background-color: #F8F8F8 !important;
    border-radius: 5px;
}
.blogs-list-sec .e-loop__load-more{
	padding-bottom:96px;
	text-align:center;
}
.blogs-list-sec .e-loop__load-more a.elementor-button-link{
	background-color:#FF6900;
	border-radius:5px;
	padding:14px 30px;
	font-size:15px;
	line-height:1.5em;
	font-family: "Roboto", Sans-serif;
	font-weight:500;
	letter-spacing:1px;
}
.blogs-list-sec .e-loop__load-more a.elementor-button-link:hover{
	background-color:#223D8A;
}
.cat-inner-main{
	display: flex;
    justify-content: flex-end;
    align-items: center;
	margin:0 -10px
}
.cat-inner-main .cat-list{
	padding:0 10px;
}
.cat-inner-main select.cat-link, .cat-inner-main select.blog-type{
	padding:15px 35px 15px 15px;
	min-width:260px;
	border:2px solid #E0E0E0;
	border-radius:5px;
	font-size:16px;
	line-height:1.1em;
	font-family: "Roboto", Sans-serif;
	font-weight:500;
	color:#828282;
	-moz-appearance:none;
	-webkit-appearance:none;
    appearance:none;
	background-image: url(./assets/images/select-icon.svg);
  	background-repeat: no-repeat;
	background-position: center right 18px;
}

.cat-inner-main select:focus-visible{
	outline:none !important;
}
.blogs-list-sec .insights-block .elementor-button:hover{
	background-color:transparent !important;
}	
.insights-block {
	    visibility: visible !important;
}
.blogs-list-sec .customajaxcls + .e-loop__load-more{
	margin-top:106px;
}

.insight-grid-main{
	display:flex;
	flex-wrap:wrap;
	margin:0 -13px;
}
.insight-grid-main .ins-grid-item{
	width:33.33%;
	padding:0 13px;
	margin-bottom:106px;
}
.insight-grid-main .ins-grid-item .ins-grid-inner{
	background-color:#f8f8f8;
    overflow: hidden;
    border-radius: 25px 0px;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.1), 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.ins-grid-item .ins-grid-inner .thumbnail_container{
	position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 68%;
    text-align: left;
}
.ins-grid-item .ins-grid-inner .thumbnail_container .thumbnail{
	position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.ins-grid-item .ins-grid-inner .thumbnail_container .thumbnail img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}
.ins-grid-item .ins-cat-title a{
	position: absolute;
    left: 25px;
    top: 25px;
	background-color:#FF6900;
	border-radius:5px;
	padding:7px 10px;
	font-size:12px;
	line-height:1.1em;
	font-family: "Roboto", Sans-serif;
	font-weight:600;
	color:#fff;
}
.ins-grid-item .ins-grid-inner .ins-content{
	padding:30px 35px;
}
.ins-date-item ul{
	margin:0;
	padding:0;
	display:flex;
	align-items:center;
}
.ins-date-item ul li{
	list-style:none;
}
.ins-date-item ul li a{
	font-size:13px;
	line-height:1.5em;
	font-family: "Roboto", Sans-serif;
	font-weight:400;
	color:#000;
	padding-right:5px;
}
.ins-date-item ul li:nth-child(2){
	display:none;
}
.ins-grid-item .ins-grid-inner .ins-content h2 a{
	margin-top:6px;
	font-size:22px;
	line-height:1.5em;
	font-weight:600;
	font-family: "IBM Plex Sans", Sans-serif;
	color:#000;
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
	-webkit-box-orient: vertical;
}
.ins-grid-item .read-more-btn{
	padding-top:12px;
}
.ins-grid-item .read-more-btn a{
	font-size:13px;
	line-height:1.5em;
	letter-spacing: 1px;
	font-family: "Roboto", Sans-serif;
	font-weight:500;
	color:#000;
	text-transform:uppercase;
	position:relative;
	    display: flex;
    align-items: center;
    gap: 10px;
}
.ins-grid-item .read-more-btn svg path , .insights-block svg path{
    stroke: #000;
}
/* .ins-grid-item .read-more-btn a::before{
	content:"";
	position:absolute;
	width:12px;
	height:2.10px;
	background-color:#000;
	top: 6.1px;
    right: -20px;
} */
.ins-grid-item .read-more-btn a:hover{
	color:#FF6900;
}
.ins-grid-item .read-more-btn a:hover svg path,.insights-block a:hover svg path {
    stroke: #FF6900;
}



/* ====================== Blog Detail page =====================*/

.post-term-cat ul{
	margin:0px;
	padding:0px;
	display: flex;
    align-items: center;
}
.post-term-cat ul li{
	margin:0px 10px 0 0;
	padding:15px 40px;
	list-style:none;
	border-radius:39px;
	font-size:18px;
	line-height:1.1em;
	font-family: "Roboto", Sans-serif;
	font-weight:700;
	color:#223D8A;
	background-color:rgba(34, 61, 138, 0.1);	
}

.author-sac{
	display: flex;
    align-items: center;
}
.author-sac .author-img{
	width:84px;
	height:84px;
	margin-right: 13px;
	overflow: hidden;
    border-radius: 100%;
	overflow: hidden;
    border-radius: 100%;
}
.author-sac .author-img img{
	width:100%;
	height:100%;
	object-fit: cover;
	border: 1px solid #000;
    border-radius: 100%;
}
.author-des h5{
	margin:0;
	font-size:22px;
	line-height:1.3em;
	font-weight:700;
	font-family: "IBM Plex Sans", Sans-serif;
	padding-bottom:2px;
	color:#242331;
}
.author-des p{
	font-size:18px;
	line-height:1.1em;
	font-family: "Roboto", Sans-serif;
	font-weight:400;
	color:#797979;
}
.post-date{
	padding-top:27px;	
}
.post-date p span{
	font-size:22px;
	line-height:1.3em;
	font-weight:700;
	font-family: "IBM Plex Sans", Sans-serif;
	color:#242331;
}
.post-date p{
	font-size:22px;
	line-height:1.1em;
	font-family: "IBM Plex Sans", Sans-serif;
	font-weight:400;
	color:#797979;
}
.blog-detail-title-sec .elementor-container{
	position:relative;
}
.blog-detail-title-sec .elementor-container:before{
	position:absolute;
	content:"";
	left:0;
	bottom:-70px;
	width:100%;
	height:1px;
	background-color:#E0E0E0;
}
.toc-sec{
	padding:30px;
	background-color:#F8F8F8;
	border-radius:5px;
}
.toc-sec .elementor-toc__toggle-button{
	display:none;
}
.toc-sec .elementor-toc__header{
	padding-bottom:30px;
}
.toc-sec ol.elementor-toc__list-wrapper{
	margin:0px;
}
.toc-sec li.elementor-toc__list-item{
	padding-left:34px;
	position:relative;
	margin-bottom:18px;
}
.toc-sec li.elementor-toc__list-item:before{
	content:"";
	position:absolute;
	left:0;
	top:0px;
	width:24px;
	height:24px;
	background:url(./assets/images/list-Icon.svg);
	background-repeat:no-repeat;
	background-size: cover;
}
.toc-sec .elementor-toc__list-item-text-wrapper:before{
	display:none;
}
.toc-sec li.elementor-toc__list-item .elementor-toc__list-item-text:hover{
	color:#FF6900;
}

.Contact-form-single ul{
	margin:0px;
	padding:0px;
}
.Contact-form-single ul li{
	list-style:none;
}

.Contact-form-single input[type="email"], .Contact-form-single input[type="text"], .Contact-form-single input[type="tel"]{
	border:2px solid rgba(255, 255, 255, 0.3);
	border-radius:5px;
	color:rgba(255, 255, 255, 0.3);
	padding:15px;
	font-size:16px;
	line-height:18px;
	font-weight:500;
	font-family: "Roboto", Sans-serif;
	margin: 0;
    width: 100%;
	background-color: transparent;
	margin-bottom:16px;
}
.Contact-form-single input::placeholder{
	color:rgba(255, 255, 255, 0.3) !important;
}
.Contact-form-single input[type="submit"]{
	background-color:#FF6900;
	color:#fff;
	font-size:16px;
	line-height:1.3em;
	font-weight:700;
	font-family: "IBM Plex Sans", Sans-serif;
	padding:11px;
	width:100%;
	border:none;
	border-radius: 5px;
	cursor:pointer;
}
.Contact-form-single input[type="submit"]:hover{
	background-color:#2D4BA3;
}
.Contact-form-single .wpcf7 form .wpcf7-response-output{
	color:#fff;
	margin:0px;
}
.Contact-form-single input[type="email"]:focus-visible {
	outline:none;
}
.details-content-class p{
	font-size:22px;
	line-height:1.5;
	font-weight:400;
	font-family: "Roboto", Sans-serif;
	color:#797979;
}
.details-content-class h3{
	margin-top:47px;
	font-size:40px;
	line-height:1.3;
	font-weight:800 !important;
	font-family: "Roboto", Sans-serif !important;
	color:#242331 !important;
	padding-bottom:7px;
}
.details-content-class h6{
	font-size:22px;
	line-height:1.5;
	font-weight:400 !important;
	font-family: "Roboto", Sans-serif !important;
	color:#223D8A !important;
}
.details-content-class ul{
	margin:20px 0;
	padding:0px;
}
.details-content-class ul li{
	font-size:22px;
	line-height:1.5;
	font-weight:400;
	font-family: "Roboto", Sans-serif;
	color:#797979;
	padding:10px 0 10px 34px;
	background:url(./assets/images/list-Icon.svg);
	background-repeat:no-repeat;
	background-size:24px;
	background-position: left 13px;
	list-style:none;
}
.details-content-class blockquote, .details-content-classs blockquote{
	display:flex;
	background-color: #F9F9F9 !important;
    border-radius: 40px;
    overflow: hidden;
	position: relative;
	padding: 54px 30px 54px 180px !important;
}
.details-content-class blockquote::before, .details-content-classs blockquote::before{
	content:"" !important;
	background-color:#FF6900;
	background-image:url(./assets/images/blockquate-icon.svg);
	width:155px;
	height:100% !important;
	position: absolute;
    top: 0;
    left: 0;	
	background-repeat: no-repeat;
    background-position: center;
}
.details-content-class blockquote p, .details-content-classs blockquote p{
	font-size:25px;
	line-height:1.5;
	font-weight:400;
	font-family: "Roboto", Sans-serif;
	color:#242331;
}

/*========= Chat Box =============*/

.b24-widget-button-inner-block, .b24-widget-button-inner-mask{
	background:#FF6900 !important;
}
.b24-widget-button-position-bottom-right {
    right: 30px !important;
    bottom: 30px !important;
}
.b24-widget-button-popup{
	border: 2px solid #FF6900 !important;
}
.b24-widget-button-openline_livechat, .b24-widget-button-crmform{
	background-color:#FF6900 !important;
}
.bx-livechat-head{
	background-color:#FF6900 !important;
}
.b24-widget-button-pulse{
	border: 1px solid #FF6900 !important;
	border-color:#FF6900;
}
.b24-widget-button-popup-triangle{
	border-color:#FF6900 !important;
}

/*============= Webinar Page ============*/

.blogs-list-sec .elementor-widget-theme-post-featured-image{
	position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 68%;
    text-align: left;
}
.blogs-list-sec .elementor-widget-theme-post-featured-image .elementor-widget-container{
	position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.blogs-list-sec .elementor-widget-theme-post-featured-image .elementor-widget-container img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}

/*==================== Webinar Detail Page =================*/

.blog-detail-title-sec.webinar-detail-sec .elementor-container:before{
	display:none !important;	
}
.webinar-speakar-main h2{
	font-size:40px;
	line-height:1.3em;
	font-weight:600;
	font-family: "IBM Plex Sans", Sans-serif;
}
.wbinar-speakar-grid{
	background-color: #F8F8F8;
    margin-top: 30px;
	border-radius: 25px;
}
.wbinar-speakar-grid .speaker-grid-inner{
	padding: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.wbinar-speakar-grid .speakar-img{
	width:15%;
}
.wbinar-speakar-grid .speakar-img .thumbnail_container{
	position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 156.7%;
	border-radius: 20px;
}
.wbinar-speakar-grid .speakar-img .thumbnail_container .thumbnail{
	position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.wbinar-speakar-grid .speakar-img .thumbnail_container .thumbnail img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}
.wbinar-speakar-grid .speakar-des{
	width:85%;
	padding-left:34px;
}
.wbinar-speakar-grid .speakar-des h4{
	font-size:24px;
	line-height:1.3em;
	font-weight:600;
	font-family: "IBM Plex Sans", Sans-serif;
	padding-bottom:7px;
	margin:0px;
}
.wbinar-speakar-grid .speakar-des h6{
	font-size:18px;
	line-height:1.5em;
	font-weight:400;
	font-family: "Roboto", Sans-serif;
	padding-bottom:7px;
	margin:0px;
	color:#000 !important;
}
.wbinar-speakar-grid .speakar-des p{
	font-size:18px;
	line-height:1.3;
	font-weight:400;
	font-family: "Roboto", Sans-serif;
	color:#797979;
}

/*================== Careers Page ================*/
.career-first-sec .elementor-widget-image{
	position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 80.5%;
    border-radius: 42px;
}
.career-first-sec .elementor-widget-container{
	position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.career-first-sec .elementor-widget-container img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}
.careers-values-sec .elementor-widget-wrap{
	box-shadow: 0.857px 12.857px 19.714px 0px rgba(229, 229, 229, 0.25);
}

.job-pos-grid:hover .elementor-widget-heading h2.elementor-heading-title, .job-pos-grid:hover .elementor-widget-post-info ul li span.elementor-post-info__item, .job-pos-grid:hover .elementor-widget-theme-post-excerpt .elementor-widget-container{
	color:#fff !important;
}
.job-pos-grid:hover .elementor-button-link{
	background-color:#FF6900 !important;
	border-color:#FF6900 !important;
	color:#fff !important;
}

/*============================= Career Detail page ====================*/

.career-post-date .elementor-icon-list-item span.elementor-post-info__item-prefix{
	color:#242331 !important;
}
.career-detail-content-sec p, .career-detail-content-sec {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
    color: #797979;
}
.career-detail-content-sec ul{
	margin: 20px 0;
    padding: 0px;
}
.career-detail-content-sec ul li{
	font-size: 22px;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
    color: #797979;
    padding: 10px 0 10px 34px;
    background: url(./assets/images/list-Icon.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left 13px;
    list-style: none;
}
.career-detail-content-sec h3{
	margin-top: 15px;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700 !important;
    font-family: font-family: "IBM Plex Sans", Sans-serif;
    color: #242331 !important;
    padding-bottom: 7px;
}
.career-detail-content-sec a{
	color:#797979;
	padding-bottom:3px;
	display:block;
}
.career-detail-content-sec a:hover{
	color:#fe6d23;
}
.career-detail-content-sec li.elementor-icon-list-item{
	background:none;
}
.job-apply-form.f-contact-form ul{
	margin:0 -15px !important;
}
.job-apply-form.f-contact-form ul li{
	background:none !important;
	padding:0px 15px !important;
}
.job-apply-form.f-contact-form ul li input[type="file"]{
	border: 2px solid #E0E0E0;
    border-radius: 5px;
    color: #828282;
    padding: 15px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    font-family: "Roboto", Sans-serif;
    margin: 0;
    width: 100%;
    background-color: #fff;
}
.job-apply-form.f-contact-form ul li input, .job-apply-form.f-contact-form textarea{
	background-color:#fff;
}
.job-apply-form .rc-anchor-light{
	background:#fff !important;
}
.job-apply-form.f-contact-form ul li .wpcf7-submit {
    background-color: #FF6900;
    padding: 18px 33px;
    color: #ffffff;
    font-family: "IBM Plex Sans", Sans-serif;
    font-weight: 700;
    font-size: 16px;
    width: 255px;
    border: 1px solid #ff6900;
    float: right;
    cursor: pointer;
}
.job-apply-form.f-contact-form ul li .wpcf7-submit:hover {
    border: 1px solid #223D8A;
    background-color: #223D8A;
}
.wpcf7-not-valid-tip, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output{
	font-size:14px !important;
}
 form.wpcf7-form.sent .f-contact-form {
      display: none;
}

/*====================== Contact Us page ==============*/

.page-id-7 .header-main-sec{
	display:none;
}
.page-id-7 .elementor-location-footer{
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
}
.page-id-7 .elementor-location-footer .elementor-element-875673e, .page-id-22026 .elementor-location-footer .elementor-element-875673e{
	padding:12px 0 !important;
}
.lets-talk-sec p{
	padding-left:22px;
	background:url(./assets/images/lets-talk-icon.svg);
	background-repeat:no-repeat;
	background-position: left center;
}
.contact-left-sec h3{
	margin-top:0px;
}
.contact-form-right ul li{
	width:100%;
}
.contact-form-right .f-contact-form input[type="text"], .contact-form-right .f-contact-form input[type="email"], .contact-form-right .f-contact-form input[type="tel"], .contact-form-right .f-contact-form select, .contact-form-right .f-contact-form textarea{
	border:none;
	background-color:#fff;
}
.contact-form-right .wpcf7-list-item{
	margin:0px;
}
.contact-form-right .wpcf7-list-item-label{
	color:#fff;
}
.contact-form-right ul li:nth-child(8), .contact-form-right ul li:nth-child(9){
	width:50%;
}
.contact-form-right .wpcf7-submit{
	background-color: #FF6900;
    padding: 18px 33px;
    color: #ffffff;
    font-family: "IBM Plex Sans", Sans-serif;
    font-weight: 700;
    font-size: 16px;
    width: 255px;
    border: 1px solid #ff6900;
    float: right;
    cursor: pointer;
}
.contact-form-right .wpcf7-submit:hover{
	border: 1px solid #223D8A;
    background-color: #223D8A;
}
.contact-form-right textarea {
    height: 114px !important;
	min-height:114px !important
}
input:focus-visible, textarea:focus-visible, select:focus-visible{
    outline:none !important;
}
.contact-form-right .wpcf7-response-output, .contact-form-right .wpcf7 form.invalid .wpcf7-response-output{
	color: #fff !important;
}
.contact-form-right .wpcf7-not-valid-tip{
	color: #ffb900 !important;
}
.contact-left-sec a{
	color:#fff;
}
.contact-left-sec .elementor-icon-box-wrapper, .contact-left-sec .elementor-icon-box-icon{
	display: flex;
    align-items: center;
}
.contact-left-sec .elementor-icon-box-content{
	padding-left:19px;
}

.feedback-form h2{
    padding-bottom:15px;
    color: #fff;
    font-size:18px;
	font-weight:600;
}
.contact-form-right .cf7mls_next.sending img{
	display:none !important;
}
.contact-form-right .cf7mls_next.action-button{
	background-color:#FF6900 !important;
	padding: 13px 28px !important;
    color: #ffffff !important;
    font-family: "IBM Plex Sans", Sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}
.contact-form-right .cf7mls_back.action-button{
	background-color:#FF6900 !important;
	padding: 13px 28px !important;
    color: #ffffff !important;
    font-family: "IBM Plex Sans", Sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}
.contact-form-right #cf7mls-back-btn-cf7mls_step-4{
	display:none;
}
.sent #cf7mls-next-btn-cf7mls_step-1 {
    display: none;
}

/*================== Solution list Page =================*/

.work-inner-main .work-list-right.solutions-list-right a{
	font-family: "IBM Plex Sans", Sans-serif;
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1em;
    letter-spacing: 0.3px;
    background-color: #FF6900;
    border-radius: 4px 4px 4px 4px;
    padding: 14px 16px 14px 16px;
	border:none;
	color:#fff;
	display: inline-flex;
	position:relative;
}
.work-inner-main .work-list-right.solutions-list-right a:hover{
	background-color:#223D8A;
	border:none;
}
.work-inner-main .work-list-right.solutions-list-right a span{
	padding-right:30px;
}
.work-inner-main .work-list-right.solutions-list-right a::before {
    position: absolute;
    content: "";
    top: 0;
    right: 48px;
    width: 1px;
    height: 100%;
    background-color: #fff;
}
.work-inner-main:nth-child(4n) .work-list-right.solutions-list-right a:hover{
	background-color:#c95606;
	color:#fff;
}

.cky-btn{
	font-weight: 500 !important;
    font-family: "Roboto", Sans-serif !important;
}

/*=============== Solution detail page ===============*/

.s-video-sec .e-hosted-video{
	border-radius: 20px;
    overflow: hidden;
    border: 1px solid #CBD5E1;
}
.s-video-sec{
	position:relative;
}
.s-video-sec:before{
	content:"";
	position:absolute;
	width:175px;
	height:175px;
	top:111px;
	right:-56px;
	z-index:-1;
	background:url(./assets/images/s-video-before.png);
	background-repeat:no-repeat;
}
.solution-ctc-left{
	padding-left:37px;
	position:relative;
}
.solution-ctc-left::before{
	content:"";
	position:absolute;
	width:5px;
	height:100%;
	background-color:#FF6900;
	border-radius:4px;
	top:0;
	left:-37px;
}

.custom-solution-main{
	display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.custom-solution-main .custom-solution-left{
	width: 43%;
	padding:20px 98px 40px 281px;
}
.custom-solution-main .custom-solution-left h1{
	color: #E0E0E0;
    font-family: "IBM Plex Sans", Sans-serif;
    font-size: 94px;
    font-weight: 700;
    line-height: 1.3em;
	margin:0px;
	padding-bottom:40px;
	text-align:right;
}
.custom-tab-main ul{
	margin:0px !important;
	padding:0px !important;
}
.custom-tab-main ul li{
	list-style: none;
    margin-bottom: 10px;
    position: relative;
}
.custom-tab-main ul li a{
	padding: 20px 0;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    font-family: "IBM Plex Sans", Sans-serif;
    color: #828282;
    display: block;
    border-bottom: 1px solid #C4C4C4;
}
.custom-tab-main ul li a:hover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #FF6900;
    left: 0;
    bottom: 0;
}
.custom-tab-main ul li a.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #FF6900;
    left: 0;
    bottom: 0;
}
.custom-tab-main ul li a:hover, .custom-tab-main ul li a.active {
    color: #000000;
    outline: none;
}

.custom-solution-main .custom-solution-right{
	width: 57%;
	background-color:#F8F8F8;
}

.custom-solution-main .custom-s-des-image{
	position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 59.8%;
    text-align: left;
}
.custom-solution-main .custom-s-des-image .thumbnail{
	position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.custom-solution-main .custom-s-des-image .thumbnail img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}
.custom-s-des-content{
	padding:50px 80px 50px 60px;
	min-height: 400px;
}
.custom-s-des-content h3{
	margin:0;
	font-size: 40px;
    line-height: 1em;
    font-weight: 700;
    font-family: "IBM Plex Sans", Sans-serif;
    color: #000;
	padding-bottom:25px;
}
.custom-s-des-content p{
	font-size: 24px;
    line-height:1.4em;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
	color:#323232;
}
.single-solution .work-home-view .elementor-widget-button{
	margin-bottom:20px;
}

.future-logistic-tab-main{
	padding-bottom:50px;
}
.future-logistic-tab-main ul{
	margin:0 -12px !important;
	padding:0 !important;
	display:flex;
	align-items:center;
}
.future-logistic-tab-main ul li{
	list-style:none;
	padding:0 12px;
}
.future-logistic-tab-main ul li a{
	font-size: 16px;
    line-height:1.2em;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
	color:#000;
	position:relative;
}
.future-logistic-tab-main ul li a::before{
	content:"";
	position:absolute;
	width:100%;
	height:2px;
	background-color:#E0E0E0;
	left:0;
	bottom:-2px;
}
.future-logistic-tab-main ul li a:hover::before, .future-logistic-tab-main ul li a.active::before{
	background-color:#FF6900;
}

.future-logistic-grid-sec{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.future-logistic-grid-sec .f-l-grid-right{
	width:50%;
	position: relative;
}
.future-logistic-grid-sec .f-l-grid-left{
	position: relative;
    width: 50%;
    overflow: hidden;
    padding-bottom: 36.5%;
    text-align: left;
}
.future-logistic-grid-sec .f-l-grid-left .thumbnail{
	position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.future-logistic-grid-sec .f-l-grid-left .thumbnail img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}

.f-l-grid-right-inner{
	background-color: #223D8A;
    position: absolute;
    width: 100%;
    z-index: 999;
    left: -20px;
    top: 0;
    padding: 58px 90px;
    transform: translate(-0%, -50%);
}
.f-l-grid-right-inner h3{
	margin:0;
	font-size: 40px;
    line-height: 1.3em;
    font-weight: 700;
    font-family: "IBM Plex Sans", Sans-serif;
    color: #fff;
	padding-bottom:10px;
}
.f-l-grid-right-inner p{
	font-size: 16px;
    line-height:1.4em;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
	color:#fff;
	min-height:110px;
}
.f-l-grid-right-inner a{
	padding:12px 40px;
	font-size: 16px;
    line-height:1.4em;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
	color:#fff;
	border-radius:37px;
	background-color:#FF6900;
	display: inline-block;
}
.f-l-grid-right-inner a:hover{
	background-color:#C95606;
}

/*================= Core Services ======================*/

.service-section-1 .sec-1-img .elementor-widget-image{
   position: relative;
    width: 61.5%;
    overflow: hidden;
    padding-bottom: 34.4%;
	margin:0px;
}

.service-section-1 .sec-1-img .elementor-widget-image .elementor-widget-container {
    position: absolute;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
}

.service-section-1 .sec-1-img .elementor-widget-image .elementor-widget-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0px auto;
}

.service-section-1 h3{
	margin-top:0px !important;
}

.service-section-1 .elementor-icon-box-icon{
	position: absolute;
    right: 0;
    bottom: 0;
    padding: 13px;
    border-top: 1px solid #C4C4C4;
    border-left: 1px solid #C4C4C4;
}
.service-section-1 .elementor-icon-box-icon:hover{
	background-color: #FF6900 !important;
    border-color: #FF6900 !important;
}
.service-section-1 .elementor-icon-box-icon:hover a svg path{
	stroke:#fff;
}
.service-section-1 .sec-1-right-content-box{
	top: 50%;
    transform: translate(-0%, -50%);
}
.s-sec-1-blog{
	display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.s-sec-1-blog .s-sec-1-blog-item{
	width: 33.33%;
    padding: 0 15px;
}
.s-sec-1-blog .s-sec-1-blog-item .s-sec-1-blog-inner{
	border: 1px solid #E3E3E3;
	background-color: #fff;
}
.s-sec-1-blog-img{
	position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 54.6%;
    text-align: left;
}
.s-sec-1-blog-img .thumbnail{
	position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.s-sec-1-blog-img .thumbnail img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}
.s-sec-1-blog .s-sec-1-blog-content{
	padding:15px 47px 15px 15px;
	position:relative;
}
.s-sec-1-blog .s-sec-1-blog-content p{
	font-size: 15px;
    line-height:1.2em;
    font-weight: 400;
    font-family: "Roboto", Sans-serif;
	color:#3C3B3B;
	padding-bottom:9px;
}
.s-sec-1-blog .s-sec-1-blog-content h3{
	margin:0;
	font-size: 18px;
    line-height: 1.4em;
    font-weight: 700;
    font-family: "IBM Plex Sans", Sans-serif;
    color: #000;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.s-sec-1-blog .s-sec-1-blog-content a{
	position:absolute;
	right:0;
	bottom:0;
	padding: 12px 11px;
	border-top: 1px solid #C4C4C4;
    border-left: 1px solid #C4C4C4;
	display:flex;
}
.s-sec-1-blog .s-sec-1-blog-content a:hover{
	background-color: #FF6900 !important;
    border-color: #FF6900 !important;
}
.s-sec-1-blog .s-sec-1-blog-content a:hover svg path{
	stroke:#fff;
}

/*=== s-service-2 ==*/
.service-section-2 .sec-2-img .elementor-widget-image{
   position: relative;
    width: 61.5%;
    overflow: hidden;
    padding-bottom: 34.4%;
	margin:0px !important;
}

.service-section-2 .sec-2-img .elementor-widget-wrap{
	justify-content:flex-end;
}

.service-section-2 .sec-2-img .elementor-widget-image .elementor-widget-container {
    position: absolute;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
}

.service-section-2 .sec-2-img .elementor-widget-image .elementor-widget-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0px auto;
}

.service-section-2 h3{
	margin-top:0px !important;
}

.service-section-2 .elementor-icon-box-icon{
	position: absolute;
    right: 0;
    bottom: 0;
    padding: 13px;
    border-top: 1px solid #C4C4C4;
    border-left: 1px solid #C4C4C4;
}
.service-section-2 .elementor-icon-box-icon:hover{
	background-color: #FF6900 !important;
    border-color: #FF6900 !important;
}
.service-section-2 .elementor-icon-box-icon:hover a svg path{
	stroke:#fff;
}
.service-section-2 .sec-2-right-content-box{
	top: 50%;
    transform: translate(-0%, -50%);
}
.service-section-2 .s-sec-1-blog-item{
	width:50%;
}

/*=== s-service-3 ==*/

.service-section-3 .s-sec-1-blog-item{
	width:50%;
}

.service-section-3 h3{
	margin-top:0px;
}
.service-section-3 .sec-3-img .elementor-widget-image{
   position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 52.7%;
	margin:0px !important;
}

.service-section-3 .sec-3-img .elementor-widget-image .elementor-widget-container {
    position: absolute;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
}

.service-section-3 .sec-3-img .elementor-widget-image .elementor-widget-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0px auto;
}
.service-section-3 .elementor-icon-box-icon{
	position: absolute;
    right: 0;
    bottom: 0;
    padding: 13px;
    border-top: 1px solid #C4C4C4;
    border-left: 1px solid #C4C4C4;
	z-index:99;
}
.service-section-3 .elementor-icon-box-icon:hover{
	background-color: #FF6900 !important;
    border-color: #FF6900 !important;
}
.service-section-3 .elementor-icon-box-icon:hover a svg path{
	stroke:#fff;
}

/*=== s-service-5 ==*/

.service-section-5 h3{
	margin-top:0px;
}
.service-section-5 .sec-5-img .elementor-widget-wrap{
	justify-content:flex-end;
}
.service-section-5 .sec-5-img .elementor-widget-image{
   position: relative;
    width: 61.5%;
    overflow: hidden;
    padding-bottom: 34.4%;
	margin:0px !important;
}

.service-section-5 .sec-5-img .elementor-widget-image .elementor-widget-container {
    position: absolute;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
}

.service-section-5 .sec-5-img .elementor-widget-image .elementor-widget-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0px auto;
}
.service-section-5 .elementor-icon-box-icon{
	position: absolute;
    right: 0;
    bottom: 0;
    padding: 13px;
    border-top: 1px solid #C4C4C4;
    border-left: 1px solid #C4C4C4;
	z-index:99;
}
.service-section-5 .elementor-icon-box-icon:hover{
	background-color: #FF6900 !important;
    border-color: #FF6900 !important;
}
.service-section-5 .elementor-icon-box-icon:hover a svg path{
	stroke:#fff;
}
.service-section-5 .sec-5-right-content-box{
	top: 50%;
    transform: translate(-0%, -50%);
}
.service-section-5 .s-sec-1-blog-item{
	width:100%;
}
.service-section-5 ul.elementor-icon-list-items{
	display:flex;
	margin:0 -10px;
	flex-wrap:wrap;
}
.service-section-5 ul.elementor-icon-list-items li.elementor-icon-list-item{
	width:50%;
	padding:0 10px;
	margin-top:0px !important;
	padding-bottom:22px !important;
}


/*=== s-service-6 ==*/

.service-section-6 .sec-6-img .elementor-widget-image{
   position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 80.6%;
	margin:0px !important;
}

.service-section-6 .sec-6-img .elementor-widget-image .elementor-widget-container {
    position: absolute;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
}

.service-section-6 .sec-6-img .elementor-widget-image .elementor-widget-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0px auto;
}
.service-section-6 ul.elementor-icon-list-items{
	display:flex;
	margin:0 -20px;
	flex-wrap:wrap;
}
.service-section-6 ul.elementor-icon-list-items li.elementor-icon-list-item{
	width:50%;
	padding:0 20px;
	margin-top:0px !important;
	padding-bottom:22px !important;
}
.service-section-6 .s-sec-1-blog-item{
	width:50%;
}

/*======== s-service-7 ==========*/

.service-section-7 .title-arrow-btn{
	right:78px;
}
.service-section-7 .sec-7-right-content-box{
	top: 50%;
    transform: translate(-0%, -50%);
}
.service-section-7 ul.elementor-icon-list-items{
	display:flex;
	margin:0 -20px;
	flex-wrap:wrap;
}
.service-section-7 ul.elementor-icon-list-items li.elementor-icon-list-item{
	width:50%;
	padding:0 20px;
	margin-top:0px !important;
	padding-bottom:22px !important;
}
.service-section-7 .sec-7-img .elementor-widget-image{
   position: relative;
    width: 61.5%;
    overflow: hidden;
    padding-bottom: 34.4%;
	margin:0px;
}

.service-section-7 .sec-7-img .elementor-widget-image .elementor-widget-container {
    position: absolute;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
}

.service-section-7 .sec-7-img .elementor-widget-image .elementor-widget-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0px auto;
}

/*============ s-service-8 ==========*/

.service-section-8{
	position:relative;
}
.service-section-8::before{
	content:"";
	position:absolute;
	width:50%;
	height:100%;
	top:0;
	right:0;
	background-color:#F8F8F8;
}
.service-section-8 ul.elementor-icon-list-items{
	display:flex;
	margin:0 -20px;
	flex-wrap:wrap;
}
.service-section-8 ul.elementor-icon-list-items li.elementor-icon-list-item{
	width:50%;
	padding:0 20px;
	margin-top:0px !important;
	padding-bottom:22px !important;
}
.service-section-8 .in_title h2{
	padding-right:0px !important;
}
.service-section-8 .title-arrow-btn{
	right:72px !important;
}
.service-section-8 .sec-8-img .elementor-widget-image{
   position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 34.6%;
	margin:0px;
}

.service-section-8 .sec-8-img .elementor-widget-image .elementor-widget-container {
    position: absolute;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
}

.service-section-8 .sec-8-img .elementor-widget-image .elementor-widget-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0px auto;
}

/*============ s-service-9 ==========*/

.service-section-9{
	position:relative;
}
.service-section-9::before{
	content:"";
	position:absolute;
	width:50%;
	height:100%;
	top:0;
	left:0;
	background-color:#F8F8F8;
}
.service-section-9 .in_title h2{
	padding-right:0px !important;
}
.service-section-9 .title-arrow-btn{
	right:72px !important;
}
.service-section-9 .s-sec-1-blog-item {
    width: 50%;
}

/*============ s-service-10 ==========*/

.service-section-10 .sec-10-img .elementor-widget-image{
   position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 89.3%;
	margin:0px !important;
}

.service-section-10 .sec-10-img .elementor-widget-image .elementor-widget-container {
    position: absolute;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
}

.service-section-10 .sec-10-img .elementor-widget-image .elementor-widget-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0px auto;
}
.service-section-10 ul.elementor-icon-list-items{
	display:flex;
	margin:0 -20px;
	flex-wrap:wrap;
}
.service-section-10 ul.elementor-icon-list-items li.elementor-icon-list-item{
	width:50%;
	padding:0 20px;
	margin-top:0px !important;
	padding-bottom:22px !important;
}
.service-section-10 .s-sec-1-blog-item {
    width: 50%;
}

/*============ s-service-11 ==========*/
.service-section-11 h3{
	margin-top:0px !important;
}

.service-section-11 .elementor-icon-box-icon{
	position: absolute;
    right: 0;
    bottom: 0;
    padding: 13px;
    border-top: 1px solid #C4C4C4;
    border-left: 1px solid #C4C4C4;
}
.service-section-11 .elementor-icon-box-icon:hover{
	background-color: #FF6900 !important;
    border-color: #FF6900 !important;
}
.service-section-11 .elementor-icon-box-icon:hover a svg path{
	stroke:#fff;
}
.service-section-11 .s-sec-1-blog-item {
    width: 100%;
}
.service-section-11 ul.elementor-icon-list-items{
	display:flex;
	margin:0 -20px;
	flex-wrap:wrap;
}
.service-section-11 ul.elementor-icon-list-items li.elementor-icon-list-item{
	width:50%;
	padding:0 20px;
	margin-top:0px !important;
	padding-bottom:30px !important;
}
.s-11-hover .elementor-widget-wrap:hover h4.elementor-heading-title{
	color:#FF6900 !important;
}

/*=================== Service Template css ============*/

/*======== service-template-sec2 ===========*/

.service-template-sec2 .elementor-tab-content{
	/*padding:24px 0px 0px !important;*/
	padding:0px 0px 0px !important;
}
.service-template-sec2 .elementor-tab-desktop-title{
	padding: 10px 10px !important;
}
.service-template-sec2 .elementor-tab-title.elementor-active::after{
	content: "" !important;
    bottom: 0px !important;
    position: absolute !important;
    width: 100% !important;
    height: 4px !important;
    /*background: #FF6900 !important;*/
    left: 0 !important;
    transition: all ease-in-out .2s !important;
}
.three-col-gray-box {
    overflow: hidden;
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch
}

.three-col-gray-box .gray-box {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 35px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 33.33%
}
.three-col-gray-box .gray-box div {
    background-color: #fff;
    padding: 40px;
    display: block;
    height: 100%;
    color: #000;
    position: relative;
}
.three-col-gray-box .gray-box div .box-tital {
    display: block;
    padding-bottom: 30px;
	margin:0;
	font-size: 22px;
    line-height: 1.4em;
    font-weight: 600;
    font-family: "IBM Plex Sans", Sans-serif;
    color: #000;
}
.three-col-gray-box .gray-box div .box-text {
	color: #2B2B2B;
	font-family: "Roboto", Sans-serif;
	font-size: 18px;
	line-height:1.5;
	font-weight: 400;
}
.three-col-gray-box .gray-box div:after {
    height: 4px;
    width: 0;
    background: #FF6900;
    transition: all ease-in-out .3s;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}
.three-col-gray-box .gray-box div:hover:after {
    width: 100%;
}



/*======== service-template-sec3 ===========*/

.service-template-sec3 .elementor-icon-box-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 13px;
    border-top: 1px solid #C4C4C4;
    border-left: 1px solid #C4C4C4;
}
.service-template-sec3 .s-t-sec3-grid{
	height:100%;
	overflow: hidden;
}
.service-template-sec3 .s-t-sec3-grid .elementor-widget-container{
	height:100%;
}
.service-template-sec3 .s-t-sec3-grid:hover h3.elementor-icon-box-title{
	color:#fff;
}


/*======== service-template-sec4 ===========*/

.service-template-sec4 .s-t-sec4-grid .elementor-widget-icon .elementor-icon{
    min-width: 157px !important;
    min-height: 106px;
	background-color:#223D8A;
	display: flex;
    align-items: center;
    justify-content: center;
	transform: skewX(-15deg);
}
.service-template-sec4 .s-t-sec4-grid .elementor-widget-icon .elementor-icon svg{
	transform: skewX(15deg);
}
.service-template-sec4 .counter-number-grid4{
	margin-bottom:0px !important;
}
.service-template-sec4 .s-t-sec4-grid{
	position:relative;
}
.service-template-sec4 .s-t-sec4-grid::before{
	content: "";
    width: 8.75vw;
    height: 100%;
    background-image: radial-gradient(56.5% 46.25% at -18.83% 51.08%, #ACC2D4 19%, #BACCDB 33%, #DFE7EE 68%, #F6F8FA 96%, #FFF 114%);
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 74px;
    transform: skewX(-15deg);
    opacity: 0.5;
}
.service-template-sec4 .s-t-sec4-grid:hover .elementor-widget-icon .elementor-icon{
	background-color:#FF6900;
}
.service-template-sec4 .s-t-sec4-grid:hover h3.elementor-icon-box-title{
	color:#FF6900;
}


/*======== service-template-sec5 ===========*/

.service-template-sec5 .elementor-icon-box-icon{
	background-color: #223D8A;
    width: 68px;
    height: 68px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -34px;
    top: 50%;
    transform: translate(0%, -50%);
    margin-right:0 !important;
	border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    box-sizing: content-box;
}
.service-template-sec5 .s-t-sec5-grid:hover .elementor-icon-box-icon{
	background-color:#FF6900;
}
.service-template-sec5 .s-t-sec5-grid:hover h3.elementor-icon-box-title{
	color:#FF6900;
}
.service-template-sec5 .s-t-sec5-grid::before{
	content:"";
	width:80px;
	height:10px;
	right:0;
	top:0;
	background-color:#fff;
	position:absolute;
}
.service-template-sec5 .s-t-sec5-grid::after{
	content:"";
	width:90px;
	height:10px;
	right:15px;
	bottom:0;
	background-color:#fff;
	position:absolute;
}
.service-template-sec5 .s-t-sec5-grid h3.elementor-icon-box-title {
    margin: 0px;
    padding-bottom: 5px;
}

/*======== service-template-sec6 ===========*/
.service-template-sec6 .s-t-sec6-grid{
	padding:0 15px;
}
.service-template-sec6 .elementor-inner-section .elementor-column-gap-default{
	margin:0 -15px;
}
/*======== service-template-sec9 ===========*/
.service-template-sec9 .s-t-grid-9 .elementor-counter-number-wrapper{
	padding-bottom:15px;
}

/*======== service-template-sec11 ===========*/

.service-template-sec11 .s-t-sec11-grid{
	padding:0 15px;
}
.service-template-sec11 .elementor-inner-section .elementor-column-gap-default{
	margin:0 -15px;
}

/*======== service-template-sec12 ===========*/

.service-template-sec12 .elementor-tab-desktop-title {
    padding: 10px 20px !important;
}
.service-template-sec12 .elementor-tab-content {
    padding: 24px 0px 0px !important;
}

.service-template-sec12 .elementor-tab-title.elementor-active{
	position:relative !important;
}
.service-template-sec12 .elementor-tab-title.elementor-active::after {
    content: "" !important;
    bottom: 0px !important;
    position: absolute !important;
    width: 100% !important;
    height: 4px !important;
    background: #FF6900 !important;
    left: 0 !important;
    transition: all ease-in-out .2s !important;
}

.service-template-sec12 .s-te-content-main{
	display:flex;
	flex-wrap:wrap;
	padding-top:10px;
}
.service-template-sec12 .s-te-content-main .s-te-twe-content-left{
	width:52%;
	padding-right: 20px;
}
.service-template-sec12 .s-te-content-main .s-te-twe-content-left h3{
	font-size: 32px;
    line-height: 1.4em;
    font-weight: 700;
    font-family: "IBM Plex Sans", Sans-serif;
	padding-bottom:23px;
    margin: 0px;
    color: #000;
	position: relative;
}
.service-template-sec12 .s-te-content-main .s-te-twe-content-left p{
	color: #323232;
	font-family: "Roboto", Sans-serif;
	font-size: 16px;
	line-height:1.5;
	font-weight: 400;
}
.service-template-sec12 .s-te-content-main .s-te-twe-content-right{
	width:48%;
}
.service-template-sec12 .s-te-twe-content-right ul{
	display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
    padding: 0;
	padding-left:90px;
}
.service-template-sec12 .s-te-twe-content-right ul li{
	padding: 0 14px;
    width: 50%;
	list-style:none;
	padding-bottom:14px;
	
}
.service-template-sec12 .s-te-twe-content-right ul li a{
	color: #000;
	font-family: "Roboto", Sans-serif;
	font-size: 16px;
	line-height:1.5;
	font-weight: 600;
	position:relative;
}
.service-template-sec12 .s-te-twe-content-right ul li a:before{
	content:"";
	position:absolute;
	width:10px;
	height:10px;
	left: -18px;
    top: 4px;
    background-color: #223D8A;
    border-radius: 100px;
}
.service-template-sec12 .s-te-twe-content-right ul li a:hover{
	color:#FF6900;
}


/*======== service-template-sec14 ===========*/
.service-template-sec14 h4{
	display:flex;
	align-items:center;
}
.service-template-sec14 h4 span{
	font-size: 32px;
    line-height: 1.4em;
    font-weight: 700;
    font-family: "IBM Plex Sans", Sans-serif;
	padding-right:8px;
}
.service-template-sec14 .s-t-14-grid .elementor-widget-heading .elementor-widget-container{
	position:relative;
}
.service-template-sec14 .s-t-14-grid .elementor-widget-heading .elementor-widget-container::before{
	content:"";
	position:absolute;
	left: -5px;
    bottom: -9px;
	width:16px;
	height:16px;
	background-color:#FF6900;
	border-radius:100px;
}

/*======== service-template-sec15 ===========*/
.three-hover-block-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin: 0 -15px;
}
.three-hover-block {
    width: 33.33%;
    padding: 0 15px 30px;
}
.four-hover-block .cursordefault {
    transition: all ease-in-out .5s;
    position: relative;
    display: block;
    z-index: 5;
    background: #fff;
    overflow: hidden;
    height: 100%;
    border-radius: 5px;
	min-height:325px;
	
}
.four-hover-block .cursordefault::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #223D8A;
    transition: all ease-in-out .4s;
    z-index: -1;
    transform: scale(0) translateX(-50%);
    border-radius: 100%;
    transform-origin: left center;
    bottom: -20px;
    left: 50%;
}
.four-hover-block .cursordefault:hover::before {
    transform: scale(100) translateX(-50%);
}
.three-hover-block-inside {
    padding: 30px 30px 55px;
    margin: 0;
    height: 100%;
}
.four-hover-block h4 {
	font-size: 20px;
    line-height: 1.4em;
    font-weight: 600;
    font-family: "IBM Plex Sans", Sans-serif;
	padding-bottom:20px;
    margin: 0;
    color: #000;
    transition: all ease-in-out .5s;
}
.four-hover-block .cursordefault:hover h4 {
    color: #fff;
}
.four-hover-block .cursordefault p {
    transition: all ease-in-out .5s;
    color: #fff;
	font-family: "Roboto", Sans-serif;
	font-size: 18px;
	line-height:1.5;
	font-weight: 400;
}
.four-hover-block .linkicon {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 30px;
    left: 40px;
    background: url(./assets/images/link-icon.png) no-repeat center center;
    width: 22px;
    height: 15px;
    transition: all ease-in-out .4s;
}
.four-hover-block .cursordefault:hover .linkicon {
    opacity: 0;
}
.service-template-sec15 .elementor-tab-content{
	/*padding:24px 0px 0px !important;*/
	padding:0px 0px 0px !important;
}
.service-template-sec15 .elementor-tab-desktop-title{
	padding: 10px 10px !important;
}
.service-template-sec15 .elementor-tab-title.elementor-active{
	position:relative !important;
}
.service-template-sec15 .elementor-tab-title.elementor-active::after{
	content: "" !important;
    bottom: 0px !important;
    position: absolute !important;
    width: 100% !important;
    height: 4px !important;
   /* background: #FF6900 !important;*/
    left: 0 !important;
    transition: all ease-in-out .2s !important;
}
.service-template-sec15 .arrow-btn{
	opacity:0;
	padding:0;
	display:block;
}
.service-template-sec15 .four-hover-block .cursordefault:hover .arrow-btn{
	opacity:1;
}
.service-template-sec15 .arrow-btn:hover{
	background-color:transparent;
	border-color: #C4C4C4;
}
.four-hover-block .cursordefault a{
	display:flex;
	padding:12px;
}

/*======== service-template-sec16 ===========*/

.service-template-sec16 .s-t-grid-16 .elementor-counter-number-wrapper {
    padding-bottom: 15px;
}

/*======== service-template-sec17 ===========*/
.service-template-sec17 .elementor-tab-title.elementor-active{
	position:relative;
}
.service-template-sec17 .elementor-tab-title.elementor-active::after {
    content: "" !important;
    bottom: 0px !important;
    position: absolute !important;
    width: 100% !important;
    height: 4px !important;
    background: #FF6900 !important;
    left: 0 !important;
    transition: all ease-in-out .2s !important;
}
.service-template-sec17 .elementor-tab-content {
    padding: 24px 0px 0px !important;
}
.seventy-temp-sec-main{
	display:flex;
	flex-wrap:wrap;
}
.seventysec-inner-block{
	padding-right:32px;
	width:25%;
}
.seventysec-inner-block h4{
	font-size: 16px;
    line-height: 1.4em;
    font-weight: 700;
    font-family: "IBM Plex Sans", Sans-serif;
	padding-bottom:13px;
    margin-bottom: 20px;
    color: #000;
	border-bottom:1px solid #C4C4C4;
	display: flex;
    align-items: center;
}
.seventysec-inner-block h4 img{
	width:32px;
	height:auto;
	margin-right:8px;
}
.seventysec-inner-block ul{
	margin:0px !important;
	padding:0px !important;
}
.seventysec-inner-block ul li{
	list-style:none;
	font-family: "Roboto", Sans-serif;
	font-size: 16px;
	line-height:1.1;
	font-weight: 500;
	color:#323232;
	padding-bottom:18px;
}
.service-template-sec17 .elementor-tab-desktop-title {
    padding: 10px 10px !important;
}

/*======== service-template-sec18 ===========*/

.service-template-sec18 .eighteen-content-main.slick-slide{
	display:flex !important;
	padding-top:60px;
	align-items:center;
}
.service-template-sec18 .eighteen-content-main .eighteen-content-left{
	width:50%;
	padding-right:50px;
}
.service-template-sec18 .eighteen-content-main .eighteen-content-left h4{
	margin:0px;
	font-size: 24px;
    line-height: 1.4em;
    font-weight: 600;
    font-family: "IBM Plex Sans", Sans-serif;
	padding-bottom:15px;
	color:#000;
}
.service-template-sec18 .eighteen-content-main .eighteen-content-left p{
	font-family: "Roboto", Sans-serif;
	font-size: 18px;
	line-height:1.5;
	font-weight: 400;
	color:#000;
}
.service-template-sec18 .eighteen-content-main .eighteen-content-right{
	width:50%;
}
.service-template-sec18 .eighteen-content-main .eighteen-content-right .e-c-container{
	position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 61.5%;
    text-align: left;
	margin-bottom:0px;
}
.service-template-sec18 .eighteen-content-main .eighteen-content-right .e-c-container .e-c-thumbnail{
	position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.service-template-sec18 .eighteen-content-main .eighteen-content-right .e-c-container .e-c-thumbnail img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}

.service-template-sec18 .slider-nav{
	display: flex;
    align-items: center;
    justify-content: center !important;
    width: 80%;
    margin: 0 auto;
	position:relative;
}
.service-template-sec18 .slider-nav::after{
	content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 2px;
    background-color: #DFDFDF;
    z-index: 1;
}
.service-template-sec18 .slider-nav .slick-slide h3::after{
	content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 16px;
    height: 16px;
    background-color: #F6F6F6;
    border: 2px solid #DFDFDF;
    border-radius: 100px;
    z-index: 999;
	transform: translate(-50%, 0%);
}
.service-template-sec18 .slick-slide h3{
	margin:0;
	font-family: "Roboto", Sans-serif;
	font-size: 20px;
	line-height:1.5;
	font-weight: 400;
	color:#000;
	text-align: center;
	position:relative;
}

.service-template-sec18 .slick-slide.slick-current h3::after{
	background-color: #223D8A;
    border: 2px solid #223D8A;
}

.s-t-eighteen-sec{
	padding-top:30px;
}
.service-template-sec18 .slick-list{
	padding:0 0 20px;
	z-index:2;
}
.service-template-sec18 .slider-nav .slick-list{
	width:80%;
}

.service-template-sec18 .slider-for .slick-arrow{ position:absolute; top:100px; cursor:pointer; border:none; width:24px; height:24px; text-indent:-99999px; outline:none; }
.service-template-sec18 .slider-for .slick-prev{ left: 5vw; top:-1.3vw; background:url(/wp-content/uploads/2023/12/eighteen-slider-left-arrow.svg) left top no-repeat; width:34px; height:34px; margin:0; background-size: cover; background-color: #fff; border-radius: 100px;  z-index: 99;text-indent: unset; font-size: 0;}
.service-template-sec18 .slider-for .slick-next{ right:5vw; top:-1.3vw; background:url(/wp-content/uploads/2023/12/eighteen-slider-left-arrow.svg) left top no-repeat; width:34px; height:34px; margin:0; background-size: cover; background-color: #fff; border-radius: 100px;  z-index: 99; transform: rotate(180deg); text-indent: unset; font-size: 0;}


/*======== service-template-sec19 ===========*/

.service-template-sec19 .s-t-19-grid .elementor-widget-image{
	position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 47.5%;
    text-align: left;
	margin-bottom:32px;
}
.service-template-sec19 .s-t-19-grid .elementor-widget-image .elementor-widget-container{
	position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.service-template-sec19 .s-t-19-grid .elementor-widget-image .elementor-widget-container img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}
.service-template-sec19 .s-t-19-grid .elementor-widget-heading{
	margin-bottom:0px !important;
}
.service-template-sec19 .s-t-19-grid .ent-item-btn{
	position:static !important;
	margin-top: -25px;
}

/*=============== Why sigma solve page =============*/

.why-sigma-sec2 .s-t-sec11-grid .elementor-widget-wrap:after{
	height: 4px;
    width: 0;
    background: #FF6900;
    transition: all ease-in-out .3s;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}
.why-sigma-sec2 .s-t-sec11-grid .elementor-widget-wrap:hover:after {
    width: 100%;
}
.why-sigma-sec2 .s-t-sec11-grid .elementor-widget-wrap:hover{
	box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.10);
}

.owc-sec .owc-grid .elementor-widget-wrap{
	transition: all ease-in-out .5s;
    position: relative;
    display: block;
    z-index: 5;
	overflow: hidden;
    border-radius: 5px;
}

.owc-sec .owc-grid .elementor-widget-wrap::before{
	content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #fff;
    transition: all ease-in-out .4s;
    z-index: -1;
    transform: scale(0) translateX(-50%);
    border-radius: 100%;
    transform-origin: left center;
    bottom: -20px;
    left: 50%;
}

.owc-sec .owc-grid .elementor-widget-wrap:hover::before{
	transform: scale(100) translateX(-50%);
}
.owc-sec .owc-grid .elementor-widget-wrap:hover h4, .owc-sec .owc-grid .elementor-widget-wrap:hover p{
	color:#000;
	transition: all ease-in-out .5s;
}


.lams-sec2 .four-hover-block a{
	height:300px !important;
	cursor: context-menu;
}
.ent-mo-tab-sec .four-hover-block a{
	height:350px !important;
	cursor: context-menu;
}

/*============ dedicated team engagement =============*/

.tec-logo-sec ul{
	padding:0px;
	    width: 100%;
	margin:0px;
	gap: 20px;
	display: flex;
    flex-wrap: wrap;
/* 	justify-content: center; */
}
.tec-logo-sec ul li{
	list-style:none;
	width:48%;
	text-align:center;
}
.tec-logo-sec ul li a {
    display: flex;
    gap: 20px;
    background-color: #f7f7f7;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
	 padding: 15px;
}
.tec-logo-sec ul li p{
/* 	margin-bottom: 35px !important; */
	font-family: "Roboto", Sans-serif;
	font-size: 18px;
	line-height:1.5;
	font-weight: 400;
	color:#323232;
}
/* .tec-logo-sec ul li img{
	padding-bottom:20px;
} */
.dte-fp-sec .ent-item > .elementor-element-populated{
	padding: 32px 50px 40px 32px !important;
}
.dte-fp-sec .ent-item.full > .elementor-element-populated{
	padding:0px !important;
}

/* .tec-logo-sec ul li:hover p{
	color:#FF6900;
} */

/*=================== nopcommerce page ===============*/

.np-sec-5grid .elementor-widget-container{
	min-height:266px;
}

/*=================== ai-consulting-services===========*/

.acs-sec2 .s-te-twe-content-left, .acs-sec2 .s-te-twe-content-right{
	width:100% !important;
}
.acs-sec2 .s-te-twe-content-right ul{
	padding-left:20px;
}
.acs-sec2 .s-te-twe-content-right ul li{
	width:100%;
}

/*===================== FAQ Page ========================*/

.faq-table table td{
	padding: 12px 10px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 16px;
    display: table-cell;
    line-height: 18px;
    text-align: left;
}
.faq-table table {
	border-spacing: 0;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-collapse: separate;
    margin-bottom: 1.5em;
}
.faq-table table tbody tr:nth-child(even) {
    background: #f4f5fa;
}


.cc-tab-sec .s-te-twe-content-right ul li{
	width:100% !important;
}

.data-analytics-services-hide-link .arrow-btn{
	display:none;
}


.home_contactform .wpcf7-response-output, .elementor-posts-nothing-found{
	color:#dc3232 !important;
}

.video-play-icon{
	display:none;
}

.tes-bottom-left{
	display:none;
}

.job-pos-grid .elementor-widget-theme-post-excerpt{
	min-height:136px;
}

.swiper-re-bottom-sec .re-user{
	display:none;
}

.page-id-18367 .get-touch-view{
	display:none;
}

.header-main-sec .header-bottom-sec.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #2d4ba3;
	
}

.two-block-sec{
	padding:10px 0 0;
	display:flex;
	flex-wrap:wrap;
	margin:0 -16px;
}
.two-block-sec .block-item{
	width:50%;
	padding:0 16px;
}
.two-block-sec .block-image{
	position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 66.5%;
    border-radius: 0px;
	margin-bottom: 32px;
}
.two-block-sec .block-image .thumbnail{
	position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.two-block-sec .block-image .thumbnail img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: auto;
}
.two-block-sec .block-des{
	border-top:4px solid #223D8A;
	position:relative;
}
.two-block-sec .block-des h3{
	padding-top:15px;
	color: #000000;
    font-family: "IBM Plex Sans", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
	padding-bottom:15px;
}
.two-block-sec .block-des span{
	color: #323232;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
}
.two-block-sec .block-des h5{
	padding:30px 0 20px 0;
	color: #323232;
   	font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
	margin:0px;
}
.two-block-sec .block-des p{
	font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
	color:#323232;
	padding-bottom:60px;
	border-bottom:1px solid #C4C4C4;
}
.two-block-sec .arrow-btn{
	border-width: 1px 1px 0 1px 
}


/*============= home about sec============*/

.h-about-sec{
	display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
}
.h-about-sec .h-about-item {
    width: 50%;
    padding: 0 13px;
    margin: 13px 0;
}
.h-about-sec .h-about-inner {
    border: 1px solid #d9d9d9;
    padding: 33px;
    border-radius: 15px;
	min-height: 100%;
	transition: 0.3s;
}
.h-about-sec .h-about-inner:hover{
	border:1px solid #FF6800;
	background-color:#FF6800;
	box-shadow:-webkit-box-shadow: 0px 4px 9px 3px rgba(108,108,108,0.25);
-moz-box-shadow: 0px 4px 9px 3px rgba(108,108,108,0.25);
box-shadow: 0px 4px 9px 3px rgba(108,108,108,0.25);
	transform: rotate(-5deg);
}
.h-about-sec .h-about-inner h3{
	color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
	line-height:1.3em;
	font-weight: 600;
	padding-bottom:18px;
	margin-top:5px;
	transition: 0.3s;
}
.h-about-sec .h-about-inner p{
	color: #323232;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
	line-height:1.3em;
	font-weight: 400;
	transition: 0.3s;
}

.h-about-sec .h-about-inner:hover h3, .h-about-sec .h-about-inner:hover p{
	color:#fff;
}
.h-about-sec .h-about-inner:hover .icon svg path{
	fill:#fff;
}

.cus-stack-det .elementor-image-gallery .gallery-columns-4{
	grid-template-columns: repeat(5, 1fr);
}
.cus-stack-det .elementor-image-gallery .gallery-columns-4 .gallery-item{
	max-width: 100% !important;
}
.cus-stack-det .gallery-item{
	border:1px solid #efefef;
	box-shadow: 0 12px 20px 0 rgba(0, 0, 0, .05);
	border-radius:8px;
}

.cus-stack-det .gallery-item{
    border:1px solid #efefef;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, .05);
    border-radius:8px;
}

.industries-tab-sec .nav-pills {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    width: calc(100% - 18px);
	margin: 0;
    padding: 0 0 20px;
}
.industries-tab-sec .nav-pills .nav-item {
    white-space: nowrap;
	list-style:none;
}
.industries-tab-sec .nav-pills .nav-item .nav-link {
    padding: 10px 35px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    background-color: #ffffff;
    border: 1px solid #E0E0E0;
    cursor: pointer;
}
.industries-tab-sec .nav-pills .nav-item .nav-link.active:hover,
.industries-tab-sec .nav-pills .nav-item .active {
    background-color: #FF6900;
    color: #ffffff;
}
.industries-tab-sec .nav-pills .nav-item .nav-link:hover {
    background-color: #F8F8F8;
}
.industries-tab-sec .nav-pills .nav-item .nav-link img{
	margin-bottom:15px;
	filter: brightness(0.1);
}
.industries-tab-sec .nav-pills .nav-item .nav-link:hover img{
	filter: brightness(0.1);
}
.industries-tab-sec .nav-pills .nav-item .nav-link.active:hover {
	filter: brightness(1);
}
.industries-tab-sec .nav-pills .nav-item .active img{
	filter: brightness(1);
}
.industries-tab-sec .industies-tab-item {
	border-radius: 8px;
    background: #ffffff;
    padding: 30px 20px;
    border: 1px solid #E0E0E0;
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, .1);
}
.industries-tab-sec .industies-tab-item .ind-tab-inner{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.industries-tab-sec .industies-tab-item .ind-tab-inner .ind-img{
	width:40%;
    padding: 0 12px;
}
.industries-tab-sec .industies-tab-item .ind-tab-inner .ind-des-right{
	width:60%;
    padding: 0 12px;
}
.industries-tab-sec .industies-tab-item .ind-tab-inner .ind-img img {
  width: 100%;
}
.industries-tab-sec .industies-tab-item .ind-tab-inner .ind-des-right p{
	color: #2B2B2B;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
	padding-bottom:20px;
    text-align: center;
}
.industries-tab-sec .industies-tab-item .ind-tab-inner .ind-des-right a {
	display: flex;
    align-items: center;
    gap: 8px;
    color: #FF6900;
    font-weight: 700;
    justify-content: center;
}
.industries-tab-sec .industies-tab-item .ind-tab-inner .ind-des-right a img {
    width: 15px;
}

.process-content-wrap:before,
.development-data-wrap .elementor-icon-box-wrapper:before {
  content: '';
position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 10px;
    height: 100px;
    background-color: #ff6900;
    opacity: 0.5;
    z-index: 0;
    transition: all 0.6s;
}
.process-content-wrap:hover:before,
.development-data-wrap .elementor-icon-box-wrapper:hover:before{
    width: 100%;
    height: 100%;
    transform: none;
    border: 0;
    border-radius: 0;
    opacity: 1;
    z-index: -1;
}
.process-content-wrap >.elementor-container {
  flex-direction: column;
  margin: 0 !important;
}
.process-content-wrap >.elementor-container >.elementor-column  {
  width: 100% !important;
} 
.process-content-wrap >.elementor-container >.elementor-column .title-wrap,
.process-content-wrap >.elementor-container >.elementor-column .icon-wrap {
  width: auto;
}

.process-content-wrap {
  position: relative;
    margin-top: 30px;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 20px;
    overflow: hidden;
    max-height: calc(100% - 30px);
    box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.1), 0px 4px 4px rgba(0, 0, 0, 0.1);
    z-index: 10;
}
.process-content-wrap >.elementor-container >.elementor-column .img-title-wrap .elementor-widget-wrap{
  padding: inherit;
}
.process-content-wrap >.elementor-container >.elementor-column .img-title-wrap .icon-wrap {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    padding: 8px;
    background-color: #ff6900;
    justify-content: center;
    align-items: center;
  margin-right: 15px;
}
.process-content-wrap:hover >.elementor-container >.elementor-column .img-title-wrap .icon-wrap {
  background-color: #fff;
}
.process-content-wrap >.elementor-container >.elementor-column .img-title-wrap .icon-wrap img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(109deg) brightness(97%) contrast(100%);
}
.process-content-wrap:hover >.elementor-container >.elementor-column .img-title-wrap .icon-wrap img {
      filter: brightness(0) saturate(100%) invert(55%) sepia(34%) saturate(7499%) hue-rotate(360deg) brightness(100%) contrast(107%);
}
.process-content-wrap >.elementor-container >.elementor-column .img-title-wrap .icon-wrap .elementor-widget-wrap  {
  padding: 0;
}

.img-title-wrap .elementor-container  {
  margin: 0 !important;
  width: 100% !important;
  align-items: center;
}

.process-content-wrap >.elementor-container >.elementor-column .img-title-wrap .title-wrap .elementor-heading-title {
  color: #000000;
  transition: color 0.3s;
}
.process-content-wrap .process-pera {
  margin-top: 18px;
}
.process-content-wrap:hover >.elementor-container >.elementor-column .img-title-wrap .title-wrap .elementor-heading-title ,
.process-content-wrap:hover .process-pera p {
  color: #fff;
}

.process-content-wrap .process-pera p {
    margin-bottom: 20px !important;
    font-size: 17px;
    transition: color 0.3s;
}
.process-left-img-wrap {
  position: sticky;
    top: 90px;
    overflow: inherit;
    height: 100%;
}

.hire-section-left-content ul {
  margin: 0;
  list-style: none;
}
.hire-section-left-content ul li {
    list-style-type: none;
    margin-top: 30px;
    padding: 0 20px 0 30px;
    position: relative;
    line-height: 29px;
}
.hire-section-left-content ul li::before {
    content: "";
    clear: both;
    display: inline-block;
    background-color: #ff6900;
    border-radius: 50%;
    position: absolute;
    height: 9px;
    width: 9px;
    top: 8px;
    left: 4px;
    box-shadow: 0 0 0px transparent, 0 0 40px #ff6900, 0 0 20px #ff6900, 0 0 0px #ff6900, 0 0 0px #ff6900, 0 0 0px #ff6900, 0 0 50px #ff6900;
}
.hire-section-left-content ul li::after {
    content: "";
    display: inline-block;
    border: 1px #ff6900 solid;
    border-radius: 50%;
    width: 17.2px;
    height: 17px;
    position: absolute;
    top: 4px;
    left: 0;
}
/*================= Responsive Css =====================*/

@media (max-width: 1700px){
	
	.mid-menu > .elementor-element-populated{
		    justify-content: flex-end;
	}
	.our-expertise-left{
		padding: 80px 80px 0 250px;
	}
	.expertise-tab ul li a, .expertise-tab ul li a.active {
    	padding: 18px 0;
    	font-size: 23px;
    	line-height: 28px;
	}
	.ent-item-img-des{
		padding: 25px 50px 30px 25px;
	}
	.ent-item > .elementor-element-populated, .ent-item.col-32> .elementor-element-populated{
		padding: 25px 50px 30px 25px !important;
	}
	.ent-item-img-des ul li{
		padding-bottom:0px;
	}
	.ent-item-img-des-v{
		padding: 25px 20px 20px 20px;
	}
	.ent-col-des ul li{
		padding-bottom:2px;
	}
	.swiper-client-re .swiper-cr-inner::before{
		    width: 125px;
			height: 90px;
			background-size: 100%;
	}
	.industries_list ul.elementor-icon-list-items.elementor-inline-items li.elementor-icon-list-item.elementor-inline-item {
    	 margin-bottom: 10px;
	}
	.in_title h2{
		padding-right:0px;
	}
	.the-solution-sec h4{
		font-size:30px;
		padding-bottom: 20px;
		padding-left: 50px;
    	background-size: 35px;
	}
	.the-solution-sec p{
		font-size: 16px;
		padding-bottom: 20px;
	}
	.the-solution-sec ul{
		padding: 0px 0 0 0px;
	}
	.the-solution-sec ul li{
		font-size: 16px;
		background-position: left 1px;
	}
	.w-testimonial-item .client-text, .tes-bottom-right h3, .tes-bottom-right h5{
		font-size:26px;
	}
	.tes-bottom .tes-bottom-left{
		width:90px;
		height:90px;
	}
	.c-testimonial-sec::after, .c-testimonial-sec::before{
		width: 13.948vw;
    	height: 10.771vw;
	}
	.slider-1-orbie:before{
		top: -2.906vw;
		right: 5.844vw;
    	width: 12.292vw;
    	height: 5.708vw;
	}
	.contact-page-main .elementor-section.elementor-section-height-full{
		height: auto;
	}
	.custom-solution-main .custom-solution-left{
		padding: 20px 70px 40px 240px;
	}
	.custom-solution-main .custom-solution-left h1{
		font-size:78px;
	}
	.custom-tab-main ul li a, .custom-tab-main ul li a.active {
    	padding: 18px 0;
    	font-size: 28px;
    	line-height: 28px;
	}
	.custom-s-des-content h3{
		font-size:34px;
	}
	.custom-s-des-content p{
		font-size:22px;
	}
	.sidepanel-content{
		padding:100px 0;
	}
	
	.service-section-5 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-6 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-7 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-8 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-10 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-11 ul.elementor-icon-list-items li.elementor-icon-list-item{
		padding-bottom:20px !important;
	}
	
	.three-col-gray-box .gray-box div{
		padding:30px;
	}
	.s-t-sec4-grid h3.elementor-icon-box-title{
		margin-top:5px;
		padding-bottom:5px;
	}
	.service-template-sec4 .s-t-sec4-grid::before{
		left: 77px;
	}
	.service-template-sec5 .s-t-sec5-grid h3.elementor-icon-box-title{
		margin:0px;
		padding-bottom:5px;
	}
	.service-template-sec4 .s-t-sec4-grid .elementor-widget-icon .elementor-icon{
		min-width: 147px !important;
    	min-height: 96px;
	}
	.service-template-sec18 .slider-for .slick-prev{
		left: 6vw;
		top: -1.4vw;
	}
	.service-template-sec18 .slider-for .slick-next{
		right: 6vw;
    	top: -1.4vw;
	}
	.the-outcome-sec ul li{
		font-size:16px;
	}
	.the-challenge-des ul li{
		font-size:16px;
	}
}

@media (max-width: 1500px){
	.logo img{
		width:70%;
	}
	.our-expertise-left{
		padding: 60px 60px 200px 200px;
	}
	.expertise-tab ul li a, .expertise-tab ul li a.active {
    	font-size: 23px;
    	line-height: 26px;
	}
	.ent-item > .elementor-element-populated{
		padding: 26px 50px 32px 26px !important;
	}
	.ent-item-img-des{
		padding: 25px 50px 25px 26px;
	}
	.ent-item.col-32 > .elementor-element-populated{
		padding: 26px 50px 32px 26px !important;
	}
	.ent-item .elementor-widget-heading, .ent-item-img-des h3, .ent-item-img-des-v h3{
		margin-bottom:10px !important;
	}
	.industries_list ul.elementor-icon-list-items.elementor-inline-items li.elementor-icon-list-item.elementor-inline-item {
    margin-bottom: 6px;
	}
	.ent-box-container .ent-item-inner-img{
		margin-bottom:0px !important;
	}

	.r_btn .elementor-button.elementor-button-link {
		height: 42px;
		width: 42px;
	}	

	.r_btn .elementor-button.elementor-button-link span svg {
	   font-size: 16px;
	}	

	.elementor-element.in_title.elementor-widget.elementor-widget-heading {
		margin-bottom: 0;
	}	
	.title-arrow-btn{
		padding:8px 7px;
	}
	.leaders-popup{
		margin-top:50px;
	}
	.leaders-popup .leaders-des h2{
		font-size:26px;
	}
	.leaders-popup .leaders-des h2 img{
		width:16px;
	}
	.leaders-popup a.close-btn{
		top:55px;
	}
	.work-inner-main .work-list-right h2{
		font-size: 40px;
		padding-bottom: 25px;
	}
	.work-inner-main .work-list-right p{
		padding-bottom:25px;
		font-size:20px;
	}
	.work-inner-main{
		padding:80px 0;
	}
	.work-inner-main .work-list-right a, .work-inner-main.even .work-list-right a{
		padding: 12px 24px;
		font-size: 18px;
	}
	.the-solution-sec h4{
		font-size:26px;
		padding-bottom: 20px;
		padding-left: 40px;
    	background-size: 30px;
	}
	.the-solution-sec p{
		font-size: 16px;
		padding-bottom: 35px;
	}
	.the-solution-sec ul{
		padding: 0px 0 0 0px;
	}
	.the-solution-sec ul li{
		font-size: 16px;
		padding: 0px 0 15px 35px;
	}
	.w-testimonial-item .client-text, .tes-bottom-right h3, .tes-bottom-right h5{
		font-size:22px;
	}
	.tes-bottom .tes-bottom-left {
    	width: 80px;
    	height: 80px;
	}
	.c-testimonial-sec::after, .c-testimonial-sec::before {
    	width: 12.948vw;
    	height: 9.771vw;
	}
	.c-testimonial-sec::before{
		left: 6.417vw;
	}
	.c-testimonial-sec::after{
		right: 6.417vw;
	}
	.insight-title-left h2:before{
		height:4px;
		bottom: -5px;
	}
	.ins-slider-nav .elementor-swiper-button-prev{
		top: -21px !important;
    	padding: 11px 10px;
		right:50px !important;
	}
	.ins-slider-nav .elementor-swiper-button-next{
		top: -21px !important;
    	padding: 11px 10px;
	}
	.ins-slider-nav .elementor-swiper-button svg{
		width:20px !important;
		height:auto !important;
	}
	.blogs-list-sec .e-loop__load-more {
    	padding-bottom: 60px;
	}
	.e-load-more-pagination-end .e-loop__load-more{
		padding-top:106px;
	}
	.cat-inner-main select.cat-link, .cat-inner-main select.blog-type{
		padding: 10px 30px 10px 10px;
		font-size: 14px;
		background-position: center right 9px;
		background-size: 10px;
	}
	.cat-inner-main .cat-list {
    	padding: 0 8px;
	}
	.slider-1-orbie:before {
    	top: 10.906vw;
    	right: 5.844vw;
	}
	.swiper-client-re .swiper-re-bottom-sec .re-user{
		width:40px;
		height:40px;
	}
	.swiper-client-re .swiper-re-text{
		line-height:25px;
	}
	
	.post-term-cat ul li{
		font-size:16px;
		padding:10px 30px;
	}
	.author-sac .author-img {
    	width: 70px;
    	height: 70px;
	}
	.author-des h5{
		font-size:18px;
	}
	.author-des p{
		font-size:16px;
	}
	.post-date{
		padding-top:20px;
	}
	.details-content-class p, .details-content-class h6{
		font-size:20px;
	}
	.details-content-class h3{
		margin-top: 40px;
    	font-size: 34px;
		padding-bottom: 0px;
	}
	.details-content-class ul li{
		font-size:20px;
		padding: 8px 0 8px 34px;
	}
	.details-content-class blockquote p, .details-content-classs blockquote p{
		font-size: 20px;
	}
	.details-content-class blockquote::before, .details-content-classs blockquote::before{
		width: 135px;
	}
	.details-content-class blockquote, .details-content-classs blockquote{
		padding: 45px 30px 45px 160px !important;
	}
	.toc-sec li.elementor-toc__list-item:before{
		width: 20px;
    	height: 20px;
	}
	.toc-sec li.elementor-toc__list-item {
    	padding-left: 30px;
    	position: relative;
    	margin-bottom: 14px;
	}
	.post-date p, .post-date p span{
		font-size:18px;
	}
	.blog-detail-title-sec .elementor-container:before{
		bottom:-40px;
	}
	.webinar-speakar-main h2 {
		font-size: 32px;
	}
	.ent-item-img-des h3, .ent-item-img-des-v h3{
		font-size:17px;
	}
	.ent-item-img-des ul li, .ent-col-des ul li, .ent-item-img-des-v p, .ent-item-img-des{
		font-size:14px;
	}
	.career-detail-content-sec h3, .career-detail-content-sec h2{
    	font-size: 34px !important;
    }
	.career-detail-content-sec p, .career-detail-content-sec{
		font-size:20px;
	}
	.career-detail-content-sec ul li {
    	font-size: 20px;
    	padding: 8px 0 8px 34px;
	}
	.swiper-client-re .swiper-cr-inner::before {
    	width: 110px;
    	height: 80px;
	}
	.ins-grid-item .ins-grid-inner .ins-content h2{
		font-size: 18px;
    	line-height: 1.3em;
	}
	.insight-grid-main .ins-grid-item{
		margin-bottom:80px;
	}
	.work-inner-main .work-list-right.solutions-list-right a{
		font-size:18px !important;
		padding: 12px 14px 12px 14px !important;
	}
	.custom-solution-main .custom-solution-left h1{
		font-size: 70px;
    	line-height: 1.2em;
	}
	.custom-tab-main ul li a, .custom-tab-main ul li a.active {
    	font-size: 26px;
    	line-height: 26px;
	}	
	.custom-solution-main .custom-solution-left {
    	padding: 20px 50px 40px 200px;
	}
	.custom-s-des-content h3 {
    	font-size: 28px;
	}
	.custom-s-des-content p {
    	font-size: 20px;
	}
	.custom-s-des-content{
		min-height:350px;
	}
	.solution-ctc-left::before{
		left:-10px;
	}
	.f-l-grid-right-inner{
		padding: 58px 70px;
	}
	.f-l-grid-right-inner h3{
		font-size:36px;
	}
	.sidepanel-content{
		padding:90px 0;
	}
	.s-sec-1-blog .s-sec-1-blog-content h3{
		font-size:16px;
	}
	.s-sec-1-blog .s-sec-1-blog-item{
		padding:0 10px;
	}
	.s-sec-1-blog{
		margin:0 -10px;
	}
	.service-section-6 .sec-6-img .elementor-widget-image{
		padding-bottom: 89%;
	}
	.service-section-10 .sec-10-img .elementor-widget-image{
		padding-bottom: 91%;
	}
	.three-col-gray-box .gray-box div .box-tital{
		padding-bottom:20px;
	}
	.s-t-sec3-grid h3.elementor-icon-box-title{
		margin-top:0px;
	}
	.three-col-gray-box .gray-box div .box-tital{
		font-size: 20px;
	}
	.three-col-gray-box .gray-box div .box-text{
		font-size: 16px;
	}
	.service-template-sec12 .s-te-content-main .s-te-twe-content-left h3{
		font-size:26px;
	}
	.service-template-sec12 .s-te-twe-content-right ul{
		padding-left:45px;
	}
	.service-template-sec14 h4 span{
		font-size:24px;
	}
	.four-hover-block a p{
		font-size:16px;
	}
	.service-template-sec18 .slider-for .slick-prev{
		top: -1.6vw;
	}
	.service-template-sec18 .slider-for .slick-next{
    	top: -1.6vw;
	}
	.ind-ver-sec .ind-ver-sec-img.elementor-widget-image{
		padding-bottom: 67%;
	}
	.ent-mo-tab-sec .four-hover-block a{
		height:320px !important;
	}
}

@media (max-width: 1440px){
	.ent-item > .elementor-element-populated {
    	padding: 20px 40px 20px 20px !important;
	}
	.ent-item-img-des {
    	padding: 20px 40px 20px 20px;
	}
	.ent-item.col-32 > .elementor-element-populated {
    	padding: 20px 40px 20px 20px !important;
	}
	.ent-item-inner-img-v{
		width: 35% !important;
	}
	.ent-item-img-des-v {
    	padding: 20px 20px 20px 20px;
	}
	.ent-item-inner-img-v img{
		min-height: 200px;
	}
	.book-now-so-sec{
		margin-top: -70px !important;
	}
	.close-btn{
		height:50px !important;
		width:50px !important;
	}
	.close-btn span{
		top: 35px;
    	right: 9px
	}
	.sidepanel-left h3{
		font-size:30px;
	}
	.s-t-sec4-grid .elementor-element-populated{
		padding: 40px 30px 80px 100px !important;
	}
	.service-template-sec4 .s-t-sec4-grid::before {
    	left: 67px;
	}
	.service-template-sec4 .s-t-sec4-grid .elementor-icon-wrapper svg{
		width:40px;
	}
	.service-template-sec4 .s-t-sec4-grid .elementor-widget-icon .elementor-icon {
    	min-width: 140px !important;
    	min-height: 89px;
	}
	.service-template-sec4 .s-t-sec4-grid .elementor-heading-title {
    	font-size: 90px !important;
	}
	.elementor-nav-menu a {
    	padding: 13px 10px!important;
	}
	.dte-fp-sec .ent-item > .elementor-element-populated {
    	padding: 20px 40px 20px 20px !important;
	}
	.two-block-sec .block-des h3{
		font-size: 20px;
		padding-top:10px;
		padding-bottom:10px;
		margin-top:15px;
	}
	.two-block-sec .block-des p{
		padding-bottom: 40px;
	}
}


@media (max-width: 1366px){
	.testimonial-section::before{
		height:170px;
	}
	.f-contact-form textarea {
    	height: 100px !important;
		min-height:100px !important;
	}
	.workcattab .tabworklinks{
		font-size: 18px;
	}
	.work-inner-main {
    	padding: 60px 0;
	}
	.work-inner-main .work-list-right h2 {
    	font-size: 34px;
    	padding-bottom: 20px;
	}
	.work-inner-main .work-list-right p {
    	padding-bottom: 20px;
		font-size:18px;
	}
	.swiper-client-re .swiper-re-bottom-sec .re-user-name{
		font-size:18px;
		padding:0 10px;
	}
	.ent-item-img-des {
    	padding: 20px 50px 20px 26px;
	}
	.author-sac .author-img {
    	width: 60px;
    	height: 60px;
	}
	.details-content-class p, .details-content-class h6 {
    	font-size: 18px;
	}
	.details-content-class h3 {
    	margin-top: 20px;
    	font-size: 30px;
    }
	.details-content-class ul {
    	margin: 0px 0 10px;
    	padding: 0px;
	}
	.details-content-class ul li {
    	font-size: 18px;
    	padding: 5px 0 5px 28px;
		background-size: 20px;
		background-position: left 8px;
	}
	.details-content-class blockquote::before {
    	width: 100px;
		background-size: 40px;
	}
	.details-content-class blockquote {
    	padding: 45px 30px 45px 120px !important;
	}
	.details-content-class blockquote p {
    	font-size: 18px;
	}
	.wbinar-speakar-grid .speakar-des h4{
		font-size:20px;
	}
	.webinar-speakar-main h2{
		font-size:28px;
	}
	.career-detail-content-sec h3, .career-detail-content-sec h2{
    	font-size: 30px !important;
    }
	.career-detail-content-sec p, .career-detail-content-sec{
		font-size:18px;
	}
	.career-detail-content-sec ul{
		margin:0px;
	}
	.career-detail-content-sec ul li {
    	font-size: 18px;
		padding: 5px 0 5px 28px;
		background-size: 20px;
		background-position: left 8px;
	}
	.contact-form-right .f-contact-form input[type="text"], .contact-form-right .f-contact-form input[type="email"], .contact-form-right .f-contact-form input[type="tel"], .contact-form-right .f-contact-form select, .contact-form-right .f-contact-form textarea{
		padding: 10px 15px;
	}
	.contact-left-sec .elementor-icon-box-content {
    	padding-left: 10px;
	}
	.custom-solution-main .custom-solution-left {
    	padding: 20px 50px 40px 150px;
	}
	.custom-solution-main .custom-solution-left h1 {
    	font-size: 65px;
    	line-height: 1.2em;
    	padding-bottom: 15px;
	}
	.custom-s-des-content{
		    padding: 40px;
	}
	.custom-s-des-content h3 {
    	font-size: 24px;
	}
	.custom-s-des-content p {
    	font-size: 16px;
	}
	.book-now-so-sec{
		margin-top: -85px !important;
	}
	.service-section-1 .elementor-icon-box-icon, .service-section-2 .elementor-icon-box-icon, .service-section-3 .elementor-icon-box-icon, .service-section-5 .elementor-icon-box-icon, .service-section-11 .elementor-icon-box-icon{
		padding:8px;
	}
	.s-sec-1-blog .s-sec-1-blog-content h3{
		font-size:14px;
	}
	.s-sec-1-blog .s-sec-1-blog-content{
		padding: 10px 40px 10px 15px;
	}
	.s-sec-1-blog .s-sec-1-blog-content a {
    	padding: 7px 8px;
	}
	.s-sec-1-blog .s-sec-1-blog-content a svg{
		width:20px;
	}
	.service-template-sec18 .slider-for .slick-prev{
		left: 7vw;
		top: -1.7vw;
	}
	.service-template-sec18 .slider-for .slick-next{
		right: 7vw;
    	top: -1.7vw;
	}
	.ind-ver-sec .ind-ver-sec-img.elementor-widget-image {
	    padding-bottom: 76%;
	}
}

@media (max-width:1199px) {
	.r_btn .elementor-button.elementor-button-link {
    	height: 42px;
    	width: 42px;
    	top: -38px;
    	right: 0;
	}
	.leaders-popup{
		min-height: 338px;
	}
	.f-contact-form ul{
		margin:0 -10px;
	}
	.service-template-sec18 .slider-for .slick-prev {
    	left: 7vw;
    	top: -2vw;
	}
	.service-template-sec18 .slider-for .slick-next {
    	right: 7vw;
    	top: -2vw;
	}
	.read-more-content {
    	min-height: 100px;
	}
}

@media (max-width: 1180px){
	.our-expertise-left {
    	padding: 50px 30px 150px 50px;
	}
	.our-expertise-left{
		width:35% !important;
	}
	.our-expertise-right{
		width:65% !important;
	}
	.expertise-tab ul li a, .expertise-tab ul li a.active {
    	font-size: 20px;
    	line-height: 20px;
		padding:10px 0;
	}
	.expertise-tab ul li a.active::before, .expertise-tab ul li a:hover::before{
		height:2px;
	}
	.ex-title{
		margin-bottom:10px !important;
	}
	.ent-item > .elementor-element-populated, .ent-item.col-32 > .elementor-element-populated, .ent-item-img-des{
    	padding: 15px 20px 20px 15px !important;
	}
	.ent-item-img-des-v{
		padding: 15px 30px 20px 15px
	}
	.book-now-so-sec{
		margin-top: -40px !important;
	}
	.service-section-5 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-6 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-7 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-8 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-10 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-11 ul.elementor-icon-list-items li.elementor-icon-list-item{
		padding-bottom:15px !important;
	}
	.ent-mo-tab-sec .four-hover-block a{
		height:350px !important;
	}
	.np-sec-5grid .elementor-widget-container {
    	min-height: 180px;
	}
}

@media (max-width: 1024px){
	.ent-item-img-des h3, .ent-item-img-des-v h3{
		font-size: 16px;
	}
	.ent-item-img-des ul li, .ent-item-img-des-v p, .ent-col-des ul li, .ent-item-img-des, .ent-item-img-des-v {
		font-size:14px;
	}
	.swiper-client-re .swiper-cr-inner::before {
		width: 90px;
		height: 64px;
		right: 25px;
	}
	.work-post-img img{
		width:100%;
	}
	.leadership-img img{
		width:100%;
	}
	.company-add h6, .company-add a, .company-add p, .contact-mail a{
		font-size:9px;
		line-height:1.3;
	}
	.arrow-btn{
		padding:6px;
	}
	.workcattab .tabworklinks{
		font-size: 16px;
		padding: 0 10px 11px;
	}
	.the-challenge-des p{
		padding-right:0px;
	}
	.the-challenge-des ul{
		padding: 10px 25px;
	}
	.the-challenge-des ul li {
    	background-size: 18px;
	}
	.the-solution-sec h4 {
    	font-size: 22px;
    	padding-bottom: 15px;
    	padding-left: 30px;
    	background-size: 22px;
	}
	.the-solution-sec p {
    	font-size: 16px;
    	padding-bottom: 30px;
	}
	.the-solution-sec ul li {
    	font-size: 16px;
	}
	.ins-slider-nav .elementor-swiper-button-prev{
		top: -21px !important;
    	padding: 9px 8px;
		right:40px !important;
	}
	.ins-slider-nav .elementor-swiper-button-next{
		top: -21px !important;
    	padding: 9px 8px;
	}
	.ins-slider-nav .elementor-swiper-button svg{
		width:11px !important;
		height:auto !important;
	}
	.cat-inner-main select.cat-link, .cat-inner-main select.blog-type{
		padding: 8px 25px 8px 8px;
		font-size: 12px;
		background-position: center right 9px;
		background-size: 9px;
		min-width:175px;
	}
	.slider-1-orbie:before{
		top:1.906vw;
		right:5.844vw;
	}
	.swiper-client-re .swiper-re-text{
		font-size:14px;
		line-height:1.6em;
	}
	.swiper-client-re .swiper-re-bottom-sec .re-user-name {
    	font-size: 16px;
	}
	.post-term-cat ul li {
    	font-size: 14px;
    	padding: 8px 24px;
	}
	.author-sac .author-img {
    	width: 50px;
   	 	height: 50px;
	}
	.author-des h5 {
    	font-size: 16px;
	}
	.author-des p {
    	font-size: 14px;
	}
	.post-date p, .post-date p span {
    	font-size: 16px;
	}
	.details-content-class p, .details-content-class h6 {
    	font-size: 16px;
	}
	.details-content-class h3 {
    	margin-top: 15px;
    	font-size: 26px;
	}
	.details-content-class ul li {
    	font-size: 16px;
    	padding: 5px 0 5px 25px;
    	background-size: 16px;
    	background-position: left 8px;
	}
	.details-content-class blockquote p {
    	font-size: 16px;
	}
	.details-content-class blockquote::before {
    	width: 70px;
    	background-size: 26px;
	}	
	.details-content-class blockquote {
    	padding: 30px 30px 30px 100px !important;
	}
	.toc-sec{
		padding:15px;
	}
	.webinar-speakar-main h2 {
    	font-size: 24px;
	}
	.wbinar-speakar-grid .speakar-des h4 {
    	font-size: 18px;
		padding-bottom: 5px;
	}
	.wbinar-speakar-grid .speakar-des h6{
		font-size:16px;
		padding-bottom: 5px;
	}
	.wbinar-speakar-grid .speakar-des p{
		font-size:16px;
	}
	.wbinar-speakar-grid .speakar-des{
		padding-left:20px;
	}
	.career-detail-content-sec h3, .career-detail-content-sec h2{
    	font-size: 26px !important;
    }
	.career-detail-content-sec p, .career-detail-content-sec{
		font-size:16px;
	}
	.career-detail-content-sec ul{
		margin:0px;
	}
	.career-detail-content-sec ul li {
    	font-size: 16px;
		padding: 5px 0 5px 25px;
		background-size: 16px;
		background-position: left 8px;
	}
	.swiper-client-re .swiper-cr-item .swiper-cr-inner{
		padding:25px;
	}
	.contact-form-right ul li:nth-child(8), .contact-form-right ul li:nth-child(9){
		width:100%;
	}
	.contact-form-right .wpcf7-submit{
		float:left;
	}
	.insight-grid-main .ins-grid-item{
		margin-bottom:60px;
	}
	.s-video-sec:before{
		display:none;
	}
	.custom-solution-main .custom-solution-left{
		padding: 20px 40px 40px 70px;
	}
	.custom-solution-main .custom-solution-left h1{
		font-size:50px;
	}
	.custom-tab-main ul li a, .custom-tab-main ul li a.active{
		font-size: 20px;
    	line-height: 20px;
    	padding: 10px 0;
	}
	.custom-s-des-content h3 {
    	font-size: 20px;
		padding-bottom:15px;
	}
	.custom-s-des-content p {
    	font-size: 16px;
	}
	.custom-s-des-content {
    	min-height: 300px;
		padding: 30px;
	}
	.solution-ctc-left::before {
    	left: 0;
	}
	.f-l-grid-right-inner {
    	padding: 40px 30px;
	}
	.f-l-grid-right-inner h3 {
    	font-size: 26px;
	}
	.f-l-grid-right-inner a{
		padding: 10px 28px;
	}
	.service-section-6 .sec-6-img .elementor-widget-image {
    	padding-bottom: 168%;
	}
	.service-section-10 .sec-10-img .elementor-widget-image {
    	padding-bottom: 185%;
	}
	.service-section-1 .sec-1-img .elementor-widget-image, .service-section-2 .sec-2-img .elementor-widget-image, .service-section-5 .sec-5-img .elementor-widget-image{
		width:100%;
	}
	.service-section-1 .sec-1-right-content-box, .service-section-2 .sec-2-right-content-box, .service-section-5 .sec-5-right-content-box, .service-section-6 .service-section-6-blog, .service-section-10 .service-section-10-blog{
		top:0;
		transform:none;
		position:static !important;
	}
	.service-section-6 .s-sec-1-blog-item, .service-section-10 .s-sec-1-blog-item{
		width:100%;
	}
	.service-section-6 .s-sec-1-blog-item:nth-child(2), .service-section-10 .s-sec-1-blog-item:nth-child(2){
		display:none;
	}
	.three-col-gray-box .gray-box div {
    	padding: 20px;
	}
	.three-col-gray-box{
		margin-right: -10px;
    	margin-left: -10px;
	}
	.three-col-gray-box .gray-box{
		padding-right: 10px;
    	padding-left: 10px;
    	padding-bottom: 20px;
	}
	.service-template-sec4 .s-t-sec4-grid .elementor-widget-icon .elementor-icon {
    	min-width: 110px !important;
    	min-height: 79px;
	}
	.service-template-sec4 .s-t-sec4-grid .elementor-icon-wrapper svg {
    	width: 30px;
    	height: auto;
	}
	.service-template-sec4 .s-t-sec4-grid::before{
		left: 60px;
		width: 5.75vw;
	}
	.service-template-sec4 .s-t-sec4-grid .elementor-heading-title {
    	font-size: 80px !important;
	}
	.s-t-sec4-grid .elementor-element-populated {
    	padding: 30px 10px 70px 93px !important;
	}
	.service-template-sec5 .s-t-sec5-grid-main{
		width:50% !important;
	}
	.service-template-sec6 .s-t-sec6-grid {
    	padding: 0 10px;
	}
	.service-template-sec11 .s-t-sec11-grid{
		padding:0 10px;
	}
	.service-template-sec12 .title-arrow-btn{
		right:10px;
	}
	.service-template-sec12 .s-te-twe-content-right ul {
    	padding-left: 30px;
	}
	.three-hover-block-inside{
		padding: 20px 20px 45px;
	}
	.service-template-sec18 .slider-for .slick-next {
    	right: 7vw;
    	top: -2.3vw;
	}
	.service-template-sec18 .slider-for .slick-prev {
    	left: 7vw;
    	top: -2.3vw;
	}
	.service-template-sec18 .slick-slide h3{
		font-size:18px;
	}
	.service-template-sec18 .eighteen-content-main .eighteen-content-left h4{
		font-size:20px;
		padding-bottom:10px;
	}
	.service-template-sec18 .eighteen-content-main .eighteen-content-left p{
		font-size:16px;
	}
	.ind-ver-sec .ind-ver-sec-img.elementor-widget-image {
    	padding-bottom: 60%;
	}
	.thank-u-text br{
		display:none;
	}
	.two-block-sec .block-des h3 {
        font-size: 18px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 15px;
    }
	.swiper-client-re .slick-arrow{
/* 		top: -9%; */
		width: 20px;
    	height: 20px;
	}
	.swiper-client-re .slick-prev.slick-arrow {
    	right: 35px;
	}	
}

@media (max-width: 991px){
	.our-exp-title-main h2{
		font-size:32px !important;
	}
	.our-expertise-left {
    	padding: 50px 15px 150px 30px;
	}
	.expertise-tab ul li a, .expertise-tab ul li a.active{
		font-size: 18px;
	}
	.ent-box-container .elementor-column.elementor-col-50, .ent-box-container .elementor-column.elementor-col-100{
		width:100% !important;
		margin-bottom:10px;
	}
	.ent-item-inner-img, .ent-item-img-des{
	    width: 100% !important;
	}	
	.ent-box-container{
		padding-top:0px !important;
	}
	.home_contactform .wpcf7-submit{
		width:140px !important;
	}
	.footer-list-part {
    	width: 33.333% !important;
	}
	.leaders-popup .leaders-des h2 {
    	font-size: 22px;
    	padding-bottom: 10px;
    	line-height: 1.1;
	}
	.leaders-popup .leaders-des h6{
		font-size:16px;
		padding-bottom:10px;
	}
	.leaders-popup .leaders-des p{
		font-size:14px;
		padding-right: 0;
		line-height:1.4em
	}
	.leaders-popup .leaders-des{
		padding-left:20px;
	}
	.leaders-popup .leaders-img{
		width:30%;
	}
	.leaders-popup .leaders-des{
		width:70%;
	}
	.leaders-popup {
    	min-height: 270px;
	}
	.work-inner-main {
    	padding: 50px 0;
	}
	.work-inner-main .work-list-right h2 {
    	font-size: 24px;
    	padding-bottom: 15px;
	}
	.work-inner-main .work-list-right p {
    	padding-bottom: 15px;
		font-size:16px;
	}
	.work-inner-main.odd .work-list-right{
		padding-left:30px;
	}
	.work-inner-main.even .work-list-right {
    	padding-right: 30px;
	}
	.work-inner-main .work-list-right a, .work-inner-main.even .work-list-right a {
    	padding: 10px 20px;
    	font-size: 16px;
	}
	.custom-btn a.elementor-button-link::before{
		right:45px;
	}
	.industry-grid-main{
		margin:0 -7px;
	}
	.industry-grid-main .industry-grid-item{
		padding:0 7px;
	}
	.outcome-grid-box-inner{
		padding: 15px
	}
	.outcome-icon {
    	padding-bottom: 10px;
	}
	.outcome-icon img{
		width:40px;
		height:auto;
	}
	.outcome-grid-sec .outcome-grid-box{
		padding: 0 6px;
    	margin-bottom: 12px;
	}
	.outcome-grid-sec .outcome-grid-box:nth-child(2) {
    	margin-top: 30px !important;
	}
	.outcome-grid-sec .outcome-grid-box:nth-child(3) {
    	margin-top: -30px !important;
	}
	.w-testimonial-item .client-text, .tes-bottom-right h3, .tes-bottom-right h5 {
    	font-size: 18px;
		letter-spacing: 0.2px;
	}
	.tes-bottom{
		padding-top:30px;
	}
	.tes-bottom .tes-bottom-left {
    	width: 60px;
    	height: 60px;
	}
	.wbinar-speakar-grid .speakar-des{
		width:80%;
	}
	.wbinar-speakar-grid .speakar-img{
		width:20%;
	}
	.wbinar-speakar-grid .speaker-grid-inner{
		padding:10px;
	}
	.careers-values-sec .elementor-widget-image img{
		max-width: 60px !important;
	}
	.careers-values-sec p{
		font-size:16px !important;
		line-height:1.4em !important;
	}
	.careers-values-sec .elementor-widget-heading{
		margin-bottom:10px !important;
	}
	.slider-1-orbie:before {
    	top: -4.094vw;
   	 	right: 5.844vw;
	}
	.insight-grid-main .ins-grid-item{
		width:50%;
	}
	.insight-grid-main .ins-grid-item{
		margin-bottom:50px;
	}
	.blogs-list-sec .e-loop__load-more a.elementor-button-link{
		padding: 10px 20px;
    	font-size: 14px;
	}
	.work-inner-main .work-list-right.solutions-list-right a{
		padding: 10px 12px 10px 12px !important;
		font-size:14px !important;
		border-radius:4px !important;
	}
	.work-inner-main .work-list-right.solutions-list-right a svg{
		width:14px;
		height:auto;
	}
	.work-inner-main .work-list-right.solutions-list-right a span{
		padding-right:20px;
	}
	.work-inner-main .work-list-right.solutions-list-right a::before{
		right: 38px;
	}
	.book-now-so-sec h3{
		font-size:18px !important;
	}
	.custom-solution-main .custom-solution-left{
		padding: 20px 30px 40px 30px;
	}
	.f-l-grid-right-inner p {
    	min-height: auto;
    	padding-bottom: 16px;
	}
	.f-l-grid-right-inner {
    	padding: 25px 20px;
	}
	.f-l-grid-right-inner h3 {
    	font-size: 22px;
	}
	.f-l-grid-right-inner p{
		font-size:14px;
	}
	.f-l-grid-right-inner a{
		padding:8px 20px;
		font-size:14px;
	}
	.future-logistic-tab-main ul{
		margin: 0 -7px !important;
	}
	.future-logistic-tab-main ul li{
		padding:0 7px;
	}
	.future-logistic-tab-main ul li a{
		font-size:14px;
	}
	.service-template-sec4 .s-t-sec4-grid{
		width:50% !important;
	}
	.service-template-sec4 .s-t-sec4-grid::before {
    	left: 64px;
    	width: 9.75vw;
	}
	.service-template-sec18 .slider-nav{
		 width: 100%;
	}
	.service-template-sec18 .slider-for .slick-prev {
    	left: 0vw;
    	top: -3vw;
	}
	.service-template-sec18 .slider-for .slick-next {
    	right: 0vw;
    	top: -3vw;
	}
	.service-template-sec18 .eighteen-content-main .eighteen-content-left{
		right:20px;
	}
	.three-hover-block {
    	width: 50%;
	}
	.dte-fp-sec .ent-item > .elementor-element-populated {
    	padding: 15px 20px 15px 15px !important;
	}
	.tec-logo-sec ul li p{
		font-size:14px;
	}
	.ent-item>.elementor-element-populated, .ent-item.col-32>.elementor-element-populated, .ent-item-img-des {
    	padding: 15px 33px 20px 15px!important;
	}
	.s-t-14-grid h4.elementor-heading-title{
		min-height:39px;
	}
	.two-block-sec{
		margin: 0 -10px;
	}
	.two-block-sec .block-item{
		padding: 0 10px;
	}
    .industries-tab-sec .industies-tab-item .ind-tab-inner {
    	flex-direction: column;
        gap: 4px;
    }
    .industries-tab-sec .industies-tab-item .ind-tab-inner .ind-des-right,
    .industries-tab-sec .industies-tab-item .ind-tab-inner .ind-img {
    	width: 100%;
    }
}
@media(max-width:991px){
	.tec-logo-sec ul li {
    width: 45%;
}
}

@media (max-width: 767px){
	.left-ads-toggle {
    	display: none !important;
	}
	.header-top-right .elementor-element-populated{
		justify-content: center;
	}
	.top-call-veiw .elementor-icon-box-icon, .top-mail-ico .elementor-icon-box-icon{
		margin-right:5px !important;
		display: flex !important;
		margin-bottom: 0px !important;
	}
	.header-top-right .elementor-element-populated .top-mail-ico{
		padding-right:0px;
	}
	html body .header-top-right>.elementor-element-populated .elementor-icon-box-wrapper .elementor-icon-box-title  a {
        font-size: 9px !important;
    }
	.h-about-sec .h-about-inner {
    padding: 20px;
}
	.section-title h2::before, .section-title-white h2::before{
		top:35px;
	}
	.home .elementor-1186 .elementor-element.elementor-element-5e592a49 .elementor-heading-title{
		max-width:100%;
	}
	.inq h6{
		padding-bottom:5px;
	}
	.f-contact-form ul li{
		width:100%;
		margin-bottom:12px;
	}
	.home_contactform .wpcf7-submit{
		padding: 10px 20px !important;
    	width: auto !important;
		margin: 0 auto;
		display: block;
		float: none !important;
		margin-top: 15px;
	}
	.footer-list-part {
    	width: 100% !important;
	}
	.f-contact-form input[type="text"], .f-contact-form input[type="email"], .f-contact-form select, .f-contact-form textarea, .f-contact-form input[type="tel"]{
		padding: 10px 15px !important;
		font-size:14px;
	}
	::placeholder {
		color: #828282 !important;
	}
	.f-contact-form .wpcf7-list-item-label{
		font-size:14px;
	}
	.our-exp-title-main h2 {
    	font-size: 22px !important;
	}
	.r_btn .elementor-button.elementor-button-link {
  		top: -49px;
	}
	.client_logo {
    	margin-left: 0;
	}
	.in_title h2{
		padding-right: 50px;
	}
	.title-arrow-btn{
		right:0px;
	}
	.title-arrow-btn svg{
		width:15px;
	}
	.title-arrow-btn {
    	padding: 3px 7px;
	}
	.leaders-popup{
		min-height:423px;
		flex-wrap: wrap;
	}
	.leaders-popup .leaders-img{
		width: 70%;
    	margin: 0 auto;
	}
	.leaders-popup .leaders-des{
		width:100%;
		padding-left:0px;
		padding-top: 20px;
	}
	.leaders-popup .leaders-des h2 {
    	font-size: 20px;
	}	
	.leaders-popup a.close-btn {
    	top: 47px;
    	right: 5px;
	}
	.leaders-popup{
		margin-top:30px;
	}
	.workcattab .tabworklinks {
    	font-size: 14px;
    	padding: 0 8px 11px;
	}
	.breadcrumbs, .breadcrumbs a{
		font-size: 14px;
	}
	.the-solution-sec h4 {
    	font-size: 18px;
    	padding-bottom: 10px;
    	padding-left: 25px;
    	background-size: 18px;
	}
	.insight-title-left h2:before{
		height:3px;
		bottom: -4px;
	}
	.ins-slider-nav .elementor-swiper-button-prev{
		top: -19px !important;
    	padding: 9px 8px;
		right:40px !important;
	}
	.ins-slider-nav .elementor-swiper-button-next{
		top: -19px !important;
    	padding: 9px 8px;
	}
	.ins-slider-nav svg{
		width:12px !important;
		height:auto !important;
	}
	.cat-inner-main select.cat-link{
		min-width:100px;
	}
	.cat-inner-main{
		justify-content: flex-start;
		margin: 0 -5px;
	}
	.cat-inner-main .cat-list {
    	padding: 0 5px;
	}
	.b24-widget-button-position-bottom-right {
    	right: 20px !important;
    	bottom: 20px !important;
	}
	.post-term-cat ul li {
    	font-size: 12px;
    	padding: 8px 20px;
	}
	.author-sac .author-img {
    	width: 40px;
    	height: 40px;
	}
	.post-date {
    	padding-top: 10px;
	}
	.post-date p, .post-date p span{
		font-size:14px;
	}
	.blog-detail-title-sec .elementor-container:before {
    	bottom: -20px;
	}
	.details-content-class h3 {
    	margin-top: 10px;
    	font-size: 20px;
	}
	.details-content-class blockquote {
    	padding: 15px 15px 15px 57px !important;
	}
	.details-content-class blockquote::before {
    	width: 40px;
    	background-size: 16px;
	}
	.Contact-form-single input[type="email"]{
		padding:10px 15px;
	}
	.career-detail-content-sec h3, .career-detail-content-sec h2{
    	font-size: 20px !important;
		padding-bottom: 0;
    }
	.career-detail-content-sec ul{
		margin:0px;
	}
	.f-contact-form ul li .wpcf7-submit {
		padding: 10px 20px !important;
		width: auto !important;
		margin: 0 auto;
		display: block;
		float: none !important;
		margin-top: 15px;
		}
	.page-id-7 .elementor-location-footer{
		position:static;
	}
	.elementor-7 .elementor-element.elementor-element-1487888 .elementor-icon-box-wrapper{
		align-items:center;
	}
	.insight-grid-main .ins-grid-item{
		width:100%;
	}
	.insight-grid-main .ins-grid-item{
		margin-bottom:26px;
	}
	.industry-grid-main{
		margin:0px;
	}
	.industry-grid-main .industry-grid-item {
    	padding: 0;
	}
	.solution-ctc-left {
    	padding-left: 10px;
	}	
	.solution-ctc-left::before {
    	left: -10px;
	}
	.s-sec-1-blog .s-sec-1-blog-item{
		width: 100%;
    	margin-bottom: 15px;
	}
	.service-section-1 .sec-1-img .elementor-widget-image, .service-section-2 .sec-2-img .elementor-widget-image, .service-section-3 .sec-3-img .elementor-widget-image, .service-section-5 .sec-5-img .elementor-widget-image{
		padding-bottom: 56%;
	}
	.service-section-5 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-6 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-7 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-8 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-10 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-11 ul.elementor-icon-list-items li.elementor-icon-list-item{
		width:100%;
		padding:0px;
	}
	.service-section-6 .sec-6-img .elementor-widget-image, .service-section-10 .sec-10-img .elementor-widget-image{
    	padding-bottom: 60%;
	}
	.service-section-6 ul.elementor-icon-list-items, .service-section-7 ul.elementor-icon-list-items, .service-section-10 ul.elementor-icon-list-items, .service-section-11 ul.elementor-icon-list-items{
		margin:0px;
	}
	.service-section-7 .title-arrow-btn, .service-section-8 .title-arrow-btn, .service-section-9 .title-arrow-btn{
    	right: 0 !important;
	}
	.service-section-7 .sec-7-img .elementor-widget-image, .service-section-8 .sec-8-img .elementor-widget-image{
		width:100%;
		padding-bottom:56%;
	}
	.service-section-7 .sec-7-right-content-box{
		position:static !important;
		top:0 !important;
		transform:none !important;
	}
	.service-section-8::before, .service-section-9::before{
		width: 100%;
    	height: 37%;
    	top: inherit;
    	bottom: 0 !important;
	}
	.three-col-gray-box .gray-box{
		width:50%;
	}
	.service-template-sec3 .elementor-icon-box-icon{
		padding:8px;
		display: flex !important;
	}
	.service-template-sec12 .s-te-content-main .s-te-twe-content-left{
		width:100%;
		padding-bottom:20px;
	}
	.service-template-sec12 .s-te-content-main .s-te-twe-content-right{
		width:100%;
	}
	.three-hover-block{
		width:50%;
	}
	.seventysec-inner-block ul li{
		padding-bottom:10px;
	}
	.service-template-sec19 .s-t-19-grid .elementor-widget-image{
		margin-bottom:15px;
	}
	.service-template-sec18 .eighteen-content-main.slick-slide{
		flex-wrap:wrap;
	}
	.service-template-sec18 .eighteen-content-main .eighteen-content-left {
    	width: 100%;
    	padding-right: 0px;
		padding-bottom:15px;
	}
	.service-template-sec18 .eighteen-content-main .eighteen-content-right{
		width:100%;
	}
	.service-template-sec18 .eighteen-content-main.slick-slide{
		padding-top:30px;
	}
	.tec-logo-sec ul li{
		width:100%;
		margin-bottom: 10px;
	}
	.tec-logo-sec ul{
		gap: 0;
	}
/* 	.tec-logo-sec ul li img {
    	padding-bottom: 15px;
	} */
	.our-exp-title-main br{
		display:none;
	}
	.custom-tabs .elementor-tabs {
    padding: 20px;
}
	.custom-tabs .elementor-tab-title {
        color: #223D8A !important;
    }
	.four-hover-block .cursordefault{
		min-height:280px;
	}
	.feedback-form h2{
		padding-bottom:10px;
		font-size:16px;
	}
	.the-challenge-des ul {
    	margin: 25px 0 0 0;
    	padding: 0;
	}
	.the-challenge-des ul li{
		width:100%;
		margin: 0 0 15px;
	}
	.hire-section-left-content ul {
    padding: 0;
}
	.our-expertise-left,.our-expertise-right{
	width: 100% !important;	
	}
	.h-about-sec .h-about-item {
    width: 100%;
}
	.h-about-sec .h-about-inner svg{
		height: 50px;
	}
	.h-about-sec .h-about-inner h3{
	  padding-bottom: 10px;
	}
	.swiper-client-re .swiper-cr-item .swiper-cr-inner {
        padding: 15px !important;
    }
	.swiper-client-re .swiper-re-bottom-sec .re-user-name {
        font-size: 16px;
        padding: 0px !important;
    }
	.ins-grid-item .ins-grid-inner .ins-content {
    padding: 20px 15px;
}
	.job-pos-grid .elementor-widget-theme-post-excerpt {
    min-height: auto !important;
}
}


@media (max-width: 590px){
	
	.our-expertise-left {
    	padding: 50px 0px 20px 0px;
	}
	.expertise-tab ul li a, .expertise-tab ul li a.active{
		padding: 6px 0;
	}
	.ent-item .elementor-button-icon svg, .arrow-btn svg {
		width:15px;
	}
	.ent-item-img-des ul li{
		width:100%;
	}
	.work-inner-main {
    	padding:30px 0;
	}
	.work-inner-main .work-img{
		width:100%;
		margin-bottom:20px;
	}
	.work-inner-main .work-list-right{
		width:100%;
	}
	.work-inner-main.odd .work-list-right{
		padding-left:0px;
	}
	.work-inner-main .work-list-right h2{
		font-size:18px;
	}
	.work-inner-main .work-list-right a, .work-inner-main.even .work-list-right a {
    	padding: 8px 16px;
    	font-size: 14px;
    	border-radius: 6px;
	}
	.custom-btn a.elementor-button-link::before{
		right:36px;
	}
	.outcome-grid-sec .outcome-grid-box{
		width:100%;
	}
	.outcome-grid-sec .outcome-grid-box:nth-child(2) {
    	margin-top: 0px !important;
	}
	.outcome-grid-sec .outcome-grid-box:nth-child(3) {
    	margin-top: 0px !important;
	}
	.outcome-grid-sec{
		margin:0px;
	}
	.c-testimonial-sec::before {
    	left: 5vw;
	}
	.c-testimonial-sec::after{
		right:5vw;
	}
	.w-testimonial-item .client-text, .tes-bottom-right h3, .tes-bottom-right h5 {
    	font-size: 15px;
	}
	.tes-bottom .tes-bottom-left{
		width:40px;
		height:40px;
	}
	.tes-bottom-right{
		padding-left:10px;
	}
	.w-client-testimonial:hover .video-play-icon svg{
		width:20px;
	}
	.slider-1-orbie:before{
		top:13vw;
		right:5.844vw;
		width: 24.292vw;
   	 	height: 11.708vw;
    	background-repeat: no-repeat;
	}
	.expertise-tab{
		height: 31px;
    	overflow: hidden;
	}
	.expertise-tab ul{
		display: flex;
    	overflow-x: auto;
	}
	.expertise-tab ul li{
		flex: 1;
	}
	.expertise-tab ul li a{
		white-space: nowrap;
    	padding: 5px 10px 5px !important;
		font-size:16px;
	}
	.wbinar-speakar-grid .speaker-grid-inner {
    	padding: 15px;
    	display: block;
	}
	.wbinar-speakar-grid .speakar-img {
    	width: 100%;
		margin-bottom:20px;
	}
	.wbinar-speakar-grid .speakar-des {
    	width: 100%;
		padding-left:0px;
	}
	.wbinar-speakar-grid .speakar-img .thumbnail_container{
		padding-bottom: 124.7%;
	}
	.careers-values-sec .elementor-widget-heading{
		margin-bottom:10px !important;
	}
	.cat-inner-main{
		flex-wrap:wrap;
	}
	.cat-inner-main .cat-list{
		width:100%;
		margin-bottom:5px;
	}
	.cat-inner-main select.cat-link, .cat-inner-main select.blog-type{
		min-width:100%;
	}
	
	.custom-tab-main {
    	height: 31px;
    	overflow: hidden;
	}
	.custom-tab-main ul {
    	display: flex;
    	overflow-x: auto;
	}
	.custom-tab-main ul li {
    	flex: 1;
	}
	.custom-tab-main ul li a, .custom-tab-main ul li a.active {
    	white-space: nowrap;
    	padding: 5px 10px 5px !important;
    	font-size: 16px;
	}
	.custom-solution-main .custom-solution-left{
		width:100%;
	}
	.custom-solution-main .custom-solution-left h1 {
    	font-size: 24px;
    	text-align: center;
	}
	.custom-solution-main .custom-solution-left{
		padding:20px 20px 20px;
	}
	.custom-solution-main .custom-solution-right{
		width:100%;
	}
	.custom-s-des-content{
		padding:20px;
	}
	.custom-s-des-content h3{
		font-size:20px;
	}
	.future-logistic-grid-sec .f-l-grid-left{
		width:100%;
	}
	.future-logistic-grid-sec .f-l-grid-right{
		width:100%;
	}
	.future-logistic-tab-main{
		padding-bottom:20px;
	}
	.f-l-grid-right-inner{
		position:static;
		transform:translate(0 , 0);
	}
	.future-logistic-grid-sec .f-l-grid-left{
		padding-bottom:60%;
	}
	.f-l-grid-right-inner h3 {
    	font-size: 18px;
	}
	.three-col-gray-box .gray-box{
		width:100%;
	}
	.service-template-sec4 .s-t-sec4-grid{
		width:100% !important;
	}
	.service-template-sec4 .s-t-sec4-grid::before {
    	left: 64px;
    	width: 9.75vw;
	}
	.service-template-sec5 .s-t-sec5-grid-main {
    	width: 100% !important;
	}
	.service-template-sec5 .elementor-icon-box-icon{
		display:flex !important;
	}
	.service-template-sec6 .elementor-inner-section .elementor-column-gap-default{
		margin:0px;
	}
	.service-template-sec6 .s-t-sec6-grid{
		padding:0px;
	}
	.service-template-sec7 .s-t-sec7-grid{
		width:50%;
	}
	.book-now-so-sec {
    	margin-top: -40px !important;
	}
	.service-template-sec11 .elementor-inner-section .elementor-column-gap-default{
		margin:0px;
	}
	.service-template-sec11 .s-t-sec11-grid {
    	padding: 0px;
	}
	.service-template-sec12 .s-te-twe-content-right ul{
		padding-left:30px;
	}
	.service-template-sec12 .s-te-twe-content-right ul li{
		width:100%;
	}
	.service-template-sec13 .ent-item{
		padding-bottom:10px;
	}
	.three-hover-block{
		width:100%;
		padding: 0 15px 20px;
	}
	.seventysec-inner-block {
    	padding-right: 0;
    	width: 100%;
	}
	.service-template-sec18 .slider-for .slick-prev {
    	left: 0vw;
    	top: -4.8vw;
		width: 20px;
    	background-size: 100%;
	}
	.service-template-sec18 .slider-for .slick-next {
    	right: 0vw;
    	top: -8.2vw;
		width: 20px;
    	background-size: 100%;
	}
	.ent-mo-tab-sec .four-hover-block a {
    	height: 310px !important;
	}
	.industries_list ul.elementor-icon-list-items.elementor-inline-items li.elementor-icon-list-item.elementor-inline-item {
    	width: calc(100% - 16px);
    	margin-bottom: 15px;
	}
	.feedback-page-main fieldset{
		padding:0px !important;
	}
    	font-size: 14px;
    	line-height: 1.4;
	}
	.two-block-sec .block-item{
		width:100%;
		padding: 0 0 20px;
	}
	.two-block-sec .block-image{
		margin-bottom:15px;
	}
	.two-block-sec {
        margin: 0;
    }
	.swiper-client-re .swiper-cr-item .swiper-cr-inner{
		min-height:248px;
	}

}8.75vw;
    height: 100%;
    background-image: radial-gradient(56.5% 46.25% at -18.83% 51.08%, #ACC2D4 19%, #BACCDB 33%, #DFE7EE 68%, #F6F8FA 96%, #FFF 114%);
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 74px;
    transform: skewX(-15deg);
    opacity: 0.5;
}
.service-template-sec4 .s-t-sec4-grid:hover .elementor-widget-icon .elementor-icon{
	background-color:#FF6900;
}
.service-template-sec4 .s-t-sec4-grid:hover h3.elementor-icon-box-title{
	color:#FF6900;
}


/*======== service-template-sec5 ===========*/

.service-template-sec5 .elementor-icon-box-icon{
	background-color: #223D8A;
    width: 68px;
    height: 68px;
    display: flex !important ;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -34px;
    top: 50%;
    transform: translate(0%, -50%);
    margin-right:0 !important;
	border-top: 10px solid #f6f7f8;
    border-bottom: 10px solid #f6f7f8;
    box-sizing: content-box;
}
.service-template-sec5 .s-t-sec5-grid:hover .elementor-icon-box-icon{
	background-color:#FF6900;
}
.service-template-sec5 .s-t-sec5-grid:hover h3.elementor-icon-box-title{
	color:#FF6900;
}
.service-template-sec5 .s-t-sec5-grid::before{
	content:"";
	width:80px;
	height:10px;
	right:0;
	top:0;
	background-color:#f6f7f8;
	position:absolute;
}
.service-template-sec5 .s-t-sec5-grid::after{
	content:"";
	width:90px;
	height:10px;
	right:15px;
	bottom:0;
	background-color:#f6f7f8;
	position:absolute;
}
.service-template-sec5 .s-t-sec5-grid h3.elementor-icon-box-title {
    margin: 0px;
    padding-bottom: 5px;
}

/*======== service-template-sec6 ===========*/
.service-template-sec6 .s-t-sec6-grid{
	padding:0 15px;
}
.service-template-sec6 .elementor-inner-section .elementor-column-gap-default{
	margin:0 -15px;
}
/*======== service-template-sec9 ===========*/
.service-template-sec9 .s-t-grid-9 .elementor-counter-number-wrapper{
	padding-bottom:15px;
}

/*======== service-template-sec11 ===========*/

.service-template-sec11 .s-t-sec11-grid{
	padding:0 15px;
}
.service-template-sec11 .elementor-inner-section .elementor-column-gap-default{
	margin:0 -15px;
}

/*======== service-template-sec12 ===========*/

.service-template-sec12 .elementor-tab-desktop-title {
    padding: 10px 20px !important;
}
.service-template-sec12 .elementor-tab-content {
    padding: 24px 0px 0px !important;
}

.service-template-sec12 .elementor-tab-title.elementor-active{
	position:relative !important;
}
.service-template-sec12 .elementor-tab-title.elementor-active::after {
    content: "" !important;
    bottom: 0px !important;
    position: absolute !important;
    width: 100% !important;
    height: 4px !important;
    background: #FF6900 !important;
    left: 0 !important;
    transition: all ease-in-out .2s !important;
}

.service-template-sec12 .s-te-content-main{
	display:flex;
	flex-wrap:wrap;
	padding-top:10px;
}
.service-template-sec12 .s-te-content-main .s-te-twe-content-left{
	width:52%;
	padding-right: 20px;
}
.service-template-sec12 .s-te-content-main .s-te-twe-content-left h3{
	font-size: 32px;
    line-height: 1.4em;
    font-weight: 700;
    font-family: "IBM Plex Sans", Sans-serif;
	padding-bottom:23px;
    margin: 0px;
    color: #000;
	position: relative;
}
.service-template-sec12 .s-te-content-main .s-te-twe-content-left p{
	color: #323232;
	font-family: "Roboto", Sans-serif;
	font-size: 16px;
	line-height:1.5;
	font-weight: 400;
}
.service-template-sec12 .s-te-content-main .s-te-twe-content-right{
	width:48%;
}
.service-template-sec12 .s-te-twe-content-right ul{
	display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
    padding: 0;
	padding-left:90px;
}
.service-template-sec12 .s-te-twe-content-right ul li{
	padding: 0 14px;
    width: 50%;
	list-style:none;
	padding-bottom:14px;
	
}
.service-template-sec12 .s-te-twe-content-right ul li a{
	color: #000;
	font-family: "Roboto", Sans-serif;
	font-size: 16px;
	line-height:1.5;
	font-weight: 600;
	position:relative;
}
.service-template-sec12 .s-te-twe-content-right ul li a:before{
	content:"";
	position:absolute;
	width:10px;
	height:10px;
	left: -18px;
    top: 4px;
    background-color: #223D8A;
    border-radius: 100px;
}
.service-template-sec12 .s-te-twe-content-right ul li a:hover{
	color:#FF6900;
}


/*======== service-template-sec14 ===========*/
.service-template-sec14 h4{
	display:flex;
	align-items:center;
}
.service-template-sec14 h4 span{
	font-size: 32px;
    line-height: 1.4em;
    font-weight: 700;
    font-family: "IBM Plex Sans", Sans-serif;
	padding-right:8px;
}
.service-template-sec14 .s-t-14-grid .elementor-widget-heading .elementor-widget-container{
	position:relative;
}
.service-template-sec14 .s-t-14-grid .elementor-widget-heading .elementor-widget-container::before{
	content:"";
	position:absolute;
	left: -5px;
    bottom: -9px;
	width:16px;
	height:16px;
	background-color:#FF6900;
	border-radius:100px;
}

/*======== service-template-sec15 ===========*/
.three-hover-block-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin: 0 -15px;
}
.three-hover-block {
    width: 33.33%;
    padding: 0 15px 30px;
}
.four-hover-block .cursordefault {
    transition: all ease-in-out .5s;
    position: relative;
    display: block;
    z-index: 5;
    background: #fff;
    overflow: hidden;
    height: 100%;
    border-radius: 5px;
	min-height:325px;
	
}
.four-hover-block .cursordefault::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #223D8A;
    transition: all ease-in-out .4s;
    z-index: -1;
    transform: scale(0) translateX(-50%);
    border-radius: 100%;
    transform-origin: left center;
    bottom: -20px;
    left: 50%;
}
.four-hover-block .cursordefault:hover::before {
    transform: scale(100) translateX(-50%);
}
.three-hover-block-inside {
    padding: 30px 30px 55px;
    margin: 0;
    height: 100%;
}
.four-hover-block h4 {
	font-size: 20px;
    line-height: 1.4em;
    font-weight: 600;
    font-family: "IBM Plex Sans", Sans-serif;
	padding-bottom:20px;
    margin: 0;
    color: #000;
    transition: all ease-in-out .5s;
}
.four-hover-block .cursordefault:hover h4 {
    color: #fff;
}
.four-hover-block .cursordefault p {
    transition: all ease-in-out .5s;
    color: #fff;
	font-family: "Roboto", Sans-serif;
	font-size: 18px;
	line-height:1.5;
	font-weight: 400;
}
.four-hover-block .linkicon {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 30px;
    left: 40px;
    background: url(./assets/images/link-icon.png) no-repeat center center;
    width: 22px;
    height: 15px;
    transition: all ease-in-out .4s;
}
.four-hover-block .cursordefault:hover .linkicon {
    opacity: 0;
}
.service-template-sec15 .elementor-tab-content{
	/*padding:24px 0px 0px !important;*/
	padding:0px 0px 0px !important;
}
.service-template-sec15 .elementor-tab-desktop-title{
	padding: 10px 10px !important;
}
.service-template-sec15 .elementor-tab-title.elementor-active{
	position:relative !important;
}
.service-template-sec15 .elementor-tab-title.elementor-active::after{
	content: "" !important;
    bottom: 0px !important;
    position: absolute !important;
    width: 100% !important;
    height: 4px !important;
   /* background: #FF6900 !important;*/
    left: 0 !important;
    transition: all ease-in-out .2s !important;
}
.service-template-sec15 .arrow-btn{
	opacity:0;
	padding:0;
	display:block;
}
.service-template-sec15 .four-hover-block .cursordefault:hover .arrow-btn{
	opacity:1;
}
.service-template-sec15 .arrow-btn:hover{
	background-color:transparent;
	border-color: #C4C4C4;
}
.four-hover-block .cursordefault a{
	display:flex;
	padding:12px;
}

/*======== service-template-sec16 ===========*/

.service-template-sec16 .s-t-grid-16 .elementor-counter-number-wrapper {
    padding-bottom: 15px;
}

/*======== service-template-sec17 ===========*/
.service-template-sec17 .elementor-tab-title.elementor-active{
	position:relative;
}
.service-template-sec17 .elementor-tab-title.elementor-active::after {
    content: "" !important;
    bottom: 0px !important;
    position: absolute !important;
    width: 100% !important;
    height: 4px !important;
    background: #FF6900 !important;
    left: 0 !important;
    transition: all ease-in-out .2s !important;
}
.service-template-sec17 .elementor-tab-content {
    padding: 24px 0px 0px !important;
}
.seventy-temp-sec-main{
	display:flex;
	flex-wrap:wrap;
}
.seventysec-inner-block{
	padding-right:32px;
	width:25%;
}
.seventysec-inner-block h4{
	font-size: 16px;
    line-height: 1.4em;
    font-weight: 700;
    font-family: "IBM Plex Sans", Sans-serif;
	padding-bottom:13px;
    margin-bottom: 20px;
    color: #000;
	border-bottom:1px solid #C4C4C4;
	display: flex;
    align-items: center;
}
.seventysec-inner-block h4 img{
	width:32px;
	height:auto;
	margin-right:8px;
}
.seventysec-inner-block ul{
	margin:0px !important;
	padding:0px !important;
}
.seventysec-inner-block ul li{
	list-style:none;
	font-family: "Roboto", Sans-serif;
	font-size: 16px;
	line-height:1.1;
	font-weight: 500;
	color:#323232;
	padding-bottom:18px;
}
.service-template-sec17 .elementor-tab-desktop-title {
    padding: 10px 10px !important;
}

/*======== service-template-sec18 ===========*/

.service-template-sec18 .eighteen-content-main.slick-slide{
	display:flex !important;
	padding-top:60px;
	align-items:center;
}
.service-template-sec18 .eighteen-content-main .eighteen-content-left{
	width:50%;
	padding-right:50px;
}
.service-template-sec18 .eighteen-content-main .eighteen-content-left h4{
	margin:0px;
	font-size: 24px;
    line-height: 1.4em;
    font-weight: 600;
    font-family: "IBM Plex Sans", Sans-serif;
	padding-bottom:15px;
	color:#000;
}
.service-template-sec18 .eighteen-content-main .eighteen-content-left p{
	font-family: "Roboto", Sans-serif;
	font-size: 18px;
	line-height:1.5;
	font-weight: 400;
	color:#000;
}
.service-template-sec18 .eighteen-content-main .eighteen-content-right{
	width:50%;
}
.service-template-sec18 .eighteen-content-main .eighteen-content-right .e-c-container{
	position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 61.5%;
    text-align: left;
	margin-bottom:0px;
}
.service-template-sec18 .eighteen-content-main .eighteen-content-right .e-c-container .e-c-thumbnail{
	position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.service-template-sec18 .eighteen-content-main .eighteen-content-right .e-c-container .e-c-thumbnail img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}

.service-template-sec18 .slider-nav{
	display: flex;
    align-items: center;
    justify-content: center !important;
    width: 80%;
    margin: 0 auto;
	position:relative;
}
.service-template-sec18 .slider-nav::after{
	content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 2px;
    background-color: #DFDFDF;
    z-index: 1;
}
.service-template-sec18 .slider-nav .slick-slide h3::after{
	content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 16px;
    height: 16px;
    background-color: #F6F6F6;
    border: 2px solid #DFDFDF;
    border-radius: 100px;
    z-index: 999;
	transform: translate(-50%, 0%);
}
.service-template-sec18 .slick-slide h3{
	margin:0;
	font-family: "Roboto", Sans-serif;
	font-size: 20px;
	line-height:1.5;
	font-weight: 400;
	color:#000;
	text-align: center;
	position:relative;
}

.service-template-sec18 .slick-slide.slick-current h3::after{
	background-color: #223D8A;
    border: 2px solid #223D8A;
}

.s-t-eighteen-sec{
	padding-top:30px;
}
.service-template-sec18 .slick-list{
	padding:0 0 20px;
	z-index:2;
}
.service-template-sec18 .slider-nav .slick-list{
	width:80%;
}

.service-template-sec18 .slider-for .slick-arrow{ position:absolute; top:100px; cursor:pointer; border:none; width:24px; height:24px; text-indent:-99999px; outline:none; }
.service-template-sec18 .slider-for .slick-prev{ left: 5vw; top:-1.3vw; background:url(/wp-content/uploads/2023/12/eighteen-slider-left-arrow.svg) left top no-repeat; width:34px; height:34px; margin:0; background-size: cover; background-color: #fff; border-radius: 100px;  z-index: 99;text-indent: unset; font-size: 0;}
.service-template-sec18 .slider-for .slick-next{ right:5vw; top:-1.3vw; background:url(/wp-content/uploads/2023/12/eighteen-slider-left-arrow.svg) left top no-repeat; width:34px; height:34px; margin:0; background-size: cover; background-color: #fff; border-radius: 100px;  z-index: 99; transform: rotate(180deg); text-indent: unset; font-size: 0;}


/*======== service-template-sec19 ===========*/

.service-template-sec19 .s-t-19-grid .elementor-widget-image{
	position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 47.5%;
    text-align: left;
	margin-bottom:32px;
}
.service-template-sec19 .s-t-19-grid .elementor-widget-image .elementor-widget-container{
	position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.service-template-sec19 .s-t-19-grid .elementor-widget-image .elementor-widget-container img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}
.service-template-sec19 .s-t-19-grid .elementor-widget-heading{
	margin-bottom:0px !important;
}
.service-template-sec19 .s-t-19-grid .ent-item-btn{
	position:static !important;
	margin-top: -25px;
}

/*=============== Why sigma solve page =============*/

.why-sigma-sec2 .s-t-sec11-grid .elementor-widget-wrap:after{
	height: 4px;
    width: 0;
    background: #FF6900;
    transition: all ease-in-out .3s;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}
.why-sigma-sec2 .s-t-sec11-grid .elementor-widget-wrap:hover:after {
    width: 100%;
}
.why-sigma-sec2 .s-t-sec11-grid .elementor-widget-wrap:hover{
	box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.10);
}

.owc-sec .owc-grid .elementor-widget-wrap{
	transition: all ease-in-out .5s;
    position: relative;
    display: block;
    z-index: 5;
	overflow: hidden;
    border-radius: 5px;
}

.owc-sec .owc-grid .elementor-widget-wrap::before{
	content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #fff;
    transition: all ease-in-out .4s;
    z-index: -1;
    transform: scale(0) translateX(-50%);
    border-radius: 100%;
    transform-origin: left center;
    bottom: -20px;
    left: 50%;
}

.owc-sec .owc-grid .elementor-widget-wrap:hover::before{
	transform: scale(100) translateX(-50%);
}
.owc-sec .owc-grid .elementor-widget-wrap:hover h4, .owc-sec .owc-grid .elementor-widget-wrap:hover p{
	color:#000;
	transition: all ease-in-out .5s;
}


.lams-sec2 .four-hover-block a{
	height:300px !important;
	cursor: context-menu;
}
.ent-mo-tab-sec .four-hover-block a{
	height:350px !important;
	cursor: context-menu;
}

/*============ dedicated team engagement =============*/

.tec-logo-sec ul{
	padding:0px;
	    width: 100%;
	margin:0px;
	gap: 20px;
	display: flex;
    flex-wrap: wrap;
/* 	justify-content: center; */
}
.tec-logo-sec ul li{
	list-style:none;
	width:48%;
	text-align:center;
}
.tec-logo-sec ul li a {
    display: flex;
    gap: 20px;
    background-color: #f7f7f7;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
	 padding: 15px;
}
.tec-logo-sec ul li p{
/* 	margin-bottom: 35px !important; */
	font-family: "Roboto", Sans-serif;
	font-size: 18px;
	line-height:1.5;
	font-weight: 400;
	color:#323232;
}
/* .tec-logo-sec ul li img{
	padding-bottom:20px;
} */
.dte-fp-sec .ent-item > .elementor-element-populated{
	padding: 32px 50px 40px 32px !important;
}
.dte-fp-sec .ent-item.full > .elementor-element-populated{
	padding:0px !important;
}

/* .tec-logo-sec ul li:hover p{
	color:#FF6900;
} */

/*=================== nopcommerce page ===============*/

.np-sec-5grid .elementor-widget-container{
	min-height:266px;
}

/*=================== ai-consulting-services===========*/

.acs-sec2 .s-te-twe-content-left, .acs-sec2 .s-te-twe-content-right{
	width:100% !important;
}
.acs-sec2 .s-te-twe-content-right ul{
	padding-left:20px;
}
.acs-sec2 .s-te-twe-content-right ul li{
	width:100%;
}

/*===================== FAQ Page ========================*/

.faq-table table td{
	padding: 12px 10px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 16px;
    display: table-cell;
    line-height: 18px;
    text-align: left;
}
.faq-table table {
	border-spacing: 0;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-collapse: separate;
    margin-bottom: 1.5em;
}
.faq-table table tbody tr:nth-child(even) {
    background: #f4f5fa;
}


.cc-tab-sec .s-te-twe-content-right ul li{
	width:100% !important;
}

.data-analytics-services-hide-link .arrow-btn{
	display:none;
}


.home_contactform .wpcf7-response-output, .elementor-posts-nothing-found{
	color:#dc3232 !important;
}

.video-play-icon{
	display:none;
}

.tes-bottom-left{
	display:none;
}

.job-pos-grid .elementor-widget-theme-post-excerpt{
	min-height:136px;
}

.swiper-re-bottom-sec .re-user{
	display:none;
}

.page-id-18367 .get-touch-view{
	display:none;
}

.header-main-sec .header-bottom-sec.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #2d4ba3;
	
}

.two-block-sec{
	padding:10px 0 0;
	display:flex;
	flex-wrap:wrap;
	margin:0 -16px;
}
.two-block-sec .block-item{
	width:50%;
	padding:0 16px;
}
.two-block-sec .block-image{
	position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 66.5%;
    border-radius: 0px;
	margin-bottom: 32px;
}
.two-block-sec .block-image .thumbnail{
	position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.two-block-sec .block-image .thumbnail img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: auto;
}
.two-block-sec .block-des{
	border-top:4px solid #223D8A;
	position:relative;
}
.two-block-sec .block-des h3{
	padding-top:15px;
	color: #000000;
    font-family: "IBM Plex Sans", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
	padding-bottom:15px;
}
.two-block-sec .block-des span{
	color: #323232;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
}
.two-block-sec .block-des h5{
	padding:30px 0 20px 0;
	color: #323232;
   	font-family: "Roboto", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
	margin:0px;
}
.two-block-sec .block-des p{
	font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
	color:#323232;
	padding-bottom:60px;
	border-bottom:1px solid #C4C4C4;
}
.two-block-sec .arrow-btn{
	border-width: 1px 1px 0 1px 
}


/*============= home about sec============*/

.h-about-sec{
	display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
}
.h-about-sec .h-about-item {
    width: 50%;
    padding: 0 13px;
    margin: 13px 0;
}
.h-about-sec .h-about-inner {
    border: 1px solid #d9d9d9;
    padding: 33px;
    border-radius: 15px;
	min-height: 100%;
	transition: 0.3s;
}
.h-about-sec .h-about-inner:hover{
	border:1px solid #FF6800;
	background-color:#FF6800;
	box-shadow:-webkit-box-shadow: 0px 4px 9px 3px rgba(108,108,108,0.25);
-moz-box-shadow: 0px 4px 9px 3px rgba(108,108,108,0.25);
box-shadow: 0px 4px 9px 3px rgba(108,108,108,0.25);
	transform: rotate(-5deg);
}
.h-about-sec .h-about-inner h3{
	color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
	line-height:1.3em;
	font-weight: 600;
	padding-bottom:18px;
	margin-top:5px;
	transition: 0.3s;
}
.h-about-sec .h-about-inner p{
	color: #323232;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
	line-height:1.3em;
	font-weight: 400;
	transition: 0.3s;
}

.h-about-sec .h-about-inner:hover h3, .h-about-sec .h-about-inner:hover p{
	color:#fff;
}
.h-about-sec .h-about-inner:hover .icon svg path{
	fill:#fff;
}

.cus-stack-det .elementor-image-gallery .gallery-columns-4{
	grid-template-columns: repeat(5, 1fr);
}
.cus-stack-det .elementor-image-gallery .gallery-columns-4 .gallery-item{
	max-width: 100% !important;
}
.cus-stack-det .gallery-item{
	border:1px solid #efefef;
	box-shadow: 0 12px 20px 0 rgba(0, 0, 0, .05);
	border-radius:8px;
}

.cus-stack-det .gallery-item{
    border:1px solid #efefef;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, .05);
    border-radius:8px;
}

.industries-tab-sec .nav-pills {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    width: calc(100% - 18px);
	margin: 0;
    padding: 0 0 20px;
}
.industries-tab-sec .nav-pills .nav-item {
    white-space: nowrap;
	list-style:none;
}
.industries-tab-sec .nav-pills .nav-item .nav-link {
    padding: 10px 35px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    background-color: #ffffff;
    border: 1px solid #E0E0E0;
    cursor: pointer;
}
.industries-tab-sec .nav-pills .nav-item .nav-link.active:hover,
.industries-tab-sec .nav-pills .nav-item .active {
    background-color: #FF6900;
    color: #ffffff;
}
.industries-tab-sec .nav-pills .nav-item .nav-link:hover {
    background-color: #F8F8F8;
}
.industries-tab-sec .nav-pills .nav-item .nav-link img{
	margin-bottom:15px;
	filter: brightness(0.1);
}
.industries-tab-sec .nav-pills .nav-item .nav-link:hover img{
	filter: brightness(0.1);
}
.industries-tab-sec .nav-pills .nav-item .nav-link.active:hover {
	filter: brightness(1);
}
.industries-tab-sec .nav-pills .nav-item .active img{
	filter: brightness(1);
}
.industries-tab-sec .industies-tab-item {
	border-radius: 8px;
    background: #ffffff;
    padding: 30px 20px;
    border: 1px solid #E0E0E0;
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, .1);
}
.industries-tab-sec .industies-tab-item .ind-tab-inner{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.industries-tab-sec .industies-tab-item .ind-tab-inner .ind-img{
	width:40%;
    padding: 0 12px;
}
.industries-tab-sec .industies-tab-item .ind-tab-inner .ind-des-right{
	width:60%;
    padding: 0 12px;
}
.industries-tab-sec .industies-tab-item .ind-tab-inner .ind-img img {
  width: 100%;
}
.industries-tab-sec .industies-tab-item .ind-tab-inner .ind-des-right p{
	color: #2B2B2B;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
	padding-bottom:20px;
    text-align: center;
}
.industries-tab-sec .industies-tab-item .ind-tab-inner .ind-des-right a {
	display: flex;
    align-items: center;
    gap: 8px;
    color: #FF6900;
    font-weight: 700;
    justify-content: center;
}
.industries-tab-sec .industies-tab-item .ind-tab-inner .ind-des-right a img {
    width: 15px;
}

.process-content-wrap:before,
.development-data-wrap .elementor-icon-box-wrapper:before {
  content: '';
position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 10px;
    height: 100px;
    background-color: #ff6900;
    opacity: 0.5;
    z-index: 0;
    transition: all 0.6s;
}
.process-content-wrap:hover:before,
.development-data-wrap .elementor-icon-box-wrapper:hover:before{
    width: 100%;
    height: 100%;
    transform: none;
    border: 0;
    border-radius: 0;
    opacity: 1;
    z-index: -1;
}
.process-content-wrap >.elementor-container {
  flex-direction: column;
  margin: 0 !important;
}
.process-content-wrap >.elementor-container >.elementor-column  {
  width: 100% !important;
} 
.process-content-wrap >.elementor-container >.elementor-column .title-wrap,
.process-content-wrap >.elementor-container >.elementor-column .icon-wrap {
  width: auto;
}

.process-content-wrap {
  position: relative;
    margin-top: 30px;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 20px;
    overflow: hidden;
    max-height: calc(100% - 30px);
    box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.1), 0px 4px 4px rgba(0, 0, 0, 0.1);
    z-index: 10;
}
.process-content-wrap >.elementor-container >.elementor-column .img-title-wrap .elementor-widget-wrap{
  padding: inherit;
}
.process-content-wrap >.elementor-container >.elementor-column .img-title-wrap .icon-wrap {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    padding: 8px;
    background-color: #ff6900;
    justify-content: center;
    align-items: center;
  margin-right: 15px;
}
.process-content-wrap:hover >.elementor-container >.elementor-column .img-title-wrap .icon-wrap {
  background-color: #fff;
}
.process-content-wrap >.elementor-container >.elementor-column .img-title-wrap .icon-wrap img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(109deg) brightness(97%) contrast(100%);
}
.process-content-wrap:hover >.elementor-container >.elementor-column .img-title-wrap .icon-wrap img {
      filter: brightness(0) saturate(100%) invert(55%) sepia(34%) saturate(7499%) hue-rotate(360deg) brightness(100%) contrast(107%);
}
.process-content-wrap >.elementor-container >.elementor-column .img-title-wrap .icon-wrap .elementor-widget-wrap  {
  padding: 0;
}

.img-title-wrap .elementor-container  {
  margin: 0 !important;
  width: 100% !important;
  align-items: center;
}

.process-content-wrap >.elementor-container >.elementor-column .img-title-wrap .title-wrap .elementor-heading-title {
  color: #000000;
  transition: color 0.3s;
}
.process-content-wrap .process-pera {
  margin-top: 18px;
}
.process-content-wrap:hover >.elementor-container >.elementor-column .img-title-wrap .title-wrap .elementor-heading-title ,
.process-content-wrap:hover .process-pera p {
  color: #fff;
}

.process-content-wrap .process-pera p {
    margin-bottom: 20px !important;
    font-size: 17px;
    transition: color 0.3s;
}
.process-left-img-wrap {
  position: sticky;
    top: 90px;
    overflow: inherit;
    height: 100%;
}

.hire-section-left-content ul {
  margin: 0;
  list-style: none;
}
.hire-section-left-content ul li {
    list-style-type: none;
    margin-top: 30px;
    padding: 0 20px 0 30px;
    position: relative;
    line-height: 29px;
}
.hire-section-left-content ul li::before {
    content: "";
    clear: both;
    display: inline-block;
    background-color: #ff6900;
    border-radius: 50%;
    position: absolute;
    height: 9px;
    width: 9px;
    top: 8px;
    left: 4px;
    box-shadow: 0 0 0px transparent, 0 0 40px #ff6900, 0 0 20px #ff6900, 0 0 0px #ff6900, 0 0 0px #ff6900, 0 0 0px #ff6900, 0 0 50px #ff6900;
}
.hire-section-left-content ul li::after {
    content: "";
    display: inline-block;
    border: 1px #ff6900 solid;
    border-radius: 50%;
    width: 17.2px;
    height: 17px;
    position: absolute;
    top: 4px;
    left: 0;
}
/*================= Responsive Css =====================*/

@media (max-width: 1700px){
	
	.mid-menu > .elementor-element-populated{
		    justify-content: flex-end;
	}
	.our-expertise-left{
		padding: 80px 80px 0 250px;
	}
	.expertise-tab ul li a, .expertise-tab ul li a.active {
    	padding: 18px 0;
    	font-size: 28px;
    	line-height: 28px;
	}
	.ent-item-img-des{
		padding: 25px 50px 30px 25px;
	}
	.ent-item > .elementor-element-populated, .ent-item.col-32> .elementor-element-populated{
		padding: 25px 50px 30px 25px !important;
	}
	.ent-item-img-des ul li{
		padding-bottom:0px;
	}
	.ent-item-img-des-v{
		padding: 25px 20px 20px 20px;
	}
	.ent-col-des ul li{
		padding-bottom:2px;
	}
	.swiper-client-re .swiper-cr-inner::before{
		    width: 125px;
			height: 90px;
			background-size: 100%;
	}
	.industries_list ul.elementor-icon-list-items.elementor-inline-items li.elementor-icon-list-item.elementor-inline-item {
    	 margin-bottom: 10px;
	}
	.in_title h2{
		padding-right:0px;
	}
	.the-solution-sec h4{
		font-size:30px;
		padding-bottom: 20px;
		padding-left: 50px;
    	background-size: 35px;
	}
	.the-solution-sec p{
		font-size: 16px;
		padding-bottom: 20px;
	}
	.the-solution-sec ul{
		padding: 0px 0 0 0px;
	}
	.the-solution-sec ul li{
		font-size: 16px;
		background-position: left 1px;
	}
	.w-testimonial-item .client-text, .tes-bottom-right h3, .tes-bottom-right h5{
		font-size:26px;
	}
	.tes-bottom .tes-bottom-left{
		width:90px;
		height:90px;
	}
	.c-testimonial-sec::after, .c-testimonial-sec::before{
		width: 13.948vw;
    	height: 10.771vw;
	}
	.slider-1-orbie:before{
		top: -2.906vw;
		right: 5.844vw;
    	width: 12.292vw;
    	height: 5.708vw;
	}
	.contact-page-main .elementor-section.elementor-section-height-full{
		height: auto;
	}
	.custom-solution-main .custom-solution-left{
		padding: 20px 70px 40px 240px;
	}
	.custom-solution-main .custom-solution-left h1{
		font-size:78px;
	}
	.custom-tab-main ul li a, .custom-tab-main ul li a.active {
    	padding: 18px 0;
    	font-size: 28px;
    	line-height: 28px;
	}
	.custom-s-des-content h3{
		font-size:34px;
	}
	.custom-s-des-content p{
		font-size:22px;
	}
	.sidepanel-content{
		padding:100px 0;
	}
	
	.service-section-5 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-6 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-7 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-8 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-10 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-11 ul.elementor-icon-list-items li.elementor-icon-list-item{
		padding-bottom:20px !important;
	}
	
	.three-col-gray-box .gray-box div{
		padding:30px;
	}
	.s-t-sec4-grid h3.elementor-icon-box-title{
		margin-top:5px;
		padding-bottom:5px;
	}
	.service-template-sec4 .s-t-sec4-grid::before{
		left: 77px;
	}
	.service-template-sec5 .s-t-sec5-grid h3.elementor-icon-box-title{
		margin:0px;
		padding-bottom:5px;
	}
	.service-template-sec4 .s-t-sec4-grid .elementor-widget-icon .elementor-icon{
		min-width: 147px !important;
    	min-height: 96px;
	}
	.service-template-sec18 .slider-for .slick-prev{
		left: 6vw;
		top: -1.4vw;
	}
	.service-template-sec18 .slider-for .slick-next{
		right: 6vw;
    	top: -1.4vw;
	}
	.the-outcome-sec ul li{
		font-size:16px;
	}
	.the-challenge-des ul li{
		font-size:16px;
	}
}

@media (max-width: 1500px){
	.logo img{
		width:70%;
	}
	.our-expertise-left{
		padding: 60px 60px 200px 200px;
	}
	.expertise-tab ul li a, .expertise-tab ul li a.active {
    	font-size: 26px;
    	line-height: 26px;
	}
	.ent-item > .elementor-element-populated{
		padding: 26px 50px 32px 26px !important;
	}
	.ent-item-img-des{
		padding: 25px 50px 25px 26px;
	}
	.ent-item.col-32 > .elementor-element-populated{
		padding: 26px 50px 32px 26px !important;
	}
	.ent-item .elementor-widget-heading, .ent-item-img-des h3, .ent-item-img-des-v h3{
		margin-bottom:10px !important;
	}
	.industries_list ul.elementor-icon-list-items.elementor-inline-items li.elementor-icon-list-item.elementor-inline-item {
    margin-bottom: 6px;
	}
	.ent-box-container .ent-item-inner-img{
		margin-bottom:0px !important;
	}

	.r_btn .elementor-button.elementor-button-link {
		height: 42px;
		width: 42px;
	}	

	.r_btn .elementor-button.elementor-button-link span svg {
	   font-size: 16px;
	}	

	.elementor-element.in_title.elementor-widget.elementor-widget-heading {
		margin-bottom: 0;
	}	
	.title-arrow-btn{
		padding:8px 7px;
	}
	.leaders-popup{
		margin-top:50px;
	}
	.leaders-popup .leaders-des h2{
		font-size:26px;
	}
	.leaders-popup .leaders-des h2 img{
		width:16px;
	}
	.leaders-popup a.close-btn{
		top:55px;
	}
	.work-inner-main .work-list-right h2{
		font-size: 40px;
		padding-bottom: 25px;
	}
	.work-inner-main .work-list-right p{
		padding-bottom:25px;
		font-size:20px;
	}
	.work-inner-main{
		padding:80px 0;
	}
	.work-inner-main .work-list-right a, .work-inner-main.even .work-list-right a{
		padding: 12px 24px;
		font-size: 18px;
	}
	.the-solution-sec h4{
		font-size:26px;
		padding-bottom: 20px;
		padding-left: 40px;
    	background-size: 30px;
	}
	.the-solution-sec p{
		font-size: 16px;
		padding-bottom: 35px;
	}
	.the-solution-sec ul{
		padding: 0px 0 0 0px;
	}
	.the-solution-sec ul li{
		font-size: 16px;
		padding: 0px 0 15px 35px;
	}
	.w-testimonial-item .client-text, .tes-bottom-right h3, .tes-bottom-right h5{
		font-size:22px;
	}
	.tes-bottom .tes-bottom-left {
    	width: 80px;
    	height: 80px;
	}
	.c-testimonial-sec::after, .c-testimonial-sec::before {
    	width: 12.948vw;
    	height: 9.771vw;
	}
	.c-testimonial-sec::before{
		left: 6.417vw;
	}
	.c-testimonial-sec::after{
		right: 6.417vw;
	}
	.insight-title-left h2:before{
		height:4px;
		bottom: -5px;
	}
	.ins-slider-nav .elementor-swiper-button-prev{
		top: -21px !important;
    	padding: 11px 10px;
		right:50px !important;
	}
	.ins-slider-nav .elementor-swiper-button-next{
		top: -21px !important;
    	padding: 11px 10px;
	}
	.ins-slider-nav .elementor-swiper-button svg{
		width:20px !important;
		height:auto !important;
	}
	.blogs-list-sec .e-loop__load-more {
    	padding-bottom: 60px;
	}
	.e-load-more-pagination-end .e-loop__load-more{
		padding-top:106px;
	}
	.cat-inner-main select.cat-link, .cat-inner-main select.blog-type{
		padding: 10px 30px 10px 10px;
		font-size: 14px;
		background-position: center right 9px;
		background-size: 10px;
	}
	.cat-inner-main .cat-list {
    	padding: 0 8px;
	}
	.slider-1-orbie:before {
    	top: 10.906vw;
    	right: 5.844vw;
	}
	.swiper-client-re .swiper-re-bottom-sec .re-user{
		width:40px;
		height:40px;
	}
	.swiper-client-re .swiper-re-text{
		line-height:25px;
	}
	
	.post-term-cat ul li{
		font-size:16px;
		padding:10px 30px;
	}
	.author-sac .author-img {
    	width: 70px;
    	height: 70px;
	}
	.author-des h5{
		font-size:18px;
	}
	.author-des p{
		font-size:16px;
	}
	.post-date{
		padding-top:20px;
	}
	.details-content-class p, .details-content-class h6{
		font-size:20px;
	}
	.details-content-class h3{
		margin-top: 40px;
    	font-size: 34px;
		padding-bottom: 0px;
	}
	.details-content-class ul li{
		font-size:20px;
		padding: 8px 0 8px 34px;
	}
	.details-content-class blockquote p, .details-content-classs blockquote p{
		font-size: 20px;
	}
	.details-content-class blockquote::before, .details-content-classs blockquote::before{
		width: 135px;
	}
	.details-content-class blockquote, .details-content-classs blockquote{
		padding: 45px 30px 45px 160px !important;
	}
	.toc-sec li.elementor-toc__list-item:before{
		width: 20px;
    	height: 20px;
	}
	.toc-sec li.elementor-toc__list-item {
    	padding-left: 30px;
    	position: relative;
    	margin-bottom: 14px;
	}
	.post-date p, .post-date p span{
		font-size:18px;
	}
	.blog-detail-title-sec .elementor-container:before{
		bottom:-40px;
	}
	.webinar-speakar-main h2 {
		font-size: 32px;
	}
	.ent-item-img-des h3, .ent-item-img-des-v h3{
		font-size:17px;
	}
	.ent-item-img-des ul li, .ent-col-des ul li, .ent-item-img-des-v p, .ent-item-img-des{
		font-size:14px;
	}
	.career-detail-content-sec h3, .career-detail-content-sec h2{
    	font-size: 34px !important;
    }
	.career-detail-content-sec p, .career-detail-content-sec{
		font-size:20px;
	}
	.career-detail-content-sec ul li {
    	font-size: 20px;
    	padding: 8px 0 8px 34px;
	}
	.swiper-client-re .swiper-cr-inner::before {
    	width: 110px;
    	height: 80px;
	}
	.ins-grid-item .ins-grid-inner .ins-content h2{
		font-size: 18px;
    	line-height: 1.3em;
	}
	.insight-grid-main .ins-grid-item{
		margin-bottom:80px;
	}
	.work-inner-main .work-list-right.solutions-list-right a{
		font-size:18px !important;
		padding: 12px 14px 12px 14px !important;
	}
	.custom-solution-main .custom-solution-left h1{
		font-size: 70px;
    	line-height: 1.2em;
	}
	.custom-tab-main ul li a, .custom-tab-main ul li a.active {
    	font-size: 26px;
    	line-height: 26px;
	}	
	.custom-solution-main .custom-solution-left {
    	padding: 20px 50px 40px 200px;
	}
	.custom-s-des-content h3 {
    	font-size: 28px;
	}
	.custom-s-des-content p {
    	font-size: 20px;
	}
	.custom-s-des-content{
		min-height:350px;
	}
	.solution-ctc-left::before{
		left:-10px;
	}
	.f-l-grid-right-inner{
		padding: 58px 70px;
	}
	.f-l-grid-right-inner h3{
		font-size:36px;
	}
	.sidepanel-content{
		padding:90px 0;
	}
	.s-sec-1-blog .s-sec-1-blog-content h3{
		font-size:16px;
	}
	.s-sec-1-blog .s-sec-1-blog-item{
		padding:0 10px;
	}
	.s-sec-1-blog{
		margin:0 -10px;
	}
	.service-section-6 .sec-6-img .elementor-widget-image{
		padding-bottom: 89%;
	}
	.service-section-10 .sec-10-img .elementor-widget-image{
		padding-bottom: 91%;
	}
	.three-col-gray-box .gray-box div .box-tital{
		padding-bottom:20px;
	}
	.s-t-sec3-grid h3.elementor-icon-box-title{
		margin-top:0px;
	}
	.three-col-gray-box .gray-box div .box-tital{
		font-size: 20px;
	}
	.three-col-gray-box .gray-box div .box-text{
		font-size: 16px;
	}
	.service-template-sec12 .s-te-content-main .s-te-twe-content-left h3{
		font-size:26px;
	}
	.service-template-sec12 .s-te-twe-content-right ul{
		padding-left:45px;
	}
	.service-template-sec14 h4 span{
		font-size:24px;
	}
	.four-hover-block a p{
		font-size:16px;
	}
	.service-template-sec18 .slider-for .slick-prev{
		top: -1.6vw;
	}
	.service-template-sec18 .slider-for .slick-next{
    	top: -1.6vw;
	}
	.ind-ver-sec .ind-ver-sec-img.elementor-widget-image{
		padding-bottom: 67%;
	}
	.ent-mo-tab-sec .four-hover-block a{
		height:320px !important;
	}
}

@media (max-width: 1440px){
	.ent-item > .elementor-element-populated {
    	padding: 20px 40px 20px 20px !important;
	}
	.ent-item-img-des {
    	padding: 20px 40px 20px 20px;
	}
	.ent-item.col-32 > .elementor-element-populated {
    	padding: 20px 40px 20px 20px !important;
	}
	.ent-item-inner-img-v{
		width: 35% !important;
	}
	.ent-item-img-des-v {
    	padding: 20px 20px 20px 20px;
	}
	.ent-item-inner-img-v img{
		min-height: 200px;
	}
	.book-now-so-sec{
		margin-top: -70px !important;
	}
	.close-btn{
		height:50px !important;
		width:50px !important;
	}
	.close-btn span{
		top: 35px;
    	right: 9px
	}
	.sidepanel-left h3{
		font-size:30px;
	}
	.s-t-sec4-grid .elementor-element-populated{
		padding: 40px 30px 80px 100px !important;
	}
	.service-template-sec4 .s-t-sec4-grid::before {
    	left: 67px;
	}
	.service-template-sec4 .s-t-sec4-grid .elementor-icon-wrapper svg{
		width:40px;
	}
	.service-template-sec4 .s-t-sec4-grid .elementor-widget-icon .elementor-icon {
    	min-width: 140px !important;
    	min-height: 89px;
	}
	.service-template-sec4 .s-t-sec4-grid .elementor-heading-title {
    	font-size: 90px !important;
	}
	.elementor-nav-menu a {
    	padding: 13px 10px!important;
	}
	.dte-fp-sec .ent-item > .elementor-element-populated {
    	padding: 20px 40px 20px 20px !important;
	}
	.two-block-sec .block-des h3{
		font-size: 20px;
		padding-top:10px;
		padding-bottom:10px;
		margin-top:15px;
	}
	.two-block-sec .block-des p{
		padding-bottom: 40px;
	}
}


@media (max-width: 1366px){
	.testimonial-section::before{
		height:170px;
	}
	.f-contact-form textarea {
    	height: 100px !important;
		min-height:100px !important;
	}
	.workcattab .tabworklinks{
		font-size: 18px;
	}
	.work-inner-main {
    	padding: 60px 0;
	}
	.work-inner-main .work-list-right h2 {
    	font-size: 34px;
    	padding-bottom: 20px;
	}
	.work-inner-main .work-list-right p {
    	padding-bottom: 20px;
		font-size:18px;
	}
	.swiper-client-re .swiper-re-bottom-sec .re-user-name{
		font-size:18px;
		padding:0 10px;
	}
	.ent-item-img-des {
    	padding: 20px 50px 20px 26px;
	}
	.author-sac .author-img {
    	width: 60px;
    	height: 60px;
	}
	.details-content-class p, .details-content-class h6 {
    	font-size: 18px;
	}
	.details-content-class h3 {
    	margin-top: 20px;
    	font-size: 30px;
    }
	.details-content-class ul {
    	margin: 0px 0 10px;
    	padding: 0px;
	}
	.details-content-class ul li {
    	font-size: 18px;
    	padding: 5px 0 5px 28px;
		background-size: 20px;
		background-position: left 8px;
	}
	.details-content-class blockquote::before {
    	width: 100px;
		background-size: 40px;
	}
	.details-content-class blockquote {
    	padding: 45px 30px 45px 120px !important;
	}
	.details-content-class blockquote p {
    	font-size: 18px;
	}
	.wbinar-speakar-grid .speakar-des h4{
		font-size:20px;
	}
	.webinar-speakar-main h2{
		font-size:28px;
	}
	.career-detail-content-sec h3, .career-detail-content-sec h2{
    	font-size: 30px !important;
    }
	.career-detail-content-sec p, .career-detail-content-sec{
		font-size:18px;
	}
	.career-detail-content-sec ul{
		margin:0px;
	}
	.career-detail-content-sec ul li {
    	font-size: 18px;
		padding: 5px 0 5px 28px;
		background-size: 20px;
		background-position: left 8px;
	}
	.contact-form-right .f-contact-form input[type="text"], .contact-form-right .f-contact-form input[type="email"], .contact-form-right .f-contact-form input[type="tel"], .contact-form-right .f-contact-form select, .contact-form-right .f-contact-form textarea{
		padding: 10px 15px;
	}
	.contact-left-sec .elementor-icon-box-content {
    	padding-left: 10px;
	}
	.custom-solution-main .custom-solution-left {
    	padding: 20px 50px 40px 150px;
	}
	.custom-solution-main .custom-solution-left h1 {
    	font-size: 65px;
    	line-height: 1.2em;
    	padding-bottom: 15px;
	}
	.custom-s-des-content{
		    padding: 40px;
	}
	.custom-s-des-content h3 {
    	font-size: 24px;
	}
	.custom-s-des-content p {
    	font-size: 16px;
	}
	.book-now-so-sec{
		margin-top: -85px !important;
	}
	.service-section-1 .elementor-icon-box-icon, .service-section-2 .elementor-icon-box-icon, .service-section-3 .elementor-icon-box-icon, .service-section-5 .elementor-icon-box-icon, .service-section-11 .elementor-icon-box-icon{
		padding:8px;
	}
	.s-sec-1-blog .s-sec-1-blog-content h3{
		font-size:14px;
	}
	.s-sec-1-blog .s-sec-1-blog-content{
		padding: 10px 40px 10px 15px;
	}
	.s-sec-1-blog .s-sec-1-blog-content a {
    	padding: 7px 8px;
	}
	.s-sec-1-blog .s-sec-1-blog-content a svg{
		width:20px;
	}
	.service-template-sec18 .slider-for .slick-prev{
		left: 7vw;
		top: -1.7vw;
	}
	.service-template-sec18 .slider-for .slick-next{
		right: 7vw;
    	top: -1.7vw;
	}
	.ind-ver-sec .ind-ver-sec-img.elementor-widget-image {
	    padding-bottom: 76%;
	}
}

@media (max-width:1199px) {
	.r_btn .elementor-button.elementor-button-link {
    	height: 42px;
    	width: 42px;
    	top: -38px;
    	right: 0;
	}
	.leaders-popup{
		min-height: 338px;
	}
	.f-contact-form ul{
		margin:0 -10px;
	}
	.service-template-sec18 .slider-for .slick-prev {
    	left: 7vw;
    	top: -2vw;
	}
	.service-template-sec18 .slider-for .slick-next {
    	right: 7vw;
    	top: -2vw;
	}
	.read-more-content {
    	min-height: 100px;
	}
}

@media (max-width: 1180px){
	.our-expertise-left {
    	padding: 50px 30px 150px 50px;
	}
	.our-expertise-left{
		width:35% !important;
	}
	.our-expertise-right{
		width:65% !important;
	}
	.expertise-tab ul li a, .expertise-tab ul li a.active {
    	font-size: 20px;
    	line-height: 20px;
		padding:10px 0;
	}
	.expertise-tab ul li a.active::before, .expertise-tab ul li a:hover::before{
		height:2px;
	}
	.ex-title{
		margin-bottom:10px !important;
	}
	.ent-item > .elementor-element-populated, .ent-item.col-32 > .elementor-element-populated, .ent-item-img-des{
    	padding: 15px 20px 20px 15px !important;
	}
	.ent-item-img-des-v{
		padding: 15px 30px 20px 15px
	}
	.book-now-so-sec{
		margin-top: -40px !important;
	}
	.service-section-5 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-6 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-7 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-8 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-10 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-11 ul.elementor-icon-list-items li.elementor-icon-list-item{
		padding-bottom:15px !important;
	}
	.ent-mo-tab-sec .four-hover-block a{
		height:350px !important;
	}
	.np-sec-5grid .elementor-widget-container {
    	min-height: 180px;
	}
}

@media (max-width: 1024px){
	.ent-item-img-des h3, .ent-item-img-des-v h3{
		font-size: 16px;
	}
	.ent-item-img-des ul li, .ent-item-img-des-v p, .ent-col-des ul li, .ent-item-img-des, .ent-item-img-des-v {
		font-size:14px;
	}
	.swiper-client-re .swiper-cr-inner::before {
		width: 90px;
		height: 64px;
		right: 25px;
	}
	.work-post-img img{
		width:100%;
	}
	.leadership-img img{
		width:100%;
	}
	.company-add h6, .company-add a, .company-add p, .contact-mail a{
		font-size:9px;
		line-height:1.3;
	}
	.arrow-btn{
		padding:6px;
	}
	.workcattab .tabworklinks{
		font-size: 16px;
		padding: 0 10px 11px;
	}
	.the-challenge-des p{
		padding-right:0px;
	}
	.the-challenge-des ul{
		padding: 10px 25px;
	}
	.the-challenge-des ul li {
    	background-size: 18px;
	}
	.the-solution-sec h4 {
    	font-size: 22px;
    	padding-bottom: 15px;
    	padding-left: 30px;
    	background-size: 22px;
	}
	.the-solution-sec p {
    	font-size: 16px;
    	padding-bottom: 30px;
	}
	.the-solution-sec ul li {
    	font-size: 16px;
	}
	.ins-slider-nav .elementor-swiper-button-prev{
		top: -21px !important;
    	padding: 9px 8px;
		right:40px !important;
	}
	.ins-slider-nav .elementor-swiper-button-next{
		top: -21px !important;
    	padding: 9px 8px;
	}
	.ins-slider-nav .elementor-swiper-button svg{
		width:11px !important;
		height:auto !important;
	}
	.cat-inner-main select.cat-link, .cat-inner-main select.blog-type{
		padding: 8px 25px 8px 8px;
		font-size: 12px;
		background-position: center right 9px;
		background-size: 9px;
		min-width:175px;
	}
	.slider-1-orbie:before{
		top:1.906vw;
		right:5.844vw;
	}
	.swiper-client-re .swiper-re-text{
		font-size:14px;
		line-height:1.6em;
	}
	.swiper-client-re .swiper-re-bottom-sec .re-user-name {
    	font-size: 16px;
	}
	.post-term-cat ul li {
    	font-size: 14px;
    	padding: 8px 24px;
	}
	.author-sac .author-img {
    	width: 50px;
   	 	height: 50px;
	}
	.author-des h5 {
    	font-size: 16px;
	}
	.author-des p {
    	font-size: 14px;
	}
	.post-date p, .post-date p span {
    	font-size: 16px;
	}
	.details-content-class p, .details-content-class h6 {
    	font-size: 16px;
	}
	.details-content-class h3 {
    	margin-top: 15px;
    	font-size: 26px;
	}
	.details-content-class ul li {
    	font-size: 16px;
    	padding: 5px 0 5px 25px;
    	background-size: 16px;
    	background-position: left 8px;
	}
	.details-content-class blockquote p {
    	font-size: 16px;
	}
	.details-content-class blockquote::before {
    	width: 70px;
    	background-size: 26px;
	}	
	.details-content-class blockquote {
    	padding: 30px 30px 30px 100px !important;
	}
	.toc-sec{
		padding:15px;
	}
	.webinar-speakar-main h2 {
    	font-size: 24px;
	}
	.wbinar-speakar-grid .speakar-des h4 {
    	font-size: 18px;
		padding-bottom: 5px;
	}
	.wbinar-speakar-grid .speakar-des h6{
		font-size:16px;
		padding-bottom: 5px;
	}
	.wbinar-speakar-grid .speakar-des p{
		font-size:16px;
	}
	.wbinar-speakar-grid .speakar-des{
		padding-left:20px;
	}
	.career-detail-content-sec h3, .career-detail-content-sec h2{
    	font-size: 26px !important;
    }
	.career-detail-content-sec p, .career-detail-content-sec{
		font-size:16px;
	}
	.career-detail-content-sec ul{
		margin:0px;
	}
	.career-detail-content-sec ul li {
    	font-size: 16px;
		padding: 5px 0 5px 25px;
		background-size: 16px;
		background-position: left 8px;
	}
	.swiper-client-re .swiper-cr-item .swiper-cr-inner{
		padding:25px;
	}
	.contact-form-right ul li:nth-child(8), .contact-form-right ul li:nth-child(9){
		width:100%;
	}
	.contact-form-right .wpcf7-submit{
		float:left;
	}
	.insight-grid-main .ins-grid-item{
		margin-bottom:60px;
	}
	.s-video-sec:before{
		display:none;
	}
	.custom-solution-main .custom-solution-left{
		padding: 20px 40px 40px 70px;
	}
	.custom-solution-main .custom-solution-left h1{
		font-size:50px;
	}
	.custom-tab-main ul li a, .custom-tab-main ul li a.active{
		font-size: 20px;
    	line-height: 20px;
    	padding: 10px 0;
	}
	.custom-s-des-content h3 {
    	font-size: 20px;
		padding-bottom:15px;
	}
	.custom-s-des-content p {
    	font-size: 16px;
	}
	.custom-s-des-content {
    	min-height: 300px;
		padding: 30px;
	}
	.solution-ctc-left::before {
    	left: 0;
	}
	.f-l-grid-right-inner {
    	padding: 40px 30px;
	}
	.f-l-grid-right-inner h3 {
    	font-size: 26px;
	}
	.f-l-grid-right-inner a{
		padding: 10px 28px;
	}
	.service-section-6 .sec-6-img .elementor-widget-image {
    	padding-bottom: 168%;
	}
	.service-section-10 .sec-10-img .elementor-widget-image {
    	padding-bottom: 185%;
	}
	.service-section-1 .sec-1-img .elementor-widget-image, .service-section-2 .sec-2-img .elementor-widget-image, .service-section-5 .sec-5-img .elementor-widget-image{
		width:100%;
	}
	.service-section-1 .sec-1-right-content-box, .service-section-2 .sec-2-right-content-box, .service-section-5 .sec-5-right-content-box, .service-section-6 .service-section-6-blog, .service-section-10 .service-section-10-blog{
		top:0;
		transform:none;
		position:static !important;
	}
	.service-section-6 .s-sec-1-blog-item, .service-section-10 .s-sec-1-blog-item{
		width:100%;
	}
	.service-section-6 .s-sec-1-blog-item:nth-child(2), .service-section-10 .s-sec-1-blog-item:nth-child(2){
		display:none;
	}
	.three-col-gray-box .gray-box div {
    	padding: 20px;
	}
	.three-col-gray-box{
		margin-right: -10px;
    	margin-left: -10px;
	}
	.three-col-gray-box .gray-box{
		padding-right: 10px;
    	padding-left: 10px;
    	padding-bottom: 20px;
	}
	.service-template-sec4 .s-t-sec4-grid .elementor-widget-icon .elementor-icon {
    	min-width: 110px !important;
    	min-height: 79px;
	}
	.service-template-sec4 .s-t-sec4-grid .elementor-icon-wrapper svg {
    	width: 30px;
    	height: auto;
	}
	.service-template-sec4 .s-t-sec4-grid::before{
		left: 60px;
		width: 5.75vw;
	}
	.service-template-sec4 .s-t-sec4-grid .elementor-heading-title {
    	font-size: 80px !important;
	}
	.s-t-sec4-grid .elementor-element-populated {
    	padding: 30px 10px 70px 93px !important;
	}
	.service-template-sec5 .s-t-sec5-grid-main{
		width:50% !important;
	}
	.service-template-sec6 .s-t-sec6-grid {
    	padding: 0 10px;
	}
	.service-template-sec11 .s-t-sec11-grid{
		padding:0 10px;
	}
	.service-template-sec12 .title-arrow-btn{
		right:10px;
	}
	.service-template-sec12 .s-te-twe-content-right ul {
    	padding-left: 30px;
	}
	.three-hover-block-inside{
		padding: 20px 20px 45px;
	}
	.service-template-sec18 .slider-for .slick-next {
    	right: 7vw;
    	top: -2.3vw;
	}
	.service-template-sec18 .slider-for .slick-prev {
    	left: 7vw;
    	top: -2.3vw;
	}
	.service-template-sec18 .slick-slide h3{
		font-size:18px;
	}
	.service-template-sec18 .eighteen-content-main .eighteen-content-left h4{
		font-size:20px;
		padding-bottom:10px;
	}
	.service-template-sec18 .eighteen-content-main .eighteen-content-left p{
		font-size:16px;
	}
	.ind-ver-sec .ind-ver-sec-img.elementor-widget-image {
    	padding-bottom: 60%;
	}
	.thank-u-text br{
		display:none;
	}
	.two-block-sec .block-des h3 {
        font-size: 18px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 15px;
    }
	.swiper-client-re .slick-arrow{
/* 		top: -9%; */
		width: 20px;
    	height: 20px;
	}
	.swiper-client-re .slick-prev.slick-arrow {
    	right: 35px;
	}	
}

@media (max-width: 991px){
	.our-exp-title-main h2{
		font-size:32px !important;
	}
	.our-expertise-left {
    	padding: 50px 15px 150px 30px;
	}
	.expertise-tab ul li a, .expertise-tab ul li a.active{
		font-size: 18px;
	}
	.ent-box-container .elementor-column.elementor-col-50, .ent-box-container .elementor-column.elementor-col-100{
		width:100% !important;
		margin-bottom:10px;
	}
	.ent-item-inner-img, .ent-item-img-des{
	    width: 100% !important;
	}	
	.ent-box-container{
		padding-top:0px !important;
	}
	.home_contactform .wpcf7-submit{
		width:140px !important;
	}
	.footer-list-part {
    	width: 33.333% !important;
	}
	.leaders-popup .leaders-des h2 {
    	font-size: 22px;
    	padding-bottom: 10px;
    	line-height: 1.1;
	}
	.leaders-popup .leaders-des h6{
		font-size:16px;
		padding-bottom:10px;
	}
	.leaders-popup .leaders-des p{
		font-size:14px;
		padding-right: 0;
		line-height:1.4em
	}
	.leaders-popup .leaders-des{
		padding-left:20px;
	}
	.leaders-popup .leaders-img{
		width:30%;
	}
	.leaders-popup .leaders-des{
		width:70%;
	}
	.leaders-popup {
    	min-height: 270px;
	}
	.work-inner-main {
    	padding: 50px 0;
	}
	.work-inner-main .work-list-right h2 {
    	font-size: 24px;
    	padding-bottom: 15px;
	}
	.work-inner-main .work-list-right p {
    	padding-bottom: 15px;
		font-size:16px;
	}
	.work-inner-main.odd .work-list-right{
		padding-left:30px;
	}
	.work-inner-main.even .work-list-right {
    	padding-right: 30px;
	}
	.work-inner-main .work-list-right a, .work-inner-main.even .work-list-right a {
    	padding: 10px 20px;
    	font-size: 16px;
	}
	.custom-btn a.elementor-button-link::before{
		right:45px;
	}
	.industry-grid-main{
		margin:0 -7px;
	}
	.industry-grid-main .industry-grid-item{
		padding:0 7px;
	}
	.outcome-grid-box-inner{
		padding: 15px
	}
	.outcome-icon {
    	padding-bottom: 10px;
	}
	.outcome-icon img{
		width:40px;
		height:auto;
	}
	.outcome-grid-sec .outcome-grid-box{
		padding: 0 6px;
    	margin-bottom: 12px;
	}
	.outcome-grid-sec .outcome-grid-box:nth-child(2) {
    	margin-top: 30px !important;
	}
	.outcome-grid-sec .outcome-grid-box:nth-child(3) {
    	margin-top: -30px !important;
	}
	.w-testimonial-item .client-text, .tes-bottom-right h3, .tes-bottom-right h5 {
    	font-size: 18px;
		letter-spacing: 0.2px;
	}
	.tes-bottom{
		padding-top:30px;
	}
	.tes-bottom .tes-bottom-left {
    	width: 60px;
    	height: 60px;
	}
	.wbinar-speakar-grid .speakar-des{
		width:80%;
	}
	.wbinar-speakar-grid .speakar-img{
		width:20%;
	}
	.wbinar-speakar-grid .speaker-grid-inner{
		padding:10px;
	}
	.careers-values-sec .elementor-widget-image img{
		max-width: 60px !important;
	}
	.careers-values-sec p{
		font-size:16px !important;
		line-height:1.4em !important;
	}
	.careers-values-sec .elementor-widget-heading{
		margin-bottom:10px !important;
	}
	.slider-1-orbie:before {
    	top: -4.094vw;
   	 	right: 5.844vw;
	}
	.insight-grid-main .ins-grid-item{
		width:50%;
	}
	.insight-grid-main .ins-grid-item{
		margin-bottom:50px;
	}
	.blogs-list-sec .e-loop__load-more a.elementor-button-link{
		padding: 10px 20px;
    	font-size: 14px;
	}
	.work-inner-main .work-list-right.solutions-list-right a{
		padding: 10px 12px 10px 12px !important;
		font-size:14px !important;
		border-radius:4px !important;
	}
	.work-inner-main .work-list-right.solutions-list-right a svg{
		width:14px;
		height:auto;
	}
	.work-inner-main .work-list-right.solutions-list-right a span{
		padding-right:20px;
	}
	.work-inner-main .work-list-right.solutions-list-right a::before{
		right: 38px;
	}
	.book-now-so-sec h3{
		font-size:18px !important;
	}
	.custom-solution-main .custom-solution-left{
		padding: 20px 30px 40px 30px;
	}
	.f-l-grid-right-inner p {
    	min-height: auto;
    	padding-bottom: 16px;
	}
	.f-l-grid-right-inner {
    	padding: 25px 20px;
	}
	.f-l-grid-right-inner h3 {
    	font-size: 22px;
	}
	.f-l-grid-right-inner p{
		font-size:14px;
	}
	.f-l-grid-right-inner a{
		padding:8px 20px;
		font-size:14px;
	}
	.future-logistic-tab-main ul{
		margin: 0 -7px !important;
	}
	.future-logistic-tab-main ul li{
		padding:0 7px;
	}
	.future-logistic-tab-main ul li a{
		font-size:14px;
	}
	.service-template-sec4 .s-t-sec4-grid{
		width:50% !important;
	}
	.service-template-sec4 .s-t-sec4-grid::before {
    	left: 64px;
    	width: 9.75vw;
	}
	.service-template-sec18 .slider-nav{
		 width: 100%;
	}
	.service-template-sec18 .slider-for .slick-prev {
    	left: 0vw;
    	top: -3vw;
	}
	.service-template-sec18 .slider-for .slick-next {
    	right: 0vw;
    	top: -3vw;
	}
	.service-template-sec18 .eighteen-content-main .eighteen-content-left{
		right:20px;
	}
	.three-hover-block {
    	width: 50%;
	}
	.dte-fp-sec .ent-item > .elementor-element-populated {
    	padding: 15px 20px 15px 15px !important;
	}
	.tec-logo-sec ul li p{
		font-size:14px;
	}
	.ent-item>.elementor-element-populated, .ent-item.col-32>.elementor-element-populated, .ent-item-img-des {
    	padding: 15px 33px 20px 15px!important;
	}
	.s-t-14-grid h4.elementor-heading-title{
		min-height:39px;
	}
	.two-block-sec{
		margin: 0 -10px;
	}
	.two-block-sec .block-item{
		padding: 0 10px;
	}
}

@media (max-width: 767px){
	.left-ads-toggle {
    	display: none !important;
	}
	.header-top-right .elementor-element-populated{
		justify-content: center;
	}
	.top-call-veiw .elementor-icon-box-icon, .top-mail-ico .elementor-icon-box-icon{
		margin-right:5px !important;
		display: flex !important;
		margin-bottom: 0px !important;
	}
	.header-top-right .elementor-element-populated .top-mail-ico{
		padding-right:0px;
	}
	.section-title h2::before, .section-title-white h2::before{
		top:35px;
	}
	.home .elementor-1186 .elementor-element.elementor-element-5e592a49 .elementor-heading-title{
		max-width:100%;
	}
	.inq h6{
		padding-bottom:5px;
	}
	.f-contact-form ul li{
		width:100%;
		margin-bottom:12px;
	}
	.home_contactform .wpcf7-submit{
		padding: 10px 20px !important;
    	width: auto !important;
		margin: 0 auto;
		display: block;
		float: none !important;
		margin-top: 15px;
	}
	.footer-list-part {
    	width: 100% !important;
	}
	.f-contact-form input[type="text"], .f-contact-form input[type="email"], .f-contact-form select, .f-contact-form textarea, .f-contact-form input[type="tel"]{
		padding: 10px 15px !important;
		font-size:14px;
	}
	::placeholder {
		color: #828282 !important;
	}
	.f-contact-form .wpcf7-list-item-label{
		font-size:14px;
	}
	.our-exp-title-main h2 {
    	font-size: 22px !important;
	}
	.r_btn .elementor-button.elementor-button-link {
  		top: -49px;
	}
	.client_logo {
    	margin-left: 0;
	}
	.in_title h2{
		padding-right: 50px;
	}
	.title-arrow-btn{
		right:0px;
	}
	.title-arrow-btn svg{
		width:15px;
	}
	.title-arrow-btn {
    	padding: 3px 7px;
	}
	.leaders-popup{
		min-height:423px;
		flex-wrap: wrap;
	}
	.leaders-popup .leaders-img{
		width: 70%;
    	margin: 0 auto;
	}
	.leaders-popup .leaders-des{
		width:100%;
		padding-left:0px;
		padding-top: 20px;
	}
	.leaders-popup .leaders-des h2 {
    	font-size: 20px;
	}	
	.leaders-popup a.close-btn {
    	top: 47px;
    	right: 5px;
	}
	.leaders-popup{
		margin-top:30px;
	}
	.workcattab .tabworklinks {
    	font-size: 14px;
    	padding: 0 8px 11px;
	}
	.breadcrumbs, .breadcrumbs a{
		font-size: 14px;
	}
	.the-solution-sec h4 {
    	font-size: 18px;
    	padding-bottom: 10px;
    	padding-left: 25px;
    	background-size: 18px;
	}
	.insight-title-left h2:before{
		height:3px;
		bottom: -4px;
	}
	.ins-slider-nav .elementor-swiper-button-prev{
		top: -19px !important;
    	padding: 9px 8px;
		right:40px !important;
	}
	.ins-slider-nav .elementor-swiper-button-next{
		top: -19px !important;
    	padding: 9px 8px;
	}
	.ins-slider-nav svg{
		width:12px !important;
		height:auto !important;
	}
	.cat-inner-main select.cat-link{
		min-width:100px;
	}
	.cat-inner-main{
		justify-content: flex-start;
		margin: 0 -5px;
	}
	.cat-inner-main .cat-list {
    	padding: 0 5px;
	}
	.b24-widget-button-position-bottom-right {
    	right: 20px !important;
    	bottom: 20px !important;
	}
	.post-term-cat ul li {
    	font-size: 12px;
    	padding: 8px 20px;
	}
	.author-sac .author-img {
    	width: 40px;
    	height: 40px;
	}
	.post-date {
    	padding-top: 10px;
	}
	.post-date p, .post-date p span{
		font-size:14px;
	}
	.blog-detail-title-sec .elementor-container:before {
    	bottom: -20px;
	}
	.details-content-class h3 {
    	margin-top: 10px;
    	font-size: 20px;
	}
	.details-content-class blockquote {
    	padding: 15px 15px 15px 57px !important;
	}
	.details-content-class blockquote::before {
    	width: 40px;
    	background-size: 16px;
	}
	.Contact-form-single input[type="email"]{
		padding:10px 15px;
	}
	.career-detail-content-sec h3, .career-detail-content-sec h2{
    	font-size: 20px !important;
		padding-bottom: 0;
    }
	.career-detail-content-sec ul{
		margin:0px;
	}
	.f-contact-form ul li .wpcf7-submit {
		padding: 10px 20px !important;
		width: auto !important;
		margin: 0 auto;
		display: block;
		float: none !important;
		margin-top: 15px;
		}
	.page-id-7 .elementor-location-footer{
		position:static;
	}
	.elementor-7 .elementor-element.elementor-element-1487888 .elementor-icon-box-wrapper{
		align-items:center;
	}
	.insight-grid-main .ins-grid-item{
		width:100%;
	}
	.insight-grid-main .ins-grid-item{
		margin-bottom:26px;
	}
	.industry-grid-main{
		margin:0px;
	}
	.industry-grid-main .industry-grid-item {
    	padding: 0;
	}
	.solution-ctc-left {
    	padding-left: 10px;
	}	
	.solution-ctc-left::before {
    	left: -10px;
	}
	.s-sec-1-blog .s-sec-1-blog-item{
		width: 100%;
    	margin-bottom: 15px;
	}
	.service-section-1 .sec-1-img .elementor-widget-image, .service-section-2 .sec-2-img .elementor-widget-image, .service-section-3 .sec-3-img .elementor-widget-image, .service-section-5 .sec-5-img .elementor-widget-image{
		padding-bottom: 56%;
	}
	.service-section-5 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-6 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-7 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-8 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-10 ul.elementor-icon-list-items li.elementor-icon-list-item, .service-section-11 ul.elementor-icon-list-items li.elementor-icon-list-item{
		width:100%;
		padding:0px;
	}
	.service-section-6 .sec-6-img .elementor-widget-image, .service-section-10 .sec-10-img .elementor-widget-image{
    	padding-bottom: 60%;
	}
	.service-section-6 ul.elementor-icon-list-items, .service-section-7 ul.elementor-icon-list-items, .service-section-10 ul.elementor-icon-list-items, .service-section-11 ul.elementor-icon-list-items{
		margin:0px;
	}
	.service-section-7 .title-arrow-btn, .service-section-8 .title-arrow-btn, .service-section-9 .title-arrow-btn{
    	right: 0 !important;
	}
	.service-section-7 .sec-7-img .elementor-widget-image, .service-section-8 .sec-8-img .elementor-widget-image{
		width:100%;
		padding-bottom:56%;
	}
	.service-section-7 .sec-7-right-content-box{
		position:static !important;
		top:0 !important;
		transform:none !important;
	}
	.service-section-8::before, .service-section-9::before{
		width: 100%;
    	height: 37%;
    	top: inherit;
    	bottom: 0 !important;
	}
	.three-col-gray-box .gray-box{
		width:50%;
	}
	.service-template-sec3 .elementor-icon-box-icon{
		padding:8px;
		display: flex !important;
	}
	.service-template-sec12 .s-te-content-main .s-te-twe-content-left{
		width:100%;
		padding-bottom:20px;
	}
	.service-template-sec12 .s-te-content-main .s-te-twe-content-right{
		width:100%;
	}
	.three-hover-block{
		width:50%;
	}
	.seventysec-inner-block ul li{
		padding-bottom:10px;
	}
	.service-template-sec19 .s-t-19-grid .elementor-widget-image{
		margin-bottom:15px;
	}
	.service-template-sec18 .eighteen-content-main.slick-slide{
		flex-wrap:wrap;
	}
	.service-template-sec18 .eighteen-content-main .eighteen-content-left {
    	width: 100%;
    	padding-right: 0px;
		padding-bottom:15px;
	}
	.service-template-sec18 .eighteen-content-main .eighteen-content-right{
		width:100%;
	}
	.service-template-sec18 .eighteen-content-main.slick-slide{
		padding-top:30px;
	}
	.tec-logo-sec ul li{
		width:25%;
	}
	.tec-logo-sec ul li img {
    	padding-bottom: 15px;
	}
	.four-hover-block .cursordefault{
		min-height:280px;
	}
	.feedback-form h2{
		padding-bottom:10px;
		font-size:16px;
	}
	.the-challenge-des ul {
    	margin: 25px 0 0 0;
    	padding: 0;
	}
	.the-challenge-des ul li{
		width:100%;
		margin: 0 0 15px;
	}
	.service-template-sec13 .ent-item{
		padding-bottom:10px;
	}
}

@media (max-width: 590px){
	.our-expertise-left {
    	width: 100% !important;
	}
	.our-expertise-right {
    	width: 100% !important;
	}
	.our-exp-title-main br{
		display:none;
	}
	.our-expertise-left {
    	padding: 50px 0px 20px 0px;
	}
	.expertise-tab ul li a, .expertise-tab ul li a.active{
		padding: 6px 0;
	}
	.ent-item .elementor-button-icon svg, .arrow-btn svg {
		width:15px;
	}
	.ent-item-img-des ul li{
		width:100%;
	}
	.work-inner-main {
    	padding:30px 0;
	}
	.work-inner-main .work-img{
		width:100%;
		margin-bottom:20px;
	}
	.work-inner-main .work-list-right{
		width:100%;
	}
	.work-inner-main.odd .work-list-right{
		padding-left:0px;
	}
	.work-inner-main .work-list-right h2{
		font-size:18px;
	}
	.work-inner-main .work-list-right a, .work-inner-main.even .work-list-right a {
    	padding: 8px 16px;
    	font-size: 14px;
    	border-radius: 6px;
	}
	.custom-btn a.elementor-button-link::before{
		right:36px;
	}
	.outcome-grid-sec .outcome-grid-box{
		width:100%;
	}
	.outcome-grid-sec .outcome-grid-box:nth-child(2) {
    	margin-top: 0px !important;
	}
	.outcome-grid-sec .outcome-grid-box:nth-child(3) {
    	margin-top: 0px !important;
	}
	.outcome-grid-sec .outcome-grid-box:nth-child(5) {
    	margin-top: 0px !important;
	}
	.outcome-grid-sec{
		margin:0px;
	}
	.c-testimonial-sec::before {
    	left: 5vw;
	}
	.c-testimonial-sec::after{
		right:5vw;
	}
	.w-testimonial-item .client-text, .tes-bottom-right h3, .tes-bottom-right h5 {
    	font-size: 15px;
	}
	.tes-bottom .tes-bottom-left{
		width:40px;
		height:40px;
	}
	.tes-bottom-right{
		padding-left:10px;
	}
	.w-client-testimonial:hover .video-play-icon svg{
		width:20px;
	}
	.slider-1-orbie:before{
		top:13vw;
		right:5.844vw;
		width: 24.292vw;
   	 	height: 11.708vw;
    	background-repeat: no-repeat;
	}
	.expertise-tab{
		height: 31px;
    	overflow: hidden;
	}
	.expertise-tab ul{
		display: flex;
    	overflow-x: auto;
	}
	.expertise-tab ul li{
		flex: 1;
	}
	.expertise-tab ul li a{
		white-space: nowrap;
    	padding: 5px 10px 5px !important;
		font-size:16px;
	}
	.wbinar-speakar-grid .speaker-grid-inner {
    	padding: 15px;
    	display: block;
	}
	.wbinar-speakar-grid .speakar-img {
    	width: 100%;
		margin-bottom:20px;
	}
	.wbinar-speakar-grid .speakar-des {
    	width: 100%;
		padding-left:0px;
	}
	.wbinar-speakar-grid .speakar-img .thumbnail_container{
		padding-bottom: 124.7%;
	}
	.careers-values-sec .elementor-widget-heading{
		margin-bottom:10px !important;
	}
	.cat-inner-main{
		flex-wrap:wrap;
	}
	.cat-inner-main .cat-list{
		width:100%;
		margin-bottom:5px;
	}
	.cat-inner-main select.cat-link, .cat-inner-main select.blog-type{
		min-width:100%;
	}
	
	.custom-tab-main {
    	height: 31px;
    	overflow: hidden;
	}
	.custom-tab-main ul {
    	display: flex;
    	overflow-x: auto;
	}
	.custom-tab-main ul li {
    	flex: 1;
	}
	.custom-tab-main ul li a, .custom-tab-main ul li a.active {
    	white-space: nowrap;
    	padding: 5px 10px 5px !important;
    	font-size: 16px;
	}
	.custom-solution-main .custom-solution-left{
		width:100%;
	}
	.custom-solution-main .custom-solution-left h1 {
    	font-size: 24px;
    	text-align: center;
	}
	.custom-solution-main .custom-solution-left{
		padding:20px 20px 20px;
	}
	.custom-solution-main .custom-solution-right{
		width:100%;
	}
	.custom-s-des-content{
		padding:20px;
	}
	.custom-s-des-content h3{
		font-size:20px;
	}
	.future-logistic-grid-sec .f-l-grid-left{
		width:100%;
	}
	.future-logistic-grid-sec .f-l-grid-right{
		width:100%;
	}
	.future-logistic-tab-main{
		padding-bottom:20px;
	}
	.f-l-grid-right-inner{
		position:static;
		transform:translate(0 , 0);
	}
	.future-logistic-grid-sec .f-l-grid-left{
		padding-bottom:60%;
	}
	.f-l-grid-right-inner h3 {
    	font-size: 18px;
	}
	.three-col-gray-box .gray-box{
		width:100%;
	}
	.service-template-sec4 .s-t-sec4-grid{
		width:100% !important;
	}
	.service-template-sec4 .s-t-sec4-grid::before {
    	left: 64px;
    	width: 9.75vw;
	}
	.service-template-sec5 .s-t-sec5-grid-main {
    	width: 100% !important;
	}
	.service-template-sec5 .elementor-icon-box-icon{
		display:flex !important;
	}
	.service-template-sec6 .elementor-inner-section .elementor-column-gap-default{
		margin:0px;
	}
	.service-template-sec6 .s-t-sec6-grid{
		padding:0px;
	}
	.service-template-sec7 .s-t-sec7-grid{
		width:50%;
	}
	.book-now-so-sec {
    	margin-top: -40px !important;
	}
	.service-template-sec11 .elementor-inner-section .elementor-column-gap-default{
		margin:0px;
	}
	.service-template-sec11 .s-t-sec11-grid {
    	padding: 0px;
	}
	.service-template-sec12 .s-te-twe-content-right ul{
		padding-left:30px;
	}
	.service-template-sec12 .s-te-twe-content-right ul li{
		width:100%;
	}
	
	.three-hover-block{
		width:100%;
		padding: 0 15px 20px;
	}
	.seventysec-inner-block {
    	padding-right: 0;
    	width: 100%;
	}
	.service-template-sec18 .slider-for .slick-prev {
    	left: 0vw;
    	top: -4.8vw;
		width: 20px;
    	background-size: 100%;
	}
	.service-template-sec18 .slider-for .slick-next {
    	right: 0vw;
    	top: -8.2vw;
		width: 20px;
    	background-size: 100%;
	}
	.ent-mo-tab-sec .four-hover-block a {
    	height: 310px !important;
	}
	.tec-logo-sec ul li{
		width:33.333%;
	}
	.industries_list ul.elementor-icon-list-items.elementor-inline-items li.elementor-icon-list-item.elementor-inline-item {
    	width: calc(100% - 16px);
    	margin-bottom: 15px;
	}
	.feedback-page-main fieldset{
		padding:0px !important;
	}
	.company-add h6, .company-add a, .company-add p, .contact-mail a {
    	font-size: 14px;
    	line-height: 1.4;
	}
	.h-about-sec .h-about-item{
		width: 100%;
		text-align: center;
	}
	    .h-about-sec .h-about-inner {
        padding: 20px;
    }
	.two-block-sec .block-item{
		width:100%;
		padding: 0 0 20px;
	}
	.two-block-sec .block-image{
		margin-bottom:15px;
	}
	.two-block-sec {
        margin: 0;
    }

}

