/**
 * 1. - NORMALIZE CSS
 * -----------------------------------------------------------------------------
 */
/*! 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;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}
/* 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;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}
/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}
/* 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;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}
/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}
/**
 * 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;
	max-width: 100%;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img {
	border: 0;
}
/* 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;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
	/* 1 */
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
	/* 1 */
	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;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
/**
 * 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;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}
/**
 * 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;
	/* 1 */
	padding: 0;
	/* 2 */
}
/**
 * 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;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}
/**
 * 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;
	/* 1 */
	font: inherit;
	/* 2 */
}
/* 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;
}
/**
 * 2. GLOBAL STYLES
 * -----------------------------------------------------------------------------
 */
/*1.1 GENERAL STYLES*/
body, button, input, select, textarea {
	color: #000;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5;
	position: relative;
}
html, body {
	width: 100%;
	height: 100%;
}
/* 1.3. ANCHOR */
a {
	color: #346cf5;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	color: #19a3fa;
	text-decoration: none;
}
/*WEB FONTS ========================================================================*/

@font-face {
    font-family: 'gothambold';
    src: url('fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('fonts/gotham-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'gothambook';
    src: url('fonts/gothambook-webfont.woff2') format('woff2'),
         url('fonts/gothambook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothammedium';
    src: url('fonts/gothammedium-webfont.woff2') format('woff2'),
         url('fonts/gothammedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.gothambold, h1, #site-content h1,  .banner-content h1, .btn-set, a.wp-block-button__link, .f-bold, p.testi strong, .bottom-more a, .elements-ft li span  {font-family: 'gothambold';}

h2, h3, h4, h5, h6, .faux-heading, #site-content h2, #site-content h3, #site-content h4, #site-content h5, #site-contenth6, #site-content .faux-heading, .letter-1 strong, .cs-strong strong{
    line-height: inherit;font-family: 'Fira Sans', sans-serif; font-weight:400;letter-spacing: 1px;
    
}

/*END ========================*/

body {
    font-family: 'gothambook';
	font-size: 16px;
	line-height: 22px;
	color: #333333;
}

.mt45{margin-top:45px;}

.primary-menu > li > .icon{
    color: #000000 !important;
}
button:not(.toggle), .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
    background-color: #c9c9c4 !important;
    border-radius: 100px;
    margin-top: 25px;
}

/**TOP HEADER  INFO =====================*/
.header-info {
    background: #000;
    color: #c9c9c4;
    text-transform: uppercase;
    padding: 5px 0 0;
}

.header-info a {
    color: #fff;
}

.header-info h5 {
    font-size: 14px;
}

.header-info h5 span {
    padding: 0 5px;
}

.header-info a:first-child {
    margin-left: 10px;
}
.social-header i.fa {
    padding: 0 5px;
}

/*****************************************/
.site-description{ display: none;}
#site-header {
    background: #c9c9c4;
}

ul.primary-menu {
    letter-spacing: initial;
    justify-content: center;
    padding: 10px 0;
    margin: 0;
}
.primary-menu li {
    font-family: 'gothammedium';
    font-size: 17px;
    text-transform: uppercase;
    margin: 0 23px;
    line-height: 123px;
}
ul.sub-menu li {
    line-height: normal;
}

ul.sub-menu li a {
    color: #fff !important;
}
.primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor {
    text-decoration: none;
}
li.center-logo {
    padding: 0 3em;
}
.center-logo a {
    display: block;
    background: url(images/site-logo.png) no-repeat center center;
    width: 111px;
    height: 123px;
    font-size: 0px;
}
.primary-menu li a{color: #000 !important;text-decoration:none !important;line-height: inherit;}
.primary-menu li a:hover{color: #4c573a !important;text-decoration:none;}
.primary-menu li li a:hover {
    color: #c9c9c4 !important;
 
}

.header-banner{
     background: url(images/banner.jpg) no-repeat center center;
     min-height:573px;
     background-size:cover;
}
.banner-content {
    display: flex;
    min-height: 573px;
    align-items: center;
}
.banner-content h1 {
    font-size: 60px;
    color: #fff;
    text-shadow: 2px 4px 1px #00000087;
        margin-bottom: 20px;
            line-height: normal;
}
.banner-content h4 {
    font-size: 32px;
    color: #fff;
    text-shadow: 1px 2px 1px #00000087;
    font-weight: 500;
}

.btn-set {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    text-align: center;
    padding: 0 35px;
    color: #000;
    text-transform: uppercase;
}
.btn-set:hover {
    background: #c9c9c4;
    color: #000;

}

/**01=================*/
.home header.entry-header {
    display: none;
}
.post-inner {
    padding-top: 0;
}
#site-content .wp-block-columns.gb-section, #site-content .wp-block-columns, .wrapper {max-width:1140px;
padding-right: 15px;
    padding-left: 15px;
}
.gb-section h2 em, h2 em {
    font-size: 18px;
    font-style: normal;
    display: block;
    line-height: normal;
}
.wrapper{margin:0 auto;} 

.gb-section h2, h2  {
    text-transform: uppercase;
    font-size: 34px;
    color:#000000;
}
.sec-01 .wp-block-buttons {
    margin-top: 50px;
}
a.wp-block-button__link {
    font-size: 16px;
}

a.wp-block-button__link {
    background: #c9c9c4 !important;
    color: #fff !important;
}
a.wp-block-button__link:hover {
    opacity: .8;
}
.sec-01 .wp-block-group {
    
}

.home .wp-block-button, .home .wp-block-button a {
    margin-top: 0;
}


/**02=================*/
#site-content .wp-block-columns.sec-02.gb-section {
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

#site-content .wp-block-columns.sec-02.gb-section .wp-block-image img {
    max-width: 100%;
      margin: 0;
    padding: 0;
    width: 100%;
}
#site-content .wp-block-columns.sec-02 h2, #site-content .wp-block-columns.sec-02 p, #site-content .wp-block-columns.sec-02 .wp-block-buttons{
     max-width: 50rem;
      margin-left: auto;
      margin-right: auto;
    
}
#site-content .wp-block-columns.sec-03 h2, #site-content .wp-block-columns.sec-03 p, #site-content .wp-block-columns.sec-03 .wp-block-buttons {
    margin-left: 27px;
    max-width: 57rem;
}
#site-content .wp-block-columns.sec-03 .wp-block-buttons, #site-content .wp-block-columns.sec-02 .wp-block-buttons{margin-top:45px;}
#site-content .wp-block-columns.sec-02 h2, #site-content .wp-block-columns.sec-03 h2 {
    padding-top: 25px;
}
.block {
    display: block;
    padding-bottom: 10px;
}
.wp-block-buttons .wp-block-button {
    display: inline-flex;
}
.wp-block-button.is-style-none a.wp-block-button__link {
    background: none !important;
    color: #c9c9c4 !important;
        padding-left: 0;
    padding-right: 0;
    text-decoration: underline;
        margin-left: 15px;
}
.sep {
    margin-bottom: 15px !important;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0 !important;
    max-width: 92rem !important;
}

