/*!
Theme Name: solcoders
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: solcoders
Tags: custom-background, custom-logo, custom-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.

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

@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

ul,
ol {
	margin: 0 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:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

/*
 * Custom CSS
 * */
.marketplace-logos .e-con-inner > .elementor-element:first-child img,
.marketplace-logos .e-con-inner > .elementor-element:nth-child(2) img{
    width: 140px;
}

.marketplace-logos .e-con-inner > .elementor-element:nth-child(3) img{
	width: 195px;
}

.marketplace-logos .e-con-inner > .elementor-element:last-child img{
	width: 175px;
}

.marketplace-logos .e-con-inner {
    width: 970px !important;
    max-width: 100% !important;
}

.gradient-bg .e-con-inner{
	background: linear-gradient(180deg, #F3060A 14%, #9A0406 67.5%, #8D0306 100%);
	padding: 0px 34px !important;
}

.gradient-icon-box h3{
	margin: 0px;
}

.gradient-heading{
	background: linear-gradient(180deg, #F3060A 14%, #9A0406 67.5%, #8D0306 100%);
	min-height: 48px;
}

.gradient-heading .elementor-widget-container {
    display: flex;
    align-items: center;
}

.gradient-icon-box span.elementor-icon {
    background-color: #ffffff;
    padding: 5px;
    border-radius: 2px;
}

.gradient-bullets ul {
    margin: 0;
    padding-left: 20px;
}

/*
 * Careers Form
 * */

.careers-form {}

.careers-form .form-row {
    width: 100%;
    display: flex;
}

.careers-form .form-col {
    width: 100%;
}

.careers-form .field-styles{
    width: 100%;
    border: none;
    border-bottom: 1px solid #737B7D;
    border-radius: 0;
    padding: 0px 16px 6px;
    font-size: 16px;
    font-weight: 400;
	margin-bottom: 48px;
	letter-spacing: 0.5px;
	color: #383C3E;
	outline: none;
}

.careers-form .field-styles::placeholder{
	color: #8E8E8E;
}

.careers-form .codedropz-upload-inner h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 14px;
    color: #8E8E8E;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.careers-form .codedropz-upload-container {
    height: 104px;
}

.careers-submit input {
    width: 100%;
    height: 54px !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    font-size: 14px !important;
}

nav#site-navigation .mega-hide-sub-menu-on-mobile > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
    top: 100% !important;
    margin: 0px !important;
	display: flex !important;
}

nav#site-navigation li.mega-menu-row .navbar-sidebar-slider ul.mega-sub-menu {
    height: 100% !important;
    display: flex !important;
    align-items: center;
	margin: 0px !important;
}

.custom-app-carousel .swiper-slide-next{
	margin: 36px 30px 0px;
}

.custom-app-carousel .swiper-wrapper {
    left: -30px;
}

.custom-app-carousel .swiper-pagination .swiper-pagination-bullet {
    background: none;
    border: 1px solid #CBD5E0;
    opacity: 1;
}

.custom-app-carousel span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: linear-gradient(225deg, #F3060A 0%, #16205F 100%);
    width: 18px !important;
    height: 18px !important;
    top: 3px !important;
    position: relative;
}

.custom-app-carousel .swiper-pagination {
    bottom: -20px !important;
}

.real-time-content ul{
	margin-left: 30px;
}

