/*!
Theme Name: All Sparks Rental
Author: Anonymous
Description: Custom theme for All Sparks Rental

*/

/*--------------------------------------------------------------
>>> 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;
	font-family: "Roboto", sans-serif;
	font-size: 17px;
	line-height: 1.5;
	color:#000
}

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

/* 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;
}
.pagination-rest {
    width: 100%;
    display: flex;
}
/* 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;
}
.rest-content-wrapper {
    min-height: 89px;
}
/**
 * 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: 68%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.6em;
}

/* 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;
}
span.page-numbers.current {
    width: 25px;
    height: 25px;
    background: #da4643;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 10px;
}
a.page-numbers {
    width: 25px;
    height: 25px;
    background: #D1DCE5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    margin-right: 10px;
}
a.next.page-numbers,a.prev.page-numbers {
    width: 100px;
    height: 27px;
    margin-top: -1px;
    border-radius: 5px;
}
/**
 * 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;
}
.label-spacer {
    height: 40px;
}
/**
 * 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: #333;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 400;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
	margin:0;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
}
h1 {
	font-size: 50px;
}
h2{
	font-size: 42px;
}
h3{
	font-size: 26px;
}
h4{
	font-size: 22px;
}
h5{
	font-size: 18px;
}
h6{
	font-size: 17px;
}
p {
	line-height: 1.7;
	font-family: "Roboto", sans-serif;
	color: #333333;
	font-size: 17px;
}
.title-underline {
    height: 2px;
    width: 100px;
    background: #007716;
    display: block;
    margin-left: auto;
	margin-right:auto
}
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: #ffffff;
}

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: #000000;
	text-decoration: none;
	transition: 0.3s;
}

a:visited {
	color: #000000;
}

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

a:focus {
	outline: 0;
}

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 {
	
	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: max-content !important;
}

.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;
}
.menu-main-menu-container {
    width: 100%;
}
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		justify-content: space-between;
	}
}

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


.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;
}
section#boxes .column-wrapper {
    border-top: 5px solid #007716;
}
.container,
.wide-container{
	max-width: 1200px;
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
}
section#boxes .column-wrapper {
    margin-left: 22px;
    margin-right: 22px;
    margin-bottom: 3rem;
	max-width: 370px !important;
}
.wide-container {
	max-width: 1720px;
}
section#boxes p {
    margin: 0;
}
section#boxes .col-text {
    margin-bottom: 10px;
}
.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: center;
}
.left,.right{
	max-width:50%
}
.top-header .left {
    width: 100%;

}
.social-media-wrapper a {
    margin-right: 25px;
}
.main-header .left,
.main-footer .left {
    max-width: 300px;
    width: 100%;
}
div#masthead .row,
.main-footer .row {
    flex-wrap: nowrap;
}
.main-header .right {
    width: 100%;
    max-width: 100%;
	display: flex;
    align-items: center;
	margin-left: 30px;
}
.header-btn {
    text-align: right;
    display: inline-flex;
    margin-left: 30px;
}
.header-btn a {
    margin-left: 15px;
}
nav#site-navigation {
    display: flex;
    justify-content: space-between;
	max-width: 100%;
}
nav#site-navigation>div>ul li {
    margin-left: 30px;
}
nav#site-navigation>div>ul li:last-child a:hover, nav#site-navigation>div>ul li:last-child.current-menu-item a{
    border: none;
}
li#menu-item-495 a {
    padding-left: 25px;
	padding-right: 25px;
    background: #007716;
	color:#fff
}
li#menu-item-495 a:hover{
	background: #000;
}
ul#primary-menu > li:first-child {
    margin-left: 0;
}
ul.sub-menu {
    flex-direction: column;
    z-index: 9999;
    background: #E7DBB6;
}
ul.sub-menu li {
    margin: 0 !important;
}
ul.sub-menu a {
    display: block;
    padding: 10px 20px;
}
ul.sub-menu a:hover{
	background: transparent;
}
nav#site-navigation>div>ul li a{
	position: relative;
}
nav#site-navigation>div>ul li a:after{
	content:'';
	position: absolute;
	height: 2px;
	background: #dd4744;
	left:0;
	bottom:10px;
	transition: 0.3s;
	right: 100%;
}
nav#site-navigation>div>ul li a:hover:after,
nav#site-navigation>div>ul li.current-menu-item a:after{
/* 	right: 0; */
	
}
nav#site-navigation>div>ul li a:hover,
nav#site-navigation>div>ul li.current-menu-item a{
	color:#D1DCE5;
}
li#menu-item-495 a:after,
.sub-menu a:after{
	display:none !important;
}

.banner {
    height: 100vh;
    max-height: 480px;
    min-height: 480px;
	background-size: cover;
    background-position: center;
}
.iiner .container{
	position: relative;
	height: 100vh;
    max-height: 480px;
    min-height: 480px;
}
.home .banner-slider .container{
	max-height: 860px;
}
.banner-wrapper {
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(50%,50%);
}
section#sec-vid {
    background: linear-gradient(to left, #f5f5f5 60%, #D1DCE5 58%);
}
.banner-wrapper .title-underline {
    text-align: left;
    margin-left: 0;
    margin-top: -20px;
    margin-bottom: 10px;
}
.consultation h2 {
    color: #fff;
}
.social-wrapper a {
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 50%;
    margin-right: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #da4643;
    font-size: 25px;
}
.social-wrapper {
    display: flex;
    align-items: center;
    margin-left: 60px;
}
.consultation {
    display: flex;
    align-items: center;
    justify-content: center;
}

