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

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

/* Elementsheader-menu
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #000;
	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;
}


    /*WEBSITE FONTS*/
    
  /*Footer description font*/
    
    
    
    /*font-family: "Hero";*/
    /*src: url("fonts/Hero_Font/HeroLight-Bold.woff"),*/
    /*     url("fonts/Hero_Font/HeroLight-Light.woff"),*/
    /*     url("fonts/Hero_Font/HeroLight-Regular.woff"),*/
     
    /*     }*/
     
    /* @font-face {*/
    /*     font-family: 'Hero Light Regular';*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*   src: url("fonts/Hero_Font/HeroLight-Regular.woff"),*/
    /*   }*/
       
       
        @font-face {
             font-family: 'Hero Light Regular';
            font-style: normal;
            font-weight: normal;
            src: local('Hero Light Regular'), url('fonts/Hero/HeroLight-Regular.woff') format('woff');
            }
       
  
      @font-face {
    font-family: 'Hero Light Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Hero Light Bold'), url('fonts/Hero/HeroLight-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Hero Light Light';
    font-style: normal;
    font-weight: normal;
    src: local('Hero Light Light'), url('fonts/Hero/HeroLight-Light.woff') format('woff');
    }




/*CUSTOM CSS*/

      *{
        font-family: 'Hero Light Regular';
      }



.text-white{
    color:#fff;
}

/* HEADER */


/*header-logo*/

 /*.site-branding{*/
 /*   text-align:end;*/
 /*}*/
 .main-row {
    background: #382953;
    color: #fff;
}
 .site-branding img{
     width:70%;
 }
 
 .footer-logo {
     width:76%;
 }

 .footer-logo img{
     width:100%;
     height:100px;
  }
 
 .top-header{
     display:flex;
     justify-content:flex-end;
     border-bottom: 1px solid #484848;
 } 
 .top-header p {
     margin:0px !important;
 }
 .top-header p a{
     margin-right:20px;
     color:#392952 !important;
 }
.menu-pgs p a {
    margin-right: 15px;
    text-decoration: none;
    color: #fff !important;
    font-weight: bold;
}
.menu_header-col {
    display: inline-flex;
    justify-content: end;
    padding: 0px 30px !important;
}
.widget_custom_html ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
}
.widget_custom_html ul li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.textwidget.custom-html-widget p {
    font-size: 16px !important;
    font-weight: 600;
}
ul.mega-sub-menu h4 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
}
ul.mega-sub-menu h3 {
    font-size: 38px;
    color: #000;
    font-weight: 600;
}
#mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-megamenu > ul.mega-sub-menu {
    
    top: 76px;
}
.adv-search {
    background: #000 !important;
    color: #fff !important;
    padding:3px;
}
.row.setting-row col {
    position: relative;
}
.row.setting-row a p {
    position: relative;
    top: -70px;
    text-align: center;
    margin-bottom: 0px !important;
    font-weight: bold;
    font-size: 16px;
}
.row.setting-row a img {
    height: 120px;
    width: 100%;
    filter: brightness(0.7);
}
.row.setting-row a {
    text-decoration: none;
    color: #fff;
}


.row.effect-row col {
    position: relative;
}
.row.color-row a p {
    font-weight: bold;
    font-size: 16px;
}
.row.effect-row a p {
    position: relative;
    top: -70px;
    text-align: center;
    margin-bottom: 0px !important;
    font-weight: bold;
    font-size: 16px;
}
.row.effect-row a img {
    height: 120px;
 width: 100%;
    filter: brightness(0.7);
}
.row.effect-row a {
    text-decoration: none;
    color: #fff;
}




.row.color-row col {
    position: relative;
   
}

.row.color-row a img {
    height: 50px;
    width: 50px;
    margin-bottom: 20px;
    margin-right: 5px;
}
.row.color-row a {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
}