.body-gradient-text{
	background: linear-gradient(268.91deg, #16205F 27.67%, #F3060A 70.85%);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

header.page-header.four-zero-four-header {
    height: 430px;
    padding: 50px;
    text-align: center;
    background-image: linear-gradient(180deg, #F3060A 0%, #8D0306 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Albert Sans", sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #FFFFFF;
}

header.page-header.four-zero-four-header{
	position: relative;
}

header.page-header.four-zero-four-header canvas.particles-js-canvas-el {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

section.error-404.not-found .page-content p{
    font-family: "Afacad", Sans-serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 80px;
    text-align: center;
    background: linear-gradient(268.91deg, #16205F 20.88%, #F3060A 97.83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    padding: 100px 20px;
}

.career-item h2 {
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    margin: 0px;
}

.career-item .learn-more {
    background-color: transparent;
    font-family: "Afacad", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    background-image: linear-gradient(90deg, #F3060A 0%, #9A0406 120%);
    border-radius: 6px 6px 6px 6px;
    padding: 20px 40px 20px 40px;
    display: flex;
    align-items: center;
    gap: 5px;
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    color: #ffffff;
}

.career-item svg{
	width: 20px;
	height: 20px;
	fill: #ffffff;
}

.career-item .learn-more:hover{
	background-color: transparent;
    background-image: linear-gradient(90deg, #F3060A 0%, #16205F 100%);
}

.career-listing .career-item {
    display: flex;
    gap: var(--row-gap) var(--column-gap);
    flex-flow: column;
	margin-bottom: 20px;
}
.career-tags {
    margin: 0px !important;
    display: flex;
    align-items: center;
    gap: 0px 16px;
}
.career-tags span.c-tag {
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    transition: color 0.3s;
    padding: 5px 15px;
    border: 2px solid #000000;
    border-radius: 50px;
}
.careers-desc {
    text-align: left;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
    margin-top: 10px;
}
.dynamic-careers-title .elementor-shortcode {
    font-family: "Afacad", Sans-serif;
    font-size: 54px;
    font-weight: 400;
    line-height: 60px;
    color: #ffffff;
}
.short-careers-contents h2 {
    background: linear-gradient(180deg, #F3060A 14%, #9A0406 67.5%, #8D0306 100%);
    min-height: 48px;
    padding: 0px 35px 0px 35px;
    display: flex;
    align-items: center;
    margin: 0px;
    font-family: "Figtree", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
}
.short-careers-contents p {
    font-family: "Figtree", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    padding: 0px 35px;
}
.short-careers-contents ul {
	margin: 20px 0px;
    padding: 0px 35px 0px 55px;
}
.short-careers-contents ul li{
	font-family: "Figtree", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}


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

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

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

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

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

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

header#masthead {
   
    margin: auto;
    padding: 15px 20px;
	position: fixed;
    top: 0;
    width: 100%;
    right: 0;
    left: 0;
    background: #ffffff;
    z-index: 11112;
}

header#masthead .container {
    max-width: 95%;
    margin: auto;
     display: flex;
    align-items: center;
    flex-wrap: wrap;
}

header#masthead .site-branding {
    flex-basis: 50%;
}

header#masthead nav#site-navigation {
    flex-basis: 50%;
}

ul.max-mega-menu {
    display: flex !important;!i;!;
    justify-content: flex-end;
    align-items: center;
    gap: 0 30px;
}

ul.max-mega-menu li.contact-us-btn {
    background: #F3060A !important;!i;!;
    padding: 3px 2px !important;!i;!;
    border-radius: 6px !important;!i;!;
	background-color: transparent !important;
    background-image: linear-gradient(90deg, #F3060A 0%, #9A0406 120%) !important;
}

ul.max-mega-menu li.contact-us-btn a.mega-menu-link {
    color: #ffffff !important;!i;!;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-weight: 500 !important;!i;!;
}

ul.max-mega-menu li.contact-us-btn:hover {
    background-image: linear-gradient(90deg, #F3060A 0%, #16205F 100%) !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-family: "Afacad", sans-serif !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-family: "Afacad", sans-serif;
    font-weight: 500;
}

footer#colophon {
    background: #011431;
}

.site-info {
    max-width: 95%;
    margin: auto;
    padding: 50px 20px;
}

.site-info .row {
    display: flex;
    flex-wrap: wrap;
}

.site-info .row .col {
    flex-basis: 30%;
	padding-right: 40px;
}

.site-info .row .col.main-area {
    flex-basis: 70%;
	padding: 0;
}

img.footer-logo {
    max-width: 240px;
}

.site-info .row .col p {
    margin: 0;
    color: #ffffff;
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 160%;
}

.site-info .row .col ul.social {
    display: flex;
    margin: 0;
    margin-top: 30px;
    gap: 0 20px;
    padding: 0;
}

.site-info .row .col ul.social li {
    list-style: none;
}

.site-info .row .col.main-area .row-col {
    display: flex;
    flex-wrap: wrap;
}

.site-info .row .col.main-area .row-col ul {
    padding: 0;
    margin: 0;
}

.site-info .row .col.main-area .row-col h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 172%;
    letter-spacing: 0px;
    color: #F3060A;
}

.site-info .row .col.main-area .row-col .row-col-col {
    flex-basis: 25%;
}

.site-info .row .col.main-area .row-col .row-col-col img {
    width: 100%;
}

.site-info .row .col.main-area .row-col ul li {
    list-style: none;
    padding-bottom: 15px;
}

.site-info .row .col.main-area .row-col ul li a {
    color: #ffffff;
    text-decoration: none;
    font-family: Afacad;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0px;
}

.site-info .row .col.main-area .row-col .row-col-col:nth-child(1) {
    flex-basis: 18%;
}

.site-info .row .col.main-area .row-col .row-col-col:nth-child(2) {
    flex-basis: 25%;
}

.site-info .row .col.main-area .row-col .row-col-col:nth-child(3) {
    flex-basis: 25%;
}

.site-info .row .col.main-area .row-col .row-col-col:nth-child(4) {
    flex-basis: 32%;
}

.site-info .row .col.main-area .row-col ul.contact-us li a {
    display: flex;
    gap: 0 10px;
}

.site-info .row .col.main-area .row-col ul.contact-us li a img {
    max-width: 30px;
}

.site-info .row .col.main-area .row-col .row-col-col .pakistan-flag {
    display: flex;
	clear: both;
    gap: 0 15px;
	align-items: center;
}

.site-info .row .col.main-area .row-col .row-col-col .pakistan-flag img {
    max-width: 40px;
}

.site-info .row .col.main-area .row-col .row-col-col p {
    display: block;
    margin: 0;
    margin-top: 20px;
}

.site-info .row .col.main-area .row-col .row-col-col .pakistan-flag span {
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    line-height: 175%;
    letter-spacing: 0px;
    color: #ffffff;
}

.site-info .row .col.main-area .row-col .row-col-col p a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0px;
    color: #ffffff;
    text-decoration: none;
}

section.lower-footer {
    background: #F3060A;
}

section.lower-footer p {
    margin: 0;
    padding: 30px 20px;
    text-align: center;
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 172%;
    letter-spacing: 0px;
    color: #ffffff;
}

.slider-images-col:after {
    content: "";
    display: block;
    position: absolute;
    background: url('/wp-content/uploads/2025/04/hero-circle.7152e804c0ed45a9e27bb30dfe8037e2.svg_.png');
    background-position: center;
    right: -26px;
    top: -35px;
    width: 100px;
    height: 100px;
    z-index: -1;
	animation: rotateCircle 5s linear infinite;
}

@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/*
.main-heading-gradient h2 {
    background: linear-gradient(268.91deg, #16205F 20.88%, #F3060A 97.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for Firefox */
  color: transparent;
}*/

.valuable-client-heading h2{
	background: linear-gradient(90.71deg, #F3060A 34.33%, #060336 79.82%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text; /* for Firefox */
	color: transparent;
}

/*.valuable-client-heading2 h2{
	background: linear-gradient(268.91deg, #16205F 20.88%, #F3060A 97.83%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text; /* for Firefox 
	color: transparent;
}*/

.testimonial-slider {
	margin: 0 auto;
padding: 40px 0;
}

.testimonial-slide {
padding: 20px 15px;
background: #ffffff;
border-radius: 10px;
transition: transform 0.3s ease;
margin: 0 25px;
}

.testimonial-slide img {
width: 60px;
}

.slick-current.testimonial-slide {
background: #fff;
box-shadow: 0 10px 20px rgb(0 0 0 / 30%);
transform: translate(0px, 50px);
}

.slick-track{
overflow: auto;
padding-bottom:150px;
}

.gradient-border {
position: relative;
width: 60px;
height: 60px;
border-radius: 50%;
display: inline-block;
}

/* .gradient-border::before {
content: "";
position: absolute;
top: -1px;
left: -1px;
right: -1px;
bottom: -1px;
z-index: 1;
background: linear-gradient(225deg, #16205F 35.05%, #F3060A 94.55%);
border-radius: 50%;
} */

.gradient-border img {
position: relative;
z-index: 2;
width: 100%;
/* height: 100% !important;
object-fit: cover; */
border-radius: 0% !important;
background: white;
margin:auto;
padding:5px;
}
  
.testimonial-slide h3 {font-family: 'Poppins';font-weight: 600;font-size: 24px;line-height: 137%;color: #2D3748;margin: 20px 0;}

.testimonial-slide p {
    font-family: 'Poppins';
    font-size: 16px;
    color: #718096;
    line-height: 26px;
}
  

.testimonial-slide.slick-current h3 {
    background: linear-gradient(90.71deg, #F3060A 34.33%, #060336 79.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.testimonial-slide.slick-current p{
    color:#060336;
}

ul.slick-dots {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    gap: 0 10px;
}

ul.slick-dots li {
    list-style: none;
}

ul.slick-dots li button {
    background: transparent;
    padding: 8px;
    font-size: 0;
    border-radius: 50%;
}

ul.slick-dots li.slick-active button {
    background: linear-gradient(225deg, #F3060A 0%, #16205F 100%);
}

span.gradient-span {
    background: linear-gradient(90.71deg, #F3060A 34.33%, #060336 79.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.seperator-gradient span.elementor-divider-separator {
    border: 2px solid;
    border-image-source: linear-gradient(268.91deg, #16205F 20.88%, #F3060A 97.83%);
    border-image-slice: 1;
}

.connect-col {
    position: absolute;
    right: 0;
    width: 60%;
    border-radius: 30px;
}

.wpcf7-form  .contact-form-row {
    display: flex;
    flex-wrap: wrap;
}

.wpcf7-form .contact-form-row p {
    flex-basis: 50%;
    padding:0 10px;
    margin:0;
    margin-bottom: 30px;
}

.wpcf7-form .contact-form-row p input {
    width: 100%;
    height: 40px;
    border-radius: 10px;
}

.wpcf7-form p label {
    font-family: 'Poppins';
    font-weight: 600;
    color: #ffffff;
}

.wpcf7-form p textarea {
    width: 100%;
    height: 40px;
	padding:16px;
    border-radius: 10px;
}

.wpcf7-form p {
    padding:0 10px;
    margin: 0;
    margin-bottom: 30px;
}

.wpcf7-form p span.wpcf7-list-item.first.last {
    margin: 0;
    display: flex;
    align-items: center;
}

.wpcf7-form p span.wpcf7-list-item.first.last input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.wpcf7-form p input.wpcf7-submit {
    height: 40px;
    background: linear-gradient(90deg, #F3060A 0%, #9A0406 99.6%);
    border: none;
    color: #ffffff;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    padding: 10px 40px;
    border-radius: 10px;
}

.wpcf7-form p:nth-child(6) {
    margin: 0;
}

.contact-us-section .e-con-inner {
    position: relative;
}

.connect-col {
    position: absolute !important;
    right: 0;
    width: 60% !important;
    top: 30px;
}
/* 
.amazing-team-heading h2{
	background: linear-gradient(268.91deg, #16205F 20.88%, #F3060A 97.83%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text; /* for Firefox 
	color: transparent;
}
*/

header.entry-header {
    display: none;
}

aside#secondary {
    display: none;
}

.team-image-hover:hover img {
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg ) !important;
}

.team-image-hover:hover .our-team-images img {
    border-color:#F3060A !important;
}

.job-list-item span {
    padding: 5px 15px;
    border: 2px solid #000000;
    border-radius: 50px;
}

a.custom-logo-link img.custom-logo {
    max-width: 130px;
}

.min-client-width-heading .elementor-widget-container {
    max-width: max-content;
    margin: auto;
    padding: 0 10px;
}

.join-our-team-heading h2:before {
    display: block;
    content: "";
    background: url('/wp-content/uploads/2025/05/Group.png');
    width: 50px;
    height: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -25px;
    left: 30%;
}

.join-our-team-heading h2 {
    position: relative;
    max-width: max-content;
    margin: auto;
}

button.slick-prev.slick-arrow:before {
    content: "\21FD";
	display:none;
    font-size: 30px;
    color: #ffffff;
    line-height: 10px;
}

button.slick-prev.slick-arrow {
    font-size: 0;
    padding: 15px 10px 15px;
    border-radius: 50px;
   /* background: linear-gradient(225deg, #F3060A 0%, #16205F 100%); */
    border: none;
    position: absolute;
    top: 232px;
    z-index: 11111;
    left: 20px;
	cursor: pointer;
	display: none !important;
}

button.slick-next.slick-arrow:before {
    content: "\21FE";
	display:none;
    font-size: 30px;
    color: #ffffff;
    line-height: 10px;
}

button.slick-next.slick-arrow {
    font-size: 0;
    padding: 15px 10px 15px;
    border-radius: 50px;
      /* background: linear-gradient(225deg, #F3060A 0%, #16205F 100%); */
    border: none;
    position: absolute;
    top: 232px
    z-index: 11111;
    right: 40px;
	cursor: pointer;
display: none !important;
}

button.slick-arrow:hover {
    background: #000000;
}

main#primary {
    margin-top: 100px;
}

.show-for-all-efects {
    max-width: 1080px;
    margin: auto !important;
}

.mega-menu-item-13 ul.mega-sub-menu {
    padding: 30px !important;
    margin-top: 15px !important;
}

/* .mega-menu-item-13 ul.mega-sub-menu li {
    width: 20% !important;
} */

.mega-menu-item-13 ul.mega-sub-menu li ul.mega-sub-menu {
    padding: 0 !important;
    margin-top: 15px !important;
}

/* .mega-menu-item-13 ul.mega-sub-menu li ul.mega-sub-menu li {
    width: 100% !important;
} */

.mega-menu-item-13 ul.mega-sub-menu {
    background: url(/wp-content/uploads/2025/05/Rectangle-335-1.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
	display: flex;
}

.mega-menu-item-13 ul.mega-sub-menu li ul {
    background: transparent !important;
	display: block !important;
}

.mega-menu-item-13 ul.mega-sub-menu li.mega-menu-item-has-children a {
    color: #ffffff !important;
    font-family: "Afacad", Sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}

.mega-menu-item-13 ul.mega-sub-menu li.mega-menu-item-has-children li.mega-menu-item-object-custom a {
    font-size: 18px !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
}

.navbar-sidebar-slider a.mega-menu-btn-link {
    margin: 10px auto 0 !important;
    text-align: center;
    padding: 0px 10px;
    background: linear-gradient(180deg, #F3060A 14%, #9A0406 67.5%, #8D0306 100%);
    box-shadow: 0px 4px 4px 0px #00000040;
    color: #ffffff !important;
    border-radius: 6px !important;
    font-family: "Afacad", sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    height: 33.5px;
    display: flex !important;!i;!;
    align-items: center;
    justify-content: center;
    width: 127.5px;
}

a.mega-menu-btn-link:hover {
    background-image: linear-gradient(90deg, #F3060A 0%, #16205F 100%) !important;
}

#mega-menu-525-0 ul.mega-sub-menu {
    padding: 30px !important;
    margin-top: 15px !important;
}

#mega-menu-525-0 ul.mega-sub-menu li {
    width: 20% !important;
}

#mega-menu-525-0 ul.mega-sub-menu li.mega-menu-columns-9-of-12{
	width:80% !important;
}

#mega-menu-525-0 ul.mega-sub-menu li ul.mega-sub-menu {
    padding: 0 !important;
    margin-top: 15px !important;
}

#mega-menu-525-0 ul.mega-sub-menu li ul.mega-sub-menu li {
    width: 100% !important;
}

#mega-menu-item-525 ul.mega-sub-menu {
    background: url(/wp-content/uploads/2025/05/Rectangle-335-1.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
	display: flex;
}

#mega-menu-525-0 ul.mega-sub-menu{
	background:unset !important;
}

#mega-menu-525-0 ul.mega-sub-menu li ul {
    background: transparent !important;
	display: block !important;
}

#mega-menu-525-0 ul.mega-sub-menu a {
    color: #ffffff !important;
    font-family: "Afacad", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

#mega-menu-525-0 ul.mega-sub-menu a {
    font-size: 20px !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
}

#mega-menu-525-0 ul.mega-sub-menu li ul.mega-sub-menu li {
    margin: 0 !important;
    padding: 0px 30px !important;
}

