/*
Theme Name: Private Detective Services One
Author:  thewebspecialists
Author URI: http://thewebspecialists.org/
Description:  Wordpress Theme
Version: 1
License: Free
*/

/**
 * Reset
 */

 *,
 *:before,
 *:after {
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
 }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, th, tr, td {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}


audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

iframe, embed, object, video {
	max-width:100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '"';
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
a:focus, a:hover, a:active {
	outline: 0;
}
a img {
	border: 0;
}

/**
 * Typography
 */

 @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

body,
button,
input,
select,
textarea {
	color: #242d3c;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:700;
	margin-bottom:18px;
	line-height:1.2;
}

h1 {
	font-size:32px;
	margin-bottom:20px;
}
h1 span {
	font-weight: 400;
}
h2 {
	font-size:26px;
}
h3 {
	font-size:22px;
}
h4 {
	font-size:18px;
}
.blue-title {
	color:#178edf;
}
.main-title h1 {
	text-align:center;
	margin-bottom:10px;
}
.main-title.blue h1 {
	color:#fff;
}
.main-title {
	position:relative;
	padding:0 30px 30px 30px;
}
.title-nomargin {
	margin:0;
}
.title-line h1, h1.title-line {
	position: relative;
	margin-bottom: 30px;
}
.title-line h1::after, h1.title-line::after {
    content: "";
	width: 200px;
	max-width: 100%;
	height: 1px;
	background: #111;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%, -50%);
}
h2.onlineicon {
	padding: 10px 0 0 40px;
	position: relative;
}
.onlineicon:before {
	content: "\f15c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #004e6f;
    font-size: 32px;
    position: absolute;
    left: 5px;
    top: 5px;
}
h2.pdficon {
	padding: 10px 0 0 40px;
	position: relative;
}
.pdficon:before {
	content: "\f1c1";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #004e6f;
    font-size: 32px;
    position: absolute;
    left: 5px;
    top: 5px;
}

p {
	margin-bottom: 18px;
}

b, strong {
	font-weight: 600;
}

small {
	font-size: 75%;
}
small.blue {
	color:#99b8c5;
}
big {
	font-size: 125%;
}

dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}
blockquote > p:last-child {
	margin-bottom: 0;
}
blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote strong,
blockquote b {
	font-weight: 600;
}
.hreview blockquote {
	border-left: 0;
	font-style: normal;
}
address {
	font-style: italic;
	margin: 0 0 1.6em;
}
code, kbd, tt, var, samp, pre {
	font-family: 'Courier New', Courier, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
pre {
	background-color: rgba(0, 0, 0, 0.02);
	border: 1px solid rgba(51, 51, 51, 0.2);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.9em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
abbr[title] {
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}
mark, ins {
	background-color: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}



/**
 * Elements
 */
hr {
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}
ul, ol {
	list-style: none;
	margin: 0 0 1.6em 1.33em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
}
dl {
	margin-bottom: 1.6em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.6em;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	margin: 0 0 1.6em;
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
th {
	font-weight: 700;
}
th, td {
	padding: 0.4em;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
figure {
	margin: 0;
}
del {
	opacity: 0.5;
}

.wp-block-column ul {
	margin-bottom:0;
}

.wp-block-columns {
	margin-bottom:18px;
}

.main ul {
	list-style:none;
}

/**
 * Forms
 */

label {
	margin-bottom:5px;
}
button,
input,
select,
textarea {
	background-color: #fff;
	border-radius: 2	px;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	line-height:normal;
}
input,
textarea,
select {
	border: 1px solid #ddd;
	color:#000;
	margin-bottom:10px;
}
input:focus,
select:focus {
	outline: 0;
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	margin:10px 0 0 0;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #ccc;
	outline: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="date"],
input[type="number"],
textarea,
select {
	padding: 12px 16px;
	width: 100%;
}
textarea {
	overflow: auto;
	vertical-align: top;
	height:100px;
}


select {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="rgba(120,125,133,0.5)" x="0px" y="0px" width="8px" height="8px" viewBox="0 0 386.257 386.257" style="enable-background:new 0 0 386.257 386.257;" xml:space="preserve"><polygon points="0,96.879 193.129,289.379 386.257,96.879 "/></svg>');
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select,
textarea:focus {
	outline: 0;
}
.post-password-form {
	position: relative;
}
.post-password-form label {
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}
.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="submit"] {
	border:0;
	border-radius:3px;
	background: #0986ba;
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in;-o-transition: all .3s ease-in;transition: all .3s ease-in;
	display: inline-block;
	text-align:center;
	line-height:1.2;
}

input[type="submit"]:hover {
	background: #0094d2;
	color: #fff;
}

.wpcf7-form p {
	margin:0;
}

.gform_wrapper .gform_footer {
    padding: 0 0 10px 0 !important;
    margin: 8px 0 0 0 !important;
}

.gform-header {
	padding-top: 10px!important;
	padding-bottom: 10px;
	margin-bottom: 20px !important;
	border-bottom: #ccc 1px dashed;
}

.gform-header h3 {
	margin:0;
	font-weight:600;
}

.gform_wrapper li.gfield {
	margin-bottom:10px;
}

.gform_wrapper li.gfield label {
	margin-bottom:5px;
	font-size:16px !important;
}

.gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 0 !important;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: 1.5  !important;
    min-height: auto  !important;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="date"],
.gform_wrapper input[type="number"],
.gform_wrapper textarea,
.gform_wrapper select {
	font-size:16px !important;
	padding: 12px 16px !important;
	width: 100%  !important;
	margin:0;
}

.gform_wrapper .ginput_complex input {
	margin-bottom:10px !important;
}

.sideform .gform_wrapper .ginput_complex .address_state input {
	margin-bottom:0 !important;
}

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"], .gform_wrapper ul.gfield_radio li input[type="radio"] {
    width: auto !important;
    margin: 0;
}

.sideform .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom:8px !important;
}

.gform_wrapper .ginput_complex .address_city, .gform_wrapper .ginput_complex .address_state, .gform_wrapper .ginput_complex .address_zip, .gform_wrapper .ginput_complex .address_country {
    width: 33.33% !important;
	margin:0 !important;
}

.contact-area-form .gform_wrapper .ginput_complex .address_city, .contact-area-form .gform_wrapper .ginput_complex .address_state, .contact-area-form  .gform_wrapper .ginput_complex .address_zip, .contact-area-form .gform_wrapper .ginput_complex .address_country, .page-id-997 .gform_wrapper .ginput_complex .address_city, .page-id-997 .gform_wrapper .ginput_complex .address_state, .page-id-997  .gform_wrapper .ginput_complex .address_zip, .page-id-997 .gform_wrapper .ginput_complex .address_country {
    width: 50% !important;
	margin:0 !important;
}

.gform_wrapper .ginput_complex .address_zip, .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
	margin: 0 !important;
	padding: 0 !important;
}


