=@charset "UTF-8";
/*

Theme Name: Golevo

Theme URI: https://wordpress.org/themes/twentytwentyone/

Author: the WordPress team

Author URI: https://wordpress.org/

Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.

Requires at least: 5.3

Tested up to: 6.0

Requires PHP: 5.6

Version: 1.8

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: twentytwentyone

Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready



Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org

Twenty Twenty-One is distributed under the terms of the GNU GPL.

*/



/**

 * SETTINGS

 * File-header..........The file header for the themes style.css file.

 * Fonts................Any font files, if the project needs specific fonts.

 * Global...............Project-specific, globally available variables.

 *

 * TOOLS

 * Functions............Global functions.

 * Mixins...............Global mixins.

 *

 * GENERIC

 * Normalize.css........Normalise browser defaults.

 * Breakpoints..........Mixins and variables for responsive styles

 * Vertical-margins.....Vertical spacing for the main components.

 * Reset................Reset specific elements to make them easier to style in other contexts.

 * Clearings............Clearings for the main components.

 *

 * ELEMENTS

 * Blockquote...........Default blockquote.

 * Forms................Element-level form styling.

 * Headings.............H1–H6

 * Links................Default links.

 * Lists................Default lists.

 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.

 *

 * BLOCKS

 * Audio................Specific styles for the audio block.

 * Button...............Specific styles for the button block.

 * Code.................Specific styles for the code block.

 * Columns..............Specific styles for the columns block.

 * Cover................Specific styles for the cover block.

 * File.................Specific styles for the file block.

 * Gallery..............Specific styles for the gallery block.

 * Group................Specific styles for the group block.

 * Heading..............Specific styles for the heading block.

 * Image................Specific styles for the image block.

 * Latest comments......Specific styles for the latest comments block.

 * Latest posts.........Specific styles for the latest posts block.

 * Legacy...............Specific styles for the legacy gallery.

 * List.................Specific styles for the list block.

 * Media text...........Specific styles for the media and text block.

 * Navigation...........Specific styles for the navigation block.

 * Paragraph............Specific styles for the paragraph block.

 * Pullquote............Specific styles for the pullquote block.

 * Quote................Specific styles for the quote block.

 * Search...............Specific styles for the search block.

 * Separator............Specific styles for the separator block.

 * Table................Specific styles for the table block.

 * Verse................Specific styles for the verse block.

 * Video................Specific styles for the video block.

 * Utilities............Block alignments.

 *

 * COMPONENTS

 * Header...............Header styles.

 * Footer...............Footer styles.

 * Comments.............Comment styles.

 * Archives.............Archive styles.

 * 404..................404 styles.

 * Search...............Search styles.

 * Navigation...........Navigation styles.

 * Footer Navigation....Footer Navigation styles.

 * Pagination...........Pagination styles.

 * Single...............Single page and post styles.

 * Posts and pages......Misc, sticky post styles.

 * Entry................Entry, author biography.

 * Widget...............Widget styles.

 * Editor...............Editor styles.

 *

 * UTILITIES

 * A11y.................Screen reader text, prefers reduced motion etc.

 * Color Palette........Classes for the color palette colors.

 * Editor Font Sizes....Editor Font Sizes.

 * Measure..............The width of a line of text, in characters.

 */



/* Categories 01 to 03 are the basics. */



/* Variables */



/* Global property start */
@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/FontAwesome.eot');
	src: url('fonts/FontAwesome.eot?#iefix') format('embedded-opentype'), url('fonts/FontAwesome.woff2') format('woff2'), url('fonts/FontAwesome.woff') format('woff'), url('fonts/FontAwesome.ttf') format('truetype'), url('fonts/FontAwesome.svg#FontAwesome') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap !important;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	    overflow-x: hidden;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #75787A;
 opacity: 1; /* Firefox */
 font-family: "Open Sans", sans-serif;
}



:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #75787A;
 font-family: "Open Sans", sans-serif;
}



::-ms-input-placeholder { /* Microsoft Edge */
 color: #75787A;
 font-family: "Open Sans", sans-serif;
}
.row:after, .row:before {
	clear: both;
	content: "";
	display: table;
}
.col_left_1200 {
	padding-left: calc((100vw - 1200px) / 2);
}
.col_right_1180 {
	padding-right: calc((100vw - 1200px) / 2);
}
main, header, nav, article, aside, section, footer, figure, figcaption, form {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	display: block;
	font-family: "Montserrat", sans-serif;
	color: #212121;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 24px;
}
h1 {
	font-size: 56px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}
p {
	font-size: 16px;
	color: #212121;
	line-height: 140%;
	padding-bottom: 16px;
	font-family: "Open Sans", sans-serif;
}
p a {
	color: #B8AC50;
	/*	color: #000;
	font-weight: 700;*/
}
p:last-child {
	padding-bottom: 0;
}
a, img {
	outline: none;
	border: none;
	text-decoration: none;
}
a i {
	font-style: normal;
	margin-right: 10px;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
}
ul, ol {
	display: block;
}
ul li, ol li {
	display: inline-block;
}
.list {
	position:relative;
	padding-bottom: 16px;
    padding-left: 22px;
}
.list li {
	font-size: 18px;
    color: #212121;
    display: list-item;
    line-height: 140%;
    margin-bottom: 8px;
}
.list li:last-child {
    margin-bottom: 0;
}
.list:last-child {
	padding-bottom: 0px;
}
.list_arrow {
	position: relative;
}
.list_arrow li {
	padding-left: 22px;
}
.list_arrow li:before {
	font-family: "FontAwesome";
	font-weight: 900;
	content: "";
	display: inline-block;
	font-size: 18px;
	margin-right: 10px;
	color: #FFA700;
	margin-left: -21px;
}
ul.square li, ul.check li {
	padding-left: 32px;
}
ul.square li:before, ul.check li:before {
	content: "";
	color: #ee1a26;
	font-size: 16px;
	font-family: 'FontAwesome';
	margin-right: 16px;
	margin-left: -32px;
}
ul.square li {
	margin-left: 29px;
	margin-bottom: 20px;
}
ul.square li:before {
	content: "";
	color: #025eb2;
	margin-left: -29px;
}
.pull_left {
	float: left;
}
.pull_right {
	float: right;
}
.alignleft {
	float: left;
	margin-right: 16px;
}
.alignright {
	float: right;
	margin-left: 16px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}
.text_uppercase {
	text-transform: uppercase;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], input[type="file"], textarea, select {
	border: medium none;
	color: #75787A;
	font-size: 17px;
	padding: 12px 14px;
	display: block;
	letter-spacing: 1px;
	transition: all 0.3s ease 0s;
	min-height: 57px;
	appearance: none;
	-webkit-appearance: none;
	 font-family: "Open Sans", sans-serif;
}
input[type="text"]:focus, textarea:focus, select:focus, input[type="email"]:focus, input[type="tel"]:focus {
/*	background-color: #fff !important;
	transition: all 0.3s ease 0s;
	box-shadow: 0px 0px 8px 0px #ccc;*/
}
input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus, 
input[type="search"]:focus, 
input[type="url"]:focus, 
input[type="file"]:focus, 
textarea:focus,
select:focus {
  outline: none;
  box-shadow: none;
}



