/*
Theme Name: Solu Lab Custom Theme
Theme URI: solulab.com
Author: Adarsh Akshat
Author URI: solulab.com
Description: Custom theme: Solu Lab Custom Theme, developed by Adarsh Akshat
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: solu_lab_theme
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.

Solu Lab Custom Theme 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;
	background:white;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

/* CSS Added to match styling after round2 */
.globalNav {
    background: white !important;
}
.fusion-header-wrapper {
        position: relative !important;
	background:white;
}
@media only screen and (min-width: 801px) {
    .fusion-header-wrapper {
        position: relative !important;
    }
}



.bannerblog{
	display: none !important;
}
.second_section_img_set .imageframe-7 img {
	width: 100% !important;
}
.our-expert-main .fusion-column-wrapper ul li.generative-aI-development .comman-icon {
    background-image: url('https://solulabori.local/wp-content/uploads/2023/05/Genrative-AI-development.png');
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
}

.our-expert-main .fusion-column-wrapper ul li.generative-aI-development:hover .comman-icon{
    background-image:url('https://solulabori.local/wp-content/uploads/2023/05/Genrative-AI-development-1.png');
    height:50px;
    width:50px;
    background-repeat:no-repeat;
    background-size:100%;
    margin:0 auto
}

.our-expert-main .fusion-column-wrapper ul li.aI-development .comman-icon {
    background-image: url('https://solulabori.local/wp-content/uploads/2023/05/AI-development.png');
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
}

.our-expert-main .fusion-column-wrapper ul li.aI-development:hover .comman-icon{
    background-image:url('https://solulabori.local/wp-content/uploads/2023/05/AI-development-1.png');
    height:50px;
    width:50px;
    background-repeat:no-repeat;
    background-size:100%;
    margin:0 auto
}

.our-expert-main .fusion-column-wrapper ul li.software-development .comman-icon {
    background-image: url('https://solulabori.local/wp-content/uploads/2023/05/Software-development.png');
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
}

.our-expert-main .fusion-column-wrapper ul li.software-development:hover .comman-icon{
    background-image:url('https://solulabori.local/wp-content/uploads/2023/05/Software-development-1.png');
    height:50px;
    width:50px;
    background-repeat:no-repeat;
    background-size:100%;
    margin:0 auto
}

.custom_image_height .fusion-imageframe img {
  width: auto !important;
  height: 325px !important;
}
.casestudies_column .imageframe-align-center span img {
	width: 100% !importnat;
}
.casestudies_column .imageframe-align-center span img {
    width: 100%;
}
.dlcc_banner_section .fusion-title-2,.dlcc_banner_section .fusion-title-3
{
	margin-bottom:20px !important;
}

.dlcc_banner_section .custom_image_height .fusion-imageframe img {
    height: 367px !important;
}
.casestudies_column .carousel-image img {
    width: 100% !important;
}
.mighty_jaxx_banner_section .custom_image_height .fusion-imageframe img {
	height: 270px !important;
}
.mj_buissness_overview .imageframe-2 {
	max-width: 370px !important;
}

.mj_the_challenges .imageframe-3 {
	max-width: 340px !important;
}

.mj_project_feautures .fusion-carousel-wrapper {
	height: 230px !important;
}

.mj_project_feautures .fusion-carousel-item-wrapper .fusion-image-wrapper img {
	width:390px !important;
}
/* .mj_technology_stack .fusion-text .d-flex-icon .border-round {
	flex: 1 14%;
	max-width: 14% !important;
} */

.mj_technology_stack .fusion-text .d-flex-icon .border-round div img {
	width:100px !important;
}

.bdcu_banner_image img {
	width:580px !important;
}
/*  .fusion-text P {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
} */