/*03 ===============*/
.home .wp-block-cover {
    background-color: #c9c9c4;
    min-height: 330px;
}
.wp-block-cover__inner-container {
    max-width: 1140px;
	padding-right: 15px;
    padding-left: 15px;
}
.wp-block-cover.has-background-dim{background-attachment: fixed;}
.wp-block-cover.has-background-dim:before {
    opacity: .8 !important;
}
.f-34{font-size:34px !important;    margin-top: 40px !important;}

/*04 ===============*/
.home .sec-04 .wp-block-cover {
    background-color: transparent;
    height: 272px;
}
.sec-04 .wp-block-cover.has-background-dim{background-attachment: initial;}
.sec-04 .wp-block-cover h2 {
    text-align: right;
    font-size: 24px;
    margin: 0;
}


.sec-04 .wp-block-cover .wp-block-buttons {
    margin:  auto;
    text-align: right;
    margin-top: 50px;
}

.sec-04 .wp-block-cover p {
    text-align: right;
}
p.testi:before {
    background: url(images/t-set.png) no-repeat center center;
    content: '';
    height: 30px;
    width: 40px;
    position: absolute;
    left: 0;
    top: -10px;
}

p.testi {
    padding-left: 55px;
    position: relative;
}
p.testi strong{color:#c9c9c4;display:block;padding-bottom:10px;}
.bottom-more hr {
    margin: 0 0 8px 0;
    color: #c9c9c4 !important;
}
.bottom-more a {
    text-align: right;
    float: right;
    color: #333333;
}
.bottom-more {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 30px;
}
.sec-04 h2.custmom-head {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/*05 ===============*/
.wpsisac-slick-carousal-wrp.wpsisac-clearfix {
    max-width: 1140px;
	padding-right: 15px;
    padding-left: 15px;
}
.slick-slide img{border: 1px solid #dbdbdb;}

/*INNER PAGES STARTS ===============================================================================================*/
.inner-banner {
    margin-bottom: 6rem;
}
.page-template-template-full-width .wp-block-columns {
    margin-top: 0 !important;
}


.home .inner-banner{display: none;} 
#site-content header.entry-header, #site-content figure.featured-media {
    display: none;
}
.inner-banner header.entry-header {
    background: rgba(0, 0, 0, 0.20);
}
.inner-banner h1.entry-title {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    text-shadow: 2px 4px 1px #00000087;
}

/*ABOUT US=============================*/

blockquote, .border-color-accent, .border-color-accent-hover:hover, .border-color-accent-hover:focus {
    border-color: #404040 !important;
}
blockquote.wp-block-quote {
    text-transform: uppercase;
}
ul.custom-ul li {
    padding: 0;
    /* margin: 0; */
    list-style: disc;
}

ul.custom-ul {
    padding-bottom: 25px;
}
p.letter-1 strong {
    font-size: 34px;
    text-transform: uppercase;
    color: #000;
}
hr.wp-block-separator.is-style-default.custom-full {
    margin: 0 auto;
    max-width: 1140px !important;
    color: #c9c9c4;
	padding-right: 15px;
    padding-left: 15px;
}
.wp-block-image.no-space, .wp-block-image.no-space figure {
    margin: 0 auto !important;
    padding: 0 !important;
    position: relative;
}

/*contact ===============*/
.contact-info {
    text-align: center;
}

.contact-info i {
    background: #5a5a5a;
    width: 120px;
    height: 120px;
    font-size: 54px;
    border-radius: 100%;
    line-height: 120px;
    color: #fff;
}

.contact-info h3 {
    text-transform: uppercase;
    margin-bottom: 0 !important;
    padding-bottom: 0;
    font-weight: 500 !important;
}
.contact-info .wp-block-column:before{
    content: '';
    border-left: 1px solid #ccc;
    min-height: 210px;
    float: left;
}
.contact-info .wp-block-column:first-child:before{
    content: none;
}








/* FOOTER========================================================================================*/
footer#main-footer {
    margin-top: 100px;
}
.primary-footer {
    background: #c9c9c4;
    padding-bottom: 80px;
}

.secondary-footer {
    background: #5a5a5a;
    padding: 20px 0; 
    color: #dad9d9;
}


/*01 ===============*/
.review-one {
    border-bottom: 1px solid #5a5a5a;
    text-align: center;
    padding-bottom: 30px;
}
.stripe {
    background:#5a5a5a;
    height:60px;
    width:250px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
        margin: 0 auto;
}
.stripe span {
    display: block;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    color: #fff;
    text-transform: uppercase;
    line-height: 60px;
    font-size: 18px;
}
.review-one p {
    font-style: italic;
    padding-top: 25px;
        color: #fff;
}

/*02 ===============*/
.elements-ft h3 {
    font-size: 24px;
    color: #ffffff;
    padding: 55px 0 10px;
}

.elements-ft, .elements-ft li a {
    color: #fff;
}
.elements-ft a:hover, .secondary-footer a:hover{
    opacity:.8;
}

.elements-ft li {
    margin: 0;
    padding-bottom: 20px;
}

.elements-ft li span {
    text-transform: uppercase;
    width: 140px;
    display: inline-flex;
}
.social-ft a {
    margin-right: 17px;
    color: #5a5a5a;
    font-size: 42px;
}
.social-ft {
    padding-top: 20px;
}

.social-ft a i.fa.fa-facebook {
    font-size: 38px;
}
.elements-ft iframe {
    width: 100% !important;
    height: 190px !important;
}
/*03 ===============*/

.secondary-footer li {
    padding: 0 25px;
    display: inline-block;
}
.secondary-footer a {
    color: #dad9d9;
    font-weight: normal;
}
.secondary-footer .widget{
    margin-top: 0;
}
.secondary-footer .widget p {
    margin-top: 0;
    font-size: 14px;
    padding-top: 8px;
}

/*SCROLL TO TOP ====*/
	.scroll_To_Top{
		position:fixed;
		bottom: 20px;
		right:20px;
		display:none;
		    z-index: 2;
	}

.header-wrap, .header-banner-section{background-position: center center !important; background-size:cover !important;}



button:focus, button:hover, .button:focus, .button:hover, .faux-button:focus, .faux-button:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:hover, .wp-block-file .wp-block-file__button:focus, .wp-block-file .wp-block-file__button:hover, input[type="button"]:focus, input[type="button"]:hover, input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, input[type="submit"]:hover {
    text-decoration: none !important;
    outline: none !important;
    opacity: 0.8 !important;
}

.cs-strong strong {
    text-transform: uppercase;
    font-size: 28px;
}
blockquote.wp-block-quote.max-width {
    max-width: 1140px !important;
	padding-right: 15px;
    padding-left: 15px;
}
.color-boxes .wp-block-column {
    background: #ccc;
    text-align: center;
    padding: 45px;
}

.color-boxes .wp-block-column strong {
    display: block;
    font-size: 20px;
    padding-bottom: 10px;
    text-transform:uppercase;
    color:#000;

}
figure.wp-block-image.size-large.no-margin {
    margin-top: 10px !important;
}
p.cs-strong.space75 {
    padding-top: 70px;
}

.inline-pro li {
    margin: 0;
    border-bottom: 1px solid #ccc;
    /* padding: 8px; */
    /* min-height: 41px; */
    line-height: 45px;
}

.inline-pro {
    border: 1px solid #ccc;
    border-bottom: none;
    margin-top: 10px !important;
}


.inline-pro li strong {
    text-transform: uppercase;
}

.inline-pro li strong {
    background: #000;
    display: inline-flex;
    width: 50%;
    color: #fff;
    padding-left: 10px;
    margin-right: 10px;
}
.wp-block-button.center-btn {
    display: block;
    text-align: center;
    margin: 0;
}

.wp-block-cover, .wp-block-cover-image {
    min-height: 330px;
    height: 100%;
    width: 100% !important;
    max-width: 100% !important;
	background-color: #5d5d5d;
}
.wp-block-image img {
    max-width: 100%;
    width: 100%;
}
.border-right2 {
    border-right: 1px solid #828282;
}
.eq-margin {
    padding-top: 46px;
}
.mtop66{margin-top: 66px !important;}

.post-330 h2 {
    margin-top: 0 !important;
}

.post-330 img {
    border: 1px solid #ccc;
    padding: 4px;
}
.post-10 p.letter-1 {
    max-width: 1140px !important;
    margin: 0 auto;
    padding-bottom: 45px;
	padding-right: 15px;
    padding-left: 15px;
}

p.custom-section-para strong {
    font-size: 24px;
}

article#post-330 h2 {
    line-height: initial;
    padding-top: 9px;
	font-size: 26px;
}

