/*!
Theme Name: webbrainstechnology
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: webbrainstechnology
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.

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

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


/**
 * 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
	 ========================================================================== */


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

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

p {
	margin-bottom: 1em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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 {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

}

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


/* 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: relative;
	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;
		justify-content: center;
		gap:  20px;
	}
}

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


@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');
 :root {
    --yellow-color: #FFC107;
    --lightyellow-color: #FFFBF5;
    --black-color: #090909;
    --grey-color: #484E58;
    --white-color: #ffffff;
    --transition: all 300ms ease-in-out;
    scroll-behavior: initial;
}

*,
::after,
::before {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: var(--lightyellow-color);
}

a,
button,
input,
select,
textarea {
    text-decoration: none;
    outline: none;
    transition: var(--transition);
}

input,
select,
textarea {
    width: 100%;
    outline: none;
    transition: var(--transition);
}

input[type="radio"],
input[type="checkbox"] {
    width: auto;
    height: auto;
}

img {
    max-width: 100%;
    transition: var(--transition);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 400;
}

p {
    color: var(--grey-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

p:last-child {
    margin-bottom: 0;
}

.splide__pagination__page.is-active {
    background-color: var(--black-color);
}

.splide__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 45px;
    opacity: 1;
    border: 1px solid var(--black-color);
    font-size: 24px;
    border-radius: 5px;
    background-color: var(--white-color);
    margin: 0px 7.5px;
}

.splide__arrow:disabled {
    pointer-events: none;
}

.splide__arrow:hover {
    background-color: var(--black-color);
    color: var(--white-color);
}

.splide__arrows__p__initial .splide__arrow {
    position: initial;
    transform: none;
}

.splide__arrow svg {
    transform: none;
    width: 12px;
    height: 12px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.row>* {
    padding-right: 15px;
    padding-left: 15px;
}

.black-bg {
    background-color: var(--black-color);
}

.white-bg {
    background-color: var(--white-color);
}

.comn-padding {
    padding: 100px 0px;
}

.comn-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    background-color: #0A013B;
    border-radius: 5px;
    border: 1px solid transparent;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.comn-btn_chekc{
	display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    background-color: var(--black-color);
    border-radius: 5px;
    border: 1px solid transparent;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.button_contactform .wpcf7-submit{
	 display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    background-color: var(--black-color);
    border-radius: 5px;
    border: 1px solid transparent;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 170px;
    justify-content: center;
}
.comn-border-btn {
    background-color: transparent;
    color: var(--black-color);
    border-color: var(--black-color);
}

.comn-yellow-btn {
    background-color: var(--yellow-color);
}

.comn-btn:hover {
    color: var(--black-color);
    border-color: var(--yellow-color);
}

.comn-border-btn:hover {
    border-color: var(--yellow-color);
}

.comn-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 0%;
    height: 0%;
    background-color: var(--yellow-color);
    transition: var(--transition);
}

.comn-btn:hover::before {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}

.comn-title-row {
    margin-bottom: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    text-align: center;
}

.comn-title-row>* {
    width: 100%;
}

.comn-title-text {
    color: #0A013B;
    font-size: clamp(28px, 2.83vw, 45px);
    font-weight: 800;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 0;
}
textarea.wpcf7-form-control.wpcf7-textarea{
	background-color: transparent !important;
	border-radius: 5px;
	padding: 15px;
	margin-top: 30px;
}
.form_flex br{
	display: none !important;
}
.comn-small-title-row .comn-title-text {
    font-size: 28px;
}

.comn-title-text span {
    color: var(--yellow-color);
}
.comn-title-text p{
    color: #0A013B;
    font-size: clamp(28px, 2.83vw, 45px);
    font-weight: 800;
    line-height: 130%;
/*     text-transform: capitalize; */
    margin-bottom: 0;
}

.comn-small-title-row .comn-title-text p{
    font-size: 28px;
}


