
::-webkit-scrollbar {
    width: 12px
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

::-webkit-scrollbar-thumb {
    background: rgba(210,210,210,.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    box-shadow: inset 0 0 6px rgba(0,0,0,.5)
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(210,210,210,.4)
}

* {
    -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: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block;
}
figure {
    margin: 1em 0;
}
audio, canvas, progress, video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #0445b7;
    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: monospace, monospace;
    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: #0445b7;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #0445b7;
    color: #ffffff;
    text-shadow: none;
}

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;
}
.header > .widget-container, .footer > .widget-container {
    max-width: 100%;
}
@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    text-align: left;
    line-height: 30px;
}

a, a:link, a:hover, a:active, a:visited {
    text-decoration: none;
    font-weight: inherit;
    color: #000;
}
.vertical .navigation-item a:hover {
    color: #0445b7;
}

/*start:placeholder*/
input::-webkit-input-placeholder {
    color: #000;
    font-size: 14px !important;
	font-weight: 500;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

input::-moz-placeholder {
    color: #000;
    font-size: 14px !important;
	font-weight: 500;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

input:-ms-input-placeholder {
    color: #000;
    font-size: 14px !important;
	font-weight: 500;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

input:-moz-placeholder {
    color: #000;
    font-size: 14px !important;
	font-weight: 500;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}
input:focus {
    color: #000;
	font-weight: 500;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}
textarea::-webkit-input-placeholder {
    color: rgb(0, 0, 0);
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: rgb(0, 0, 0);
}

textarea::-moz-placeholder {  /* Firefox 19+ */
    color: rgb(0, 0, 0);
}

textarea:-ms-input-placeholder {
    color: rgb(0, 0, 0);
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
}
p {
    color: #000000;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    line-height: 27px;
    margin: 0;
    padding: 0 0 20px;
}

/* Common Styles */
p, code, table, th, td, ul, ol, li, 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 {
    color: #000000;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;

}
input[type="submit"], input[type="button"], button, .button, a.button {
    margin-top: 10px;
    background: transparent;
    border: 1px solid #d40811;
    box-sizing: border-box;
    text-align: center;
    height: auto !important;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    text-transform: none;
    font-size: 17px;
    color: #d40811;
    padding: 7px 55px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
input[type=submit]:hover, input[type=button]:hover, button:hover, a.button:hover, .button:hover {
    background: #d40811;
    color: #fff;
}

input[type=text], input[type=password], select {
    height: 40px;
}

input[type=text], input[type=password], select, textarea {
    border-color: #b4b4b4;
    font-family: inherit;
    box-sizing: border-box;
    padding-left: 10px;
    border-radius: 0;
}

textarea {
    height: 90px;
}

input[type="text"].validation-error, input[type="password"].validation-error {
    background: #fff;
}

button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Inside {
    background: url(/template/34485eb5/image/calendar.png) no-repeat;
    background-position: 97% 43%;
    cursor: pointer;
    z-index: 99;
}
.Zebra_DatePicker td.dp_current {
    color: #ffffff;
}
.Zebra_DatePicker .dp_daypicker td.dp_hover {
    background: #d40811;
}
.Zebra_DatePicker .dp_daypicker th {
    border: 1px #c11c24 solid;
}
.Zebra_DatePicker {
    background: none repeat scroll 0 0 #ff3e48;
    border: 3px solid #ff3e48;
}
table {
    max-width: 100%;
    margin-bottom: 20px;
}
.widget-snippet td, .widget-snippet th {
    padding: 8px;
}
table th {
    font-size: 17px;
    font-weight: 700;
    background: #eee;
}

table, th, td {
    border: 1px solid #d9d9d9;
    padding: 8px;
    text-align: left;
    font-weight: normal;
    font-size: 17px;
    color: #000000;
}

table tr:nth-child(2n) {
    background: #f8f8f8;
}

.widget-snippet {
    font-family: 'Poppins', sans-serif;
    font-size:  17px;
    color: #000000;
    line-height: 30px;
    text-align: left;
}
.widget-snippet p{
    color: #000000;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    line-height: 27px;
    margin: 0;
    padding: 0 0 20px;
}

.widget-snippet a {
    color: #000;
}

.widget-snippet a:hover {
    color: #0445b7;
    text-decoration: none;
}

.widget-snippet ul, ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.widget-snippet ul li, ul li{
    list-style-type: none;
}
.widget-snippet ul li, .widget-snippet ol li, ul li, ol li {
    position: relative;
    margin: 0 0 8px;
    padding: 0 0 0 16px;
    color: #000000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    text-align: left;
    line-height: 24px;
}

.widget ul li a, .widget ol li a {
    color: #000;
}

.widget ul li a:hover, .widget ol li a:hover {
    color: #0445b7;
    text-decoration: none;
}

ol li {
    list-style-type: decimal;
    padding: 0 0 6px 10px;
}

.widget-snippet ul li::before, ul li::before {
    content: '\f111';
    position: absolute;
    left: 0;
    z-index: 1;
    font: normal normal normal 14px/1 FontAwesome;
    color: #0445b7;
    font-size: 9px;
    top: 48%;
    transform: translateY(-50%);
	line-height: 24px;
}

ul, ol, .widget-snippet ul, .widget-article ul, .widget-snippet ol, .widget-article ol {
    margin-bottom: 12px;
}

ol, .widget-article ol, .widget-snippet ol {
    padding-left: 19px;
}

/* Webcommander Base */
.page-content .v-split-container > .v-split {
    margin: auto;
    /* width: 1200px; */
    max-width: 100%;
}
.body > .widget-container{
    min-height: 350px;
}

.auto-page .page-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
	width:100%;
}
.auto-page.page-category .page-content {
    max-width: 100%;
}
.auto-page.page-category .product-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.body > .body-section > .widget-container {
	max-width: 100%;
}

.form-row {
    position: relative;
}

.errorlist.after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    padding: 0;
    position: absolute;
    bottom: -5px;
    background: #ff3e48;
    box-sizing: border-box;
    border-radius: 2px;
}

.errorlist.after .message-block {
    margin: 0;
    padding: 4px 15px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    box-sizing: border-box;
    line-height: 16px;
	width:100%;
}

.form-row.textArea .errorlist.after {
    bottom: -7px;
}

.message-block.info-message, .message-block.success {
    border: 0px solid #0445b7;
    color: #fff;
    background: #0445b7;
    margin: 0 0 20px;
    border-radius: 4px;
}

.simpleCaptcha-container {
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    width: 100%;
    display: block;
    margin-top: 7px;
}

.simpleCaptcha-container .simple-captcha label[for="captcha"], .simpleCaptcha-container .simple-captcha-reload {
    display: none;
}

.simpleCaptcha-container .form-row.simple-captcha {
    width: 48%;
    display: inline-block;
    box-shadow: 0 0 0 0;
    border: 0 solid #959595;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
    height: 45px;
    background: #fff;
    border-radius: 0;
    margin-top: 0;
}

.form-row.simple_captcha_input_field.mandatory {
    width: 48%;
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
    vertical-align: top;
    float: right;
}



.simpleCaptcha-container .form-row.simple_captcha_input_field label, .simpleCaptcha-container .form-row.simple_captcha_help_text {
    display: none;
}

.simpleCaptcha-container .form-row.simple_captcha_input_field input {
    width: 100%;
	margin:0;
}

.login-form .title, .registration-form .title, .password-reset-form .title, .customer-new-password .title {
    padding-bottom: 20px;
    text-align: center;
    color: #000;
}

.widget.widget-form.contact-form {
    background: #f8f8f8;
    padding: 30px 50px 40px;
}

.widget.widget-form.contact-form button.submit-button {
    width: 100%;
    background-color: #002368;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    font-size: 14px;
    letter-spacing: 1px;
}

.widget.widget-form.contact-form button.submit-button:hover {
    background-color: #000;
}

.simpleCaptcha-container .form-row.simple-captcha img {
    height: 36px;
    vertical-align: middle;
    margin-top: 2px;
}

.widget.widget-form.contact-form .form-row.btn-row {
    margin-top: 15px;
}

.widget.widget-form.contact-form .form-row.btn-row label {
    display: none;
}

.widget.widget-form.contact-form textarea {
    min-height: 160px;
    padding-top: 15px;
}

.widget-form input[type=text] {
    height: 45px;
}

.widget-form input[type=text], .widget-form textarea, .widget-form select {
    width: 100%;
    font-size: 14px !important;
	font-weight: 500;
    line-height: 20px;
    border: 1px solid #959595;
    padding: 10px 15px;
    border-radius: 0;
}

.widget > .widget-title {
    padding: 0 0 30px 0;
    margin: 0;
    font-size: 29px;
    text-align: left;
    color: #080808;
    font-weight: 500;
    text-transform: none;
    line-height: 36px;
    font-family: 'Poppins', sans-serif;
}
/*end : common style*/



/*start:Page not faund */
.page-page-not-found .page-content {
    text-align: center;
}
.page-page-not-found .page-content .article-content{
    padding: 100px 0;
}
.page-page-not-found .page-content .article-content h1 {
    color: #f00;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 70px;
}

.page-page-not-found .page-content .article-content h2 {
    color: #000;
    font-size: 36px;
    text-align: center;
    padding: 32px 0 12px 0;
    margin: 0;
}

.page-page-not-found .page-content .article-content p {
    text-align: center;
    padding: 0;
    margin: 0;
}
/*end:Page not faund */




/*start:header*/

.header .widget-image {
    text-align: center;
    min-width: 200px;
    min-height: 60px;

}
.header .widget-image img {
    max-width: 100%;
    height: auto;
}
.front-end .header .widget-image.advantec-logo {
    position:relative;
    width: 215px !important;
    height: 215px !important;
    margin-top:18px;
    overflow: hidden;
    border-radius: 100%;
    border: 12px solid #d40811;
    background:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 9;
}


.widget-pageHeading, .page-heading , .category-details-container{
    padding: 90px 0;
    text-align: center;
    background: url("/template/f8dba3b6/images/banner-image.jpg") no-repeat center;
    background-size: cover;
    position: relative;
    margin-bottom: 70px;
}
.subcategory-container .title, .product-container .title{
    display: none;
}
.category-details-container .title {
    padding: 0;
    margin: 0;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    display: block;
    text-shadow: 1px 1px 30px rgba(0,0,0,0.9);
    background: none;
}
.category-details-container .title:before{display: none;}
.widget-pageHeading {
    padding: 100px 0 100px 0;
    margin-bottom: 70px;
}
.widget.widget-pageHeading{
    padding: 170px 0 0;
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: center;
    max-width: 1772px;
}
.widget.widget-pageHeading h1 {
    padding: 10px 50px;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 36px;
    line-height: 60px;
    font-family: 'Poppins', sans-serif;
    background: rgba(4, 69, 183, 0.6);
    display: block;
    border-radius: 0;
    margin: auto;
    top: 0;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0;
}
/*end:header*/


/* ================================================ BODY DESIGN Common ================================================*/
/*start:manu*/

.widget-navigation.main-menu {
    text-align: center;
    z-index: 1;
}
.bmui-droppable-target .widget-navigation.main-menu {
    z-index: auto;
}
.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 > a span::after {
    content: '\f107';
    display: inline-block;
    color: rgba(0, 0, 0, 0.9);
    font-size: 16px;
    font-family: "FontAwesome";
    right: 0;
    margin-left:3px;

}
.widget-navigation.main-menu .navigation-item.first a {
    padding-left: 0;
}
.widget-navigation.main-menu .navigation-item a {
    color: rgba(0, 0, 0, 0.90);
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 0px 15px;
        transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.widget-navigation.main-menu .navigation-item a:hover {
    color: #0445b7;
}
.widget-navigation .horizontal .navigation-item.last a {
    padding-right: 0;
}
/** Sub Menu **/
.main-menu .navigation-item .navigation-item-child-container {
    width: 350px;
    top: 35px;
    background: none;
    text-align: center;
    padding: 0px;
    left: 15%;
    box-shadow: 0px 10px 22px rgba(88, 88, 88, 0.12);
    margin: -5px 0 0 -134px;
    position: absolute;
    border-radius: 3px;
    padding-top: 10px;
}
.main-menu .navigation-item-child-container .navigation-item.first a::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-color: #0445b7 transparent #0445b7 transparent;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    transition: all 0.5s ease 0s;
    margin-left: -10px;
    z-index: 1;
}
.main-menu .navigation-item-child-container .navigation-item.first a:hover::before {
    border-color: #0a419c transparent #0a419c transparent;
}
.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 {
    border-bottom: 1px solid rgba(100, 100, 100, 0.1);
    padding: 10px 20px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #ffffff;
    text-transform: none;
    font-weight: bold;
    transition: all 0.5s ease 0s;
    background: #053ea5;
    font-weight: normal;
    font-size: 15px;
    border-bottom: 1px solid #043fa7;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.last a {
    padding-right: 24px;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
    border-bottom: 0;
}
.widget-navigation.main-menu .navigation-item a span {
    position: relative;
}
.widget-navigation.main-menu .navigation-item a span::before {
    position: absolute;
    content: "";
    width: 65%;
    height: 2px;
    background: #0a419c;
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
}
.widget-navigation.main-menu .navigation-item a:hover span::before, .widget-navigation.main-menu .navigation-item.active a span::before {
    width: 65%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 1;
    display: none;
}
.widget-navigation.main-menu .navigation-item.has-child a span::before {
    display: none;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    background: #063889;
    color: #fff;
    z-index: 2;
    display: block;
}
.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: 0;
}
.header .top-right-menu{
    text-align: right;
}
.header .top-right-menu .navigation-item a {
    color: rgba(255, 255, 255, 0.9);
    font: 600 14px 'Poppins', sans-serif;
    line-height: 20px;
    padding: 12px 14px;
    transition: all 300ms ease-out 0s;
    text-transform: uppercase;
}

.header .top-right-menu .navigation-item a:hover {
    color: #f5f5f5;
}
/*end:menu*/
/* ======Top Banner Front page ==========*/

.front-page-form {
    position: absolute !important;
    content: '';
    right: calc(50% - 698px);
    top: 0;
    background: #0445b7;
    width: 455px;
    padding: 25px 50px 20px;
}
.front-page-form .widget-title {
    padding: 0;
    margin: 29px 0 10px;
    text-align: center;
    color: #fff;
}
.front-page-form .single-input-row .form-row, .front-page-form .simpleCaptcha-container .form-row, .front-page-form .simpleCaptcha-container, input[type=text], .widget-form textarea, .widget-form select, .front-page-form  .form-row.btn-row{
	margin:5px 0;
    padding-bottom: 0;
}


.front-page-form .submit-button {
    width: 100%;
    margin-top: 5px;
    background: transparent;
    border: 3px solid #ffffff;
    box-sizing: border-box;
    height: auto !important;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    text-transform: none;
    font-size: 16px !important;
    color: #ffffff;
    padding: 12px 15px !important;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-align: left !important;
    position: relative;
}
.front-page-form .simpleCaptcha-container .form-row.simple-captcha img {
    height: 36px;
    vertical-align: middle;
    margin-top: 5px;
}
.front-page-form button.submit-button::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    width: 10px;
    height: 20px;
    right: 15px;
    font-size: 24px;
    font-weight: 100;
    line-height: 38px;
    top: 0;
}
.front-page-form .submit-button:hover {
    background: #013692;
	border-color: #013692;
    color: #fff;
}
.front-page-form input[type=submit][disabled], input[type=button][disabled], button[disabled], .button.disabled, a.button.disabled {
    background: #bfbfbf;
    border: none;
    color: #ACACAC;
    text-shadow: 0 0 1px #E6E6E6;
    border: 2px solid #bfbfbf;
}
.front-page-form .form-template textarea {
    height: 120px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 12px !important;
}
.front-page-form input[type=text], .widget-form textarea, .widget-form select {
    border: 0px solid #013692;
    margin: 5px 0;

}
.contact-us {
    margin: 40px auto;
    max-width: 700px;

}
.contact-us .form-row select {
    width: 100%;
}
.contact-us .double-input-row {
	margin:0 -10px;
}
.contact-us input[type="submit"], input[type="button"], button, .button, a.button{
    width: 100%;
    margin-top: 5px;
    background: transparent;
    border: 2px solid #013692;
    background: #013692;
    box-sizing: border-box;
    height: auto !important;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    text-transform: none;
    font-size: 18px !important;
    color: #ffffff;
    padding: 12px 15px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center !important;
	position:relative;
	    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.contact-us input[type=submit]:hover, input[type=button]:hover, button:hover, a.button:hover, .button:hover  {
    background: #000;
    border: 2px solid #000;
    color: #fff;
}
.contact-us .simpleCaptcha-container .form-row.simple-captcha {
    width: 48.5%;
    display: inline-block;
    box-shadow: 0 0 0 0;
    border: 0 solid #959595;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
    height: 45px;
    background: #fff;
    border-radius: 0;
    margin-top: 0;
}
.contact-us input[type=text], .widget-form textarea, .widget-form select, .contact-us .simpleCaptcha-container .form-row.simple-captcha {
    border: 2px solid #eee;
	height:48px;
}
.contact-us .single-input-row .form-row {
    margin-top: 0;
    padding-bottom: 0;
}


.contact-us .form-row.simple_captcha_input_field.mandatory {
    width: 49%;
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
    vertical-align: top;
    float: right;
	padding: 0 0 0 3px;
}
.contact-us textarea {
	height:130px;
}

/* ======End Top Banner Front page ==========*/
/* ======404 page ==========*/
.page_404 {
	margin: 80px 0;
	text-align: center;
}
.page_404 .ops {
	color: #000000;
	font-size: 75px;
	font-weight: 700;
	line-height: normal;
}
.page_404 .ops .big_font {
	color: #0445b7;
	font-size: 104px;
	margin-right: -17px;
}
.page_404 .big {
	color: #0445b7;
	font-size: 104px;
	margin-left: -19px;
}
.page_404 .error {
	font-size: 36px;
	color: #f00;
	font-weight: 600;
}
.page_404 p {
	color: #252525;
	font-size: 18px;
	margin-bottom: 14px;

	margin-top: 20px;
	text-align: center;
}
@media (max-width: 991px) {
.page_404 {
	margin: 30px 0;
}
.page_404 .ops .big_font, .page_404 .big {
	font-size: 84px;
}
.page_404 .ops {
	font-size: 65px;
}
.page_404 .error {
	font-size: 29px;
}
}
@media (max-width: 767px) {
.page_404 {
	margin: 15px 0;
}
}
.total-result {
	color: #1d1d1d;
}
/* ====== End 404 page end ==========*/

/*gototop*/
.goToTop {
    text-align:center;
    background:#043ea4;
}
.goToTop span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    transition: all 300ms ease-out 0s;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    text-align:center;
    padding:10px 0;
}
.goToTop span::before {
    color: rgba(255, 255, 255, 0.9);
    content: "\f106";
    font-family: FontAwesome;
    right: -30px;
    position: absolute;
    top: 10px;
    font-size: 33px;
    font-weight: 300;
    transition: all 300ms ease-out 0s;
}
.goToTop span:hover:before, .goToTop span:hover {
    color: #cdcdcd;
}