*{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.web_3_solution_section .fusion-row, .partner_section .fusion-row{
	max-width: 80% !important;
}

.info {
    font-size: 16px !important;
}
.f5Jwnh {
	border:none !important;
}
.bcdu_leading_development_section .imageframe-7 img {
	width:400px !important;
}
.bcdu_leading_development_section .fusion-column-wrapper .fusion-text {
	margin-top: 30px !important;
}

.bdcu_solution_section .imageframe-7 img {
	width:100% !important;
}
.mdcu_banner_section .imageframe-1 img{
	width: 550px !important;
}

.adcu_banner_section .imageframe-1 img{
	width: 550px;
}
.mlcu_banner_section .imageframe-1 img{
	width: 360px !important;
}

.lot_tranform_btn{
	margin:0 !important;
}

.block_logo_section .content_height {
	min-height: 80px;
}

.technologies_section .border-round img {
	width: auto !important;
}
.new_subheading p {
	padding-top: 0 !important;
}
.client-testimonial .testimonail-slider-main .testimonail-text span {
	font-size:22px !important;
	color: #223547;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 40px;
}
.custom_image_height .fusion-imageframe {
  width: auto !important;
  max-width: initial !important;
}
.casestudies_common ul li:after{
    top: 2px !important;
}
bold, strong {
    font-weight: 700;
    color: white;
}

.request-for-proposal .wpcf7-form .wpcf7-not-valid-tip {
    position: absolute;
    left: 15px;
    z-index: 10;
    bottom: -48px !important;
}

.site-description{
	display: none
}
.page .site-description {
	display: none;
}
#post-29727 .entery-header{
	display: none;
}
body h2 strong{
	font-size: 28px!important;
	color: black!important;
	
}
strong{color:black!important;}


.Inquire-page-form input{font-size:16px!important;color:#000!important;}

.Inquire-page-form input[type=submit]{background-color: #fff !important;border: 2px solid #e23333 !important;border-radius: 0px !important;color: #e23333 !important;font-size: 18px !important;font-weight: 600 !important;}
.Inquire-page-form input[type=submit]:hover {
    background: #e23333!important;
    border: 2px solid #e23333!important;
    color: #fff!important;
}
 .iotimg img
{
	width:100%;
}
.mar-bot-20 .content-container{
	margin-top: 20px;
}
.wpcp-carousel-wrapper{margin-bottom:50px}
.first-service{text-align:center;}
.white-cl h2.elementor-heading-title,.white-cl p.elementor-text-editor
.elementor-text-editor .elementor-clearfix{
    color:#fff !important;
}
.reviews .review.avatar-image{
	background-color:#fff !important;
	border:1px solid #000 !important;
}
.app-w .heading.heading-with-icon.icon-left h3{
	color:#fff !important;
	margin-top:0.4rem !important;
	margin-bottom:0.4rem !important;
}
#content .elementor-container.elementor-column-gap-default{
	max-width:100% !important;
}
#content .elementor-container.elementor-column-gap-default .elementor-column-wrap.elementor-element-populated{
	padding:unset !important;
}

#b-f .heading.heading-with-icon.icon-left h3{
	color:#333333 !important;
	margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
#wpfront-scroll-top-container{
	bottom:100px !important;
	opacity:unset !important;
	right:4px !important;
}
#wpfront-scroll-top-container img{
	width:35px !important;
	height:35px !important;
}
.type-n strong,.hov-l-c-r{
	color:#fff !important;
	font-style:italic;
	transition:0.2s;
}
#type-b h3{
	color:#fff !important;
}
.col-white u:hover,.hov-l-c-r:hover{
	color:#e2333e !important;
}
/* .fusion-header-wrapper .globalNav a{
	color:black !important;
} */
.attachment-recent-posts.size-recent-posts[src="https://solulabori.local/wp-content/uploads/2022/02/Metaverse-Developers1_11zon-700x428.jpg"]{
	content:url("https://solulabori.local/wp-content/uploads/2022/02/Metaverse-Developers1_11zon-400x200.jpg")!important
}
.attachment-recent-posts.size-recent-posts[src="https://solulabori.local/wp-content/uploads/2022/02/Metaverse_vs_Multiverse-700x400.jpg"]{
	content:url("https://solulabori.local/wp-content/uploads/2022/02/Metaverse_vs_Multiverse-400x200.jpg")!important
}
.attachment-recent-posts.size-recent-posts[src="https://solulabori.local/wp-content/uploads/2022/02/Metaverse_101_2-700x400.jpg"]{
	content:url("https://solulabori.local/wp-content/uploads/2022/02/Metaverse_101_2-400x200.jpg")!important
}
.abl-u h4{
	margin-bottom:5px !important;
}
.fusion-image-wrapper.fusion-image-size-fixed img[src="https://solulabori.local/wp-content/uploads/2022/02/What-is-Proof-of-Stake-500x383.png"]{
	content:url("https://solulabori.local/wp-content/uploads/2022/02/What-is-Proof-of-Stake.png")!important;
}
.fusion-image-wrapper.fusion-image-size-fixed img[src="https://solulabori.local/wp-content/uploads/2022/02/Benefits-Of-An-Nft-Marketplace-On-Cardano1-500x383.png"]{
	content:url("https://solulabori.local/wp-content/uploads/2022/02/Benefits-Of-An-Nft-Marketplace-On-Cardano1.png")!important;
}
.fusion-image-wrapper.fusion-image-size-fixed img[src="https://solulabori.local/wp-content/uploads/2022/01/Build-Apps-On-Cardano-500x383.png"]{
	content:url("https://solulabori.local/wp-content/uploads/2022/02/Cardano-vs-Polkadot-vs-Solana.png")!important;
}
.vault-h2 h2{
	margin-top:30px !important;
	margin-bottom:0px !important;
}
.deposit-ol li::marker{
	font-size:21px;
}