.mega-menu-item-525 ul.mega-sub-menu {
    background: transparent !important;
}

.rocket-iamge {
    z-index: -1;
    position: absolute !important;
    top: 35%;
    left: -5%;
}

.slider-main-wrapper .e-con-inner {
    position: relative;
}
     /*
span.valuable-client-text {
    background: linear-gradient(90.71deg, #F3060A 34.33%, #060336 79.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 700;
} */

.elementor-swiper-button.elementor-swiper-button-next {
    right: 21% !important;
    top: 45% !important;
}

.elementor-swiper-button.elementor-swiper-button-prev {
    left: 21% !important;
    top: 45% !important;
}

.navbar-sidebar-slider .slick-track {
    display: flex !important;
    padding-bottom: 0 !important;
}

/* .custom-html-widget img {
    max-width: 300px !important;
    display: block !important;
    margin: auto !important;
} */

.mega-menu-item-13 ul.mega-sub-menu li ul.mega-sub-menu:nth-child(1) {
    margin: 0 !important;
}

.navbar-sidebar-slider li.mega-menu-item {
    padding: 0 30px !important;
}

#mega-menu-13-0 ul.mega-sub-menu .mega-menu-column {
    width: 20% !important;
}

.mega-menu-item-13 ul.mega-sub-menu li.mega-menu-item-has-children li.mega-menu-item-object-custom a:hover {
    font-weight: 500 !important;
    text-decoration: underline !important;
}