article#post-330 h2.header-spacing {
    padding-top: 32px;
}
article#post-330 h2 em{
    padding-bottom: 5px;
}

.page-id-291  ul.custom-ul {
    border: 1px solid #ccc;
    padding-bottom: 25px;
    padding: 15px;
    box-shadow: 2px 2px 6px #ccc;
}

.page-id-291 .wp-block-column h2 em {
    background: #afafaf;
    color: #fff;
    padding: 15px;
}
.img-edi {
    margin-top: 33px !important;
}

.img-edi img {
    border: 1px solid #ccc;
    padding: 4px;
}


/****** TESTIMONIAL PAGE ****/
.testi-box .wp-block-media-text__content {
    border-left: 1px solid #ccc;
    padding: 15px;
    position: relative;
    padding-bottom: 0;
    padding-left: 25px;
}


.testi-box figure.wp-block-media-text__media {
    padding-right: 25px;
}

.wp-block-media-text.testi-box {
    background: #e8e8e8;
    padding: 25px;
	margin-top: 0 !important;
}
.testi-box h2 {
    margin-top: 0 !important;
    padding-left: 52px;
    margin-bottom: 10px !important;
}
.testi-box h2:before {
    background: url(images/t-set.png) no-repeat center center;
    content: '';
    height: 30px;
    width: 40px;
    position: absolute;
     top: 3px;
    left: 25px;
}
p.t-date {
    font-size: 14px;
    font-weight: bold;
}
.testi-box {
    min-height: 340px;
}