button, .button1, input[type="submit"]:not(.takeaudit_questions input[type="submit"]), input[type="button"], input[type="reset"] {
	background-color: #B8AC50;
	border: 2px solid #B8AC50;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 8px 24px;
	text-transform: uppercase;
	transition: all 0.6s ease-in 0s;
	/*display: block;*/

	display: inline-block;
	font-weight: 600;
	letter-spacing: -0.5px;
	text-align: center;
	 font-family: "Open Sans", sans-serif;
}
button, .button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
	background-color: #B8AC50;
	border: 2px solid #B8AC50;
	color: #fff
}
select {
	background-image: url(images/select_arrow.png);
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 12px;
	-webkit-appearance: none;
}
.wpcf7 form .wpcf7-response-output {
	/*margin: 0;
	color: #fff;*/
	font-size: 13px;
}
.page-template-template-say-hello-php .wpcf7 form .wpcf7-response-output {
	margin-top: 20px;
	color: #212121;
}
.page-template-template-say-hello-php span.wpcf7-not-valid-tip,
.single-post span.wpcf7-not-valid-tip {
	/*top: 10px;*/
}
.page-template-template-book-free-consult-php .wpcf7 form .wpcf7-response-output {
	color: #212121;
}
.page-template-template-book-free-consult-php span.wpcf7-not-valid-tip {
	/*top: 10px;*/
}
.page-template-template-take-free-adult-php .consultation_form .wpcf7 form .wpcf7-response-output {
	margin-top: 20px;
	color: #212121;
}
.page-template-template-take-free-adult-php span.wpcf7-not-valid-tip {
	/*top: 10px;*/
}
.fa {
	content: "";
	font-family: 'FontAwesome';
	color: #000;
	font-size: 18px;
	cursor: pointer;
}
.four_column, .three_column, .two_column, .one_column {
	display: flex!important;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.four_column li, .three_column li, .two_column li, .one_column li {
	display: inline-block;
	line-height: 1.3;
	vertical-align: top;
}
.four_column li, .three_column li, .two_column li {
	padding-right: 20px;
}
.four_column, .three_column {
	justify-content: flex-start;
}
.one_column li {
	width: 100% !important;
}
.two_column li {
	width: 50% !important;
}
.three_column li {
	width: 33.3% !important;
}
.four_column li {
	width: 25% !important;
}
.two_column li:last-child, .three_column li:last-child, .four_column li:last-child {
	margin-right: 0;
}
.white_text, .white_text h1, .white_text h2, .white_text h3, .white_text h4, .white_text h5, .white_text h6, .white_text p, .white_text li, .white_text li a {
	color: #fff !important;
}
.d_flex {
	display: flex;
}
.f_wrap {
	flex-wrap: wrap;
}
.s_around {
	justify-content: space-around;
}
.s_between {
	justify-content: space-between;
}
.s_center {
	justify-content: center;
}
.item_center {
	align-items: center;
}
.item_start {
	align-items: start;
}
.item_end {
	align-items: end;
}
.d_list_item {
	display: list-item;
}
.d_inline {
	display: inline-block;
}
.d_block {
	display: block;
}
.p_relative {
	position: relative;
}
.p_absolute {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.btn {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	background-color: #B8AC50;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding: 12px 16px;
	line-height: 24px;
	/*border:2px solid #b8ac50;*/

	letter-spacing: -0.5px;
	transition: all 0.5s ease 0s;
}
.btn:hover {
	background-color: #000;
	transition: all 0.5s ease 0s;
}
/*padding top bottom left right property start */

.p_1 {
	padding: 10px;
}
.p_2 {
	padding: 20px;
}
.p_3 {
	padding: 30px;
}
.p_4 {
	padding: 40px;
}
.p_5 {
	padding: 50px;
}
.p_6 {
	padding: 60px;
}
/*padding top bottom property end */

/*padding top bottom property start */

.py_1 {
	padding: 10px 0;
}
.py_2 {
	padding: 20px 0;
}
.py_3 {
	padding: 30px 0;
}
.py_4 {
	padding: 40px 0;
}
.py_5 {
	padding: 50px 0;
}
.py_6 {
	padding: 60px 0;
}
.py_10 {
	padding: 104px 0;
}
/*padding top bottom property end */

/*padding left right property start */

.px_1 {
	padding: 0 10px;
}
.px_2 {
	padding: 0 20px;
}
.px_3 {
	padding: 0 30px;
}
.px_4 {
	padding: 0 40px;
}
.px_5 {
	padding: 0 50px;
}
.px_6 {
	padding: 0 60px;
}
/*padding left right property end */

/*padding top property start */

.pt_0 {
	padding-top: 0px !important;
}
.pt_1 {
	padding-top: 10px;
}
.pt_2 {
	padding-top: 20px;
}
.pt_3 {
	padding-top: 30px;
}
.pt_4 {
	padding-top: 40px;
}
.pt_5 {
	padding-top: 50px;
}
.pt_6 {
	padding-top: 60px;
}
.pt_6 {
	padding-top: 60px;
}
.pt_6_4 {
	padding-top: 64px;
}
.pt_7 {
	padding-top: 70px;
}
.pt_8 {
	padding-top: 80px;
}
.pt_9 {
	padding-top: 90px;
}
.pt_10 {
	padding-top: 104px;
}
/*padding top property end */

/*padding bottom property start */

.pb_0 {
	padding-bottom: 0px !important;
}
.pb_1 {
	padding-bottom: 10px;
}
.pb_2 {
	padding-bottom: 20px;
}
.pb_3 {
	padding-bottom: 30px;
}
.pb_4 {
	padding-bottom: 40px;
}
.pb_5 {
	padding-bottom: 50px;
}
.pb_6 {
	padding-bottom: 60px;
}
.pb_7 {
	padding-bottom: 70px;
}
.pb_8 {
	padding-bottom: 80px;
}
.pb_9 {
	padding-bottom: 90px;
}
.pb_10 {
	padding-bottom: 104px;
}
/*padding bottom property end */

/*padding left property start */

.pl_0 {
	padding-left: 0px !important;
}
.pl_1 {
	padding-left: 10px;
}
.pl_2 {
	padding-left: 20px;
}
.pl_3 {
	padding-left: 30px;
}
.pl_4 {
	padding-left: 40px;
}
.pl_5 {
	padding-left: 50px;
}
.pl_6 {
	padding-left: 60px;
}
/*padding left property end */

/*padding right property start */

.pr_0 {
	padding-right: 0px !important;
}
.pr_1 {
	padding-right: 10px;
}
.pr_2 {
	padding-right: 20px;
}
.pr_3 {
	padding-right: 30px;
}
.pr_4 {
	padding-right: 40px;
}
.pr_5 {
	padding-right: 50px;
}
.pr_6 {
	padding-right: 60px;
}
/*padding right property end */

/*margin top bottom left right property start */

.m_0 {
	margin: 0 !important;
}
.m_1 {
	margin: 10px;
}
.m_2 {
	margin: 20px;
}
.m_3 {
	margin: 30px;
}
.m_4 {
	margin: 40px;
}
.m_5 {
	margin: 50px;
}
.m_6 {
	margin: 60px;
}
/*margin all property end */

/*margin left right property start */

.mx_0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.mx_1 {
	margin-left: 10px;
	margin-right: 10px;
}
.mx_2 {
	margin-left: 20px;
	margin-right: 20px;
}
.mx_3 {
	margin-left: 30px;
	margin-right: 30px;
}
.mx_4 {
	margin-left: 40px;
	margin-right: 40px;
}
.mx_5 {
	margin-left: 50px;
	margin-right: 50px;
}
.mx_6 {
	margin-left: 60px;
	margin-right: 60px;
}
/*margin left right property end */

/*margin top bottom property start */

.my_0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.my_1 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.my_2 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.my_3 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.my_4 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.my_5 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.my_6 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.my_10 {
	margin-top: 104px;
	margin-bottom: 104px;
}
.mt_10 {
	margin-top: 104px;
}
.mb_10 {
	margin-bottom: 104px;
}
/*margin top bottom property end */

/*margin top bottom left right property start */

/*margin top property start */

.mt_0 {
	margin-top: 0 !important;
}
.mt_1 {
	margin-top: 10px;
}
.mt_2 {
	margin-top: 20px;
}
.mt_3 {
	margin-top: 30px;
}
.mt_4 {
	margin-top: 40px;
}
.mt_5 {
	margin-top: 50px;
}
.mt_6 {
	margin-top: 60px;
}
.mt_7 {
	margin-top: 70px;
}
.mt_8 {
	margin-top: 80px;
}
.mt_9 {
	margin-top: 90px;
}
.mt_10 {
	margin-top: 100px;
}
/*margin top property end */

/*margin bottom property start */

.mb_0 {
	margin-bottom: 0 !important;
}
.mb_1 {
	margin-bottom: 10px;
}
.mb_2 {
	margin-bottom: 20px;
}
.mb_3 {
	margin-bottom: 30px;
}
.mb_4 {
	margin-bottom: 40px;
}
.mb_5 {
	margin-bottom: 50px;
}
.mb_6 {
	margin-bottom: 60px;
}
.mb_7 {
	margin-bottom: 70px;
}
.mb_8 {
	margin-bottom: 80px;
}
.mb_9 {
	margin-bottom: 90px;
}
.mb_10 {
	margin-bottom: 100px;
}
/*margin bottom property end */

/*margin left property start */

.ml_0 {
	margin-left: 0 !important;
}
.ml_1 {
	margin-left: 10px;
}
.ml_2 {
	margin-left: 20px;
}
.ml_3 {
	margin-left: 30px;
}
.ml_4 {
	margin-left: 40px;
}
.ml_5 {
	margin-left: 50px;
}
.ml_6 {
	margin-left: 60px;
}
/*margin left property end */

/*margin right property end */

.mr_0 {
	margin-right: 0 !important;
}
.mr_1 {
	margin-right: 10px;
}
.mr_2 {
	margin-right: 20px;
}
.mr_3 {
	margin-right: 30px;
}
.mr_4 {
	margin-right: 40px;
}
.mr_5 {
	margin-right: 50px;
}
.mr_6 {
	margin-right: 60px;
}
/*margin right property end */

/* width div property start */

.col_10 {
	display: inline-block;
	width: 10%;
}
.col_15 {
	display: inline-block;
	width: 15%;
}
.col_20 {
	display: inline-block;
	width: 20%;
}
.col_25 {
	display: inline-block;
	width: 25%;
}
.col_30 {
	display: inline-block;
	width: 30%;
}
.col_35 {
	display: inline-block;
	width: 35%;
}
.col_40 {
	display: inline-block;
	width: 40%;
}
.col_45 {
	display: inline-block;
	width: 45%;
}
.col_50 {
	display: inline-block;
	width: 50%;
}
.col_55 {
	display: inline-block;
	width: 55%;
}
.col_60 {
	display: inline-block;
	width: 60%;
}
.col_65 {
	display: inline-block;
	width: 65%;
}
.col_70 {
	display: inline-block;
	width: 70%;
}
.col_75 {
	display: inline-block;
	width: 75%;
}
.col_80 {
	display: inline-block;
	width: 80%;
}
.col_85 {
	display: inline-block;
	width: 85%;
}
.col_90 {
	display: inline-block;
	width: 90%;
}
.col_95 {
	display: inline-block;
	width: 95%;
}
.col_100 {
	display: inline-block;
	width: 100%;
}
.width_100 {
	width: 100%;
}
.border {
	border: 1px solid #c8c8c8;
}
.border_top {
	border-top: 1px solid #c8c8c8;
}
.border_bottom {
	border-bottom: 1px solid #c8c8c8;
}
.border_left {
	border-left: 1px solid #c8c8c8;
}
.border_right {
	border-right: 1px solid #c8c8c8;
}
.font_300 {
	font-weight: 300;
}
.font_400 {
	font-weight: 400;
}
.font_500 {
	font-weight: 500;
}
.font_600 {
	font-weight: 600;
}
.font_700 {
	font-weight: 700;
}
.font_bold {
	font-weight: bold;
}
.wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%
}
span.wpcf7-not-valid-tip {
	color: red;
    font-weight: 400;
    text-align: left;
    font-size: 14px;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    padding: 12px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: start;
}
textarea + .wpcf7-not-valid-tip {
  align-self: flex-start;
}
/* slick property start */

.slick_slider_bar {
	position: relative;
}
.slick_preloader {
	visibility: hidden;
}
.slick_slider_preload {
	display: block;
	position: absolute;
	left: 0;
	text-align: center;
	vertical-align: middle;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.slick_slider_preload .fa {
	color: #000 !important;
	top: 50%;
	position: relative;
}
.slick_loaded {
	visibility: visible !important;
}
/* width div property start */

.video_box {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.video_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 10px #ccc;
}
.imgbox img {
	width: 100%;
    height: 100% !important;
    object-fit: cover;
    max-width: 100% !important;
}
.imgbox, .text_box {
	display: inline-block;
}
.d_flex_div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.light_bg {
	background-color: #f6fbfd;
}
.middle_container {
	display: table;
	width: 100%;
	height: 100%;
}
.middle_text {
	display: table-cell;
	vertical-align: middle;
}
main {
	position: relative;
}
.container {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
}
/* Global property end */

/* header property start */
.label label {
	display:none;
}
nav li button {
	display: none;
}
#siteheader {
	position: relative;
	transition: -webkit-transform 420ms cubic-bezier(.165, .84, .44, 1);
	transition: transform 420ms cubic-bezier(.165, .84, .44, 1);
	transition: transform 420ms cubic-bezier(.165, .84, .44, 1), -webkit-transform 420ms cubic-bezier(.165, .84, .44, 1);
	webkit-transform: translate3d(0, 0, 0);/*transform: translate3d(0, 0, 0)*/

}
#siteheader.top_negtive {
	-webkit-transform: translate3d(0, -180px, 0)!important;
	transform: translate3d(0, -180px, 0)!important
}
#siteheader.sticky {
	position: fixed!important;
	height: auto;
	z-index: 100;
	right: 0;
	left: 0;
	top: 0;
	background: #fff;
	box-shadow: 0 0 10px #00000029;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.stickyheader {
	display: none;
	background-color: #F7F7F7;
	padding: 16px 0;
	transition: all 0.5s ease 0s;
}
.stickyheader ul {
	display: block;
	text-align: center;
}
.stickyheader ul li {
}
.stickyheader ul li a {
	color: #969A9D;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 16px;
	display: block;
}
.stickyheader ul li a.active {
	color: #B8AC50;
}
.sticky .main_header {
	background-color: #fff;
}
.sticky .stickyheader {
	display: block;
}
.main_header {
	display: inline-block;
	width: 100%;
	padding: 24px 0;
	background-color: #F7F7F7;
}
.h_logo {
	display: inline-block;
}
.h_nav {
	display: inline-block;
}
.h_nav ul {
	display: flex;
	align-items: center;
}
.h_nav li {
	padding: 12px 16px;
	display: inline-block;
}
.h_nav li button {
	display: none;
}
.h_nav li a {
	display: block;
	color: #212121;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	transition: all 0.5s ease 0s;
}
.h_nav li a:hover {
	color: #B8AC50;
	transition: all 0.5s ease 0s;
}
.h_nav li.current-menu-parent li.current-menu-item a,
.h_nav li.current-menu-parent > a,
.h_nav li.current_page_item a,
.h_nav li.active a {
	color: #B8AC50;
}
.h_nav li.current_page_item.btn_bg a {
	color:#fff;
}
.h_nav li.current_page_item.btn_bg.btn_b a {
	color:#B8AC50;
}
.h_nav li.current_page_item.btn_bg.btn_b:hover a {
	color:#fff;
}
.h_nav li .sub-menu {
	webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	position: absolute;
	min-width: 250px;
	top: auto;
	visibility: hidden;
	opacity: 0;
	background: #fff;
	display: block;
	padding: 24px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	z-index: 5555;
	text-align: left;
	transform-origin: 50% 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	border-radius: 0px;
}
.h_nav li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scaleY(100%);
	-ms-transform: scaleY(100%);
	transform: scaleY(100%);
}
.h_nav li:hover .sub-menu li > .sub-menu {
	display: none;
	left: 100%;
	margin-top: -36px;
	border-radius: 0;
}
.h_nav li:hover .sub-menu li:hover > .sub-menu {
	display: block;
}
.h_nav li .sub-menu li.menu-item-has-children:after {
	right: 15px;
	top: 6px;
}
.h_nav li .sub-menu li:hover:after {
	color: #000;
}
.h_nav li .sub-menu li {
	width: 100%;
	padding: 0;
	margin: 0 0 10px;
	display: flex;
	align-items: start;
}
.h_nav li .sub-menu li img {
    max-width: 32px !important;
    padding: 0;
    margin-left: -42px;
}
.h_nav li .sub-menu li:last-child {
	margin-bottom: 0;
}
.h_nav li .sub-menu li a {
	padding: 0 0 0 42px;
/*	padding: 6px 16px;*/
	display: block;
	letter-spacing: -0.3px;
	width: 100%;
	color: #212121;
	flex: 1;
	position: relative;
}
.h_nav li .sub-menu li:hover {
	background-color: #fff;
}
.h_nav li .sub-menu li:hover > a {
	color: #B8AC50;
}
.slide_nav {
	display: none;
}
.h_nav li .sub-menu li:last-child > .sub-menu {
	bottom: 0;
}
.h_nav li .sub-menu li:nth-last-child(2) .sub-menu {
	bottom: 0;
}
.slide_nav {
	display: none;
}
.h_nav .btn_bg.btn_b {
	margin-left: 52px;
}
.h_nav .btn_bg.btn_b a {
	background-color: #fff;
	color: #B8AC50;
}
.h_nav .btn_bg {
	padding: 0;
	margin-left: 16px;
}
.h_nav .btn_bg:hover a {
	background-color: #212121;
	color: #fff;
	border-color: #212121;
}
.h_nav .btn_bg a {
	background-color: #B8AC50;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 8px 16px;
	line-height: 24px;
	border: 2px solid #b8ac50;
	font-family: "Open Sans", sans-serif;
}
/* header property end */

/* banner property start */

.bannerbar {
	display: block;
	background-color: #F7F7F7;
	padding: 70px 0 104px;
	position: relative;
	overflow: hidden;
}
.bannerbar .container {
	max-width: 1450px;
	margin-bottom: 0;
}
.bannerbar .d_flex {
	align-items: center;
	justify-content: start;
	/*gap: 40px;*/

	position: relative;
	gap: 40px 5%;
}
.bannerbar .bannerimg {
	width: 31%;
	text-align: right;
}
.homebanner .bannerimg {
	margin-bottom: -100px;
	text-align: left;
}
.homebanner .bannerimg img {
/*	animation: floatUpDown 2s ease-in-out infinite;*/
	margin-bottom: -13px;
}
.take_free_audit_banner .bannerimg img {
	position: absolute;
	left: -10%;
    top: 13%;
}

/* Keyframes for up-down animation */

@keyframes floatUpDown {
 0%, 100% {
 transform: translateY(0);
}
 50% {
 transform: translateY(-10px);
}
}
.bannerbar .bannertext {
	width: 64%;
}
.bannerbar .bannertext h1 {
	color: #212121;
	letter-spacing: -2px;
	margin-bottom: 0px;
}
.bannerbar .bannertext h1 span {
	color: #B8AC50;
}
.bannerbar .bannertext p {
	padding: 0;
	width: 78%;
	margin-top: 28px;
}
.bannerbar .bannertext p em {
	font-style: normal;
	color: #B8AC50;
}
.bannerbar .bannertext .btn {
	margin-top: 56px;
}
.bannerbar.homebanner .container {
	margin-bottom: 0;
}
.bannerbottomshape {
	position: relative;
}
.bannerbottomshape .container {
/*margin-bottom: 104px;*/

}
.bannerbottomshape:after {
	content: "";
/*  background-image: url(images/Vector_bottom.png);*/
	background-image: url(images/banner_bottom_white1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	width: 100%;
	height: 95px;
	position: absolute;
	bottom: -62px;
}
/* banner property end */

/* content property start */

#content {
	position: relative;
}
.contentbox {
	display:block;
}
.contentbox ul {
	padding-bottom: 16px;
    padding-left: 22px;
}
.contentbox ul li {
    font-size: 18px;
    color: #212121;
    display: list-item;
    line-height: 140%;
    margin-bottom: 8px;
}
.contentbox ul li:last-child {
	margin-bottom:0;
}
.contentbox ul:last-child {
	padding-bottom:0;
}
#content > section:last-child article {
      padding-bottom: 38px;
}
.pgt_56 {
	padding-top: 56px;
}
.mgt_56 {
 margin-top::56px;
}
.py_56 {
	padding: 56px 0;
}
.pt_56 {
	padding-top: 56px;
}
.pb_56 {
	padding-bottom: 56px;
}
.mt_56 {
	margin-top: 56px;
}
.mb_56 {
	margin-bottom: 56px;
}

