* {
    -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;
}
article, aside, details, figcaption, figure, footer, header, main, 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;
}
:focus, a:focus, a:active {
    outline: 0;
}
.widget-snippet p a:focus {
    outline: 0;
}
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: #ff0;
    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: #000;
    color: #ffffff;
    text-shadow: none;
}
::selection {
    background: #000;
    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;
}
@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
        http://www.sanbeiji.com/archives/953 */
        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 {
    color: #5f5f5f;
    font-size: 14px;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}
a, a:link, a:active, a:visited {
    text-decoration: none;
    font-weight: inherit;
    color: #000;
}
.article-content p a{
    text-decoration: underline;
}
a:hover{
    color: #55c3d7;
}
h1, h2, h3, h4, h5, h6 {
    color: #262626;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
h1, h2, h3 {
    margin-top: 25px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
h4, h5, h6 {
    margin-top: 25px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
h1 {
    font-size: 35px;
    line-height: 40px;

}
h2 {
    font-size: 30px;
    line-height: 40px;
}
h3 {
    font-size: 28px;
    line-height: 35px;
}
h4 {
    font-size: 25px;
    line-height: 35px;

}
h5 {
    font-size: 20px;
    line-height: 25px;

}
h6 {
    font-size: 18px;
    line-height: 20px;
}
p {
    margin: 0;
    padding: 0 0 20px;
    color: #5f5f5f;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}
.widget-snippet p {
    margin: 0;
    padding: 0 0 20px;
    color: #5f5f5f;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}
.widget-snippet p a {
    color: #000;
    text-decoration:none;
}
.widget-snippet p a:hover {
    color: #55c3d7;
}
.widget-snippet h1, .widget-snippet h2, .widget-snippet h3, .widget-snippet h4, .widget-snippet h5, .widget-snippet h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.header {
    background: rgba(0,0,0,0.8);
    z-index: 99;
}
.header.active-section {
    z-index: auto;
}
.widget.widget-pageHeading {
    padding: 90px 0;
    text-align: center;
    margin-bottom: 91px;
    position:relative;
}
.widget.widget-pageHeading::before {
    content: "";
    position: absolute;
    left: 0;
    top: -136px;
    background: url(/template/a0eb54cf/images/header-bg.jpg) no-repeat center 0;
    width: 100%;
    height: 360px;
}
.widget.widget-pageHeading h2,
.widget.widget-pageHeading h1 {
    position: relative;
    margin: 0;
    color: #fff;
    font-size: 51px;
    line-height: 45px;
    text-align: center;
    text-transform: none;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform:uppercase;
}
body > div.body {
    padding:0 0 91px 0;
    /* min-height: 650px; */
    background: url(/template/a0eb54cf/images/body-bg.png) no-repeat;
    background-size: cover;
}
body.page-home > div.body {
    padding: 0;
}
/* 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: rgba(0, 0, 0, 0.78);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}
input[type="submit"], input[type="button"], button, .button, a.button {
    margin-top: 10px;
    background: #55c3d7;
    border: 1px solid #55c3d7;
    box-sizing: border-box;
    text-align: center;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    padding: 15px 55px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    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: #1da4bd;
    color: #fff;
}
input[type=text], input[type=password], select {
    height: 40px;
}
input[type=text], input[type=password], select, textarea {
    border-color: #ccc;
    font-family: inherit;
    box-sizing: border-box;
    padding-left: 10px;
}
textarea {
    height: 90px;
}
input[type="text"].validation-error, input[type="password"].validation-error {
    background: #fff;
}
.widget-form .form-row input[type="text"].validation-error, .widget-form .form-row input[type="password"].validation-error, .widget-form .single-input-row textarea {
    border: 1px solid #ef5656;
}
.error-field-error.inline-error, .validation-error {
    background-color: #fff;
    border: 1px solid #ef5656 !important;
}
button.Zebra_DatePicker_Icon {
    background-position: right center;
}
table {
    max-width: 100%;
    margin-bottom: 20px;
}
table th {
    font-size: 15px;
    font-weight: 700;
    background: #eee;
}
table, th, td {
    text-align: left;
    border: 1px solid #d9d9d9;
    padding: 8px;
    color: rgba(0, 0, 0, 0.78);
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    font-family: 'Roboto', sans-serif;
}
table tr:nth-child(2n) {
    background: none;
}
.widget-snippet td,
.widget-snippet th {
    padding: 8px;
}
.widget-snippet {
    color: rgba(0, 0, 0, 0.78);
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    font-family: 'Roboto', sans-serif;
}

.widget-snippet ul, ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.widget-snippet ul li,
.widget-snippet ol li, ul li, ol li {
    position: relative;
    margin: 0;
    padding: 0 0 6px 15px;
    list-style-type: none;
    color: #000;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    line-height: 22px;
}
.widget ul li a, .widget ol li a {
    color: #000000;
}
.widget ul li a:hover, .widget ol li a:hover {
    color: #55c3d7;
}
ol li {
    list-style-type: decimal;
    padding: 0 0 6px 10px;
}
.article-content ul li::before,
.widget-snippet ul li::before {
    content: '\f111';
    position: absolute;
    left: 0;
    top: 6px;
    width: 13px;
    height: 10px;
    z-index: 1;
    font: normal normal normal 9px/1 FontAwesome;
    color: #3c3c3c;
}

ul, ol, .widget-snippet ul, .widget-article ul, .widget-snippet ol, .widget-article ol {
    margin-bottom: 12px;
    padding-left: 10px;
}
ol, .widget-article ol, .widget-snippet ol {
    padding-left: 25px;
}
/* Webcommander Base */
.page-content .v-split-container > .v-split {
    margin: auto;
    width: 1170px;
    max-width: 100%;
}
.auto-page .page-content {
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 15px;
}

.auto-page .page-content {
    margin: 0 auto;
}
.form-row {
    position: relative;
}
.errorlist.after .message-block {
    margin: 0;
    padding: 0px 10px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
.errorlist.after {
    background: #ef5656;
    border: 0;
    box-shadow: none;
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    border-radius: 0;
}
.form-row.textArea .errorlist.after {
    bottom: -7px;
}
.message-block.info-message, .message-block.success {
    border: 0px solid #C2E7C2;
    color: #fff;
    background: #008000;
    margin: 0 0 20px;
    border-radius: 0;
}
.simpleCaptcha-container {
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    width: 100%;
    display: block;
    margin-top: 8px;
}
.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: 1px solid #ccc;
    text-align: center;
    height: 42px;
    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;
}
.widget-form .single-input-row .form-row {
    margin-top: 0;
}
.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%;
}
.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: #f22954;
}

.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: 12px;
}
.widget-form input[type=text] {
    height: 45px;
    margin: 0 0 25px;
}
.widget-form input[type=text], .widget-form textarea, .widget-form select {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #959595;
    padding: 3px 12px;
    border-radius: 0;
}
.widget > .widget-title {
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 25px;
    text-align: left;
    color: #080808;
    font-weight: 500;
    text-transform: none;
    line-height: 36px;
    font-family: 'Roboto', sans-serif;
}

/*start:Page not faund */
.widget.widget-article.page-error {
    padding-top: 50px;
}
.page-page-not-found .page-content {
    text-align: center;
}
.page-page-not-found .page-content .article-content h1 {
    color: #f00;
    text-align: center;
    padding: 0;
    margin: 0;
}
.page-page-not-found .page-content .article-content h2 {
    color: #000;
    font-size: 30px;
    text-align: center;
    padding: 12px 0;
    margin: 0;
}
.page-page-not-found .page-content .article-content p {
    text-align: center;
    padding: 0;
    margin: 0;
}
/*end:Page not faund */
.header .widget-image {
    text-align: left;
}
.header .widget-image img {
    max-width: 100%;
    height: auto;
}
/*start:manu*/
.widget-navigation.main-menu .navigation-item.active a span::before, .widget-navigation.main-menu .navigation-item a:hover span::before {
    width: 100%;
}
.widget-navigation.main-menu {
    text-align: right;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.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(255, 255, 255, 0.8);
    font-size: 16px;
    font-family: "FontAwesome";
    right: 0;
    margin-left: 5px;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a:hover span::after {

}
.widget-navigation.main-menu .navigation-item.first a {
    padding-left: 0;
}
.widget-navigation.main-menu .navigation-item {
    padding-left: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.widget-navigation.main-menu .navigation-item a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding: 12px 0;
    position: relative;
    margin: 0 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.widget-navigation .horizontal .navigation-item.last a {
    padding-right: 0;
}
.widget-navigation.main-menu .navigation-item.active a{
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.widget-navigation.main-menu .navigation-item a span::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background: #fff;
    bottom: 9px;
    left: 0;
    transition: width .5s;
    -webkit-transition: width .5s; /* Safari 3.1 to 6.0 */
}
.widget-navigation.main-menu .navigation-item a:hover span::before, .widget-navigation.main-menu .navigation-item.active a span::before {
    width: 100%;
}
/** Sub Menu **/
.main-menu .navigation-item .navigation-item-child-container {
    width: 268px;
    top: 55px;
    background: #fff;
    text-align: center;
    padding: 0px;
    left: 50%;
    box-shadow: 5px 0px 32px rgba(0, 0, 0, 0.12);
    margin: -10px 0 0 -122px;
    position: absolute;
    border-radius: 3px;
}

.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 #d9d9d9 solid;
    padding: 12px 6px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
    text-transform: none;
    font-weight: 400;
    transition: all 0.5s ease 0s;
    margin: 0;
}
.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 .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    background: #55c3d7;
    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;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0px;
}
/*end:menu*/
/*start:footer*/

body > .footer {
    background-color: #262522;
    margin-top: -9px;
}
.footer .widget > .widget-title {
    padding: 0 0 2px 0;
    margin: 0;
    font-size: 18px;
    text-align: left;
    color: #ffffff;
    font-weight: 500;
    text-transform: none;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
}
.footer .vertical .navigation-item {
    padding-bottom: 6px;
}
.footer .vertical .navigation-item a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    border: none;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    font-style: normal;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer .vertical .navigation-item a:hover, .footer .vertical .navigation-item a:focus {
    color: #55c3d7;
    text-decoration: none;
}
/*end:footer*/
/*start*/
.newsletter-block label {
    display: none;
}
.newsletter-block .form-row input {
    width: 268px;
    border: 1px solid #ffffff;
    line-height: 38px;
    padding: 7px 10px;
    vertical-align: middle;
    text-align: left;
    height: 38px;
    background-color: #fff;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}
.newsletter-block .form-row {
    float: left;
}
.newsletter-block .button-container label {
    display: none;
}
.newsletter-block button.newsletter-subscription.submit-button {
    background: #55c3d7;
    border: 1px solid #55c3d7;
    margin: 5px 0 0 2px;
    font-weight: 500;
    color: #ffffff;
    font-size: 28px;
    text-shadow: none;
    border-radius: 0;
    height: 38px;
    width: 42px;
    padding: 0;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: block;
    font-family: auto;
}
.newsletter-block button.newsletter-subscription.submit-button:hover {
    background: #1da4bd;
}
.newsletter-block input::-webkit-input-placeholder {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.newsletter-block input:-moz-placeholder {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.newsletter-block input::-moz-placeholder {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.newsletter-block input:-ms-input-placeholder {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.newsletter-block .form-row input.error-field-error.validation-error {
    border-color: red;
}
.newsletter-block .errorlist.after .message-block {
    margin: 0;
    padding: 2px 20px;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    background: #ef5656;
    color: #fff;
    min-width: auto;
    width: 100%;
    line-height: 19px;
    top: -6px;
}
.newsletter-block .message-block.info-message {
    position: absolute;
    left: 0;
    top: 70px;
    text-align: left;
    width: auto;
    padding: 2px 10px;
    border: none;
    color: #fff;
    background: #008000;
    margin: 0 0 20px;
    border-radius: 0;
}
.newsletter-block .message-block.error-message {
    position: absolute;
    left: 0;
    top: 70px;
    text-align: left;
    width: auto;
    padding: 2px 20px;
    border: none;
    color: #fff;
    background: red;
    margin: 0 0 20px;
    border-radius: 0;
}
.newsletter.unsubscribe.valid-verify-form {
    text-align: center;
    max-width: 399px;
    margin: 0 auto;
}
.newsletter.unsubscribe.valid-verify-form label {
    display: block;
    text-align: center;
    width: 100%;
}
.newsletter.unsubscribe.valid-verify-form textarea.medium.message-area {
    max-width: 400px;
    width: 100%;
    margin: 5px auto 0;
}
.newsletter.unsubscribe.valid-verify-form .form-row.button-container label {
    display: none;
}
.page-newsletter-subscription .subscription-list-success {
    border: none;
    border-bottom: 5px solid #55c3d7;
}
.subscription-list-success .title {
    background-color: #55c3d7;
    color: #fff;
    font-size: 32px;
    padding: 10px;
    text-align: center;
    margin-top: 0;
}
.page-newsletter-subscription .subscription-list-success {
    border: 1px solid #55c3d7;
}
.subscription-list-success .help .link {
    cursor: pointer;
    margin-right: 4px;
    color: #000;
}
.subscription-list-success .help .link:hover {
    color: #09a5c1;
    text-decoration:none;
}
/*end*/
/*start: jssor slider css */
.jssor-slider-container .jssor-loader .loader-2 {
    display: none;
}

div.jssor-slider-container .jssor-slider-container .caption-wrapper {
    padding: 0;
    position: unset;
}
div.jssor-slider-container[jssor-slider="true"] .slide::after {
    content: none;
}
div.jssor-slider-container .container [u="caption"] {
    position: absolute;
    padding:0;
}
.jssor-slider-container .jssorb03 div, .jssor-slider-container .jssorb03 div:hover, .jssor-slider-container .jssorb03 .av {
    opacity: 0;
}
div.jssor-slider-container .slide {
    display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}
div.jssor-slider-container .container, div.jssor-slider-container {
    width: 100vw !important;
    height: 100vh !important;
    padding: 0 !important;
    text-align: center;
    overflow: visible;
}
div.jssor-slider-container {
    margin: 0 auto;
}
div.jssor-slider-container .jssora20l, div.jssor-slider-container .jssora20r, div.jssor-slider-container .slide {
    display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide, div.jssor-slider-container[jssor-slider="true"] .jssora20l, div.jssor-slider-container[jssor-slider="true"] .jssora20r {
    display: block;
}

.widget.widget-gallery.home-slider::before {
    content: url("/template/a0eb54cf/images/loading.gif");
    height: 64px;
    left: 50% !important;
    margin-left: -32px !important;
    margin-top: -32px !important;
    position: absolute;
    top: 50%;
    width: 64px;
    background: none;
}

.jssor-slider-container .container [u=caption] {
    background: none;
    border: none;
}
.home-slider {
    overflow: hidden;
    margin-top: -137px;
    background-color: #000;
}
.home-slider .jssor-slider-container .jssora20l, .home-slider .jssor-slider-container .jssora20r {
    width: 40px;
    height: 60px;
    background: url(/template/a0eb54cf/images/slider-arrow.png) no-repeat;
    background-position: 0px 16px;
}
.home-slider .jssor-slider-container .jssora20l {
    top: 55% !important;
    left: 27px;
    right: auto;
    bottom: auto !important;
    transform: translateY(-50%) rotate(0deg);
}
.home-slider .jssor-slider-container .jssora20r {
    top: 55% !important;
    left: auto;
    right: 27px;
    bottom: auto !important;
    transform: translateY(-50%) rotate(-180deg);
}
.home-slider .jssor-slider-container .jssora20l:hover, .home-slider .jssor-slider-container .jssora20r:hover {
    background-position: 0px 16px;
    opacity: 0.8;
}
.home-slider .jssor-slider-container .jssorb03 {
    display: none !important;
}

.home-slider .jssor-slider-container .container {
    overflow: visible !important;
}
.home-slider .jssor-slider-container .container [u=caption] {
    color: #fff;
    font-size: 61px;
    text-transform: uppercase;
    width: 750px;
    height: 30px;
    line-height: 70px;
    text-align: left;
    left: 10%;
    position: absolute;
    top: 50%;
    transform: translate(10%, -50%);
}
/*end: jssor slider css */
.body .slogantext {
    position: absolute;
    top: 515px;
    z-index: 9;
    color: #fff;
    font-size: 61px;
    text-transform: uppercase;
    max-width: 750px;
    line-height: 70px;
    left: 150px;
}
.body .slogantext  p{
    color: #fff;
    font-size: 61px;
    text-transform: uppercase;
    line-height: 70px;
}
.body.active-section .slogantext {
    position: relative;
    top: 0;
    color: #000;
    left: auto;
    max-width: 100%;
    z-index: unset;
}
.body.active-section .home-slider {
    margin-top: 0;
}
/*start:contact us*/
.widget.widget-form.azcor-contact-form {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.4);
    padding: 40px;
    margin: 0 31px;
    width: auto;
}
.widget-form .double-input-row input[type=text], .widget-form .single-input-row input[type=text], .widget-form .simple_captcha_input_field input[type=text] {
    height: 42px;
    margin: 0 0 10px;
    border: 1px solid #ccc;
    box-sizing:border-box;
    -webkit-appearance: none;
    border-radius: 0;
}
.widget-form .double-input-row {
    margin: 0 -10px;
    position: relative;
}
.widget-form .single-input-row textarea {
    min-height: 181px;
    margin: 0;
    border: 1px solid #ccc;
    padding: 12px;

}
.widget-form .double-input-row .form-row {
    box-sizing: border-box;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 10px;
}

.widget-form.single-input-row .form-row {
    margin-top: 0;
}
.widget-form .btn-row {
    position: relative;
    text-align: center;
    padding: 0;
    margin:0;
}
.widget-form .btn-row label {
    height:0;
}
.widget-form .form-row label {
    display: block;
    width: auto;
    color: #000;
    margin-bottom: 0px;
    font-size:15px;
    font-family: 'Roboto', sans-serif;
    font-weight:normal;
}
.widget-form.simpleCaptcha-container .form-row.simple-captcha {
    width: 48%;
    border: 1px solid #ccc;
    text-align: center;
    height: 40px;
    background: #fff;
    overflow: hidden;
}
.widget-form .simpleCaptcha-container .form-row.simple-captcha label {
    height:0;
}
.widget-form button.submit-button:hover {
    background-color: #1da4bd;
}
.widget-form button.submit-button {
    width: 100%;
    background-color: #55c3d7;
    color: #ffffff;
    text-align: center;
    border: 0;
    letter-spacing: 1px;
    margin-top: 10px;
    transition: all 0.5s ease;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    padding: 12px 0;
    font-size: 17px;
    font-size:15px;
    font-family: 'Roboto', sans-serif;
    font-weight:normal;
}
.widget-form .errorlist.after {
    background: #ef5656;
    border: medium none;
    box-shadow: none;
    position: absolute;
    top: 56px;
    min-width: 120px;
    line-height: 18px;
    padding: 2px 8px;
    height: auto;
    bottom: auto;
    z-index: 1;
    border-radius: 0;
    width: 100%;
}
.widget-form .single-input-row textarea ~ .errorlist.after{
    bottom: 0;
    top: auto;
}
.widget-form .single-input-row .errorlist.after {
    width: 100%;
}
.widget-form .double-input-row .errorlist.after {
    width: calc(100% - 20px);
}
.widget-form .errorlist.after .message-block {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}
.widget-form .simpleCaptcha-container {
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    display: block;
    padding-top: 8px;
}
.widget-form .widget-title {
    padding-bottom: 15px;
    margin: 0;
    font-size: 20px;
    text-align: left;
    color: #080808;
    font-weight: 500;
    line-height: 36px;
    font-family: 'Roboto', sans-serif;
    padding-left: 0;
    text-transform: uppercase;
}
.widget-form .message-block.error-message, .widget-form .message-block.error {
    background-color: #ffcdcd;
    border: 0;
    color: #ff2b2b;
    position: absolute;
    top: 0;
    padding: 1px 30px;
    left: 30%;
    font-size: 14px;
    font-weight: normal;
}

.widget-form .simpleCaptcha-container label {
    display: none;
}
.widget-form .simpleCaptcha-container .errorlist.after {
    margin: 0;
    top:auto;
    bottom: 0;
}
.widget.widget-form.azcor-contact-form .recaptcha-container {
    margin-top: -10px;
}
/*end:contact us*/


/*start:blog*/

.blog-post {
    margin: 0;
    padding: 15px 0;
    border-top: 6px solid #eaeaea;
    border-bottom: 6px solid #eaeaea;
}
.appian-blog-area .widget-title {
    font-size: 43px;
    font-weight: 300;
    line-height: 26px;
    padding: 40px 0;
    max-width: 1210px;
    margin: 0 auto;
}
.appian-blog-area  .blog-post-content {
    overflow : auto;
    max-width: 1170px;
    margin: 0 auto;
    text-align: left;
}
.appian-blog-area .blog-post-item {
    box-sizing: border-box;
    padding: 0;
    width: calc(49% - 66px);
    border-bottom: none;
    margin: 0 66px 66px 0;
    display: inline-block;
    vertical-align: top;
    float: none;
}
.appian-blog-area .blog-post-item .post {
    overflow: hidden;
    padding-bottom:0;
    height: 300px;
    display: block;
}
.blog-post-item .post img{
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    object-fit: cover;
}
.blog-post-item:hover img {
    opacity: 0.9;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blog-post-item .title {
    display: block;
    margin: 0;
    padding: 17px 0 0 0;
    line-height: 20px;
    text-align: left;
}
.blog-post-item .title a {
    font-size: 22px;
    color: #262522;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: 600;
}
.blog-post-item .title a:hover {
    color: #55c3d7;
}
.blog-post-item .content {
    display: block;
    font-size: 15px;
    padding: 5px 0;
    font-family: 'Roboto', sans-serif;
    line-height:24px;
    text-align: left;
    font-weight:400;
}

.blog-post-item .content ~ a {
    background: transparent;
    color: #595959;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    margin:10px 0 18px;
    padding:5px 0;
    position:relative;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    display:block;
    border-top:3px solid #d6d6d6;
    text-align: left;
}

.blog-post-item .content ~ a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 22px;
    color: #000;
    font-weight: 300;
    line-height: 30pxpx;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.blog-post-item .content ~ a:hover, .blog-post-item .content ~ a:hover:after {
    color: #333333;
    text-decoration: none;
}
.blog-post-item .post-description {
    position: relative;
    padding-top: 15px;
    margin: 10px 0 0 0;
}
.blog-post-item .post-description .blog-post-info {
    position: absolute;
    top: 3px;
}
.blog-post-info span.date {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    color: #000;
}
.blog-post-details span.author{
    background: none;
    padding: 0;
    margin: 0 0 0 20px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    font-style: italic;
}
.blog-post-info span.comment-count {
    display: none;
}



.blog-list-page .blog-post-content .blog-post-item {
    box-sizing: border-box;
    padding: 0 15px;
    width: 90%;
    border-bottom: none;
    margin: 0 0 60px 0;
    display: inline-block;
}

.blog-list-page .blog-post-content .footer {
    overflow: hidden;
    width: 90%;
    background-color: transparent;
    text-align: center;
    padding: 30px 0 150px;
}

.blog-list-page .blog-post-content .blog-post-item .post {
    overflow: hidden;
    padding-bottom:0;
    height: 420px;
    display: block;
}

.blog-post-content .footer span.pagination {
    float: none;
}
.blog-post-content .footer span.pagination span {
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #0445b717;
    padding: 0;
    margin: 0 5px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.widget-snippet .programs-page-area a::after {
    content: "\f107 ";
    font-family: "FontAwesome";
    margin-left: 12px;
    position: absolute;
    right: 35px;
}
.blog-post-content .footer span.pagination span:hover {
    background:#55c3d7;
    color:#fff;
}

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



.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%;
}

.recent-post .widget-title, .blog-categories .widget-title {
    font-weight: 600;
    line-height: 25px;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    color: #262522;
    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;

}
.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;
}
.recent-post .blog-post-item .title a:hover {
    color: #55c3d7;
}
.widget-snippet .service-read-more::after{
    display:none;
}

.recent-post .blog-post-item .title a {
    border-bottom: none;
    display: block;
    padding: 0;
    position: relative;
    color: #000000;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
}
.recent-post div.footer {
    display: none;
}
.recent-post .blog-post-item .content ~ a {
    display: none;
}

.recent-post .blog-post-item, .recent-post .blog-post-item .post-description{
    margin:0;
    padding:0;
    padding-bottom:8px;
}
.blog-categories .vertical .navigation-item a::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #000000;
    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: 15px;
    margin: 0 0 8px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
}

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

.blog-post-item {
    width: 90%;
    overflow: hidden;
    float: left;
    padding: 0;
    box-sizing: border-box;
    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;
}
.page-content .blog-post-item:hover a img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: scale(1.02);
}
.blog-categories {
    padding: 40px 0;
}

/*detail*/

.blog-post-details .image {
    display: block;
    padding-bottom: 20px;
    margin: 15px 0 0 0;
}
.blog-post-details p {
    padding-bottom:15px;
}
.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;
}
.blog-post-details .image img {
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.comment-post-panel .errorlist.after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    padding: 0;
    position: relative;
    bottom: 0;
    top: auto;
}

.blog-post-details .comment-post-panel textarea {
    margin-top: 0;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #0072bc2e;
    padding: 15px 15px;
    border-radius: 0;
    margin-bottom:8px;
}

.blog-post-details .comment-post-panel input {
    margin-top: 0;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #0072bc2e;
    padding: 3px 15px;
    border-radius: 0;

}
.comment-post-panel .form-row {
    margin: 0;
    margin-bottom: 10px;
}
.comment-post-panel form > .form-row:nth-of-type(1),
.comment-post-panel form > .form-row:nth-of-type(2){
    width: calc(50% - 13px);
    display: inline-block;
}
.comment-post-panel form > .form-row:nth-of-type(1){
    margin-right: 10px;
}
.comment-post-panel form > .form-row:nth-of-type(2){
    margin-left: 10px;
}
.comment-post-panel form > .form-row:nth-of-type(4) {
    margin: 20px 0;
}
.comment-post-panel form > .form-row:nth-of-type(4) label{
    display: none;
}

#blog-post-create-comment-panel .max-character {
    color: #000;
    padding-left: 5px;
    padding-right: 0;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}
.blog-post-details .comment-post-panel {
    border: 0 solid #9c9c9c;
    margin-top: 40px;
    padding: 20px 50px;
    border-radius: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.5);
}

#blog-post-create-comment-panel .simpleCaptcha-container .form-row.simple_captcha_input_field input {
    margin-top: 0;
}

.blog-post-details .comment-post-panel label {
    display: block;
    font-size: 14px;
    width: 100%;
    margin-bottom: 0;
    color: #000;
}
.comment-post-panel .errorlist.after {
    position: absolute;
    left: 0;
    bottom: -5px;
    background: #ef5656;
    min-width: 170px;
    line-height: 18px;
    padding:3px 0;
}
.comment-post-panel .errorlist.after .message-block {
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 13px;
    position: relative;
    bottom: 0;
}

.comment-post-panel button {
    width: 100%;
    margin-top: 5px;
    border: 1px solid #262522;
    background: #262522;
    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: 'Roboto', 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;
}

.comment-post-panel button:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.snippet-our-details .single-detail-part p {
    min-height: 180px;
}

.comment-post-panel .form-row.simple-captcha {
    width: calc(49% - 10px);
    display: inline-block;
    box-shadow: none;
    text-align: center;
    height: 40px;
    border: 1px solid #0072bc2e;
    margin-top: 0 !important;
}

.blog-post-details .comment-post-panel h2 {
    font-size: 22px;
    padding-bottom: 0px;
    font-weight: bold;
    color: #000;
}

/* comments popup and like */
.blog-comments .info-row.writer .name{
    font-weight: bold;
    color: #3d4040;
    font-size: 20px;
    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: #0ab0ce;
}
.blog-comments .info-row.writer span:nth-of-type(3){
    font-weight: bold;
    color: #000;
    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: #000;
    cursor: pointer;
}
.blog-comments .info-row.writer .btn-comment-reply{
    position: relative;
    padding-right: 19px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    color: #000;
}
.blog-post-comment-panel .btn-liked::after {
    content: "\f165";
    color: #000;
}
.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: #f4f4f4 !important;
    border-bottom: 0;
    color: #000;
    font-size: 18px;
    padding: 21px 10px 15px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    border-bottom: 1px solid #f4f4f4;
}
.blog-comment-reply-popup label{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.blog-comment-reply-popup.popup .form-row:last-of-type label{
    display:none;
}
.blog-comment-reply-popup.popup .form-row:last-of-type{
    padding-top:10px;
}
.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: 5px;
}
.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;
}
.blog-comment-reply-popup .simpleCaptcha-container .recaptcha-container {
    display: inline-block;
    margin-top: 10px;
}
.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: #000;
}
.popup-bottom.footer button {
    color: #fff;
    padding: 10px 50px;
    background: #000;
    border: 0;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 600;
    width: 49%;
    margin: 0;
}
.popup-bottom.footer button:hover{
    background: #55c3d7;
}
.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: #ccc url(/template/3b77056f/images/remove-icon.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    right: 10px;
    border-radius: 50%;
    top: 13px;
}
.widget-blogPost .footer {
    margin: 0;
    text-align: center;
}


