@charset "UTF-8";

/*
Theme Name: Lincoln Lock And Keys
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.2
Requires PHP: 5.6
Version: 3.4
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.ttf') format('truetype'), url('fonts/FontAwesome.svg#FontAwesome') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
* {
	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: #313131;
	line-height: 1.5;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	-webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #1b1c1c;
 opacity: 1; /* Firefox */
 font-family: "Poppins", sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #1b1c1c;
 font-family: "Poppins", sans-serif;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #1b1c1c;
 font-family: "Poppins", 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: "Poppins", sans-serif;
	color: #000;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 15px;
}
h1 {
	font-size: 52px;
}
h2 {
	font-size: 42px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}
p {
	font-size: 16px;
	color: #313131;
	line-height: 1.7;
	padding-bottom: 15px;
	font-family: "Poppins", sans-serif;
}
p:last-child {
	padding-bottom:0;
}
p a {
	color: red;
}
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_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: 0 20px 20px 0px;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.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: #7b7b7b;
	font-size: 14px;
	padding: 14px 15px;
	display: block;
	transition: all 0.3s ease 0s;
}
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;
}
button, .button, input[type="submit"], input[type="button"], input[type="reset"] {
	background-color: #ea564b;
	border: 2px solid #ea564b;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	padding: 10px 25px;
	text-transform: uppercase;
	transition: all 0.6s ease-in 0s;
	display: block;
	text-align: center;
}
button, .button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
	background-color: #fff;
	border: 2px solid #ea564b;
	color: #000
}
textarea {
	height:120px;
	width:100%;
}
.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: 18px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    background-color: #36decd;
    text-align: center;
    padding: 10px 30px;
    transition: all 0.5s ease 0s;
}
.btn:hover {
	background-color: #e38800;
	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;
}
/*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;
}
/*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;
}
/*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;
}
/*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;
}
/*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;
}
/*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: 15px;
	position: absolute;
	top: 0px;
	left: 0;
	right: 8px;
	padding: 10px;
	background-color: #fff;
	margin-left: 10px;
	padding-right: 0
}
/* 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;
}
.img_box img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.img_box, .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 */
nav li button {
	display:none;
}
#siteheader {
	position: relative;
}
.topheader {
	display:inline-block;
	width:100%;
	background-color:#e48d0a;
	padding:13px 0;
}
.topheader .dflex {
	display: flex;
    align-items: center;
    justify-content: end;
}
.topheader p {
	color: #fff;
    text-align: center;
    padding: 0;
	font-size:16px;
	width:40%;
}
.topheader .phone {
	color:#fff;
	font-size:20px;
	display: flex;
    justify-content: end;
}
.topheader .phone a {
	color:#fff;
	font-weight:bold;
	margin-left: 4px;
}
.main_header {
	display: inline-block;
	width: 100%;
	padding: 16px 0;
	box-shadow:2px 0px 9px 1px #e48d0a0f;
}
.main_header .d_flex {
	    justify-content: end;
}
.main_header .h_logo {
	display: inline-block;
    position: absolute;
    top: 1px;
}
.h_nav {
	display: inline-block;
}

