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

justinteriors is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a: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;
}

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





/*----------------- Header Style ---------------------*/

.header-container .ls-container {
	width:250px !important;
}
.header-container .rs-container {
	width: calc(100% - 250px) !important;
    padding-left: 20px;
}
.header-container .rs-container .header-menu-container {
	width:50px !important;
	padding-left:20px;
}
.header-container .rs-container .header-btn-container {
	width:220px !important;
	padding-left:20px;
}
.header-container .rs-container .header-contact-block {
	width:calc(100% - 270px) !important;
}
.header-container .mobile-top-bar .top-bar-ls {
	       width: calc(100% - 175px) !important;
    padding-right: 10px;
}
.header-container .mobile-top-bar .top-bar-rs {
	       width: 175px;
}
.header-container .mobile-top-bar .top-bar-ls .elementor-icon-list-items .elementor-icon-list-item a {
	    border: 1px solid #000;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    background: #000;
} 
.header-container .mobile-top-bar .top-bar-ls .elementor-icon-list-items .elementor-icon-list-item a:hover {
	background-color:#fff;
	border-color:#fff;
}
.header-container .mobile-top-bar .top-bar-ls .elementor-icon-list-items .elementor-icon-list-item a:hover .elementor-icon-list-icon i {
	color:#000 !important;
}
.header-container .hfe-nav-menu-icon {
	padding:6px 0 !important;
}

.header-container.fixed {
    position: fixed;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    animation: slideDown 0.35s ease-out;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
}

footer .location-link ul li.elementor-icon-list-item a {
	pointer-events:none !important;
}

.home-usp-sec > .elementor-container {
	    justify-content: center;
	flex-wrap: nowrap;
}
.home-usp-sec .usp-block {
	width:auto !important;
}
.home-usp-sec .usp-block .elementor-image-box-wrapper .elementor-image-box-img {
	    width: 45px !important;
}
.home-usp-sec .usp-block .elementor-image-box-wrapper .elementor-image-box-img img {
	width: 100%;
	    filter: brightness(0) invert(1);
}
.home-usp-sec .usp-block .elementor-image-box-wrapper .elementor-image-box-content {
	padding-left:16px;
}
.home-usp-sec .usp-block .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
	margin: 0;
}
.n2-ss-slider{
	min-height:calc(100vh - 86px) !important
}

.three-cl-img-text-overlay-sec .img-text-block .elementor-image-box-wrapper {
	position:relative;
	    line-height: 0;
}
.three-cl-img-text-overlay-sec .img-text-block .elementor-image-box-wrapper .elementor-image-box-img {
	 line-height: 0;
	position:relative;
	    border-radius: 22px;
    overflow: hidden;
}
.three-cl-img-text-overlay-sec .img-text-block .elementor-image-box-wrapper .elementor-image-box-img img {
	width: 100%;
}