/**SPECIAL PAGE ==============**/
hr.wp-block-separator.is-style-default.min-height {
    margin: 2em 0;
}
.topm0{margin-top:0 !important;} 
.f16 {
    font-size: 16px;
}


/**CARPETS PAGE =============**/

.page-id-10 .header-wrap {
    background: url(images/about-page-bannerv2.jpg) no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}
/**
.page-id-227 .header-wrap {
    background-size: cover !important;
    background-position: bottom center !important;
}
.page-id-291 .header-wrap {
    background-size: cover !important;
    background-position: center center !important;
}



@media screen and (max-width: 1580px) and (min-width: 1400px) {
.page-id-291 .header-wrap {
    background-size: cover !important;
    background-position: center -125px !important;
} 
}
@media screen and (max-width: 5000px) and (min-width: 1600px) {
.page-id-291 .header-wrap {
    background-size: cover !important;
    background-position: center -155px !important;
} 
}
@media screen and (max-width: 1400px) {
.page-id-248 .header-wrap {
    background-position: center -50px !important;
} 
}
**/


/*CARETS PRODUCTS==*/
.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
transition: all .2s ease-in-out;} 

.preview-thumbnail.nav-tabs li a {
    border: 1px solid #fff;
    display: block;
    padding: 2px !important;
}

