* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: "Poppins", sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
mark {
    background:#9FE1E5;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: "Poppins", sans-serif;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}


textarea {
    overflow: auto;
}


optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background:#EDF0FB;
    text-shadow: none;
    color: #000;
}
::selection {
    background:#EDF0FB;
    text-shadow: none;
    color: #000;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.page-content {
    padding: 0 30px;
}
.page-home .page-content {
    padding: 0;
}
.page-content .v-split-container > .v-split {
    margin: auto;
    width: 1400px;
    max-width: 100%;

}
html, body {
    margin: 0;
    padding: 0;
}
body {
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin: 30px 0 15px;
    padding: 0;
}
h1{
    font-size: 50px;
    line-height: 60px;
}
h2 {
    font-size: 45px;
    line-height: 55px;
}
h3 {
    font-size: 40px;
    line-height: 50px;
}
h4 {
    font-size: 35px;
    line-height: 45px;
}
h5 {
    font-size: 30px;
    line-height:40px;
}
h6 {
    font-size: 25px;
    line-height: 35px;
}
/* Common Styles */


code, dl, dt, dd, form,
fieldset, legend, input[type="submit"], input, input[type="text"], textarea, select, input[type="password"],
address, input[type="file"], input[type="hidden"], button, input[type="image"], blockquote {
    font-size: 16px;
    color: #000;
    font-size: 16px;
}
address {
    color: #000;
    font-size: 16px;
}
p {
    padding: 0;
    margin: 0 0 20px 0;
    color: #000;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
a, a:link {
    text-decoration: underline;
    color: #1c2f80;
}
a:hover, a:active, a:visited {
    color: #1c2f80;
    text-decoration: underline;
}
input[type=file], input[type=hidden] {
    color: #000;
    font-size: 16px;
}
input[type=image], blockquote {
    color: #000;
    font-size: 16px;
}
input[type=text], input[type=password] {
    font-family: "Poppins", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    border-color: #bbb;
    height: 44px;
    border-width: 1px;
    border-radius: 3px;
}
input[type=text].validation-error, input[type=password].validation-error {
    border: 1px solid #e64343;
}
select {
    border-color: #bbb;
    height: 44px;
    border-width: 1px;
    font-family: "Poppins", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    border-radius: 3px;
}
textarea {
    border-color: #bbb;
    border-width: 1px;
    font-family: "Poppins", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    height:120px;
    border-radius: 3px;
}
table {
    max-width: 100%;
    table-layout: inherit;
    margin-bottom: 20px;
}
table, th, td {
    border: 1px solid #ececec;
    padding: 15px;
    text-align:left;
    color: #000;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    line-height: 24px;
    font-weight:400;
}
table th {
    font-weight: 600;
    background: rgba(159, 159, 159, 0.1);
    font-size: 18px;
}
ul li::before {
    content: '';
    background: #000;
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 50px;
    top: 9px;
    left: 0;
}
ul li, ol li {
    position: relative;
    margin: 0;
    padding: 0 0 8px 35px;
    list-style-type: none;
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    margin: 0;
    padding: 0 0 10px 20px;
}
.widget ul li a, .widget ol li a {
    color: #000000;
}
.widget ul li a:hover, .widget ol li a:hover {
    color: #cce83c;
}
ol li {
    list-style-type: decimal;
    padding: 0 5px 10px;
}
ol{
    padding-left: 18px;
}

.form-row {
    position: relative;
}
.widget.widget-snippet a:focus {
    outline: 0;
    outline: 0;
    outline-offset: 0;
    -moz-outline-style: none;
}
body.widget-snippet a:focus {
    color: #23527c;
    text-decoration: underline;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
/* webocommander Form css */

.message-block.error-message, .message-block.error {
    background-color: #fee;
    border: 0 solid #fcd2d2;
    color: #f00;
    margin: 0;
    font-size: 12px;
}
.message-block.info-message, .message-block.success {
    background-color: #d5f4d5;
    border: 0 solid #c2e7c2;
    color: #008000;
    margin: 0;
    font-size: 12px;
}
.widget-newsletter .message-block {
    max-width: 358px;
    width: 100%;
    position: absolute;
    left: 20px;
    top:2px;
}

.errorlist.after {
    font-size: 14px;
    line-height: 24px;
    padding: 0;

}
.errorlist.after .message-block {
    color: #ff0505;
}

.widget-form .single-input-row .form-row {
    margin-top:0;
}
.widget-form  .form-row {
    margin: 0 0 18px;
    padding-bottom:0;
}
.widget-form .double-input-row .form-row {
    padding: 0 15px;
}
.widget-form input[type="text"], .widget-form textarea, .widget-form select {
    font-family: "Poppins", sans-serif;
    height: 50px;
    padding: 11px 20px 14px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin: 0;
    width: 100%;
    border-radius: 6px;
    background: #fafafa;
    border: 1px solid #69727d;
}
.widget-form textarea{
    height:145px;
}
.widget.widget-form .single-input-row .form-row p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #000;
    margin: 0;
    padding: 0 0 10px 0;
}
.form-row label {
    width: auto;
}
/** Placeholder Start **/

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #737171;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #737171;
    opacity: 1;

}

:-ms-input-placeholder {
    /* IE 10+ */
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #737171;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #737171;
    opacity: 1;
}

textarea ::-webkit-textarea-placeholder {
    /* Chrome/Opera/Safari */
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #737171;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #737171;
    opacity: 1;
}