.comn-title-text del {
    color: var(--yellow-color);
    text-decoration: none !important;
}
.comn-title-para {
    color: var(--grey-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    max-width: 900px;
}
.comn-title-paragraph p{
	 color: var(--grey-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    max-width: 900px;
}
.comn-title-paragraph .comn-title-row{
	gap:  0 !important;
}
.border_color{
	color: #090909 !important;
}
.bg_white{
	background-color: #fff !important;
}
.form_flex p{
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.form_flex input{
	margin-top: 30px;
	height: 50px;
	border-bottom: 1px solid rgba(21, 43, 80, 0.25);
	color: var(--black-color);
    font-size: 15px;
    line-height: 140%;
    border-radius: 0px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: transparent;
}
.form_flex textarea{
	margin-bottom: 30px;
	height: 50px;
	border-bottom: 1px solid rgba(21, 43, 80, 0.25);
	color: var(--black-color);
    font-size: 15px;
    line-height: 140%;
    border-radius: 0px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: transparent;
}
.form_flex  textarea.wpcf7-form-control.wpcf7-textarea {
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.comn-form-group {
    margin-bottom: 30px;
    position: relative;
}

.comn-form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(21, 43, 80, 0.25);
    padding: 0;
    height: 50px;
    color: var(--black-color);
    font-size: 16px;
    line-height: 140%;
    border-radius: 0px;
}

.comn-form-label {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: var(--grey-color);
    font-size: 16px;
    line-height: 140%;
    text-transform: capitalize;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    transition: var(--transition);
}

.comn-form-group> :is(.comn-form-control:focus,
.comn-form-control:valid)~.comn-form-label {
    font-size: 12px;
    top: 0;
}

.comn-form-textarea {
    border-radius: 5px;
    border: 1px solid rgba(21, 43, 80, 0.25);
    resize: none;
    padding: 15px;
    height: auto;
}

.comn-form-textarea::placeholder {
    color: var(--grey-color);
    text-transform: capitalize;
}

.comn-section-between-border {
    width: 100%;
    height: 1px;
    background-color: var(--black-color);
    opacity: .1;
}

.white-text {
    color: var(--white-color);
}


.white-text p {
    color: var(--white-color);
}

.burger {
    position: relative;
    width: 40px;
    height: 30px;
    background: transparent;
    cursor: pointer;
    display: block;
}

.burger input {
    display: none;
}

.burger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: var(--black-color);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.burger span:nth-of-type(1) {
    top: 0px;
    transform-origin: left center;
}

.burger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left center;
}

.burger span:nth-of-type(3) {
    top: 100%;
    transform-origin: left center;
    transform: translateY(-100%);
}

.burger input:checked~span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 0px;
    left: 5px;
}

.burger input:checked~span:nth-of-type(2) {
    width: 0%;
    opacity: 0;
}

.burger input:checked~span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 28px;
    left: 5px;
}

header {
    position: sticky;
    top: 0px;
    z-index: 9999;
    background-color: var(--lightyellow-color);
    padding: 10px;
}

header .navbar {
    padding: 10px;
}

header .navbar-nav {
    gap: 20px;
}

header .navbar .navbar-nav .nav-item {
    position: initial;
}

header .navbar .navbar-nav .nav-link , #primary-menu .menu-item a ,
 #mega-menu-menu-1 .mega-menu-item a{
    padding: 0;
/*    display: inline-flex;*/
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    text-transform: capitalize;
	 padding: 15px;
}

header .navbar .navbar-nav .nav-link.active,
header .navbar .navbar-nav .nav-link:hover ,  
#primary-menu .focus.menu-item a , 
#primary-menu .menu-item a:hover,
#mega-menu-menu-1 .mega-menu-item.focus a , 
#mega-menu-menu-1 .mega-menu-item.focus a:hover{
    color: var(--black-color);
}

.header-call-row {
    margin-left: 65px;
    display: flex !important;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    flex: 0 0 320px;
    margin-left: 0 !important;
}

.header-call-text {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.feature-color {
	color: #090909 !important;
}

.header-dropdown-menu {
    top: 100%;
    margin-top: 0 !important;
    width: 100%;
    left: 0;
    background-color: var(--lightyellow-color);
    border: none;
    border-radius: 0px;
    box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.10);
    padding: 30px;
}

.header-tab-content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 25px;
/*    max-width: 1290px;*/
    margin: auto;
}