#mega-menu-525-0 ul.mega-sub-menu a:hover {
    font-weight:500 !important;
    text-decoration:underline !important;
}

li.contact-us-btn:before {
    content: "" !important;
    display:block !important;
    z-index: -2;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    position: absolute;
    width: 99999px;
    height: 99999px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: conic-gradient(transparent, #ffffff, transparent 25%);
    animation: rotate 4s linear infinite;
}

li.contact-us-btn:after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 2px;
    top: 3px;
    width: calc(100% - 4px);
    height: calc(100% - 6px);
    background: #ee2737;
    border-radius: 4px;
}

li.contact-us-btn{
    position: relative !important;
    overflow: hidden !important;
    padding: 2px;
    color: #fff;
    z-index: 0;
    border-radius: 4px;
}

li.contact-us-btn a.mega-menu-link{
    border: none !important;
    color: #fff !important;
    transition: color .7s !important;
    width: auto !important;
    padding: 9px 20px !important;
    gap: 10px !important;
    border-radius: 4px !important;
    height: 48px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 3 !important;
    background-image: linear-gradient(90deg, #F3060A 0%, #9A0406 120%) !important;
}

ul.max-mega-menu li.contact-us-btn:hover a{
    background-image: linear-gradient(90deg, #F3060A 0%, #16205F 100%) !important;
}

@keyframes rotate {
    to {
        transform: translate(-50%,-50%) rotate(1turn)
    }
}

.product-slider-screen {
    position: absolute !important;
    max-width: 68% !important;
    left: -4px;
    right: 0px;
    top: 53px;
    margin: auto;
}

.mega-navbar-sidebar-slider {
    border-left: 1px solid #002966 !important;
}

.our-work-border-col{
    transition: all .5s ease;
    border: 3px solid;
    border-image: linear-gradient(268.91deg, #16205F 20.88%, #F3060A 97.83%) 1;
}

.our-work-border-col:hover:before {
    display: block;
    content: "";
    background: linear-gradient(180deg, #F3060A 0%, #8D0306 100%);
    opacity: .8;
    transition: all .5s ease;
}

.our-work-border-col .show-on-hover {
    opacity: 0;
    transition: all .5s ease;
}

.our-work-border-col:hover .show-on-hover {
    opacity: 1;
}

#mega-menu-13-0 ul.mega-sub-menu .mega-menu-column.col-number-1 {
    width: 21% !important;
}

#mega-menu-13-0 ul.mega-sub-menu .mega-menu-column.col-number-2 {
    width: 25% !important;
}

#mega-menu-13-0 ul.mega-sub-menu .mega-menu-column.col-number-3 {
    width: 17% !important;
}

#mega-menu-13-0 ul.mega-sub-menu .mega-menu-column.col-number-4 {
    width: 17% !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    max-width: 1920px;
    margin: auto;
}