:-ms-textarea-placeholder {
    /* IE 10+ */
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #737171;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #737171;
    opacity: 1;
}

textarea::placeholder {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #737171;
    opacity: 1;
}
::placeholder {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #737171;
    opacity: 1;
}
/* Common Button CSS */
input.validation-error,
select.validation-error,
textarea.validation-error,
input[type="text"].validation-error,
input[type="password"].validation-error{
    border: 1px solid #e64343 !important;
    background-color: #fff;
}

input:focus,
textarea:focus,
select:focus {
    border-color:#1c2f80 !important;
}
.widget-form .radio input[type="radio"],
.widget-form .radio label::before {
    top: 6px;
}
.widget-form .radio label::after {
    top: 6px;
    font-size: 10px;
    line-height: 15px;
    background-color: #1c2f80;
    border-color: #1c2f80;
}
.widget-form .checkbox input[type="checkbox"]:checked + label::before, .widget-form .radio input[type="radio"]:checked + label::before {
    background-color: #1c2f80;
    border-color: #1c2f80;
}
input[type=submit], input[type=button] {
    margin-top: 0px;
    height: auto !important;
    color: #fff;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 35px;
    border-radius: 50px;
    /*-webkit-box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);
          box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);*/
    background-color: #303036;
    border: 1px solid #303036;
}
input[type=submit]:focus, input[type=submit].focus, input[type=button]:focus, input[type=button].focus {
    color: #fff;
    background-color: #525261;
    border-color: #525261;
}
input[type=submit]:hover, input[type=button]:hover {
    color: #303036;
    background-color: transparent;
    border: 1px solid #303036;
}
button, .button, a.button {
    max-width: 160px;
    width: 100%;
    display: block;
    height: 48px;
    padding: 12px 10px;
    text-decoration: none;
    border-radius: 10px;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin: 30px auto 0;
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0;
    text-align: center;
    background: #000;
    border-radius: 11px;
    text-transform: capitalize;
}
.widget-form .form-row label {
    width: 100%;
    padding-right: 0;
}
.form-row label {
    color: #000;
    font-size: 18px;
    margin: 0 0 5px 0;
}
.widget-form .single-input-row .form-row.textArea {
    margin-top:20px;
}
.widget.widget-form .form-row.btn-row button {
    margin: 26px 0 0;
}