.green-footer {
    background: #D1DCE5;
    padding: 35px 0;
}
.home .banner-wrapper {
    text-align: center;
    height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.home .banner-wrapper .title-underline{
	display: none;
}
.banner-wrapper h1 .sec-text {
    color: #D1DCE5;
}
.banner-wrapper h1 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}
.b-date {
    color: #000;
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 20px;
    font-weight: 600;
}
.banner-text{
	font-size: 16px;
	line-height: 24px;
    margin-bottom: 1rem;
}
.home .arrow{
	color: #fff;
    position: absolute;
    bottom: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
    right: 50%;
    font-size: 50px;
    animation: move 1000ms linear infinite alternate;
}
.home .arrow a{
	color: #fff;	
}
.home .arrow a:hover{
	color: #D1DCE5;
}
@keyframes move{
  0%{
  	bottom: 0;
  }
  100%{
  	bottom: 20px;
  }    
}
.def-btn {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.main-btn {
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    transition: 0.3s;
    border: 1px solid #000000;
    min-width: 200px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 18px;
}
.main-btn:hover {
    background: #D1DCE5;
    color: #000000 !important;
    border: 1px solid #D1DCE5;
}
.column-wrapper {
    display: inline-flex;
    width: 100%;
	flex-direction: column;
	justify-content: center;
    position: relative;
	z-index: 1;
}
.banner-wrapper .button {
    border-color: #333;
}
.banner-wrapper .button:hover{
	background-color: #007716;
	border-color: #007716;
	color:#fff
}
.col-row {
    display: flex;
}
.flex-wrap .col-row{
	flex-wrap: wrap;
}
#skin-laser .title-underline {
    background: #fff;
}
section#revitalize {
    background-position: right;
    background-size: 1175px 740px;
    background-repeat: no-repeat;
}
.testimonail-wrap .content {
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    margin-bottom: 1rem;
    max-width: 330px;
    margin-top: 1rem;
	margin-left: auto;
    margin-right: auto;
}
.stars {
    color: #FFD24D;
}
.testimonail-container h2 {
    text-align: center;
    margin-bottom: 60px;
}

.testimonail-slider button.slick-prev:after{
	content: "\f053";
}
.testimonail-slider  button.slick-prev{
    left: 155px;
}

.testimonail-slider button.slick-next{
    right: 155px;
}

.testimonail-slider button.slick-next:after{
	content: "\f054";
}
.testimonail-slider button:after{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
   cursor: pointer;
    font-size: 34px;
    color: #888888;
}
.testimonail-slider button{
    font-size: 0;
    background: transparent !important;
    border: 0;
    position: absolute;
    top: 50%;
	z-index: 999;
}
section.testimonail .slick-slider {
    position: static;
}
section.testimonail {
    position: relative;
}
section.testimonail {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	margin-bottom:3rem;
	padding-top: 60px;
}
.text-par p{
	margin: 0;
}
.text-par h2 {
    margin-bottom: 20px;
}
.section-footer {
    background-size: cover;
    background-position: center;
}
.text-par {
    font-size: 22px;
    color: #fff;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 300px;
}
div#gform_wrapper_1 {
    margin-top: 30px;
}
span.gform_description {
    font-size: 16px;
    margin-bottom: 2rem;
    display: block;
}
.wp-video {
    max-width: 500px !important;
	margin-left: auto;
}
.two-col-par iframe {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    display: block;
}
.mejs-container {
    height: 320px !important;
}
.col.col-1 {
    max-width: 250px;
    border-right: 1px solid #CCCCCC;
	padding-right: 60px;
}
.col-4.foot-col a {
    color: #fff;
}
.add {
    margin-bottom: 1.5rem;
	line-height: 1.5;
}

footer .social-media-wrapper a {
    color: #fff !important;
    background: #007716;
    height: 34px;
    width: 34px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-right: 10px;
}
footer .social-media-wrapper a:hover{
	background: #333;
}
footer .social-media-wrapper {
    margin-top: 60px;
}
.col.col-2 {
    max-width: 220px;
    justify-content: center;
	width: 100%;
}
.two-col-par p a {
    color: #007716;
}
ul {
    margin: 0;
    padding: 0;
    /* list-style: none; */
}
footer#colophon li,.side-bar li {
    list-style: none;
}