element.style {
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{
	padding:0px !important;
}
.def-table table{
	border-collapse: collapse;
  width: 100%;    
  border:1px solid #000;
}
.def-table table th, td {
    text-align: center;
    padding: 8px;
  }
.def-table table tr:first-child{
    border:1px solid #000;
  }
.def-table table td,.def-table table th{
    border:1px solid #000;
  }
.def-table table td{
	text-align:left;
	vertical-align:top;
}


.fusion-is-sticky .fusion-header-v1 .fusion-sticky-shadow {     height: auto !important;}

@media  (min-width: 801px) {
.fusion-header-wrapper { background: #fff !important; }
}

#metaverseicon {
	background-image:url("https://solulabori.local/wp-content/uploads/2022/04/Metaverse.svg")
}

.our-expert-main .fusion-column-wrapper ul li .expertise-inner:hover #metaverseicon, .our-expert-main .fusion-column-wrapper ul li .expertise-inner:focus #metaverseicon{
	filter: brightness(0) invert(1);
}


.technology-item img {
    height: 85px;
    width: auto;
}
.technology-item {
    height: 200px;
}
.technology-item.technology-item-2{
	margin-top: 0 !important
}


.column_head_flex {
    display: flex !important;
    flex-direction: row !important;
    align-content: center !important;
    flex-wrap: wrap !important;
    align-items: center !important;
}
.show {
	opacity:1 !important;
}
.header-icon {
	margin-right:16px !important;
}

.ver_link.nav-link.active {
    background-color: #ffebeb52 !important;
}

.globalNav .dropdownContent{
	display: block !important;
}

.linkGroupCol-head h3 {
	font-size: 16px !important;
	margin-bottom: 0 !important;
}

.header-icon{
	width: 40px !important;
	height: 40px !important;
	margin-bottom: 0 !important;
}

.linkGroupCol-head h3 span {
    position: absolute;
    right: 40px;
}
.linkGroupCol-content ul li a {
    font-size: 14px;
}
.linkGroupCol-content h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
    /* border-bottom: 1px solid red; */
}
.third_level {
    border-bottom: none;
}

.nav-tabs .nav-link {
    margin-bottom: 0px !important;
    border: none !important;
    
}

.third_level_heading h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
	padding-top: 5px;
    padding-bottom: 5px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #ffebeb52 !important;
    border-color: #dee2e6 #dee2e6 #fff;
}
.arrow_right.nav-link.active:after {
    content: "\f105";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 25px;
    top: 10px;
    float: right;
}

.nav-tabs .nav-link {
    position: relative;
}

ul .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}

ul li {
  margin: 0.5em 0;
}

ul li a.toggle {
  width: 100%;
  display: block;
  background: #223547;
  color: #fff;
  padding: 0.55em;
  border-radius: 0.1em;
  transition: background 0.3s ease;
}

ul li a.toggle:hover {
  background:#223547;
 color: #fff;

}
a.toggle:after {
    content: "+";
    display: block;
    color: #fff;
    float: right;
    font-size: 20px;
    position: relative;
    top: -2px;
}
ul.accordion li {
    margin: 0.1em;
    border-bottom: 1px solid #fff;
}
ul.menu li {
    border-bottom: none;
    padding: 8px 0;
}

.accordion_head {
    color: white;
    cursor: pointer;
}
.accordion_body p {
    padding: 18px 5px;
    margin: 0px;
}
.plusminus {
    float:right;
}
ul.mobile_menu_new li {
    border-bottom: 1px solid #fff;
    color: #fff !important;
	padding: 7px 11px;
}

ul.mobile_menu_new li a {
    color: #fff !important;
}
ul.mobile_menu_new {
    margin-top: 50px;
    padding: 0em 1em;
}



.nav-tabs .nav-link {
    margin-bottom: 0px !important;
    border: none !important;
    
}

.third_level_heading h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
	padding-top: 5px;
    padding-bottom: 5px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #ffebeb52 !important;
    border-color: #dee2e6 #dee2e6 #fff;
}
.arrow_right.nav-link.active:after {
    content: "\f105";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 25px;
    top: 10px;
    float: right;
}