.bg_light {
	background-color: #F7F7F7;
}
.btnlink {
	color: #B8AC50;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	text-decoration: underline;
}
.btn_border {
	color: #B8AC50;
	background-color: #fff;
	border: 2px solid #b8ac50;
}
/* left right column property start */

.widgetbar .widgetcolumn {
	display: flex;
	justify-content: space-between;
	gap: 24px;
}
.widgetbar .leftwidget {
	display: block;
	width: 32%;
}
.widgetbar .leftwidget .titlewidget {
	font-weight: 400;
	position: relative;
}
.widgetbar .leftwidget .titlewidget:before {
	content: "";
	display: inline-block;
	width: 11.08px;
	height: 11.08px;
	background-color: #B8AC50;
	border-radius: 100%;
	margin-right: 10px;
}
.widgetbar .rightwidget {
	flex: 1;
	width: 66%;
}
.widgetbar .rightwidget .title {
}
.widgetbar .rightwidget .title:last-child {
	margin-bottom: 0;
}
.widgetbar .rightwidget .title em {
	color: #B8AC50;
	font-style: normal;
}
.widgetbar .rightwidget p {
	font-size: 18px;
}
.widgetbar .rightwidget p em {
	color: #B8AC50;
	font-style: normal;
}
.widgetbar .rightwidget .btn {
	margin-top: 40px;
}
.widgetbar .rightwidget .numbersbar {
	display: flex;
	justify-content: start;
	gap: 6px;
	border-top: 1px solid #E7E8E9;
}
.widgetbar .rightwidget .numbersbar .item {
	padding: 24px;
	width: 33%;
}
.widgetbar .rightwidget .numbersbar .item .num {
	font-size: 48px;
	color: #B8AC50;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
}
.widgetbar .rightwidget .numbersbar .item p {
	padding: 0;
}
/* left right column property end */



/* services_wrapperbar property start */

.services_wrapperbar {
}
.servicewrapper_items {
	margin-top: 80px;
}
.servicewrapper_items:nth-child(2) {
	border-top: 1.5px solid #000;
	padding-top: 56px;
}
.servicewrapper_items .leftwidget h5 {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
}
.servicewrapper_items .rightwidget .halfcolumncontent {
	width: 49%;
}
.servicewrapper_items .rightwidget .halfcolumncontent p {
	padding-bottom: 14px;
}
.servicewrapper_items .rightwidget .halfcolumncontent .btnlink {
	font-size: 16px;
	color: #B8AC50;
	font-weight: 600;
	letter-spacing: -0.5px;
	text-decoration: underline;
	position: relative;
}
.service_columnslide {
	display: block;
	width: 100%;
	margin-top: 2px;
}
.service_columnslide .item {
	display: inline-block;
	width: 48%;
	position: relative;
	padding: 0 0px;
}
.service_columnslide .item.slick-active.slick-current {
	text-align:left;
}
.service_columnslide .item.slick-active {
	text-align:end;
}
.service_columnslide.slickarrow_top .slick-prev {
	    right: 55px;
}
.service_columnslide .item .imgbox {
	width: 97%;
}
.service_columnslide .item .textbox {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 97%;
}
.service_columnslide .item .textbox h5 {
	color: #fff;
	margin: 0;
	text-align: center;
	font-family: "Open Sans", sans-serif;
}
.slickarrow_top .slick-arrow {
	top: -22px;
	z-index: 4;
}
.slickarrow_top .slick-next {
	right: 0px;
}
.slickarrow_top .slick-prev {
	left: inherit;
	right: 55px;
}
.slick-arrow:before {
	color: #75787A !important;
	background-color: #F7F7F7;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	font-size: 24px !important;
	background-image: url(images/slider_arrow.png);
	background-size: 23px;
	background-repeat: no-repeat;
	background-position: center;
	content: "";
}
.slick-prev:before {
	transform: rotate(180deg);
}
/* services_wrapperbar property end */

/* testdrive_widgetbar property start */

.testdrive_widgetbar {
	display: block;
	padding: 64px 0 144px;
}
.testdrive_widgetbar .wpcf7 form .wpcf7-response-output {
	color:#fff;
	margin:0;
}
.blackstrip {
	background-color: #383838;
	display: flex;
	justify-content: space-between;
}
.blackstrip .imgbox {
	width: 30%;
}
.blackstrip .content {
	width: 36%;
	padding: 56px 24px;
}
.blackstrip .content h4 em {
	    color: #B8AC50;
    font-style: normal;
}
.blackstrip .content ul {
	padding-left: 22px;
}
.blackstrip .content li {
	width: 100%;
	display: list-item;
	margin-bottom: 4px;
}
.blackstrip .formbox {
	width: 33.25%;
	padding: 56px 56px 56px 20px;
}
.blackstrip .formbox ul {
	width: 100%;
}
.blackstrip .formbox ul li {
	width: 100%;
	margin-bottom: 10px;
}
 .blackstrip .formbox ul li select::placeholder,  .blackstrip .formbox ul li textarea::placeholder,  .blackstrip .formbox ul li input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #A5A9AC;
}
 .blackstrip .formbox ul li select:-ms-input-placeholder,  .blackstrip .formbox ul li textarea:-ms-input-placeholder,  .blackstrip .formbox ul li input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #A5A9AC;
}
 .blackstrip .formbox ul li select::-ms-input-placeholder,  .blackstrip .formbox ul li textarea::-ms-input-placeholder,  .blackstrip .formbox ul li input::-ms-input-placeholder { /* Microsoft Edge */
 color: #A5A9AC;
}
.blackstrip .formbox ul li select,  .blackstrip .formbox ul li input,  .blackstrip .formbox ul li textarea {
	width: 100%;
	min-height: 40px;
	font-size: 14px;
}
.blackstrip .formbox ul li select {
	color: #A5A9AC;
}
.blackstrip .formbox ul li input[type="submit"] {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	padding: 10px 24px;
}
.blackstrip .formbox ul li span.wpcf7-not-valid-tip {
	color: red;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 8px 10px;
	background-color: #fff;
	margin-left: 0;
	height: 100%;
	padding-right: 0;
}
.blackstrip .formbox .wpcf7-spinner {
	position:absolute;
}
.thankyoublackstrip.blackstrip .content {
    width: 43%;
}
.thankyoublackstrip.blackstrip .content li {
    margin-bottom: 1px;
}
.thankyoublackstrip.blackstrip .formbox {
    width: 29.25%;
}
.brandslide {
	display: block;
	text-align: center;
	padding: 0 8%;
}
.brandslide .item {
	display: inline-block;
	text-align: center;
}
.brandslide .item img {
	margin: 0 auto;
	max-width: 150px;
}
.brandslide .slick-prev {
	left: 32px;
}
.brandslide .slick-next {
	right: 32px;
}
/* testdrive_widgetbar property end */

/* testimonial_wrapperbar property start */

.testimonial_wrapperbar {
	position: relative;
}
.bottomshape_light, .bottomshape_white, .topshape_light, .topshape_white {
	position: relative;
}
.topshape_white > .container {
	padding-top: 35px;
}
.topshape_white:before {
	content: "";
	background-image: url(images/bottom_shape_white.png);
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-block;
	width: 100%;
	height: 35px;
	position: absolute;
	top: 0;
	z-index: 55;
	background-color: #f7f7f7;
}
.topshape_light .container {
	margin-top: 64px;
}
.topshape_light:before {
	content: "";
	background-image: url(images/Vector_top_brown.png);
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-block;
	width: 100%;
	height: 117px;
	position: absolute;
	top: 0;
	background-color: #fff;
}
.bottomshape_light:after {
	content: "";
	background-image: url(images/banner_bottom_light.png);
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-block;
	width: 100%;
	height: 35px;
	position: absolute;
	bottom: 0;
	z-index: 55;
	background-color: #fff;
}
.bottomshape_black:after {
	content: "";
	background-color: #212121 !important;
}
.bottomshape_white:after {
	content: "";
	background-image: url(images/bottom_shape_white.png);
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-block;
	width: 100%;
	height: 35px;
	position: absolute;
	bottom: 0;
	z-index: 55;
	background-color: #f7f7f7;
}
.testimonialslider {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	margin-top: 6px;
}
.testimonialslider .itemslide {
	display: flex !important;
	flex-wrap: wrap;
	gap: 30px;
	width: 50%;
	height: auto;
}
.testimonialslider .slick-list {
  margin: 0 -15px;
}
.testimonialslider .slick-slide {
  margin: 0 15px;
}
.testimonialslider .itemslide:nth-child(2n+1) .item:nth-child(1), .testimonialslider .itemslide:nth-child(1) .item:nth-child(1) {
	background-color: #B8AC50;
}
.testimonialslider .itemslide:nth-child(2n+1) .item:nth-child(1) p, .testimonialslider .itemslide:nth-child(1) .item:nth-child(1) p {
	color: #fff;
}
.testimonialslider .itemslide:nth-child(2n) .item:nth-child(2) {
	background-color: #383838;
}
.testimonialslider .itemslide:nth-child(2n) {
	justify-content: end;
}
.testimonialslider .itemslide:nth-child(2n) .item:nth-child(2) p {
	color: #fff;
}
.testimonialslider .itemslide .item {
	padding: 32px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	height: 388px;
}

.testimonialslider .itemslide .item .space {
	height: 100px;
	display: inline-block;
	width: 100%;
}
.testimonialslider .itemslide .item .text {
	flex-grow: 1;
}
.testimonialslider .itemslide .item p {
	font-size: 16px;
}
.testimonialslider .itemslide .item .name {
	opacity: 0.7;
	padding: 0 0 0;
	width: 100%;
}
.testimonialslider .slick-track {
	display: flex;
	gap: 3px;
}
.testimonialslider.slickarrow_top .slick-arrow {
    top: -45px;
}
.testimonialslider .slick-arrow:before {
	background-color: #fff;
}
/* testimonial_wrapperbar property end */

/* blogcolumns property start */

.blogcolumns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 24px;
}
.blogcolumns .item {
	width: 48.4%;
	/*flex: 1 1 calc(50% - 24px);*/

	display: flex;
	flex-direction: column;
}
.blogcolumns .item .imgbox {
	width: 100%;
	height: 240px;
    max-height: 240px;
	margin-bottom: 12px;
}
.blogcolumns .item .imgbox img {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
}
.blogcolumns .item .text {
	width: 100%;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.blogcolumns .item .text .date {
	
}
.blogcolumns .item .text h6 {
	margin: 0 0 12px;
	flex-grow: 1;
	font-family: "Open Sans", sans-serif;
}
.blogcolumns .item .text h6 a {
	color: #212121;
}
.blogcolumns .item p {
	color: #75787A;
	font-size: 16px;
    padding-bottom: 12px;
}
.blogcolumns .item p:last-child {
	padding-bottom:0;
}
.blogcolumns .slick-slide {
/*	margin: 0 10px;*/
}
/* blogcolumns property end */

/* faqswidgetbar property start */

.faqswidgetbar {
	border-top: 1.5px solid #E7E8E9;
}
.faqs_itembar {
	display: block;
}
.faqs_itembar .item {
	display: block;
	margin-top: 56px;
}
.faqs_itembar .item:first-child {
	margin-top: 56px;
}
.faqs_itembar .item:last-child {
	margin-bottom: 0;
}
.faqs_itembar .item .question {
	display: inline-block;
	width: 100%;
	font-size: 20px;
	position: relative;
	cursor: pointer;
	font-family: "Open Sans", sans-serif;
	padding-right: 40px;
	margin-bottom: 0;
}
.faqs_itembar .item .question:before {
	content: "";
	position: absolute;
	right: 6px;
	top: 4px;
	background-image: url(images/qus_arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 15px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease 0s;
}
.faqs_itembar .item .minus:before {
	transform: rotate(180deg);
	transition: all 0.5s ease 0s;
}
.faqs_itembar .item .answer {
	display: none;
	width: 100%;
	padding-top: 24px;
}
.faqs_itembar .item .answer p {
	font-size: 18px;
	font-weight: 400;
	color: #383838;
}
/* faqswidgetbar property end */

/* widget_section property start */



/* widget_section property end */











/* content property end */

/* footer property start */

#sitefooter {
	position: relative;
	display: inline-block;
	width: 100%;
    margin-top: -35px;
}
.mainfooter {
	display: block;
	background-color: #212121;
}
.footerblack {
	display: flex;
    justify-content: end;
    align-items: end;
    width: 100%;
    background-color: transparent;
}
.footerblack img {
	    width: 100%;
    height: 100%;
    background-size: cover;
}
/*.mainfooter:before {
	content: "";
    background-image: url(images/footer_blackstrip1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    height: 35px;
    position: absolute;
    top: -35px;
    z-index: 55;
    background-color: transparent;
} */


.mainfooter.topshape_light:before {
	background-image: url(images/shape_topblack.png);
	background-color: #F7F7F7;
}
.widgetbar .footertext p {
	padding-bottom: 24px;
}
.widgetbar .footertext .btn {
	margin-top: 0;
}
.footer_widget {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-top: 6px;
}
.footer_widget .footerlist {
/*	flex: 1;*/
    width: 25%;
}
.footer_widget .footerlist:nth-child(2) {
	width: 44%;
	
}
.footer_widget .footerlist li {
	display: block;
	margin: 12px 0;
}
.footer_widget .footerlist li a {
	font-size: 16px;
	line-height: 24px;
}
.footer_widget .footerlist li a:hover {
	font-weight: 600;
}
.footer_itemsbar {
	display: flex;
	justify-content: space-between;
}
.footer_itemsbar .footer_item {
	display: inline-block;
}
.footer_itemsbar .footer_item p {
	padding-bottom: 16px;
}
.footer_itemsbar .footer_item p a {
	color: #fff;
}
.footer_itemsbar .footer_item p img {
	display: inline-block;
	width: 20px;
	margin-right: 12px;
}
.footer_itemsbar .footer_itemlogo {
	display: inline-block;
}
.footer_itemsbar .footer_itemlogo img {
	max-width: 270px;
}
.copyright {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #383838;
	padding: 25px 0;
}
.copyright p {
	font-size: 16px;
	color: #fff;
	padding: 0;
}
.copyright .sociallinks {
	display: flex;
	gap: 12px;
}
.copyright .sociallinks a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #B8AC50;
	border-radius: 100%;
}
.copyright .sociallinks a img {
	width: 19px;
}
/* footer property end */

