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

body {
    margin: 0;
}

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

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

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: #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;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"],
input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

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;
    padding: 0;
}

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

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

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;
    padding: 0;
}

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

::selection {
    background: #497BDA;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #497BDA;
    color: #fff;
    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;
        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: #2b2b2b;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
}

a, a:link, a:hover, a:active, a:visited {
    text-decoration: none;
    font-weight: inherit;
    color: #497BDA;
}

.header::before {
    height: 50px;
    width: 100%;
    content: "";
    background-color: #151515;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.widget.page-heading {
    padding: 0 0 30px 0;
    text-align: left;
}

.widget.page-heading h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: rgba(43, 43, 43, 1.0);
    font-size: 35px;
    line-height: 33px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-weight: 700;
    font-family: 'Open Sans', 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: 35px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    color: #2b2b2b;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
    margin: 0;
    padding: 0 0 20px;
}

.widget-snippet p {
    color: #2b2b2b;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
    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: #2b2b2b;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;

}

input[type="submit"], input[type="button"], button, .button, a.button {
    margin-top: 10px;
    background: rgba(6, 68, 111, 1);
    border: 0px solid rgba(6, 68, 111, 1);
    box-sizing: border-box;
    text-align: center;
    height: auto !important;
    display: inline-block;
    vertical-align: middle;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    padding: 15px 55px;
    line-height: 20px;
    font-family: 'Open Sans', 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: #9eb8ea;
    color: #fff;
}

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

input[type=text], input[type=password], select, textarea {
    border-color: #000;
    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;
}

button.Zebra_DatePicker_Icon {
    background-position: right center;
}

table {
    max-width: 100%;
    margin-bottom: 20px;
}

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: 14px;
    color: #2b2b2b;
}

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

.widget-snippet {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2b2b2b;
    line-height: 25px;
    text-align: left;
}

.widget-snippet a {
    color: #497BDA;
}

.widget-snippet a:hover {
    color: #497BDA;
    text-decoration: none;
}

.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 20px;
    list-style-type: none;
    color: #2b2b2b;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    line-height: 25px;
}

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

.widget ul li a:hover, .widget ol li a:hover {
    color: #9eb8ea;
}

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

.widget-snippet ul li::before, ul li::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 1px;
    width: 13px;
    height: 20px;
    z-index: 1;
    font-family: FontAwesome;
    color: #ababab;
    font-size: 15px;
    background: url("/template/60a9eff5/images/li_arrow.png") no-repeat scroll left 6px rgba(0, 0, 0, 0);
}

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

.auto-page .page-content {
    margin: 0 auto;
}

.form-row {
    position: relative;
}

.errorlist.after .message-block {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}

.errorlist.after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    padding: 0;
    position: absolute;
    bottom: 4px;
}
.form-row.textArea .errorlist.after {
    bottom: -7px;
}
.message-block.info-message, .message-block.success {
  background: #9eb8ea none repeat scroll 0 0;
  border: 0 solid #c2e7c2;
  border-radius: 2px;
  color: #ffffff;
  left: 50%;
  margin: 0;
  padding: 3px 10px;
  position: absolute;
  top: 45px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  z-index: 9;
}
.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: 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;
}
.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: #9eb8ea;
}

.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;
    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 15px;
    border-radius: 0;
}

.contact-cell a {
    color: #9eb8ea;
}

.widget > .widget-title {
    padding: 0 0 30px 0;
    margin: 0;
    font-size: 34px;
    text-align: left;
    color: #2b2b2b;
    font-weight: 500;
    text-transform: none;
    line-height: 36px;
    font-family: 'Open Sans', sans-serif;
}

.widget.widget-pageHeading {
    padding: 0 0 30px 0;
    text-align: left;
}

.widget.widget-pageHeading h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: rgba(43, 43, 43, 1.0);
    font-size: 35px;
    line-height: 33px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.page-heading .enquiry-link {
    position: relative;
    z-index: 99;
    display: inline-block;
}