.nav-tabs .nav-link {
    position: relative;
}

ul .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}

ul li {
  margin: 0.5em 0;
}

ul li a.toggle {
  width: 100%;
  display: block;
  background: #223547;
  color: #fff;
  padding: 0.55em;
  border-radius: 0.1em;
  transition: background 0.3s ease;
}

ul li a.toggle:hover {
  background:#223547;
 color: #fff;

}
a.toggle:after {
    content: "+";
    display: block;
    color: #fff;
    float: right;
    font-size: 20px;
    position: relative;
    top: -2px;
}
ul.accordion li {
    margin: 0.1em;
    border-bottom: 1px solid #fff;
}
ul.menu li {
    border-bottom: none;
    padding: 8px 0;
}

.accordion_head {
    color: white;
    cursor: pointer;
}
.accordion_body p {
    padding: 18px 5px;
    margin: 0px;
}
.plusminus {
    float:right;
}
ul.mobile_menu_new li {
    border-bottom: 1px solid #fff;
    color: #fff !important;
	padding: 7px 11px;
}

ul.mobile_menu_new li a {
    color: #fff !important;
}

.sec-link {
    padding: 0.4em 1em;
   	background-color: #ffebeb52 !important;
    margin-bottom: 1.5em;
}

li.main-link {
    background-color: #ffebeb52;
    padding: 0.4em 1em;
    margin-bottom: 1.5em;
    border-radius: 4px;
}

.py-4 {
    padding: 1em 0;
}
div#tabs-nav-sec {
    padding: 0.5em 0;
}

.sec-link.active-sec:after {
    content: "\f105";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 10px;
}

.sec-link.active-sec {
	background-color: #ffebeb52 !important;
    position: relative;
}
#case.case-studies{
-webkit-sticky
  position: sticky;
}
@media (min-width: 1024px) and (pointer: fine){
.ProductAdvantagesSection_squareHaloList__BnPzN .ProductAdvantagesSection_squareHaloListItem__aMPQK:hover {
    background-color: initial;
    color: #fff;
    transition: 0.5s;
    background: linear-gradient(90deg, var(--c1, #b7b7b7), var(--c2, #E46632) 51%, var(--c1, #b7b7b7)) var(--x, 0)/ 200%;
}
}
@media only screen and (max-width:600px){
ul.blogs.adjustbxflex {
	    display: block;
}
	button.btn.btn_blue.banner__btn.trigger{
		display: block;
	}
	.f6Jwnh ul li {
    width: calc(50% - 20px);
}
}
/*case-study*/
#case-title.fusion-text.case-title{
	font-family: Helvetica;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}
@media only screen and (max-width: 600px){
button.btn.btn_blue.banner__btn.trigger {
    display: initial;
}
}
/*--------contact-form-------------*/
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
	 font-size:20px;
	 color :#000;
}
input.wpcf7-form-control.wpcf7-captchar{
	text-align :left ;
}

/*tellusaboutyourproject*/
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control{
/* 	color :#abb8c3 !important; */
}
/* input.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control{
	color:black ;
} */
/* select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control option:checked{
	color :black !important;
} */

/*=======service-page======*/
.our-project-inner .right-img {
    float: right;
    width: 60%;
    text-align: right;
}
/*button-link-text-decoration*/
a.fusion-button.button-flat.button-medium.button-custom.button-1.fusion-button-default-span  {
    margin-top: 45px;
    text-decoration: none;
}
a.fusion-button.button-flat.button-medium.button-custom.button-2.fusion-button-default-span  {
    margin-top: 45px;
    text-decoration: none;
}
/*iot-case-study*/
#case-study-title.fusion-layout-column.fusion-one-third{
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
}
.first-service-btn:before {
    content: "";
	background-image: url(images/arrow-bg.png);align-content
	}

/*-------toggle--------*/
.close.toggle-alert{
	display:none !important;
}

/*-----form----*/
.wpcf7-list-item-label{
	font-size:14px !important;
}
/*------nft-form-----*/
.wpcf7-form-control.has-spinner.wpcf7-submit.banner__btn{
	margin-top: 0 !important;
}
/* post-table */
 table, th, td {
  border: 1px solid black;
  border:collapse: collapse;
}
/*th,td{
	width:50%;
}*/
/*.single-post .post {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 15px;
}*/
/*service page- blocks*/
.our-expert-main .fusion-column-wrapper ul li .expertise-inner h2 {
    font-size: 19px;
    font-weight: 700;
	padding-top: 0px!important;
}
div.our-expert-main {
    margin-top: 0px!important;
}
/*table o content
.post-content .blog-post a {
    border-bottom: 0px solid #223547;
}
#ez-toc-container a {
    box-shadow: none;
    text-decoration: none;
    text-shadow: none;
    display: inline-flex;
    align-items: stretch;
    flex-wrap: nowrap;
    padding: 10px 14px;
   
}
div#ez-toc-container ul li {
    font-size: 110%;
    font-weight: 500;
}
#ez-toc-container a {
    color: #000;
}
*/
.our-execution li:last-child .excuation-main:before {
    display: none;
}