.header-tab-content>.nav {
    width: 25%;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.header-tab-content .tabs-link {
    width: 100%;
    background-color: transparent;
    padding: 15px 30px;
    border-radius: 5px;
    border: 1px solid rgba(9, 9, 9, 0.10);
    text-align: left;
    color: var(--grey-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

.header-tab-content .tabs-link:hover {
    border-color: var(--black-color);
}

.header-tab-content .tabs-link.active {
    background-color: var(--black-color);
    color: var(--white-color);
}

.header-tab-content .tabs-link::before,
.header-tab-content .tabs-link::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: var(--transition);
    opacity: 0;
}

.header-tab-content .tabs-link::before {
    left: -1px;
    width: 5px;
    height: calc(100% + 2px);
    background-color: var(--yellow-color);
    border-radius: 4px 0px 0px 4px;
}

.header-tab-content .tabs-link::after {
    right: -11px;
    border-left: 11px solid var(--black-color);
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}

.header-tab-content .tabs-link.active::before,
.header-tab-content .tabs-link.active::after {
    opacity: 1;
}

.header-tab-content>.tab-content {
    width: calc(75% - 25px);
}

/*.header-content-row {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}*/

.header-content-leftside {
    width: calc(70% - 25px);
}

.content-head-list {
    padding: 15px 15px 15px 30px;
    border-radius: 5px;
    border: 1px solid rgba(9, 9, 9, 0.25);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    list-style-type: disc;
}

.content-head-list li {
    flex: 0 0 200px;
    color: var(--black-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
}

.content-head-title {
    color: var(--grey-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 8px;
	margin-top: 10px;
}

.content-head-para {
    color: var(--grey-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 35px;
}

.header-content-rightside {
    width: 30%;
    display: flex;
    align-items: center;
}

.it-section {
    padding: 120px 0px 90px;
    text-align: center;
}
.content-head-list-about{
 	color: #090909;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
}
.it-title {
    color: var(--black-color);
    font-size: 50px;
    font-weight: 800;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.it-write-effect-row {
    margin-bottom: 50px;
}

.it-write-effect-row .typed-cursor,
.it-write-effect-text {
    color: var(--yellow-color);
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
}

.it-small-text {
    display: table;
    color: #484E58;
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    max-width: 560px;
    margin: 0 auto 50px;
}
.it-section p{
	display: table;
    color: #484E58;
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    max-width: 78%;
    margin: 20px auto 0px;
}
.it-btn-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 50px;
	margin-top: 30px;
}

.scroll-down-row {
    display: inline-flex;
    flex-direction: column;
    gap: 15px;
    cursor: pointer;
}

.scroll-sown-arrow {
    display: inline-flex;
    flex-direction: column;
}

.scroll-sown-arrow i {
    color: var(--black-color);
    line-height: 0.4;
    font-size: 26px;
    animation: scrollDownArrow 2s infinite;
}

.scroll-sown-arrow i:first-child {
    opacity: 0.25;
}

@keyframes scrollDownArrow {
    0% {
        transform: translate(0, 0);
    }
    20% {
        transform: translateY( 10px);
    }
    40% {
        transform: translate(0, 0);
    }
}

.client-section {
    padding-bottom: 90px;
}

.client-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    /* opacity: 0;
    transform: translateY(100%); */
}


/* .splide__slide.is-visible .client-image {
    transform: translateY(0%);
    opacity: 1;
} */

.client-image>img {
    max-height: 80px;
}

.innovators-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    outline: 1px solid var(--black-color);
    outline-offset: -1px;
}

.innovators-box {
    padding: 35px 30px;
    text-align: center;
    border: 1px solid #555555;
}

.innovators-box>img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 15px;
}

.innovators-box>aside {
    color: var(--white-color);
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    line-height: 38px;
    margin-bottom: 15px;
}

.innovators-box>p {
    color: var(--white-color);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    opacity: .75;
}

.service-section {
    overflow: hidden;
}

.service-splide__track {
    overflow: initial;
}

.service-splide__list {
    margin-bottom: 25px !important;
}

.service-title-btn {
    border-radius: 5px;
    border: 1px solid var(--black-color);
    padding: 12px 20px;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
}

.service-title-btn:hover {
    background-color: rgba(10, 10, 10, 0.1);
}

.is-active>.service-title-btn {
    background-color: var(--black-color);
    color: var(--white-color);
}

#serviceBtnSplide .splide__track--nav>.splide__list>.splide__slide,
#serviceBtnSplide .splide__track--nav>.splide__list>.splide__slide.is-active {
    border: none;
}

.service-content-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    border: 1px solid var(--black-color);
    padding: 30px;
    border-radius: 8px;
}

.service-content-box-leftside,
.service-content-box-rightside {
    width: calc(50% - 15px);
}