/* About page property start */

/* work_itemsbar start */

.bordertop {
	border-top: 1.5px solid #E7E8E9;
}
.work_itemsbar {
	margin-top: 80px;
	padding-top: 56px;
}
.work_itemsbar .itemsbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.work_itemsbar .itemsbar .item {
	width: 45%;
}
.work_itemsbar .itemsbar .item .icon {
}
.work_itemsbar .itemsbar .item .icon img {
	max-width: 80px;
}
.work_itemsbar .itemsbar .item h5 {
	margin-bottom: 12px;
	font-family: "Open Sans", sans-serif;
}
.work_itemsbar .itemsbar .item p {
	color: #383838;
}
.work_itemsbar .itemsbar .item .link {
	color: #B8AC50;
	font-size:18px;
}
.work_itemsbar .itemsbar.lightitems .item p {
	color: #75787A;
}





.fullcontent_widget {
	padding-top: 56px;
	width: 100%;
}
/* work_itemsbar end */

/* blackbgcontentbar start */

.blackbgcontentbar {
	padding: 64px 0;
	display: block;
}
.blackbg {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background-color: #383838;
	padding: 64px;
	gap: 0 10%;
}
.blackbg .content {
	flex: 1;
}
.blackbg .content .titlewidget {
	font-weight: 400;
	position: relative;
	padding-bottom: 24px;
}
.blackbg .content .titlewidget:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #B8AC50;
	border-radius: 100%;
	margin-right: 10px;
}
.blackbg .content .btn {
	font-size: 14px;
	margin-top: 64px
}
.blackbg .imgbox {
	width: 30.51%;
	text-align: right;
}
.blackbg .imgbox img {
	width: auto;
	height: auto;
	max-width: 100%;
	object-fit: contain;
}
.title em {
	color: #B8AC50;
	font-style: normal;
}
.pg_56 .blackbg {
	padding: 56px;
}
/* blackbgcontentbar end */

/* process_items start */

.process_items {
	display: block;
}
.process_items .content {
	padding: 56px 0;
}
.process_items .items {
	display: block;
	background-color: #fff;
	padding: 32px;
	margin-bottom: 24px;
}
.process_items .items:last-child {
	margin-bottom: 40px;
}
.process_items .items .icon {
/*margin-bottom: 32px;*/

}
.process_items .items .icon img {
	max-width: 80px;
}
.process_items .items h5 {
	margin-bottom: 12px;
	font-family: "Open Sans", sans-serif;
}
.process_items .items p {
	color: #75787A;
}
/* process_items end */

/* global_content start */

.global_content .title {
	font-family: "Open Sans", sans-serif;
	margin-top: 56px;
	margin-bottom: 0;
}
.full_img {
	display: block;
	width: 100%;
}
.full_img img {
	max-width: 100%;
}
.global_items {
	gap: 56px 24px;
}
.global_items .item .text h6 {
	margin: 16px 0 8px;
}
.global_items .item .text p {
	padding-bottom: 12px;
}
.global_items .item .desination {
	color: #212121;
}
.global_items .item .btnlink {
	color: #B8AC50;
}
.blogcolumns.global_items .item {
	position:relative;
	padding-bottom: 24px;
}
.blogcolumns.global_items .item .btnlink {
    position: absolute;
    bottom: 0;
}





/* global_content end */





/* About page property end */

/* say-hello page property start */
.sayhello_work .work_itemsbar {
    margin-top: 56px;
}
.righttouch_form {
	display: block;
	width: 100%;
	background-color: #F7F7F7;
	padding: 32px;
}
.righttouch_form h4 {
	font-family: "Open Sans", sans-serif;
}
.righttouch_form ul {
	display: block;
}
.righttouch_form ul li {
	display: block;
	width: 100%;
	margin-bottom: 16px;
}
.righttouch_form ul li textarea,  .righttouch_form ul li input {
	width: 100%;
}
.righttouch_form ul li textarea {
	height: 165px;
}
.righttouch_form ul li input[type="submit"] {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: 24px;
	padding: 10px 24px;
	display: inline-block;
	width: auto;
	margin-top: 8px;
}
.righttouch_form ul li:last-child {
	margin-bottom: 0;
}
.boxcontent {
	display: block;
}
.boxcontent h5 {
    margin-bottom: 34px;
    padding-left: 44px;
    position: relative;
}
.boxcontent h5 em {
    font-weight: 400;
    font-size: 16px;
    position: absolute;
    top: -2px;
    left: 0;
    font-style: normal;
    float: left;
}
.boxcontent h5 strong {
	font-weight: 600;
/*	margin-left: 24px;*/
	font-size: 24px;
	font-family: "Open Sans", sans-serif;
}
.form_border {
	border:1px solid #B7BABD;
}
.hello_social {
	display: block;
}
.hello_social ul {
	display: flex;
	flex-wrap: wrap;
	gap: 56px;
}
.hello_social ul li {
	display: block;
	width: 100%;
}
.hello_social ul li a {
	display: flex;
	align-items: center;
	gap: 24px;
	font-size: 28px;
	font-weight: 600;
	color: #212121;
}
.hello_social ul li img {
	width: 40px;
	height: 40px;
}
/* say-hello page property end */

/* book-free-consult page property start */

.list_item_minus .listitem ul {
	margin-left: -56px;
}
.listitem {
	display: block
}
.listitem li {
	display: block;
	width: 100%;
	position: relative;
	padding-left: 56px;
}
.listitem li:before {
	content: "";
	background-image: url(images/Check.png);
	display: inline-block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	top: 0;
}
.listitem li h4 {
	margin-bottom: 10px;
}
.consultation_form {
	display: block
}
.consultation_form .wpcf7 form .wpcf7-response-output {
	margin:0;
}
.consultation_form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 16px 24px;
}
.consultation_form ul li {
	display: block;
	flex: 1 1 calc(50% - 24px);
	margin-bottom: 0;
}
.consultation_form ul li.fullwidth {
	flex: 1 1 100%;
}
.consultation_form ul li select,  .consultation_form ul li textarea,  .consultation_form ul li input {
	width: 100%;
	background-color: #F7F7F7;
}
.consultation_form ul li textarea {
	height: 152px;
}
.consultation_form ul li input[type="submit"] {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #fff;
	background-color: #B8AC50;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: 24px;
	padding: 10px 24px;
	display: block;
	width: auto;
	margin-top: 8px;
	width: 100%;
}
.consultation_form ul li:last-child {
	margin-bottom: 0;
}
#free_consult .rightwidget .boxcontent h5:last-child {
	margin-bottom: 16px;
}


/* book-free-consult page property end */



/* take free adult page property start */

.works_items .items {
	display: flex;
	justify-content: start;
	align-items: center;
	background-color: #fff;
	padding: 32px;
	margin-bottom: 24px;
	gap: 32px;
}
.works_items .items:last-child {
	margin-bottom: 0;
}
.works_items .items .num {
	font-size: 48px;
	color: #B8AC50;
	font-weight: 300;
	width: 64px;
	font-family: "Montserrat", sans-serif;
}
.works_items .items .text {
	flex: 0 auto;
}
.works_items .items .text h5 {
	margin-bottom: 12px;
}
.works_items .items .text p {
}
.casestudy_twocolumn .slick-track {
	display: flex;
	justify-content: start;
}
.casestudy_twocolumn .item {
	height: auto;
}
.casestudy_twocolumn .item .imgbox {
	margin-bottom: 24px;
}
.casestudy_twocolumn .item .text h5 {
	margin: 0 0 12px;
	font-family: "Open Sans", sans-serif;
}
.casestudy_twocolumn .item .text .desination {
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #212121;
}
.casestudy_twocolumn .item .text p {
	font-size: 16px;
	color: #212121;
}
.casestudy_twocolumn .item .text .btnlink {
	font-size: 16px;
	color: #B8AC50;
	font-weight: 600;
	/*margin-top:24px;*/

	margin-top: auto;
	display: inline-block;
}
.casestudy_twocolumn.slickarrow_top .slick-arrow {
	top: -27%;
}
.casestudy_twocolumn.twocolumn_serviceslide .item {
	 display: block;
}
.casestudy_twocolumn.twocolumn_serviceslide .item .text,
.casestudy_twocolumn.twocolumn_serviceslide .item .imgbox {
	width: 97.48%;
}
.casestudy_twocolumn.twocolumn_serviceslide .item.slick-current.slick-active .text,
.casestudy_twocolumn.twocolumn_serviceslide .item.slick-current.slick-active .imgbox {
	float:left;
}
.casestudy_twocolumn.twocolumn_serviceslide .item.slick-active .text,
.casestudy_twocolumn.twocolumn_serviceslide .item.slick-active .imgbox {
	float:right;
}
.takeaudit_questions {
	display: block;
}
.audit_questions {
	display: none;
	background-color: #fff;
	padding: 40px;
}
.audit_questions.active {
	display: block;
}
.audit_questions .titlewidget {
	font-weight: 400;
	position: relative;
	padding-bottom: 32px;
}
.audit_questions .titlewidget:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #B8AC50;
	border-radius: 100%;
	margin-right: 10px;
}
.audit_questions .title {
	margin-bottom: 32px;
}
.audit_questions .item {
	background-color: #F7F7F7;
	display: block;
	font-size: 16px;
	color: #383838;
	margin-top: 16px;
	padding: 16px;
	text-align: center;
	transition: all 0.5s ease 0s;
}
.audit_questions .item:hover {
	transition: all 0.5s ease 0s;
	cursor: pointer;
}
.audit_questions .item.selected {
	background-color: #383838;
	color: #fff;
}
.widgetbar .audit_questions .btn_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-top: 32px;
	gap: 12px;
    flex-wrap: wrap;
}
.widgetbar .audit_questions .btn_wrapper .btn {
	border: 2px solid #B8AC50;
	line-height: 24px;
	padding: 8px 24px;
	margin-top: 0px;
	transition: all 0.5s ease 0s;
}
.widgetbar .audit_questions .btn_wrapper .btn:hover {
	background-color: #B8AC50;
	color: #fff;
	transition: all 0.5s ease 0s;
	cursor:pointer;
}
.widgetbar .audit_questions .btn_wrapper .btn.backbtn {
	background-color: #fff;
	color: #B8AC50;
	margin-right: auto;
}
.widgetbar .audit_questions .btn_wrapper .btn.nextbtn {
	background-color: #B8AC50;
	color: #fff;
	margin-left: auto;
	padding: 8px 78px;
}
.widgetbar .audit_questions .btn_wrapper .btn.nextbtn[type="submit"] {
	padding: 8px 22px;
}
.widgetbar .audit_questions .btn_wrapper .btn.nextbtn.disabled {
	opacity: 0.55;
	pointer-events: none;
	cursor: not-allowed;
	transition: all 0.5s ease 0s;
}
.widgetbar .audit_questions .btn_wrapper .wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}
/* take free adult page property end */

/* service page property start */