.three-cl-img-text-overlay-sec .img-text-block .elementor-image-box-wrapper .elementor-image-box-content {
	    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
	       padding: 50px;
	  z-index: 2;
}
.three-cl-img-text-overlay-sec-inner .img-text-block .elementor-image-box-wrapper {
	    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.three-cl-img-text-overlay-sec-inner .img-text-block .elementor-image-box-wrapper:before {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:'';
	background-image:url('./images/Overlay-001.png');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
	    z-index: 1;
}
.three-cl-img-text-overlay-sec-inner .img-text-block:hover .elementor-image-box-wrapper:before {
	background-image:none;
	background-color:#138DC0;
	    opacity: 0.8;
}
.three-cl-img-text-overlay-sec .img-text-block .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
	    margin: 0 0 10px;
}
.three-cl-img-text-overlay-sec .three-cl-img-text-overlay-sec-inner > .elementor-container {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.three-cl-img-text-overlay-sec .img-text-block {
width: calc(33.33% - 30px) !important;
    margin: 15px;
	cursor: pointer;
}
.three-cl-img-text-overlay-sec .img-text-block .elementor-image-box-img img {
	transition:all 0.5s ease-in-out;
}
.three-cl-img-text-overlay-sec .img-text-block:hover .elementor-image-box-img img {
	    transform: scale(1.2);
}
.work-with-us-sec .work-with-us-sec-inner > .elementor-container {
	flex-wrap: wrap;
    display: flex;
}
.work-with-us-sec .work-with-block {
width: calc(33.33% - 30px) !important;
    margin: 15px;
	height: 500px;
	border-radius:22px;
	overflow: hidden;
}
.work-with-us-sec.process-step-sec .work-with-block {
	width: calc(25% - 16px) !important;
	 margin: 8px;
}
.work-with-us-sec .work-with-block .wwu-text-block {
	position: absolute;
    left: 0;
    bottom: 0;
}
.work-with-us-sec .work-with-block .wwu-text-block .wwu-box-info,
.work-with-us-sec .work-with-block .wwu-text-block .wwu-box-btn {
	 max-height: 0;
    transition: max-height 0.35s ease-out;
    overflow: hidden;
}
.work-with-us-sec .work-with-block:hover .wwu-box-info,
.work-with-us-sec .work-with-block:hover .wwu-text-block .wwu-box-btn {
	  max-height: 500px;
    transition: max-height 1s ease-in;
}

.work-with-us-sec .work-with-block .wwu-text-block .wwu-box-info .custom-btn {
	font-family: "Gotham-Book", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2em;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #138DC0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #138DC0;
    border-radius: 25px 25px 25px 25px;
    padding: 13px 30px 13px 30px;
	display: inline-block;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
	width: 100%;
}
.work-with-us-sec .work-with-block .wwu-text-block .wwu-box-info .custom-btn:hover {
	color: #138DC0;
	background-color:#fff;
	border-color: #fff;
}
.work-with-us-sec .work-with-block .wwu-text-block .wwu-box-info p {
	margin:0;
}
.portfolio-sec .mgl-gallery .mgl-item {
	position:relative;
}
.portfolio-sec .mgl-gallery .mgl-item:before {
	position:absolute;
}


#popmake-693.pum-container {
	width: 80%;
   max-width: 650px !important;
	    padding: 30px;
    text-align: center;
}
body .pum-theme-685 .pum-container, .pum-theme-lightbox .pum-container {
	border: 0;
    box-shadow: none;
}
.pum-theme-685 .pum-container .pum-title {
color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    margin: 0 0 20px;
}

.wpcf7-form p {
	margin:0;
}
.wpcf7-form input,
.wpcf7-form textarea {
	height: 45px;
    width: 100%;
    color: #000;
	    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    line-height: 1.3;
    font-size: 16px;
    padding: 10px 10px 10px 20px;
        border: 0;
    border-bottom: 2px solid #138DC0;
	background: transparent;
    border-radius: 0;
}
.wpcf7-form textarea {
	height:120px;
}
.wpcf7-form label {
transform: translateY(0);
    color: #000;
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    line-height: 1.3;
    font-size: 16px;
    position: absolute;
    bottom: 11px;
    left: 10px;
    transition: all 0.3s ease-in-out;
}
.wpcf7-form label.has-value {
	font-size: 12px;
    transform: translateY(-30px);
}

.wpcf7-form .field-container {
	position: relative;
	margin: 0 0 20px;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
	outline:0;
}
.wpcf7-form .wpcf7-submit {
font-family: "Gotham-Book", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2em;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #138DC0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #138DC0;
    border-radius: 25px;
    padding: 13px 30px 13px 30px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    transition: all .2s cubic-bezier(.22, .61, .36, 1);
    width: auto;
    margin: 0 auto;
    text-transform: uppercase;
    display: inherit;
    height: auto;
    cursor: pointer;
}

.wpcf7-form .wpcf7-submit:hover {
  background-color: #138DC0;
  transform: translateY(-2px);
}

.wpcf7-form .wpcf7-spinner {
	display:none;
}
.wpcf7-form .wpcf7-not-valid-tip {
	    position: absolute;
    width: 100%;
    left: 0;
    height: 45px;
    top: -10px;
    line-height: 1.2;
    padding: 11px;
}

.whatsapp-fixed-icon {
	    position: fixed;
    bottom: 40px;
    left: 40px;
    max-width: 60px;
    z-index: 999;
		animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	border-radius: 22px;
}



.gallery-portfolio .portfolio-filter-section {
	padding:0;
}
.portfolio.gallery-portfolio .portfolio-items .item .portfolio-text h3 {
	font-size: 22px;
    line-height: 1.2;
    font-family: "Gotham-book";
    font-weight: 500;
}
.portfolio.gallery-portfolio .portfolio-items .item .portfolio-text span {
	font-size: 20px;
}


/*------------------------- Service Page ---------------------*/