.service-content-title {
    color: var(--black-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.font-we-800{
	font-weight: 800 !important;
}
.line-height-30{
	line-height: 30px !important;
}

.service-content-box-leftside>p {
    margin-bottom: 15px;
}

.service-content-box-leftside .comn-btn {
    margin-top: 15px;
}

.service-content-box-rightside {
    display: flex;
    align-items: center;
    justify-content: center;
}

.choose-section .comn-title-text {
    margin-bottom: 20px;
}

.choose-section .comn-title-para {
    max-width: none;
    margin-bottom: 40px;
}

.ecommerce-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 15px;
    cursor: pointer;
    margin-bottom: 60px;
}

.ecommerce-row:hover {
    background-color: rgba(255, 255, 255, 0.40);
}

.ecommerce-row>aside {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 800;
    line-height: 130%;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.ecommerce-row>aside i {
    transition: var(--transition);
}

.ecommerce-row:hover>aside i {
    transform: translateX(10px);
}

.ecommerce-row .comn-btn:hover::before {
    background-color: var(--white-color);
}

.choose-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 48px;
    counter-reset: count;
}
.grid-column2.choose-row {
	grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
}

.choose-box {
    position: relative;
    z-index: 1;
}

.choose-box::before {
    z-index: -1;
    counter-increment: count;
    content: "0"counter(count);
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    color: rgba(210, 224, 54, 0.25);
    font-size: clamp(100px, 16vw ,256px);
    font-weight: 800;
    line-height: 100%;
    opacity: .1;
}

.choose-box>img {
    width: 85px;
    height: 85px;
    object-fit: contain;
    margin-bottom: 20px;
}

.choose-box-title {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 800;
    line-height: 130%;
    margin-bottom: 15px;
}

.choose-box-para {
    color: var(--white-color);
    font-size: 16px;
    line-height: 140%;
    opacity: 0.75;
}

.faq-accordion .accordion-item:first-of-type,
.faq-accordion .accordion-item,
.faq-accordion .accordion-item:first-of-type .accordion-button {
    border-radius: 0px;
    border: none;
    box-shadow: none;
}

.faq-accordion .accordion-item {
    margin-bottom: 12px;
    background-color: var(--white-color);
}

.faq-accordion .accordion-button {
    padding: 0;
    justify-content: space-between;
    color: var(--grey-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    padding: 25px;
    box-shadow: none;
}

.faq-accordion .accordion-button[aria-expanded="true"] {
    padding-bottom: 15px;
}

.faq-accordion .accordion-button>span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.faq-accordion .accordion-button>span::before,
.faq-accordion .accordion-button>span::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    background-color: var(--black-color);
    border-radius: 30px;
    transition: var(--transition);
}

.faq-accordion .accordion-button>span::after {
    width: 2px;
    height: 8px;
}

.faq-accordion .accordion-button[aria-expanded="true"]>span::after {
    transform: rotate(90deg);
}

.faq-accordion .accordion-button>span>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.faq-accordion .accordion-button[aria-expanded="true"]>span>img {
    transform: rotate(90deg);
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-button::after {
    display: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.faq-accordion .accordion-body {
    padding: 25px;
    padding-top: 0;
}

.faq-accordion .accordion-body hr {
    margin-top: 0px;
    margin-bottom: 15px;
}

.faq-accordion .accordion-body>p {
    color: var(--grey-color);
    font-size: 16px;
    line-height: 24px;
}

.faq-box {
    text-align: center;
}

.faq-box>img {
    margin-bottom: 60px;
}

.faq-box-title {
    color: var(--black-color);
    font-size: 22px;
    font-weight: 800;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.drop-image {
    text-align: center;
}

.drop-box {
    border-radius: 10px;
    border: 1px solid var(--black-color);
    padding: 30px;
}

.drop-box-title {
    color: var(--black-color);
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 24px;
}

.our-client-box {
    border-radius: 5px;
    background-color: #F8F8F6;
    padding: 15px;
}

.our-client-box {
    border-radius: 5px;
    background-color: #F8F8F6;
    padding: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.our-client-box-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.our-client-box-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-client-box-title {
    width: calc(100% - 115px);
    color: var(--black-color);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.our-client-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
    margin-left: 0 !important;
}

.our-client-rating li .fa-solid {
    color: #FF6119;
    font-size: 15px;
}
.our-client-rating li .fa-star-o{
	font-size: 17px !important;
}

.our-client-para {
    margin-top: 20px;
    color: var(--grey-color);
    text-align: center;
    font-size: 16px;
    line-height: 160%;
}

#ourClientSplide .splide__arrows,
#blogSplide .splide__arrows {
    text-align: center;
    margin-top: 30px;
}

.footer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 30px;
}

.footer-head-rightside {
    text-align: right;
}

.social-list {
    display: inline-flex;
    align-items: flex-start;
    gap: 5px;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 8px;
}

.social-list li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: var(--white-color);
    border-radius: 5px;
    border: 1px solid var(--white-color);
}

.social-list li a:hover {
    background-color: var(--yellow-color);
    color: var(--black-color);
    border-color: var(--yellow-color);
}

.footer-head-contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-head-contact .header-call-text {
    color: var(--white-color);
}

.footer-head-contact .header-call-text:hover {
    color: var(--yellow-color);
}

.footer-link-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-gap: 35px;
}

.footer-link-list {
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.footer-link-list li {
    width: 100%;
}

.footer-link-title {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}

.footer-link-list li a {
    color: var(--white-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    text-transform: capitalize;
    opacity: .5;
}

.footer-link-list li a:hover {
    color: var(--yellow-color);
    opacity: 1;
}

.footer-map-image {
    text-align: center;
}

.collapse-box {
    margin-top: 35px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
}

.footer-collapse-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px;
    background-color: transparent;
    border: none;
    color: var(--white-color);
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
    text-transform: capitalize;
}

.footer-collapse-btn>span {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    position: relative;
}

.footer-collapse-btn>span::before,
.footer-collapse-btn>span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 30px;
    background-color: var(--white-color);
    transition: var(--transition);
}

.footer-collapse-btn>span::after {
    width: 2px;
    height: 100%;
}

.footer-collapse-btn[aria-expanded="true"]>span::after {
    transform: rotate(90deg);
}

.collapse-box .card-body {
    padding: 15px;
    padding-top: 0;
    background-color: transparent;
}

.collapse-box .card-body>hr {
    margin: 0;
    border-color: rgba(255, 255, 255, 0.25);
}

.collapse-box .footer-link-list {
    margin-top: 15px;
}

.footer-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    padding-bottom: 50px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin-top: 25px;
}