.col-title {
    font-weight: bold;
    margin-bottom: 10px;
}
.logo-slider .logo-wrapper {
    max-width: 20%;
	text-align: center;
    width: 100%;
}
#yellow-bar .two-col-par {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-form input::placeholder {
    color: #878787;
}
#yellow-ba .two-col-par {
    width: 100%;
    max-width: 360px;
}
.search-form button {
    background: #DA4643;
    border: 1px solid #DA4643;
    height: 50px;
    width: 170px;
    color: #FFF;
	margin-left: 20px;
	cursor: pointer;
	transition: 0.3s;
}
.search-form button:hover{
	background-color: #fff;
	color: #000;
	border: 1px solid #DA4643;
}
#yellow-bar .two-col-par h3 {
    max-width: 360px;
    width: 100%;
}
.search-form {
    width: 100%;
}
.search-form select {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #858585;
    border-radius: 5px;
    outline: 0;
    border: 0;
    margin-left: 20px;
    padding: 10px;
    max-width: 200px;
}
.search-form form {
    display: flex;
    align-items: center;
}
.search-form input {
    max-width: 360px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #878787;
    border-radius: 5px;
    outline: 0;
    border: 0;
    margin-left: 50px;
	padding: 10px;
}
.col.col-2 span,
.col.col-3 span,
.col.col-4 span,
.col.col-5 span,
.col.col-6 span {
    color: #007716;
    margin-right: 5px;
}
section.logo-2 {
    margin-bottom: 70px;
}
.col.col-2 ul li {
    margin-bottom: 2px;
}
.logo-slider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
footer#colophon a:hover {
    color: #D1DCE5 !important;
}
.col.col-3{
    max-width: 225px;
    width: 100%;
}
.col-3.foot-col .menu-item-has-children:after{
	 right: 110px;
     top: 6px;
}
button#back-to-top {
    background: #000000;
    z-index: 99999;
    color: #fff;
    border: 0;
    bottom: 20px;
    right: 20px;
    position: fixed;
    cursor: pointer;
	opacity: 0;
}
button#back-to-top:hover {
	background: #D1DCE5;
}
button#back-to-top.show {
	opacity: 1;
}
div#masthead.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #000000;
}
.has-sticky {
    padding-top: 135px;
}
.has-sticky .top-header {
    display: none;
}
.menu-item-has-children:after {
    content: "\f0dd";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    right: -14px;
    top: 15px;
    font-size: 13px;
    color: #D1DCE5;
}
header.site-header {
    display: block !important;
	position: relative;
	z-index:999;
}
a.mobmenu-right-bt.mobmenu-trigger-action i {
    color: #333;
}

.no-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    font-size: 30px;
    color: gray;
}
header.entry-header {
    margin-top: 3rem;
    margin-bottom: 1rem;
}
section#boxes .button {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
}
.post-banner {
    height: 100vh;
    max-height: 350px;
    min-height: 350px;
    background-position: center;
    background-size: cover;
}
.post-banner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog article {
    display: flex;
}
.blog article {
    display: flex;
    border-top: 1px solid #007716;
    padding-bottom: 21px;
}
.blog article img {
    max-width: 270px;
    height: 170px;
    margin-right: 35px;
	object-fit: cover;
}
ul.wp-block-categories-list.wp-block-categories {
    margin-top: 1rem;
    text-align: center;
    font-size: 22px;
}
ul.wp-block-categories-list.wp-block-categories li:first-child {
    border-top: 2px solid #007716;
}
a.read {
    color: #D1DCE5;
}
.current-cat a:before {
    content: '› ';
    color: #007716;
}
.two-col-par iframe {
    width: 100%;
}
.entry-content h2 ,
.entry-content h3 {
    font-weight: 300;
	font-size: 28px;
}
.category article img {
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}
.current-cat a {
    color: #007716;
}
.alm-btn-wrap .alm-load-more-btn {
    background: #007716 !important;
}
li.alm-item img {
    max-width: 270px;
    width: 100%;
}
li.alm-item h3 {
    font-size: 28px;
}
li.alm-item .entry-meta {
    display: none;
}
.alm-reveal:first-child li.alm-item:first-child {
    border-top: 0;
	padding: 0 !important;
}
li.alm-item img {
    max-width: 270px !important;
    width: 100%;
    padding-top: 32px !important;
    height: 188px !important;
    object-fit: cover;
}
div#loop-post {
    width: 100%;
}
.alm-reveal:first-child  li.alm-item:first-child img {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
	margin-bottom: 1rem;
}
li.alm-item {
    padding: 0 0 0 299px !important;
    border-top: 1px solid #007716;
    padding-top: 20px !important;
}
ul.wp-block-categories-list.wp-block-categories li {
    border-bottom: 2px solid #007716;
    padding-bottom: 5px;
	padding-top: 10px;
    padding-bottom: 10px;
}
.just-center .col-row{
	justify-content: center;
}
.blog header.entry-header {
    margin-top: 40px;
}
.blog article:first-child {
    flex-direction: column;
	border:0
}
.blog article:first-child img {
    height: 100%;
    width: 100%;
    max-width: 100%;
}
.side-bar {
    width: 370px;
    margin-left: 50px;
    background: #F8F8F8;
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
}
.blog-wrapper {
    display: flex;
}

.post-banner {
    position: relative;
	z-index: 1;
}

.single .post-banner:before {
    content: '';
    background: #333333bf;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.single .post-banner h1 {
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 72px;
}