.page-heading .enquiry-link a {
    transition: all 0.5s ease 0s;
}

.widget-snippet .enquiry-section {
    margin-top: 100px;
}

/*start:Page not faund */
.page-page-not-found .page-content {
    text-align: left;
}

.page-page-not-found .page-content .article-content h1 {
    color: #f00;
    text-align: left;
    padding: 0;
    margin: 0 0 10px;
}

.page-page-not-found .page-content .article-content h2 {
    color: #000;
    font-size: 30px;
    text-align: left;
    padding: 0;
    margin: 0 0 10px;
}

.page-page-not-found .page-content .article-content p {
    text-align: left;
    padding: 0;
    margin: 0;
}

/*end:Page not faund */

/*=====start: jssor slider css ==== */
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: 1920px;
    height: 515px;
    padding: 0 !important;
    text-align: center;
}

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/60a9eff5/images/loading.gif");
    height: 64px;
    left: 50% !important;
    position: absolute;
    top: 50%;
    width: 64px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*end: jssor slider css */

.header .widget-image {
    text-align: center;
}

.header .widget-image img {
    max-width: 100%;
    height: auto;
}

/*start:manu*/
.widget-navigation.main-menu {
    text-align: center;
}

.widget-navigation.main-menu .navigation-item.has-child {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span {
    position: relative;
}

.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    right: -17px;
    top: 11px;
}

.widget-navigation.main-menu .navigation-item.first a {
    padding-left: 0;
}

.widget-navigation.main-menu .navigation-item a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    padding: 12px 69px;
    font-family: 'Open Sans', sans-serif;
}

.widget-navigation.main-menu .navigation-item.has-child a:hover,
.widget-navigation.main-menu .navigation-item.active a,
.widget-navigation.main-menu .navigation-item a:hover, .widget-navigation.main-menu .navigation-item a:focus {
    color: #9eb8ea;
}

.widget-navigation .horizontal .navigation-item.last a {
    padding-right: 0;
}

/** 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 -134px;
    position: absolute;
}

.main-menu .navigation-item-child-container .navigation-item.first a::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-color: #fff transparent #fff transparent;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    transition: all 0.5s ease 0s;
    margin-left: -19px;
    z-index: 1;
}

.main-menu .navigation-item-child-container .navigation-item.first a:hover::before {
    border-color: #497bda transparent #497bda 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 #d9d9d9 solid;
    padding: 12px 6px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
    text-transform: none;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.5s ease 0s;
}

.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: #497bda;
    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*/

.service-home .container, .welcome-content .container, .track-your-delivery-section .container {
    max-width: 1300px;
    width: 100%;
    text-align: center;
}

.widget-snippet .transport-logistic-section .container {
    width: 100%;
    max-width: 1360px;
    text-align: center;
    padding: 120px 0;
}

/*start:Quick Form*/
.quick-form {
    max-width: 1200px;
    margin: 0 auto;
}
.quick-form .simpleCaptcha-container {
    margin-top: 0;
}
.quick-form .form-row.btn-row {
    margin: 0;
}
.widget-form.quick-form .message-block.error-message, .widget-form.quick-form .message-block.error{
   margin: 0;
    padding: 2px 5px;
    position: absolute;
    top: 25px;
    width: calc(100% - 60px);
	z-index: 99;
}
.widget-form.quick-form .message-block.info-message, .widget-form.quick-form .message-block.success {
  width: calc(100% - 60px);
  top: 25px;
}
.quick-form .custom-form {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 43px 30px;
    min-width: 370px;
}

.quick-form .errorlist.after {
    width: auto;
    min-width: auto;
    background: #f00;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 2px;
    line-height: 12px;
    font-weight: 700;
    position: absolute;
    bottom: 8px;
    right: 10px;
}

.quick-form .errorlist.after .message-block {
    color: #ffffff;
    font-size: 11px;
}