.widget-snippet .general-freight {
    margin-bottom:0px !important;

}

/*start:footer */
.footer{
    position:relative;
    margin:0 auto;
}
#webcommander-page > .footer::before {
    position: absolute;
    content: '';
    background: #252525;
    border-top: 11px solid #0445b7;
    height: 550px;
    left: 65px;
    top: 0;
    right: 65px;
}

.footer > .widget-container {
    position:relative
}
.footer > .widget-container::before {
    background:#0445b7;
    content:'';
    position:absolute;
    top:0;
    right:0;
    width:370px;
    height:100%;
}
.footer .widget-image {
    width: 185px !important;
}
.page-home .footer {
    margin-top: 0;
}
.widget-snippet .query-area{
    margin-top: 80px;
}
.page-home .widget-snippet .query-area{
    margin-top: 0;
}
.footer .widget > .widget-title {
    padding: 0 0 12px 0;
    margin: 0;
    font-size: 18px;
    text-align: left;
    color: #ffffff;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.footer .horizontal > .navigation-item {
    display: inline-block;
    width: 49%;
}
.vertical .navigation-item a {
    border-bottom: 0;
}
.footer .navigation-item a,
.footer .navigation-item.active a {
    border-bottom: 0px dashed #CCCCCC;
    display: block;
    padding: 0;
    color: #cccccc;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    line-height: 27px;
    text-align: left;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.footer .navigation-item a:hover, .footer .navigation-item.active a:hover {
    color: #4689ff;
    text-decoration:none;
}
.copyright{
    padding:0 15px;
}
.copyright p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #ccc;
    line-height: 28px;
    margin: 0;
    padding: 0;
}