.sideform .gform_wrapper .ginput_complex .address_city, .sideform .gform_wrapper .ginput_complex .address_state, .sideform .gform_wrapper .ginput_complex .address_zip, .sideform .gform_wrapper .ginput_complex .address_country {
    width: 100% !important;
	margin:0 !important;
}

.gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
	margin: 0 10px 0 0 !important;
	padding: 0 0 0 0 !important;
}

.sideform .gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
	margin: 0 0 0 0 !important;
	padding: 0 !important;
}

.gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
	margin: 0 0 0 0 !important;
	padding: 0 10px 0 0 !important;
}


.sideform .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
}

.contact-area-form .gform_wrapper .ginput_complex.ginput_container_address .ginput_right, .page-id-997 .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
	margin: 0 0 0 0 !important;
	padding: 0 0 0 8px !important;
}

.gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
	margin:0 !important;
	padding:0 !important;
}

.gform_wrapper .ginput_container.ginput_container_date {
	position:relative;
}

.gform_wrapper img.ui-datepicker-trigger {
	position: absolute;
	top: 50%;
	right: 30px;
	z-index: 3;
	-webkit-transform: translate(50%,-50%);-ms-transform: translate(50%,-50%);transform: translate(50%,-50%);
}

.gform_wrapper li.hidden_label input, body .gform_wrapper .top_label div.ginput_container, body .gform_wrapper ul li.gfield {
    margin-top:0 !important;
}