.container {
	max-width:1200px;
	margin:0 auto;
	float:none;
	padding:0 15px;
}
.service-listing-container {
	padding:80px 0;	
}
.service-listing-container .service-listing-inner {
	display:flex;
	flex-wrap:wrap;
	    justify-content: center;
	margin:0 -15px;
}
.service-listing-container .service-block {
	width:calc(33.33% - 30px);
	margin:15px;
}
.service-listing-container .service-block .service-block-inner {
	    border-bottom-left-radius: 18px;
    overflow: hidden;
    border-bottom-right-radius: 18px;
		background-color:#f8f8f8;
}
.service-listing-container .service-block .img-block {
	position: relative;
}
.service-listing-container .service-block .img-block .featured-img {
	   line-height: 0;
    border-radius: 18px;
    overflow: hidden;
}
.service-listing-container .service-block .img-block .featured-img a {
	display:inline-block;
	width:100%;
}
.service-listing-container .service-block .img-block .featured-img img {
	width:100%;
	height:100%;
	object-fit:cover;
	    min-height: 250px;
    max-height: 250px;
}
.service-listing-container .service-block .img-block .service-icon {
	position: absolute;
    right: 45px;
    bottom: -50px;
	z-index:2;
}
.service-listing-container .service-block .service-text-block {
	    padding: 50px 30px 30px 30px;
}
.service-listing-container .service-block .service-text-block .block-heading {
	    margin: 0 0 10px;
}
.service-listing-container .service-block .service-text-block .block-heading a {
	font-size:22px;
	color:#000;
	line-height:1.2;
	    font-family: "Montserrat", Sans-serif;
	font-weight:700;
	    text-decoration: none;
	transition:all 0.3s ease-in-out;
	text-transform:uppercase;
}
.service-listing-container .service-block .service-text-block .block-excerpt p {
	color: #353535;
    font-size: 18px;
    line-height: 1.3;
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    margin: 0;
}
.service-listing-container .service-block {
	    position: relative;
}
.service-listing-container .service-block .featured-img img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.service-listing-container .service-block .featured-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #138dc0;
    z-index: 2;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
	border-radius:18px;
}

.service-listing-container .service-block:hover .featured-img:before {
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}


.service-listing-container .service-block .frame {
    position: absolute;
    border: 1px solid #fff;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.service-listing-container .service-block .frame {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    opacity: 0;
    transition: all 0.3s ease-in-out;
	    padding: 15px;
}
.service-listing-container .service-block:hover .frame {
    width: calc(100% - 120px);
    height: calc(100% - 120px);
    opacity: 1;
}
.service-listing-container .service-block .frame p {
	line-height: 1.3;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
	text-transform:uppercase;
}
.service-listing-container .service-block .img-block .service-icon img {
	transition: transform 0.8s ease-in-out;
}
.service-block:hover .service-icon img {
    transform: rotate(360deg);
}	


/*--------------- Service Page Inner ----------------*/

.custom-single .service-inner-banner-sec {
	padding:150px 0;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	position:relative;
}
.custom-single .service-inner-banner-sec:before {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #000;
    opacity: 0.5;
}
.custom-single .service-inner-banner-sec .banner-inner-container {
	position: relative;
    z-index: 2;
    text-align: center;
}
.custom-single .service-inner-banner-sec .page-title {
	    color: #FFFFFF;
    font-family: "Gotham-Black", Sans-serif;
    font-size: 80px;
    font-weight: 600;
    text-transform: uppercase;
	margin:0;
}
.custom-single .service-inner-banner-sec {
	padding: 150px 0;
}
.custom-single .service-inner-banner-sec .breadcrumb-sec span,
.custom-single .service-inner-banner-sec .breadcrumb-sec span a {
	text-decoration:none;
	    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
}

.custom-single .main-content-sec {
	padding:65px 0;
}
.custom-single .main-content-sec .heading {
	margin: 0 0 25px;
    font-size: 40px;
    line-height: 1.2;
    color: #000;
	text-transform: uppercase;
}
.custom-single .main-content-sec .content p {
	    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
}
.custom-single .main-content-sec .content p + p {
	margin-top:20px;
}
.custom-single .main-content-sec .content ul,
.custom-single .main-content-sec .content ol {
       padding: 0 0 0 25px;
   margin: 25px 0 0 0;
}
.custom-single .main-content-sec .content ul li,
.custom-single .main-content-sec .content ol li {
        font-size: 16px;
    line-height: 1.3;
    color: #000;
	    margin: 8px 0;
}
.service-inner-slider {
	padding-top:70px;
}
.service-inner-slider .swiper-slide img {
	width:100%;
	border-radius:25px;
}
.service-inner-slider .swiper-wrapper {
	    margin: 0 0 60px;
}