.copyright a {
    color: #ccc;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.copyright a:hover {
    color: #0445b7

}

.footer-right-subscribe, .right-sidebar-subscribe {
    position: relative;
    display:block;
    z-index:1;
}
body.active-section .footer-right-subscribe, .right-sidebar-subscribe {
	z-index:auto;
}
.footer-right-subscribe label,  .right-sidebar-subscribe label{
    display:none;
}
.right-sidebar-subscribe input{
    width:100%;
    background:#ffffff;
    border:2px solid #ccc;
	height:48px; 
}
.right-sidebar-subscribe .widget-title {
    font-weight: 700;
    line-height: 25px;
    font-size: 24px;
    color: #000069;
    padding: 0;
    margin-bottom: 20px;
}
.footer-right-subscribe input {
    width:100%;
    background:#0445b7;
    border:2px solid #fff;
	height:48px;   
}
.footer-right-subscribe button {
    width:100%;
    background:#013692;
    border:2px solid #013692;
    color:#ffffff;
    font-weight:600;
	text-align:center !important;
    padding:10px 0;
    margin:3px 0;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.footer-right-subscribe button:hover{
    background:#000;
    border-color:#000;
    color:#ffffff;
}

.footer-right-subscribe button {
    width:100%;

    background:#ffffff;
    border:2px solid #ffffff;
    color:#013692;
    font-weight:600;
	text-align:center !important;
    padding:10px 0;
    margin:3px 0;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.footer-right-subscribe button:hover{
    background:#013692;
    border-color:#013692;
    color:#ffffff;
}

.footer-right-subscribe input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 16px;
}

.footer-right-subscribe input::-moz-placeholder { /* Firefox 19+ */
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 16px;
}

.footer-right-subscribe input:-ms-input-placeholder { /* IE 10+ */
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 16px;
}

.footer-right-subscribe input:-moz-placeholder { /* Firefox 18- */
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 16px;
}
.footer-right-subscribe input{
	color: rgb(255, 255, 255);
	font-weight: 600;
    font-size: 16px;
}
.footer-right-subscribe input[type="text"].validation-error, .footer-right-subscribe input[type="password"].validation-error {
    background: #0445b7;
}
.footer-right-subscribe input[type="text"].validation-error, .footer-right-subscribe input[type="password"].validation-error{
	border-width: 2px;
}
/*end:footer */

.back-to-top a{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin: 0;
    padding: 30px;
	background:#013692;
}

/*end:testimonials*/
/* ============ footer-blog ====================== */
.widget-blogPost.footer-blog-area .blog-post-item {
	border: medium none;
	margin: 0;
	padding: 0;
	margin-bottom:10px;
}
.widget-blogPost.footer-blog-area .blog-post-item .post.post-list-view-height {
	margin: 0;
	padding: 0;
}
.widget-blogPost.footer-blog-area .blog-post-item .post-list-view img, .widget-blogPost.footer-blog-area .blog-post-item .content, .widget-blogPost.footer-blog-area .blog-post-item .post-description > a, .widget-blogPost.footer-blog-area .blog-post-item .blog-post-info {
	display: none;
}
.widget-blogPost.footer-blog-area .blog-post-item .post-description {
	display: inline-block;
	padding: 0;
	width: auto;
}
.widget-blogPost.footer-blog-area .blog-post-item .post-description .title {
	line-height: normal;
	margin: 0;
	padding: 0;
}
.widget-blogPost.footer-blog-area .blog-post-item .title a {
	color: #cccccc;
	display: block;
    font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	transition: all 300ms ease-out 0s;
}
.widget-blogPost.footer-blog-area .blog-post-item .title a:hover {
    color: #4689ff;
}
.footer-blog-area .blog-post-content {
    overflow: hidden;
}
/* ============ exit-footer-blog ====================== */


/* Blog Style Start
**********************/
.widget.widget-blogPost {
	
}
.recent-post.featured .blog-post-item .title{
    padding-left: 0;
}
.recent-post.featured .blog-post-item .title::before{
    display: none;
}
.recent-post.featured .blog-post-item img{
    max-width: 100%;
}
.widget.widget-blogPost.recent-post{
}
.recent-post .widget-title, .blog-categories .widget-title {
    font-weight: 700;
    line-height: 25px;
    font-size: 24px;
    color: #000069;
    padding: 0;
    margin-bottom:20px;
}
.recent-post .widget-title, .blog-categories, .recent-post .blog-post-item {
    border-bottom: 0px;
}
.recent-post .blog-post-item {
    border-bottom: 0px;
    margin:0px !important;
    padding-bottom:10px;
}
/* .cta-btn-sideber */
.widget-snippet.cta-btn-sideber .banner-text {
    margin: 102px 0 0 0;
    width: 100%;
    padding: 40px 30px;
}
.widget-snippet.cta-btn-sideber .banner-text .phn-btn{
    display: none;
}
.widget-snippet.cta-btn-sideber .banner-text .banner-text-content h1 {
    font-size: 23px;
    line-height: 29px;
}
.widget-snippet.cta-btn-sideber .banner-text .banner-text-content p{
    text-align: center;
}
.widget-snippet.cta-btn-sideber .banner-text .phn-quote-btn{
    font-size: 16px;
    background: #070659;
    border-radius: 30px;
    height: auto;
    line-height: 34px;
    width: auto;
    padding: 6px 50px;
}
.widget-snippet.cta-btn-sideber .banner-text .phn-quote-btn:hover{
    text-decoration: none;
    background: #42a97c;
}
/*  */

.widget-blogPost.recent-post.featured .post.post-list-view-height {
    padding-bottom: 7px;
}
.blog-categories .vertical .navigation-item a::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #333;
    position: absolute;
    border-radius: 50%;
    top: 11px;
    left: 0;
}