.preview-thumbnail.nav-tabs li a.active {
    border: 1px solid #3a3a3a;
}
.preview h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'gothambold';
}		  



.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 15%;
    margin-right: 1%; margin-left: 0;}
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

.card {
  margin-top: 50px;
  background: #eee;
  padding: 3em;
  line-height: 1.5em; }

@media screen and (min-width: 997px) {
  .unite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold; }

.checked, .price span {
  color: #ff9f1a; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

.product-title {
    margin-top: 0;
    margin: 0;
    margin-top: 25px;
}
.card .details h2{margin:0;} 
.card .details h2 em {
    display: block;
    font-size: 18px;
    padding-top: 8px;
}
.f22 {
    font-size: 22px;
    color: #020202cc;
    padding-top: 15px;
}

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #b36800;
    color: #fff; }

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }



/****/
strong.sm-rate {
    font-size: 14px;
    display: block;
}


h1.ml2 {
  font-weight: 900;
  padding-right:15px;
}

.ml2 .letter {
  display: inline-block;
  line-height: 1em;
}

/**LIVE CHAT CSS =====**/
#speeching_button{margin-top:0 !important;} 

/***RESPONSIVENESS WORK STARTS FROM HERE ==============================================*/
@media screen and (max-width: 1199px){
	.primary-menu li {margin: 0 12px;}
	#site-content .wp-block-columns.gb-section, #site-content .wp-block-columns, .wrapper, .container, blockquote.wp-block-quote.max-width {
    max-width: 90%;
}
	blockquote.wp-block-quote.max-width {
    max-width: 87%!important;
}
	.post-10 .wp-block-buttons .wp-block-button, .post-291 .wp-block-buttons .wp-block-button {
    margin: 0;
		width:100%;
}
		.post-10 .wp-block-buttons .wp-block-button a , .post-291 .wp-block-buttons .wp-block-button a{
    width:100%;
}
	
}
@media screen and (max-width: 1090px){
.post-16 .wp-block-column h2 {
    width: 100%;
}
	}