.body.active-section .quick-form .custom-form {
    position: relative;
}
.quick-form .custom-form .form-row.text {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  padding-bottom: 15px;
  text-align: center;
}

.quick-form input[type="text"],
.quick-form input[type="email"],
.quick-form textarea {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.75);
    width: 100%;
    margin: 0 0 15px 0;
    height: 37px;
    color: #fff;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 2px;
}
.quick-form textarea {
    height: 80px;
}

.quick-form .simpleCaptcha-container .form-row.simple-captcha {
    height: 38px;
}

.quick-form .submit-button {
    width: 100%;
    border: 0;
    margin: 0;
    font-size: 17px;
    line-height: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    height: 37px;
    border-radius: 2px;
    background-color: #4a7bda;
    padding: 12px 10px;
    cursor: pointer;
}
.quick-form .submit-button:hover {
    color: #000;
    background-color: #ffffff;
}
.quick-form .single-input-row .form-row {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
.quick-form .form-row.btn-row label {
    display: none;
}
.quick-form .recaptcha-container {
    margin: 0;
}
.quick-form .recaptcha-row {
    margin: 0 0 13px;
    padding: 0;
}
.quick-form .recaptcha-row label {
    display: none;
}

/*end:Quick Form*/

body > div.body {
    padding: 80px 0 80px 0;
}

body.page-home > div.body {
    padding: 0;
}

/*start:footer*/
.footer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #678cd2;
    min-height: 120px;
}

.footer {
    background-color: #151515;
}

.footer .widget > .widget-title {
    font-family: 'Open Sans', sans-serif;
    color: #678CD2;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 10px 0;
    max-width: 140px;
}

.footer .widget-image img {
    max-height: initial;
    max-width: 150px;
    height: auto;
}

.widget-snippet .footer-left-text p a {
    color: rgba(255, 255, 255, 0.6);
}

.widget-snippet .footer-left-text p a:hover {
    color: rgba(255, 255, 255, 1.0);
}

.footer p,
.footer .widget-snippet p {
    color: rgba(255, 255, 255, 0.6);
    line-height: 25px;
    font-size: 14px;
    margin: 0;
    padding: 0 0 8px 0;
}

.footer .horizontal .navigation-item a,
.footer .vertical .navigation-item a {
    font-size: 14px;
    color: #868686;
    border-bottom: none;
    padding: 0;
}

.footer .horizontal .navigation-item a:hover,
.footer .horizontal .navigation-item a:focus,
.footer .vertical .navigation-item a:hover,
.footer .vertical .navigation-item a:focus {
    color: #ffffff;
}

.footer-bottom-menu {
    background: url(/template/60a9eff5/images/footer-bottom.png) repeat-x scroll left top;
    margin: 0;
    padding: 25px 0 0 0;
    text-align: center;
}

.footer-bottom-menu .horizontal > .navigation-item {
    padding: 0 10px;
}

.footer .copyright-text p {
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 25px;
}

.footer .copyright-text p + p {
    padding-top: 5px;
}

.footer .copyright-text p:last-of-type a,
.footer .copyright-text p:last-of-type {
    color: #868686;
    font-size: 13px;
}

.footer .copyright-text p:last-of-type a:hover {
    color: #ffffff;
}

.footer .blog-post-content .footer,
.footer .blog-post-info,
.footer .blog-post-item a,
.footer .blog-post-item .content {
    display: none;
}

.footer .blog-post-item, .footer .widget-blogPost .title {
    margin: 0;
    padding: 0;
    width: 100%;
    float: none;
    min-height: inherit;
}

.footer .blog-post-item {
    padding-bottom: 7px;
}

.footer .blog-post-item .title a {
    font-size: 13px;
    color: #868686;
    display: block !important;
    font-weight: normal;
    overflow: hidden;
    height: 45px;
    line-height: 22px;
}

.footer .blog-post-item .title a:hover {
    color: #ffffff;
}

/*end:footer*/

/*start:contact Page*/
.custom-widget-form {
    background: #fff;
    padding: 50px 0 80px 0;
}