.blog-categories .vertical .navigation-item + .navigation-item {
    margin-top: 5px;
}

.blog-categories .vertical .navigation-item a {
    border-bottom: none;
    display: block;
    padding: 0 0 0 20px;
    position: relative;
    color: #000000;
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: normal;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
}

.blog-categories .vertical .navigation-item a:hover,
.blog-categories .vertical .navigation-item a:focus {
    color: #2b2b8a;
}

.page-content .blog-post-item {
    width: 90%;
    overflow: hidden;
    float: left;
    padding: 0;
    box-sizing: border-box;
    min-height: 394px;
    border: none;
    margin: 0 32px 40px 0;
}

.page-content .post-list-view-width {
    width: 100%;
    height: 425px;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.page-content .blog-post-item a img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    object-fit: cover;
}

.blog-categories {
    padding: 50px 0;
}
.blog-post-details span.author, .blog-post-info span.categories, .blog-post-info span.date::before, .blog-post-info span.comment-count, .blog-post-info span.author {
	display:none;
}

.page-content .blog-post-item a:hover img {

    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);

}

.widget-blogPost .blog-post-content .blog-post-item .post-description {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.page-content .blog-post-item .title {
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    text-transform: none;
    margin: 15px 0 0 0;
    padding: 0;
	display:block;
}

.page-content .blog-post-item .title a {
    font-weight: 600;
    color: #043ea4;
    font-size: 20px;
}

.blog-post-item .title {
    font-size: 20px;
    padding-bottom: 0px;
    padding-top: 0;
    line-height: 24px;
    margin-bottom: 8px;
}

.blog-post-item .title a {
    color: #000;
    font-size: 1em;
    font-weight: 400;
}

.blog-post-item .title a:hover {
    color: #2b2b8a;
}

.blog-post-item .title a {
    font-size: 22px;
}

.widget-blogPost .blog-post-content .blog-post-item .post-description .blog-post-info {
    margin-bottom: 0;
    padding-top: 3px;
}

.blog-post-info span.date {
    color: #8a8685;
    background: none;
    padding-left: 0;
    margin-right: 5px;
    font-style: italic;
    position: relative;
    padding-right: 9px;
}

.blog-post-info span.date::before {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    height: 12px;
    width: 1px;
    background: #777;
}

.blog-post-info span.categories {
    background: none;
    padding-left: 0;
    margin-right: 10px;
    font-style: italic;
}

.page-content .blog-post-info span.categories a {
    color: #8a8685;
    padding-right: 15px;
}

.page-content .blog-post-info span.categories a:hover {
    color: #000;
}

.page-content .blog-post-item .content {
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 0;
}

.blog-post-item .post-description > a {
    display: none;
}

.recent-post .content,
.recent-post .blog-post-info {
    display: none;
}

.recent-post .blog-post-item {
    width: 100%;
    margin: 0;
    float: none;
    min-height: auto;
}

.recent-post .blog-post-item .title {
    margin: 0;
    padding: 0;
    position: relative;
    padding-left: 20px;
}

.recent-post h1.title::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #333;
    position: absolute;
    border-radius: 50%;
    top: 11px;
    left: 0;
}
.widget-snippet .service-read-more::after{
    display:none;
}
.widget-snippet .service-read-more{
    padding-left: 35px !important;
}
.recent-post .blog-post-item .title a {
    color: #000000;
    font-size: 18px;
    margin: 0 0 30px;
    font-weight: normal;
    line-height: 25px;
   font-family: 'Poppins', sans-serif;
}

.recent-post .blog-post-item .title a:hover {
    color: #2b2b8a;
}

.blog-post-item .title a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}

.recent-post div.footer {
    display: none;
}


.blog-post-content .footer {
    overflow: hidden;
    width: 100%;
    background-color: transparent;
    text-align: left;
    padding: 20px 0;
}

.blog-post-content .footer span.pagination {
    float: none;
}