.footer-foot>p {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
    text-align: center;
}

.footer-foot>ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 2px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.footer-foot>ul li a {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
}

.footer-foot>ul li a:hover {
    color: var(--yellow-color);
}

.scroll-to-top {
    position: fixed;
    z-index: 99;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--yellow-color);
    border-radius: 50%;
    border: 1px solid var(--lightyellow-color);
    visibility: hidden;
    font-size: 18px;
    color: var(--white-color);
    transform: scale(0);
    transition: var(--transition);
}

.scroll-to-top:hover {
    background-color: var(--black-color);
    color: var(--white-color);
}

.scroll-to-top.show {
    transform: scale(1);
    visibility: visible;
}

.ecommerce-head {
    background-color: var(--black-color);
    padding: 10px 0px;
    position: sticky;
    top: 100px;
    z-index: 9998;
    border-bottom: 1px solid var(--lightyellow-color);
}

.ecommerce-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
    justify-content: center;
}

.ecommerce-title {
    position: relative;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    text-transform: capitalize;
    padding: 8px 15px;
    border-radius: 4px;
    background-color: var(--white-color);
    margin-right: 4px;
}

.ecommerce-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
    border-left: 8px solid var(--white-color);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.ecommerce-list>li button {
    background-color: transparent;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    text-transform: capitalize;
}

.ecommerce-list>li .dropdown-menu {
    overflow: hidden;
}

.ecommerce-list>li .dropdown-item {
    padding: 10px 15px;
    text-transform: capitalize;
    color: var(--black-color);
}

.ecommerce-list>li .dropdown-item:hover {
    background-color: var(--yellow-color);
}

.service-small-title {
    display: table;
    border-radius: 5px;
    background-color: rgba(9, 9, 9, 0.05);
    padding: 10px 20px;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.service-content .comn-title-row {
    margin-bottom: 0;
    text-align: left;
}

.service-content .comn-title-text {
    font-size: 40px;
}

.service-content>hr {
    margin: 30px 0px;
    border-color: var(--black-color);
}

.service-content .content-head-list {
    padding: 0;
    border-radius: 0px;
    border: none;
    margin-bottom: 40px;
}

.service-content .content-head-list li {
    flex-basis: auto;
    margin-left: 30px;
}

.service-image {
    text-align: center;
}

.service-it-section .it-btn-row {
    margin-top: 60px;
    margin-bottom: 0;
}

.eDevelopment-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.eDevelopment-leftside {
    width: 25%;
    border-radius: 10px;
    border: 1px solid rgba(9, 9, 9, 0.25);
}

.eDevelopment-leftside-title {
    width: 100%;
    background-color: var(--black-color);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
    padding: 15px 5px;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
}

.eDevelopment-leftside .nav {
    padding: 20px 15px;
    gap: 15px;
}

.eDevelopment-leftside .nav button {
    width: 100%;
    border-radius: 5px;
    background-color: rgba(9, 9, 9, 0.03);
    color: var(--black-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    text-transform: capitalize;
    padding: 12px 15px;
    text-align: left;
    position: relative;
}

.eDevelopment-leftside .nav button:hover {
    background-color: rgba(9, 9, 9, 0.1);
}

.eDevelopment-leftside .nav button::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
    border-left: 8px solid var(--grey-color);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    opacity: 0;
    transition: var(--transition);
}

.eDevelopment-leftside .nav button.active {
    background-color: var(--grey-color);
}

.eDevelopment-leftside .nav button.active::before {
    opacity: 1;
}

.eDevelopment-rightside {
    width: calc(75% - 10px);
    border-radius: 10px;
    border: 1px solid rgba(9, 9, 9, 0.25);
    padding: 30px;
}

.eDevelopment-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 25px;
}

.eDevelopment-box-leftside {
    width: calc(60% - 25px);
}