.page-home button, .page-home .button, .page-home a.button {
    font-size: 21px;
    max-width: 250px;
}
button:focus, button.focus, .button:focus, .button.focus, a.button:focus, a.button.focus {
    color: #303036;
    background-color: #cce83c;
}
button:hover, .button:hover, a.button:hover {
    color: #fff;
    background-color: #000;
}
input[type=submit]:hover, input[type=button]:hover {
    background: #fff;
    color: #303036;
}
button.Zebra_DatePicker_Icon {
    background-position: right center;
}
/* Disable Button */
input[type=submit][disabled], input[type=button][disabled] {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
}
input[type=submit][disabled]:focus, input[type=submit][disabled].focus, input[type=button][disabled]:focus, input[type=button][disabled].focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
input[type=submit][disabled]:hover, input[type=button][disabled]:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
}
button[disabled], .button.disabled, a.button.disabled {
    color: #fcf9f9;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
    text-shadow: none;
    /*! opacity: 0.7; */
}
button[disabled]:focus, button[disabled].focus, .button.disabled:focus, .button.disabled.focus, a.button.disabled:focus, a.button.disabled.focus {
    color: #fcf9f9;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
}
button[disabled]:hover, .button.disabled:hover, a.button.disabled:hover {
    color: #fcf9f9;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
}
input[type="reset"] {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
    opacity: 1;
}
input[type="reset"]:focus, input[type="reset"].focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
input[type="reset"]:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
}
.reset-button {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
    opacity: 1;
}
.reset-button:focus, .reset-button.focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
.reset-button:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
}
.button.cancel-button {
    color: #303036;
    background-color: #fff;
    border: 1px solid #303036;
    text-shadow: none;
    opacity: 0.7;
    opacity: 1;
}
.button.cancel-button:focus, .button.cancel-button.focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
.button.cancel-button:hover {
    color: #fff;
    background-color: #303036;
}
/*.page-heading:before,
.widget-pageHeading:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
}*/
.page-heading, 
.widget-pageHeading {
    padding: 135px 0 135px;
    margin: 0 0 100px 0;
    background: url(../images/inner-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position:relative;
}
.page-heading-wrapper{
 
}
.page-heading:before, 
.widget-pageHeading:before {
    content:'';
    Position:absolute;
    top:0;
    left:0;
    background-color:#000000;
    opacity:0.5;
    width:100%;
    height:100%;
}
.page-heading h1, .widget.widget-pageHeading h1,
.widget.widget-pageHeading h2{
    font-size: 58px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    max-width: 1400px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    line-height: 74px;
    font-weight:700;
}
/*========= main menu ========= */
body > .header {
    background: #fff;
}
.header > .widget-container,
.footer > .widget-container {
    max-width: 1460px;
    width: 100%;
}
/*========= main menu ========= */
.widget-navigation.main-menu {
    text-align:center;
}
.widget-navigation.main-menu .navigation-item.has-child {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span {
    position: relative;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child:hover > a span::after {
    color: #1c2f80;
    content: '\f106';
}
.widget-navigation.main-menu .navigation-item.has-child a:hover, .widget-navigation.main-menu .navigation-item a:hover {
    color: #1c2f80;
}
.widget-navigation.main-menu .navigation-item {
    padding: 0 15px;
}
.widget-navigation.main-menu .navigation-item.get-quote {
    display: none;
}
.widget-navigation.main-menu .navigation-item a {
    text-transform: capitalize;
    font-size: 18px;
    color: #000;
    padding: 0 0 20px;
    padding-left: 0px;
    padding-left: 0px;
    font-family: "Poppins", sans-serif;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
}
.widget-navigation.main-menu .navigation-item:first-child a {
    padding-left: 0;
}
.widget-navigation.main-menu .navigation-item:last-child a {
    padding-right: 0;
}
.widget-navigation.main-menu .navigation-item a span {
    position: relative;
}

.widget-navigation.main-menu .navigation-item a:hover span::before {
    height: 5px;
}
.widget-navigation.main-menu .navigation-item.has-child a span::before {
    display: none;
}
.widget-navigation.main-menu .navigation-item.has-child a:hover,  .widget-navigation.main-menu .navigation-item a:hover{
    color: #1c2f80;
}

.widget-navigation.main-menu .navigation-item.active a{
    color:#1c2f80;
}
.widget-navigation.main-menu .navigation-item a:focus {
    color:#1c2f80;
}
.widget-navigation.main-menu .navigation-item-child-container .navigation-item.last a, .widget-navigation.main-menu .navigation-item-child-container .navigation-item.last a:hover {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
    content: '\f107';
    display: inline-block;
    color: #000;
    font-size: 11px;
    font-family: "FontAwesome";
    right: 0;
    margin-left: 5px;
    font-weight: bold;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.has-child a span::after{
    content: '\f105';
    display: inline-block;
    color: #000;
    font-size: 11px;
    font-family: "FontAwesome";
    right: 0;
    margin-left: 5px;
    font-weight: bold;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a:hover span::after{
    color:#1c2f80;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.has-child a span::after{
    color: #000;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.has-child .navigation-item-child-container .navigation-item a span::after{
    display: none;
}
/** Sub Menu **/
.horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
    left: 280px;
    position: absolute;
    top: 0;
    width: 215px;
}
.widget-navigation.main-menu .horizontal > .has-child > .navigation-item-child-container {
    width: 280px;
    text-align: left;
    padding: 0;
    transform: translateX(-50%);
    margin: 0;
    left: 50%;
    top: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 2px 0 #aeadad;
    box-shadow: 0 0 2px 0 #aeadad;
    border-radius: 0;
}
.widget-navigation.main-menu .navigation-item .navigation-item-child-container::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0px 8px 8px 8px;
    border-style: solid;
    z-index: 1;
    display: none;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    margin-right: 0;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    margin: 0;
    font-size: 18px;
    text-align: center;
    color: #000;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    padding: 12px 0;
    text-transform: capitalize;
    font-weight: 400;
    background: #fff;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:first-child a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover{
    color:#1c2f80;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after {
    display: none;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0px;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    display: block;
    position: relative;
    border-bottom: 1px solid rgb(198, 198, 198);
    color: #000;
}
/*end:menu*/


/*start: jssor slider css */
.home-slider div.jssor-slider-container .slide {
    display: none;
}
.home-slider div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}
.home-slider div.jssor-slider-container .container, .home-slider div.jssor-slider-container {
    width: 1920px;
    height: 840px;
    padding: 0 !important;
    text-align: center;
}
.home-slider div.jssor-slider-container {
    margin: 0 auto;
}
.home-slider div.jssor-slider-container .slide {
    display: none;
}
.home-slider div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}
.home-slider .jssor-slider-container .jssor-loader .loader-2 {
    display: none;
}
.home-slider .jssor-slider-container .caption-wrapper {
    left: 260px;
    text-align: left;
    border-radius: 0;
    bottom: 180px;
    max-width: 1000px;
    padding: 0;
}

.home-slider .jssor-slider-container .caption-wrapper [u="caption"] {
    padding: 0;
}
.home-slider .jssor-slider-container .caption-wrapper .description.jssor-caption-1 p {
    padding: 0;
    margin: 0 0 15px;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: #CCE83C;
}
.home-slider .jssor-slider-container .caption-wrapper .description.jssor-caption-2 h1 {
    font-family: "Poppins", sans-serif;
    font-size: 74px;
    font-weight: 500;
    line-height: 89px;
    text-align: left;
    color: #fff;
    padding: 0;
    margin: 0;

}
.home-slider .jssor-slider-container .slide::after {
    background: #000;
    opacity: 0.4;

}
/*end: jssor slider css */

/*Start Footer*/

/* Footer Navigation Start */

body > .footer {
    background: #1c2f80;
    position: relative;
}
body > .footer::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: #fff;
    display: block;
    content: '';
}
.footer .widget-title {
    margin: 0 0 20px;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 45px;
    text-align: left;
    color: #fff;
}
.widget-article.footer-our-address .widget-title {
    text-align: center;
}
.footer .footer-social-media .widget-title {
    margin: 0 0 10px;
}
.footer .widget-navigation.footer-menu {
    text-align: left;
}
.footer .widget-navigation.footer-menu .navigation-item {
    padding: 0;
}
.footer .widget-navigation.footer-menu .navigation-item a {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 29px;
    color: #FFFFFF;
    text-decoration: none;
    border: 0;
    display: inline-block;
    text-transform: capitalize;
    padding: 0 0 3px 25px;
    transition: all 300ms ease-out 0s;
    position: relative;
}
.footer .widget-navigation.footer-menu .navigation-item a:before{
    position: absolute;
    content:'';
    top:8px;
    left: 0;
    width: 13px;
    height: 13px;
    background:url('/template/1f6e749a/images/footer-list-icon.svg') no-repeat;
    background-size: 13px;
}
.footer .widget-navigation .navigation-item a:hover {
    opacity: 0.7;
}
/* Footer Navigation End */