.sideform .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}

ul.gfield_checkbox, ul.gfield_radio {
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
    padding: 0 5px 0 0 !important;
	width:auto  !important;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
	margin:0 10px 0 5px;
}


/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.6);
}
:-moz-placeholder {
	color: rgba(51, 51, 51, 0.6);
}
::-moz-placeholder {
	color: rgba(51, 51, 51, 0.6);
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.6);
}

/**
 * Links
 */
a {
	color:#0986ba;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;
}
a:hover {
	color:#0098d7;
}

.buttons {
	padding:30px 30px 0 30px;
	text-align:center;
}

.buttons a {
	margin-bottom:10px;
}

.btn-light {
	border-radius:3px;
	background: #0986ba;
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in;-o-transition: all .3s ease-in;transition: all .3s ease-in;
	display: inline-block;
	text-align:center;
	line-height:1.2;
}

.btn-light:hover {
	background: #0094d2;
	color: #fff;
}

.btn-dark {
	background: #004e6f;
	border-radius:3px;
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in;-o-transition: all .3s ease-in;transition: all .3s ease-in;
	display: inline-block;
	text-align:center;
	line-height:1.2;
}

.btn-dark:hover {
	background: #006c9a;
	color: #fff;
}

.btn-light.btn-large, .btn-dark.btn-large {
	font-size:1rem;
} 


/**
 * Alignments
 */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft,
.wp-block-image .alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright,
.wp-block-image .alignright {
	margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter,
.wp-block-image .aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
.wp-caption {
	max-width:100%;
}

.center {
	text-align:center;
}
/**
 * Clear
 */
.clr:before,
.clr:after {
	content: "";
	display: table;
}
.clr:after {
	clear: both;
}

.container {
	max-width:1280px;
	margin:0 auto;
	padding:0 20px;
	width:100%;
}
.elementor-page section.fullwidth .container {
	max-width: inherit;
	margin:0;
	padding:0;
	width:100%;
}
.elementor-page section.fullwidth  {
	padding: 0;
}

.elementor-column4 .elementor-col-25 {
	width: 24%;
	margin: 0 auto;
}

.flex {
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
}
.grid {
  display: -ms-grid;display: grid;
}

.grid.column4 {
  	-ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 15px;
}

.grid.column2 {
  	-ms-grid-columns: 1fr 30px 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
}
.grid.columnlist2 {
  	-ms-grid-columns: 1fr 10px 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}
.grid.sidecolumn2 {
  	-ms-grid-columns: 7fr 40px 3fr;
	grid-template-columns: 7fr 3fr;
	grid-gap: 40px;
}
.grid.blogsidecolumn2left {
  	-ms-grid-columns: 3fr 20px 7fr;
	grid-template-columns: 3fr 7fr;
	grid-gap: 20px;
}

.grid.column3 {
  	-ms-grid-columns: 1fr 15px 1fr 15px 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px;
}

.grid.formcol2 {
	-ms-grid-columns: 1fr 10px 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
	-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;
}

.grid.formcol3 {
	-ms-grid-columns: 1fr 10px 1fr 10px 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
	-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;
}
.grid.formcol4 {
	-ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;
	-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;
}


.grid.start {
	-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;
}

.grid.stretch {
	-webkit-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;
}

/**
 * Mobile Nav
 */

 .mobilenav {
	z-index: 9999;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	margin:0 auto;
	overflow-y:auto;
	background:#fff;
	-moz-transform: translate3d(-100%, 0, 0); -webkit-transform: translate3d(-100%, 0, 0); -mss-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-moz-transition: transform .5s ease-in-out; -webkit-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
}

.mobilenav .mobile-parent.flex {
	 -webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;
}

.mobilenav .mob-container {
	margin:0 auto;
	background:#fff;
}

.admin-bar .mobilenav {
	padding: 70px 20px 20px 20px;
}

.showmobilenav .mobilenav {
	-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);
}

.mobileclose {
	position: relative;
	width: 26px;
	height: 26px;
	margin: 40px 40px 20px 16px;
}