.eDevelopment-box-title {
    color: var(--black-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-transform: capitalize;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.eDevelopment-box-title>span {
    flex-shrink: 0;
    border-left: 12px solid var(--black-color);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.eDevelopment-box-para {
    color: var(--black-color);
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 12px;
}

.readmore-btn {
    display: table;
    color: var(--black-color);
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    text-transform: capitalize;
    margin-top: 20px;
}

.eDevelopment-box-rightside {
    width: 40%;
}

.eProject-box-title {
    color: var(--black-color);
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 10px;
}

.eProject-box-overlay {
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    position: relative;
    height: 480px;
    margin-bottom: 30px;
}

.eProject-box-image {
    width: 100%;
    height: 100%;
}

.eProject-box-image>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.eProject-box-overlay-data {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    transition: var(--transition);
}

.eProject-box-overlay:hover .eProject-box-overlay-data {
    top: 0;
}

.eProject-box-overlay-data::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.75);
}

.eProject-box-overlay-data>img {
    position: relative;
    z-index: 1;
    width: 160px;
    height: 100px;
    object-fit: contain;
}

.eProject-box-overlay-data .comn-yellow-btn:hover::before {
    background-color: var(--white-color);
}

.blog-box {
    border-radius: 10px;
    border: 1px solid #C3C3C3;
    padding: 15px;
    margin-bottom: 25px;
    transition: var(--transition);
}

.blog-box:hover {
    border-color: var(--black-color);
}

.blog-image {
    width: 100%;
    height: 210px;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-box:hover .blog-image>img {
    transform: scale(1.1);
}

.blog-date-view-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.blog-date-view-row>aside {
    color: var(--black-color);
    font-size: 13px;
    line-height: 140%;
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-title {
    color: var(--black-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.blog-para {
    color: var(--black-color);
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 15px;
}

.blog-btn-row {
    text-align: center;
    margin-top: -40px;
}

.blog-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #C3C3C3;
    border-radius: 50%;
    font-size: 20px;
    color: var(--black-color);
    background-color: var(--white-color);
    transform: translateY(40px) rotate(-45deg);
}

.blog-box:hover .blog-btn {
    background-color: var(--black-color);
    border-color: var(--black-color);
    color: var(--white-color);
    transform: translateY(40px) rotate(0deg);
}
/*.collapse:not(.show) {
    display: block !important;
}*/
.collapse{
	display: none;
}
.collapse.show{
	display: block;
}
.menu_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#mega-menu-wrap-menu-1{
	background: transparent !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
	color:  #000 !important;
	font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 140% !important;
    text-transform: capitalize !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover{
	background-color: transparent !important;
	color: #000 !important;
}

.site-branding img{
	width: 160px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{

	padding:  0 20px 0 20px !important;
	height: auto !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1{
	text-align: center !important;
	top:  5px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    content: "\f347" !important;
}

.mega-sub-menu li a:hover #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link , 
.mega-sub-menu li a:focus #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
	background-color: transparent !important;
}

.ecommerce_menu .mega-sub-menu{
	display: none;
}

.mega-sub-menu #mega-menu-item-151 a:hover  > .ecommerce_menu .mega-sub-menu{
	display: block !important;
}
/*ul.content-list-ecommerce {
    column-count: 2;
    display: block !important;
}*/
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link{
	background-color: transparent !important;
	color: #000 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{
	background-color: transparent !important;
	color: #000 !important;
}
.content-list-ecommerce {
    padding: 15px 15px 15px 30px;
    border-radius: 5px;
    border: 1px solid rgba(9, 9, 9, 0.25);
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px !important;
    margin-bottom: 20px !important;
    list-style-type: disc !important;
}
.content-list-ecommerce li {
	color: #090909 !important;
	font-weight: 500 !important;
}

.content-list-ecommerce li{
	flex: 0 0 43%;
}

.content-head-title-ecommerce{
    color: #484e58 !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 8px;
}
.comn-btn_chekc{
	padding: 15px !important;
	color:  #fff !important;
	width: 210px !important;

}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 999;
    background: #fffbf5 !important;
}

.page-template-default #mega-menu-13-2 .mega-sub-menu #mega-menu-13-2-1 ul li#mega-menu-item-block-7{
	display: none !important;
}
.page-template-default #mega-menu-13-2 .mega-sub-menu #mega-menu-13-2-0 ul li:hover  .page-template-default #mega-menu-13-2 .mega-sub-menu #mega-menu-13-2-1 ul li#mega-menu-item-block-7{
	display: block !important;
}
.aboutsec_border {
    border: 1px solid #090909;
    border-radius: 8px;
    padding: 20px;
}
.project_images_slider{
	margin-bottom: 20px;
}
.paragraph_padding_0 p{
	margin-bottom: 0 !important;
}

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

.whatmake-paragraph{
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #090909;
	font-family: Plus Jakarta Sans;
	text-align: left;
}
.mb_20{
	margin-bottom: 20px;
}
.details-make-diffrence{
	border: 1px solid #000;
	border-radius: 8px;
	padding: 20px;
	width: 670px;
}
.details-make-diffrence:nth-child(2) {
	margin-left: 100px;
}
.list_design ul li{
	margin-left: 0 !important;
	padding-left: 0 !important;
}
h2.job_roletitle {
    font-weight: 800;
    line-height: 39px;
    font-size: 30px;
    color: var(--black-color);
}
.location{
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #090909BF;
}
.list_design h2{
	font-size: 20px;
	font-weight: 800;
	line-height: 26px;
	text-align: left;
	color: var(--black-color);
}
.list_design p , .list_design li {
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	text-align: left;
	color: var(--black-color);
	padding-bottom: 12px;
}
.list_design {
	padding: 24px 0;
	border-top: 1px solid #0a0a0a40;
}
.padding_jobrole {
    padding: 24px;
    border: 1px solid #090909;
    border-radius: 10px;
}
.col-xl-4.padding_jobrole {
    width: 30% !important;
    /* height: auto; */
}
.gap_24{
	gap:  24px;
}
.contactform_jobrole input , .contactform_jobrole select {
	border-top:  none !important;
	border-left:  none !important;
	border-right:  none !important;
	border-bottom: 1px solid #152B5040;
	padding: 15px 0;
	background-color: transparent !important;

}
.contactform_jobrole .button_contactform input.wpcf7-submit {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    background-color: var(--black-color) !important;
    border-radius: 5px !important;
    border: 1px solid transparent;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 170px;
    justify-content: center;
}
.form_btn{
	 display: inline-flex !important;
    align-items: center;
    gap: 5px;
    padding: 15px 30px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    background-color: var(--black-color) !important;
    border-radius: 5px !important;
    border: 1px solid transparent;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 170px;
    justify-content: center;
}
tr.border_bottom {
    border-bottom: 1px solid #0909091A;
}
.border_bottom td{
	padding: 25px 0;
}
.arrow_link{
	text-align: right;
}
.arrow_link i{
	color: #090909;
	border: 1px solid #090909;
    padding: 10px;
    border-radius: 100px;
}

form.formsearch {
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
}
.formsearch select{
	padding: 10px;
	background-color: transparent;
	font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}
.yellow_text{
	font-size: clamp(28px,3.15vw,50px);
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	color: #FFC107;
}
.yellow_text p del{
	font-size:clamp(28px,3.15vw,50px);
	font-weight: 800;
	line-height: 1.2;
	text-align: left;
	color: #FFC107;
	text-decoration: none !important;
}
.yellow_text p{
	text-align: left;
}
.mb_0{
	margin-bottom: 0 !important;
}
#serviceContentSplide p{
font-size: 16px;
font-weight: 400;
line-height: 22.4px;
text-align: left;
	color: #090909;

}
.font_bold{
	font-weight: 700;
	font-size: 20px;
}
input#search_term {
    background: transparent !important;
	padding: 10px;
}
td.flex_td {
    display: flex;
    flex-direction: column;
}
ul.content-head-list {
    display: block;
    column-count: 2;
    list-style: circle;
    padding: 25px;
}
.display_none{
	display: none !important;
}
.country_name{
	font-size: 24px;
	font-weight: 800;
	line-height: 31.2px;
	margin-bottom: 30px;
}
.text_phone h2{
	/*font-family: Plus Jakarta Sans;*/
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	text-align: left;
	color: #090909;
	margin-bottom: 0;
}
.text_phone span{
	/*font-family: Plus Jakarta Sans;*/
	font-size: 12px;
	font-weight: 400;
	line-height: 16.8px;
	text-align: left;
}
.email_padding{
	border-top: 1px solid #0909091a;
	border-bottom: 1px solid #0909091a;
	/*opacity: 10%;*/
	padding: 30px 0;

}
.adress_top_30{
	padding-top: 30px;
}
.address_details{
	border: 1px solid #090909;
	border-radius: 10px;
	padding: 30px;
}
.map_adress{
	border-radius: 10px;
}
.margin_b50{
	margin-bottom: 50px;
}