span.star-2.dashicons.dashicons-star-empty {
    display: none;
}

.tss-wrapper .tss-layout3 .rating-wrapper, .tss-wrapper .tss-isotope1 .rating-wrapper, .tss-wrapper .tss-carousel3 .rating-wrapper {
    display: none !important;
}

h3.author-name {
    font-size: 40px !important;
    color: #000000 !important;
    font-family: 'Afacad' !important;
}

h4.author-bio {
    font-size: 16px !important;
    color: #000000 !important;
    font-family: "Albert Sans", sans-serif !important;
}

.tss-wrapper .tss-layout3 .item-content-wrapper, .tss-wrapper .tss-isotope1 .item-content-wrapper, .tss-wrapper .tss-video1 .item-content-wrapper, .tss-wrapper .tss-carousel3 .item-content-wrapper {
    background: transparent !important;
}

.tss-wrapper .tss-layout3 .item-content, .tss-wrapper .tss-isotope1 .item-content, .tss-wrapper .tss-carousel3 .item-content {
    font-style: normal !important;
    text-align: center !important;
    font-family: 'Afacad' !important;
    font-size: 24px !important;
    line-height: 32px !important;
}

.tss-wrapper .tss-layout3 .item-content-wrapper:before, .tss-wrapper .tss-isotope1 .item-content-wrapper:before, .tss-wrapper .tss-video1 .item-content-wrapper:before, .tss-wrapper .tss-carousel3 .item-content-wrapper:before {
    content: '' !important;
    background: url('/wp-content/uploads/2025/07/unnamed-file.png') !important;
    background-position: center;
    background-size: contain !important;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat !important;
    left: 40% !important;
    right: 0 !important;
    top: 5% !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li#mega-menu-item-525 > ul.mega-sub-menu {
    top: 63px;
}