.h_nav li {
	padding: 0 20px;
	display: inline-block;
}
.h_nav li a {
	display: block;
    color: #232323;
	font-weight:500;
    font-size: 18px;
    transition: all 0.5s ease 0s;
    font-family: "Poppins", sans-serif;
}
.h_nav li.current_page_item a,
.h_nav li a:hover {
	color: #e48d0a;
	transition: all 0.5s ease 0s;
}
.h_nav li .sub-menu {
	webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	position: absolute;
	min-width: 215px;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	background: #fff;
	padding: 11px 0;
	-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: 3;
	text-align: left;
	transform-origin: 50% 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	border-radius: 5px;
}
.h_nav li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scaleY(100%);
	-ms-transform: scaleY(100%);
	transform: scaleY(100%);
}
.h_nav li .sub-menu li {
	width: 100%;
	padding: 0;
	display: block;
}
.h_nav li .sub-menu li a {
	padding: 6px 25px;
	display: block;
	width: 100%;
}
.h_nav li .sub-menu li a:hover {
	color: #ffa800;
}
.h_nav li.hbtn {
	padding-right: 0;
}
.h_nav li.hbtn a {
	background-color: #36decd;
    padding: 8px 20px;
    font-weight: 600;
}
.h_nav li.hbtn:hover a {
	background-color: #e48d0a;
	color:#fff;
}
.slide_nav {
	display:none;
}
/* header property end */
/* banner property start */
.bannerbar {
	display: inline-block;
	width: 100%;
	position:relative;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
}
.bannerbar:before {
	content:"";
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000006b;
}
.bannerbar .container {
	position:relative;
}
.bannerbar .banner_text {
	display: flex;
	align-items: center;
	height: 100%;
	padding:90px 0;
	width: 60%;
}
.banner_text div {}
.banner_text h1 {
	line-height: 42px;
    text-shadow: 1px 2px 4px #000000;
	margin-bottom: 30px;
}
.banner_text h2 {
	color: #e48d0a !important;
    font-weight: 600;
    text-shadow: 1px 2px 4px #000000;
    line-height: 40px;
}
.banner_text p {}
.banner_text li {
	display:block;
	margin-bottom: 6px;
    position: relative;
    padding-left: 30px;
}
.banner_text li img {
    margin-right: 6px;
    position: absolute;
    left: -4px;
    top: 0;
}
.banner_text .btn_div {
	display: flex;
    align-items: center;
    gap: 30px;
	margin-top: 30px;
}
.banner_text .btn_div .btn {
	background-color: #e38800;
    font-size: 20px;
    text-transform: uppercase;
}
.banner_text .btn_div .phone {
	font-size: 20px;
    text-transform: uppercase;
}
.banner_text .btn_div .phone a {
	color: #fff;
    font-weight: bold;
}
/* banner property end */
/* content property start */
#content {
	position: relative;
}
.light_bg {
	background-color: #fff9f1;
}
.sub_title {
    font-size: 20px;
    text-transform: uppercase;
    color: #36decd;
    position: relative;
    padding: 0 0 5px;
    margin-bottom: 5px;
}
.sub_title:before {
	content: "";
    background-color: #36decd;
    display: inline-block;
    width: 56px;
    height: 2px;
    position: absolute;
    bottom: 0;
}
.title {
	margin-bottom:20px;
	font-weight:600;
	    line-height: 1.1;
}
.btn_div {
	display: flex;
    justify-content: start;
    align-items: center;
	gap: 20px;
}
.btn_div .btn  {
	text-transform: uppercase;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    padding: 7px 18px;
}
.btn_div em {
	font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    font-style: normal;
}
.btn_div .phone {}
.btn_div .phone p {
    padding: 0;
    font-weight: 500;
    line-height: 16px;
}
.btn_div .phone a {
	font-size: 22px;
    color: #e38800;
    font-weight: bold;
}
.slick-dots li {
	margin:0 !important;
}
.slick-dots li button:before {
      font-size: 34px !important;
}
.slick-dots li.slick-active button:before {
	color:#e38800 !important;
}
/* left image right content box property start */
.content_imgwidgetbar {
	display:block;
}
.content_imgwidgetbar .twocolumndiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content_imgwidgetbar .twocolumndiv .img_box {
    width: 36%;
    position: relative;
    padding: 12px 0 0 12px;
}
.content_imgwidgetbar .twocolumndiv .img_box:before {
	content:"";
	background-color: #36decd;
    position: absolute;
    width: 90%;
    height: 90%;
    left: 0;
    top: 0;
    z-index: -1;
}
.content_imgwidgetbar .twocolumndiv .text_box {
    width: 58%;
}
.content_imgwidgetbar .twocolumndiv .text_box h3 {
	text-transform:capitalize;
}
.content_imgwidgetbar .twocolumndiv .text_box ul {
}
.content_imgwidgetbar .twocolumndiv .text_box ul li {
    display: block;
    margin: 4px 0;
    position: relative;
    padding-left: 22px;
}
.content_imgwidgetbar .twocolumndiv .text_box ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #07344e;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top:11px;
}
.content_imgwidgetbar .twocolumndiv .text_box .phone_strip {
    width: 100%;
    font-weight: 600;
    border-left: 4px solid #36decd;
    padding: 0 0 0 20px;
    margin-bottom: 30px;
}
.content_imgwidgetbar .twocolumndiv .text_box .phone_strip a {
	color: #e38800;
    font-weight: 400;
}
/* left image right content box property end */
/* brandservicebar property start */
.brandservicebar {
	display:block;
}
.brandservicebar .brandslide {
    width: 100%;
    margin: 0 auto;
}
.brandservicebar .brandslide li {
    display: flex;
    align-items: center;
    width: 25%;
    text-align: center;
    justify-content: center;
}
.brandservicebar .brandslide li h5 {
	border:1px solid #ccc;
	font-weight:bold;
	padding:25px;
}
.brandservicebar .brandslide li img {
 max-width: 130px;
}
/* brandservicebar property end */
/* our services property start */
.ourservicesbar {
	display:block;
	background-color:#fafbfb;
}
.ourservicesbar .headingbar {
	display:block;
}
.ourservices_widgetbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	gap: 20px
}
.ourservices_widgetbar .itemslide {
    width: 32%;
    box-shadow: 0 0 10px #d3d3d3;
    background-color: #fff;
	margin:13px;
}
.ourservices_widgetbar .itemslide .img_box {
	display:block;
}
.ourservices_widgetbar .itemslide .text_box {
	display: block;
    padding: 20px;
}
.ourservices_widgetbar .itemslide .text_box h5 {
    font-weight: 500;
    margin-bottom: 4px;
}
.ourservices_widgetbar .itemslide .text_box p {
	font-size: 16px;
    line-height: 1.5;
}
.ourservices_widgetbar .itemslide .text_box .btn {
	font-size: 15px;
    padding: 3px 12px;
    border-radius: 4px;
}
/* our services property end */
/* call strip property start */
.callstrip {
	display:block;
	background-color: #e6961f;
}
.callstrip .stripbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.callstrip .stripbar .content {
	width:64%;
}
.callstrip .stripbar .content h3 {
    font-weight: 600;
}
.callstrip .stripbar .content p {	
}
.callstrip .stripbar .btn_div {
    display: block;
    text-align: center;
}
.callstrip .stripbar .btn_div em {
    display: block;
    text-align: center;
    padding: 4px 0 0;
}
.callstrip .stripbar .btn {
	color: #000;
    background-color: #36decd;
    font-size: 18px;
    min-width: 200px;
}
.callstrip .stripbar .btn_div .phone {
    display: flex;
    align-items: center;
    gap: 10px;
}
.callstrip .stripbar .btn_div .phone p {
    font-size: 20px;
    text-transform: uppercase;
}
.callstrip .stripbar .btn_div .phone a {
	font-size: 20px;
    color: #000;
}
.callstrip .stripbar h4 {
	margin:0;
	font-weight:400;
}
/* call strip property end */
/* map Content bar property start */
.mapcontentbar {
    display: flex;
    justify-content: space-between;
    background-color: #36decd;
}
.mapcontentbar .mapbar {
	width:50%;
}
.mapcontentbar .mapbar iframe {}
.mapcontentbar .content {
	width:50%;
	padding:60px 70px;
}
.mapcontentbar .content > div {
/*	width:82%;*/
	width:534px;
}
.mapcontentbar .content p {}
	
.mapcontentbar .content li {
	position:relative;
    padding: 0 0 10px 26px;
}
.mapcontentbar .content li:before {
    content: "";
    font-family: 'FontAwesome';
    color: #000;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
}
.mapcontentbar .content .btn_div {
	margin-top:20px;
}
.mapcontentbar .content .btn_div .btn {
	background-color:#e38800;
}
/* map Content bar property end */
/* form property start */
.form_widgetbar {
	display:block;
}
.form_widgetbar .headingbar {
	    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}