/*Footer*/
    
    .footer-scrollbtn{
        
    }
    
    .footer-scrollbtn a{
        text-decoration:none;
    }
    .footer-scrollbtn i{
        color: #fff;
        font-size: 20px;
        background: #ff9100;
        border-radius: 3px;
        width: 45px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        margin-top: -50px;
        font-size: 40px;
        border-radius: 0px;
        }

  .site-footer{
          background: #392952;
          position:relative;
  }
  .footer_link{
      float:left;
  }
  .footer_links2{
      float:right
  }
  .footer_links,
  .footer_links2{
          display: inline-block;
  }
  
  
  .footer_links p a,
  .footer_links2 p a{
      color:#fff;
      text-decoration:none;
  }
  
  .footer_socialicons p{
      display:inline-block;
      margin-bottom:0px !important;
          font-size: 20px;
  }
  
  .footer_socialicons p i{
      color:#fff;
      margin-right:15px;
  }
  .footer_contact_links{
     margin-left: auto;
     margin-right: auto;
     position:relative;
  }
  
  .footer_contact_links li p{
      margin-bottom:0px;
      color:#fff;
      margin-left:15px ;
  }
   .footer_contact_links li p:nth-of-type(1){
      display:inline-block;
  }
  .footer_contact_links li p{
      font-size: 16px;
  }
  .footer_contact_links li p:nth-of-type(2){
         margin-left:35px ;
  }
 .footer_contact_links li{
     margin:20px 0px;
     list-style:none;
     font-size:20px;
 } 
  .footer_contact_links li a{
      margin-left:15px;
      color:#fff;
      text-decoration:none;
      font-size: 16px;
  }
  
  .footer_whatsapp {
      display:inline-block;
      float:right;
     }
     
    .footer_whatsapp p{
        display: flex;
        align-items: center;
        } 
    
     .footer_whatsapp p span{
         padding-left: 5px;
         color: #fff;
       }
    
    
   .footer_whatsapp p a{
       text-decoration:none;
   }    
  .footer_whatsapp p i{
        font-size: 30px;
        color: #392952;
        background: #67d449;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        width: 40px;
        height: 40px;
      }
  
  .f-row label{
      color:#fff;
      padding-left:0px;
      font-size: 14px;
  }
  
  .last-name{
        display: flex;
        align-items: flex-start;
  }
  
  .last-name input{
      width:auto !important;
      padding-left:10px;
      font-family: inherit;
      border-radius: 0px !important;
  }
   .first-name input{
      padding-left:10px;
      font-family: inherit;
      border-radius: 0px !important;
  }
  
  .btn-subs{
      background: #ff9100;
      color:#fff;
      margin-left: 10px;
      border-radius: unset;
      padding: 4px 20px;
      font-family: inherit;
      border:0px !important;
  }
  
  .footer-img{
        text-align: end;
    }
    
    .copyright-row{
        background: #cde9f0;
    }
    
    .single-product .navigation.post-navigation {
    display: none;
}
    .single-product #secondary {
    display: none;
}
    /*MEGA MENU CSS*/
    
    /*.header-menu .mega-menu-wrap ul li .genericon-close{*/
    /*    float:right !important;*/
    /*}*/
    
    /* .header-menu .mega-menu-wrap ul .custom-menu-pg a {*/
    /*   width: 48% !important;*/
    /*   margin-left: auto !important;*/
    /*   text-align: start !important;*/
    /*   border: 2px solid red; */
    /*}*/
    
    /* #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-50 > .mega-custom-icon{*/
    /*        padding:0px !important;*/
    /*    }*/
    /*#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-50 > a.mega-menu-link:before{*/
    /*   position:absolute;*/
    /*   top:-40px;*/
       
    /*}*/
    
    .header-menu ul{
      display: inline-block !important;
      float: left;
    }

.sidenav {
  height: 100%;
  width:0px;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
background-color: #392952;
  overflow: hidden;
  transition: 0.5s !important;
  margin: auto;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;

}

.sidenav a:hover{
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
      color: #fff;
}

.menu-slider .item img{
    max-width: 100%;
}