.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
    width: auto;
}
.fee-fixed-width-content {
    padding-left: calc(50% - 700px) !important;
    padding-right: calc(50% - 700px) !important;
}

.widget-article.footer-info p {
    padding: 0;
    margin: 0 0 5px;
    color: #fff;
    line-height: 29px;
    font-size: 19px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.widget-article.top-title p {
    padding: 0;
    margin: 0;
    color: #fff;
    line-height: 26px;
    font-size: 28px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-align: center;
}
.widget-image.separator-image img {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    object-fit: cover;
}
.widget-article.footer-our-address p {
    padding: 0;
    margin: 0 0 5px 0;
    color: #fff;
    line-height: 29px;
    font-size: 19px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-align: center;
}
.widget-article.footer-our-address a {
    padding: 0;
    margin: 0 0 5px 0;
    color: #fff;
    line-height: 29px;
    font-size: 19px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-align: center;
    text-decoration: none;
    transition: all 300ms ease-out 0s;
}
.widget-article.footer-our-address a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.widget-article.footer-copyright p {
    padding: 0;
    margin: 0;
    color: #1c2f80;
    line-height: 28px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    z-index: 111;
    position: relative;
    text-align: center;
}

.widget.widget-form.get-quote {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-banner-content {
    position: relative;
}
.widget.widget-form.get-quote .form-row.text h1 {
    color: #fff;
    font-weight: 700;
    font-size: 70px;
    line-height: 80px;
    text-align: center;
    margin: 0;
    padding: 0;
}
.widget.widget-form.get-quote .form-row.text h2 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    margin: 0;
    padding: 0;
}
.widget.widget-form.get-quote .form-row.text p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
}
.widget.widget-form.get-quote .double-input-row,
.widget.widget-form.get-quote .triple-input-row{
    padding: 0 100px;
    margin: 0 -8px;
}
.widget.widget-form.get-quote input[type="text"],
.widget.widget-form.get-quote textarea,
.widget.widget-form.get-quote select {
    height: 40px;
    padding: 8px 15px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #0000000F;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.05);
    border: 1px solid #69727d;
    font-size: 14px;
    line-height: 22px;
    color: #737171;
}
.widget.widget-form.get-quote .triple-input-row .form-row,
.widget.widget-form.get-quote .double-input-row .form-row{
    padding: 0 8px;
}
.widget.widget-form.get-quote .form-row.btn-row button {
    margin: 0;
    max-width: 100%;
    color: #fff;
    border: 0;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    height: 45px;
    background: #000;
    width: 100%;
    border-radius: 8px;
}
.widget.widget-form .form-row.btn-row button:hover {
    background: #1c2f80;
}
.widget.widget-form.get-quote .form-row.btn-row {
    padding: 0 100px;
    margin: 0 auto;
}
.widget.widget-form.get-quote input:focus,
.widget.widget-form.get-quote textarea:focus,
.widget.widget-form.get-quote select:focus {
    border-color:#0000000F !important;
}
.widget.widget-form.get-quote select {
    appearance: none;
    background: #fff url(/template/1f6e749a/images/select-arrow.svg) no-repeat right;
    background-size: 10px;
    background-position: calc(100% - 13px);
    padding-right:38px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: inherit;
}