.addtoany_share_save_container {
    display: none;
}
i.mob-icon-down-open.open-icon {
    font-size: 16px;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-495 a {
    padding-left: 25px;
    padding-right: 25px;
    background: #007716;
    color: #fff;
}
p.gform_required_legend {
    display: none;
}
ul.gallery {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    align-items: center;
}
ul.gallery li {
	max-width: 18%;
    width: 100%;
    text-align: center;
}
ul.gallery li img {

}
.peach {
    display: inline-block;
    margin-left: 40px;
}
.main-header .left ,
.main-footer .left {
    display: flex;
    align-items: center;
}
.main-footer .right {
	width: 100%;
    max-width: 720px;
}
section#half-bg img {
    width: 100%;
}
section#half-bg .two-col-par {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
}
section#half-bg h2 {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0 !important;
    margin-top: 13px;
}
section#half-bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}
section#half-bg .column-wrapper {
    margin-right: 15px;
    margin-left: 15px;
}
section#three-box .two-col-par {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}
section#three-box .column-wrapper:last-child .two-col-par {
    min-height: 512px;
}
section#three-img-box h2 {
    text-align: center;
    margin-bottom: 3rem;
}
section#three-img-box .column-wrapper {
    margin-left: 15px;
    margin-right: 15px;
}
section#contact h2 {
    text-align: center;
    margin-bottom: 2rem;
}
.banner.slick-slide,
section#revitalize {
	POSITION: RELATIVE;
	z-index: 1;
}

.banner.slick-slide:before,
section#revitalize:before {
	content: '';
	position: absolute;
	background: rgb(0 0 0 / 30%);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.input-s {
    max-width: 360px;
    width: 100%;
    margin-right: 52px;
	position: relative;
}