/* #mega-menu-525-0 ul.mega-sub-menu li.mega-navbar-sidebar-slider {
	max-width: 300px !important;
	margin: auto !important;
}

li#mega-menu-item-525 ul.mega-sub-menu li ul.mega-sub-menu {
    padding: 10px 0 25px !important;
}

li#mega-menu-item-525 ul.mega-sub-menu li ul.mega-sub-menu li ul.mega-sub-menu  {
    padding: unset !important;
} */

/* li#mega-menu-525-0-0 {
    display:flex !important;
    align-items:center;
} */

.blogs-listing {
    display: flex;
    gap: 0 30px;
    justify-content: space-between;
}

.blogs-listing .blog-item img {
    width: 100%;
    border-radius: 30px;
}

.valuable-client-heading h2.blog-title {
    font-family: "Afacad", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
	margin: 20px 0 10px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
}
@media screen and (max-width:1600px){
	.testimonial-slide h3{
		font-size: 20px;
	}
}

@media screen and (max-width:1366px){
	.mega-menu-item-13 ul.mega-sub-menu li.mega-menu-item-has-children a {
		font-size: 20px !important;
	}

	.mega-menu-item-13 ul.mega-sub-menu li.mega-menu-item-has-children li.mega-menu-item-object-custom a {
		font-size: 16px !important;
	}
	
	.slider-images-col:after {
		right: 11px;
	}
	
	.testimonial-slide h3 {
		font-size: 18px;
		margin: 10px 0;
	}

	.testimonial-slide p {
		margin: 0;
		font-size: 14px;
	}
	
	.product-slidee-background img {
		max-width: 55% !important;
	}

	.product-slider-screen {
		max-width: 46.9% !important;
		top: 7%;
	}
	
	.rocket-iamge {
		left: 8%;
		top:30%;
	}
	
	.rocket-iamge img{
		width:180px !important;
	}
	
	ul.max-mega-menu {
		gap: 0 20px;
	}
	
	header#masthead .site-branding {
		flex-basis: 35%;
	}

	header#masthead nav#site-navigation {
		flex-basis: 65%;
	}
	
	.site-info .row .col.main-area .row-col ul li a {
		font-size: 17px;
	}
	
	.site-info .row .col.main-area .row-col h3 {
		font-size: 18px;
	}
	
	
}