.mega-menu-wrap , #mega-menu-menu-1{
	position: initial !important;
}
/* #mega-menu-menu-1 .mega-sub-menu{
	visibility: visible !important;
	opacity: 1 !important;
} */
ul.mega-sub-menu .mega-menu-link , .mega-sub-menu{
	background-color: #fffbf5 !important;
}
ul.mega-sub-menu .mega-menu-link {
	border-radius: 10px !important;
	padding: 10px !important;
	margin: 10px !important;
	border:1px solid rgba(9, 9, 9, 0.10) !important;
	color: #090909;
}
ul.mega-sub-menu .mega-menu-link:hover{
	border:1px solid #090909 !important;
}
button#movetop {
    background: transparent !important;
    box-shadow: none !important;
    outline: initial !important;
    border: initial !important;
}
#movetop {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 70px;
    z-index: 99;
    cursor: pointer;
    padding: 0;
    opacity: 1;
    transition: 0.3s ease;
  
}
button#movetop span{
	position: relative;
}
button#movetop span::before {
	content:'\27F6';
	position: absolute;
	color:var(--white-color);
	background: var(--yellow-color);
	height: 50px;
	width: 50px;
	border-radius: 100px;
	transform: rotate(-90deg);
	font-size: 20px;
	display: flex;
    justify-content: center;
    align-items: center;
}
#movetop span{
	color: transparent !important;
}
section.whatmake-section.comn-padding.bg_white .comn-title-para {
    padding: 20px 0;
}
#rmp-container-580{
	background-image: initial !important;
}
.h700 #accordionExample{
	height: 800px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.busbox {
    text-align: center;
    
    padding: 30px;
}
.busboxborder{
	border: 1px solid #ffc107;	
}