@media screen and (max-height: 450px) {
   
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
    

/*HEADER SCROLL IMAGE*/


.scroll-imgs img{
    width:100% !important;
}
.banner-scroll-col{
      height: 708px;
    overflow-y: scroll;
}

.banner-scroll-col::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}
.banner-scroll-col::-webkit-scrollbar-track {
    /*border-radius: 10px;*/
    border: 1px solid #392952;
}

.banner-scroll-col::-webkit-scrollbar-thumb {
    /*border-radius: 10px;*/
    background: #392952;
}


/*HOME SLIDER*/

.slider-row{
    margin:20px 0px;
}

/*HOME PAGE ABOUT US CSS*/

.abt-us-col {
    margin-left:-70px;
}

.abt-us-col .wpb_wrapper{
    
    padding-top: 24px;
   }

.about-us-title {
        
    display: inline-block;
    background: #392952;
    padding: 6px 10px;
    color: #fff;
}

.about-btn-home button{
    color: #000;
    width: 180px !important;
    text-align: center !important;
    background: #fff !important;
    border: 1px solid #000 !important;
}

    .custom-btn button{
        padding: 10px;
        border: 1px solid #000 !important;
        border-radius: 0px !important;
        font-family: inherit !important;
       }
       
        .custom-btn  .wpb_wrapper{
           padding:0px !important;
       }
     .custom-btn button img{
     
         padding-left: 20px;
     }

.floor-col-home .wpb_wrapper{
    text-align:center;
    padding-bottom:15px;
}