.blog-post-content .footer span.pagination span {
    border: none;
    box-shadow: none;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #0445b7;
    padding: 4px 15px;
    margin: 0 5px;
	    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.blog-post-content .footer span.pagination span:hover {
	background:#043ea4;
	color:#fff;
}

.blog-post-content .footer span.pagination span.current {
    background-image: none;
    background-color: #0445b7;
}

.blog-post-details .comment-post-panel {
    border: none;
    padding: 0;
    position: relative;
}

.message-block.info-message, .message-block.success {
    top: 28px;
}
.blog-category-details{
    padding: 0;
}
.blog-category-details .blog-post-item {
    min-height: 300px;
}
.blog-category-details .title{
    color: #070659;
    font-size: 45px;
    line-height: 50px;
    font-weight: bold;
    margin: 0;
    font-family: 'Century Gothic', sans-serif;
	display:none;
}
.comment-post-panel input[type="text"], .comment-post-panel input[type="email"], .comment-post-panel textarea {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    border: 2px solid #dcdcdc;
    padding: 2px 15px;
    background: transparent;
    height: 46px;
    border-radius: 3px;
    color: #000;
   font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0;
}

.blog-post-details .comment-post-panel textarea {
    width: 100%;
    height: 200px;
    margin-bottom: 0;
}

.comment-post-panel .errorlist.after {
    font-weight: 600;
    color: #000069;
    font-size: 18px;
   font-family: 'Poppins', sans-serif;
    line-height: 25px;
}

.comment-post-panel .simpleCaptcha-container {
    margin-top: 20px;
    padding-bottom: 8px;
}
.blog-post-details .comment-post-panel h2 {
    font-size: 22px;
    padding-bottom: 15px;
    font-weight: 600;
}
.comment-post-panel .form-row{
    text-align: left;
    margin: 0;
}
.comment-post-panel button[type="submit"] {
    border: 0;
    text-decoration: none;
    padding: 12px 47px;
    background: #0445b7;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    position: relative;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.comment-post-panel button[type="submit"]:hover {
    color: #fff;
    background-color: #070659;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.comment-post-panel .simpleCaptcha-container .form-row.simple-captcha {
    width: 48%;
    display: inline-block;
    box-shadow: 0 0 0 0;
    border: 2px solid #dcdcdc;
    text-align: center;
    height: 46px;
    background: transparent;
    border-radius: 3px;
    margin-top: 0;
}
.comment-post-panel .form-row.simple_captcha_input_field.mandatory {
    margin-top: 0;
}
#blog-post-create-comment-panel .max-character {
    color: #999;
    display: block;
    font-size: 11px;
    font-style: italic;
    padding-left: 5px;
    padding-right: 0;
    text-align: right;
    position: absolute;
    right: 0;
    top: 18px;
}

.blog-post-details .comment-post-panel label {
    color: #555555;
    display: block;
    padding-bottom: 7px;
    padding-top: 10px;
    font-size: 16px;
}

.blog-post-details .image img {
    width: 100%;
}

.blog-post-details {
    padding: 0 60px 100px 0;
}
.blog-post-details .blog-post-info{
    padding-bottom: 17px;
}
.blog-post-details .title{
    margin-bottom: 4px;
}

.page-blog .page-content .widget.page-heading {
    margin-top: -15px;
}

.page-content .blog-post-details .title {
    color: #000069;
    margin-top: -6px;
    line-height: 38px;
    padding-bottom: 0;
}
.blog-post-details .post-description .content p{
    color: #000000;
    font-size: 17px;
    margin: 0 0 5px;
    font-weight: normal;
    line-height: 27px;
    font-family: 'Poppins', sans-serif;
}
.comment-post-panel .errorlist.after {
    background: red;
    text-align: center;
    min-width: auto;
    position: absolute;
    bottom: -10px;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px !important;
}
.comment-post-panel .errorlist.after .message-block {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}
.comment-post-panel .form-row.textArea .errorlist.after {
    bottom: -7px;
    right: 10px;
}

.comment-post-panel .form-row.simple_captcha_input_field.mandatory .errorlist.after {
    bottom: -7px;
    right: 11px;
}
/* comments popup and like */
.blog-comments .info-row.writer .name{
    font-weight: bold;
    color: #000069;
    font-size: 22px;
    display: block;
    padding: 0 0 10px 0;
}
.blog-comments .info-row.writer .date{
    background: none;
    position: relative;
    padding-left: 19px;
    font-size: 14px;
}
.blog-comments .info-row.writer .date::before{
    content: "\f073";
    position: absolute;
    left: 0;
    top: -4px;
    font-family: "FontAwesome";
    font-size: 14px;
    color: #000069;
}
.blog-comments .info-row.writer span:nth-of-type(3){
    font-weight: bold;
    color: #000069;
    display: none;
}
.blog-comments .info-row.writer span:nth-of-type(4){
    font-size: 14px;
    display: none;
}
.blog-post-comment-panel .btn-like,
.blog-post-comment-panel .btn-liked{
    margin-right: 10px;
    margin-left: 3px;
    display: none;
}
.blog-post-comment-panel .btn-liked::after,
.blog-post-comment-panel .btn-like::after {
    content: "\f164";
    color: #000069;
    cursor: pointer;
}
.blog-comments .info-row.writer .btn-comment-reply{
    position: relative;
    padding-right: 19px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    color: #000069;
}
.blog-post-comment-panel .btn-liked::after {
    content: "\f165";
    color: #000069;
}
.blog-comments .info-row.writer .btn-comment-reply:hover{
    color: #000;
}
.blog-comments .comment-item .content i {
    margin: 0 3px;
    color: #000000;
    font-size: 15px;
    font-style: normal;
    line-height: 20px;
}