.mobileclose:before {
	position: absolute;
	top: 8px;
	left: 0;
	z-index: 1;
	content: "";
	width: 100%;
	height: 2px;
	background: #333;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.mobileclose:after {
	position: absolute;
	z-index: 1;
	content: "";
	width: 100%;
	height: 2px;
	background: #333;
	top: 8px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.mobileclose:hover:before, .mobileclose:hover:after {
	-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);
}

.mobilenav .mobilemenu {
	padding-top: 10px;
}

.mobilenav .mobilemenu.flex {
	margin: 0 0 30px 0;
	list-style: none;
	-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
}

.mobilenav a {
	padding:15px;
	display: block;
	font-weight: 400;
	color:#383838;
	border-bottom: #ccc 1px solid;
}
.mobilenav li.page_item_has_children a {
	padding: 15px 65px 15px 15px;
}
.mobilenav li.page_item_has_children ul.children a {
	padding:15px 15px 15px 25px;
}
.mobilenav li:first-child a {
	border-top: #ccc 1px solid;
}

.mobilenav li:last-child  a {
	padding:16px 15px 15px 15px;
}

.mobilenav a:hover {
	background: #0098d7;
	color:#fff;
}

.mobileoverlay {
	background:#000;
	opacity: 0;
	-moz-transition: opacity .5s ease-in-out; -webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

.showmobilenav .mobileoverlay {
	z-index: 8888;
	opacity: .6;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.mobilenav li {
	list-style:none;
}

.mobilenav li.has-sub {
	position:relative
}

.mobilenav li.has-sub ul {
	margin:0;
}

.mobilenav li.has-sub li a {
	border-top: none;
	padding-left:40px;
	background:#fff;
}

.mobilenav li.has-sub li a:hover {
	background: #0098d7;
}

.submenu-button {
	position:absolute;
	top:auto;
	right:0;
	display: flex;
	width: 56px;
	height:56px;
	-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
	-webkit-box-align: center;-ms-flex-align: center;align-items: center;
	border-left:#eee 1px solid;
	background: #fff;
}

.submenu-button div {
	position:relative;
	width:100%;
	height:100%;
	-webkit-transition: -webkit-transform .3s linear;transition: -webkit-transform .3s linear;-o-transition: transform .3s linear;transition: transform .3s linear;transition: transform .3s linear, -webkit-transform .3s linear;
}

.submenu-button div:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 20px;
	color: #555;
	-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);
}

.submenu-button.submenu-opened div {
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	
}

/**
 * Top Bar
 */

.topbar {
	font-weight:600;
	font-size:1rem;
	color: #fff;
	background:#242d3c;
	padding:10px 5px;
	text-align: center;
	text-transform: uppercase;
	line-height:1.2;
}
 

/**
 * Top
 */

.top {
	padding:12px 0;
}

.top .container.flex {
	-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
	-webkit-box-align:center;-ms-flex-align:center;align-items:center;
}

.top .logo {
	max-width:320px
}

nav {
	position:relative;
}

nav .hamburger-btn {
	display: none;
}

nav ul {
	margin:0;
	list-style: none;
}

nav > ul > li {
	margin:0 2px;
}

nav ul > li > a {
	color:#555;
	font-weight: 600;
	font-size:0.85rem;
	padding:8px;
	display: block;
}

nav > ul > li  >  a:after {
	content: "";
	height:2px;
	background:#0098d7;
	width:0;
	position:absolute;
	bottom:0;
	left:0;
	transition: width 0.3s linear;
}

nav > ul > li.current-menu-item > a:after {
	width:100%;
}

nav > ul > li:hover > a:after {
	width:100%;
}

nav ul > li.menu-item-has-children > a {
	position:relative;
	color:#555;
	font-weight: 600;
	display: block;
	padding:8px 30px 8px 8px;	
}

nav ul > li.menu-item-has-children > a:before {
	position:absolute;
	top:8px;
	right:10px;
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 18px;
	margin-left:10px;
	color:#484848;
	-webkit-transform: translateZ(0);
  	transform: translateZ(0);
	-webkit-transform: translateY(0);
  	transform: translateY(0);
	transition:transform 0.3s ease-in-out;
}