.floor-col-home .wpb_wrapper h2{
 
   margin-bottom:25px;
}
          .floor-cont{
              background:#efefef;
          } 
          
        /*.design-btn  button:focus:not(:focus-visible) {*/
        /*    background: #392952 !important;*/
        /*    color:#fff;*/
        /*    }*/
             /*.design-btn  button:focus:not(:focus-visible) img{*/
             /*   filter: brightness(0) invert(1);*/
             /*}*/
          
           .design-btn button{
                background:#efefef;
                border:none !important;
                display:flex;
                flex-direction: column;
                gap: 15px;
                width: -webkit-fill-available;
                font-family: 'Hero Light Regular' !important;
                    border-radius: 0px !important;
           }
           
         
           
            .design-btn button span{
                width: 100%;
                margin: auto;
                font-size: 18px;
              }
             
             .design-btn button img{
                height:56px !important;
                margin:auto;
             }
             
             /*.design-btn #mybtn1:not(:disabled){*/
             /*      background: #392952 !important;*/
             /*   color:#fff;*/
             /*}*/
             
            
             
            /* .design-btn button:active img{*/
            /*    filter: grayscale(100%) brightness(46%) sepia(62%) hue-rotate(-135deg) saturate(500%) contrast(1);*/
            /*}  */
            
           .home-subcat-sec img {
    width: 260px !important;
    height: 260px !important;
    margin: 0px auto;
}
           
         
         .home-subcat-sec .title-anchor {
    text-decoration: none;
    color: #382953 !important;
    display: block;
    font-weight: bold;
    font-size: 18px;
}
           
           .product-scroll-item{
             position:relative;   
           }
           
           .product-excerpts  {
               position:absolute;
               bottom:10px !important;
               font-size: 15px;
               overflow: hidden;
               text-overflow: ellipsis;
               display: -webkit-box !important;
                -webkit-line-clamp: 2 !important;
                -webkit-box-orient: vertical !important;
                background-color: rgba(0, 0, 0, 0.20);
                padding:5px 20px;
                
           }
           
           .product-excerpts a{
               color:#fff;
                text-decoration:none;
           }
           
              .product-scroll-item:nth-last-child(1) .product-excerpts {
                 bottom:0px !important;
                 }
           
           .product-img img{
               /*position:relative;*/
               margin-bottom: 10px !important;
           }
           .product-scroll-item:nth-last-child(1) .product-img img{
               margin-bottom: 0px !important;
           }
           .product-title {
               
                background-color:#fff;
                position: absolute;
                bottom: 0px;
                width: 100%;
                text-align: center;
                padding: 20px;
                font-size:20px;
                font-weight:bold;

           }
           a.view-btn {
    margin: 0px auto;
    text-align: center;
    background: #382953;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    width: 210px;
    height: 38px;
}
           .product-title a{
               text-decoration:none;
                 color:#000 !important;
                 display: grid;
                 font-size: 25px;
                 text-transform: uppercase;
           }
           
  .product-title span {
    color: #000;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 17px;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}
           
               /*Testimionial*/
               
               .testimonial-slider .item{
                   position:relative;
               }
               
               .testimonial-slider .owl-dots {
                   display: block !important;
                    position: absolute;
                    bottom: 0;
                    right: 10px;
               }
               
               .testimonial-slider .owl-dots span{
                    width: 30px !important;
                    height: 3px !important;
                    background: #392952 !important;
                    border-radius: 0px !important;
                   }
               
               
               .testimonial-col{
                    background:#efefef;
                    
               }
               
               .testimonial-slider .user-name  h3{
                    display: inline-block;
                    color: #392952;
                    font-weight: 600;
                  }
                  
               .testimonial-slider .user-subtitle{
                   color: #8b8b8b;
                   display: inline-block;
                   font-style: italic;
                   font-size: 18px;
                   width: 35% !important;
                   text-align: end;
               }
               
               .testimonial-slider .user-des{
                    font-size: 17px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box !important;
                    -webkit-line-clamp: 6 !important;
                    -webkit-box-orient: vertical !important;
                    color:#000;
                }
           
           
    /*Responsive*/
    
        @media screen and (min-device-width: 2001px) and (max-device-width: 20000px) { 
    .banner-scroll-col{
	
          height: 792px !important;
        }
}
 
 
     @media screen and (min-device-width: 1500px) and (max-device-width: 2000px) { 
    .banner-scroll-col {
   
    height: 841px;
}
}

    
    
    @media screen and (min-device-width: 1200px) and (max-device-width: 1399px) { 
    .banner-scroll-col{
		
          height: 734px !important;
        }
}

   @media screen and (min-device-width: 992px) and (max-device-width: 1199px) { 
    .banner-scroll-col{
	
          height: 624px !important;
        }
}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) { 
    .banner-scroll-col{
		
          height: 492px !important;
        }
        .color-btn {
    height: 160px;
    width: 160px;
    border-radius: 0;
    border: unset;
}
}



        
    @media screen and (min-width: 2000px){
      
      .max-limit-2 {
          width: 1440px !important;
          margin: 0 auto !important;
      }
      
      .max-limit {
          left: 50% !important;
          transform: translate(-50%) !important;
          width: 1440px !important;
          margin: 0 auto !important;
          padding-left: 0px !important;
          padding-right: 0px !important;
      }
   }
   
   
     @media screen and (max-width: 1200px){
           
        .abt-us-col {
            margin-left:0px !important;
            }
     }
   
    @media screen and (max-width: 992px){
        
          .mege-menu-slider {
            display:none;
        }
        
        
        .abt-us-col p{  
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box !important;
            -webkit-line-clamp: 6 !important;
            -webkit-box-orient: vertical !important;
            }
            
            
           /*footer css*/
          
        .last-name {
            display:unset !important;
        }    
        
        .last-name input {
            width:100% !important;
        }
        
        .first-name,
        .last-name{
            padding:0px !important;
        }
        
        .f-row label {
            padding-bottom: 10px;
            }
        
        .last-name .btn-subs{
            margin-top:7px;
            margin-bottom:7px;
            margin-left: auto !important;
            margin-right: auto !important;
        }
         
         .footer-img {
            text-align: center !important;
          }
      
            
        .f-row{
            margin:auto !important;
            width:100% !important;
            }  
            
    }
         
    @media screen and (max-width: 767px){
.sidenav .closebtn {
    top: 0px;
    left: 0;
    font-size: 25px;
    margin-left: 0;
    color: #fff;
    z-index: 99999999;
    text-align: right;
    position: relative;
}


        .site {
            margin:0px 10px;
            }
            
         .site-branding img{
            width:100% !important;
        }
      
        .header-menu button{
            display:none;
        }
        
        .banner-scroll-col {
            height: 350px !important;
             }
    
        .top-header {
            display:flex;
            justify-content: center !important;
            }
      
          
        .about-us-title {
              display: block !important;
              /*width: 50%;*/
              margin: auto !important;
              text-align: center !important;
            }
            
            .floor-col-home .wpb_wrapper {
                padding-bottom: 0px !important;
                padding-top: 15px;
            }
            
            .design-btn button{
                    padding: 10px 5px !important;
                    margin: auto;
            }
            
            .home-subcat-sec .title-anchor{
                margin:10px 0px !important;
            }
            
            /*testimonial css*/
            
            .testimonial-sec  .user-img img{
                border-radius: 100%;
                height: 45px;
                width: 45px;
            }
            
            .testimonial-slider .user-subtitle{
                  
                   width: 100% !important;
            }
            
            .user-img{
                margin:8px 0px;
            }
            
            /* floor sec btn*/
            
            .design-btn-col{
                padding:0px !important;
            }
            
    }
    
     @media screen and (max-width: 575px){
 ul.flex-direction-nav {
    top: 55% !important;
    left: 80% !important;
}

         .menu-pgs{
             display:none !important;
         }
         
         .banner-scroll-col {
            height: 250px !important;
             }
             
        .footer_whatsapp {
            display: inline-flex;
            float: right;
            width: 100%;
            text-align: center;
            justify-content: center;
            padding: 15px 0px;     
        } 
        
        .footer_whatsapp p{
            margin:0px !important;
        }
        
        .btn-subs{
            justify-content: center;
            display: flex;
        }
}