.loging-to-react.popup .body a{
    font-weight: bold;
}
.loging-to-react.popup .header, .blog-comment-reply-popup.popup .header {
    background-color: #ffffff;
    border-bottom: 0;
    color: #000069;
    font-size: 18px;
    padding: 21px 10px 0;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
}
.blog-comment-reply-popup label{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.blog-comment-reply-popup input,
.blog-comment-reply-popup textarea{
    width: 100%;
    height: 40px;
    border: none;
    border: 2px solid #eee;
    margin-top: 0;
    margin-bottom: 20px;
}
.blog-comment-reply-popup textarea{
    height: 90px;
}
.blog-comment-reply-popup .textarea-wrap .max-character {
    top: 0;
    right: 0;
    position: absolute;
    font-size: 12px;
}
.blog-comment-reply-popup input[type="text"].validation-error,
.blog-comment-reply-popup input[type="password"].validation-error {
    background-color: transparent;
    border: none;
    border: 2px solid #dcdcdc;
    color: #ff0000;
}
.auto-page .blog-comment-reply-popup .errorlist.after .message-block {
    top: -1px;
    font-size: 14px;
}
.blog-comment-reply-popup .form-row.simple_captcha_input_field.mandatory {
    width: 50%;
    display: block;
    margin-left: 0;
    margin-top: 0;
    vertical-align: top;
}
.blog-comment-reply-popup .simpleCaptcha-container .form-row.simple-captcha {
    width: 46%;
    float: left;
    height: 40px;
    border: 1px solid #dcdcdc;
}
.popup .body {
    background-color: #FFFFFF;
    padding: 20px 20px;
}
.blog-post-details .blog-post-comment-panel .comment-item .content {
    font-size: 15px;
    line-height: 26px;
}
.blog-post-details .blog-post-comment-panel .comment-count-info-row {
    font-weight: 600;
}
.blog-comment-reply-popup .popup .body {
    background-color: #FFFFFF;
    padding: 20px 15px;
}
.loging-to-react.popup .body {
    min-height: 100%;
}
.loging-to-react.popup .body a {
    font-weight: 700;
    font-size: 19px;
    color: #000069;
}
.popup-bottom.footer button {
    color: #fff;
    padding: 10px 50px;
    background: #000069;
    border: 0;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 600;
    width: 49%;
    margin: 0;
}
.popup-bottom.footer button:hover{
    background: #0445b7;
}
.popup-bottom.footer button.form-reset.close-popup {
    margin-top: 0px;
    display: none;
}
.popup-bottom.footer button:hover{
    color: #fff;
}
.reply-popup button.submit-button{
	width: 100%;
}
.popup .close-icon::after {
    content: "";
    background: url('/template/3b77056f/images/remove-icon.png');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center 5px;
    height: 35px;
    width: 35px;
    position: relative;
    display: inline-block;
}
.blog-comment-reply-popup .popup-bottom.footer {
    padding: 15px 15px 20px;
    display: flex;
    justify-content: space-between;
}
.blog-comment-reply-popup.popup .close-icon::after{
    display: none;
}
.blog-comment-reply-popup.popup .close-icon {
    background: #000069 url(/template/3b77056f/images/remove-icon.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    right: 10px;
    border-radius: 50%;
}


/* Social Media Share */
.social-media-share-bar .social-media-share + .social-media-share {
    margin-left: 7px;
}
.social-media-share a {
    width: 43px !important;
    height: 43px !important;
    border: 2px solid #0445b7 !important;
    display: inline-block;
    vertical-align: top;
    /* border-radius: 50%; */
    line-height: 39px;
    text-align: center;
    color: #0445b7;
    font-size: 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.social-media-share span {
    color: #000 !important;
    background-color: transparent !important;
    width: auto !important;
    height: auto !important;
}

.social-media-share .at-icon {
    fill: #0445b7 !important;
}

.social-media-share a:hover {
    background-color: #013692 !important;
    border-color: #013692 !important;
}

.social-media-share a:hover .at-icon {
    fill: #fff !important;
}

.active-section .article-with-btn {
    overflow: hidden;
}

.blog-post-details .post-description, .blog-post-details .social-media-share-bar, .blog-post-comment-panel, .comment-post-panel {
    max-width: 1230px;
    margin: 0px auto;
    width: 100%;
}




/*start:frontlift quote form*/
.quote-form-frontlift form.custom-form {
    margin: 0 auto;
    position: relative;
    max-width: 720px !important;
}


.quote-form-frontlift input[type=text] {
    height: 40px;
    margin: 0;
}
.quote-form-frontlift .form-row select{
    width: 100%;
    height: 40px;
}
.quote-form-frontlift textarea {
    height: 110px;
    padding: 10px 15px;

}
.quote-form-frontlift .single-input-row + .single-input-row {
    margin-top: 15px;
}
.quote-form-frontlift  .btn-row {
    margin-top: 30px;
    margin-bottom: 0;
}
.quote-form-frontlift  .btn-row label{
    display: none;
}
.quote-form-frontlift .submit-button{
    margin: 0;
    background: #000;
    border: none;
    box-sizing: border-box;
    text-align: center;
    height: auto;
    vertical-align: middle;
    text-transform: none;
    padding: 10px 55px;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: block;
    border-radius: 5px;
    line-height: 21px;
    width: 100%;
}
.quote-form-frontlift .submit-button:hover,.quote-form-frontlift .submit-button:focus{
    background: #f00;
    color: #ffffff;
    text-decoration: none;
}

.quote-form-frontlift ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000000;
}

.quote-form-frontlift ::-moz-placeholder { /* Firefox 19+ */
    color: #000000;
}

.quote-form-frontlift :-ms-input-placeholder { /* IE 10+ */
    color: #000000;
}

.quote-form-frontlift :-moz-placeholder { /* Firefox 18- */
    color: #000000;
}

.quote-form-frontlift .errorlist {
    min-width: 100%;
    bottom: 0;
    top: auto;
    position: relative;
    width: 100%;
}
.quote-form-frontlift .errorlist.after .message-block {
    margin: 0;
    padding: 0 14px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    background: #f00;
    border-radius: 4px;
    line-height: 20px;
    color: #fff;
    width: 240px;
    bottom: -8px;
    right: 10px;
    position: absolute;
}
.quote-form-frontlift .radio-checkbox-row ~ .errorlist.after .message-block.message-text {
    bottom: -22px;
}
.quote-form-frontlift .form-row label {
    width: auto;
    font-size: 16px;
    font-weight: 500;
}
.quote-form-frontlift  .checkbox {
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
}
.quote-form-frontlift .checkbox label {
    cursor: pointer;
    width: auto !important;
    padding-right: 25px !important;
}
.quote-form-frontlift .checkbox label::before{
    top: 6px;
    border: 2px solid #c2c2c2;
}
.quote-form-frontlift .checkbox label::after{
    top: -2px;
}
.quote-form-frontlift .single-input-row .form-row.checkBox {
    padding: 0;
}
.quote-form-frontlift textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: rgba(0,0,0,0.6);
}
.quote-form-frontlift textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */

    color: rgba(0,0,0,0.6);
    opacity:  1;
}
.quote-form-frontlift textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(0,0,0,0.6);
    opacity:  1;
}
.quote-form-frontlift textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgba(0,0,0,0.6);
}
/*end:frontlift quote form*/