@media screen and (max-width:1200px){
	.site-info .row .col.main-area .row-col .row-col-col:nth-child(1) {
		flex-basis: 33.33%;
	}

	.site-info .row .col.main-area .row-col .row-col-col:nth-child(2) {
		flex-basis: 33.33%;
	}

	.site-info .row .col.main-area .row-col .row-col-col:nth-child(3) {
		flex-basis: 33.33%;
	}
}

@media screen and (max-width:1024px){
	ul#mega-menu-menu-1 {
		display: flex;
		flex-direction: column;
		top: 100px !important;
        padding-top: 50px !important;
		padding-bottom:200px !important;
		justify-content: flex-start;
        gap: 15px 0;
	}
	
	header#masthead .container {
		flex-wrap: nowrap;
	}
	
	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
		top: 93px !important;
	}
	
	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open:after{
		display: none !important;
	}
	
	.navbar-sidebar-slider {
		display: none !important;
	}

	#mega-menu-13-0 ul.mega-sub-menu .mega-menu-column.col-number-1 {
		width: 100% !important;
	}

	#mega-menu-13-0 ul.mega-sub-menu .mega-menu-column.col-number-2 {
		width: 100% !important;
	}

	#mega-menu-13-0 ul.mega-sub-menu .mega-menu-column.col-number-3 {
		width: 100% !important;
	}

	#mega-menu-13-0 ul.mega-sub-menu .mega-menu-column.col-number-4 {
		width: 100% !important;
	}
	
	.site-info .row .col.main-area .row-col .row-col-col {
		flex-basis: 50% !important;
	}

	.site-info .row {
		flex-direction: column;
	}
	