/*Arrow  for woocommerce*/

ul.flex-direction-nav {
    position: absolute;
    /*z-index: 99999;*/
    width: 100%;
    margin: 0;
    padding: 0px;
    list-style: none;
    top: 84%;
    left: 90%;
}

li.flex-nav-prev {float: left;}
li.flex-nav-next {float: right;}
a.flex-next {visibility:hidden;}
a.flex-prev {visibility:hidden;}

a.flex-next::after {
    visibility: visible;
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    margin-right: 10px;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    top: 20%;
}
a.flex-prev::before {
    visibility: visible;
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    margin-left: 10px;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    top: 20%;
}
ul.flex-direction-nav li a {
    color: #ccc;
       text-decoration:none;
}
ul.flex-direction-nav li a:hover {
    text-decoration: none;
}


/* woocommerce */
.price {
    display: none;
}

.variations_form {
    display: none;
}
.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
.product-template-default .entry-content {
    margin-top: 0;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-12.images {
    width: 100%;
}
.product-template-default .entry-title {
    font-size: 40px;
    font-weight: bold;
    margin: 0;
}

.summary.entry-summary {
    float: left !important;
    width: 100% !important;
    margin: 0;
}
/*.woocommerce div.product div.images .flex-control-thumbs li {*/
/*    width: 20%;*/
/*    float: left;*/
/*    margin: 0;*/
/*    padding: 20px;*/
/*    list-style: none;*/
/*}*/

.product_meta {
    display: none;
}
.woocommerce div.product div.images .flex-control-thumbs {
    display: none;
}

/*.variable-item.image-variable-item{*/
/*    width: 160px !important;*/
/*    height: 160px !important;*/
/*}*/
/*.reset_variations {*/
/*    text-decoration: none;*/
/*    color: #fff !important;*/
/*    background: #a46497;*/
/*    padding: 6px 20px;*/
/*    font-size: 16px !important;*/
/*    border-radius: 4px;*/
/*}*/
.icon-row .col a {
    display: flex;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
    color: #3a3a3a;
}
.icon-row .col i {
    font-size: 32px;
}
.woocommerce-product-gallery__trigger {
    display: none !important;
}
/*.variations label {*/
/*    font-size: 28px;*/
/*    text-transform: capitalize;*/
/*}*/
.video-sec iframe {
    width: 100% !important;
    height:500px !important;
}
span.woo-selected-variation-item-name {
    display: none !important;
}
.up-sells.upsells.products h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
}
h2.woocommerce-loop-product__title {
    text-decoration: none;
    color: #3a3a3a;
    font-size: 22px !important;
}
li.product.type-product {
    text-align: center;
}
.upsells .price{
display:none !important;
}
 