.form_widgetbar .headingbar h2 {
    margin-bottom: 20px;
}
.formbox {
	display:block;
    text-align: center;
}

.formbox ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    width: 70%;
    margin: 0 auto;
}
.formbox ul li {
    width: 48%;
    text-align: left;
}
.formbox ul li:nth-last-child(2) {
	width: 100%;
}
.formbox ul li:last-child {
    width: 100%;
    text-align: center;
}
.formbox p,
.formbox ul li p {
	padding:0;
}
.formbox ul li textarea,
.formbox ul li input {
   background-color: #fff;
    box-shadow: 0 0 5px #b3b3b3;
    width: 100%;
}
.formbox ul li .btn {
	width:auto;
    color: #ffff;
    padding: 10px 30px;
    margin: 0 auto;
    text-transform: capitalize;
    background-color: #e38800;
    border-color: #e38800;
}
.formbox ul li .btn:after {
	display:none;
}
/* form property end */
/* faq page property start */
.faq_section {
	display: inline-block;
	width: 100%;
   background-color:#e2f5f3;
}
.faq_section .headingbar {
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}

.faq_section ul {
    text-align: left;
    width: 70%;
    margin: 0 auto;
}
.faq_section ul li {
	display: block;
	margin-bottom: 18px;
	background-color: #fff;
	border-radius: 10px;
	overflow:hidden;
	box-shadow: 0 0 10px #e5e5e5;
}
.faq_section ul li .question {
	display: block;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
	color: #343434;
	cursor: pointer;
	padding: 16px 40px 16px 20px;
	position: relative;
}
.faq_section ul li .question:after {
	content: "";
	width: 12px;
	height: 2px;
	background-color: #e38800;
	display: inline-block;
	position: absolute;
	right: 22px;
	top: 30px;
}
.faq_section ul li .question:before {
	content: "";
	width: 12px;
	height: 2px;
	background-color: #e38800;
	display: inline-block;
	transform: rotate(90deg);
	position: absolute;
	right: 22px;
	top: 30px;
}
.faq_section ul li .minus:after {
	background-color: #fff;
}
.faq_section ul li .question.minus {
    background-color: #e38800;
    color: #fff;
}
.faq_section ul li .answer {
	display: none;
	border-top: 1px solid #d4d4e1;
	padding: 20px 40px 20px 20px;
}
.faq_section ul li .answer p {
	font-size: 16px;
	line-height: 1.7;
}
.faq_section .btn_div {
}
.faq_section .btn_div .btn {
	color: #fff;
	transition: all 0.5s ease 0s;
}
.faq_section .btn_div .btn img {
	width: 22px;
	opacity: 1;
	margin: 0 0 0px 10px;
	transform: rotate(-40deg);
}
.faq_section .btn:hover {
	background-color: #000;
	transition: all 0.5s ease 0s;
}
/* faq page property end */
/* our blog property start */
.ourblogsbar {
	display:block;
	background-color:#fafbfb;
}
.ourblogsbar .headingbar {
	display:block;
}
.faq_section .headingbar .sub_title:before,
.ourservice_tabbar .headingbar .sub_title:before,
.form_widgetbar .headingbar .sub_title:before,
.ourblogsbar .headingbar .sub_title:before,
.brandservicebar .headingbar .sub_title:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.ourblogs_widgetbar {
 /*   display: flex;*/
    flex-wrap: wrap;
    justify-content: start;
	gap: 0px
}
.ourblogs_widgetbar .itemslide {
    width: 31%;
    box-shadow: 0 0 10px #d3d3d3;
    background-color: #fff;
	margin:14px;

}
.ourblogs_widgetbar .itemslide .img_box {
	position:relative;
	width:100%;
}
.ourblogs_widgetbar .itemslide .img_box .date {
	font-size:14px;
	background-color:#e38800;
	color:#000;
	position:absolute;
	bottom:0;
	left:0;
	padding:6px 12px;
	font-weight:500;
}
.ourblogs_widgetbar .itemslide .text_box {
	display: block;
    padding: 20px;
}
.ourblogs_widgetbar .itemslide .text_box h6 {
    font-weight: 500;
	font-size:18px;
}
.ourblogs_widgetbar .itemslide .text_box p {
	font-size: 16px;
    line-height: 1.5;
}
.ourblogs_widgetbar .itemslide .text_box .link {
	font-size:14px;
	color:#e38800;
	position:relative;
	text-transform:uppercase;
}

.ourblogs_widgetbar .itemslide .text_box .link:after {
    content: "";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-left: 10px;
}
/* our blog property end */
/* service tabs property start */
.ourservice_tabbar {
	display:block;
	background-color:#e2f5f3;
}
.ourservice_tabbar .headingbar {
	margin-bottom:30px;
}
.tab_widgetbar {
	display:block;
}
.tab_widgetbar .tab {
  display: flex;
    justify-content: space-between;
    gap: 13px;
	margin-bottom:40px;
}
.tab_widgetbar .tab button {
  background-color: #36decd;
  color:#000;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 20px;
  text-transform:capitalize;
  flex:1;
}
.tab_widgetbar .tab button:hover,
.tab_widgetbar .tab button.active {
  background-color: #e38800;
  color:#fff;
}