.col-row .column-wrapper {
    background-size: cover;
    background-position: center;
}
.logo-slider .logo-wrapper img {
    transition: 0.3s;
}
.logo-slider .logo-wrapper img:hover{
	transform: scale(0.8);
}
.social-wrapper a:hover{
	background: #D1DCE5;
	color: #000;
}
a.rest-site {
    margin-top: 10px;
    margin-bottom: 10px;
}
.rest-site i {
    color: #da4643;
}
.file-description {
    text-align: center;
}
a.rest-pdf {
    background: #D1DCE5;
    height: 50px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-weight: 600;
}
.rest-label {
    font-size: 22px;
    background: #DA4643;
    font-weight: 600;
    text-align: center;
    color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.rest-container {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.search-result-item {
    padding: 10px;
	cursor: pointer;
	transition: 0.3s;
}
.search-result-item:hover {
    background: #da4643;
    color: #fff;
}
.rest-box a {
    color: #000;
    text-align: center;
    display: block;
}
.rest-box:hover {
    box-shadow: unset;
}
section.error-404.not-found {
    padding: 3rem 0;
}
input.search-field {
    border: 1px solid;
    margin: 0;
}
section.error-404.not-found input.search-submit {
    cursor: pointer;
    margin: 0;
    background: #D1DCE5;
    color: #fff;
}
.rest-box a:hover{
	color:#da4643
}
.rest-box {
	min-height: 580px;
    width: 370px;
    background: #fff;
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    box-shadow: -1px 2px 13px #00000042;
    border-radius: 5px;
	transition: 0.3s;
}
h3.rest-title i {
    color: #da4643;

}
.file-description  {
  min-height: 105px;
    margin-top: 10px;
}
.file-description p {
    margin: 0;
}
a.rest-pdf {
    display: flex;
    align-items: center;
    justify-content: center;
}
h3.rest-title {
    background: #222222;
    color: #fff;
    padding: 0 5px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 15px;
	height: 70px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.rest-box img {
    height: 143px;
    object-fit: contain;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
.suggested-rest button {
    background: unset;
    color: #000;
    border: 0;
    padding: 0;
    max-width: 100% !important;
    width: 100%;
    text-align: left;
    height: auto;
    margin: 0;
    padding: 10px;
}
.suggested-rest button:hover {
    border: 0;
    background: #da4643;
    color: #fff;
    border-radius: 0;
}
.suggested-rest {
    position: absolute;
    top: 52px;
    left: 50px;
    background: #fff;
    width: 100%;
    padding: 10px 0;
    border-radius: 5px;
    display: none;
}
@media(max-width:1366px){
	.testimonail-slider button.slick-next {
		right: 10px;
	}
	.testimonail-slider button.slick-prev {
		left: 10px;
	}
}
@media(max-width:1024px){
	.main-header .left {
		display: none;
	}
	.wp-video{
		max-width: 100% !important; 
	}
	.search-form input {
		margin: 0;
	}
	.foot-col {
		max-width: 50%;
	}
	div#masthead .row, .main-footer .row {
		flex-wrap: wrap;
	}
	.search-form {
		margin-top: 1rem;
	}
	#yellow-bar .two-col-par {
		flex-direction: column;
	}
	.header-btn {
		text-align: center;
	}
	div#masthead .row {
		flex-direction: column;
	}
	.main-header .left, .main-footer .left {
		justify-content: center;
	}
	nav#site-navigation {
		justify-content: center;
	}
	.banner-wrapper {
		right: 50%;
		transform: translate(50%,50%);
	}
	section#revitalize .col-row {
		justify-content: center;
	}
	.testimonail-wrap .content{
		margin-left: auto;
		margin-right: auto;
	}
	.stars,.autor {
		max-width: 330px;
		margin: auto;
	}
	.text-par {
		margin: auto;
	}
	footer .row {
		flex-wrap: wrap;
	}
	footer#colophon .col {
		max-width: 33% !important;
		width: 100% !important;
		margin-bottom: 3rem;
	}
	.col.col-1{
		border:0
	}
	footer#colophon .col {
		padding: 0 30px;
	}
	#body .mob-menu-header-holder.mobmenu {
	
	
	}

}
@media(max-width:992px){
	.col.col-1 {
		padding-right: 0;
	}
	.wp-video {
		margin: auto;
	}
	.two-col-par iframe {
		max-width: 640px;
		margin: auto;
	}
	.mejs-container {
		height: 360px !important;
	}
	
	.input-s{
		margin-right: 0;
	}
	#two-col-img .column-wrapper h2 {
		text-align: center !important;
	}
	section#sec-vid .col-row .column-wrapper:first-child {
		padding-bottom: 1rem !important;
		text-align: center;
	}
	.logo-slider .logo-wrapper {
		margin: 0 15px;
	}
	#two-col-img .column-wrapper {
		align-items: center;
		text-align: center;
	}
	section#sec-vid {
		background: #D1DCE5;
	}
	#contact .single-btn-wrapper,
	.contact .single-btn-wrapper,
	.contact .col-text,
	#contact .col-text {
		text-align: center !important;
	}
	.contact .single-btn-wrapper,#contact .single-btn-wrapper{
		margin-bottom: 2rem;
	}
	.banner-wrapper {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	section#half-bg .column-wrapper {
		margin: 0;
		margin-bottom: 1rem;
	}
	/* header.site-header {
		padding-top: 65px;
	} */
	section#revitalize {
		padding-top: 0 !important;
	}

	.blog-wrapper {
		flex-direction: column;
	}
	.side-bar {
		margin-left: 0;
		width: 100%;
		margin-bottom: 2rem;
		text-align: center;
	}
	section#boxes.just-center .col-row {
		align-items: center;
	}
	body#body {
		padding-top: 0;
	}
	section#revitalize {
		background-size: cover;
		background-position: center;
		margin-bottom: 3rem;
	}

	.top-header .right {
		flex-direction: column;
		justify-content: center;
	}
	div#masthead.sticky {
		position: static;
	}
	.has-sticky .top-header{
		display: block !important;
	}
}
@media(max-width:768px){
	.logo-wrapper.slick-slide a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 150px;
	}
	.logo-slider .logo-wrapper img {
		height: 150px;
		object-fit: contain;
	}
	
}
@media(max-width:767px){
	.mejs-container {
		height: 140px !important;
	}
	.two-col-par iframe {
		height: auto;
	}
	.page-id-212 .column-wrapper {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.banner, .banner-slider .container, .iiner .container {
		max-height: 350PX;
	}
	h1 {
		font-size: 40px !important;
	}
	h2{
		font-size: 30px !important;
	}
	h3{
		font-size: 25px !important;
	}
	h4{
		font-size: 18px !important;
	}
	footer#colophon .col {
		max-width: 50% !important;
		text-align: left !important;
	}
	.copy {
		margin-top: 2rem;
	}
	.blog article {
		flex-direction: column;
		text-align: center;
	}
	.blog article img {
		margin-right: 0;
	}
	.side-bar {
		padding-left: 15px;
		padding-right: 15px;
	}
	.banner-wrapper {
		width: 100%;
		padding: 0 15px;
	}
	section.section-col {
		padding: 0 !important;
	}
	/* .main-header .right {
		display: none;
	} */
	.has-sticky{
		padding-top: 135px;
	}
	section#boxes .column-wrapper {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}

	ul#primary-menu {
		display: flex;
		justify-content: center;
	}
	#yellow-bar .two-col-par h3 {
		max-width: 100%;
		text-align: center;
	}.home .banner-wrapper{
		height: 536px;
	}
	.search-form form {
		flex-wrap: wrap;
	}
	.search-form input {
		max-width: 100%;
	}
	.input-s {
		max-width: 50%;


	}
	.search-form button {
		width: 100%;
		margin-top: 1rem;
		margin-left: 0;
	}
	.search-form select {
		max-width: 46%;
	}
}
@media(max-width:567px){
	.input-s {
		max-width: 100%;
	}
	.rest-label {
		font-size: 15px;
	}
	.title-wrapper {
		font-size: 15px;
		
	}
	h3.rest-title{
		height: 55px;
	}
	a.rest-pdf {
		font-size: 14px;
	}
	.rest-box a {
		font-size: 15px;
	}
	footer#colophon .col {
		width: 100% !important;
		max-width: 100% !important;
	}
	.b-date {
		font-size: 25px;
	}
	.social-wrapper {

		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin-left: 0;
		margin-top: 2rem;
		margin-left: 5px;
		margin-right: 5px;
	}
	.social-wrapper a{
		height: 30px;
		width: 30px;
		font-size: 18px
	}
	.foot-col {
		max-width: 100%;
	}
	.col-4.foot-col a {
		font-size: 15px;
	}
	.header-btn a {
		margin: 0;
		margin-top: 1rem;
	}
	.home .banner-wrapper {
		border-radius: 0;
	}
	.search-form select, .search-form input {
		max-width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	#two-col-img .column-wrapper {
		min-height: 350px !important;
	}
	footer#colophon .col {
		text-align: center !important;
	}
	footer#colophon {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.call-num a {
		display: block;
		margin-top: 9px;
	}
	h1 {
		font-size: 43px;
		line-height: normal;
	}
	section#boxes .column-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	footer#colophon .col {
		padding: 0;
	}
	footer .social-media-wrapper a {
		margin-left: 10px;
	}
	ul#primary-menu {
		flex-direction: column;
		align-items: center;
	}
	nav#site-navigation>div>ul li {
		margin-left: 0;
	}
	ul#primary-menu a {
		font-size: 15px;
		padding: 1px;
		margin-top: 0.5rem;
	}
	nav#site-navigation>div>ul li a:after{
		bottom: -1px;
	}
	.banner, .banner-slider .container, .iiner .container {
		max-height: 250PX;
	}
}
@media(max-width:390px){

}