.blog-post p, .blog-post ul li {
	color: #000!important;
	text-align:left;
}

/*----tell us form----*/
.request-for-proposal .no-padding {
	margin-bottom:10px !important;
}
/*inquity page new*/
div.fusion-content-boxes .content-wrapper-background {
    padding: 20px;
	border-radius: 7px;
    border: 1px solid #fff;
}
span.wpcf7-form-control.wpcf7-checkbox{
	display:contents;
}
.wpcf7-list-item input[type=checkbox]+span.wpcf7-list-item-label {
	display: contents;
}

.fusion-content-boxes .heading .content-box-heading {
    margin: 0;
    padding: 0;
    font-weight: 600;
}
.contact-form .input-block .form-control {
	background-color: #ffffff61;
}
h2.blog-shortcode-post-title.entry-title{
	font-weight: 600;
}
div.fusion-post-content-container{
	font-size:17px;
}
.pagination.clearfix{
	font-size:20px;
}
.fusion-blog-pagination .pagination.current{
	font-size:20px;
}
.fusion-blog-pagination .pagination, .fusion-blog-pagination .pagination .current, .fusion-blog-pagination .pagination .pagination-next, .fusion-blog-pagination .pagination .pagination-prev, .fusion-blog-pagination .pagination a.inactive, .page-links, .pagination, .pagination .pagination-next, .pagination .pagination-prev {
    font-size: 20px;
}
span.current{
	font-size: 20px;
}
.blog-post p, .blog-post ul li {
    color: #666!important;
	font-size: 18px;
}
div.text-center.bannerblog.asdf{
	display:none;
}
.archive.category #main .fusion-row {
    margin-top: 125px;
}

div.bannerblog.asd{
	display:none;
}
.single-post .entry-title {
    font-size:38px!important;
    line-height: 1.3!important;
    color: #333!important;
    padding-top: 33px;
}
h2.fusion-post-title{
	font-weight:600;
}
.calendly-mobile{
margin-left: 95px; 
	margin-right: 95px;
}
.button-large {
    padding: 9px 27px!important;
    line-height: 17px!important;
    font-size: 16px!important;
}
.lot_btn_margin {
	margin:0 !important;
}

.blog-post p, .blog-post ul li {
    color: #000!important;
}
.post-content .blog-post a {
    border-bottom: 0px solid #223547;
    color: #fc5151;
}

@media screen and (max-width: 424px) and (min-width: 320px){
div.about-author-container{
	text-align:left;
	font-size: 14px;
}
}
div.about-author-container{
	text-align:left;
	font-size: 16px;
}
#sidebar.our-expert-main .fusion-builder-row.fusion-row {
    max-width: 100%!important;
}
.sp-img {
    background-image: url(https://solulabori.local/wp-content/uploads/2023/04/retail-1.png);
    height: 80px;
    width: 80px;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 50%;
	  border-color:#f9d6d6;
}
.request-for-proposal .wpcf7-form .wpcf7-not-valid-tip {
	position: initial;
}
.request-for-proposal .wpcf7-form-control.form-control {
    padding: 20px 15px 20px 60px!important;
    height: 65px!important;
}
/*contat-fomr*/
input.wpcf7-form-control.wpcf7-intl-tel.wpcf7-intl_tel.wpcf7-validates-as-required{
	
	padding: 20px 15px 20px 60px!important;
    height: 62px!important;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0,0,0,.05);
    font-size: 18px !important;
    border: none!important;
    width: 100%!important;
}
input{
	margin: 0px 0 0;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.square-button {
    background-color: #fff;
    width: 160px;
    border-radius: 25px;
    color: #e23333;
    font-size: 14px;
    text-transform: uppercase;
    /* line-height: 45px; */
	display: block;
}
#content {
    padding-bottom: 0px;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control{
width:100%;
}
.wpcp-carousel-section .wpcp-swiper-dots .swiper-pagination-bullet{
	width:7px;
	height:7px;
}