/*testimonial section start*/
.widget-gallery.testimonial-gallery-sec .article-title{
    display:none;
}
.widget-gallery.testimonial-gallery-sec .top-sec img{
   width:auto;
}
.widget-gallery.testimonial-gallery-sec .top-sec .left-part {
    display: flex;
    /* align-items: center; */
    gap: 0 15px;
}
.widget-gallery.testimonial-gallery-sec .top-sec .left-part .title-part h3 {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    margin:0;
    padding:0;
    line-height:20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.widget-gallery.testimonial-gallery-sec .top-sec .right-part img{
    width:20px;
    height:20px;
}
.widget-gallery.testimonial-gallery-sec .bottom-sec img{
    width:auto;
}
.widget-gallery.testimonial-gallery-sec .article-content{
   background-color:#f4f4f4;
   padding:20px;
   min-height: 265px;
}
/*.widget-gallery.testimonial-gallery-sec .article-content:hover{
       box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}*/
.widget-gallery.testimonial-gallery-sec .top-sec .name-img-part {
    width: 40px;
}
.widget-gallery.testimonial-gallery-sec figure{
   margin:0px;
}
.widget-gallery.testimonial-gallery-sec .top-sec {
    display: flex;
    justify-content: space-between;
    margin-bottom:12px;
}
.widget-gallery.testimonial-gallery-sec .title-part p {
    color: #8a8a8a;
    font-size: 12px !important;
    margin: 0;
    padding: 0;
}
.widget-gallery.testimonial-gallery-sec .bottom-sec p{
   font-size:15px;
   line-height:22px;
   margin: 11px 0 0 0;
    padding: 0;
   text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.widget-gallery.testimonial-gallery-sec .widget-title{
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    font-style: normal;
    line-height: 48px;
    color: #000000;
    margin: 0 0 35px;
}
.widget-gallery.testimonial-gallery-sec .title-part {
    width: 72%;
}
.widget-gallery.testimonial-gallery-sec{
    padding: 100px 70px;
}
.widget-gallery.testimonial-gallery-sec .article-item{
    margin: 3px 3px;
}
.widget-gallery.testimonial-gallery-sec .owl-nav {
    display: flex;
    justify-content: space-between;
}
.widget-gallery.testimonial-gallery-sec .owl-controls {
    position: absolute;
    width: 100%;
    top:33%;
}

.widget-gallery.testimonial-gallery-sec .owl-theme .owl-controls .owl-nav .owl-prev,
.widget-gallery.testimonial-gallery-sec .owl-theme .owl-controls .owl-nav .owl-next{
	width:44px !important;
	height:44px !important;
	border-radius:50%;
    border: 1px solid rgba(0, 0, 0, 0.07)!important;
}
.widget-gallery.testimonial-gallery-sec .owl-theme .owl-controls .owl-nav .owl-next {
    height:20px;
    width: 16px;
    font-size: 0;
    background-image: url(../images/slider-right-arrow.svg);
    background-repeat: no-repeat;
    background-position: 12px 13px;
    margin: 0;
    background-color: transparent;
    padding: 0;
    margin-right: -52px;
}

.widget-gallery.testimonial-gallery-sec .owl-theme .owl-controls .owl-nav .owl-prev{
    height:20px;
    width: 16px;
    font-size: 0;
    background-image: url(../images/slider-right-arrow.svg);
    background-repeat: no-repeat;
    background-position:11px 13px;
    margin:0 22px 0 0;
    background-color: transparent;
    padding: 0;
	transform: rotate(180deg);
        margin-left: -52px;
}
.widget-gallery.testimonial-gallery-sec .owl-theme .owl-controls .owl-nav .owl-next:hover{
	background-position: 12px -38px;
}
.widget-gallery.testimonial-gallery-sec .owl-theme .owl-controls .owl-nav .owl-prev:hover {
    background-position: 11px -38px;
}

.widget-gallery.testimonial-gallery-sec .owl-theme .owl-controls .owl-nav .owl-prev:hover,
.widget-gallery.testimonial-gallery-sec .owl-theme .owl-controls .owl-nav .owl-next:hover{
    background-color:#1c2f80 !important;
    border: 1px solid #1c2f80 !important;
}

/*testimonial section end*/

/*Home Image Gallery Start*/

.widget-gallery.home-gallery {
    padding: 100px 30px !important;
    background-color: #edf0fb;
}
.widget-gallery.home-gallery .owl-stage-outer {
    max-width: 1260px;
    margin:0 auto;
}
.widget-gallery.home-gallery .widget-title {
  color: #000;
  margin: 0 0 40px;
  padding: 0;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
}
.widget-gallery.home-gallery .owl-stage-outer .item img {
  max-height: 600px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
/*Home Image Gallery end*/
.page-green-eco-friendly-cleaning .page-content,
.page-home-test .page-content {
    padding: 0 0px;
}
.widget-gallery.testimonial-gallery-sec.inner-top-customer-say {
    padding: 0px 70px 100px;
}

/*back to top button*/
.widget-article.footer-back-to-top {
    width: 40px !important;
    z-index: 999;
}
.widget-article.footer-back-to-top span {
    padding: 0;
    margin: 0;
    background:#1238e9;
    border-radius: 0;
    height:30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: fixed;
    bottom:20px;
    right: 40px;
}
/*.widget-article.footer-back-to-top span:hover {
    background: #000;
}*/
.widget-article.footer-back-to-top span:hover svg path{
    fill-opacity:1;
}
/*back to top button end*/
.popup-mask {
    background-color: rgba(0,0,0,0.8);
}
.popup-video {
    /*max-width: 1100px;*/
    margin: 0 auto;
}
.popup-video iframe {
    min-width: 800px;
    max-width: 800px;
    height:506px;
}
.wc-site-popup.popup .close-icon{ 
    right:-45px;
    top:0px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    height: 35px;
    width: 35px;
    line-height: 32px;
    border-radius: 50%;
    box-shadow: 0 0 0px rgba(0,0,0,.8)!important;
	display: flex;
    justify-content: center;
    align-items: center;
}
.wc-site-popup.popup .close-icon:hover {
	background:#1C2F80;
}
.wc-site-popup.popup .close-icon::after {
    color: #fff;
    content:"\f00d";
    font-size:22px !important;
	line-height:38px;
	font: normal normal normal 14px / 1 FontAwesome;
    line-height: 25px;
}

/*job form start*/
.page-privacy .what-our-customer-say-section,
.page-terms-of-service .what-our-customer-say-section,
.page-contact-us .what-our-customer-say-section,
.page-job .what-our-customer-say-section {
    background-color: #EDF0FB;
    position: relative;
    z-index: 1;
  padding: 100px 0;
}
.page-privacy .what-our-customer-say-section .our-customer-container .header-title,
.page-terms-of-service .what-our-customer-say-section .our-customer-container .header-title,
.page-contact-us .what-our-customer-say-section .our-customer-container .header-title,
.page-job .what-our-customer-say-section .our-customer-container .header-title{
  display: none;
}
.page-contact-us .what-our-customer-say-section, .page-job .what-our-customer-say-section {
    background-color: #fff
}
.page-privacy .widget-gallery.testimonial-gallery-sec,
.page-terms-of-service .widget-gallery.testimonial-gallery-sec,
.page-job .widget-gallery.testimonial-gallery-sec {
    background-color: #EDF0FB;
}
.inner-job-content {
    max-width: 850px;
    margin: 0 auto;
}
.inner-job-content p{
	padding: 0;
    margin: 0 0 20px 0;
    color: #222222;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
	text-align:left;
}
.inner-job-content h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 20px;
}
.inner-job-content h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 20px;
}
.widget-form.contact-form {
    max-width: 850px;
    margin: 60px auto 100px;
    padding: 0;
}
.widget-form.contact-form .form-template {
    max-width: 100%;
}
/*job form end*/

.widget-snippet .trusted-maid-container {
    gap: 24px 50px;
}
.widget-snippet .trusted-maid-container .trusted-maid-content .trusted-maid-button {
    text-transform: capitalize;
	-webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-snippet .few-reasions-section .full-container .book-now-btn a {
    text-transform: capitalize;
}
.widget-snippet .few-reasions-section .full-container .book-now-btn a:hover {
    background-color:#fff;
	color:#000;
}
.widget-snippet .professional-office-section .book-now a{
	max-width: 160px;
    width: 100%;
    display: block;
    height: 48px;
    padding: 12px 10px;
    text-decoration: none;
    border-radius: 10px;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin: 30px auto 0;
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
    text-align: center;
    background: #000;
    border-radius: 11px;
    text-transform: capitalize;
	border:0px;
}
.widget-snippet .professional-office-section .book-now a:hover{
	background: #ffffff;
    color: #000000;
}
.widget-snippet .moving-in-out-cleaning-section .full-container .book-now-btn a{
	text-transform: capitalize;
}
.widget-snippet.job-banner .top-inner-banner {
  background-position: top;
}
.terms-privacy-content{
	max-width:1260px;
	padding:0 30px;
    margin: 0 auto 100px;
}
.terms-privacy-content h3 {
    font-size: 25px;
    line-height: 35px;
	font-weight:700;
}

.terms-privacy-content h2{
    font-size: 30px;
    line-height:40px;
	font-weight:700;
    margin: 0 0 15px;
}


/*top banner slider start*/
.top-banner-slider{
	margin-bottom:0;
}
.top-banner-slider img{
	width:100%;
	object-fit:cover;
}
.top-banner-slider .jssor-slider-container {
    position: relative;
    width: 980px;
    height:420px !important;
    overflow: hidden;
}
.top-banner-slider .jssor-slider-container .caption-wrapper {
    bottom: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width:800px;
    margin: 0 auto;
    padding: 60px 0;
    left: unset;
    top: unset;
    right: unset;
    position: relative;
}
.top-banner-slider .jssor-slider-container .title {
    font-size: 1.5rem;
}
.top-banner-slider .jssor-slider-container h1,
.top-banner-slider .jssor-slider-container .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    order: 2;
    color:#fff;
	margin: 0;
    padding: 0;
}
.top-banner-slider .jssor-slider-container .caption-wrapper [u=caption] {
    width: 100%;
    padding: 0 0 10px;
}
.top-banner-slider .button{
    order: 1;
	margin:0;
}
.top-banner-slider .jssor-slider-container .description {
    font-size: 11px;
    order: 3;
    padding: 0px 0;
	line-height:12px;
	font-weight: 600;
}
.top-banner-slider .button .submit-button {
    width: 31px;
    height: 31px;
    background-color: #1c2f80;
    border-radius: 5px;
    border: 0px !important;
    position: relative;
    padding: 0 !important;
}
.top-banner-slider .button .submit-button::before {
    content: '';
    background: url(../images/home-icon-2.png) no-repeat;
    background-size: auto;
    width: 15px;
    height: 16px;
    position: absolute;
    top: 8px;
    left: 50%;
    background-size: 15px;
    transform: translateX(-50%);
}
.top-banner-slider .jssor-slider-container .slide::after,
.widget-snippet .inner-banner-office.inner-post-construction::before {
    background: rgb(28, 47, 128);
    opacity: 0.5;
}
/*top banner slider end*/

.widget-snippet .top-inner-banner .home-icon-box a,
.widget-snippet .inner-banner-office .home-icon-box a{
    width: 60px;
    height: 60px;
    background-color: #1c2f80;
}
.widget-snippet .top-inner-banner .heading-title,
.widget-snippet .inner-banner-office .heading-title{
    font-size: 55px;
}
.widget-snippet .top-inner-banner {
    padding: 85px 0 60px;
}
.widget-snippet.cleaning-inner {
    margin: 0 0 100px;
}
.widget-snippet .inner-banner-office.inner-post-construction .heading-container p {
    font-weight: 400;
}
.widget-snippet .inner-banner-office.inner-post-construction {
    padding: 70px 0 70px;
}
.widget-snippet .moving-in-out-cleaning-section .full-container .book-now-btn a:hover {
    background-color: #1C2F80;
}
.page-content {
    padding: 0;
}
.page-about-us .page-content {
    padding: 0;
}

.widget.widget-snippet.book-stand .why-choose-area {
    background: #f0f5fa;
}
.widget.widget-snippet.book-stand .why-choose-container{
    align-items: flex-start;
}

.widget.widget-snippet.book-stand .why-choose-container .banner-col img {
    height: 95vh;
}
.widget.widget-snippet.book-stand .why-choose-container .content-col h6, .widget.widget-snippet.book-stand .why-choose-container .content-col p strong{
    font-weight:600;
}
.widget.widget-snippet .moving-in-out-cleaning-what-we-do .moving-in-out-service ul {
    padding: 0 0 0 12px;
}
.widget.widget-snippet .about-us-heading-container .about-us-heading-title {
    font-family: "Poppins", sans-serif;
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
}
.widget.widget-snippet .about-us-heading-container .about-us-heading-text {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 32px;
}
.widget.widget-snippet .about-us-page-heading-area {
    padding: 100px 0;
}
.widget.widget-snippet .about-us-page-heading-area::before,
.widget.widget-snippet .top-inner-banner::before{
    background: #1c2f80;
    opacity: 0.5;
}
/* Page Contact Form Start */

.widget-article.contact-title h1 {
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 58px;
    font-weight: 700;
    font-style: normal;
    line-height: 65px;
    color: #000;
    max-width: 600px;
    margin: 0 auto 20px;
}
.widget-article.contact-title p{
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.widget-article.contact-title {
    background: #edf0fb;
    padding: 100px 0 0;
}
.widget-form.page-contact-form {
    padding: 45px 30px 120px;
    background: #EDF0FB;
}
.widget-form.page-contact-form::before {
    content: "";
    background-image: url("/template/1f6e749a/images/linebgoverlay.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 60%;
    opacity: 0.1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.widget-form.page-contact-form .widget-title {
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    line-height: 60px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    padding: 0;
    margin: 0 0 30px;
}

.widget-form.page-contact-form .form-template {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    background: #1c2f80;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 70px 60px 50px;
    border-radius: 10px;
}
.widget-form.page-contact-form .form-row {
    margin: 0 0 15px;
}
.widget-form.page-contact-form .single-input-row .form-row.textArea {
    margin: 0 0 15px;
}
.widget-form.page-contact-form .form-row.btn-row button {
    margin: 0;
}
.widget-form.page-contact-form input[type="text"], 
.widget-form.page-contact-form textarea, 
.widget-form.page-contact-form select {
    background-color: #ffffff;
    border-color: #eeeeee;
    font-family: "Lato", Sans-serif;
    color: #000000;
    border-radius: 4px;
    font-size: 16px;
    height: 47px;
    padding: 6px 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.widget-form.page-contact-form textarea {
    height: 103px;
}
.widget-form.page-contact-form .form-row.btn-row button {
    margin: 20px 0 0;
    width: 100%;
    max-width: unset;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 18px;
    border-radius: 8px;
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}
.widget-form.page-contact-form .form-row.btn-row button:hover,
.widget-form.page-contact-form .form-row.btn-row button:focus {
    background-color: #6c6c6c;
}
.widget-form.page-contact-form .form-row.btn-row button::before {
    content: "";
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M7 4C4.23858 4 2 6.23858 2 9V15C2 17.7614 4.23858 20 7 20H17C19.7614 20 22 17.7614 22 15V9C22 6.23858 19.7614 4 17 4H7ZM7.62473 8.21913C7.19347 7.87412 6.56418 7.94404 6.21917 8.3753C5.87416 8.80657 5.94408 9.43586 6.37534 9.78087L8.87656 11.7818C10.7027 13.2427 13.2974 13.2427 15.1235 11.7818L17.6247 9.78087C18.056 9.43586 18.1259 8.80657 17.7809 8.3753C17.4359 7.94404 16.8066 7.87412 16.3753 8.21913L13.8741 10.2201C12.7785 11.0966 11.2216 11.0966 10.126 10.2201L7.62473 8.21913Z" fill="%23ffffff"></path></g></svg>');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    height: 18px;
    width: 18px;
    display: inline-flex;
}

/* Page Contact Form End */
.spotless-clean-right p a:hover{
  text-decoration:none;
}

.widget-article.footer-our-address .address-content {
    max-width: 313px;
    margin: 0 auto 7px!important;
}
.fee .widget.widget-form.get-quote {
    max-width: 800px;
}



@media screen and (max-width: 1500px) {

}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1300px) {
    .responsive .header > .widget-container,
    .responsive .footer > .widget-container {
        max-width: 100%;
        width: 100%;
    }
    .widget-article.footer-back-to-top span {
        right: 30px;
    }
}

@media screen and (max-width: 1200px) {
    #left-modern-nav-drawer-wc .responsive-navigation.wc-modern-navigation .navigation-item.get-quote {
        display: none;
    }
    /*.left-modern-nav-drawer-container {
              box-shadow: 0 3px 12px -5px rgba(0,0,0.1);
          }*/
    aside#left-modern-nav-drawer-wc {

        width: 340px;
    }

    .left-modern-nav-drawer-container .wc-mdoern-nav-title {
        border-bottom: 0;
        padding-bottom: 25px !important;
    }

    #left-modern-nav-drawer-wc .nav-wrapper.horizontal.responsive-navigation.wc-modern-navigation {
        padding: 30px 20px;
    }

    #left-modern-nav-drawer-wc .responsive-navigation.wc-modern-navigation .navigation-item {
        padding: 0;
    }

    #left-modern-nav-drawer-wc .horizontal > .navigation-item a {
        padding: 10px 0 !important;
        width: 100%;
        color: #000;
        text-decoration: none;
        text-transform: capitalize;
        font-size: 17px;
        line-height: 24px;
    }

    .wc-modern-nav-logo {
        background: url('/template/1f6e749a/images/header-logo.png') no-repeat;
        background-size: auto;
        width: 90px;
        height: 70px;
        display: block;
        background-size: 90px;
    }

    #left-modern-nav-drawer-wc .horizontal > .navigation-item a:hover {
        color:#1c2f80;
        text-decoration: none;
    }

    #left-modern-nav-drawer-wc .responsive-navigation.wc-modern-navigation .navigation-item.has-child .child-opener {
        right: 0;
        text-align: center;
        width: 15px;
        padding: 0;
        top: 10px;
    }

    #left-modern-nav-drawer-wc .responsive-navigation .navigation-item.has-child .child-opener::before {
        content: '\f107' !important;
        font-family: "FontAwesome" !important;
        right: 0;
        margin-left: 0;
        font-weight: 600;
        width: 100%;
        display: block;
    }
    #left-modern-nav-drawer-wc .responsive-navigation .navigation-item.has-child .child-opener::before {
        color: #000;
        font-size: 15px;
        font-weight: normal;
    }

    .horizontal .navigation-item.active > a {
        color:#1c2f80 !important;
    }

    .left-modern-nav-drawer-container .wc-modern-nav-close-button {
        width: 25px;
        height: 22px;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        float: right;
        position: absolute;
        right: 20px;
        top: 33px;
        padding: 0;
    }

    .left-modern-nav-drawer-container .wc-modern-nav-close-button:before, .left-modern-nav-drawer-container .wc-modern-nav-close-button:after {
        position: absolute;
        left: 14px;
        content: ' ';
        height: 21px;
        width: 2px;
        background-color: #000000;
    }

    .left-modern-nav-drawer-container span.child-opener.close:before {
        transform: rotate(180deg);
    }

    .responsive #left-modern-nav-drawer-wc .navigation-item .navigation-item-child-container.open {

        background: #fff;
        padding: 0 0 2px 16px;
    }

    .horizontal .navigation-item .navigation-item-child-container .navigation-item a {

        border-bottom: 0;
    }

    .header .widget.widget-navigation.main-menu .menu-title {
        position: absolute;
        right: 20px;
        top: 33px;
        z-index: 1;
    }

    .header .widget.widget-navigation.main-menu {
        width: 100%;
    }

    .header .widget-navigation.main-menu .menu-button em {
        background-color: #000;
    }

    .left-modern-nav-drawer-container .wc-mdoern-nav-title img {
        width: 190px;
    }
    .widget-navigation.main-menu .menu-button {
        height: 20px;
        width: 30px;
    }
   .responsive .header-btn a {
        height: 45px;
        padding: 10px 5px;
        font-size: 16px;
        line-height: 24px;
    }
    .widget-image.separator-image img {
        max-width:800px;
    }
    .widget-article.top-title p {
        font-size: 25px;
    }
    .footer .widget-title {
        font-size: 22px;
        line-height: 30px;
    }
    .widget-article.footer-info p,
    .widget-article.footer-our-address p,
    .widget-article.footer-our-address a{
        line-height: 27px;
        font-size: 17px;
    }
    .footer .widget-navigation.footer-menu .navigation-item a {
        font-size: 17px;
        line-height: 27px;
        padding: 0 0 5px 25px;
    }
    .widget-article.footer-back-to-top span {
        right: 20px;
    }
    .widget-snippet .few-reasions-section.about .full-container {
        padding: 0 20px;
    }
}

