/*!
Theme Name: ds theme
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: ds-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

.post,
.page {
	margin: 0 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/******************************************/

.site-branding {max-height: inherit;}
.site-branding img {	max-height: 100px;	width: inherit;}
.mainmenu-area {padding-bottom: 5px; padding-top: 5px;}
.mainmenu-area .action-button {
	border-top: 1px solid #fd3c65 !important;
	border-bottom: 1px solid #fd3c65 !important;
	border-left: 1px solid #fd3c65 !important;
	border-right: 1px solid #fd3c65 !important;
}
.elementor-1135 .elementor-element.elementor-element-d6342c1 label {display: block;}
.elementor-widget-profund_Subscribe_Form .wpcf7-form-control-wrap {	position: relative;	width: 100%; }
.elementor-81 .elementor-element.elementor-element-3e1cab7 .arrow-button {
    color: #ffffff;
    background-color: transparent;
    background-image: linear-gradient(270deg, #fe583c 0%, #ff4b8a 100%);
    padding: 15px 40px 15px 40px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ff4b8a;
    border-radius: 3px 3px 3px 3px;
    text-align: center;
}

.bwg_album_compact_preview .bwg-item {
	margin: 0 0 30px !important;
}

.bwg_album_compact_preview .bwg-title2 {
	font-family: 'Nunito' !important;
	font-size: 18px !important;
	padding: 10px 0 0 !important;
}

.give-form-1117 {
	display: none !important;
}

.give-content-area .quomodo-col-md-4 {    display: none;}
.give-content-area .quomodo-row {    justify-content: center;}
.give-content-area h1.give-form-title.entry-title {    font-size: 45px;}
.give-content-area .author_details {    display: none;}

.give-content-area .elementor-81 {
    padding: 32px 0 0;
}

.give-content-area {
    padding: 0px 0;
}
.give-content-area .arrow-button {    padding: 15px 20px;}
.give-content-area span.button-icon {    float: right;    margin-left: 12px;}

a{	cursor:pointer !important;}

/***********404 error page***************/


.error-tab { overflow:hidden;} 
.not-found  .intro.intro-small { display:none;}
.not-found {    background: #fff;    padding: 0px 0 110px;    text-align: center;    color: #333;    width: 100%;    float: left;    margin-bottom: 0px;    font-size: 20px;    text-transform: uppercase;    font-weight: 700;}
.not-found .not-four {	display: block;	font-size: 250px;	line-height: 1.2;	color: #ae4166;	font-weight: 900;	text-shadow: 1px 19px 46px rgba(0,0,0,0.4);	padding: 90px 0 0;}
.not-found  p, .error-404  a  { color:#333; font-size:16px; text-transform:uppercase; display:block; padding-top:20px;}
.not-foundh1 { color:#333;}
.not-found h1 { color:#333 !important;}
@media(max-width:767px) {
.not-found .not-four { font-size:140px;}
.not-found { font-size:16px;}	
	
	
	
	
	
	
.not-found  p, .not-found  a  { font-size:14px;}
}
/***********************end of 404*****************/

/*---- header ----*/
#header {	width: 100%;	position:relative ;	z-index: 1000;	padding: 10px 0;	background:none;	   font-family: 'Quicksand', sans-serif; }
#header .container { height: 100px !important; }
#header .container { max-width: 1170px !important; position: relative; width: 100%; margin:auto !important; } 
#header.fixed {	position: fixed;	width: 100%;	left: 0;	top: 0; background:#fff;}
@media(min-width:993px) {
	/*#header { -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;}*/
	.full-header { -webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease; width:100%; position:relative; z-index:10;	}
	.full-header.fixed {	position: fixed;	top: 0;	z-index: 10;	width: 100%;  }
	.full-header.fixed #header  { padding:5px 0;}
}
.head_right { position: relative; padding-right: 170px; margin: 16px 0 0; float:right; }  
.head_right .Quote-btn {    width: auto;    height: auto;    background: #116FDD;    position: absolute;    right: 0;    top: 10px;    border-radius: 6px;    cursor: pointer !important;    box-shadow: 1px 1px 15px rgba(88,154,95,0.4); font-weight:700; }
.head_right  .Quote-btn p { margin: 0px; padding: 0px;}
.head_right .Quote-btn a {    display: block;        font-size: 16px;    font-weight: normal;    color: #fff;    padding: 0;    text-decoration: none;
      padding: 10px 25px;    text-transform: uppercase; font-weight: 700;}
.Phone-head { float: right;   }
.Phone-head   p { margin: 0px; padding: 0px;}
.Phone-head a {	color: #589a5f;	padding: 3px 22px 3px 44px;	display: inline-block;	margin: 16px 14px 7px 28px;	font-size: 30px;	border-radius: 26px;	text-decoration: none !important;	position: relative;	vertical-align: top;}
.Phone-head a::before {	width: 45px !important;	height: 45px !important;	content: '';	position: absolute;	z-index: 10;	left: -9px;	top: -1px;	border-radius: 100%;		background-size: 44px;	}
.Phone-head span {	font-size: 21px;	padding: 24px 0 0 0;	float: left;}
.logo {    float: left;    margin: 0;    position: absolute;    height: auto;    text-align: center;}
/*.pop-btn a::after {	width: calc(100% - 28px);	height: calc(100% - 16px);	position: absolute;	border: #fff dashed 1.5px;	content: '';	left: 14px;	top: 8px;}*/
/* responsive nav for small devices */
.hamburger{padding: 0;margin: 0;height: auto;width: auto; text-align: center;background-color: transparent}
.hamburger:not(.close){position: fixed;top: 15px;right: 0;z-index: 100;}
.hamburger:hover,
.hamburger:focus{background-color: transparent;outline: none;}
.hamburger .line{width: 30px;height: 4px;background-color: #0b9444;display: block;margin: 6px auto;}
.hamburger:hover{cursor: pointer !important;}
.hamburger.close{padding: 25px 20px;}
.hamburger.close .wrap{ position: relative;width: 30px;height: 30px;display: block;}
.hamburger.close .line{margin: 0;width:100%;position: absolute;top: calc(50% - 2px);transform: rotate(45deg);background-color: #fff}
.hamburger.close .line:last-child{transform: rotate(-45deg);}
/* nav */
.navigation { float:left;  clear: both; text-align: center;}
.navigation  .menu-main-menu-container { display:inline-block;}
@media(min-width:993px) {
.navigation {		z-index: 10;	border-radius: 5px;	padding: 5px 20px;  left: 0px;}  	
.navigation ul.nav { margin: 6px 0px 0px 0px; padding: 0px;      text-align: center;    display: inline-block;}
.navigation ul.nav li {	list-style: none;	padding: 9px 24px;	position: relative;	float: none;	display: inline-block;}
.navigation ul.nav > li + li { }
.navigation ul.nav li a {		font-size: 18px;	text-transform: inherit;	display: block;	padding: 0px 0px;	color: #333333; text-transform: inherit;	font-weight: normal;	text-decoration: none !important;		position: relative;	text-align: left;	font-weight: normal;    }
.navigation ul.nav > li > a:after{ content:''; position:absolute; bottom:0px; width:0; height:1px; background:#116FDD; left:0px; -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.navigation ul.nav li:hover > a:after { width:100%;}
.navigation ul.nav > li > a:hover {    background:none;    border-radius: 50px;    /*color: #00c6ff;*/ }
.navigation ul.nav > li.current_page_item > a {    /*background: #1c4d91;*/      color: #00a651;}
.navigation ul.nav > li.current_page_item { background:#fff !important; border-radius:5px;  }
.navigation ul.nav > li.current_page_item a{ color: #116FDD !important; }
.navigation ul.nav li.current_page_item > a:after { width:100%;border-radius: 5px;}
.navigation ul.nav li.current-menu-parent >  a {   /* background: #1c4d91;*/      color: #1c4d91;}
.navigation ul.nav li.current-menu-parent > a:after { width:100%;}
.navigation ul.nav li .sub-menu { margin-top:3px;}
.navigation ul.nav li:hover > ul{ display:block;}
.navigation ul.nav ul {	position: absolute; 	background: #fff;	top: 36px; 	left: 14px;	width: 291px; 	margin: 0px;	padding: 0px;	display: none;	z-index: 10;	border: #116FDD  solid 1px;}
.navigation ul.nav ul li { padding:0px; padding:0px; float:left; width:100%;}
    .navigation ul.nav ul li a {        font-size: 14px;        padding: 5px 15px;        display: block;        text-transform: inherit;    }
.navigation ul.nav ul li a:hover {         background: #0e70b5;        color: #fff;}
/*.navigation ul.nav ul li:hover > ul { display:block;}*/
.navigation ul.nav ul li:hover > a { background:#0e70b5;}
.navigation ul.nav ul ul {left: 150px;    top: -3px; width:150px; }
}
/*---- footer ----*/

#footer {	background: #fff ; background-size: cover;	padding: 88px 0 40px;	border-top: #f8791b solid 4px; position: relative; z-index: 1;}
#footer h3 {   font-size: 22px; color: #589a5f; }
.footer-contact p span { font-size: 20px; display: block; color: #fff;}
.footer-contact .phone-blk a { font-size: 44px; color: #fff; line-height: 1.3; text-decoration: none !important;  font-family: 'Bellota', cursive;}
.footer-contact .email-blk a { font-size: 26px; color: #fff; line-height: 1.3; text-decoration: none !important;  font-family: 'Bellota', cursive;}
.footer-contact .address-blk  { font-size: 26px; color: #fff; line-height: 1.3; text-decoration: none !important;  font-family: 'Bellota', cursive;}
.footer-contact p { margin: 0px; padding: 25px 0px; position: relative;  }
.footer-contact p + p { border-top:rgba(255,255,255,0.2) solid 1px; }
.footer-contact p.p-blk { padding-left: 70px;}
.footer-contact p.p-blk .fa { font-size: 50px; position: absolute; left: 0; top: 25px;}
.footer-contact p.phone-blk .fa { top: 35px;}
.footer-contact {	max-width: 466px;}
.social-fo a {	display: inline-block;	width: 58px;	height: 58px;	background: #3a559f;	text-align: center;	color: #fff;	border-radius: 8px;	font-size: 37px;	padding: 11px 0 0;	text-decoration: none !important; vertical-align: top;}
.social-fo a.fa-google { background: #1a81e9; margin-left: 15px;}
#footer .wpcf7-form input[type="text"], #footer .wpcf7-form input[type="email"], #footer .wpcf7-form input[type="tel"] { width: 100%; height: 47px; border: none; padding: 0 20px;}
#footer .wpcf7-form .wpcf7-form-control-wrap  { display: block; margin-bottom: 37px;}
#footer .wpcf7-submit {	width: 164px;	height: 56px;	background: #f8791b;	font-size: 26px;	font-weight: 700;}
#footer div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {	border: 2px solid #f7e700;	background: #f7e700;}
.copy-fo {	margin: 52px 0 0;	border-top: #ccc solid 1px;	background: no-repeat;	color: #000;	padding-top: 31px; text-align: center;}
#footer .link-fo  ul{ margin: 0px; padding: 0px; }
#footer .link-fo  ul li { list-style: none; margin: 0 0 7px}
#footer .link-fo  ul li a { color: #000;   font-size: 16px; }
#footer .link-fo .custom-html-widget { 	display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
#footer .link-fo .custom-html-widget p {	max-width: 269px;	width: 100%;}
.m-head  { display:none;}
@media(max-width:1023px) {
.mobile-header {	width: 100%;	float: none;	position: relative;		background: #fff;     z-index: 10000;}
.full-header.fixed .mobile-header {	position: fixed;	width: 100%;	background: #fff;	box-shadow: 1px 1px 12px rgba(0,0,0,0.2);}
.mobile-head {	width: 100%;	float: left;	padding: 10px 8px;}
.logo {	float: left;	margin: 0px 0 0;	padding: 0;}
.request-quote .pop-content { display:none;}
#mobile_navigation {    background: #116fdd;   top: 100px !important;    z-index: 10;    position: fixed;    border-top: none;    padding: 15px 0;    display: none;    max-height: calc(100% - 137px);    overflow: auto;   width: 100%;}
.mobile_navigation .menu-main-menu-container {    display: inline-block;    width: 100%;}
#mobile_navigation ul.nav { margin:0px; padding:0px;}
#mobile_navigation ul.nav li { width:100%; list-style:none; border-bottom:rgba(255,255,255,255,0.5) solid 1px !important; position: relative;}
#mobile_navigation ul.nav > li { border-bottom:rgba(255,255,255,0.2) solid 1px;}
#mobile_navigation ul.nav > li > a {    text-transform: inherit;    color: #fff;    font-weight: 400;    display: block;    padding: 14px 20px;    text-decoration: none !important;    text-align: left;}
#mobile_navigation ul.nav ul { margin:0px; padding:0px 0px 15px; display: none;}
#mobile_navigation ul.nav ul li a{ color:#fff; text-align:left; padding-left:40px; text-align:left; display:block;}
#mobile_navigation {padding: 0px 0 0;}
#mobile_navigation  em.submenu-caret {    position: absolute;    right: 19px;    top: 11px;    color: #fff;}
.m-head {	background:#404040;	height: 50px;	clear: both;	position: relative;	z-index: 1;	display: block;	box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.2);}
.full-header.fixed .m-head {	position: fixed;	z-index: 9;	top: 66px;	width: 100%;	left: 0;}
.m-call {        float: left;        font-size: 15px;        color: #fff;        padding: 0px 0px 0 49px;        line-height: 1;        padding-top: 7px;  background-size: 30px;        background-position: 13px 9px;        margin-left: 0;        margin-top: 2px;    }
.m-call a {	color: #fff;	font-size: 18px;	font-weight: 700;	margin-left: 0px;	display: block;}
.m-btn {	float: right; width: 50%;}
.m-btn a {	display: inline-block;	background:#116fdd;	height: 50px;	line-height: 50px;	padding: 0px 17px;	font-weight: 700;	color: #fff; text-decoration:none; width: 100%; text-align: center;}
.footer .about-fo .textwidget {	padding-right: 0;	max-width: 100%;}
.three-box .padd { margin:0px 0px 30px;}
.three-box { padding-top:40px;}
.logo {    width:100px;    background: none;    height: auto;    position: static;    margin: 0px; top: 0px;} 
.logo img { width: auto !important; height: auto !important;}
.mobile-head {    width: 100%;    float: left;    padding: 15px 20px;    background: #fff;}
.mobile-header.fixed {	position: fixed;	top: 0;	left: 0;	width: 100%;}
.navigation {	float: left;	width: 100%;	position: fixed;	top: 116px;	z-index: 9;	background: #054893;}
.navigation ul.nav { margin:0px; padding:0px;}
.navigation ul.nav  li { float:none; width:100%; padding: 0px;}
.navigation ul.nav li a{ display:block; color:#fff; padding:10px 28px; font-size:16px; text-decoration:none !important;	}
.navigation ul.nav li a:hover {	    background: #404040;    color: #fff !important; }
.navigation { height: auto; }
}
.mobile-bar {    position: absolute;    right: 8px;    top: 15px;    height: 66px;    border-left: none;    width: 69px;}
#nav-icon4 {  width: 60px;  height: 45px;  position: relative;  margin: 0;  -webkit-transform: rotate(0deg);  -moz-transform: rotate(0deg);  -o-transform: rotate(0deg);  transform: rotate(0deg);  -webkit-transition: .5s ease-in-out;  -moz-transition: .5s ease-in-out;  -o-transition: .5s ease-in-out;  transition: .5s ease-in-out;  cursor: pointer !important;}
 #nav-icon4 span {  display: block;  position: absolute;  height: 9px;  width: 100%;  background:#404040;  border-radius: 9px;  opacity: 1;  left: 0;  -webkit-transform: rotate(0deg);  -moz-transform: rotate(0deg);  -o-transform: rotate(0deg);  transform: rotate(0deg);  -webkit-transition: .25s ease-in-out;  -moz-transition: .25s ease-in-out;  -o-transition: .25s ease-in-out;  transition: .25s ease-in-out;}
/* Icon 4 */
#nav-icon4 {	transform: scale(0.666);	left: 5px;	top: 10px;}
#nav-icon4 span:nth-child(1) {  top: 0px;  -webkit-transform-origin: left center;  -moz-transform-origin: left center;  -o-transform-origin: left center;  transform-origin: left center;}
#nav-icon4 span:nth-child(2) {  top: 18px;  -webkit-transform-origin: left center;  -moz-transform-origin: left center;  -o-transform-origin: left center;  transform-origin: left center;}
#nav-icon4 span:nth-child(3) {  top: 36px;  -webkit-transform-origin: left center;  -moz-transform-origin: left center;  -o-transform-origin: left center;  transform-origin: left center;}
#nav-icon4.open span:nth-child(1) {  -webkit-transform: rotate(45deg);  -moz-transform: rotate(45deg);  -o-transform: rotate(45deg);  transform: rotate(45deg);  top: -3px;  left: 8px;}
#nav-icon4.open span:nth-child(2) {  width: 0%;  opacity: 0;}
#nav-icon4.open span:nth-child(3) {  -webkit-transform: rotate(-45deg);  -moz-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  transform: rotate(-45deg);  top: 39px;  left: 8px;}
@media (min-width:1024px) {
.mobile-header {	display: none !important;}
}
@media (max-width:1023px) {
#header { display:none;}
}
/**************************/
footer {    background: #4A4849;    color: #fff;    width: 100%;    position: relative;    padding: 50px 0 0px;}
.ftr-row {    display: flex;    justify-content: space-between;    flex-wrap: wrap;}
.ftr-col {    margin-bottom: 40px;    flex-basis: 50%;    position: relative;}
.fo_address {    padding: 0;    margin: 0;    list-style: none;    flex-wrap: wrap;    display: flex;}
.fo_address li {    list-style: none;    width: 44%;    display: flex;    color: #fff;    margin-top: 35px;    margin-right: 30px;}
.fo_address li i {    font-size: 24px;    font-weight: bold;}
.fo_address li p {    color: #fff;    margin-left: 15px;    line-height: 24px;    font-size: 14px;}
.fo_address li a {    color: #fff;    display: block;    text-decoration: none;    cursor: pointer !important;}
.fo_address li p span {    font-size: 18px;    font-weight: bold;    margin-bottom: 15px;}
.product-links {    display: flex;    flex-wrap: wrap;}
.product-links ul {    width: auto;    padding: 0;    margin: 0 40px 0 0;}
.product-links ul li {    list-style: none;}
.product-links ul a {    color: #fff;}
.social-icons {    display: flex;    position: absolute;    top: 80%;}
.social-icons ul {    padding: 0;    margin: 0;    display: flex;}
.social-icons ul li {    list-style: none;    margin: 0 0 0 10px;    padding: 0;}
.social-icons a {    color: #000;    background: #fff;    display: inline-block;    width: 30px;    height: 30px;    line-height: 30px;    text-align: center;    border-radius: 50%;}
.copy-section {    background: #F7F7F7;    padding: 10px 0;}
.copy-right {    display: flex;    justify-content: space-between;    flex-wrap: wrap;    color: #000;    align-items: center;}
.ftr-links {    display: flex;    list-style: none;    flex-wrap: wrap;    padding: 0;    margin: 0;}
.ftr-links li {    list-style: none;}
.ftr-links li a {    color: #000;    margin: 0 15px;}
.read-btn{    background: #116FDD;    color: #fff;    font-size: 14px;    padding: 10px 35px;    border-radius: 5px;    display: inline-block;    margin-top: 20px;}
.cmn-title {    position: relative;}
.cmn-title::after {    content: "";    display: block;    background-repeat: no-repeat;    width: 120px;    height: 10px;    position: absolute;    left: 50%;    transform: translateX(-50%);	bottom: 0;}
.cmn-title h2 {    color: #333;    font-size: 45px;    font-weight: bold;    max-width: 1000px;    margin: 0 auto 0px;   padding-bottom: 50px;}
.cmn-title h2 strong {    color: #116FDD;}
.cta-sec {    background: #004494;    padding: 25px 0;}
.cta-sec .cta-inner {    color: #fff;    display: flex;    align-items: center;    flex-wrap: wrap;    justify-content: space-between;}
.cta-sec .cta-inner p {    color: #fff;    max-width: 500px;    font-size: 24px;    font-weight: 600;}
.cta-btns {    display: flex;    align-items: center;}
.cta-sec .cta-inner .inq-btn {    background: #fff;    color: #000;    border-radius: 4px;    padding: 12px 20px;    width: 226px;    text-align: center;    font-weight: 600;    text-transform: uppercase;    margin-right: 14px; text-decoration: none;}
.cta-sec .cta-inner small {    border: 1px solid #fff;    border-radius: 50%;    width: 34px;    height: 34px;    display: inline-block;    text-align: center;    text-transform: uppercase;    font-size: 14px;    font-weight: 600;    line-height: 32px;    margin: 0 15px;}
.cta-sec .cta-inner .call-btn {    color: #fff;    text-transform: uppercase;    font-size: 24px;    line-height: 1;    text-decoration: none !important;     padding-left: 48px;    margin-left: 12px;}
span.star_blk i {    color: #EA7B05;    font-size: 14px;}
.cta-sec span.star_blk { margin:0px 0px 15px; padding:0px; }
.review-slider h3 { font-size:22px; }
.review-slider h3 span{ display:block; }
.cta-sec .cta-inner .call-btn span {    display: block;}
.cta-sec .cta-inner .call-btn span {    font-size: 20px;    margin: 0 0 6px;}
.customer-review-sec {    position: relative;    background: #F2F2F2;    padding: 70px 0; } 
.customer-review-sec .rv_itemBox {    width: auto;    position: relative;    /* overflow: hidden; */    padding: 25px 15px 25px 15px;    border: 1px solid #eee;    border-radius: 5px;    background: #fff;    margin: 12px 12px;    box-shadow: 0px 6px 5px rgba(0,0,0,.2); height:230px;} 
.customer-review-sec .rv_itemBox h3 {    font-size: 18px;    font-weight: 600; margin:0px 0px 10px;  font-family: 'Montserrat'; }
.customer-review-sec span.star_blk {    display: block;    margin: 0 0 6px;}
 .customer-review-sec .rv_itemBox h3 span {    font-size: 14px;    font-weight: 400;    color: #666; font-family: 'Montserrat';}  
.customer-review-sec .rv_itemBox p {    font-size: 15px;    color: #333;    margin-top: 10px;    line-height: 26px;    max-width: 100%; margin: 0px; font-family: 'Montserrat';}
.customer-review-sec .rv_itemBox .pf-icon {    width: 80px;    margin-right: 15px;}
.customer-review-sec .rv_itemBox .g-icon {    position: absolute;    right: 20px;    top: 15px;}
.page-template p {    font-size: 15px;    line-height: 28px; font-family: "Montserrat", Sans-serif !important;}
.e-n-accordion-item-title-text {    font-family: "Montserrat", Sans-serif !important;    font-weight: 800 !important;}
.e-n-accordion-item .e-n-accordion-item-title {    border-radius: 0px !important;}
section.customer-review-sec p {    font-size: 18px;    max-width: 740px;    margin: auto; font-family: 'Montserrat';}
section.customer-review-sec h2 { font-weight:700; font-family: 'Montserrat'; }
section.customer-review-sec .rw-main-title.text-center {    margin-bottom: 20px;}
.slick-arrow {    position: absolute;    top: 49%;    width: 40px;    height: 40px;    border: #000 solid 2px;    display: flex;    align-items: center;    left: -47px;    border-radius: 55px; cursor: pointer !important;}
.fa.fa-arrow-right.slick-arrow {    right: -45px;    left: auto;    padding: 9px 0 0 13px;    font-weight: normal;}
.fa.fa-arrow-left.slick-arrow {       padding: 9px 0 0 13px;    font-weight: normal;}
.fa, .far, .fas { font-family:FontAwesome !important; }
.footer-new h3 { color:#fff; font-size:24px; font-weight:700; margin:0px 0px 30px; padding:0px 0px 0px; }
.footer-new .product-links ul a {    text-decoration: none;    cursor: pointer !important;}
#header.fixed {    box-shadow: 1px 1px 15px rgba(0,0,0,0.2);}
.cta-sec br { display:none; }
.cta-sec .cta-inner p {    line-height: 1.5 !important;}
.inner-hero-banner h1 { font-weight:800 !important; font-size:45px !important; }
.e-n-accordion-item {    border-radius: 10px !important;    overflow: hidden;}
.elementor-1485 .elementor-element.elementor-element-ded3bd9 > .elementor-widget-container > .e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title { border:none;  border-width:0px !important; }
:where( .elementor-1485 .elementor-element.elementor-element-ded3bd9 > .elementor-widget-container > .e-n-accordion > .e-n-accordion-item ) > .e-con {border-width:0px !important; }
.elementor-1485 .elementor-element.elementor-element-ded3bd9 > .elementor-widget-container > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title { border-width:0px !important; }
.elementor-widget-n-accordion .e-n-accordion-item { border:#ccc solid 1px; }
.elementor-element.elementor-element > .elementor-widget-container > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title { border-width:none !important;   }
.elementor-element.elementor-element > .elementor-widget-container > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title { border-width:0px !important; }
:where( .elementor-element.elementor-element > .elementor-widget-container > .e-n-accordion > .e-n-accordion-item ) > .e-con {border-width:0px !important; }
.e-n-accordion-item-title-text {    font-family: "Montserrat", Sans-serif !important;    font-weight: 600 !important;}
footer .container {    width: 100%;    margin: auto;    max-width: 1170px;}
.footer-donate a {    background: #b00060;   padding: 20px;    border-radius: 5px; font-weight:bold; color:#fff;}
.footer-donate a:hover {    background: #008bd0;}
.ftr-col {    margin-bottom: 40px;    flex-basis: 33%;    position: relative;}
.fo_address li {    list-style: none;    width: 50%;    display: flex;    color: #fff;    margin-top: 0px !important;    margin-right: 30px;}
.fo_address li p {    color: #fff;    margin-left: 0px;    line-height: 24px;   font-size: 14px;}
.ftr-col h4 {       font-size: 18px;    font-weight: bold;    margin-bottom: 15px; }
.head-btn.Quote-btn.footer-donate {    margin-top: 40px;}
.product-links ul li {    list-style: none;    margin-bottom: 10px !important;}
.fo_address li p span {    font-size: 18px;    font-weight: bold;    margin-bottom: 16px;    border-bottom: 1px solid #fff;}
footer {    background: #4A4849;    color: #fff;    width: 100%;    position: relative;    padding: 45px 20px 0px;}
.head-btn.Quote-btn:hover {    background: #4a4849 !important;}
.not-found h1,.not-found a {    color: #018ad0 !important;}

@media(max-width:1023px) {
body {    padding-top: 106px;}
div#mobile-header {    position: fixed;    top: 0;}	
.ftr-col {    margin-bottom: 40px;    flex-basis: 100%;    position: relative;}		
.fo_address li {    width: 100%;    display: flex;}
.ftr-col h4 {    margin-top: 0;}	
.ftr-col {	margin-bottom: 20px;	}
footer { padding-bottom:40px;}
.copy-right {    font-size: 11px;}		
.ftr-links li a {    color: #000;    margin: 0 9px;	}		
.ftr-links {    padding-bottom: 10px;}
.copy-right {    font-size: 11px;    width: 100%;    display: block;	text-align:center;}		
}

.copy-section .container {    max-width: 1206px;    margin: auto;    width: 96%;}
div#wpr-slider-next-509ef54 {   right: 0 !important;    left: auto !important;}
div#wpr-testimonial-next-420d4fd {    right: 0 !important;    left: auto !important;}