/* rallypoint page property start */
.servicebanner {
	position:relative;
}
.servicebanner .banneroverlay {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.servicebanner .banneroverlay img {
	width: 100%;
	height: 100% !important;
    object-fit: cover;
    max-width: 100% !important;
}
.servicebanner .bannertext p {
	font-size: 16px;
}
.servicebanner .container {
	position:relative;
}
.servicebanner {
	background-color: #F7F7F7;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
/*	min-height: 746px;*/
    padding-bottom: 144px;
    display: flex;
    align-items: center;
}
.servicebanner.top {
	align-items: start !important;
}
.servicebanner.bottom {
	align-items: end !important;
}
.servicebanner.center {
	align-items: center !important;
}



.servicebanner .bannerimg {
	width: 36%;
}
.servicebanner .bannerimg img {
}
.servicebanner .bannertext {
	width: 66%;
	background-color: #fff;
	padding: 56px 80px;
	float: right;
}
.servicebanner .bannertext h1 {
	color: #212121;
	letter-spacing: -0.1px;
	margin-bottom: 32px;
	font-size: 48px;
	text-transform: uppercase;
}
.servicebanner .bannertext h1 span {
	color: #B8AC50;
}
.servicebanner .bannertext p {
	padding: 0;
	margin-top: 14px;
	font-size:18px;
}
.servicebanner .bannertext .btn {
	margin-top: 32px;
	margin-right: 16px;
    border: 2px solid #b8ac50;
    padding: 10px 16px;
}
.fourstesp_framework {
	flex-wrap: wrap;
}
.fourstesp_framework .step_items {
	display: flex;
	justify-content: space-between;
	margin-bottom: 64px;
}
.fourstesp_framework .step_items:last-child {
	margin-bottom: 40px;
}
.fourstesp_framework .step_items .text {
	width: 35%;
	position: relative;
}
.fourstesp_framework .step_items .text .step {
	font-size: 18px;
	color: #212121;
	letter-spacing: 0.1px;
}
.fourstesp_framework .step_items .text h5 {
	margin-bottom: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 140%;
    letter-spacing: -0.2px;
}
.fourstesp_framework .step_items .text p {
}
.fourstesp_framework .step_items .text .btnlink {
	color: #B8AC50;
	font-size: 16px;
	font-weight: 600;
}
.fourstesp_framework .step_items .text .downarrow {
		display:none;
	position: absolute;
	bottom: 0;
	left: 0;
}
.fourstesp_framework .step_items .text .downarrow:before {
	content: "\f107";
	font-family: 'FontAwesome';
	background-color: #B8AC50;
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
}
.fourstesp_framework .step_items .imgbox {
	width: 57%;
	padding: 10.5% 0 0;
}
.items_twocolumnbar {
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	gap: 24px 24px;
}
.items_twocolumnbar .item {
	background-color: #fff;
	padding: 32px;
	flex: 1 1 calc(50% - 24px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}
.items_twocolumnbar .item .space {
	display: block;
    width: 100%;
    margin: 8.223%;
}
.items_twocolumnbar .item .icon {
}
.items_twocolumnbar .item .icon img {
	max-width: 80px;
}
.items_twocolumnbar .item h5 {
	font-family: "Open Sans", sans-serif;
	margin-bottom: 0;
}
.items_twocolumnbar .item p {
	color: #383838;
}
.casestudy_realpoint {
}
.casestudy_realpoint .leftwidget .title {
	letter-spacing: -1px;
	margin-bottom: 16px;
}
.casestudy_realpoint .leftwidget .title .keep-together {
	display: inline-block;
}
.casestudy_realpoint .leftwidget .title img {
	display: inline-block;
	margin-top: 4px;
}
.casestudy_realpoint .leftwidget p {
	font-size: 18px;
	color: #383838;
}
.casestudy_realpoint .rightwidget .content {
	width: 76%;
}
.casestudy_realpoint .rightwidget .content p {
	padding-bottom: 24px;
}
.casestudy_realpoint .rightwidget .content .servicelist {
	display: block;
}
.casestudy_realpoint .rightwidget .content .servicelist p {
	font-size: 16px;
	padding-bottom: 16px;
}
.casestudy_realpoint .rightwidget .content .servicelist ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 8px;
}
.casestudy_realpoint .rightwidget .content .servicelist li {
	color: #75787A;
	font-size: 14px;
	background-color: #F7F7F7;
	padding: 8px 12px;
	letter-spacing: -0.3px;
}
.casestudy_realpoint .rightwidget .content .servicelist .btnlink {
	margin-top: 24px;
}
.casestudy_realpoint .rightwidget .imgbox {
	position:relative;
	width:100%;
}
.casestudy_realpoint .rightwidget .imgbox .imglink {
	    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.boxcontent ol.list_h4 {
	padding-left: 28px;
	display: flex;
	flex-wrap: wrap;
	gap: 56px;
}
.boxcontent ol.list_h4 li {
	font-size: 28px;
	color: #212121;
	font-weight: 600;
	width: 100%;
	display: list-item;
	list-style: decimal-leading-zero;
	padding-left: 26px;
	line-height: 140%;
}
 .boxcontent ol.list_h4 li::marker {
 font-size: 16px;
 font-weight: 400;
 font-family: "Montserrat", sans-serif;
}
.graybgcontentbar {
	padding: 64px 0;
	display: block;
}
.graybg {
	display: flex;
	justify-content: space-between;
	align-items: start;
	width: 100%;
	background-color: #F7F7F7;
	padding: 64px;
	gap: 0 10%;
}
.graybg .content {
	flex: 1;
}
.graybg .content p {
	padding-bottom: 24px;
}
.graybg .content .titlewidget {
	font-weight: 400;
	position: relative;
	padding-bottom: 24px;
}
.graybg .content .titlewidget:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #B8AC50;
	border-radius: 100%;
	margin-right: 10px;
}
.graybg .content .btn {
	font-size: 14px;
	margin-top: 64px
}
.graybg .imgbox {
	width: 33%;
	text-align: right;
}
.graybg .imgbox img {
	width: auto;
	height: auto;
	max-width: 100%;
	object-fit: contain;
}
.graybg .consultation_form ul {
	gap: 12px 12px;
}
.graybg .consultation_form li select,  .graybg .consultation_form li input {
	background-color: #fff;
	min-height: 40px;
	font-size: 14px;
}
.graybg .consultation_form ul li input[type="submit"] {
	display: inline-block;
	width: auto;/*margin-top: 24px;*/

}
.blackstrip_contentform {
	padding: 56px;
	gap: 56px;
}
.blackstrip_contentform .content {
	width: 39%;
	padding: 0;
}
.blackstrip_contentform .content .title {
	letter-spacing: -0.1px;
}
.blackstrip_contentform .content p {
	letter-spacing: -0.1px;
}
.blackstrip_contentform .formbox {
	padding: 0;
	width: 58%;
}
.blackstrip_contentform .wpcf7 form .wpcf7-response-output {
	color: #fff;
	margin:0;
}
.formbox_column ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px 12px;
}
.blackstrip .formbox_column.formbox ul li,  .formbox_column ul li {
	display: block;
	flex: 1 1 calc(50% - 12px);
	margin-bottom: 0;
}
.formbox_column ul li.fullwidth {
	flex: 1 1 100%;
}
.formbox_column ul li p {
	padding: 0;
}
/* rallypoint page property end */

/* advertising page property start */

.one_columnitem {
}
.work_itemsbar .one_columnitem .item {
	width: 100%;
}
.one_columnitem h4 {
	margin-bottom: 32px;
	font-family: "Open Sans", sans-serif;
}
.one_columnitem .item ol {
	display: block;
	padding-left: 32px;
	margin-bottom: 24px;
}
.one_columnitem .item ol li {
	display: list-item;
	width: 100%;
	color: #212121;
	font-size: 18px;
	list-style: decimal-leading-zero;
	padding-left: 24px;
	margin-bottom: 24px;
}
.one_columnitem .item ol:last-child,  .one_columnitem .item ol li:last-child {
	margin-bottom: 0;
}
/* advertising page property end */

/* websitedesign page property start */