.tab_widgetbar .tabcontent {
  display: none;
  padding: 6px 0px;
  border-top: none;
  width:100%;
  margin:0 auto;
}
.tab_widgetbar .twocolumndiv,
.tabcontent .twocolumndiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tabcontent .twocolumndiv .content {
	
}
.tab_widgetbar .twocolumndiv .content .img_box,
.tabcontent .twocolumndiv .content .img_box {
	width: 40%;
	float: right;
    margin: 0 0px 30px 30px;
}
.tab_widgetbar .twocolumndiv .content ul,
.tabcontent .twocolumndiv .content ul {
	padding-left: 20px;
}
.tab_widgetbar .twocolumndiv .content ul.two_flex {
	display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
	margin-bottom:15px;
	padding-left:0;
}
.tab_widgetbar .twocolumndiv .content ul.two_flex li {
	width:46%;
	margin-left:4%;
}
.tab_widgetbar .twocolumndiv .content ul.two_flex li:before {
/*	content:"";
	width:6px;
	height:6px;
	color:#000;
	border-radius:100%;*/
}
.tab_widgetbar .twocolumndiv .content li,
.tabcontent .twocolumndiv .content li {
	display: list-item;
    margin-bottom: 10px;
	width:100%;
}
.tab_widgetbar .twocolumndiv .content .img_box,
.tabcontent .twocolumndiv .img_box {
    width: 36%;
    position: relative;
    padding: 12px 0 0 12px;
}
.tab_widgetbar .twocolumndiv .content .img_box:before,
.tabcontent .twocolumndiv .img_box:before {
	content:"";
	background-color: #36decd;
    position: absolute;
    width: 90%;
    height: 90%;
    left: 0;
    top: 0;
}
.tab_widgetbar .twocolumndiv .content .img_box img,
.tabcontent .twocolumndiv .img_box img {
	position:relative;
	z-index:4;
}
.tabcontent .twocolumndiv .text_box {
    width: 58%;
}
.tabcontent .twocolumndiv .text_box h3 {
	text-transform:capitalize;
}
.tabcontent .twocolumndiv .text_box ul {
}

.tabcontent .twocolumndiv .text_box ul li {
    display: block;
    margin: 4px 0;
    position: relative;
    padding-left: 22px;
}
.tabcontent .twocolumndiv .text_box ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #07344e;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top:11px;
}
.tabcontent .twocolumndiv .text_box .phone_strip {
    width: 100%;
    font-weight: 600;
    border-left: 4px solid #36decd;
    padding: 0 0 0 20px;
    margin-bottom: 30px;
}
.tabcontent .twocolumndiv .text_box .phone_strip a {
	color: #e38800;
    font-weight: 400;
}
.tabcontent .twocolumndiv .text_box .btn_div {
	margin-top:20px;
}
/* service tabs property end */


/* content property end */
/* footer property start */
#sitefooter {
	position: relative;
}
.footerbar {
	display:block;
	background-color:#ce8b27;
}
.footer_widgetbar {
	display: flex;
    justify-content: space-between;
    gap: 20px;
}
.footer_widgetbar .footer_itembar {
	flex: 1;
}
.footer_widgetbar .footer_itembar h4 {}
.footer_widgetbar .footer_itembar .f_logo {
    margin-bottom: 20%;
	display:block;
}
.footer_widgetbar .footer_itembar .social_icon {
    display: flex;
    justify-content: start;
    gap: 20px;
}
.footer_widgetbar .footer_itembar .social_icon li {
    width: 46px;
    height: 46px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.footer_widgetbar .footer_itembar .social_icon li img {}
.footer_widgetbar .footer_nav li {
display: block;
    font-size: 18px;
    padding: 0px 0 8px 20px;
    position: relative;
}
.footer_widgetbar .footer_itembar .working_hours {
	display:inline-block;
	width:100%;
}
.footer_widgetbar .footer_itembar .working_hours li {
	display:inline-block;
	width:100%;
	margin-top:3px;
}
.footer_widgetbar .footer_itembar .working_hours li span{
	display:inline-block;
	padding-right:10px;
}
.footer_widgetbar .footer_nav li:before {
    content: "";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    left: 0;
    top: 0px;	
}
.footer_widgetbar .footer_nav li a {
	color:#fff;
}
.footer_widgetbar .footer_nav li:hover:before {
	color:#000 !important;
}
.footer_widgetbar .footer_nav li:hover a {
	color:#000 !important;
}
.footer_widgetbar .footer_address {}
.footer_widgetbar .footer_address p {
    position: relative;
    font-size: 18px;
    padding: 0px 0 5px 30px;
}
.footer_widgetbar .footer_address p .fa {
    color: #fff;
    position: absolute;
    left: 0;
    top: 6px;
}
.footer_widgetbar .footer_address strong {
	display:inline-block;
	margin-top:10px;
}
.footer_widgetbar .footer_address a {
	color:#fff;
}
.copyright {
    display: inline-block;
    width: 100%;
    background-color: #ce7d03;
    padding: 16px 0;
}
.copyright p {
	font-size: 15px;
	color:#fff;
	line-height: normal;
	padding-bottom: 0;
}
/* footer property end */

/* crushed page property start */
.inner_banner {
    display: block;
    background-color: #e48d0a0f;
}

.inner_banner {
	display:block;
}
.inner_banner h1 {
    margin: 0;
	font-weight:600;
	line-height: 1.1;	
}
.inner_banner .b_date {
	margin-top:20px;
	display:inline-block;
	width:100%;
}







/* Contact Page property start */
.contact_page_form_sec {
	display:inline-block;
	width:100%;
}
.contact_page_form_sec .d_flex_div {
    align-items: start;
}
.contact_page_form_sec .text_box {
	width: 45%;
}
.contact_page_form_sec .text_box p {

}
.contact_page_form_sec .text_box .address_box {
    padding: 4px 0 20px;
    display: block;
	width:60%;
}
.contact_page_form_sec .text_box .address_box p {
    padding: 0 0 16px 40px;
    width: 100%;
    position: relative;
}
.contact_page_form_sec .text_box .phone_box .fa,
.contact_page_form_sec .text_box .address_box .fa {
    background-color: #f5f5f5;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    color: #e48d0a;
    float: left;
    margin: 0 18px 0 0;
    position: absolute;
    left: 0;
    top: 0px;
}
.contact_page_form_sec .text_box .phone_box {
	padding: 10px 0 20px;
    display: block;
    width: 60%;
    border-top: 1px solid #efefef;
}
.contact_page_form_sec .text_box .address_box h4,
.contact_page_form_sec .text_box .phone_box h4 {
	color:#e48d0a;
	margin-bottom:10px;
}
.contact_page_form_sec .text_box .phone_box p {
	    padding: 0 0 16px 40px;
    width: 100%;
    position: relative;
}
.contact_page_form_sec .text_box .phone_box a {
    color: #515151;
    line-height: 1.5;
    font-weight: 600;
}

.contact_page_form_sec .form_box {
   display: inline-block;
    background-color: #e2f5f3;
    padding: 30px;
    border-radius: 10px;
    width: 50%;
}
.contact_page_form_sec .form_box ul {
}
.contact_page_form_sec .form_box ul li {
    display: inline-block;
	width:100%;
    margin-bottom: 10px;
}
.contact_page_form_sec .form_box ul li:last-child {
	margin:10px 0 0 0;
}
.contact_page_form_sec .form_box ul li label {
	color: #000;
    font-size: 16px;
    margin-bottom: 4px;
    display: block;
    padding: 0;
}
.contact_page_form_sec .form_box ul li textarea,
.contact_page_form_sec .form_box ul li input {
    font-size: 16px;
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    font-weight: 500;
	box-shadow:0 0 2px #c3c3c3;
}
.contact_page_form_sec .form_box ul li textarea {
	height:150px;
}
.contact_page_form_sec .form_box ul li input[type="submit"] {
  font-size: 18px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    background-color: #000;
    text-align: center;
    border-radius: 30px;
    padding: 13px 30px;
    border: 0;
    text-transform: capitalize;
    width: auto;
}
.map_wigetbar {
	display:block;
	background-color: #ce8b27;
}
.map_wigetbar iframe {
	width:100%;
	height:450px;
}
/* contact page property end */

/* single blog page property start */
.singleblog {
	display:block;
}
.singleblog h2, .singleblog h3, .singleblog h4, .singleblog h5 {
	font-weight:500;
}
.singleblog p {
	padding-bottom:25px;
	line-height:1.7;
}
.singleblog ul {
	padding-bottom:25px;
	display:inline-block;
	width:100%;
}
.singleblog ul li {
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding-left: 25px;
	line-height:1.7;
    position: relative;
}
.singleblog ul li:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 14px;
    top: 3px;
    cursor: pointer;
    position: absolute;
    color: #e48d0a;
    left: 0;
}
.singleblog figure {
	    display: block;
    width: 80%;
    margin: 0 auto 30px;
    text-align: center;
}
.singleblog .btn_div {
	justify-content: end;
    margin: 30px 0 0;
}
.singleblog .btn_div .btn {
    font-size: 16px;
}