nav ul > li.menu-item-has-children:hover > a {
	color:#0098d7;
}

nav ul > li.menu-item-has-children:hover > a:before  {
	-webkit-transform: translateY(4px);
  	transform: translateY(4px);
}

nav ul > li {
	position: relative;
}

nav ul ul {
	position: absolute;
	z-index: 100;
	top:50px;
	left:0;
	visibility: hidden;
	opacity: 0;
	transition:  all .5s ease-in;
	box-shadow: 0 0 4px rgba(0,0,0,.2);
	background: #fff;
	min-width: 200px;
	padding:10px 0;
}

nav ul li:last-child ul {
	right:0;
	left:auto;
}

nav ul li.menu-item-has-children:hover ul {
	visibility: visible;
	opacity: 1;
	top:40px;
}

nav ul li.menu-item-has-children li a {
	display: block;
	padding: 10px 20px 10px 20px;
	white-space: nowrap;
}

/**
 * Header
 */

header {
	background: url(images/headerbg.jpg) no-repeat left center / cover;
	position:relative;
}

header .container.flex {
	-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;
}

header .tag {
	width:60%;
	color:#fff;
	padding:80px 20px;
}

header .tag.sub {
	width:100%;
}


header .tag h1 {
	font-size: 50px;
	font-weight:600;
	line-height: 1.1;
	margin:0 0 10px 0;
	color: #fff;
}

header .tag.sub h1 {
	text-align:center;
}

header .tag p {
	margin:0 0 20px 0;
	font-weight:300;	
	font-size: 1.1rem;
	line-height:1.6;
}

header a.btn-stroke, header a.btn-fill  {
	margin-bottom:10px;
}

header a {
	margin: 0 10px 10px 0;
}

header.subheader {
	background: url(images/subheaderbg.jpg) right top / cover no-repeat;
	position:relative;
}

header.subheader .container {
	min-height:300px;
	padding:0 80px;
}


header.subheader .tag {
	margin:auto 0;
	max-width: 100%;
	width:100%;
}

header.subheader .tag h1 {
	font-size: 36px;
	font-weight:600;
	line-height: 1.2;
	margin:0 0 10px 0;
}

header.subheader .tag p {
	margin:0;
	font-size: 20px;
	line-height:1.2;
}


/**
 * Section 
 */
 
section {
	padding:80px 0;
}

section.gray {
	background:#f8f8f8;
}

section.gray .grid.column2 {
	-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;
}


/* Counter */

.counter-list {
	text-align:center;
}

.counter-num {
	font-size:3rem;
	font-weight:700;
	color:#004e6f;
	line-height: 1.2;
}

.counter-list h3 {
	margin:0;
}

/* Featured Services */

.feat-servs-box {
	border:#9ca5b5 1px solid;
	padding:20px;
	text-align:center;
}

.feat-servs-box i {
	font-size:80px;
	line-height:1.6;
	color:#004e6f;
}

.feat-servs-box h3 {
	margin-bottom:10px;
}

.feat-servs-box h3 a {
	font-weight: 700;
}

.feat-servs-box .elementor-widget-heading {
	margin:0;
}

.feat-servs-box .elementor-text-editor a {
	color: #111;
} 

/* Blog */

.blog-box {
	border:#9ca5b5 1px solid;
	padding:20px;
}

.blog-box h3 {
	margin-bottom:10px;
}

.blog-box.flex {
	-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
}

.blog-box.flex .blog-btn {
	margin:auto 0 0 0;
}

/* Reviews */

.homereviews blockquote {
	font-size:1.1rem;
	text-align:center;
} 

.homereviews blockquote:before {
	content: "\f10d";
	color:#0986ba;
	font-size:24px;
	font-family: 'Font Awesome 5 Free';
  	font-weight: 900; 
	margin-right:10px;
}

.homereviews blockquote:after {
	content: "\f10e";
	color:#0986ba;
	font-size:24px;
	font-family: 'Font Awesome 5 Free';
  	font-weight: 900; 
	margin-left:10px;
}

.review-author {
	font-weight:700;
	font-size:20px;
	text-align:center;
	margin-bottom:18px;
}