.upsells .button{
display:none !important;
}
.logo-row h4 {
    font-weight: 600;
    padding: 10px 0px;
}
.technical-row h2 {
    font-weight: bold;
    padding: 20px 0px;
}




/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 10% auto; /* 15% from the top and centered */
  padding: 20px 40px;
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    font-size: 18px;
    float: right;
    font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.color-btn {
    height: 240px;
    width: 240px;
    border-radius: 0;
    border: unset;
    background-repeat: no-repeat;
    background-size: cover;
	    border: 1px solid #3a3a3a3a;
}
.color-wrapper h2 {
    font-weight: bold;
}
.modal h2 {
    font-weight: bold;
}
.modal h3 {
    font-weight: 700;
}
.modal h5 {
    font-weight: bold;
    text-transform: capitalize;
}
.color-btn span {
    background: #fff;
    padding: 5px;
    display: none;
    position: relative;
    top: 50px;
}
.color-btn:hover span {
    display: block;
}
.modal-content img {
    width: 100%;
}

/*Archive Products*/
.woocommerce-page .entry-header h1 {
    text-align: center;
    font-weight: 900;
    color: #392952;
    text-transform: capitalize;
    font-size: 38px;
}
.woocommerce-page .price {
    display: none !important;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    border-radius: 50px;
    padding: 10px;
    font-weight: 700;
    border: 2px solid #c9a18d !important;
}
.woocommerce ul.products li.product .button {
    margin-top: 1em;
    background: #392952;
    color: #fff;
    border-radius: 0px;
}
h2.woocommerce-loop-product__title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 26px !important;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 68px;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}
/* Contact Pop UP*/
.contact-row-1 {
    padding: 10px 0px;
    border-bottom: 1px solid #cccbcc;
}
.contact-row-1 img {
    width: 60px;
}
.contact-row-1 .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
/* Single Product */
.single-product .cart {
    display: none;
}
/* .single-product .color-wrapper {
    display: none;
} */
.related-products .product {
    width: calc(33.33% - 20px); /* Adjust the width as needed */
    margin-right: 20px; /* Adjust the spacing between columns as needed */
    float: left;
    clear: none;
}

.related-products .product:nth-child(3n) {
    margin-right: 0;
}
.related.products h2 {
    font-size: 38px;
    text-align: center;
    font-weight: bold;
    color: #392952;
}

/* Popup Maker CSS  */

.contact-box__map-link {
    text-decoration: none;
    color: #020202 !important;
    font-weight: bold;
}
.contact-box__map-link img {
    width: 45px;
}
.modal-backdrop.fade.show {
    display: none !important;
}
form.woocommerce-ordering {
    display: none;
}
p.woocommerce-result-count {
    display: none;
}

.woocommerce-shop .entry-header {
    display: none;
}
.woocommerce-product-excerpt {
    text-overflow: ellipsis;
    display: -webkit-box !important;
    height: 49px;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden;
    color: #000;
}
.mega-toggle-blocks-right {
    display: none !important;
}
li#mega-menu-item-custom_html-2 {
    border-right: 2px solid #0000002e !important;
	
}   
#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    right: 0 !important;
    width: fit-content !important;
}

#mega-menu-wrap-menu-2 #mega-menu-menu-2 > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px !important;
    font-weight: bold !important;
    letter-spacing: 1px;
}