.widgetbar .rightwidget .numbersbar_columns {
	border: 0;
	gap: 8px;
	margin-bottom: 24px;
}
.widgetbar .rightwidget .numbersbar_columns .item {
	border: 1px solid #E7E8E9;
	padding: 12px 16px;
}
.widgetbar .rightwidget .numbersbar_columns .item .num {
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 8px;
}
.widgetbar .rightwidget .numbersbar_columns .item p {
	font-size: 14px;
	color: #75787A;
}
.num_uparrow {
	position: relative;
}
/*.num_uparrow:after {
	content: "";
	font-size: 16px;
	font-family: 'FontAwesome';
	font-weight: 100;
	margin-left: 10px;
	line-height: 20px;
}*/
.num_uparrow:after {
    content: "";
    margin-left: 1px;
    line-height: 20px;
    background-image: url(images/arrow_imgnumber.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 6px;
    height: 14px;
    display: inline-block;
}
/* websitedesign page property end */

/* form complete score page property start */

.workingagainst_bar {
	display: block;
	background-color: #F7F7F7;
}
.workingagainst_bar .complete_working {
	max-width: 792px;
	padding: 40px;
	background-color: #fff;
	margin: 0 auto;
}
.workingagainst_bar .complete_working p {
	padding-bottom: 24px;
}
.complete_working .scoreboxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
	background-color: #F7F7F7;
	padding: 56px 32px;
	text-align: center;
	margin: 48px 0;
}
.complete_working .scoreboxes .imgbox {
	max-width: 260px;
}
.complete_working .scoreboxes p {
	font-size: 16px;
	color: #969A9D;
	padding: 0;
	width: 100%;
}
.complete_working .scoreboxes h3 {
	font-size: 56px;
	color: #212121;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0;
	font-weight: 400;
	font-family: "Bebas Neue", sans-serif;
}
.complete_working .content {
	display: flex;
	flex-wrap: wrap;
	gap: 48px;
}
.complete_working .content p {
	font-size: 18px;
	color: #212121;
	padding: 0;
}
.complete_working .content h5,  .complete_working .content .title {
	margin: 0;
	width: 100%;
}
.complete_working .content .score_reveals {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
.complete_working .content .score_reveals .item {
	display: flex;
	gap: 24px;
	width: 100%;
}
.complete_working .content .score_reveals .item .icon {
	width: 48px;
}
.complete_working .content .score_reveals .item .text {
	flex: 1 1 auto;
}
.complete_working .content .score_reveals .item .text h6 {
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 4px;
}
.complete_working .content .score_reveals .item .text p {
	font-size: 16px;
	color: #383838;
	padding-bottom: 12px;
}
.complete_working .content .score_reveals .item .text .score {
	display: inline-block;
	background-color: #F7F7F7;
	padding: 8px 12px;
	font-size: 14px;
	color: #000;
	font-weight: 600;
	border-radius: 30px;
}
.complete_working .content .score_reveals .item .text .score img {
	margin-right: 8px;
}
.greenbg {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background-color: #F8F7EE;
	padding: 32px;
	gap: 0 5%;
}
.greenbg .content {
	flex: 1;
	display: block;
}
.greenbg .content .steptext {
	font-size: 14px;
	color: #B8AC50;
	font-weight: 600;
	padding-bottom: 24px;
}
.greenbg .content h6 {
	color: #655F2C;
	margin-bottom: 8px;
}
.greenbg .content p {
	font-size: 16px;
	color: #383838;
}
.greenbg .content .titlewidget {
	font-weight: 400;
	position: relative;
	padding-bottom: 24px;
}
.greenbg .content .titlewidget:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #B8AC50;
	border-radius: 100%;
	margin-right: 10px;
}
.greenbg .imgbox {
	width: 113px;
}
.greenbg .imgbox img {
	width: auto;
	height: auto;
	max-width: 100%;
	object-fit: contain;
}
.howtodo_content {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
.howtodo_content .item {
	display: flex;
	gap: 20px;
	width: 100%;
}
.howtodo_content .item .icon {
	flex: 0 0 48px;
	height: 48px;
	background-color: #B8AC50;
	border-radius: 100%;
	font-size: 36px;
	color: #fff;
	font-family: "Bebas Neue", sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 36px;/*padding-top: 5px;*/

}
.howtodo_content .item .text {
	flex: 1 1 auto;
}
.howtodo_content .item .text h6 {
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 6px;
}
.howtodo_content .item .text p {
	font-size: 16px;
	color: #383838;
	padding-bottom: 12px;
}
.howtodo_content .item .text ul {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	gap: 20px;
}
.howtodo_content .item .text ul li {
	font-size: 16px;
	color: #B8AC50;
	font-weight: 600;
}
.howtodo_content .item .text ul li a {
	font-size: 16px;
	color: #B8AC50;
	font-weight: 600;
}
.howtodo_content .item .text ul li:before {
	content: "";
	background-image: url(images/iconarticle.png);
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
}
.complete_working .blackstrip {
	margin: 0;
}
.complete_working .blackstrip .imgbox {
	width: 220px;
}
.complete_working .blackstrip .content.white_text {
	width: auto;
	flex: 1;
	padding: 32px;
	display: block;
}
.complete_working .blackstrip .content.white_text h5 {
	font-family: "Open Sans", sans-serif;
	margin-bottom: 16px;
}
.complete_working .blackstrip .content.white_text h5 em {
	color: #B8AC50;
	font-style: normal;
}
.complete_working .blackstrip .content.white_text p {
	font-size: 16px;
	padding-bottom: 24px;
}
.complete_working .blackstrip .content.white_text p a {
	color: #fff;
	text-decoration: underline;
}
.downloadbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.downloadbar .logo {
	max-width: 76px;
}
.downloadbar .btn {
	padding: 8px 24px;
}
/* form complete score page property end */



/* service page property end */

/* Blog page property Start */

.blogpagebar {
}
.blogallcat {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 8px;
}
.blogallcat li {
}
.blogallcat li a {
	display: block;
	border: 1px solid #A5A9AC;
	font-size: 16px;
	color: #A5A9AC;
	font-weight: 600;
	padding: 8px 16px;
	line-height: 24px;
	text-transform: uppercase;
}
.blogallcat li.active a {
	background-color: #212121;
	border-color: #212121;
	color: #fff;
}
.blogpageitems {
	gap: 36px 24px;
}
.blogpageitems .item .imgbox {
	display: block;
	height:240px;
	max-height: 240px;
}
.blogpageitems .item .imgbox img {
	height: 100% !important;
}
.blogcolumns .item .text h5 {
	margin: 0 0 12px;
}
.blogcolumns .item .text h5 a {
	color: #212121;
}
.blogpageitems .item .text .date {
	font-size: 16px;
}
.blogpageitems .item .text p {
	font-size: 18px;
	padding-bottom: 12px;
}
.blogpageitems .item p.excerpt {
	font-size: 18px;
}
.list-new {
	display: block;
}
.list-new li {
	margin-bottom: 10px;
}
.list-new li a {
	font-size: 18px;
	color: #212121;
}
.pgntn-bottom {
	display: inline-block;
	width: 100%;
	margin: 50px 0 0 0;
}
.pgntn-bottom .pgntn-page-pagination {
	display: inline-block;
	width: 100%;
}
.pgntn-bottom .pgntn-page-pagination-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pgntn-page-pagination-intro {
	color: #75787A;
	font-size: 16px;
}
.pgntn-page-pagination-numbers {
	display: flex;
	gap: 0 10px;
}
.pgntn-bottom .pgntn-page-pagination-block .page-numbers {
	font-size: 16px;
	color: #75787A !important;
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
	border-radius: 100%;
	justify-content: center;
	line-height: 1;
	padding: 10px;
}
.pgntn-bottom .pgntn-page-pagination-block .page-numbers.current {
	background-color: #F7F7F7 !important;
	width: 40px;
	height: 40px;
}
/* Blog page property end */

/* work page property start */

.fullcontentbar {
	display: block;
}
.workfilterbar {
	width: 100%;
	display: inline-block;
	text-align: center;
	border-top: 1px solid #b8ac50;
	border-bottom: 1px solid #b8ac50;
	position: relative;
}
.workfilterbar .btn {
	background: #b8ac50;
	color: #fff;
	border: none;
	font-size: 20px;
	cursor: pointer;
	border-radius: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 8px 30px;
	transition: all 0.5s ease 0s;
}
.workfilterbar .btn img {
	width: 20px;
	height: 20px;
	margin-left: 10px;
}
.workfilter_dropdown.active {
	display: block;
}
.workfilter_dropdown {
	display: none;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	top: 100%;
	background: #b8ac50;
	min-width: 100%;
	z-index: 1000;
	padding: 50px 60px 25px 60px;
	border-radius: 0px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	color: #fff;
	overflow: hidden;
	transition: all 0.5s ease 0s;
}
.workfilter_dropdown .closebtn {
	position: absolute;
	top: 15px;
	right: 15px;
	background: transparent;
	color: #fff;
	border: none;
	font-size: 24px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1001;
}
.workfilter_dropdown .content {}
.workfilter_dropdown .content p {}
.workfilter_dropdown .content .btnbar {
	display: flex;
	justify-content: center;
	gap: 15px;
}
.workfilter_dropdown .content .btnbar .clearbtn, .workfilter_dropdown .content .btnbar .applybtn {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	padding: 8px 16px;
	line-height: 24px;
	letter-spacing: -0.5px;
	transition: all 0.5s ease 0s;
	width: 150px;
	border-radius: 4px;
	cursor: pointer;
}
.workfilter_dropdown .content .btnbar .applybtn {
	background: #fff;
	color: #b8ac50;
}
.workfilter_dropdown .content .btnbar .clearbtn {
	border: 1px solid #fff;
}
.workfilter_dropdown .filterwidget {
	display: flex;
	margin: 40px 0 0;
	text-align: left;
	justify-content: center;
	align-items: start;
	gap: 40px;
}
.workfilter_dropdown .filterwidget .item {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: start;
	align-items: start;
	width: 22%;
}
.workfilter_dropdown .filterwidget .item:first-child {
	width: 52%;
}
.workfilter_dropdown .filterwidget .item h6 {
	flex: 1 1 100%;
	width: 100%;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.workfilter_dropdown .filterwidget .item ul {
	flex: 1 1 48%;
	vertical-align: top;
}
.workfilter_dropdown .filterwidget .item ul li {
	width: 100%;
	margin-bottom: 12px;
	position: relative;
	padding-left: 30px;
}
.workfilter_dropdown .filterwidget .item ul li input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	left: 0;
	z-index: 1;
	width: 20px;
	height: 20px;
}
.workfilter_dropdown .filterwidget .item ul li span {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.workfilter_dropdown .filterwidget .item ul li .checkmark {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 5px;
	left: 0px;
	background-color: #b8ac50;
	border: 1px solid #ddd;
}
.workfilter_dropdown .filterwidget .item ul li .checkmark:after {
	content: "";
	width: 3px;
	height: 7px;
	top: 1px;
	left: 4px;
	position: absolute;
	display: none;
	z-index: 555;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.workfilter_dropdown .filterwidget .item ul li input:checked + .checkmark {
	background-color: #b8ac50;
}
.workfilter_dropdown .filterwidget .item ul li input:checked + .checkmark::after {
	display: block;
}
.selected-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 20px auto 0 auto;
	justify-content: center;
}
.selected-filters .selected-filter-pill {
	background: #fff;
	color: #b8ac50;
	border: 1px solid #b8ac50;
	border-radius: 20px;
	padding: 6px 16px 6px 16px;
	font-size: 15px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.selected-filters .selected-filter-pill {
	cursor: pointer;
	font-weight: 400;
	margin-left: 6px;
}
.selected-filters .selected-filter-pill.clearbtn {
	background: #b8ac50;
	color: #fff;
	border: 1px solid #b8ac50;
	cursor: pointer;
}
.workwidget {
	display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.workwidget .workitem {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 33.333%;
	background-color: #7e7e7e;
	transition:all 0.5s ease 0s;
}
.workwidget .workitem img {
	ssswidth: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
}
.workwidget .workitem .imgbox {
	position: relative;
    display: block;
    width: 100%;
}
.workwidget .workitem .imgbox .text {
	position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}
.workwidget .workitem .imgbox .text h6 {
color: #fff;
    font-size: 22px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.workwidget .workitem .overview {
	opacity: 0;               /* invisible by default */
    visibility: hidden;       /* prevent interaction when hidden */
	background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease; /* animate opacity and delay hiding */
}
.workwidget .workitem:hover .overview {
    opacity: 1;               /* visible on hover */
    visibility: visible;
}
.no-result-message {
    display:inline-block;
	width:100%;
	text-align:center;
}
.no-result-message p {
	font-size:18px;
}

/* work page property end */















/* mobile responsive property start */

@media (max-width:1366px) {
.take_free_audit_banner .d_flex {
	    gap: 40px 0%;
}
.bannerbar.take_free_audit_banner .bannerimg {
	left: -7%;
    position: relative;
    margin-bottom: -17%;
    width: 52%;
}
.take_free_audit_banner .bannerimg img {
	left: 0;
    top: 0;
    position: relative;
}
.take_free_audit_banner .bannertext {
    width: 76%;
}
.take_free_audit_banner .bannertext p {
    padding: 0;
    width: 90%;
    margin-top: 24px;
}
.take_free_audit_banner .bannertext .btn > p {
    width: 100%;
    margin-top: 10px;
}
.homebanner .bannerimg img {
    margin-bottom: -26px;
}

}
@media (max-width:1230px) {
.container {
	max-width: 1100px;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 30px;
}
h1 {
	font-size: 52px;
}
h2 {
    font-size: 36px;
}
.mt_8 {
    margin-top: 60px;
}
.py_10 {
    padding: 80px 0;
}
.pt_10 {
    padding-top: 80px;
}
.pb_10 {
    padding-bottom: 80px;
}
.mb_10 {
    margin-bottom: 80px;
}
.bottomshape_light .container , .bottomshape_white .container {
	padding-bottom:35px;
	
}
.topshape_light .container {
	padding-bottom:35px;
}
.main_header {
    padding: 15px 0;
}
.stickyheader {
    padding: 8px 0;
}

.h_nav li {
	padding: 8px 12px;
}
.h_nav li a {
	font-size: 15px;
}
.h_nav .btn_bg.btn_b {
	margin-left: 10px;
}
.h_nav .btn_bg {
	margin-left: 10px;
}
.bannerbar .container {
    max-width: 1100px;
}
.bannerbar .bannerimg {
   width: 38%;
}
.bannerbar .bannertext {
    width: 55%;
}
.bannerbar .bannertext h1 {
    font-size: 42px;
}
.bannerbar .bannertext p {
	width: 90%;
	margin-top: 30px;
}
.bannerbar .bannertext p br {
	display:none;
}
.bannerbar .bannertext .btn {
    margin-top: 30px;
}
.widgetbar .rightwidget .btn {
    margin-top: 14px;
	    margin-bottom: 0 !important;
}
.widgetbar .rightwidget .numbersbar {
    margin-top: 0;
}
.servicewrapper_items {
    margin-top: 56px;
}
.servicewrapper_items .rightwidget .halfcolumncontent {
    width: 58%;
}

.service_columnslide .item .textbox {
    left: inherit;
}
.service_columnslide .item .textbox h5 {
    font-size: 20px;
}
.testimonialslider {
    margin-top: 0;
    padding-top: 0;
}
.blackstrip .content {
    width: 40%;
}
.blackstrip .formbox {
    width: 28.25%;
    padding: 56px 30px 56px 20px;
}
.blogcolumns {
    padding-top: 0;
}
.blogcolumns .item {
    width: 47.4%;
}

/* rallypoint page start */
.servicebanner .bannertext {
    width: 68%;
    padding: 56px 50px;
}
.blackbg .content .btn {
    margin-top: 30px;
}
.blackbgcontentbar {
    padding: 50px 0;
}

.items_twocolumnbar .item .space {
    margin: 0;
}
.items_twocolumnbar .item h5 br {
	display:none;
}
.boxcontent ol.list_h4 {
    gap: 22px;
}
.boxcontent ol.list_h4 li {
    font-size: 20px;
}

.blackstrip.blackstrip_contentform .formbox {
    padding: 0;
    width: 58%;
}

/* rallypoint page end */
/* work page start */
.workwidget .workitem .imgbox .text {
    padding: 0 10px;
}
.workwidget .workitem .imgbox .text h6 {
    font-size: 18px;
}
.blackstrip .content h4 {
    margin-bottom: 10px;
}
/* work page end */
/* about page start */
.stickyheader ul {
	overflow-x: auto;
    display: flex;
    white-space: nowrap;
}
.stickyheader ul li a {
    font-size: 16px;
    padding: 12px 14px;
}



/* about page end */





}

@media (max-width:1100px) {
.container {
	max-width: 992px;
}
h1 {
	font-size: 38px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 18px;
}

.py_10 {
	padding: 60px 0
}
.pt_10 {
    padding-top: 60px;
}
.pb_10 {
    padding-bottom: 60px;
}
.mt_8 {
    margin-top: 60px;
}
.mb_10 {
    margin-bottom: 60px;
}

.bannerbar .bannertext h1 {
    font-size: 38px;
}
.servicewrapper_items {
    margin-top: 30px;
}
.servicewrapper_items:nth-child(2) {
    padding-top: 30px;
}
.servicewrapper_items .rightwidget .halfcolumncontent {
     width: 75%;
}

.blackstrip .content {
    width: 46%;
	padding: 30px 20px;
}
.blackstrip .content h4 {
	font-size: 26px;
}
.blackstrip .content p {
	font-size: 15px;
}
.blackstrip .formbox {
   width: 36.25%;
   padding: 40px 20px 40px 20px;
}
.blackstrip_contentform .content {
	padding:0;
}
.widgetbar .leftwidget {
    width: 28%;
}
.widgetbar .rightwidget {
    width: 72%;
}
.faqs_itembar .item {
    margin-top: 50px;
}
.widgetbar .rightwidget .numbersbar {
    margin-top: 0;
    padding: 24px 0;
}
.widgetbar .rightwidget .numbersbar:last-child {
	padding-bottom:0;
}
.widgetbar .rightwidget .numbersbar .item {
   padding: 0 24px;
}
.widgetbar .rightwidget .numbersbar.numbersbar_columns .item {
	padding:20px;
}
.widgetbar .rightwidget .numbersbar.numbersbar_columns .item .num {
    /*font-size: 38px;*/
	font-size: 20px;
}
.widgetbar .rightwidget .numbersbar.numbersbar_columns .item .num .counter-value {
	font-size: 20px;
}
.widgetbar .rightwidget .numbersbar.numbersbar_columns .item p {
    font-size: 15px;
}



#sitefooter {
	padding-top: 18px;
}
.footer_widget {
	/*flex-wrap: wrap;*/
}
.footer_widget {
    margin-top: 0;
    padding-top: 30px;
}
.footer_widget .footerlist {
/*    flex: 1 1 46%;*/
}
.footer_itemsbar .footer_itemlogo img {
    max-width: 150px;
}
.footer_itemsbar {
    padding-top: 30px;
}



.bannerbottomshape:after {
	bottom: -8px;
    height: 35px;
}
.servicewrapper_items .rightwidget .halfcolumncontent {
	width: 66%;
}

.bannerbar .bannerimg {
   width: 38%;
   margin-bottom: -70px;
}
.bannerbar .bannertext {
     width: 52%;
}
.bannerbar .bannertext p {
        width: 100%;
}
.casestudy_realpoint .rightwidget .content {
    width: 100%;
}

.widgetcolumn.faqswidgetbar.mt_8 {
	margin-top:30px;
}
.faqs_itembar .item {
     margin-top: 30px;
}
.widgetbar .footertext p {
    padding-bottom: 16px;
}

/* rallypoint page start */
.servicebanner .bannertext h1 {
    font-size: 40px;
	margin-bottom: 20px;
}


/* rallypoint page end */
/* single service page start */
.work_itemsbar {
    margin-top: 60px;
}
.work_itemsbar .itemsbar .item .icon {
    margin-bottom: 60px;
}
.blackbg {
    padding: 50px;
}
.blackbg .content .titlewidget {
    padding-bottom: 10px;
}
.blackbg .content .titlewidget:before {
    width: 8px;
    height: 8px;
}
.blackbg .content .btn {
    margin-top: 14px;
}
.content p br {
	display:none;
}
.blackbgcontentbar.mb_4 {
	margin-bottom:0;
}
.graybgcontentbar.mt_4 {
	margin-top:0;
}
.bottomshape_light:after {
    bottom: -4px;
}
/* single service page end */
/* work page start */
.workfilter_dropdown {
    padding: 50px 30px 25px 30px;
}
.workfilter_dropdown .filterwidget {
    gap: 20px;
}
.workfilter_dropdown .filterwidget .item:first-child {
    width: 52%;
}
.workfilter_dropdown .filterwidget .item h6 {
    font-size: 15px;
    font-weight: 500;
}
.workfilter_dropdown .filterwidget .item ul {
    flex: 1 1 47%;
}
.workfilter_dropdown .filterwidget .item ul li {
    margin-bottom: 6px;
    padding-left: 22px;
   line-height: 1.3;
}
.workfilter_dropdown .filterwidget .item ul li span {
    font-size: 14px;
}
.workfilter_dropdown .filterwidget .item ul li input {
   width: 12px;
    height: 12px;
    top: 6px;
}
.workfilter_dropdown .filterwidget .item ul li .checkmark {
    width: 12px;
    height: 12px;
    top: 6px;
    left: 0px;
}
.workfilter_dropdown .filterwidget .item ul li .checkmark:after {
    height: 7px;
    top: -2px;
    left: 3px;
}



/* work page end */
/* take-free-audit page start */
.casestudy_twocolumn.slickarrow_top .slick-arrow {
    top: -21%;
}
/* take-free-audit page end */




}

@media (max-width:992px) {
.container {
	max-width: 768px;
}
.bannerbar .container {
   max-width: 768px;
}
.four_column li, .three_column li {
	width: 50% !important;
}
.wpcf7-spinner {
	position:absolute;
}
.mt_56 {
    margin-top: 40px;
}
.pt_56 {
    padding-top: 40px;
}
.pt_56 {
    padding-top: 40px;
}
.pgt_56 {
    padding-top: 40px;
}
.py_10 {
	padding: 40px 0;
}
.pt_10 {
	padding-top: 40px;
}
.pb_10 {
	padding-bottom: 40px;
}
.mt_10 {
	margin-top: 40px;
}
.mb_10 {
	margin-bottom: 40px;
}
.pt_5 {
	padding-top: 40px;
}
.mt_8 {
	margin-top: 40px;
}
h1 {
	font-size: 34px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 20px;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
}
h1:last-child,
h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0px;
}
.sticky .main_header {
	padding: 10px 0;
}
.stickyheader {
	padding: 0px 0;
}
.stickyheader ul li a {
	font-size: 14px;
	padding: 10px 12px;
}
.bannerbar {
	padding: 40px 0 104px;
}
.bannerbar .d_flex {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.bannerbar .bannerimg {
    width: 100%;
}
.bannerbar .bannertext {
   width: 100%;
}
.bannerbar .bannertext h1 {
	margin-bottom: 12px;
}
.bannerbar .bannertext h1 br {
	display: none;
}
.bannerbar .bannertext p {
	width: 100%;
	margin-top: 20px;
}
.bannerbar .bannertext .btn {
	margin-top: 18px;
}

.widgetbar .widgetcolumn {
    flex-wrap: wrap;
	gap: 0px;
/*	gap: 20px;*/
}
.widgetbar .rightwidget,
.widgetbar .leftwidget {
        width: 100%;
}
.widgetbar .rightwidget .numbersbar .item .num {
	font-size: 32px;
}
.widgetbar .rightwidget .numbersbar.numbersbar_columns .item .num {
	font-size: 16px;
}
.widgetbar .rightwidget .numbersbar .item {
	padding: 12px;
}
.widgetbar .rightwidget p {
	/*font-size: 16px;*/
}
.servicewrapper_items .leftwidget h5 {
    margin: 0;
}
.servicewrapper_items:nth-child(2) {
	padding-top: 30px;
}
.servicewrapper_items {
	margin-top: 30px;
}
.service_columnslide .item .textbox {
     left: 0;
}
.service_columnslide .item .textbox h5 {
	font-size: 19px;
}
.blackstrip {
	flex-wrap: wrap;
	position:relative;
}
.blackstrip .imgbox {
	width: 50%;
}
.blackstrip .content {
	width: 50%;
	padding: 30px 24px;
}
.blackstrip .content h4 {
	margin-bottom: 16px;
}
.blackstrip .formbox {
	width: 100%;
	padding: 50px;
}
.blackstrip .formbox ul {
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}
.blackstrip .formbox ul li {
	width: 49%;
	margin-bottom: 10px;
}
.blackstrip .formbox ul li:last-child {
	margin-bottom:0;
}

.thankyoublackstrip.blackstrip .imgbox {
	    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
.thankyoublackstrip.blackstrip .content {
    position: relative;
    width: 100%;
}
.thankyoublackstrip.blackstrip .formbox {
    width: 100%;
    padding: 0px 24px 30px;
}

.testdrive_widgetbar .wpcf7 form .wpcf7-response-output {
    margin: 10px 0 0;
}

/*.bottomshape_white:after {
	bottom: -30px;
}*/
.blogcolumns {
	gap: 30px;
    padding-top: 0 !important;
}
.blogcolumns .item .text h6 {
	font-size: 18px;
}
.blogcolumns .item .text h6 a {
	color: #212121;
}
.faqs_itembar .item {
	margin-top: 30px;
}
.home .faqswidgetbar {
    padding-bottom: 0px;
}
.faqs_itembar .item .answer {
	padding-right: 30px;
	padding-top: 12px;
}
.faqs_itembar .item:first-child {
    margin-top: 10px;
}
.testimonialslider .itemslide .item {
	padding: 20px;
	height: auto;
}
.mainfooter .widgetbar .widgetcolumn {
	flex-wrap: wrap;
}
.mainfooter .widgetbar .widgetcolumn .leftwidget {
	width: 100%;
	margin-bottom: 0px;
}
.mainfooter .widgetbar .rightwidget .title em br {
	display: none;
}
.mainfooter .widgetbar .rightwidget p br {
	display: none;
}
.slickarrow_top .slick-arrow {
    top: -10px;
}
.slickarrow_top .slick-prev {
    right: 55px;
}

.testimonialslider {
    margin-top: 0;
    padding-top: 0px !important;
}
/*.blogcolumns {
     padding-top: 0 !important;
}*/
/*.testimonialslider.slickarrow_top .slick-arrow {
    top: -14px;
}*/

/* rallypoint page start */
.stickyheader ul {
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}
.servicebanner.top {
    align-items: center !important;
}
.servicebanner {
/*    min-height: 620px;*/
}
.servicebanner .bannertext {
    width: 80%;
    padding: 40px 40px;
}
.servicebanner .bannertext h1 {
   font-size: 38px;
}
.servicebanner .bannertext .btn {
    margin-top: 20px;
}
.blackbg {
    padding: 40px;
    gap: 0 5%;
}
.blackbg .content p br {
	display:none;
}
.blackbg .content .btn {
    margin-top: 14px;
}
.fourstesp_framework .step_items {
    flex-wrap: wrap;
	position:relative;
}
.fourstesp_framework .step_items .text {
    width: 100%;
	position: initial;
}
.fourstesp_framework .step_items .imgbox {
    width: 100%;
    padding: 5% 0 0;
}
.fourstesp_framework .step_items .text .downarrow {
    position: absolute;
    bottom: -85px;
    left: 0;
}
.casestudy_realpoint .rightwidget .content {
    width: 100%;
}
.widgetbar .widgetcolumn.work_itemsbar {
   margin-top: 40px;
   padding-top: 40px;
}
.boxcontent ol.list_h4 {
     gap: 16px;
	padding-left: 30px;
}
.boxcontent ol.list_h4 li {
     font-size: 18px;
}
.graybgcontentbar {
    padding: 40px 0;
}
.graybgcontentbar.mt_6 {
	margin-top:0;
}
.graybg {
    flex-wrap: wrap;
    padding: 50px;
	gap: 40px;
}
.graybg .content {
    flex: 1 1 100%;
}
.graybg .imgbox {
    width: 100%;
    text-align: center;
}
.blackstrip_contentform {
    padding: 50px;
    gap: 40px;
}
.blackstrip.blackstrip_contentform .content {
   padding: 0;
    width: 100%;
}
.blackstrip_contentform .content .title br {
	display:none;
}
.blackstrip.blackstrip_contentform .formbox {
    padding: 0;
    width: 100%;
}
.fourstesp_framework {
	padding-bottom: 56px;
}
/* rallypoint page end */
/* single service page start */
.work_itemsbar .itemsbar .item .icon {
    margin-bottom: 30px;
}
.one_columnitem h4 {
    margin-bottom: 20px;
}
.one_columnitem .item ol li {
    padding-left: 10px;
    margin-bottom: 14px;
}
.items_twocolumnbar .item .icon {
    margin-bottom: 30px;
}
/* single service page end */
/* work page start */
.workwidget .workitem .imgbox .text h6 {
    font-size: 16px;
}
.widgetbar .rightwidget .title br {
	display:none;
}
/* work page end */
/* about page start */
.fullcontent_widget {
    padding-top: 40px;
}
.blackbgcontentbar {
    padding: 40px 0;
}
.blackbg .content .title br {
	display:none;
}
.process_items .content {
    padding: 40px 0;
}
.process_items .items .icon {
    margin-bottom: 32px;
}
.global_content .title {
    margin-top: 30px;
}
.widgetbar .leftwidget .titlewidget {
    padding-bottom: 20px;
}
.faqs_itembar {
    padding-top: 30px;
}
/* about page end */
/* blog page start */
.blogallcat {
    margin-bottom: 30px;
	flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
}
.blogallcat li {
    flex: 0 0 auto;
}
.blogcolumns .item .text h5 {
    font-size: 20px;
}
.widgetbar .footertext {
	margin-top:30px;
}
/* blog page end */
/* say-hello page start */
.boxcontent h5 {
    margin-bottom: 12px;
	font-size:20px;
}
.boxcontent h5 strong {
   font-size: 20px;
}
.righttouch_form {
    padding: 30px;
    margin-top: 30px;
}
.hello_social ul {
    gap: 20px;
}
.hello_social ul li a {
    gap: 20px;
    font-size: 20px;
}
/* say-hello page end */
/* book-free-consult page start */
.list_item_minus .listitem ul {
    margin-left: 0;
}
/* book-free-consult page end */
/* take-free-audit page start */
.casestudy_twocolumn.slickarrow_top .slick-arrow {
    top: -15%;
}
/* take-free-audit page end */
.testdrive_widgetbar {
    padding: 40px 0 40px;
}
.listboxbar ol li {
    font-size: 18px;
}
}

@media (max-width:768px) {
.container {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 16px;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
.pgt_56 {
    padding-top: 40px;
}
.mb_8 {
    margin-bottom: 40px;
}
.four_column li, .three_column li, .two_column li {
	width: 100% !important;
}
.homebanner .bannerimg {
	margin-bottom: -40px;
}
.bannerbar {
	padding: 40px 0 40px;
}
.bannerbar .d_flex {
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.bannerbar .bannerimg {
	width: 500px;
	max-width: 100%;
}
.bannerbar .bannertext {
	width: 100%;
}
.bannerbottomshape:after {
	height: 40px;
}
.widgetbar .widgetcolumn {
	flex-wrap: wrap;
	gap: 0;
}
.widgetbar .rightwidget.footertext {
	margin-top:30px
}
.widgetbar .rightwidget,  .widgetbar .leftwidget {
	width: 100%;
}
.widgetbar .leftwidget .titlewidget {
	padding-bottom: 16px;
}
.widgetbar .rightwidget p br {
	display: none;
}
.widgetbar .rightwidget .btn {
	margin-top: 15px;
}
.service_columnslide .item .textbox {
	width: 86%;
	margin: 0 auto;
}
.servicewrapper_items .leftwidget h5 {
	margin-bottom: 16px;
}
.servicewrapper_items .rightwidget .halfcolumncontent {
	width: 100%;
}
.service_columnslide {
    margin-top: 50px;
    padding-top: 20px;
}
.slickarrow_top .slick-arrow {
	top: -20px;
	z-index: 4;
}
.blackstrip {
	position:relative;
}
.blackstrip .imgbox {
	/*width: 280px;*/
	    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
	max-width: 100%;
	order: 3;
}
.blackstrip .content {
	width: 100%;
	position: relative;
}
.blackstrip .formbox {
	position: relative;
	width: 100%;
	padding: 30px 40px;
}
.footer_widget {
	flex-wrap: wrap;
}
.footer_widget .footerlist:nth-child(2),
.footer_widget .footerlist {
	flex: inherit;
	width: 100%;
}
.footer_itemsbar .footer_item {
	width: 45%;
}
.footer_itemsbar .footer_item p {
	padding-left: 38px;
}
.footer_itemsbar .footer_item p img {
	margin-left: -36px;
	width: 18px;
    margin-top: 4px;
}
.footer_itemsbar .footer_itemlogo img {
	width: 160px;
	max-width: 100%;
}
.brandslide .slick-prev {
    left: 0;
}
.brandslide .slick-next {
    right: 0;
}
.faqs_itembar .item .answer p {
    font-size: 16px;
}
/* rallypoint page start */
.servicebanner {
    padding-bottom: 104px;
    padding-top: 70px;
	min-height: auto;
}
.servicebanner .bannertext {
    width: 100%;
    padding: 40px 40px;
}
.servicebanner .bannertext h1 {
    font-size: 30px;
}
.servicebanner .bannertext h1 br {
	display:none;
}
.servicebanner .bannertext p {
    font-size: 18px;
}
.servicebanner .bannertext p br {
	display:none;
}
.servicebanner .bannertext .btn {
    margin-top: 20px;
    min-width: 200px;
}
.blogcolumns {
    gap: 20px;
}
.blackbgcontentbar {
     padding: 40px 0;
}
.blackbg {
    padding: 40px;
    gap: 40px;
    flex-wrap: wrap;
}
.blackbg .imgbox,
.blackbg .content {
    flex: 1 1 100%;
}
.blackbg .content .title br {
	display:none;
}
.blackbg .content .btn {
   margin-top: 0;
}
.fourstesp_framework {
    padding-bottom: 40px;
}
.fourstesp_framework .step_items {
    gap: 40px;
}
.fourstesp_framework .step_items {
  /*  margin-bottom: 80px;*/
  margin-bottom: 0;
}
.fourstesp_framework .step_items .text .downarrow {
    bottom: -80px;
}
.faqs_itembar .item:first-child {
/*    margin-top: 30px;*/
}
.items_twocolumnbar .item .icon.mb_8 {
    margin-bottom: 40px;
}
.work_itemsbar {
    margin-top: 40px;
   padding-top: 40px;
}
.testimonial_wrapperbar {
    padding-bottom: 40px;
    /*padding-bottom: 80px;*/
}
.testimonialslider {
    margin-top: 60px;
}
.testimonialslider.slickarrow_top .slick-arrow {
        top: -30px;
}
.graybgcontentbar {
    padding: 40px 0;
}
.graybgcontentbar.mt_6 {
/*  margin-top: 40px;*/
    margin-top: 0px;
}
.widgetbar.bg_light {}
.blackstrip_contentform {
   padding: 30px;
   gap: 20px;
}
/* rallypoint page end */
/* single service page start */
.consultation_form ul li {
    flex: 1 1 calc(100% - 24px);
}
.graybg {
   padding: 40px;
}



/* single service page end */
/* work page stat */
.workwidget .workitem {
    flex: 0 1 50%;
}
.workfilter_dropdown {
    padding: 50px 10px 25px 10px;
}
.workfilter_dropdown .filterwidget {
    gap: 20px;
    flex-wrap: wrap;
	margin: 30px 0 0;
}
.workfilter_dropdown .filterwidget .item:first-child {
    width: 100%;
}
.workfilter_dropdown .filterwidget .item {
    width: 100%;
	gap: 0;
}
.workfilter_dropdown .filterwidget .item h6 {
   font-size: 18px;
   margin-bottom: 10px;
}
.workfilter_dropdown .filterwidget .item ul {
    flex: 1 1 100%;
}

/* work page end */
/* about page start */
.bannerbar .bannertext h1 {
    font-size: 32px;
}
.bannerbar .bannerimg {
   margin-bottom: 0;
}
.pg_56 .blackbg {
    padding: 40px;
}

/* about page end */

/* blog page start */
.bannerbar .bannertext p {
/*    margin-top: 0;*/
}
.blogcolumns .item .text h5 {
    font-size: 18px;
	/*padding-left: 36px;*/
}
.blogpageitems .item p.excerpt {
    font-size: 16px;
}
.blogcolumns .item .imgbox,
.blogpageitems .item .imgbox {
    display: block;
    height: 170px;
    max-height: 170px;
}
.boxcontent h5 {
    font-size: 18px;
	padding-left: 38px;
}
.boxcontent h5 strong {
   font-size: 18px;
}
/* blog page end */
/* take-free-audit page start */
.bannerbar.take_free_audit_banner .bannerimg {
	left: -17%;
    margin-bottom: -7%;
    width: 100%;
}
.work_itemsbar .itemsbar.one_columnitem .item {
    width: 100%;
}
.work_itemsbar .itemsbar .item {
    width: 48%;
}
.widgetbar .rightwidget .works_items ~ .mt_4 {
	margin-top:20px;
}
#case_studies .bordertop.mt_8  {
	margin-top: 70px;
}
.blogcolumns.casestudy_twocolumn .item .text h5 {
	padding-left: 0px;
}
/* take-free-audit page end */




}

@media (max-width:576px) {
.container {
	padding: 0 16px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
p {
	line-height: 1.6;
}
.footerblack,
.bottomshape_black:after,
.bottomshape_white:after,
.bottomshape_light:after,
.bannerbottomshape:after {
	display:none;
}
.bannerbar .bannerimg {
       margin: 0;
}
.bannerbar .bannertext h1 {
     font-size: 30px;
}
.widgetbar .rightwidget .title br {
	display: none;
}
.servicewrapper_items {
	margin-top: 30px;
}
.servicewrapper_items:nth-child(2) {
	padding-top: 30px;
}
.widgetbar .rightwidget .numbersbar .item .num {
	font-size: 24px;
}
.widgetbar .rightwidget .numbersbar .item p {
    padding: 0;
    line-height: 1.3;
    font-size: 16px;
    margin-top: 4px;
}
.blackstrip .formbox ul li {
	width: 100%;
}
.blogcolumns .item {
	width: 380px;
	max-width: 100%;
	margin: 0 auto;
}
.faqs_itembar .item .question {
	font-size: 18px;
}
.faqs_itembar .item .answer p {
	font-size: 16px;
}
.widgetbar .rightwidget .title {
	margin-bottom: 16px;
}
.footer_itemsbar {
	flex-wrap: wrap;
	gap: 20px;
}
.brandslide .slick-prev {
	left: 0;
}
.brandslide .slick-next {
	right: 0;
}
.footer_itemsbar .footer_item {
	width: 100%;
}
.footer_itemsbar .footer_item.footer_itemlogo {
	width: 260px;
	max-width: 100%;
}
.copyright {
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	flex-direction: column-reverse;
}
.copyright .sociallinks a {
	width: 34px;
	height: 34px;
}
.service_columnslide .item .textbox,
.service_columnslide .item .imgbox {
    width: 100%;
}

/* rallypoint page start */
.items_twocolumnbar .item {
    padding: 30px;
    flex: 1 1 calc(1000% - 24px);
}
.title br {
	display:none;
}
.graybg {
    flex-wrap: wrap;
    padding: 30px;
    gap: 40px;
}
.consultation_form ul li {
    flex: 1 1 calc(100% - 24px);
}
.blackstrip_contentform {
     padding: 40px;
}
.blackstrip .formbox_column.formbox ul li, .formbox_column ul li {
    flex: 1 1 calc(100% - 12px);
}
.copyright {
   padding-bottom: 0;
}
.footer_widget {
   padding-top: 30px;
}
.boxcontent ol.list_h4 li {
    padding-left: 10px;
}

/* rallypoint page end */
/* single service page start */
.bottomshape_light:after {
    height: 20px;
}
.servicebanner .bannertext {
     width: 100%;
    padding: 30px 30px;
}
.servicebanner .bannertext h1 {
   font-size: 28px;
   margin-bottom: 10px;
}
.servicebanner .bannertext p {
   /* font-size: 16px;*/
}
.one_columnitem .item ol li {
    margin-bottom: 8px;
/*    font-size: 16px;*/
}
.bottomshape_light .container, .bottomshape_white .container {
    padding-bottom: 20px;
}
.items_twocolumnbar .item .icon.mb_8 {
   margin-bottom: 20px;
}
.items_twocolumnbar .item .icon img {
    max-width: 70px;
}
.graybg .content .titlewidget {
    padding-bottom: 10px;
}
.blackbg {
    padding: 30px;
}
.blackstrip_contentform {
    padding: 30px;
}
.testimonialslider .itemslide .item {
    width: 100%;
}
.testimonialslider.slickarrow_top .slick-arrow {
    top: -34px;
}

.slick-arrow:before {
    width: 34px;
    height: 34px;
}
.widgetbar .rightwidget .numbersbar.numbersbar_columns {
	flex-wrap:wrap;
}
.slickarrow_top .slick-next {
    right: 4px;
}
.widgetbar .rightwidget .numbersbar.numbersbar_columns .item {
    padding: 20px;
    width: 48%;
}

/* single service page end */
/* work page start */
.workwidget {
    padding-top: 10px;
}
.widgetbar .footertext p {
    font-size: 16px;
}


/* work page end */
/* about page start */
.bottomshape_white:after {
	display:none;
}
.bannerbottomshape:after {
    bottom: 0;
   display:none;
}
.bottomshape_light .container, .bottomshape_white .container {
    padding-bottom: 0;
}
.work_itemsbar .itemsbar {
    gap: 30px;
}
.blackstrip .formbox {
    width: 100%;
   padding: 30px 30px;
}
.blogcolumns.global_items .item .btnlink {
    position: relative;
}
.blogallcat li a {
    font-size: 14px;
    padding: 8px 10px;
}
.thankyoublackstrip.blackstrip .formbox {
    width: 100%;
    padding: 30px 24px 30px;
}

/* about page end */
/* blog page start */
.blackstrip .content {
    width: 100%;
    padding-bottom: 0;
}
.widgetbar .rightwidget.footertext .btn {
	margin-top:0;
}
.pgntn-page-pagination-numbers {
    gap: 0 6px;
}
.pgntn-bottom .pgntn-page-pagination-block .page-numbers.current,
.pgntn-bottom .pgntn-page-pagination-block .page-numbers {
    font-size: 16px;
    width: 28px;
    height: 28px;
}
.pgntn-bottom .pgntn-page-pagination-block .page-numbers.prev,
.pgntn-bottom .pgntn-page-pagination-block .page-numbers.next {
	width: auto;
}
.pgntn-page-pagination-intro {
    font-size: 14px;
}
.blogcolumns .item .imgbox,
.blogpageitems .item .imgbox {
    display: block;
    height: auto;
    max-height: none;
}

/* blog page end */
/* take-free-audit page start */
.work_itemsbar .itemsbar .item {
    width: 100%;
}
.works_items .items {
    flex-wrap: wrap;
    padding: 30px;
    margin-bottom: 20px;
    gap: 10px;
}
.works_items .items .num {
    font-size: 40px;
    width: 100%;
}
.casestudy_twocolumn.slickarrow_top .slick-arrow {
    top: -85px;
}
.audit_questions {
    padding: 30px;
}
.audit_questions .titlewidget {
    padding-bottom: 20px;
}
.widgetbar .rightwidget .title {
    margin-bottom: 20px;
}
.audit_questions .item {
    text-align: left;
}

.listitem li h4 {
    margin-bottom: 10px;
    font-size: 22px;
}

/* take-free-audit page end */

}

@media (max-width:420px) {
h2 {
    font-size: 24px;
}	
.stickyheader ul li:first-child a {
   padding-left:0px;
}
.stickyheader ul li:last-child a {
   padding-right:0px;
}
.stickyheader ul li a {
    font-size: 13px;
   padding: 8px 6px;
}

.widgetbar .rightwidget .numbersbar {
/*    flex-wrap: wrap;*/
}
.widgetbar .rightwidget .numbersbar .item {
        width: 100%;
        padding: 0;
}
.faqs_itembar .item .question:before {
    width: 11px;
    height: 13px;
}
/* single service page start */
.servicebanner .bannertext {
    width: 100%;
    padding: 30px 30px;
}
.servicebanner .bannertext h1 {
    font-size: 28px;
    margin-bottom: 10px;
}

/* single service page end */
/* work page start */
.workwidget .workitem {
    flex: 0 1 100%;
}

.footer_widget {
     padding-top: 20px;
}
/* work page end */
.widgetbar .audit_questions .btn_wrapper .btn.nextbtn {
    padding: 8px 40px;
}
.consultation_form .btn_wrapper {
    align-items: start !important;
}
.consultation_form .btn_wrapper input[type="submit"] {
    padding: 8px 20px !important;
    white-space: normal;
    word-break: break-word;
	line-height: 1.3;
}
}

@media (max-width:400px) {
.pgntn-bottom .pgntn-page-pagination-block {
	flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 10px;
}

}

@media (max-width:992px) {
.main_header {
    background-color: #fff;
}
.h_nav {
	display: none;
}
h_nav li:hover {
	all: unset !important;
}
.h_nav li .sub-menu li:hover {
	background-color:transparent;
}
.slide_nav .h_nav .btn_bg {
	margin: 0 0 0px;
	padding: 10px 0;
}
.slide_nav nav ul {
	text-align: left;
}
.slide_nav {
	display: block;
}
.h_top_text {
	margin-top: 20px;
}
.h_top_text li:after {
	display: none;
}
.slide_menu_icon {
	display: flex;
	width: 40px;
	float: right;
	margin-left: 24px;
}
.slide_nav .menu_icon span:after, .slide_nav .menu_icon span:before {
	background-color: #B8AC50;
}
.menu_icon {
	display: inline-block;
	width: 40px;
	height: 30px;
	cursor: pointer;
}
.menu_icon span {
	margin: 0 auto;
	position: relative;
	top: 12px
}
.menu_icon span:after, .menu_icon span:before {
	position: absolute;
	content: ''
}
.menu_icon span, .menu_icon span:after, .menu_icon span:before {
	width: 40px;
	height: 3px;
	background-color: #B8AC50;
	display: block;
	border-radius: 2px
}
.menu_icon span:before {
	margin-top: -9px;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-delay: .2s, 0s;
	transition-delay: .2s, 0s
}
.menu_icon span:after {
	margin-top: 9px;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-delay: .2s, 0s;
	transition-delay: .2s, 0s
}
.menu_icon.papa span {
	background-color: rgba(0,0,0,0);
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}
.menu_icon.papa span:before {
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-delay: .2s, 0s;
	transition-delay: .2s, 0s
}
.menu_icon.papa span:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: 0s, .2s;
	transition-delay: 0s, .2s
}
.menu_icon.papa span:after {
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-delay: .2s, 0s;
	transition-delay: .2s, 0s
}
.menu_icon.papa span:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition-delay: 0s, .2s;
	transition-delay: 0s, .2s;
	transition-property: margin, transform
}
.header-slide-menu button {
	display: none;
}
.slide_overlay {
	display: none;
	width: 100%;
	background-color: #00000085;
	position: fixed;
	z-index: 6;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
}
.slide_nav {
	position: fixed;
	width: 100%;
	z-index: 999999;
	right: -380px;
	color: #fff;
	height: 100%;
	max-width: 380px;
	overflow-y: scroll;
	padding-top: 20px;
	background-color: #fff;
	top: 0;
}
.slide_nav .h_logo {
	display: inline-block;
	margin: 0 30px 25px;
}
.slide_nav .menu_icon {
	float: right;
	margin-right: 14px;
	margin-top: 6px;
}
.slide_nav nav {
	display: inline-block;
	width: 100%;
	transition: all 0.5s ease 0s;
	padding: 0 34px 25px 35px;
}
.slide_nav nav .menu-main-menu-container {
	width: 100%;
}
.slide_nav nav ul {
	display: inline-block;
	width: 100%;
}
.slide_nav nav ul li {
	color: #212121;
	display: block;
	font-size: 16px;
	position: relative;
	margin-bottom: 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #cccccc38;
}
.slide_nav nav ul li button {
	display: none;
}
.slide_nav nav ul li a {
	color: #212121;
	display: inline-block;
	font-size: 16px;
	line-height: 1.2;
	padding: 15px 15px 15px 15px;
}
.slide_nav nav ul li.menu-item-has-children .sub-arrow {
	position: absolute;
	right: 0;
	width: 28px;
	height: 28px;
	top: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slide_nav nav ul li.menu-item-has-children .sub-arrow:after {
	content: "";
	text-align: center;
	font-family: 'FontAwesome';
	font-size: 18px;
	cursor: pointer;
	color: #000;
	position: absolute;
}
.slide_nav nav ul li.menu-item-has-children .sub-arrow.drowp_down_minus:after {
	content: "" !important;
}
.slide_nav nav ul li:last-child {
	margin-bottom: 0;
	border-bottom: medium none
}
.slide_nav nav ul li.current_page_item > a {
	transition: color .2s linear 0s;
	margin-top: 0;
	color: #B8AC50;
}
.slide_nav nav ul li ul.sub-menu {
	display: none;
	margin-left: 0;
	width: 100%;
	margin-top: 6px;
	background-color: #F8F7EE;
	box-shadow: none;
	position: relative !important;
	visibility: visible;
	opacity: 1;
	transition: unset;
	-webkit-transform: none;
	border-radius: 0;
}
.slide_nav nav ul li ul li {
	margin-bottom: 5px;
	border-bottom: 0;
}
.slide_nav ul li ul li a {
	color: #fff;
	padding: 6px 0 6px 10px;
	font-size: 14px;
	display: block;
}
.slide_nav nav ul li ul li ul {
	background-color: #4e4b4bd9;
	padding: 0 10px;
}
.slide_nav nav ul li ul li ul li a {
	font-size: 14px;
}
}
@media (max-width:768px) {
	

.slide_nav {
	right: -100%;
    max-width: 100%;
}
.h_nav .btn_bg a {
    min-width: 204px;
	text-align:center;
}
.slide_nav .h_nav .btn_bg.btn_b {
	margin: 0 10px 0 15px;
}
.slide_nav .h_nav .btn_bg {
        margin: 0 0 0px;
        padding: 10px 0;
        display: inline-block;
        width: auto;
}


}
@media (max-width:506px) {
.slide_nav .h_nav .btn_bg.btn_b {
    margin: 0;
}
.slide_nav .h_nav .btn_bg {
     display: inline-block;
     width: 100%;
	 margin: 0 0px 0 0;
	 padding:10px 15px;
}
.slide_nav .h_nav .btn_bg a {
    width: 100%;
}



}



/* mobile responsive property end */