/*Top Header*/
.top-header {
    background: #000000;
	padding: 10px 0;
	font-size: 16px;
	color: #FFFFFF;
}
.top-header a {
	color: #FFFFFF;
}
.top-header a:hover {
	color: #D1DCE5;
}
.social {
    display: flex;
    justify-content: left;
}
.social-item:not(:last-child) {
    margin-right: 20px;
}
.top-header .right {
	justify-content: flex-end;
    width: 100%;
	display: flex;
}
.top-header .phone {
	margin-left: 50px;
}

/*Main Menu*/
.main-header {
    padding: 20px 0;
    position: absolute;
    width: 100%;
}
ul#primary-menu a {
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    font-weight: 500;
}
header li#menu-item-19 {
	display: none;
}
svg.search-icon {
    width: 25px;
    height: 25px;
}
form.is-search-form.is-form-style.is-form-style-1.is-form-id-9 {
    width: 30% !important;
}

/*Home Banner*/
.home .banner {
    max-height: 750px;
}
.home .banner h1 {
    color: #D1DCE5;
    font-size: 24px;
    font-weight: normal;
}
.home .banner .main-btn {
	min-width: 330px;
	height: 60px;
	color: #000000 !important;
	background: #D1DCE5;
	border: 1px solid #D1DCE5;
	margin-top: 20px;
}
.home .banner .main-btn:hover {
	color: #D1DCE5 !important;
	background: #000000;
	border: 1px solid #000000;
}