.slick-dots li button::before {
	font-size:12px;
}

.review-slider hr, .review-slider br, .review-slider .wpcr_rating {
	display:none;
	visibility: hidden;
}

.review-slider .hreview {
	background: none;
	padding: 0%;
	margin: 0 0 30px 0;
	box-shadow: none;
}

.review-slider #wpcr_respond_1 h2.summary {
	text-align: center;
}

.review-slider  .wpcr_rname {
    text-align: center !important;
}

.review-slider  .wpcr_fl {
    float: none;
}

.review-slider #wpcr_respond_1 blockquote.description p {
	font-size: 18px;
}


/* Contact */

.contact-area {
	background:#004e6f;
	color:#fff;
}

.contact-area-form input[type="text"], 
.contact-area-form input[type="email"], 
.contact-area-form input[type="tel"],
.contact-area-form select,
.contact-area-form textarea  {
	color:#fff;
	background: transparent;
	border:0;
	border-bottom:#6695a9 1px solid;
}


.contact-area ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.contact-area :-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.contact-area ::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
	opacity: 0.5; /* Since FF19 lowers the opacity of the placeholder by default */
}
.contact-area :-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.contact-area select {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="rgba(255,255,255,0.5)" x="0px" y="0px" width="12px" height="12px" viewBox="0 0 386.257 386.257" style="enable-background:new 0 0 386.257 386.257;" xml:space="preserve"><polygon points="0,96.879 193.129,289.379 386.257,96.879 "/></svg>');
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
}

/**
 * Side
 */

.sideform {
	padding:20px;
	background:#004e6f;
	color:#fff;
}

.sideform h2, .sideform .wpcf7-submit {
	margin-bottom:10px;
}



.blogsidebar {
	margin-bottom:20px;
}

.blogsidebar aside {
	border:#9ca5b5 1px solid; 
	padding:20px;
}

.blogsidebar aside ul {
	margin:0;
	padding:0;
	list-style:none;
}

.blogsidebar aside ul li a {
	padding:12px 8px;
	display:block;
	border-bottom:#eee 1px solid;
}

.blogsidebar h3 {
	position: relative;
	margin-bottom: 20px;
}

.blogsidebar h3:after {
	content: "";
    width: 120px;
    max-width: 100%;
    height: 1px;
    background: #9ca5b5;
    position: absolute;
    bottom: -10px;
    left: 0%;
}



/**
 * Blog
 */

.blog-box .date {
	margin-bottom: 10px;
}

article {
	padding-bottom:20px;
	margin-bottom:40px;
	border-bottom:#ccc 1px dotted;
}

/**
 * Footer
 */

footer {
	padding:80px 0;
	background: #242d3c;
	color:#fff;
} 

footer a {
	color:#fff;
}

footer a:hover {
	color:#0098d7;
}

footer .container.grid {
	-ms-grid-columns: 3fr 30px 7fr ;
	grid-template-columns: 3fr 7fr;
	grid-gap: 30px;
	margin-bottom:30px;
}

.ftphone a {
	font-weight:600;
	font-size:2rem;
	color:#0986ba;
	line-height:1.1;
	margin-bottom:10px;
	display:block;
}

.ftmenubox {
	padding:0 10px;
	width:33.33%;
}

.ftmenubox h3 {
	color:#fff;
}

.ftmenubox ul {
	margin:0;
	padding:0;
	list-style:none;
}

.ftmenubox ul li {
	line-height:1.4;
	margin-bottom:8px;
}

footer .copyr {
	font-size:14px;
	line-height:1.4;
}

.backtotop a {
	background:#0986ba;
	border-radius:50%;
	display:block;
	padding:12px;
	color:#fff;
	position:fixed;
	right:15px;
	bottom:15px;
	width:50px;
	text-align:center;
	z-index:700;
	transform: translate3d(0, 100px, 0);
	-webkit-transition: all .5s ease-in;-o-transition: all .5s ease-in;transition: all .5s ease-in;
}

.backtotop.showme a {
	transform: translate3d(0, 0, 0);
}

.backtotop a:hover {
	background:#004e6f;
}

.grecaptcha-badge {
	visibility: hidden;
}