/* Event Quote Form CSS */
.widget-form  .common-form .form-row label {
    width: 100%;
    padding-right: 0;
}
.widget-form .double-input-row .form-row {
    padding: 0 10px;
}
.widget-form .triple-input-row .form-row {
    padding: 0 15px;
}
.widget-form .common-form .form-row label {
    font-size: 17px;
    text-align: left;

    color: #000000;
    font-weight: 600;
    border-radius: 0;
}
.widget-form .common-form input[type=text], .widget-form .common-form textarea, .widget-form .common-form select {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    border: 2px solid #c2c2c2;
    padding: 3px 15px;
    border-radius: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.widget-form .common-form textarea{
    padding-top: 12px;
}
.form-row.btn-row label {
    display: none;
}
.event-quote-top-text {
    max-width: 1000px;
    margin: 0 auto;
}
form.custom-form.common-form {
    max-width: 1000px;
    margin: 0 auto;
}
form.custom-form.common-form.full-width-form {
    max-width: 100%;
}
.widget-form .commercial-form .single-input-row .form-row:not(.label) {
    margin-top: 5px;
}
.radio-checkbox-row {
    margin-top: 5px;
    margin-bottom: 5px;
}
.form-row.btn-row label{
    display: none;
}
.common-form button.submit-button {
    padding: 13px 71px;
    background: #d40811;
    color: #fff;
    border-color: #d40811;
}
.form-row.label {
    margin-bottom: 0;
    line-height: 22px;
}
.common-form button.submit-button:hover {
    padding: 13px 71px;
    background: #1d1d1d;
    color: #fff;
    border-color: #1d1d1d;
}
.product-view.image-view .product-block, .product-view.scrollable-view .product-block {
    border: 0;
    display: inline-block;
    padding: 0;
    vertical-align: top;
    position: relative;
    border-bottom: 4px solid #d40811;
    width: 31%;
    background: #ffffff;
    text-align: center;
    box-shadow: 0px 0px 20px 3px rgba(222,222,222,0.5);
    margin: 11px;
}
.product-view.image-view .product-name, .product-view.scrollable-view .product-name {

    font-size: 24px;
    height: 36px;
    margin-bottom: 5px;
}
.product-name a {
    font-size: 1em;
    font-weight: 700;
    line-height: 36px;
}
.product-view.scrollable-view img, .product-view.image-view img {
    max-width: none;
    max-height: 250px;
    width: 100%;
    overflow: hidden;
}
.product-view.image-view .product-image-link, .product-view.scrollable-view .product-image-link {
    display: block;
    vertical-align: middle;
}
.product-block .block-content-wrap {
    padding: 15px 30px 25px;
}
.product-view.image-view .summary, .product-view.scrollable-view .summary {
    height: 40px;
    line-height: 20px;
    color: #181818;
    font-size: 16px;
}
.product-block span.button.call-for-price {
    color: #ff3e48;
    padding: 0;
    border: 0;
    margin: 0;
}
.product-block span.button.call-for-price:hover {
    color: #000;
    background-color: transparent;
}
.bmui-tab .bmui-tab-header {
    background-color: #1d1d1d;
    border-left: 1px solid #1d1d1d;
    border-right: 1px solid #1d1d1d;
    border-top: 1px solid #1d1d1d;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 25px;
    cursor: pointer;
    margin-right: 0;
    color: #fff;
}
.bmui-tab .bmui-tab-header.bmui-tab-active {
    background-color: #ff3e48;
    border-left: 1px solid #ff3e48;
    border-right: 1px solid #ff3e48;
    border-top: 1px solid #ff3e48;
}
.product-widget.widget-productName h1{
    margin-bottom: 20px;
}
.widget-productSummary .summary {
    font-size: 20px;
}
.product-widget.widget-information .bmui-tab-body-container .title {
    font-size: 18px;
    padding-bottom: 10px;
    display: none;
}
.bmui-tab .bmui-tab-body-container {
    border: 1px solid #1d1d1d;
    border-top-width: 3px;
    padding: 20px;
    border-top: 1px solid #1d1d1d;
    margin-top: -1px;
}
span.button.call-for-price {
    padding: 0;
    border: 0;
    font-size: 18px;
}
span.button.call-for-price:hover{
    background: none;

    color: #d40811;
}
.widget-form .checkbox label::before{
    top: 6px;
}
.widget-form .checkbox label, .widget-form .radio label{
    width: auto !important;
    font-weight: normal !important;
    padding-left: 5px;
}

.page-tc-fence-hire form.custom-form.common-form{
    max-width: 100%;
}
.quote-form-frontlift .form-row label{
    margin-bottom: 5px;
}
span.Zebra_DatePicker_Icon_Wrapper{
    width: 100%;
}
.widget-form .checkbox {
    padding-left: 0;
    padding-right: 25px;
    display: inline-block;
}
.widget-form .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 2px solid #a5a5a5;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.radio-checkbox-row .radio {
    display: inline-block;
    padding-left: 0;
    padding-right: 25px;
}
.radio-checkbox-row .radio label {
    line-height: 17px;
}
.widget-snippet h1, .widget-snippet h2, .widget-snippet h3, .widget-snippet h4, .widget-snippet h5, .widget-snippet h6{
    margin-bottom: 10px;
}
.resource-recovery-slider .slideshow-container img {
    height: auto;
    max-width: 100%;
    max-height: 360px;
    width: 100%;
    border: 2px solid #f5f5f5;
}
.resource-recovery-slider .galleriffic-gallery-wrap .slideshow {
    height: 220px;
    position: relative;
}
.widget.widget-gallery.resource-recovery-slider{
    padding-left: 40px;
}
.resource-recovery-slider .thumbs-container{
    display: none !important;
}
.resource-recovery-slider .galleriffic-gallery-wrap .image-wrapper{
    width: 100%;
}
.resource-recovery-slider span.image-caption {
    width: 100%;
    display: block;
    font-weight: 600;
}
.resource-recovery-slider  .galleriffic-gallery-wrap.caption-position-bottom .caption-container {
    text-align: center;
    margin-top: 5px;
}
.widget-form .radio input[type="radio"]:focus + label::before {
    outline: none;
}
.widget-form .checkbox label::after{
    padding-top: 0;
}
.footer-logo figure {
    margin: 0;
    text-align: left;
	position:absolute;	
}
.widget-snippet .content-area ul {
    overflow: hidden;
}
.widget.widget-form.airsafehitch-contact-form .form-template > .form-row {
    clear: both;
}
.widget.widget-form.airsafehitch-contact-form .recaptcha-container {
    margin-top: 10px;
    margin-left: 0;
}
.widget.widget-form.airsafehitch-contact-form .form-template > .form-row label{
	display: none;

}
@media only screen and (min-width: 1200px){
	.widget-snippet .video-section .container{
		width: auto;
		padding: 0;
	}
	.air-safe-receiver-text .container{
		width: auto;
		padding: 0;
	}
}
/*-----------------------*/

body > .footer {
    margin-top: 80px;
}
/*==================about us=================*/
body.widget-snippet .about-us-by-years {
    margin: 50px auto;
}
.widget-snippet .about-us-by-years {
    margin: 0 auto;
}

.widget-snippet .about-us-by-years .years {
    border-top: 2px dashed;
    border-color: #043ea4 !important;
    margin:0;
    padding: 30px;
}

.widget-snippet .about-us-by-years .years:nth-child(even) {
    border-right: 2px dashed;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-left: 30px;
    padding-left: 30px;
    position:relative;
    text-align: right;
}