@media screen and (max-width: 991px) {
    .widget-image.separator-image img {
        max-width: 720px;
    }
    .widget-snippet .few-reasions-section.about .full-container {
        flex-direction: column;
    }
    .widget-snippet .few-reasions-section.about .full-container .left-cleaning-box {
        width: 100%;
        padding: 0;
    }
    .widget-snippet .few-reasions-section.about .full-container .right-cleaning-box {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .widget-snippet .few-reasions-section.about .full-container {
        padding: 0 15px;
    }
    .widget-snippet.header-btn{
        display: none;
    }
    #left-modern-nav-drawer-wc .responsive-navigation.wc-modern-navigation .navigation-item.get-quote {
        display:block;
    }
    aside#left-modern-nav-drawer-wc {
        width: 100%;
    }
    .header .widget.widget-navigation.main-menu .menu-title {
        right: 15px;
        top: 27px;
    }
    .widget-article.footer-back-to-top span {
        right: 15px;
        bottom: 38px;
    }
    .responsive .footer{
        padding: 0 15px;
    }
    .widget-article.top-title p {
        font-size: 22px;
        line-height: 32px;
        text-align: left;
    }
    .widget-image.separator-image img {
        max-width: 100%;
    }
    .widget-image.footer-logo img {
        width: 115px;
    }
    .widget-article.footer-info p,
    .widget-article.footer-our-address p,
    .widget-article.footer-our-address a {
        line-height: 26px;
        font-size: 16px;
    }
    .footer .widget-title {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 15px;
    }
    .footer .widget-navigation.footer-menu .navigation-item a {
        font-size: 16px;
        line-height: 26px;
    }
    .widget-article.footer-our-address .widget-title,
    .widget-article.footer-our-address p {
        text-align: left;
    }
    .responsive .footer-social ul {
        align-items: start;
        justify-content: start;
    }
   .widget-article.footer-copyright p {
    line-height: 25px;
    font-size: 15px;
    text-align: left;
    letter-spacing: 0;
	max-width: 300px;
  }
   body > .footer::after {
    height: 108px;
  }
 .responsive .widget-article.footer-our-address .address-content {
    max-width: 100%;
   }
}


@media screen and (max-width: 350px) {
    .widget-article.footer-copyright p {
        font-size: 14px;
    }
    .widget-article.footer-info p,
    .widget-article.footer-our-address p,
    .widget-article.footer-our-address a,
    .footer .widget-navigation.footer-menu .navigation-item a{
        font-size: 15px;
    }

}