.blog-comment-reply-popup .header span.status-message {
    font-size: 20px;
}
.blog-post-details .info-row.writer span.date + span {
    display: none;
}

.blog-post-details .info-row.writer span.date + span + span {
    display: none;
}
.blog-post-details .content {
    display: block;
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 28px;
}
.blog-post-details .blog-post-comment-panel .comment-item .content i{
    font-style: normal;
    color: #000;
}
.blog-post-details h1.title {
    padding-bottom: 0;
    display: inline-block;
    margin-top: 0;
    line-height: 36px;
    font-size: 26px;
}
.blog-post-details {
    padding-left: 15px;
    padding-right: 15px;
    padding: 0 90px 150px 0;
}
.blog-category-details > .title {
    font-size: 22px;
    text-align: left;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    display: block;
}


/* 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: 1px solid #d1e6f3 !important;
    display: inline-block;
    vertical-align: top;
    /* border-radius: 50%; */
    line-height: 39px;
    text-align: center;
    color: #55c3d7;
    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: #55c3d7 !important;
}

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

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

.active-section .article-with-btn {
    overflow: hidden;
}
.blog-post-content {
    overflow: unset;
}

/***********end blog*******/


body#webcommander-page .header {
    z-index: 99999;
}

@media screen and (min-width: 1201px) and (max-width: 1450px) {
    .responsive .footer > .widget-container {
        width: auto;
    }

    .widget.widget-newsletter.newsletter-block {
        margin-left: -110px;
    }
    .footer .widget.widget-navigation {
        width: 160px !important;
    }
    .responsive .header .widget.widget-navigation.main-menu {
        margin-right: -60px;
    }
    .responsive .header.sticky .widget-navigation.main-menu .navigation-item a {
        margin: 0 20px;
    }
    .header.sticky .widget.widget-image.logo {
        margin-left: -45px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 4000px) {
    /* For sticky menu */
    .header .widget.widget-image.logo {
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .header > .widget-container {
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    body#webcommander-page .header {
        background: rgba(0,0,0,0.8);
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        margin-top: -16px;
    }
    body#webcommander-page .body {
        margin-top: 17px;
    }
    body#webcommander-page.page-home .header {
        background: rgba(0,0,0,0.5);
    }
    .main-menu .custom-menu{
        display: none;
    }
    .header.sticky > .widget-container {
        height: 76px !important;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .header.sticky .widget.widget-navigation.main-menu{
        top: 25px !important;
    }
    .header.sticky .widget-navigation.main-menu .navigation-item {
        padding-left: 0px;
    }
    body#webcommander-page .header.sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        z-index: 999;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.12);
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        background: rgba(0,0,0,0.85);
              margin-top: 0;
    }
    .header.sticky .widget-navigation.main-menu .navigation-item a {
        font-size: 15px;
        padding: 0 0 15px;
        margin: 0 25px;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .header.sticky .widget.widget-snippet.header-phone {
        height: 78px;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .header.sticky .widget.widget-snippet .get-quote a {
        top: 0;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .header .widget.widget-image.logo{
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .header.sticky .widget.widget-image.logo {
        top: -10px !important;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        width: 128px !important;
    }
    .header.sticky .main-menu .navigation-item .navigation-item-child-container {
        top: 47px;
    }
    .header.sticky .widget-snippet .get-quote{
        height: 76px;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
}

/*Section Full-wide*/
.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;
}

@media screen and (max-width: 980px) {
    body > .body {
        padding: 0;
    }
}

.fee-widget-product-scroll-view .product-view.scrollable-view .current-price.price .tax-message,
.fee-widget-product-image-view .product-view.image-view .current-price.price .tax-message,
.fee-widget-product-list-view .current-price.price .tax-message, .fee-widget-product-tabular-view .current-price.price .tax-message {
    color: #999;
    font-size: 10px;
    font-weight: 400;
    width: 100%;
    display: block;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name{
    padding-left: 15px;
    padding-right: 15px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .block-content-wrap > .price-waper {
    margin: 7px 15px 0;
}

/*Section Full-wide*/
.fee .horizontal .navigation-item:hover > .navigation-item-child-container {
    display: none;
}
.fee-mobile-view-on .widget.widget-navigation.main-menu .fee-header-footer-control-menu.fee-widget-option {
    left: auto;
    right: 0;
}
.hazmat-full-section .container.hazmat {
    max-width: 100%;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}



/* Fix */
.widget-snippet .contact-address-page-content .adress-content .item strong {
    width: 65px;
}
.widget-snippet .contact-address-page-content .adress-content .item { 
    padding-bottom: 12px !important;
}