.box-cont-sec {
	border:none !important;
}

#wpcf7-f603-o1 textarea {
    margin-top: 0px !important;
    background: #fff !important;
    border: none;
}

.card-container {
  display: flex;
    width: 100%;
    height: 500px;
    overflow: hidden;
/*     justify-content: space-between; */
	color:#000;
	gap: 5px;
}
.flowcardwidth,
.flowcard {
    position: relative;
    width: calc(100% / 5); /* Divide evenly among all cards initially */
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: width 0.4s ease-in-out;
    flex-shrink: 0;
}
.flowcardwidth,
.flowcard:hover {
    width: 50% !important; /* Expand hovered card to 50% of the container width */
    z-index: 2;
}

.flowcard:not(:hover) {
    width: calc(100% / 9); /* Reduce non-hovered cards to maintain layout */
    transition: width 0.4s ease-in-out;
}
.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFC107;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    z-index: 1;
    pointer-events: none;
}
.flowcardwidth .card-overlay,
.flowcard:hover .card-overlay {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.card-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFC107;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.4s ease-in-out;
    overflow-y: auto;
}
.flowcardwidth .card-content,
.flowcard:hover .card-content {
    opacity: 1;
}
.rotatetext {
    transform: rotate(-90deg);
}
.card-content .subtitle {
    margin-bottom: 25px;
    border-bottom: 1px solid #000000;
    padding-bottom: 15px;
}
.card-content p {
    color: #000;
}
.busboxborder {
    border: 1px solid #ffc107; /* Adds a yellow border */
    display: flex;            /* Ensures Flexbox behavior */
    flex-direction: column;   /* Keeps content vertical */
    height: 100%;             /* Ensures full height alignment */
}
.busbox {
    padding: 15px;            /* Adds internal spacing */
    flex-grow: 1;             /* Ensures the content stretches equally */
}

.serviceimg img {
    width: 100% !important;
}
.serviceboxpage {
    border: 2px solid #FFC107;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 5px;
    flex-direction: column;   /* Keeps content vertical */
    height: 100%;
}
.serviceimg {
    flex: 0 0 20%;
}
.serviceimg {
    border: 3px solid #ffc107;
    padding: 20px;
    border-radius: 50%;
    background-color: #fff;
    object-fit: cover;
    object-position: center;
}
.site-footer .col-xl-6:nth-child(3),
.site-footer .col-xl-6:nth-child(4){
    display: none;
}
.footer-link-list li a {
    cursor: none;
    pointer-events: none;
}
.whychoosesection .left_img {
    flex: 0 0 10%;
}


/****** new s css start *******/

.busbox {
    padding: 15px;
    flex-grow: 1;
    box-shadow: 0px 0px 30px #00000029;
    border-radius: 15px;
    text-align: left !important; 
}

.sticky-img {
    position: sticky;
    top: 100px;
}

.blur-background {
    padding: 20px;
    box-shadow: 0px 0px 20px rgb(227 228 237 / 14%);
    border: 1px solid rgb(255 255 255 / 25%);
    border-radius: 5px;
    background-color:#00000069;
    backdrop-filter: blur(5px);
}



.blur-background::after{

    display: none ;
}

.blur-background::before{

    display: none ;
}

.fixed-section {
    background-image: url("https://webbrainstechnologies.com.au/wp-content/uploads/2025/04/Group-10.png");
    background-size: 38%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.header-tab-content {
    box-shadow: 2px 2px 2px 2px #ccc;
    padding: 20px;
	border-radius:5px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: transparent !important;

/****** new s css end *******/