/* single blog page property end */


/* Blog Page property start */
.custom_blog_bar {
	display:inline-block;
	width:100%;
	padding:60px 0;
}
.custom_blog_bar .blog_wrapper_full {
	display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px 2%;
}
.custom_blog_bar .blog_wrapper_full li {
    width: 32%;
	position:relative;
    background-color: #f8f8f8;
	transition: all .2s linear 0s;
}
.custom_blog_bar .blog_wrapper_full li:hover {
	box-shadow:0 0 8px 2px #00000026;
	transition: all .2s linear 0s;
}
.custom_blog_bar .blog_wrapper_full li.no_result {
	display: block;
    width: 100%;
    padding: 20px;
}
.custom_blog_bar .blog_wrapper_full li.no_result p {
	padding:0;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_img {
	position:relative;
    height: 200px;
    background-color: #f8f8f8;
	transition: all .2s linear 0s;
	overflow:hidden;
}

.custom_blog_bar .blog_wrapper_full li .blog_box_img a {
	    display: inline-block;
    width: 100%;
    height: 100%;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_img img {
	transform: scale(1);
	width:100%;
	height:100%;
	object-fit: cover;
	transition: all .2s linear 0s;
}
.custom_blog_bar .blog_wrapper_full li:hover .blog_box_img img {
	transform: scale(1.2);
	transition: all .2s linear 0s;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_img .cat {
	width:90%;
    position: absolute;
    bottom: 16px;
    left: 0;
    background-color: #000;
    padding: 6px 16px;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_img .cat span {
	margin-right:4px;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_img .cat span:after {
	content:",";
    font-size: 22px;
    line-height: 14px;
    display: inline-block;
    vertical-align: inherit;
    font-weight: 100;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_img .cat span:last-child {
	margin-right:0;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_img .cat span:last-child:after {
	display:none;
	
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content {
    padding: 20px 20px 50px 20px;
	display:block;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content .cat {
    font-size: 16px;
    color: #939393;
    line-height: 1.1;
    padding: 0 0px 12px 80px;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content .cat:before {
	content:"Category:";
    display: inline-block;
    margin: 0 2px 0 -80px;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content .cat span {
/*	font-size: 14px;*/
    color: #939393;
	padding-right: 4px;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content .cat span:after {
	content:",";
	
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content .cat span:last-child {
	padding-right:0;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content .cat span:last-child:after {
	display:none;
}


.custom_blog_bar .blog_wrapper_full li .blog_box_content .blog_date {
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content .blog_date span {}
.custom_blog_bar .blog_wrapper_full li .blog_box_content h4,
.custom_blog_bar .blog_wrapper_full li .blog_box_content h5 {
	font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 14px;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content h5 a {
	color:#000;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content .blog_admin_post {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    padding: 0 20px;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content .blog_admin_post .author_img {
display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #e9eaf0;
    border-radius: 100%;
	overflow:hidden;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content .blog_admin_post .author {
	width: 74%;
    display: flex;
    align-items: center;
    justify-content: start;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content .blog_admin_post .author .blog_date,
.custom_blog_bar .blog_wrapper_full li .blog_box_content .blog_admin_post .author .name {
    line-height: normal !important;
    padding: 0 10px 0 0px;
    margin-right: 10px;
    font-size: 16px;
    color: #939393;
    border-right: 1px solid #c7c7c7;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content .blog_admin_post .author .blog_date {
	border-right:0;
}

/* pagination property start */
.pgntn-page-pagination1 {
	display:inline-block;
	width:100%;
	margin-top:30px;
}
.pgntn-page-pagination1 .pgntn-page-pagination-block .page-numbers,
.navigation.pagination .page-numbers {
	padding: 3px 10px;
    background-color: #f9f9f9;
    border-radius: 3px;
	color: #000;
}
.pgntn-page-pagination1 .pgntn-page-pagination-block .page-numbers.current,
.navigation.pagination .page-numbers.current {
    background-color: #ce8b27;
    color: #fff;
   }

.post-navigation .nav-links {
	    display: flex;
    align-items: center;
    justify-content: center;
}
.post-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-previous {
	
}
.post-navigation .nav-links > div {
	 border-right: 1px solid #ccc;
}
.post-navigation .nav-links > div:last-child {
    border: 0;
}
.post-navigation .nav-links .meta-nav {
	display: flex;
    align-items: center;
    color: #4c1130;
    padding: 0 10px;
}
.post-navigation .nav-links .meta-nav svg {
	color: #fff;
    background-color: #4c1130;
    border-radius: 4px;
    margin: 0 10px;
}
.pgntn-page-pagination1 .pgntn-page-pagination-block {
    display: block;
    text-align: center;
}

/* pagination property end */

/* about page property start */
.aboutcontentbar {
	display:inline-block;
	width:100%;
	background-color: #e2f5f3;
}
.aboutcontentbar .content {
	
}
.aboutcontentbar .content .img_box {
    width: 40%;
    float: right;
    margin: 0 0px 30px 30px;
    position: relative;
    padding: 0 20px 20px 0;
}
.aboutcontentbar .content .img_box img {
	position:relative;
	z-index:2;
}
.aboutcontentbar .content .img_box:before {
	content:"";
    background-color: #36decd;
    position: absolute;
    width: 90%;
    height: 90%;
    right: 0;
    bottom: 0;
}
.aboutcontentbar .content ul {
	padding-left: 20px;
}
.aboutcontentbar .content li {
	display: list-item;
    margin-bottom: 10px;
	width:100%;
}
.aboutcontent_listbar {
	display:block;
}
.aboutcontent_listbar ul {
	margin: 10px 0 10px;
}
.aboutcontent_listbar li {
	    position: relative;
    padding: 0 0 10px 26px;
	display:block;
}
.aboutcontent_listbar li:before {
    content: "";
    font-family: 'FontAwesome';
    color: #000;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
}
.aboutcontent_listbar .btn_div {
    margin: 20px 0 0;
}
/* about page property start */
/* service page property start */
.service_pagebar .tab_widgetbar {}
.service_pagebar .tab_widgetbar .twocolumndiv:nth-child(2n) {
    background-color: #e2f5f3;
}
.servicespage_widgetbar {
    justify-content: start;
}
.servicespage_widgetbar .itemslide {
    margin: 0;
}

/* service page property end */
/* service single page property start */
.full_content {
	display:block;
}
.full_content ol,
.full_content ul {
    padding: 0 0 0 26px;
	margin: 0 0 20px 0;
}
.full_content ol li,
.full_content ul li {
	    display: list-item;
    width: 100%;
    margin: 0 0 8px;
    font-size: 18px;
    color: #424242;
    font-weight: 400;
}
/* service single page property end */
/* service areas page property start */

.serviceareas_contentbar {
	display:block;
}
.serviceareas_contentbar .btn_div {
	justify-content: center;
    margin: 20px 0 0;
}
.offer_zipbar {
	display: block;
    background-color: #e2f5f3;
}
.offer_zipwidgetbar {
	    display: flex;
    justify-content: space-between;
}
.offer_zipwidgetbar h3 {
	font-weight: 500;
}
.offer_zipwidgetbar .service_area_box {
	width: 48%;
}
.offer_zipwidgetbar .service_area_box ul {
	margin:0 0 30px 0;
}
.offer_zipwidgetbar .service_area_box li {
    font-size: 16px;
    color: #313131;
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 6px;
    padding: 0 0 0 15px;
}
.offer_zipwidgetbar .service_area_box li a {
	font-size: 16px;
    color: #313131;
}
.offer_zipwidgetbar .service_area_box li:before {
	content:"";
	display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #7f7f7f;
    border-radius: 40px;
    position: absolute;
    left: 0;
    top: 9px;
}

.offer_zipwidgetbar .zip_code {
    width: 48%;
}
.offer_zipwidgetbar .zip_code ul {
	display: flex;
    flex-wrap: wrap;
    gap: 10px 2%;
	margin:0 0 30px 0;
}
.offer_zipwidgetbar .zip_code li {
    font-size: 16px;
    color: #313131;
    background-color: #c8e3e0;
    padding: 6px 16px;
    border-radius: 4px;
    line-height: 19px;
	width:18%;
}


/* service areas page property end */
/* mobile responsive property start */
@media (max-width:1230px) {
.container {
	max-width: 1100px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 23px;
}
h5 {
    font-size: 21px;
}
h6 {
    font-size: 18px;
}
.h_nav li {
    padding: 0 12px;
}




.ourservices_widgetbar .itemslide .text_box p,
.ourblogs_widgetbar .itemslide .text_box p {
    font-size: 15px;
}
.mapcontentbar .content {
    padding: 40px 40px;
}
.mapcontentbar .content > div {
    width: 465px;
}
footer_widgetbar .footer_itembar .f_logo {
    margin-bottom: 12%;
}
.footer_widgetbar .footer_itembar .social_icon {
    gap: 12px;
}
.footer_widgetbar .footer_nav li {
    font-size: 15px;
}
.footer_widgetbar .footer_address p {
    font-size: 15px;
}
.footer_widgetbar .footer_itembar .social_icon li {
    width: 40px;
    height: 40px;
}



}
@media (max-width:1100px) {
.container {
	max-width: 992px;
}
.py_6 {
    padding: 40px 0;
}
h1 {
    font-size: 42px;
}
h2 {
   font-size: 32px;
}
.topheader {
    padding: 8px 0;
}
.main_header {
    padding: 14px 0;
}
.main_header .h_logo {
    width: 110px;
}
.topheader .phone {
    font-size: 18px;
}
.h_nav li {
   padding: 0 10px;
}
.h_nav li a {
    font-size: 16px;
}
.h_nav li.hbtn a {
    padding: 5px 18px;
    font-size: 15px;
}
.bannerbar .banner_text {
    padding: 60px 0;
    width: 68%;
}
.banner_text h1 {
    margin-bottom: 12px;
}
.banner_text .btn_div .phone,
.banner_text .btn_div .btn {
    font-size: 17px;
}
.btn_div .btn {
   font-size: 17px;
}
.btn_div .phone a {
   font-size: 20px;
}
.btn_div .phone p {
  font-size: 15px;
}
.tab_widgetbar .tab button {
    padding: 12px 14px;
    font-size: 17px;
}
.tab_widgetbar .tabcontent {
    width: 100%;
	padding:0;
}
.tabcontent .twocolumndiv .img_box {
    width: 39%;
}
.tabcontent .twocolumndiv .text_box {
    width: 57%;
}
.mapcontentbar .content > div {
   width: 410px;
}
.custom_blog_bar .blog_wrapper_full li {
	width:49%;
}
.ourservices_widgetbar .itemslide {
    width: 31.9%;
}

}

@media (max-width:992px) {
.container {
	max-width: 768px;
}
.four_column li, .three_column li {
	width: 50% !important;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
.py_6 {
    padding: 40px 0;
}
.mt_3 {
	margin-top:20px;
}
.title {
    margin-bottom: 15px;
}
.h_logo {
	width:190px;
}
.h_nav li {
    padding: 0 6px;
}
.h_nav li a {
    font-size: 15px;
}
.content_imgwidgetbar .twocolumndiv {
    flex-wrap: wrap;
}
.content_imgwidgetbar .twocolumndiv .img_box {
	width: 80%;
    margin: 0 auto;
}
.content_imgwidgetbar .twocolumndiv .text_box {
    width: 100%;
    padding: 30px 0 0;
}
.tabcontent .twocolumndiv {
    flex-wrap: wrap;
}
.tabcontent .twocolumndiv .img_box {
    width: 100%;
}
.tabcontent .twocolumndiv .text_box {
    width: 100%;
}
.tabcontent .twocolumndiv .img_box {
   width: 80%;
   margin: 0 auto 30px;
}
.callstrip .stripbar {
    flex-wrap: wrap;
}
.callstrip .stripbar .content {
    width: 100%;
    text-align: center;
}
.callstrip .stripbar .btn_div {
    display: block;
    text-align: center;
    width: 100%;
    margin: 20px 0 0;
}
.callstrip .stripbar .btn_div .phone {
    justify-content: center;
}
.mapcontentbar {
    flex-wrap: wrap;
}
.mapcontentbar .mapbar {
    width: 100%;
}
.mapcontentbar .mapbar iframe {
    height: 300px;
}
.mapcontentbar .content {
    padding: 40px 40px;
    width: 100%;
}
.mapcontentbar .content > div {
   width: 100%;
}
.faq_section ul {
    width: 100%;
}
.formbox ul {
    gap: 20px;
    width: 100%;
}
.tab_widgetbar .tab {
    gap: 6px;
    margin-bottom: 22px;
}
.tab_widgetbar .tab button {
   padding: 12px 8px;
   font-size: 14px;
   font-weight: 700;
}

.footer_widgetbar {
    flex-wrap: wrap;
}
.footer_widgetbar .footer_itembar {
    flex: auto;
}

.tab_widgetbar .twocolumndiv .content .img_box {
    width: 49%;
}
.servicespage_widgetbar .itemslide {
    width: 31.5%;
}
.contact_page_form_sec .text_box .address_box {
    width: 80%;
}
.offer_zipwidgetbar {
    flex-wrap: wrap;
}
.offer_zipwidgetbar .zip_code,
.offer_zipwidgetbar .service_area_box {
    width: 100%;
}
}

@media (max-width:768px) {
.container {
	max-width: 100%;
}
.four_column li, .three_column li, .two_column li {
	width: 100% !important;
}
.py_6 {
    padding: 40px 0;
}
h1 {
        font-size: 32px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
.title {
   margin-bottom: 10px;
   line-height: 1.2;
}
.topheader .dflex {
    flex-wrap: wrap;
}
.topheader p {
    font-size: 13px;
    width: 100%;
	justify-content: end;
    display: flex;
}
.bannerbar .banner_text {
    padding: 50px 0;
    width: 100%;
}
.content_imgwidgetbar .twocolumndiv .text_box .phone_strip {
    margin-bottom: 20px;
}
.ourservices_widgetbar .itemslide .text_box h5 {
    font-size: 18px;
}
.ourservices_widgetbar .itemslide .text_box p, .ourblogs_widgetbar .itemslide .text_box p {
   font-size: 14px;
}
.callstrip .stripbar .content h3 {
    font-size: 22px;
}
.mapcontentbar .content {
   padding: 30px 30px;
}
.form_widgetbar .headingbar {
    margin-bottom: 0;
}
.tab_widgetbar .tab {
        overflow-x: scroll;
}
.tab_widgetbar .tab button {
    width: auto;
    flex: 0 0 auto;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_img {
	height:150px;
}
.tab_widgetbar .twocolumndiv .content .img_box {
        width: 470px;
        margin: 20px auto;
        display: block;
        max-width: 100%;
        text-align: center;
        float: none;
}
.ourservices_widgetbar .itemslide {
     width: 48%;
}
.full_content ol li, .full_content ul li {
    margin: 0 0 10px;
    font-size: 16px;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content h4, .custom_blog_bar .blog_wrapper_full li .blog_box_content h5 {
    font-size: 16px;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_content .blog_admin_post .author .blog_date {
    font-size: 14px;
}
.contact_page_form_sec .d_flex_div {
    flex-wrap: wrap;
}
.contact_page_form_sec .form_box,
.contact_page_form_sec .text_box {
    width: 100%;
}
.contact_page_form_sec .text_box .address_box {
    width: 100%;
}
}

@media (max-width:768px) {
.h_nav {
	display: none;
}

.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: #fff;
}
.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: #000;
	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: 1;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
}
.slide_nav {
	position: fixed;
	width: 100%;
	z-index: 102;
	right: -380px;
	color: #fff;
	height: 100%;
	max-width: 380px;
	overflow-y: scroll;
	padding-top: 28px;
	background-color: #333;
	top: 0;
}
.slide_nav .menu_icon {
	float: right;
	margin-right: 14px;
}
.slide_nav nav {
	display: inline-block;
	width: 100%;
	transition: all 0.5s ease 0s;
	padding: 38px 25px;
}
.slide_nav nav .menu-main-menu-container {
	width: 100%;
}
.slide_nav nav ul {
	display: inline-block;
	width: 100%;
}
.slide_nav nav ul li {
	color: #fff;
	display: block;
	font-size: 16px;
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}
.slide_nav nav ul li button {
	display: none;
}
.slide_nav nav ul li a {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	line-height: 1.2;
	padding-right: 28px
}
.slide_nav nav ul li.menu-item-has-children .sub-arrow {
	position: absolute;
	right: 0;
	width: 28px;
	height: 28px;
	top: 0;
	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: #fff;
	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: #f5821f;
}
.slide_nav nav ul li ul {
	display: none;
	margin-left: 0;
	width: 100%;
	margin-top: 6px;
	background-color: #3e3e3e;
}
.slide_nav nav ul li ul li {
	margin-bottom: 5px
}
.slide_nav ul li ul li a {
	padding: 6px 0 6px 10px;
	text-transform: inherit;
	font-size: 14px;
}
.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:576px) {
.container {
	padding: 0 16px;
}
body {
    font-size: 15px;
}
h1 {
 font-size: 24px;
}
h2 {
   font-size: 22px;
}
p {
    font-size: 15px;
}
.sub_title {
    font-size: 14px;
}
.sub_title:before {
   bottom: 4px;
}
.banner_text h1 {
    margin-bottom: 4px;
    line-height: normal;
}
.banner_text h2 {
   line-height: 26px;
}
.banner_text .btn_div {
    gap: 9px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.banner_text .btn_div .phone, .banner_text .btn_div .btn {
   font-size: 16px;
}
.fabric_itemsbar .itemsbar:nth-child(2) .item:nth-child(1) .icon:nth-child(1) {
    width: auto;
}
.tab_widgetbar .tab {
   overflow-x: scroll;
}
.tab_widgetbar .tab button {
    width: auto;
    flex: 0 0 auto;
}
.tabcontent .twocolumndiv .content .img_box {
    width: 90%;
    float: none;
    margin: 0 auto 20px;
    text-align: center;
}
.mapcontentbar .content li {
    font-size: 15px;
    padding: 0 0 6px 26px;
}
.mapcontentbar .content .btn_div {
    margin-top: 20px;
    flex-wrap: wrap;
}
.formbox ul {
    gap: 15px;
    width: 100%;
}
.formbox ul li {
    width: 100%;
    text-align: left;
}
.custom_blog_bar .blog_wrapper_full li {
	width:100%;
}
.footer_widgetbar .footer_itembar {
     flex: auto;
    width: 100%;
}
.footer_widgetbar .footer_itembar .f_logo {
    margin-bottom: 14px;
}
.aboutcontentbar .content .img_box {
    width: 100%;
}
.servicespage_widgetbar .itemslide {
	width: 410px;
    max-width: 100%;
    margin: 0 auto;	
}
.inner_banner h1 {
    line-height: 1.2;
}
.custom_blog_bar .blog_wrapper_full li .blog_box_img {
     height: auto;
     margin: 0 auto;
     max-width: 100%;
}
.full_content .alignleft,
.full_content .alignright {
    margin: 0 auto 10px;
    float: none;
    width: 410px;
    max-width: 100%;
}
.faq_section ul li .question {
    font-size: 16px;
	padding:10px 30px 10px 10px;
}
.faq_section ul li .question:after,
.faq_section ul li .question:before {
    right: 10px;
}
.faq_section ul li .answer {
    padding: 20px 20px 20px 20px;
}
.faq_section ul li .answer p {
    font-size: 15px;
}
}

@media (max-width:410px) {
h2 {
   font-size: 24px;
}
h3 {
   font-size: 22px;
}
h4 {
   font-size: 20px;
}
h5 {
   font-size: 20px;
}
p {
    font-size: 15px;
    line-height: 1.5;
}
.py_4 {
    padding: 30px 0;
}
.btn_div {
    flex-wrap: wrap;
}
.btn_div .btn {
    font-size: 15px;
}
.btn {
    font-size: 15px;
    padding: 8px 30px;
}

.topheader p {
    font-size: 12px;
}
.topheader .phone {
   font-size: 14px;
}
.main_header {
   padding: 8px 0;
}
.main_header .h_logo {
   width: 98px;
}
.content_imgwidgetbar .twocolumndiv .img_box {
  width: 96%;
}
.mapcontentbar .content {
   padding: 30px 15px;
}
.tabcontent .twocolumndiv .img_box {
   width: 96%;
}
.tab_widgetbar .tab button {
   padding: 8px 14px;
   font-size: 14px;
}
.footer_widgetbar .footer_address p {
    font-size: 15px;
}
.footer_widgetbar .footer_nav li {
    font-size: 15px;
}
.copyright {
    padding: 10px 0;
}
.copyright p {
    font-size: 14px;
}

}








/* mobile responsive property end */