/*Home Section1*/
.section1 {
	padding: 90px 0;
}
.pro-link {
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
}
.pro-link:hover {
    color: #D1DCE5;
    border-bottom: 1px solid #D1DCE5;
}
.pro-list {
	margin-top: 50px;
}
.pro-list .content-container {
    justify-content: center;
    align-items: self-start;
    grid-gap: 30px 70px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
}
.pro-list .pro-img {
	border: 1px solid #CCCCCC;
    padding: 30px 70px;
}
.pro-list .pro-img img {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.pro-list .pro-img img:hover {
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
}
.pro-title-list {
    font-weight: 500;
    font-size: 24px;
    margin-top: 20px;
}

/*Home Section2*/
.section2 {
	padding-bottom: 90px;
}
.section2 .content-container {
	justify-content: center;
    align-items: center;
    grid-gap: 60px;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
}
.section2 .ser-img {
	justify-content: center;
    align-items: center;
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.section2 .list-img img {
    margin-bottom: 7px;
}
.section2 .title {
	color: #999999;
    font-weight: 700;
    font-size: 20px;
}
.section2  .def-btn {
    margin-left: 0;
    margin-top: 30px;
}

/*Home Section3*/
.section3 {
	padding: 90px 0;
	background-color: #000000;
	text-align: center;
}
.section3 .title {
	color: #999999;
    font-weight: 700;
    font-size: 20px;
}
.section3 h2 {
	color: #FFFFFF;
}
.section3 .steps {
    margin-top: 20px;
}
.section3 .content-container {
	justify-content: center;
    align-items: self-start;
    grid-gap: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.section3 .steps-num {
    font-size: 90px;
    font-weight: 700;
    color: #FFFFFF;
    opacity: 50%;
}
.section3 .steps-icon:before {
    content: '';
    background: #D9D9D9;
    height: 1px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.section3 .steps-icon {
    background-color: #D1DCE5;
    width: 60px;
    height: 60px;
    margin: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 23px;
}
.section3 .steps-title {
	margin-top: 30px;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
}
.section3 .steps-desc p {
    color: #FFFFFF;
}

/*Home Section4*/
.section4 {
	padding: 90px 0;
}
.section4 .content-container {
	justify-content: center;
    align-items: center;
    grid-gap: 60px;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
}
.section4 img {
	width: 100%;
}
.section4 .title {
	color: #999999;
    font-weight: 700;
    font-size: 20px;
}
.section4 .main-btn {
	min-width: 270px;
}
.section4 .def-btn {
    margin-left: 0;
    margin-top: 30px;
}

/*Home Section5*/
.section5 {
	padding: 90px 0;
	background-color: #EEEEEE;
	text-align: center;
}
.section5 .title {
	color: #999999;
    font-weight: 700;
    font-size: 20px;
}
.section5 .testimonials-list {
	margin-top: 50px;
}
.section5 .strong-view .wpmslider-viewport {
    height: auto !important;
}
.section5 .strong-view.wpmtst-unstyled .wpmtst-testimonial-inner {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    padding: 50px 40px;
}
.section5 .testimonial-content {
    order: 2;
}
.section5 .testimonial-name {
    order: 3;
    color: #333333;
    text-transform: uppercase;
    font-weight: normal;
}
.section5 .testimonial-content p::before {
  content: "“";
}
.section5 .testimonial-content p::after {
  content: "”";
}
.strong-view .wpmslider-controls-direction {
    padding: 0 20px;
}
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
	mask: url(/wp-content/themes/all-sparks-rental/images/left-arrow.png) center center no-repeat !important;
	width: 38px !important;
}
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
	mask: url(/wp-content/themes/all-sparks-rental/images/right-arrow.png) center center no-repeat !important;
	width: 38px !important;
}
a.wpmslider-prev:hover,
a.wpmslider-next:hover {
    opacity: 0.5;
}

/*Footer Contact Us*/
.contact1 {
	background-image: url(/wp-content/themes/all-sparks-rental/images/bg-contact-us.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 90px 0;
}
.contact1 .content-container {
	justify-content: center;
    align-items: center;
    grid-gap: 60px;
    display: grid;
    grid-template-columns: 1.5fr 0.5fr;
}
.contact1 .desc p {
	color: #000000;
    font-size: 24px;
    font-weight: 500;
}
.contact1 .def-btn {
    margin-right: 0;
}
.contact1 .main-btn {
    min-width: 236px;
    margin-bottom: 15px;
}
.contact1 .main-btn:hover {
	border: 1px solid #000000;
}

/*Footer*/
footer,
footer a {
	color: #FFFFFF;
}
footer a:visited {
	color: #FFFFFF;
}
.main-footer {
    padding-bottom: 40px;
}
.main-footer .row {
    align-items: flex-start;
}
footer#colophon {
    padding: 60px 0 50px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 17px;
}
footer .title {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
footer li.astm-search-menu.is-menu.popup.menu-item {
	display: none;
}
footer .main-navigation ul {
    display: block;
}
footer ul#primary-menu a {
    font-size: 17px;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    padding-bottom: 10px;
}
footer nav#site-navigation>div>ul li {
    margin-left: 0;
}
footer .phone {
	margin-top: 20px;
}
footer .email {
	margin-top: 20px;
}
footer .social {
	margin-top: 20px;
}
.foot-col {
	margin-bottom: 20px;
}
.copy {
    padding-top:40px;
    text-align: center;
    border-top: 1px solid #D9D9D9;
    font-size: 15px;
}
.copy li {
    display: inline-block;
    margin: 0 5px;
}

/*Inner Pages*/
.banner-overlay {
    content: '';
    background: rgb(0 0 0 / 30%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.banner.iiner h1 {
    color: #fff;
    text-transform: uppercase;
}
.banner.iiner .banner-wrapper {
	width: 100%;
}
.inner-pages {
	padding: 90px 0;
}
.inner-pages ul {
    padding-inline-start: 19px;
	margin-bottom: 19px;
}
.inner-pages ol {
    margin: 0;
    padding: 0;
   	padding-inline-start: 19px;
	margin-bottom: 19px;
}
.inner-pages h2, 
.inner-pages h3, 
.inner-pages h4, 
.inner-pages h5, 
.inner-pages h6 {
    margin: 5px 0;
}
.inner-pages a {
	text-decoration: underline;
}

/*Equipment Page*/
.equipment1 {
	padding: 90px 0;
}
.equipment1 .content-container {
    justify-content: center;
    align-items: center;
    grid-gap: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.equipment1 .title {
	color: #999999;
    font-weight: 700;
    font-size: 20px;
}
.equipment2 {
	padding-bottom: 90px;
}

/*Services Page*/
.services1 {
	padding: 90px 0;
}
.services1 .content-container {
    justify-content: center;
    align-items: center;
    grid-gap: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.services1 .title {
	color: #999999;
    font-weight: 700;
    font-size: 20px;
}
.border-und {
    content: '';
    width: 634px;
    height: 2px;
    background: #D1DCE5;
    position: relative;
    display: block;
    margin: auto;
}
.services2 {
	padding: 90px 0;
}
.services2 .title {
	color: #999999;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}
.services2 h2 {
	text-align: center;
}
.services2 .desc {
	text-align: center;
	width: 850px;
	margin: auto;
}
.services2 .steps {
    margin-top: 50px;
}
.services2 .content-container {
    justify-content: center;
    align-items: stretch;
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.services2 .content {
	background-color: #D1DCE54D;
	padding: 40px 30px;
}
.services2 .steps-center {
    text-align: center;
}
.services2 .steps-num {
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    width: 80px;
    height: 80px;
    margin: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 2px solid #000000;
}
.services2 .steps-title {
	margin-top: 30px;
	font-weight: 700;
    font-size: 24px;
}


/*Search Page*/
.search-pages {
    padding: 90px 0;
}

/*Error404 Page*/
.error404 {
	text-align: center;
}

/*Contact Page*/
input#gform_submit_button_1 {
	background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    transition: 0.3s;
    border: 1px solid #000000;
    min-width: 200px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 18px;
    border-radius: 0;
}
input#gform_submit_button_1:hover {
	background: #D1DCE5;
    color: #000000 !important;
    border: 1px solid #D1DCE5;
    cursor: pointer;
}


/*Modal*/
.page-id-13 div#masthead.sticky,
.page-id-15 div#masthead.sticky {
    z-index: 1;
}
.modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  overflow-y: auto;
}
.modal-overlay:target {
  visibility: visible;
  opacity: 1;
}
.modal-body-position{
	position: fixed;
}
.modal-main-body{
	position: fixed;
	overflow: none;
}
.modal-popup {
  margin: 10% auto;
  background: #ffffff;
  width: 40%;
  position: relative;
  transition: all 5s ease-in-out;
}
.modal-content {
    padding: 30px 70px;
}
.modal-popup .close {
  	position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    z-index: 999;
    background-color: #000;
    font-size: 22px;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-popup .close:hover {
  background-color: #D1DCE5;
  cursor: pointer;
}
.modal-popup .content {
  max-height: 30%;
  overflow: auto;
}


/*Compatibility*/
@media (max-width: 736px){
	.top-header {
		margin-top: 80px;
	}
	.top-header .right {
        max-width: 100%;
        text-align: center;
    }
	.top-header .left {
        max-width: 100%;
    }
	.social {
	    justify-content: center;
	}
	.top-header .phone {
	    margin-left: 0;
	}

	.home .banner {
	    max-height: 500px;
	}
	.home .banner h1 {
	    font-size: 20px !important;
	}


	.section1 {
		padding: 45px 0;
	}
	.pro-list {
		margin-top: 25px;
	}
	.pro-list .content-container {
	    grid-gap: 15px 35px;
	    grid-template-columns: repeat(1, 1fr);
	}
	.pro-list .pro-img {
	    padding: 15px 35px;
	}


	.section2 {
		padding-bottom: 45px;
	}
	.section2 .content-container {
	    grid-gap: 30px;
	    grid-template-columns: repeat(1, 1fr);
	}
	.section2 .ser-img {
	    grid-gap: 0;
	    grid-template-columns: repeat(1, 1fr);
	}


	.section3 {
		padding: 45px 0;
	}
	.section3 .content-container {
		grid-template-columns: repeat(1, 1fr);
	    grid-gap: 40px;
	}


	.section4 {
		padding: 45px 0;
	}
	.section4 .content-container {
	    grid-gap: 30px;
	    grid-template-columns: repeat(1, 1fr);
	}


	.section5 {
		padding: 45px 0;
	}


	.contact1 {
		padding: 45px 0;
	}
	.contact1 .content-container {
	    grid-gap: 30px;
	    grid-template-columns: repeat(1, 1fr);
	}
	.contact1 .def-btn {
	    margin-right: auto;
	}


	.main-footer {
	    padding-bottom: 20px;
	}
	footer#colophon {
	    padding: 30px 0 25px;
	    text-align: center;
	}
	.copy {
	    padding-top:20px;
	}
	footer .main-navigation {
		display: block !important;
	}
	.main-footer .row {
	    align-items: center;
	    flex-direction: column;
	}


	.banner.iiner {
	    max-height: 300px;
	    min-height: 300px;
	}
	.iiner .container {
	    max-height: 300px;
	    min-height: 300px;
	}
	.inner-pages {
		padding: 45px 0;
	}


	.equipment1 {
		padding: 45px 0;
	}
	.equipment1 .content-container {
	    grid-gap: 30px;
	    grid-template-columns: repeat(1, 1fr);
	}
	.equipment2 {
		padding-bottom: 45px;
	}


	.services1 {
		padding: 45px 0;
	}
	.services1 .content-container {
	    grid-gap: 30px;
	    grid-template-columns: repeat(1, 1fr);
	}
	.border-und {
	    width: 50%;
	}
	.services2 {
		padding: 45px 0;
	}
	.services2 .desc {
	    width: 100%;
	}
	.services2 .steps {
	    margin-top: 25px;
	}
	.services2 .content-container {
	    grid-gap: 15px;
	    grid-template-columns: repeat(1, 1fr);
	}
	.services2 .content {
		padding: 20px 15px;
	}


	.search-pages {
	    padding: 45px 0;
	}


	.modal-popup {
	    margin: 50% auto;
	    width: 100%;
	}
	.modal-content {
	    padding: 20px;
	}
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.top-header {
	    margin-top: 75px;
	}
	.top-header .phone {
	    margin-left: 0;
	}
	.top-header .right {
	    align-items: flex-end;
	}


	.pro-list .content-container {
	    grid-gap: 15px 35px;
	    grid-template-columns: repeat(2, 1fr);
	}


	.section2 .content-container {
	    grid-gap: 30px;
	    grid-template-columns: repeat(1, 1fr);
	}


	.section3 .content-container {
		grid-template-columns: repeat(1, 1fr);
	    grid-gap: 40px;
	}


	.section4 .content-container {
	    grid-gap: 30px;
	    grid-template-columns: repeat(1, 1fr);
	}


	.contact1 .content-container {
	    grid-gap: 30px;
	}


	footer .main-navigation {
		display: block !important;
	}


	.equipment1 .content-container {
	    grid-gap: 30px;
	    grid-template-columns: repeat(1, 1fr);
	}


	.border-und {
	    width: 50%;
	}
	.services2 .desc {
	    width: 100%;
	}
	.services2 .content-container {
	    grid-gap: 15px;
	    grid-template-columns: repeat(1, 1fr);
	}


	.modal-popup {
	    margin: 50% auto;
	    width: 80%;
	}
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	.top-header {
	    margin-top: 0;
	}


	.contact1 .content-container {
	    grid-gap: 30px;
	}
	.contact1 .main-btn {
	    min-width: 100%;
	}


	footer .main-navigation {
		display: block !important;
	}


	.modal-popup {
	    margin: 20% auto;
	    width: 80%;
	}
}