.custom-widget-form .widget-title {
    padding-bottom: 0;
    font-size: 24px;
    text-transform: uppercase;
}

.custom-widget-form .double-input-row .form-row {
    padding: 15px;
}
.custom-widget-form .single-input-row {
    padding: 20px 0;
}

.custom-widget-form .custom-widget-form .form-row.text {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 30px;
}

.custom-widget-form input[type="text"],
.custom-widget-form input[type="email"],
.custom-widget-form textarea {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: 0;
    height: 45px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    padding: 12px 10px;
    border-radius: 2px;
}

.custom-widget-form input[type="text"]:focus,
.custom-widget-form input[type="email"]:focus,
.custom-widget-form textarea:focus {
    border-color: rgba(0, 0, 0, 0.3);
}

.widget.widget-form.custom-widget-form > .widget-title {
    color: #000;
    text-align: left;
    line-height: 20px;
    font-size: 24px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 0;
}

.custom-widget-form textarea {
    height: 210px;
}

.custom-widget-form .simpleCaptcha-container .form-row.simple-captcha {
    height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.custom-widget-form .btn-row {
    width: 304px;
    float: right;
}

.custom-widget-form button.submit-button {
    width: 100%;
    background-color: #4a7bda;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 12px 10px;
    cursor: pointer;
    margin: 0;
}
.custom-widget-form button.submit-button:hover {
    color: #fff;
    background-color: #151515;
}
.custom-widget-form .single-input-row .form-row {
    margin-top: 0;
    margin-bottom: 0;
}
.custom-widget-form .form-row.btn-row label {
    display: none;
}
.custom-widget-form .simpleCaptcha-container {
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    width: 330px;
    display: block;
    margin-top: 8px;
    float: left;
}
.custom-widget-form .errorlist.after {
  background: #ff0000 none repeat scroll 0 0;
  border-radius: 2px;
  bottom: -7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  min-width: auto;
  padding: 2px 7px;
  position: absolute;
  right: 25px;
  width: auto;
}
.custom-widget-form .errorlist.after .message-block {
    color: #ffffff;
    font-size: 11px;
}
.custom-widget-form .recaptcha-container {
    margin: 0;
}
.custom-widget-form .recaptcha-row label {
    display: none;
}
.custom-widget-form .form-row.recaptcha-row {
    text-align: right;
}
/*end:contact Page*/

.widget-snippet .contact-details {
    margin-top: 20px;
}
/*start:Testimonial*/
.clients-testimonial {
    text-align: center;
    overflow: hidden;
}
.clients-testimonial .widget-title {
    position: relative;
    color: #000;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    text-transform: none;
    padding: 0 0 35px 0;
}

.clients-testimonial .widget-title:before {
    margin-left: -150px;
}

.clients-testimonial .widget-title:before, .clients-testimonial .widget-title:after {
    content: '';
    position: absolute;
    width: 112px;
    height: 2px;
    background-color: #959595;
    top: 20px;
}

.clients-testimonial .widget-title:after {
    margin-left: 40px;
}

/*end:Testimonial*/
.page-text-section .row img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.page-text-section .row:hover img {
    transform: scale(1.04);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

/*start*/
.blog-post-item {
    width: 45%;
    overflow: hidden;
    float: left;
    padding: 0;
    box-sizing: border-box;
    min-height: 330px;
    border: none;
    margin: 0 32px 20px 0;
}

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

.widget-blogPost .blog-post-content .blog-post-item .post-description .title {
    order: 2;
}

.widget-blogPost .blog-post-content .blog-post-item .post-description .blog-post-info {
    order: 1;
    margin-bottom: 3px;
}

.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: #497BDA;
    font-size: 1em;
    font-weight: 400;
}

.blog-post-info {
    margin-bottom: 15px;
}

.blog-post-info span.date {
    background: none;
    padding-left: 0;
    margin-right: 5px;
    font-style: normal;
    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: normal;
}

.blog-post-item .content {
    font-size: 14px;
    line-height: 22px;
}

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

.blog-post-info span {
    color: #000;
    font-size: 13px;
    font-style: italic;
}

.page-content .footer {
    background-color: transparent;
    overflow: hidden;
    width: 100%;
    color: #fff;
    min-height: 35px;
    text-align: center;
    padding: 15px 0;
}

.page-content .footer .pagination {
    display: inline-block;
    float: none;
}

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

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

.page-content .blog-post-item .title {
    font-size: 17px;
    line-height: 21px;
    text-transform: none;
    margin: 0;
    padding: 0;
    height: 45px;
    overflow: hidden;
}

.page-content .blog-post-content {
    padding-top: 10px;
}

.page-content .blog-post-item .content {
    display: none;
}

.page-content .blog-post-details {
    padding-right: 70px;
}

.page-content .blog-post-details .title {
    font-size: 28px;
    line-height: 1.3;
    text-transform: none;
    color: #000;
    font-weight: 600;
    background: none;
    margin: 0;
    padding: 0 0 10px 0;
}

.page-blog-post .widget-html.page-heading {
    display: none;
}

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

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

.page-content .blog-post-info span.categories a:hover, .page-content .blog-post-info span.categories a:focus {
    color: #497BDA;
}

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

/*end:*/

/*start:blog right part*/
.page-content .footer:before {
    display: none;
}

.right-categories .footer,
.recent-post .footer {
    display: none;
}

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

.right-categories h3.title,
.right-categories .content,
.right-categories a {
    display: none;
}

.widget > .widget-title {
    font-size: 17px;
    line-height: 33px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    background: none;
    margin: 0;
    padding: 0 0 6px 0;
}

.blog-subscription {
    margin-top: 30px;
}

.blog-category-details .title {
    padding-bottom: 30px;
}

.recent-post .blog-post-item, .right-categories .blog-post-item {
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 100%;
    float: none;
}

.right-categories .blog-post-item .post-description h1.title {
    display: none;
}

.recent-post .blog-post-item + .blog-post-item,
.right-categories .blog-post-item + .blog-post-item {
    padding-top: 10px;
}

.right-categories {
    padding-top: 40px;
}

.recent-post .title a::before,
.right-categories .blog-post-info span.categories a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 13px;
    height: 20px;
    z-index: 1;
    font-family: FontAwesome;
    color: #ababab;
    font-size: 15px;
    background: url("/template/60a9eff5/images/li_arrow.png") no-repeat scroll left 6px rgba(0, 0, 0, 0);
}