.widget-snippet .about-us-by-years .years:nth-child(even) h2{
    margin-right:20px
}
.widget-snippet .about-us-by-years .years:nth-child(even) h2:after {
    content: "\f0d9";
    position: absolute;
    font-family: "FontAwesome";
    top: -11px;
    right: -20px;
    font-size: 34px;
    color: #043ea4;
    font-weight: 100;
    line-height: 50px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.widget-snippet .about-us-by-years .years:nth-child(odd) {
    border-left: 2px dashed;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-right: 30px;
    padding-right: 30px;
    position:relative;
}

.widget-snippet .about-us-by-years .years:nth-child(odd) h2{
    margin-left:20px
}
.widget-snippet .about-us-by-years .years:nth-child(odd) h2:after {
    content: "\f0da";
    position: absolute;
    font-family: "FontAwesome";
    top: -11px;
    left: -20px;
    font-size: 34px;
    color: #043ea4;
    font-weight: 100;
    line-height: 50px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.widget-snippet .about-us-by-years .years:first-child {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: left;
}

.widget-snippet .about-us-by-years .years:last-child {
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
}
.widget-snippet .about-us-by-years .years h2 {
    position: relative;
}
.widget-snippet .all-years{
    margin-top:50px;
}
.widget-snippet .about-history h2{
    margin-top:20px
}
.widget-snippet .about-history p, .widget-snippet .about-us-by-years .years:nth-child(odd) p, .widget-snippet .about-us-by-years .years:nth-child(even) p, .about-us-by-years p{
    color: #000000;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    line-height: 27px;
    margin: 0;
    padding: 0 0 20px;
}
.widget-snippet .about-us-by-years .years p strong {
    text-align: center !important;
    color: #0445b7;
}

.widget-snippet .people .col-md-3 p {
    padding:0;
    text-align: center;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    line-height: 27px;
}

.widget-snippet .about-history {
    margin-bottom: 30px;
}
.widget-snippet .about-historys {
    margin-top: 50px;
}
.about-us-by-years .main-persons {
    padding-bottom: 10px;
}

/**/
.swipe-image-wrap .box-container {
    margin: 0 -10px;
    padding: 0;
}
.swipe-image-wrap .box-container::after {
    clear: both;
    content: "";
    display: block;
}
.swipe-image-wrap .box {
    float: left;
    list-style: outside none none;
    padding: 15px;
}
.swipe-image-wrap .swipebox {
    display: block;
}
.swipe-image-wrap .swipe-image {
    width: 100%;
}
.swipe-image-wrap .swipebox {
    display: block;
    overflow: hidden;
    position: relative;
}
.swipe-image-wrap .swipebox::after {
    background: rgba(0,0,0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0.1s;
}

.swipe-image-wrap .swipebox:hover::after {
    opacity: 1;
}


.swipe-image-wrap .swipebox::before {
    border-radius: 100%;
    bottom: 0;
    color: #fff;
    content: "\f196 ";
    font-family: fontawesome;
    height: 40px;
    left: 0;
    line-height: 38px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.2s ease-in-out 0.2s;
    width: 40px;
    z-index: 10;
    font-size: 50px;
    display: none;
}
.swipe-image-wrap .swipebox:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.swipe-image-wrap .swipebox .swipe-image {
    display: block;
    height: auto;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.swipe-image-wrap .swipebox:hover .swipe-image {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.widget.widget-gallery ul li::before{
    display: none;
}
.widget.widget-gallery .swipe-image-wrap li{
    margin-bottom: 0;
    padding:8px;
}
.widget.general-freight-gallery > .widget-title {
    font-size: 30px;
    padding-bottom: 20px;
}
.general-freight-gallery {
    overflow: hidden;
}
.pagination {
    margin-top: 20px;
}
div.widget-snippet .general-freight ul li {
    font-size: 17px;
}
div.widget-snippet .general-freight h3 {
    font-weight: normal;
    padding-top: 23px;
    padding-bottom: 10px;
    font-size: 32px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

/**/
.view-jobs.container ul li {
    position: relative;
    margin: 0 0 8px;
    padding: 0 0 0 16px;
    color: #000000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    text-align: left;
    line-height: 24px;
}
.view-jobs.container ul li::before {
    content: '\f111';
    position: absolute;
    left: 0;
    z-index: 1;
    font: normal normal normal 14px/1 FontAwesome;
    color: #0445b7;
    font-size: 9px;
    top: 48%;
    transform: translateY(-50%);
    line-height: 24px;
}
.view-jobs h3 {
    font-size: 24px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
.view-jobs .row {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.view-jobs.container  p {
    font-size: 15px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
.view-jobs .footer-text p {
    text-align: center;
}
.view-jobs.container ul {
    margin-bottom: 20px;
}



/* Newsletter */

.newsletter.inplace{
    position: relative;
}
.newsletter.unsubscribe > .message-block {
    position: absolute;
    top: -60px;
    background: none;
    padding: 0;
    border: 0;
    font-size: 14px;
    left: 0;
    text-align: center;
    width: 100%;
}
.newsletter.unsubscribe .message-block.error-message {
    color: #ff5353;
}
.newsletter.unsubscribe .message-block.info-message {
    color: #94ff94;
}
.newsletter.unsubscribe .form-row {
    margin: 0px 0 15px 0;
}
.newsletter.unsubscribe .form-row label {
    text-align: center;
    margin-bottom: 10px;
    color: #1d1d1d;
	font-size: 16px;
}
.newsletter.unsubscribe.valid-verify-form {
    margin: 0 auto;
	margin-top: 0px;
    margin-top: 0px;
    box-shadow: none;
    border-radius: 3px;
    font-size: 14px;
    padding: 40px 50px;
    width: 540px;
    margin-top: 10px;
    background: #f8f8f8;
    text-align: center;
}
.newsletter.unsubscribe.valid-verify-form .medium.message-area {
    width: 100%;
    border: 1px solid #9d9d9d;
    background: transparent;
}
.newsletter.unsubscribe.valid-verify-form .form-row.button-container label{
    display: none;
}
.newsletter.unsubscribe.valid-verify-form .form-row.button-container .newsletter-unsubscription.submit-button{
    width: 100%;
    margin-top: 0;
}
.page-newsletter-subscription .widget.widget-breadcrumb {
    display: none;
}
.newsletter h3.title{
    display: none !important;
}
.page-newsletter-subscription .subscription-list-success {
    margin: 0 auto;
    border-radius: 3px;
    font-size: 14px;
    padding: 40px 50px;
    width: 520px;
    border: 0;
    margin-top: 0;
    background: #f8f8f8;
    text-align: center;
}
.page-newsletter-subscription .subscription-list-success h3.title {
    position: relative;
    display: block;
    padding: 0;
    color: #393939;
    font-size: 37px;
    line-height: 37px;
    text-align: left;
    font-weight: 700;
    z-index: 99;
    background: none;
	text-align: center;
}

.newsletter .message, .subscription-list-success .messess-text {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0 0 10px;
    background: no-repeat;
    color: #1d1d1d;
    display: block;
}
.newsletter .message {
    border: 0;
    font-size: 17px;
    line-height: 24px;
}
.subscription-list-success .help{
    margin: 20px 0 0;
}
.subscription-list-success .help span{
    margin-right: 5px;
    color: #f22954;
}
.subscription-list-success .help .link{
    color: #1d1d1d !important;
}

#swipebox-close {
    background-image: url(/template/f8dba3b6/images/remove-icon.png) !important;
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px !important;
    height: 50px !important;
    top: 20px !important;
    right: 30px !important;
}
#swipebox-prev {
	background-image: url(/template/f8dba3b6/images/slider-arrow-left.png) !important;
	background-position: 0 0 !important;
	margin-top: 15px;
}
#swipebox-next {
	background-image: url(/template/f8dba3b6/images/slider-arrow-left.png) !important;
	background-position: 0 0 !important;
	transform: rotate(180deg);
	margin-top: -15px;
}
.front-page-form .message-block.info-message {
    background: #fff;
    color: #0ba166;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    border-radius: 0;
    position: absolute;
    top: auto;
    width: 100%;
    padding: 0px;
    bottom: 20px;
    letter-spacing: 0.5px;
}
.front-page-form .message-block.info-message {
    background: #fff;
    color: #0ba166;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 300;
    border-radius: 0;
    position: absolute;
    top: 10px;
    width: 100%;
    padding: 0;
    bottom: auto;
    letter-spacing: 0.5px;
    left: 50%;
    max-width: 355px;
    margin-left: -176px;
}
.notification.success.popup {
    background: #fff;
    color: #000;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 12px;
    text-align: center;
    box-shadow: none;
    border: 1px solid #0445b7;
    letter-spacing: 0.2px;
    font-weight: 300;
}
.widget-snippet .top-banner img {
    object-fit: cover !important;
}
.contact-us .form-row.recaptcha-row  {
    text-align: center;
    padding-bottom: 0;
    margin: 5px 0;
}
.contact-us .form-row.recaptcha-row label {
    display: none;
}
.contact-us input[type=text] {
    margin-top: 5px;
    margin-bottom: 5px;
}
.widget-form .contact-us .double-input-row .form-row {
    margin-top: 5px;
    margin-bottom: 5px;
}
.front-page-form .form-row.recaptcha-row {
    text-align: left;
    padding: 7px 0 5px 0;
}
.front-page-form .form-row.recaptcha-row label {
    display: none;
}
/*start: front end editor*/
.fee .popup {
	padding: 0;
}
.fee-html-edit-content-popup .button-line, .fee .widget-image-edit-popup .fee-pu-content-footer {
	margin: 0 30px 20px !important;
}
.fee .widget-image-edit-popup .fee-pu-content-footer {
	max-width: 500px
}
.fee .button-line {
    height: auto;
}
.fee button.fee-am-btn, .fee .button.fee-am-btn, .fee a.button.fee-am-btn {
  width: auto;
  letter-spacing: 0;
  font-size: 14px !important;
}
/*end: front end editor*/

.fee-fixed-width-content {
    padding-left: calc(50% - 600px)!important;
    padding-right: calc(50% - 600px)!important;
}
.page-home .fee-fixed-width-content {
    padding-left: calc(50% - 700px)!important;
    padding-right: calc(50% - 700px)!important;
}
@media screen and (max-width: 980px) {
    body > .body {
        padding: 0;
    }
}
.fee .widget-snippet .welcome-to-redpath .container {
    max-width: 1400px;
}
.fee .home-services.container {
    max-width: 1420px;
}
.fee .carriers-grain-section .container {
    max-width: 1396px;
}
.fee .widget-container .widget.widget-form.front-page-form {
    max-width: 455px;
    background: #0445b7;
}
.services-area .services-box h2 {
    margin-top: 0;
}
.fee .carriers-grain-section .container .grain-text h2 {
    margin-bottom: 2px;
}