@media screen and (max-width: 1060px){
.primary-menu li {
    margin: 0 7px;
}
	.sec-02 .wp-block-column:first-child {
    padding-left: 45px;
}
		.sec-03 .wp-block-column:nth-of-type(2) {
    padding-right: 45px;
}

}

@media screen and (max-width: 1024px){
#site-content .wp-block-columns.sec-02 h2, #site-content .wp-block-columns.sec-03 h2 {
     padding-top: 0; 
}
}
@media screen and (max-width: 999px){
.header-titles-wrapper.d-none{display:block !important;    padding: 8px 0;}
	.modal-menu ul li a {
     color: #717171 !important;
    text-transform: uppercase;
}
	.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
     font-size: 16px; 
    padding: 2.5rem;
    color: #717171;
    font-weight: normal;
    text-transform: uppercase;
}
	li.center-logo {
    display: none;
}
	.elements-ft li span {
    width: 100%;
    display: block;
}
	p.cs-strong.space75 {
    padding-top: 0;
}
	.card .details h2, .banner-content h4 {
    line-height: normal;
}
}

@media screen and (max-width: 767px){
	
	.header-info h5, .header-info {
    text-align: center !important;
}
	.nav-toggle .toggle-inner {
    margin-top: 30px;
}
	.banner-content h1, .inner-banner h1.entry-title{
		font-size: 48px;}
	.wp-block-column {
    flex-basis: 100%!important;
}
	.secondary-footer li {
    padding: 0 8px;
}
	.wp-block-image.border-right2 {
    border: none;
}
	.eq-margin {
    padding-top: 0;
}
	.contact-info .wp-block-column:before{content:none;}
}
@media screen and (max-width: 600px){
.post-14 figure.wp-block-media-text__media  img{
    width: 112px;
    display: block;
    margin: 0 auto 15px;
}
	post-14 figure.wp-block-media-text__media {
		padding-right: 0;
		
	}
.testi-box .wp-block-media-text__content {
    border-left: none;
    padding: 15px;
    position: relative;
    padding-bottom: 0;
    padding-left: 15px;
}
	.testi-box h2 {

    padding-left: 70px;

}
	.post-14 .wp-block-column {
    margin-left: 0;
}
}


@media screen and (max-width: 480px){
.slick-arrow {
    display: none !important;
	}

	.home footer#main-footer {
    margin-top: 0;
}
	.card {
    padding: 1em;
}
}

@media screen and (max-width: 365px){
.nav-toggle .toggle-inner {
    margin-top: 60px;
}
	.sec-02 .wp-block-column {
    padding: 0 25px !important;
}

}








	