.recent-post .title,
.right-categories .blog-post-info span.categories a {
    margin: 0;
    padding: 0;
}

.recent-post .title a,
.right-categories .blog-post-info span.categories a {
    display: block;
    color: #282828;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding-left: 20px;
}

.recent-post .title a:focus,
.right-categories .blog-post-info span.categories a:focus,
.recent-post .title a:hover,
.right-categories .blog-post-info span.categories a:hover {
    color: #497BDA;
}

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

.right-categories .blog-post-info {
    margin-bottom: 0;
}

/*end:blog right part*/

.blog-post-details .comment-post-panel {
    border: none;
    padding: 0;
    position: relative;
}
.comment-post-panel input[type="text"], .comment-post-panel input[type="email"], .comment-post-panel textarea {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: 0;
    height: 40px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    padding: 12px 10px;
    border-radius: 2px;
}
.blog-post-details .comment-post-panel textarea {
    width: 100%;
    height: 200px;
    margin-bottom: 0;
}
.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: absolute;
    bottom: -20px;
    min-width: 100%;
}
.comment-post-panel .simpleCaptcha-container {
    margin-top: 34px;
    padding-bottom: 2px;
}
.comment-post-panel button[type="submit"] {
    background-color: #4a7bda;
    color: #fff;
    text-align: center;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer;
    margin: 0;
    background-color: #678cd2;
    border: 0;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 30px 11px;
}
.comment-post-panel button[type="submit"]:hover {
    color: #000;
    background-color: #4a7bda;
}
.comment-post-panel .simpleCaptcha-container .form-row.simple-captcha {
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
#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 {
    display: block;
    padding-bottom: 7px;
    padding-top: 10px;
}
.page-content .pagination span.current {
    background-image: none;
    background-color: #678cd2;
    border: 1px solid #678cd2;
    color: #FFFFFF;
}
.page-text-section div[data-style-type="html"] {
    padding-right: 50px;
}
.pagination span {
    border: 0;
    color: #333;
    cursor: pointer;
    margin: 0 3px;
    padding: 2px 10px;
    box-shadow: none;
    font-size: 16px;
}
.page-content .pagination span.current {
    background-image: none;
    background-color: #fff;
    border: 0;
    color: #000;
    font-weight: 700;
    font-size: 18px;
}
.map-service > img {
    margin-bottom: 20px;
}
.accordion-panel > .label-bar {
    color: #555555;
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    font-weight: 700;
    border: 0;
    background: none;
    margin-bottom: 20px;
    padding: 0 0 0 40px;
}
.accordion-panel > .label-bar.expanded {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #497bda;
    margin: 0;
}
.accordion-panel > .label-bar a.toggle-icon::before {
    content: '\f128';
    color: rgba(0, 0, 0, 0.7);
    border: 2px solid rgba(0, 0, 0, 0.7);
    background-color: #ffffff;
    font-family: FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    color: #030303;
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    top: -3px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.accordion-panel > .label-bar.expanded a.toggle-icon::before {
    content: '\f00c';
    border: 2px solid #678CD2;
    background-color: #678CD2;
    color: #fff;
}
.accordion-panel > .label-bar .toggle-icon {
    background: none;
    left: 0;
    position: absolute;
    top: 3px;
    width: 30px;
    height: 30px;
}
.accordion-item {
    margin-left: 40px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.blog-post-content .footer {
    margin-top: 40px;
}
.blog-post-details .blog-post-comment-panel .comment-item .name {
    font-size: 17px;
    padding-right: 10px;
    font-weight: 600;
    display: block;
}
.blog-post-details span.date {
    background: none;
    padding-left: 0;
    margin-right: 10px;
}
.page-faq .page-content,
.page-write-for-us-page .page-content {
    min-height: 286px;
}

/* testimonial-slider */
.widget-gallery.testimonial-slider .widget-title {
    position: relative;
    color: #000;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    text-transform: none;
    margin: 0 auto;
    padding: 0 0 35px 0;
    display: inline-block;
}

.widget-gallery.testimonial-slider .widget-title::before,
.widget-gallery.testimonial-slider .widget-title::after {
    content: '';
    position: absolute;
    width: 112px;
    height: 2px;
    background-color: #959595;
    top: 20px;
}

.widget-gallery.testimonial-slider .widget-title::before {
    left: -45%;
}

.widget-gallery.testimonial-slider .widget-title::after {
    right: -45%;
}

.widget-gallery.testimonial-slider {
    padding: 15px 0 90px;
    text-align: center;
}

.widget-gallery.testimonial-slider .owl-carousel {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

.widget-gallery.testimonial-slider .article-title {
    display: none;
}

.widget-gallery.testimonial-slider .article-content {
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
}

.widget-gallery.testimonial-slider h3 {
    position: relative;
    font-family: 'Gotham Rounded';
    color: #101010;
    font-size: 38px;
    line-height: 58px;
    margin: 0;
    padding: 125px 0 0;
}

.client-testimonial-text,
.client-testimonial-text p {
    color: #131313;
    text-align: center;
    font-size: 17px;
    font-style: italic;
    line-height: 25px;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
}
.client-testimonial-text p {
  padding: 0 25px;
}
.client-testimonial-text::before,
.client-testimonial-text::after {
    content: '';
    font-size: 30px;
    color: rgba(0, 0, 0, .1);
    position: absolute;
    background: url('/template/60a9eff5/images/arrow-icon-slide.png') no-repeat;
    width: 40px;
    height: 30px;
	left: 0;
}

.client-testimonial-text::after {
    right: -30px;
    bottom: 25px;
    transform: rotate(-180deg);
}

.widget-gallery.testimonial-slider h5 {
    color: #000;
    text-align: center;
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    margin: 0;
    padding: 30px 0 0 0;
}

.widget-gallery.testimonial-slider .owl-controls {
    height: 65px;
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget-gallery.testimonial-slider .owl-stage-outer {
    z-index: 333;
}

.widget-gallery.testimonial-slider .owl-controls .owl-nav {
    display: none;
}

.comment-post-panel .errorlist.after {
    width: auto;
    min-width: auto;
    background: #f00;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 2px;
    line-height: 12px;
    font-weight: 700;
    position: absolute;
    bottom: -7px;
    right: 15px;
}

.comment-post-panel .errorlist.after .message-block {
    color: #ffffff;
    font-size: 11px;
}

div.blog-post-details .comment-post-panel {
    padding: 0;
    margin-top: 0;
}
.blog-post-details .content {
    padding-bottom: 0;
}
.blog-post-details .comment-post-panel h2 {
    padding-bottom: 0;
}
.widget-snippet .call-for-more-info .phone-number {
    font-size: 23px !important;
}
.footer .widget.widget-image a{
    pointer-events: none;
}
.page-thank-you .widget-html h3{
    line-height: 37px;
}
.blog-post-details .post-description figure img {
    max-width: 100%;
}
.blog-post-details .post-description figure {
    margin: 15px 0 15px;
    text-align: center;
}

.blog-categories {
    padding-top: 30px;
    padding-bottom: 10px;
}
.blog-categories .vertical .navigation-item {
    margin: 0;
    padding: 0;
}
.blog-categories .vertical .navigation-item + .navigation-item {
    padding-top: 10px;
}
.blog-categories .vertical .navigation-item a {
    border: none;
    padding: 0;
    display: block;
    color: #282828;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
    position: relative;
}
.blog-categories .vertical .navigation-item a:hover,
.blog-categories .vertical .navigation-item a:focus{
    color: #497BDA;
}
.blog-categories .vertical .navigation-item a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 13px;
    height: 20px;
    z-index: 1;
    font-family: FontAwesome;
    color: #ababab;
    font-size: 15px;
    background: url(/template/60a9eff5/images/li_arrow.png) no-repeat scroll left 6px rgba(0, 0, 0, 0);
}
.events-list ul li {
    width: 33%;
    display: inline-block;
}
/*-----------------------------------------------------------*/

.Client-Testimonials-area {
   padding-left: 30px;
}
.Client-Testimonials-area .article-item {
  margin-bottom: 50px;
}
.Client-Testimonials-area .article-item h5 {
  padding-top: 8px;
  color: #000;
}
.client-testimonial-text::after {
	display:none;
}
.client-testimonial-text, .client-testimonial-text p {
  text-align: center;
}
-post-panel .errorlist.after .message-block {
    color: #ffffff;
    font-size: 11px;
}

div.blog-post-details .comment-post-panel {
    padding: 0;
    margin-top: 0;
}
.blog-post-details .content {
    padding-bottom: 0;
}
.blog-post-details .comment-post-panel h2 {
    padding-bottom: 0;
}
.widget-snippet .call-for-more-info .phone-number {
    font-size: 23px !important;
}
.footer .widget.widget-image a{
    pointer-events: none;
}
.page-thank-you .widget-html h3{
    line-height: 37px;
}
.blog-post-details .post-description figure img {
    max-width: 100%;
}
.blog-post-details .post-description figure {
    margin: 15px 0 15px;
    text-align: center;
}

.blog-categories {
    padding-top: 30px;
    padding-bottom: 10px;
}
.blog-categories .vertical .navigation-item {
    margin: 0;
    padding: 0;
}
.blog-categories .vertical .navigation-item + .navigation-item {
    padding-top: 10px;
}
.blog-categories .vertical .navigation-item a {
    border: none;
    padding: 0;
    display: block;
    color: #282828;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
    position: relative;
}
.blog-categories .vertical .navigation-item a:hover,
.blog-categories .vertical .navigation-item a:focus{
    color: #497BDA;
}
.blog-categories .vertical .navigation-item a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 13px;
    height: 20px;
    z-index: 1;
    font-family: FontAwesome;
    color: #ababab;
    font-size: 15px;
    background: url(/template/60a9eff5/images/li_arrow.png) no-repeat scroll left 6px rgba(0, 0, 0, 0);
}
.events-list ul li {
    width: 33%;
    display: inline-block;
}
/*-----------------------------------------------------------*/

.Client-Testimonials-area {
   padding-left: 30px;
}
.Client-Testimonials-area .article-item {
  margin-bottom: 50px;
}
.Client-Testimonials-area .article-item h5 {
  padding-top: 8px;
  color: #000;
}
.client-testimonial-text::after {
	display:none;
}
div .widget-snippet .write-for-us a:hover, 
div .widget-snippet .write-for-us a:focus {
  background-color: #497bda;
}
div .widget-snippet .write-for-us h5 {
  margin: 0;
  padding: 0;
}
.blog-post-details .social-media-share-bar .social-media-share a {
    border-radius: 3px;
    float: left;
    height: 34px;
    display: block;
    line-height: 23px;
    text-align: center;
    transition: all 300ms ease-out 0s;
    width: 34px;
}
.blog-post-details .social-media-share a.addthis_button_email {
  background-color: #738a8d;
  border: 2px solid #738a8d;
}
.blog-post-details .social-media-share a.addthis_button_linkedin {
    background-color: #449bc8;
    border: 2px solid #449bc8;
}
.blog-post-details .social-media-share a.addthis_button_email:hover ,
.blog-post-details .social-media-share a.addthis_button_linkedin:hover {
    background-color: rgba(44, 168, 210, 0);
}
.blog-post-details .social-media-share a.addthis_button_linkedin:hover::after {
  color: #2ca8d2;
}
.blog-post-details .social-media-share a.addthis_button_email:hover::after {
  color: #738a8d;
}
.blog-post-details .social-media-share a.twitter-share-icon::after {
  margin-top: 5px;
}
.blog-post-details .social-media-share a.addthis_button_linkedin::after {
  color: #ffffff;
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 22px;
  margin-top: 4px;
}
.blog-post-details .social-media-share a.addthis_button_email::after {
  color: #ffffff;
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 22px;
  margin-top: 3px;
}
.blog-post-details .social-media-share a span {
  display: none;
}
.blog-post-details .social-media-share a span {
  display: none;
}
body.widget-snippet .footer-left-text p a {
    color: #000;
}
.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 .widget-snippet .services-imgbox a::before {
display: none;
}
.fee .quick-form .custom-form {
    position: relative;
    max-width: 365px;
    margin: 0 auto;
}
.fee input[type="submit"], .fee input[type="button"], .fee button, .fee .button, .fee a.button {
    padding: 0;
}
/*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;
}
.fee-fixed-width-content {
    padding-left: calc(50% - 600px) !important;
    padding-right: calc(50% - 600px) !important;
}

@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: 0;
    right: auto;
}
.fee .widget-snippet .welcome-content .container {
    max-width: 1300px !important;
}
.widget-snippet .about-footer-content .container {
    width: 100%;
}
.fee-mobile-view-on .fee-add-row-container {
    position: unset;
}
body.fee-mobile-view-on > .footer {
    margin-bottom: 25px !important;
}
.widget.widget-snippet .map-service table > tbody > tr:nth-of-type(2n+1):hover {
	background: rgba(109, 149, 225, 0.2);
}
/* 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;
}