/* 	#mega-menu-item-525 ul.mega-sub-menu {
		display: none !important;
	}

	.mega-menu-item-13 ul.mega-sub-menu {
		display: none !important;
	} */
	
	h3.author-name {
		font-size: 30px !important;
	}

	.tss-wrapper .tss-layout3 .item-content, .tss-wrapper .tss-isotope1 .item-content, .tss-wrapper .tss-carousel3 .item-content {
		font-size: 20px !important;
	}
	
	.connect-col {
    	position: relative !important;
		width: 100% !important;
		top: 0;
	}

	.wpcf7-form .contact-form-row p {
		flex-basis: 100%;
	}
	
	.rocket-iamge img{
		width:140px !important;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
		text-align: center !important;
	}

	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
		float: unset !important;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li#mega-menu-item-525 > ul.mega-sub-menu {
		max-width: 310px;
		top: 0 !important;
	}

	#mega-menu-525-0 ul.mega-sub-menu {
		margin: 0 !important;
		padding: 0 !important;
	}
	
	#mega-menu-525-0 ul.mega-sub-menu li.mega-menu-columns-9-of-12 {
		width: 100% !important;
	}
	
	#mega-menu-525-0 ul.mega-sub-menu a {
		font-size: 16px !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}

@media screen and (max-width:767px){
	.team-image-hover {
		width: 280px !important;
		max-width: 280px !important;
	}
	
	.gradient-bg .e-con-inner{
		padding: 20px !important;
	}
	
	.marketplace-logos .e-con-inner > .elementor-element:first-child img,
	.marketplace-logos .e-con-inner > .elementor-element:nth-child(2) img{
		width: 100px;
		max-width: 100%;
	}
	
	.marketplace-logos .e-con-inner > .elementor-element:nth-child(3) img{
		width: 160px;
		max-width: 100%;
	}

	.marketplace-logos .e-con-inner > .elementor-element:last-child img{
		width: 160px;
		max-width: 100%;
	}
	
	.site-info .row .col.main-area .row-col .row-col-col {
		flex-basis: 100% !important;
		text-align: center !important;
	}

	.site-info .row .col {
		flex-basis: 100% !important;
		padding: 0;
		text-align: center;
	}

	.site-info .row .col ul.social {
		justify-content: center;
	}

	.site-info .row .col.main-area .row-col ul.contact-us li a {
		justify-content: center;
	}

	.site-info .row .col.main-area .row-col .row-col-col .pakistan-flag {
		justify-content: center;
	}

	iframe {
		max-width: 100% !important;
		display: block;
        margin: auto !important;
	}
	
	.calendly-inline-widget.calendly-mobile {
		min-width: unset !important;
	}
	
	body {
		overflow-x: hidden;
	}
	
	.product-slidee-background img {
		max-width: 70% !important;
	}

	.product-slider-screen {
		max-width: 60% !important;
		left: 0%;
        top: 8%;
	}
	
	.calendly-inline-widget {
		min-width: 265px !important;
	}
	
	.slick-current.testimonial-slide {
		transform: translate(0px, 0px);
	}
	
	.testimonial-slide h3 {
		margin: 0 0 5px 0;
	}

	.slick-track {
		padding-bottom: 50px;
	}
	
	button.slick-next.slick-arrow {
		top: 70px;
		right: 35px;
		width: 30px;
		height: 30px;
		padding: 5px;
		display:none !important;
	}

	button.slick-next.slick-arrow:before {
		font-size: 20px;
		line-height: 5px;
	}

	button.slick-prev.slick-arrow {
		top: 70px;
		left:unset;
		right: 70px;
		width: 30px;
		height: 30px;
		padding: 5px;
		display:none !important;
	}

	button.slick-prev.slick-arrow:before {
		font-size: 20px;
		line-height: 5px;
	}
}