.portfolio .portfolio-items {
	display:flex;
	flex-wrap:wrap;
	width: 100% !important;
}
.portfolio .portfolio-items .item {
	width:33.33%;
	    padding: 15px;
}
.portfolio .portfolio-items .item .single-portfolio {
	position:relative;
}
.portfolio .portfolio-items .item .portfolio-text {
	width: calc(100% - 40px);
    height: calc(100% - 40px);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    padding: 15px;
	position: absolute;
    border: 1px solid #fff;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.portfolio .portfolio-items .item .single-portfolio:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #138dc0;
    z-index: 2;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.portfolio .portfolio-items .item .single-portfolio:hover:before {
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}
.portfolio .portfolio-items .item .single-portfolio:hover .portfolio-text {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    opacity: 1;
}
.portfolio .portfolio-items .item .single-portfolio .portfolio-text-inner {
	text-align:center;
}
.portfolio .portfolio-items .item .portfolio-text h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
	font-family: "Gotham-book";
}
.portfolio .portfolio-items .item .portfolio-text span {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
	font-family: "Gotham-book";
	
}
.portfolio .portfolio-items .item .single-portfolio .portfolio-img {
	    line-height: 0;
}
.portfolio-filter-section {
	padding:80px 0;
}
.portfolio-filter-section .filters-group ul {
	padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.portfolio-filter-section .filters-group ul li {
	font-family: "Gotham-book";
    font-size: 16px;
    line-height: 1.2;
    color: #191919;
	     margin: 10px 30px 10px 0;
	position:relative;
	cursor:pointer;
}
.portfolio-filter-section .filters-group ul li:after {
	position:absolute;
	right:-15px;
	top:0;
	content:'/';
}
.portfolio-filter-section .filters-group {
	margin:0 0 60px;
}
.portfolio-filter-section .filters-group ul li:last-child {
	margin-right:0;
}
.portfolio-filter-section .filters-group ul li:last-child:after {
	display:none;
}

.portfolio-filter-section .filters-group ul li.active,
.portfolio-filter-section .filters-group ul li:hover {
	color:#138DC0;
}

/*------------------------ Blog Listing Page ----------------*/

.blog-listing-page .listing-container .listing-container-inner {
	display:flex;
	flex-wrap:wrap;
}
.blog-listing-page .listing-container .blog-block {
	width: calc(33.33% - 30px);
    margin: 15px;
	position: relative;
}
.blog-listing-page .listing-container .blog-block .blog-inner {
    border-bottom-left-radius: 18px;
    overflow: hidden;
    border-bottom-right-radius: 18px;
    background-color: #f8f8f8;
}
.blog-listing-page .listing-container .blog-block .img-block {
    position: relative;
}
.blog-listing-page .listing-container .blog-block .img-block .featured-img {
    line-height: 0;
    border-radius: 18px;
    overflow: hidden;
}
.blog-listing-page .listing-container .blog-block .featured-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #138dc0;
    z-index: 2;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 18px;
}
.blog-listing-page .listing-container .blog-block:hover .featured-img:before {
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}
.blog-listing-page .listing-container .blog-block .img-block .featured-img a {
    display: inline-block;
    width: 100%;
}
.blog-listing-page .listing-container .blog-block .img-block .featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 250px;
    max-height: 250px;
}


.blog-listing-page .listing-container .blog-block .blog-text-block {
    padding: 20px;
}
.blog-listing-page .listing-container .blog-block .blog-text-block .block-heading {
    margin: 0 0 10px;
}
.blog-listing-page .listing-container .blog-block .blog-text-block .block-heading a {
    font-size: 22px;
    color: #000;
    line-height: 1.2;
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
.blog-listing-page .listing-container .blog-block .blog-text-block .block-excerpt p {
    color: #353535;
    font-size: 18px;
    line-height: 1.3;
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    margin: 0;
}
.blog-listing-page .listing-container .blog-block .blog-text-block a.read-more-btn {
	    font-family: "Gotham-Book", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #138DC0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #138DC0;
    border-radius: 25px 25px 25px 25px;
    padding: 13px 30px 13px 30px;
    text-decoration: none;
    display: inline-block;
       margin: 20px -30px -20px;
    width: calc(100% + 50px);
    border-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
	transition:all 0.3s ease-in-out;
}
.blog-listing-page .listing-container .blog-block .blog-text-block a.read-more-btn:hover {
	background-color:#3c404c;
	border-color:#3c404c;
}

.blog-listing-page .listing-container {
    padding: 80px 0;
}

.blog-listing-page .listing-container .pagination {
	width: 100%;
    text-align: center;
    margin: 50px 0 0 0;
}
.blog-listing-page .listing-container .pagination .page-numbers {
	    font-size: 18px;
    padding: 10px;
    border: 1px solid #138dc0;
    background: #138dc0;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin: 0 5px;
    min-width: 50px;
    min-height: 50px;
    display: inline-block;
	transition:all 0.3s ease-in-out;
}
.blog-listing-page .listing-container .pagination a:hover,
.blog-listing-page .listing-container .pagination .page-numbers.current {
	background: #3c404c;
	border-color:#3c404c;
}
.archive-template .service-inner-banner-sec .page-title {
	font-size: 40px;
}

/*------------------------------- Blog Single Page ----------------------*/

.custom-single.single-post .container {
	max-width:1330px;
}

.custom-single.single-post .service-inner-banner-sec .page-title {
	font-size: 40px;
}



.blog-post-content {
	padding: 80px 0;
}
.blog-post-content .blog-post-content-inner {
	display: flex;
    flex-wrap: wrap;
}
.blog-post-content .main-content {
	  width: calc(100% - 350px);
    padding-right: 50px;
}
.blog-post-content .main-content img {
	width:100%;
}
.blog-post-content .sidebar-container {
	        width: 350px;
}
.blog-post-content .recent-post-block .recent-post-inner {
	display: flex;
    flex-wrap: wrap;
	align-items: center;
}
.blog-post-content .recent-post-block  {
	margin:15px 0;
}
.blog-post-content .recent-post-block .block-img {
	    width: 80px;
    height: 80px;
}
.blog-post-content .recent-post-block .block-img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.blog-post-content .recent-post-block .block-text {
	width:calc(100% - 80px);
	    padding-left: 15px;
}
.blog-post-content .recent-post-block .block-text .post-title {
	font-size: 18px;
    line-height: 1.2;
}
.blog-post-content .recent-post-block .block-text .post-title a {
	text-decoration: none;
    color: #000;
	transition:all 0.3s ease-in-out;
}
.blog-post-content .recent-post-block .block-text .post-title a:hover  {	
    color: #138DC0;
}
.blog-post-content .sidebar-heading {
	     margin: 0 -20px 20px;
    text-transform: uppercase;
    padding: 10px 15px;
    background: #138dc0;
    color: #fff;
        font-size: 22px;
    text-align: center;
} 
.blog-post-content .sidebar-block {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 0 20px 10px;
    margin: 0 0 30px;
}
.blog-post-content .sidebar-block:last-child {
	 margin: 0;
}
.blog-post-content .sidebar-block .category-block {
	margin:0;
	padding:0;
	list-style: none;
}
.blog-post-content .sidebar-block .category-block li {
	padding: 15px 0;
    border-bottom: 1px solid #606060;
}
.blog-post-content .sidebar-block .category-block li:last-child {
	border:0;
}
.blog-post-content .sidebar-block .category-block li a {
color: #606060;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    transition: all 0.3s ease-in-out;
}
.blog-post-content .sidebar-block .category-block li a:hover {
	color:#138dc0;;
}
.blog-post-content .sidebar-block .category-block li a i {
	    margin-right: 10px;
}
.blog-post-content .sidebar-container-inner {
	position: sticky;
    top: 120px;
}

.blog-post-content p {
	font-size:18px;
	line-height:1.3;
	margin:0;
	    font-family: "Montserrat", Sans-serif;
}
.blog-post-content p + p {
	margin-top:25px;
}
.blog-post-content h2 {
	margin: 20px 0;
    font-size: 32px;
    line-height: 1.2;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
}
.blog-post-content h3 {
		margin: 20px 0;
    font-size: 28px;
    line-height: 1.2;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
}
.blog-post-content h4 {
		margin: 20px 0;
    font-size: 26px;
    line-height: 1.2;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
}
.blog-post-content h5 {
		margin: 20px 0;
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
}
.blog-post-content h6 {
		margin: 20px 0;
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
}


.custom-single .related-services-sec h2.section-heading {
        margin: 0 0 25px;
    font-size: 40px;
    line-height: 1.2;
    color: #000;
    text-transform: capitalize;
}
.custom-single  .related-services-sec .related-services-inner .image-bg {
        min-height: 150px;
}

.custom-single  .related-services-sec  {
    padding:80px 0;
}
.custom-single  .related-services-sec .project-slider .desp-wrapper {
    text-decoration:none;
}
.custom-single  .related-services-sec .project-slider .button-link {
    display:none;
}
.custom-single .cta-bar-section {
      padding: 100px 0;
      background-image:url('https://justinteriors.in/wp-content/uploads/2023/04/consultancy-cta-bg-1.jpg');
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.custom-single .cta-bar-section .cta-bar-section-inner {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}
.custom-single .cta-bar-section .ls-container {
    width:100%;
    flex:1;
}
.custom-single .cta-bar-section .rs-container {
      width: 200px;
    text-align: right;
}
.custom-single .cta-bar-section .ls-container h2 {
        margin: 0;
    color: #fff;
    font-size: 34px;
    line-height: 1.2;
}
.custom-single .cta-bar-section .rs-container .custom-btn {
    font-family: "Gotham-Book", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2em;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #138DC0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #138DC0;
    border-radius: 25px 25px 25px 25px;
    padding: 13px 30px 13px 30px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.custom-single .cta-bar-section .rs-container .custom-btn:hover {
    color: #138DC0;
    background-color: #fff;
    border-color: #fff;
} 
@media(max-width:1300px){
	.work-with-us-sec.process-step-sec .work-with-block {
	width: calc(50% - 16px) !important;
}
}
@media(max-width:1024px){
	.custom-single .service-inner-banner-sec .page-title {
	    font-size: 50px;
	}
	.portfolio .portfolio-items .item {
    	width: 50%;
	}
	.portfolio-filter-section {
    padding: 65px 0;
}
	.portfolio-filter-section .filters-group {
    margin: 0 0 40px;
}

}

@media(max-width:991px){
	.header-container .rs-container {
  	  width: calc(100% - 220px) !important;
	}
	.header-container .ls-container {
   	 width: 220px !important;
	}
	.three-cl-img-text-overlay-sec .img-text-block .elementor-image-box-wrapper .elementor-image-box-content {
		padding: 25px;
	}
	.three-cl-img-text-overlay-sec .img-text-block {
width: calc(50% - 30px) !important;
}
.work-with-us-sec .work-with-block {
	width: calc(50% - 30px) !important;
}
.work-with-us-sec .work-with-block .wwu-text-block .wwu-box-info,
.work-with-us-sec .work-with-block .wwu-text-block .wwu-box-btn {
	 max-height: 100%;
}
	.service-listing-container .service-block {
		width: calc(50% - 30px);
	}
	.custom-single .main-content-sec .heading {
		font-size: 34px;
	}
	.custom-single .service-inner-banner-sec {
    padding: 130px 0;
}
		.blog-listing-page .listing-container {
    padding: 60px 0;
}
	.blog-listing-page .listing-container .blog-block {
    width: calc(50% - 30px);
	}
	.blog-post-content {
	padding: 65px 0;
}
	.blog-post-content h2 {
		    font-size: 28px;
	}
		.blog-post-content h3 {
		    font-size: 24px;
	}
		.blog-post-content h4 {
		    font-size: 22px;
	}
		.blog-post-content h5 {
		    font-size: 20px;
	}
	.blog-post-content .main-content {
    width: 100%;
    padding-right: 0;
}
	.blog-post-content .sidebar-container {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}
.custom-single .related-services-sec h2.section-heading {
        font-size: 32px;
}
}


@media(max-width:767px){
	.header-container .rs-container .header-menu-container {
		padding-left: 0;
	}
	.header-container .rs-container {
    width: 50px !important;
}
	.header-container .main-menu-box > .elementor-container {
		justify-content: space-between;
	}
	.home-usp-sec .usp-block {
    width: 33.33% !important;
}
	.home-usp-sec .usp-block .elementor-image-box-wrapper .elementor-image-box-img {
		width: 100% !important;
    max-width: 45px;
    margin: 0 auto 15px !important;
    display: flex;
    height: 51px;
    align-items: center;
    justify-content: center;
	}
	.home-usp-sec .usp-block .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
    margin: 0;
    text-align: center;
}
	.n2-ss-slider{
		min-height:500px !important
	}
		.three-cl-img-text-overlay-sec .img-text-block {
		width: 100% !important;
			margin:15px auto;
			    max-width: 400px;
		}
	
	.work-with-us-sec .work-with-block,
	.work-with-us-sec.process-step-sec .work-with-block {
	width: 100% !important;
			margin:15px auto;
			    max-width: 400px;
}
	.service-listing-container .service-block .service-text-block .block-heading a {
		font-size: 20px;
	}
	.service-listing-container .service-block .img-block .service-icon {
		    max-width: 80px;
	}
	.service-listing-container .service-block .img-block .service-icon {
		right: 35px;
		bottom: -40px;
	}
	.service-listing-container .service-block {
		width: 100%;
		max-width: 400px;
		margin:0 auto 30px;
	}
	.service-listing-container .service-block:last-child {
		margin-bottom:0;
	}
	.service-listing-container {
    padding: 50px 0;
}
		.custom-single .main-content-sec .heading {
		font-size: 28px;
	}
	.custom-single .service-inner-banner-sec {
    padding: 100px 0;
}
	.custom-single .service-inner-banner-sec .page-title {
    font-size: 38px;
	}
	.service-inner-slider .swiper-slide img {
		border-radius: 15px;
	}
	.custom-single .main-content-sec {
    padding: 40px 0 50px;
}
	.service-inner-slider {
    padding-top: 50px;
}
	.portfolio-filter-section {
    padding: 50px 0;
}
	.blog-listing-page .listing-container .blog-block {
       width: 100%;
    max-width: 400px;
    margin: 15px auto;
	}
	.blog-listing-page .listing-container {
    padding: 40px 0;
}
	.blog-listing-page .listing-container .blog-block .blog-text-block .block-heading a {
		font-size: 20px;
	}
	.blog-listing-page .listing-container .blog-block .blog-text-block .block-excerpt p {
		font-size: 16px;
	}
	.blog-listing-page .listing-container .blog-block .blog-text-block a.read-more-btn {
		font-size: 16px;
		line-height: 1.3;
	}
	.blog-listing-page .listing-container .pagination {
		    margin: 20px 0 0 0;
	}
	.custom-single.single-post .service-inner-banner-sec .page-title {
    font-size: 32px;
}
	.blog-post-content {
	padding: 50px 0;
}
	.blog-post-content h2 {
		    font-size: 26px;
		margin:15px 0;
		line-height:1.3;
	}
		.blog-post-content h3 {
		    font-size: 22px;
			margin:15px 0;
		line-height:1.3;
	}
		.blog-post-content h4 {
		    font-size: 20px;
			margin:15px 0;
		line-height:1.3;
	}
		.blog-post-content h5 {
		    font-size: 18px;
			margin:15px 0;
		line-height:1.3;
	}
	.blog-post-content .sidebar-heading {
		    font-size: 20px;
	}
	.archive-template .service-inner-banner-sec .page-title {
	font-size: 30px;
}
.custom-single .related-services-sec h2.section-heading {
        font-size: 26px;
}
.custom-single .cta-bar-section .ls-container h2 {
    font-size: 28px;
    text-align: center;
}
.custom-single .cta-bar-section .ls-container {
    flex: auto;
    margin: 0 0 25px;
}
.custom-single .cta-bar-section .cta-bar-section-inner {
        justify-content: center;
}
}

@media(max-width:620px){
	.portfolio .portfolio-items .item {
    width: 100%;
}
}


@media(max-width:480px){
	.home-usp-sec .usp-block {
    width: 100% !important;
		margin:15px 0;
}
	.home-usp-sec > .elementor-container {
		flex-wrap: wrap;
	}
	.home-usp-sec .usp-block > .elementor-widget-wrap {
		padding:0 !important;
	}
}









/*----------------- Style --------- 10-10-2023 ----------------*/


.header-container .ls-container.logo-block {
    width: 190px !important;
}
.header-container .rs-container.menu-block {
    width: calc(100% - 190px) !important;
    padding-left: 10px;
}
.header-container .rs-container.menu-block .rs-container-inner .nav-menu {
	width: calc(100% - 305px) !important;
} 
.header-container .rs-container.menu-block .btn-container-block {
	width: 305px !important;
} 
.header-container .rs-container.menu-block .btn-container-block > .elementor-widget-wrap {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
} 
.header-container .rs-container.menu-block .btn-container-block .mobile-email-btn {
	width: 90px !important;
}
.header-container .rs-container.menu-block .btn-container-block .quote-btn {
	width: calc(100% - 90px) !important;
}


.about-sec-container .up-down-animated img {
	animation: UpDown 5s linear infinite;
	 position: absolute;
  left: 0;
  top: 0;
	z-index:2;
}
.why-choose-sec .animation-block {
    width: 255px;
    height: 240px;
    display: flex;
    align-items: center;
	animation: LeftRight 3.5s linear infinite;
	position: absolute;
    right: 0;
    bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.why-choose-sec .animation-block .text-clip .elementor-heading-title {
    background-image: url(https://justinteriors.in/wp-content/uploads/2023/06/about-commercial-img.jpg) ;
	background-repeat:no-repeat;
   background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	animation: moveBg 90s linear infinite;
	-webkit-animation: moveBg 15s linear infinite;
	    -webkit-text-stroke: 2px #138dc0;
}


@keyframes UpDown {
  0% {
    bottom: 0;
  }
  50% {
    top: -25px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes LeftRight {
  0% {
    right: 0;
  }
  50% {
    right: -25px;
  }
  100% {
    right: 0;
  }
}

@keyframes moveBg {
	0% {
		background-position: 0% 60%;
	}

	100% {
		background-position: 100% 50%;
	}
}






.single-services .main-content-sec .container {
        display: flex;
    flex-wrap: wrap;
}

.single-services .main-content-sec .main-content-inner {
       width:calc(100% - 330px); 
       padding-right:25px;
}
.single-services .main-content-sec .sidebar-container {
           width: 330px;
    background: #F7F7F7;
    padding: 25px;
}
.single-services .main-content-sec .sidebar-container .sidebar-container-inner {
        position: sticky;
   top:120px;
}
.single-services .main-content-sec .sidebar-container .sidebar-block-heading {
        color: #080808;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.single-services .main-content-sec .sidebar-container .service-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-services .main-content-sec .sidebar-container .service-block ul li a {
      color: #000;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.2;
    padding: 10px;
    display: inline-block;
    width: 100%;
    transition: all 0.3s ease-in-out;
    border: 1px solid #138dc0;
    margin: 5px 0;
}
.single-services .main-content-sec .sidebar-container .service-block ul li a:hover {
    background-color:#138dc0;
    color:#fff;
}

.single-services .main-content-sec .sidebar-container .contact-detail-block {
       text-align: center;
    margin-top: 25px;
    padding: 20px;
    background: #fff;
}
.single-services .main-content-sec .sidebar-container .contact-detail-block .contact-number {
    margin:0 0 10px;
}
.single-services .main-content-sec .sidebar-container .contact-detail-block .contact-number a {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
}
.single-services .main-content-sec .sidebar-container .contact-detail-block .time-detail {
  margin: 0 0 10px;
}

.single-services .main-content-sec .sidebar-container .contact-detail-block   a.contact-btn {
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2em;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #0089D0;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #0089D0;
    padding: 13px 30px 13px 30px;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.single-services .main-content-sec .sidebar-container .contact-detail-block   a.contact-btn:hover {
        background-color: #3c404c;
        border-color: #3c404c;
}


.custom-single .main-content-sec .content .custom-lis-info  ul {
    
    margin:0;
    padding:0;
}

@media(max-width:1200px){
	.home-usp-sec > .elementor-container {
		flex-wrap: wrap;
		   row-gap: 30px;
	}
	.home-usp-sec .usp-block {
		width: 33.33% !important;
		 
	}
}
@media(max-width:991px){
    .single-services .main-content-sec .main-content-inner {
    width: 100%;
    padding-right: 0;
    margin: 0 0 25px;
}
.single-services .main-content-sec .sidebar-container {
    width: 100%;
    background: #F7F7F7;
    padding: 25px;
}
.single-services .main-content-sec .sidebar-container .sidebar-container-inner {
    position: static;
}
}
@media(max-width:767px){
	.why-choose-sec .animation-block {
		    width: 215px;
    height: 180px;
	}
}

@media(max-width:480px){
	.home-usp-sec > .elementor-container {
		   row-gap: 20px;
	}
	.home-usp-sec .usp-block {
		width: 50% !important;
		 
	}
}




