@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic.woff2') format('woff2'),
    url('../fonts/CenturyGothic.woff') format('woff'),
    url('../fonts/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Century Gothic';715e8ff8

src: url('../fonts/CenturyGothic-Bold.eot');
    src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
    url('../fonts/CenturyGothic-Bold.woff') format('woff'),
    url('../fonts/CenturyGothic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-BoldItalic.eot');
    src: url('../fonts/CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic-BoldItalic.woff2') format('woff2'),
    url('../fonts/CenturyGothic-BoldItalic.woff') format('woff'),
    url('../fonts/CenturyGothic-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-BoldItalic.eot');
    src: url('../fonts/CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic-BoldItalic.woff2') format('woff2'),
    url('../fonts/CenturyGothic-BoldItalic.woff') format('woff'),
    url('../fonts/CenturyGothic-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-Italic.eot');
    src: url('../fonts/CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic-Italic.woff2') format('woff2'),
    url('../fonts/CenturyGothic-Italic.woff') format('woff'),
    url('../fonts/CenturyGothic-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
* {
    -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,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

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

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

[hidden],
template {
    display: none;
}

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

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    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) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
     a[href^="#"]:after,
     a[href^="javascript:"]:after {
        content: "";
    }

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

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
     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;
    }
}

/* Theme Base */
html, body {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

body {
    font-family: Century Gothic;
    font-weight: 400;
}

.page-home .widget.widget-pageHeading {
    display: none;
}

.widget.widget-pageHeading {

}

.widget.widget-pageHeading h1 {

}

p {
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    color: #000069;
    font-weight: 600;
    font-family: 'Century Gothic', sans-serif;
}

h1, h2, h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-weight: bold;
}

h4, h5, h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

p {
    font-family: 'Century Gothic', sans-serif;
    font-size: 17px;
    color: #000000;
    line-height: 28px;
    margin: 0 0 20px;
    padding: 0;
    font-weight: normal;
    text-align: left;
}

.article-content .common-page {
    padding: 70px 15px 100px;
}

/* 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: #000;
    font-size: 1em;
    font-family: 'Century Gothic', sans-serif;
}

.form-row label {
    color: #000000;
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    width: 100%;
    font-weight: 600;
}

input::-moz-placeholder {
    color: #7a7a7a;
}

form .form-row {
    text-align: center;
}

input[type="submit"], input[type="button"], button, .button, a.button {
    margin-top: 0px;
    background: transparent;
    border: 2px solid #000;
    color: #000;
    font-size: 14px;
    font-family: inherit;
    box-sizing: border-box;
    text-align: center;
    padding: 7px 30px;
    display: inline-block;
    height: auto !important;
}

input[type=submit]:hover, input[type=button]:hover, button:hover, a.button:hover, .button:hover {
    background: #000;
    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: transparent;
}

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: 17px;
    color: #000000;
}

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

.widget-snippet {
    font-family: 'Century Gothic', sans-serif;
    font-size: 17px;
    color: #000000;
    line-height: 25px;
    font-weight: regular;
    text-align: left;
}

.widget-snippet a {
    color: #3de39a;
}

.widget-snippet a:hover, .widget-snippet a:focus {
    color: #3de39a;
}

.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;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
    padding: 0 0 6px 24px;
    list-style-type: none;
    font-family: 'Century Gothic', sans-serif;
}

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

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

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

.widget-snippet ul li::before,
ul li::before {
    content: '\f00c';
    position: absolute;
    left: -1px;
    top: 6px;
    width: 13px;
    height: 10px;
    z-index: 1;
    font: normal normal normal 14px/1 FontAwesome;
    color: #000069;
    font-size: 15px;
}

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

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

/* Webcommander Base */
.page-content .v-split-container > .v-split {
    margin: auto;
    width: 1300px;
    max-width: 100%;
}

.auto-page .page-content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.form-row {
    position: relative;
}

.errorlist.after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    padding: 0;
    position: absolute;
    bottom: -12px;
}

.simpleCaptcha-container {
    box-sizing: border-box;
    overflow: hidden;
    padding: 5px 0 12px;
    width: 100%;
    display: block;
}
.simpleCaptcha-container .simple-captcha label[for="captcha"], .simpleCaptcha-container .simple-captcha-reload {
    display: none;
}

.simpleCaptcha-container .form-row.simple-captcha {
    width: calc(50% - 10px);
    display: inline-block;
    border: 2px solid #dcdcdc;
    height: 46px;
}

.form-row.simple_captcha_input_field.mandatory {
    width: calc(50% - 10px);
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
    float: right;
}
.form-row.simple_captcha_input_field.mandatory input{
	margin-bottom: 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;
}

body .body {
    min-height: 400px;
}

/*start: jssor slider css */
.home-slider {
    background: #3de39a;
}

div .jssor-slider-container .jssorb03 div,
div .jssor-slider-container .jssorb03 .av,
div .jssor-slider-container .jssorb03 div:hover {
    background: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 2px #fff solid;
    font-size: 0;
}

div .jssor-slider-container .jssorb03 .av,
div .jssor-slider-container .jssorb03 div:hover {
    border-color: #33be92;
}

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: 640px;
    padding: 0 !important;
    text-align: center;
    padding-bottom: 50px !important;
}

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

.page-home .home-slider::before {
    content: url("/template/58a0cec2/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 .jssor-loader .loader-2 {
    display: none;
}

.home-slider .jssor-slider-container .jssorb03 {
    position: absolute;
    bottom: 48px !important;
    left: 230px !important
}

.home-slider div.jssor-slider-container[jssor-slider="true"] .slide img {
    height: 590px !important;
}

/*end: jssor slider css */

/*--Header-css-start---*/
.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 .navigation-item a {
    text-transform: uppercase;
    font-size: 20px;
    color: #000000;
    padding: 0 25px 35px;
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

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

.widget-navigation.main-menu .navigation-item a span {
    position: relative;
}

.widget-navigation.main-menu .navigation-item.has-child .navigation-item-child-container a span::before {
    display: none;
}

.widget-navigation.main-menu .navigation-item a span::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: #2b2b8a;
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a span {
    color: #2b2b8a;
}
.widget-navigation.main-menu .navigation-item a:hover span::before,
.widget-navigation.main-menu .navigation-item.active a span::before,
.widget-navigation.main-menu .has-child.navigation-item.active a span::before {
    width: 65%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.widget-navigation.main-menu .navigation-item a:hover span,
.widget-navigation.main-menu .navigation-item.active a span,
.widget-navigation.main-menu .has-child.navigation-item.active a span {
    color: #2b2b8a;
}

.widget-navigation .navigation-item-child-container .navigation-item.last a,
.widget-navigation .navigation-item-child-container .navigation-item.last a:hover {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 12px 24px;
}

/** Sub Menu **/
.main-menu .navigation-item .navigation-item-child-container {
    width: 238px;
    top: 64px;
    text-align: left;
    padding: 10px 0;
    box-shadow: 5px 0px 32px rgba(0, 0, 0, 0.2);
    transform: translateX(-50%);
    margin: -10px 0 0;
    border-radius: 4px;
    background: #ffffff;
    left: 50%;
    position: absolute;
}

.main-menu .navigation-item .navigation-item-child-container::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-color: #ffffff transparent #ffffff transparent;
    border-width: 0 8px 9px 7px;
    border-style: solid;
    transform: translateX(-50%);
    z-index: 1;
    opacity: .9;
}

.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,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a span {
    margin: 0 15px;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    padding: 11px 0;
    font-family: 'Century Gothic', sans-serif;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover span {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease 0s;
    color: #2b2b8a;
}

.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-of-type a:hover {
    border-color: rgba(255, 255, 255, 0.1);
}

.main-menu .navigation-item-3.navigation-item .navigation-item-child-container {
    width: 98vw;
    top: 70px;
    background: #1f1f1f;
    text-align: left;
    padding: 50px 30px;
    left: calc(-44vw - 49%);
    right: 0;
    transform: none;
    margin: 0;
}

.main-menu .navigation-item-3.navigation-item .navigation-item-child-container .navigation-item {
    width: 33%;
    float: left;
}

.main-menu .navigation-item-3.navigation-item .navigation-item-child-container .navigation-item a {
    padding: 4px !important;
    margin: 0 25px !important;
}

.main-menu .navigation-item-3.navigation-item .navigation-item-child-container::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-color: #555555 transparent #555555 transparent;
    border-width: 0 8px 9px 7px;
    border-style: solid;
    margin-left: -19px;
    z-index: 1;
    opacity: .9;
    display: none;
}

.horizontal .navigation-item-3.navigation-item .navigation-item-child-container .navigation-item a {
    border-bottom: 1px #363636 solid;
}

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

.horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    display: block;
    position: relative;
    border-bottom: 1px rgba(0, 0, 0, .1) solid;
}

.horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
    border: none;
}

/*--Header-css-end---*/

/*--Footer-css-start---*/

/*FOOTER*/
body > .footer {
    background: #f6f6f6;
}

body > .footer .widget-title {
    color: #000000;
    text-transform: capitalize;
    padding-bottom: 8px;
    font-weight: bold;
    font-family: 'Century Gothic', sans-serif;
    font-size: 20px;
}

.widget-navigation.footer-nav.footer-srv .vertical .navigation-item {
    display: inline-block;
    width: 50%;
}

.widget-navigation.footer-nav .vertical .navigation-item a {
    display: inline-block;
    border: 0;
    color: #000000;
    font-weight: normal;
    font-size: 15px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'Century Gothic', sans-serif;
}

.widget-navigation.footer-nav .vertical .navigation-item a:hover {
    color: #000069;
}

.copyright .article-content p {
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    line-height: 28px;
    transition: all .5s ease;
    font-family: 'Century Gothic', sans-serif;
}

.copyright .article-content p a:hover {
    color: #000069;
    transition: all .5s ease;
}

/*--Footer-css-end---*/
/*======snippet========*/
.banner-float-text {
    float: right;
    margin-top: -480px;
    z-index: 1;
}

/*service article*/
.services-gallery {
    padding-top: 80px;
    text-align: center;
    position: relative;
}

.services-gallery::before {
    position: absolute;
    content: "";
    height: 424px;
    top: 0;
    left: 0;
    width: 100%;
    background: #3de39a;
}

.services-gallery .owl-carousel {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.services-gallery .owl-carousel::before {
    position: absolute;
    content: "";
    height: 290px;
    width: 55px;
    left: -15px;
    top: 15px;
    background: #3de39a;
}

.services-gallery .owl-carousel::after {
    position: absolute;
    content: "";
    height: 290px;
    width: 94px;
    right: -15px;
    top: -15px;
    background: #ffffff;
    z-index: -1;
}

.services-gallery .owl-item .article-title {
    display: none;
}

.services-gallery .owl-item .item figure {
    margin: 0;
    max-height: 290px;
    overflow: hidden;
}

.services-gallery .owl-item .item figure img{
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-gallery .owl-item .item:hover figure img{
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services-gallery .owl-item .item h3 {
    font-size: 24px;
    color: #000069;
    padding: 13px;
    text-transform: uppercase;
    margin: ;
    margin: 0;
}
.services-gallery.widget .widget-title {
    font-size: 40px;
    color: #000069;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 40px;
    position: relative;
}

.services-gallery .owl-carousel .owl-controls {
    height: 35px;
    margin: 0;
    position: absolute;
    top: 41%;
    width: 100%;
    left: 0;
    z-index: 1111;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.services-gallery .owl-stage-outer {
    z-index: 333;
}

.services-gallery .owl-carousel .owl-controls .owl-nav {
    position: relative;
}

.services-gallery .owl-carousel .owl-controls .owl-nav [class*="owl-"] {
    position: absolute;
    left: -96px;
    height: 27px;
    padding: 0;
    margin: 0;
    width: 56px;
    font-size: 0;
    top: 8px;
    background: transparent url('/template/58a0cec2/images/left-arrow.png') no-repeat;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services-gallery .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
    background: transparent url('/template/58a0cec2/images/left-arrow.png') no-repeat;
}

.services-gallery .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.services-gallery .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    opacity: .7;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services-gallery .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: transparent url('/template/58a0cec2/images/right-arrow.png') no-repeat;
}

.services-gallery .owl-carousel .owl-controls .owl-nav .owl-next {
    left: auto;
    right: -96px;
    background: transparent url('/template/58a0cec2/images/right-arrow.png') no-repeat;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

/*newsletter*/

.newsletter label {
    display: none;
}

.newsletter .form-row.mandatory {
    width: 68%;
    float: left;
}

.newsletter .form-row input {
    width: 100%;
    margin: 0 0 13px;
    height: 48px;
    border: none;
    background: #ffffff;
    font-size: 16px;
}

.newsletter .form-row.button-container {
    width: 30%;
    float: right;
}
.newsletter.inplace.valid-verify-form{
    position: relative;
}
.newsletter .message-block.error-message, .newsletter .message-block.error {
    background-color: transparent;
    border: 0;
    color: #FF0000;
    width: auto;
    text-align: left;
    padding: 0;
    position: absolute;
    bottom: -87px;
}
.newsletter .form-row button {
    height: 48px !important;
    border: 2px solid #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: normal;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.newsletter .form-row button:hover {
    background: #ffffff;
    color: #000069;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

body > .footer:before {
    background: #000069;
    content: "";
    height: 195px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.newsletter-text .article-content p {
    color: #ffffff;
    font-size: 21px;
    line-height: 26px;
}

/*jssorArrow*/
.jssor-slider-container .jssora20r[u="arrowright"]:hover,
.jssor-slider-container .jssora20r[u="arrowright"] {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: transparent url(/template/58a0cec2/images/right-arrow.png) no-repeat;
    top: auto !important;
    left: 550px;
    bottom: 6px;
    position: absolute;
    background-size: 43px;
}

.jssor-slider-container .jssora20r[u="arrowright"]:hover {
    opacity: .8;
}
.home-slider .jssor-slider-container .jssorb03 > div {
    position: relative !important;
    margin: 0 -6px !important;
    display: inline-block;
    width: 14px;
}
.jssor-slider-container .jssora20l[u="arrowleft"]:hover, .jssor-slider-container .jssora20l[u="arrowleft"] {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: transparent url(/template/58a0cec2/images/left-arrow.png) no-repeat;
    position: absolute;
    bottom: 6px;
    left: 480px;
    top: auto !important;
    background-size: 43px;
}

.jssor-slider-container .jssora20l[u="arrowleft"]:hover {
    opacity: .8;
}

div.jssor-slider-container .container::before {
    position: absolute;
    background: #000069;
    width: 633px;
    height: 70px;
    bottom: 18px;
    left: 0;
    z-index: 1;
}
.featured-slider div.jssor-slider-container .container::before {
    width: 287px;
}
/*page heading*/
.page-home .widget.widget-pageHeading {
    display: none;
}

.widget.page-heading {
    padding: 140px 0;
    text-align: center;
    background: #fff url("/template/58a0cec2/images/page-heading.jpg") no-repeat left center / cover;
    margin-bottom: 100px;
    position: relative;
}

.widget.page-heading h1 {
    font-size: 45px;
    color: #000069;
    font-weight: bold;
    margin: 0;
    position: absolute;
    bottom: -46px;
    text-align: left;
    height: 114px;
    line-height: 98px;
    padding: 0 50px;
    background: #ffffff;
    border: 8px solid #3de39a;
    text-transform: uppercase;
    left: 12%;
}

.widget.page-heading:before {
    content: "";
    right: 0;
    display: block;
    position: absolute;
    bottom: -100px;
    width: 100%;
    height: 110px;
    background: #3de39a;
}

/* contact form*/
.widget-html.contact-title {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.widget-html.contact-title h2 {
    margin: 0 auto;
    padding: 100px 0 35px;
    font-size: 30px;
    font-weight: bold;
    line-height: 42px;
    color: #000069;
}

.contact-form {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
}

.widget-form .widget-title,
.widget-snippet.contact-left .widget-title {
    color: #0d2f78;
    font-weight: normal;
    font-family: 'Century Gothic', sans-serif;
    padding: 0 0 15px 0;
}

.widget.widget-form {
    text-align: left;
}

.widget-form .double-input-row .form-row {
    padding: 0 10px;
    margin: 0;
}

.widget-form .double-input-row, .widget-form .triple-input-row {
    margin: 0 -10px;
}

.contact-form-template.form-template input {
    border-radius: 0;
    height: 46px;
    border: 2px solid #dcdcdc;
    margin: 0 0 22px;
}
.contact-form-template.form-template textarea:focus,
.contact-form-template.form-template input:focus{
    border-color: #3DE39A;
}
.contact-form-template.form-template textarea {
    border: 2px solid #dcdcdc;
    border-radius: 0;
    padding-top: 11px;
    height: 134px;
}
.contact-form-template.form-template .simpleCaptcha-container {
    box-sizing: border-box;
    overflow: hidden;
    padding: 12px 0 12px;
}

.form-template {
    max-width: 100%;
    display: inline-block;
    padding: 0;
    width: 100%;
    z-index: 333;
    position: relative;
    background: #fff;
    margin: 0 auto 0 0;
    border-radius: 6px;
}

.contact-form-template .submit-button {
    font-family: 'Century Gothic', sans-serif;
    display: inline-block;
    vertical-align: middle;
    border-radius: 25px;
    border: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 10px 77px;
    background: #3DE39A;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    margin-top: 0;
    letter-spacing: 0.5px;
    line-height: 28px;
}
.contact-form-template .submit-button:hover {
    background: #000069;
}

.form-row.btn-row {
    text-align: center;
}
.form-row.btn-row label {
    display: none;
}
.submit-button:hover {
    color: #ffffff;
    text-decoration: none;
    background: #3de39a;
}

.validation-error {
    background-color: #fff;
}

.single-input-row {
    position: relative;
}

.widget-form .form-template .errorlist {
    margin-left: 0;
    padding: 0;
    position: absolute;
    top: 46px;
}

.widget-form .form-template .textArea .errorlist {
    bottom: -23px;
    top: auto;
}

.widget-container.v-split-container {
    border: 0;
}

.responsive .contact-details {
    margin: 0;
    padding: 0;
}

/*start:placeholder*/
.contact-form-template input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #7f7f7f;
    font-size: 15px;
    text-align: left;
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
}

.contact-form-template input::-moz-placeholder { /* Firefox 19+ */
    color: #7f7f7f;
    font-size: 15px;
    text-align: left;
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
}

.contact-form-template input:-ms-input-placeholder { /* IE 10+ */
    color: #7f7f7f;
    font-size: 15px;
    text-align: left;
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
}

.contact-form-template input:-moz-placeholder { /* Firefox 18- */
    color: #7f7f7f;
    font-size: 15px;
    text-align: left;
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
}

.contact-form-template input:focus { /* Firefox 18- */
    color: #7f7f7f;
    font-size: 15px;
    text-align: left;
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
}

.contact-form-template textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #7f7f7f;
    font-size: 15px;
    text-align: left;
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
}

.contact-form-template textarea::-moz-placeholder { /* Firefox 19+ */
    color: #7f7f7f;
    font-size: 15px;
    text-align: left;
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
}

.contact-form-template textarea:-ms-input-placeholder { /* IE 10+ */
    color: #7f7f7f;
    font-size: 15px;
    text-align: left;
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
}

.contact-form-template textarea:-moz-placeholder { /* Firefox 18- */
    color: #7f7f7f;
    font-size: 15px;
    text-align: left;
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
}

.contact-form-template textarea:focus { /* Firefox 18- */
    color: #7f7f7f;
    font-size: 15px;
    text-align: left;
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
}

/*end:placeholder*/
.responsive .widget.copyright-text p a:hover {
    color: #128a8a;
}

.contact-form-template.form-template .textArea {
    margin-top: 0;
}

.article-content figure {
    margin: 0 auto;
}

.article-content figure iframe {
    max-width: 100%;
    margin-top: 100px;
}

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

.page-404-page .widget.widget-article.page-404 {
    padding: 100px 0;
}

.page-404-page .page-content .article-content h1 {
    color: #000069;
    text-align: center;
    padding: 0;
    margin: 0 0 20px;
    font-size: 46px;
    font-weight: bold;
}

.page-404-page .page-content .article-content h2 {
    color: #000;
    font-size: 30px;
    text-align: center;
    padding: 0;
    margin: 0 0 10px;
    font-weight: 600;
}

.page-404-page .page-content .article-content p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

/*end:Page not faund */

.before-after-gallery {
    padding: 75px 0 83px;
    background-color: #efefef;
}
.before-after-gallery::before {
    content: "";
    background: #3de39a;
    height: 205px;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}
.widget-snippet .swipe-image-wrap ul li::before,
.swipe-image-wrap ul li::before {
    display: none;
}

.before-after-gallery .widget-title {
    text-align: center;
    font-size: 46px;
    font-family: Century Gothic;
    font-weight: bold;
    color: #ffffff;
    padding: 0;
    margin: 0;
    line-height: 45px;
    z-index: 1;
    position: relative;
}

/*start:swipbox*/
.swipe-image-wrap {
    padding: 40px 15px;
    text-align: center;
}

.swipe-image-wrap .box-container {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.swipe-image-wrap .box-container::after {
    clear: both;
    content: "";
    display: block;
}

.active-section .swipe-image-wrap .box,
.swipe-image-wrap .box {
    display: inline-block;
    list-style: outside none none;
    padding: 10px;
}

.swipe-image-wrap .swipebox {
    display: block;
    overflow: hidden;
    position: relative;
    max-height: 350px;
}

.swipe-image-wrap .swipebox::before {
    bottom: 0;
    color: #a1a0a0;
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    background: rgba(0, 0, 0, 0.35) url(../images/search-plus.png) no-repeat 25px 27px;
    width: 100%;
    height: 100%;
    left: 0;
    line-height: 43px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -ms-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
    z-index: 10;
    background-position: center;
}

.swipe-image-wrap .swipebox:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.swipe-image-wrap .swipebox .swipe-image {
    display: block;
    height: auto;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
    width: 100%;
}

.swipe-image-wrap .swipebox:hover .swipe-image {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.swipe-image-wrap .swipebox::after{
    content: attr(title);
    position: absolute;
    bottom: -100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    padding: 0 10px;
    line-height: 43px;
    color: #fff;
    font-size: 23px;
    background: rgba(0,0,0,0.5);
    z-index: 10;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.swipe-image-wrap .swipebox:hover::after{
    bottom: 0;
}


.swipebox-container .pagination {
    margin-top: 20px;
}

#swipebox-close {
    background-image: url(../images/cross.png) !important;
    background-position: 0 0 !important;
    margin-top: 15px;
    right: 0 !important;
    top: 0 !important;
    margin-right: 30px;
}

#swipebox-prev {
    background-image: url(../images/slider-arrow-left.png) !important;
    background-position: 0 0 !important;
    margin-top: 15px;
}

#swipebox-next {
    background-image: url(../images/slider-arrow-left.png) !important;
    background-position: 0 0 !important;
    transform: rotate(180deg);
    margin-top: -15px;
}

#swipebox-prev.disabled, #swipebox-next.disabled {
    opacity: 1 !important;
}

/*end:swipbox*/
.featured-slider div.jssor-slider-container .container,
.featured-slider div.jssor-slider-container {
    width: 1000px;
    height: 607px;
}
.featured-slider.featured-slider-fluid{
	overflow: hidden;
}
.featured-slider.featured-slider-fluid div.jssor-slider-container .container,
.featured-slider.featured-slider-fluid div.jssor-slider-container {
    width: 1920px;
    height: 750px;
}

.featured-slider div.jssor-slider-container .container::before {
    left: auto;
    right: 0;
    bottom: 0;
}

.featured-slider .jssor-slider-container .jssora20r[u="arrowright"]:hover,
.featured-slider .jssor-slider-container .jssora20r[u="arrowright"] {
    left: auto;
    right: 40px;
    bottom: -8px;
}

.featured-slider .jssor-slider-container .jssora20l[u="arrowleft"]:hover,
.featured-slider .jssor-slider-container .jssora20l[u="arrowleft"] {
    left: auto;
    right: 183px;
    bottom: -8px;
}

.featured-slider .jssor-slider-container .jssorb03 {
    bottom: 30px !important;
    right: 220px !important;
    left: auto !important;
}

.project-gallery {
    padding: 125px 0;
}

.project-gallery .widget-snippet ul li::before,
.project-gallery ul li::before {
    display: none;
}

.project-gallery .widget-title {
    text-align: center;
    font-size: 46px;
    font-family: Century Gothic;
    font-weight: bold;
    color: #000069;
    padding: 0;
    margin: 0;
    line-height: 45px;
}

/* galleriffic-gallery-wrap */
.galleriffic-gallery-wrap {
    max-width: 950px;
    margin: 0 auto;
    padding: 30px 15px 0 15px;
}

.galleriffic-gallery-wrap.caption-position-right .slideshow-container {
    float: none;
    margin-right: 0;
    width: 100%;
}

.galleriffic-gallery-wrap .slideshow {
    height: 572px;
    position: relative;
}

.galleriffic-gallery-wrap .slideshow .advance-link {
    display: block;
    text-align: center;
}

.galleriffic-gallery-wrap.alternate-layout .thumbs {
    padding-top: 9px;
}

.galleriffic-gallery-wrap .image-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: unset;
}

.slideshow-container img {
    max-width: 100%;
    height: 572px;
    display: inline-block;
}

.galleriffic-gallery-wrap .caption-container {
    display: none;
}

.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.prev {
    background: url("/template/58a0cec2/images/gallerific-icon-l.png") no-repeat left center;
    left: -60px;
}

.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next {
    background: url("/template/58a0cec2/images/gallerific-icon-r.png") no-repeat right center;
    right: -60px;
}

.galleriffic-gallery-wrap.alternate-layout .thumbs-container {
    overflow: visible;
    width: 950px;
    max-width: 100%;
    padding: 0;
    margin: 0 -15px 0 0;
    margin-top: 21px;
}

.galleriffic-gallery-wrap .loading {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    background-image: url(/template/58a0cec2/images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    width: 100% !important;
    height: 100% !important;
    transform: translate(-50%, -50%) !important;
}

.galleriffic-gallery-wrap .thumbs li {
    border: 0px solid #eee;
    margin: 0 30px 0 0;
    padding: 0;
    width: 160px;
    max-width: 100%;
}
.galleriffic-gallery-wrap li a.thumb {
    height: 113px;
    overflow: hidden;
}
.galleriffic-gallery-wrap .thumbs li.selected {
    position: relative;
}

.galleriffic-gallery-wrap .thumbs li.selected::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #3de39a transparent #3de39a transparent;
    border-width: 0px 15px 12px 15px;
    transform: translateX(-50%);
    display:block;
}

.galleriffic-gallery-wrap .thumbs li.selected::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #bac96d transparent #bac96d transparent;
    border-width: 0px 10px 8px 9px;
    transform: translateX(-50%);
    z-index: 1;
}

.galleriffic-gallery-wrap .thumbs li.selected a{
    border: 3px solid #3de39a;
}

.galleriffic-gallery-wrap .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container {
    margin-top: 16px;
}

/*end*/

.snippet-home-features .container::after {
    right: -12px !important;
    top: 6px !important;
}
.snippet-home-features .container::before {
    left: -11px !important;
    bottom: 16px !important;
    z-index: 9999 !important;
}
.footer .widget-snippet .social-links {
    margin-top: 5px;
}
.get-quote a:focus {
    color: #000069;
    text-decoration: none;
}


.widget-html.contact-title h2{
    text-align: left;
}
.widget-snippet.contact-details{
    padding-left: 50px;
}
.widget-snippet.contact-address .single-contact {
    padding: 15px 15px 100px;
}
.widget-form.contact-form .form-row {
    text-align: left;
}
.form-row .recaptcha-container{
    margin-left: 0;
}
.contact-form-template .submit-button{
    margin-top: 15px;
}
.copy-right-text a:hover {
	color: #04C973;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.copy-right-text a {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


/* Blog Style Start
**********************/
.widget.widget-blogPost{
    padding-top: 100px;
}
.recent-post.featured .blog-post-item .title{
    padding-left: 0;
}
.recent-post.featured .blog-post-item .title::before{
    display: none;
}
.recent-post.featured .blog-post-item img{
    max-width: 100%;
}
.widget.widget-blogPost.recent-post{
    padding-top: 38px;
}
.recent-post .widget-title, .blog-categories .widget-title {
    font-weight: 700;
    line-height: 25px;
    font-size: 24px;
    color: #000069;
    padding: 13px 0;
}
/* .cta-btn-sideber */
.widget-snippet.cta-btn-sideber .banner-text {
    margin: 102px 0 0 0;
    width: 100%;
    padding: 40px 30px;
}
.widget-snippet.cta-btn-sideber .banner-text .phn-btn{
    display: none;
}
.widget-snippet.cta-btn-sideber .banner-text .banner-text-content h1 {
    font-size: 23px;
    line-height: 29px;
}
.widget-snippet.cta-btn-sideber .banner-text .banner-text-content p{
    text-align: center;
}
.widget-snippet.cta-btn-sideber .banner-text .phn-quote-btn{
    font-size: 16px;
    background: #070659;
    border-radius: 30px;
    height: auto;
    line-height: 34px;
    width: auto;
    padding: 6px 50px;
}
.widget-snippet.cta-btn-sideber .banner-text .phn-quote-btn:hover{
    text-decoration: none;
    background: #42a97c;
}
/*  */
.widget-blogPost.recent-post.featured .post.post-list-view-height {
  height: auto;
  padding-bottom: 7px;
  width: auto;
}
.blog-categories .vertical .navigation-item a::before, .recent-post .blog-post-item .title::before {
  background: #333333 none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 8px;
}
.blog-categories .vertical .navigation-item + .navigation-item {
    margin-top: 5px;
}

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

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

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

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

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

.blog-categories {
    padding-top: 50px;
    padding-bottom: 100px;
}

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.recent-post .blog-post-item + .blog-post-item {
    margin-top: 15px;
}

.blog-post-content .footer {
    overflow: hidden;
    width: 100%;
    background-color: transparent;
    text-align: center;
    padding-top: 40px;
}

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

.blog-post-content .footer span.pagination span {
    border: none;
    box-shadow: none;
    font-size: 18px;
    font-weight: 700;
}

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

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

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

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

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

.comment-post-panel .simpleCaptcha-container {
    margin-top: 20px;
    padding-bottom: 2px;
}
.blog-post-details .comment-post-panel h2 {
    font-size: 22px;
    padding-bottom: 15px;
    font-weight: 600;
}
.comment-post-panel .form-row{
    text-align: left;
    margin: 0;
}
.comment-post-panel button[type="submit"] {
    border: 0;
    text-decoration: none;
    padding: 11px 47px;
    background: #3de39a;
    border-radius: 30px;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    font-family: 'Century Gothic', sans-serif;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

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

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

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

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

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

.page-content .blog-post-details .title {
    color: #000069;
    margin-top: -6px;
    line-height: 38px;
    padding-bottom: 0;
}
.blog-post-details .post-description .content p{
    color: #000000;
    font-size: 15px;
    margin: 10px 0 20px;
    font-weight: normal;
    line-height: 27px;
    font-family: 'Century Gothic', sans-serif;
}
.comment-post-panel .errorlist.after {
    right: 25px;
    background: red;
    text-align: center;
    width: 143px;
    min-width: auto;
    position: absolute;
    bottom: -10px;
    border-radius: 10px;
}
.comment-post-panel .errorlist.after .message-block {
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
}

.comment-post-panel .form-row.textArea .errorlist.after {
    bottom: -7px;
    right: 10px;
}

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

.loging-to-react.popup .body a{
    font-weight: bold;
}
.loging-to-react.popup .header,
.blog-comment-reply-popup.popup .header {
    background-color: #000069;
    border-bottom: 0;
    color: #fff;
    font-size: 16px;
    padding: 11px 10px;
    font-weight: bold;
}
.blog-comment-reply-popup label{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.blog-comment-reply-popup input,
.blog-comment-reply-popup textarea{
    width: 100%;
    height: 40px;
    border: none;
    border: 2px solid #dcdcdc;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 10px 0 0;
}
.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: 100%;
    display: block;
    margin-left: 0;
    margin-top: 20px;
    vertical-align: top;
}
.blog-comment-reply-popup .simpleCaptcha-container .form-row.simple-captcha {
    display: inline-block;
    width: 100%;
}
.blog-comment-reply-popup .simpleCaptcha-container {
    padding: 5px 0 0;
}
.blog-post-details .blog-post-comment-panel .comment-item .content {
    font-size: 15px;
    line-height: 26px;
}
.blog-post-details .blog-post-comment-panel .comment-count-info-row {
    font-weight: 600;
}
.blog-comment-reply-popup .popup .body {
    background-color: #FFFFFF;
    padding: 20px 15px;
}
.loging-to-react.popup .body {
    min-height: 100%;
}
.loging-to-react.popup .body a {
    font-weight: 700;
    font-size: 19px;
    color: #000069;
}
.popup-bottom.footer button{
    color: #fff;
    padding: 8px 50px;
    width: 100%;
    background: #000069;
    border: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 30px;
}
.popup-bottom.footer button:hover{
    background: #3DE39A;
}
.popup-bottom.footer button.form-reset.close-popup{
    margin-top: 10px;
}
.popup-bottom.footer button:hover{
    color: #fff;

}
.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;
}
.blog-comment-reply-popup.popup .close-icon::after{
    display: none;
}
.blog-comment-reply-popup.popup .close-icon {
    background: url('/template/3b77056f/images/remove-icon.png');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center 5px;
}


/* Social Media Share */
.blog-post-details .social-media-share > a {
  float: left;
  display: block;
}
.blog-post-details .social-media-share a.twitter-share-icon::after {
   font-size: 24px;
    color: #000000;
	margin: 0;
}
.blog-post-details .social-media-share a.facebook-share-icon::after {
   font-size: 24px;
   color: #000000;
   margin: 0;
}
.blog-post-details .social-media-share a.facebook-share-icon:hover::after,
.blog-post-details .social-media-share a.twitter-share-icon:hover::after {
  color: #ffffff;
}
.social-media-share-bar .social-media-share + .social-media-share {
    margin-left: 7px;
}
.blog-post-details .social-media-share a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: 2px solid #000000 !important;
  border-radius: 50%;
  color: #000000;
  display: inline-block;
  font-size: 20px;
  height: 43px !important;
  line-height: 39px;
  text-align: center;
  transition: all 0.5s ease 0s;
  vertical-align: top;
  width: 43px !important;
}
.social-media-share span {
    color: #000 !important;
    background-color: transparent !important;
    width: auto !important;
    height: auto !important;
}

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

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

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

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

/* .newsletter.unsubscribe */
.auto-page.page-newsletter-subscription .page-content {
    padding: 100px 15px;
}
.newsletter.unsubscribe {
    position: relative;
    padding: 50px 50px 70px;
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.12);
}
.newsletter.unsubscribe .message{
    font-size: 18px;
}
.newsletter.unsubscribe textarea{
    border: 2px solid #dcdcdc;
    width: 100%;
    margin-top: 20px;
}
.newsletter.unsubscribe .form-row.button-container{
    text-align: left;
    margin-top: 20px;
}
.newsletter.unsubscribe .form-row button {
    height: 46px !important;
    border: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: normal;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: #3DE39A;
    border-radius: 30px;
    font-weight: 600;
}
.newsletter.unsubscribe .form-row button:hover{
    background: #000069;
}
.newsletter.unsubscribe.valid-verify-form::after {
    clear: both;
    content: "";
    display: block;
}
.newsletter.unsubscribe .form-row.mandatory,
.newsletter.unsubscribe .form-row.button-container {
    width: auto;
    float: none;
}
/* subscription-list-success */
.page-newsletter-subscription .subscription-list-success {
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.12);
    padding: 50px;
    border: 0;
}
.subscription-list-success .title {
    padding: 12px 10px;
    margin-top: 0;
    background: none;
    text-align: center;
    color: #000069;
    font-size: 34px;
}
.subscription-list-success .messess-text{
    background: none;
    padding: 10px 0 32px;
    font-size: 18px;
    text-align: center;
    margin: 0;
}
.subscription-list-success .help {
    margin: 20px 0;
    text-align: center;
    font-size: 17px;
}

.newsletter.unsubscribe .errorlist.after .message-block {
    margin: 0 0 -6px 0;
}
.newsletter .message-block.info-message{
    position: absolute;
    top: 45px;
}


/* For sticky menu */
.header > .widget-container {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

body#webcommander-page .header {
    background: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

@media screen and (min-width: 991px) {
	.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;
       right: 239px !important;
   }
   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;
  }
  .header.sticky .widget-navigation.main-menu .navigation-item a {
      font-size: 15px;
      padding: 0 20px 15px;
      -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: 12px !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;
  }
}
@media screen and (min-width: 1200px) {
	.header.sticky .widget.widget-snippet .get-quote a {
		top: 17px;
		-webkit-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}
	.header.sticky .widget.widget-navigation.main-menu{
		top: 25px !important;
		right: 289px !important;
	}
}
.widget-snippet .get-quote {
    background: #3de39a;
    height: 110px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
}

.widget-snippet .get-quote:hover {
    background: #070659;
}
.header .widget-snippet .get-quote a{
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Century Gothic', sans-serif;
    opacity: 0;
    position: absolute;
    top: 37px;
    left: 30px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-snippet .get-quote a:hover {
    color: #ffffff;
}
body.lodade .header .widget-snippet .get-quote a{
    opacity: 1;
}
@-webkit-keyframes transscale {
    0% {
        -webkit-transform: translate3d(7px, 7px, 0px) scale(1.07, 1.07);
        transform: translate3d(7px, 7px, 0px) scale(1.07, 1.07);
    }
    50%  {
        -webkit-transform: translate3d(30px, 20px, 0px) scale(1.3, 1.3);
        transform: translate3d(30px, 20px, 0px) scale(1.3, 1.3);
    }
    70%{
        -webkit-transform: translate3d(7px, 7px, 0px) scale(1.07, 1.07);
        transform: translate3d(7px, 7px, 0px) scale(1.07, 1.07);
    }
    90%  {
        -webkit-transform: translate3d(30px, 20px, 0px) scale(1.3, 1.3);
        transform: translate3d(30px, 20px, 0px) scale(1.3, 1.3);
    }
    100% {
        -webkit-transform: translate3d(0px, 0px, 0px) scale(1, 1);
        transform: translate3d(0px, 0px, 0px) scale(1, 1);
    }
}
@keyframes transscale {
    0% {
        -webkit-transform: translate3d(7px, 7px, 0px) scale(1.07, 1.07);
        transform: translate3d(7px, 7px, 0px) scale(1.07, 1.07);
    }
    50%  {
        -webkit-transform: translate3d(30px, 20px, 0px) scale(1.3, 1.3);
        transform: translate3d(30px, 20px, 0px) scale(1.3, 1.3);
    }
    70%{
        -webkit-transform: translate3d(7px, 7px, 0px) scale(1.07, 1.07);
        transform: translate3d(7px, 7px, 0px) scale(1.07, 1.07);
    }
    90%  {
        -webkit-transform: translate3d(30px, 20px, 0px) scale(1.3, 1.3);
        transform: translate3d(30px, 20px, 0px) scale(1.3, 1.3);
    }
    100% {
        -webkit-transform: translate3d(0px, 0px, 0px) scale(1, 1);
        transform: translate3d(0px, 0px, 0px) scale(1, 1);
    }
}
/*  */
body.lodade .header .widget-snippet .get-quote a {
  -webkit-animation-name: transscale;
  animation-name: transscale;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}





.owl-carousel .article-content  .video-text{
    display: inline-block;
    vertical-align: top;
}
.widget-html.video-text{
    color: #000000;
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: normal;
    line-height: 27px;
    font-family: 'Century Gothic', sans-serif;
    max-width: 585px;
    padding: 100px 0;
}
.owl-carousel .article-content  .video-content-box{
    width:545px;
    height:305px;
    position:relative;
    background-color:#000;
    margin-left: 12px;
}
.owl-carousel .article-content  .line-shpae-left {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}
.owl-carousel .article-content  .line-shpae-left:before,
.owl-carousel .article-content  .line-shpae-left:after {
    content: '';
    background-color: #3de39a;
    position: absolute;
}
.owl-carousel .article-content  .line-shpae-left:before {
    left: -12px;
    bottom: 0;
    width: 12px;
    height: 78%;
}
.owl-carousel .article-content  .line-shpae-left:after {
    width: 36%;
    height: 12px;
    left: -12px;
    bottom: -12px;
}
.owl-carousel .article-content  .line-shpae-right:before,
.owl-carousel .article-content  .line-shpae-right:after {
    content: '';
    background-color: #000069;
    position: absolute;
}

.owl-carousel .article-content  .line-shpae-right:before {
    right: -12px;
    top: 0;
    width: 12px;
    height: 78%;
}
.owl-carousel .article-content  .line-shpae-right:after {
    width: 36%;
    height: 12px;
    right: -12px;
    top: -12px;
}
.owl-carousel .article-content  .video-img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 99;
}
.owl-carousel .article-content  .video-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.owl-carousel .article-content  .video-play-btn {
    position: absolute;
    width: 67px;
    height: 67px;
    background-color: #fff;
    background-image: url(/template/58a0cec2/images/play-btn.png);
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 0 0 15px rgba(255,255,255, 0.3);
    top: 50%;
    left: 50%;
    z-index: 1;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(-50%,-50%);
}
.owl-carousel .article-content  .video-play-btn:hover {
    background-color: #070659;
}
.owl-carousel .article-content  .video-embed-code{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.owl-carousel .article-content  .video-embed-code iframe {
    width: 100%;
    height: 100%;
}
.owl-carousel .article-content  .close-the-video {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #000;
    background-image: url(/template/58a0cec2/images/cross.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    border: 3px solid #fff;
    background-size: 30px;
    cursor: pointer;
    display: none;
    border-radius: 50%;
}
.owl-carousel .article-content   .video-area{
    padding: 110px 0 85px 0;
}

.widget-gallery.video-slide {
    width: 571px;
    max-width: 571px;
    padding: 100px 0;
}
.widget-gallery.video-slide .article-title{
    display: none;
}

.widget-gallery.video-slide .owl-theme .owl-controls{
    margin: 0;
    text-align: right;
    padding: 0 15px;
}
.widget-gallery.video-slide .owl-carousel .owl-controls .owl-nav .owl-prev{
    font-size: 0;
    background: #000069 url("/template/58a0cec2/images/left-arrow.png") no-repeat center;
}
.widget-gallery.video-slide .owl-carousel .owl-controls .owl-nav .owl-next{
    font-size: 0;
    background: #000069 url("/template/58a0cec2/images/right-arrow.png") no-repeat center;
}
.widget-gallery.video-slide .owl-theme .owl-controls .owl-nav{
    line-height: 0;
    margin: -2px -1px 0 0;
}
.widget-gallery.video-slide .owl-theme .owl-controls .owl-nav [class*="owl-"]{
    background-size: 28px;
    width: 80px;
    height: 40px;
    border-radius: 0;
    margin: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-gallery.video-slide .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
    opacity: 0.9;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

/* single-embed-website */
.widget-html.single-embed-website {
    background: #EFEFEF;
    padding: 100px 0;
}
.widget-html.single-embed-website .widget-title {
    text-align: center;
    font-size: 46px;
    font-family: Century Gothic;
    font-weight: bold;
    color: #000069;
    padding: 0;
    margin: 0 0 40px 0;
    line-height: 45px;
}
.single-embed-website iframe{
    border: 0;
    width: 1300px;
    max-width: 100%;
    height: 500px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}
.testimonial-slider .article-title{
	display: none;
}
.testimonial-slider {
	background-color: #e4e4e4;
    display: flex;
    min-height: 570px;
    flex-wrap: wrap;
    align-items: stretch;
}
.testimonial-slider .rating-icon {
	margin-bottom: 15px;
}
.testimonial-slider .rating-icon .fa {
    font-size: 28px;
    display: inline-block;
    margin: 3px;
    padding: 0;
    color: #3de39a;
}
.testimonial-slider .owl-theme .owl-controls {
    background: #000069;
    padding: 15px 100px 15px 100px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.testimonial-slider .owl-next {
    background: transparent url(/template/58a0cec2/images/right-arrow.png) no-repeat !important;
    font-size: 0 !important;
    width: 53px;
    height: 20px;
    padding: 0 !important;
    margin: 0 10px !important;
    vertical-align: middle;
}
.testimonial-slider .owl-prev {
    background: transparent url(/template/58a0cec2/images/left-arrow.png) no-repeat !important;
    font-size: 0 !important;
    width: 53px;
    height: 20px;
    padding: 0 !important;
    margin:  0 10px!important;
    vertical-align: middle;
}
.testimonial-slider .owl-nav {
    text-align: left;
}
.testimonial-slider .article-item.full-article {
    padding: 130px 100px 70px 100px;
}
.testimonial-slider p {
    max-width: 90%;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 25px;
    font-family: 'Century Gothic', sans-serif;
}
.testimonial-slider h4 {
    font-size: 23px;
    color: #383333;
}
.before-after-gallery .nivo-slider {
    margin: 30px auto;
    overflow: visible;
}
.before-after-gallery .owl-next{
    background: #000069 url(/template/58a0cec2/images/right-arrow.png) no-repeat center !important;
    border-radius: 0;
    border: 0;
    height: 70px !important;
    font-size: 0;
    width: 75px !important;
    right: -35px;
    background-size: 36px !important;
}
.before-after-gallery  .owl-prev{
    background: #000069 url(/template/58a0cec2/images/left-arrow.png) no-repeat center !important;
    border-radius: 0;
    border: 0;
    height: 70px !important;
    font-size: 0;
    width: 75px !important;
    left: -35px;
    background-size: 36px !important;
}
.nivoSlider a.nivo-imageLink{
	position: relative;
}
.nivo-imageLink img {
    width: 100%;
    z-index: 9999;
    position: absolute;
    background: #f00;
    font-size: 24px;
    bottom: -40px;
    color: #000;
}
.before-after-gallery .owl-carousel.owl-theme{
	max-width: 725px;
	margin: 30px auto 0;
}
.before-after-gallery .owl-carousel.owl-theme .owl-item:nth-child(odd)::after {
    content: "Before";
    width: 100%;
    text-align: center;
    padding: 20px;
    position: absolute;
    bottom: 0;
    background: rgba(61, 227, 154, 0.8);
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.before-after-gallery .owl-carousel.owl-theme .owl-item:nth-child(even)::after {
    content: "After";
    width: 100%;
    text-align: center;
    padding: 20px;
    position: absolute;
    bottom: 0;
    background: rgba(61, 227, 154, 0.8);
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.before-after-gallery .owl-carousel.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 0;
    margin: 0;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    border-radius: 0;
}
.rev-link {
	text-align: center;
}
.rev-link {
    text-align: center;

}
.rev-link:hover img{
    transform: scale(1.1);
}
.rev-link.rev-top{
    width: 220px;
    margin: 190px auto 0;
    display: block;
}
.rev-link.rev-bottom{
    width: 220px;
    margin:  0 auto 140px;
    display: block;
}
.rev-link img {
    max-width: 220px;
    transition: all 0.2s;
}
.page-residential-painting .before-after-gallery .owl-carousel .owl-item .item {
    max-height: 560px;
    overflow: hidden;
}
.paint-project-section .pain-project-desc h2{
	line-height: 50px;
}
.page-residential-painting .features-text{
	height: 581px;
}
.page-decorative-floors .features-text {
    height: 579px;
}
section.embed-website a,  .single-embed-website a {
	display: inline-block;
    background: #3de39a;
    padding: 20px 30px;
    margin: 0 auto;
    display: none;
    text-align: center;
    max-width: 300px;
    color: #000069;
    font-weight: 700;
    letter-spacing: 0.2px;
    font-size: 17px;
}
section.embed-website a:hover , .single-embed-website a:hover {
	background: #3de39a;
	color: #fff;
}
.widget-snippet .embed-website{
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.embed-website .col-md-6{
	margin-bottom: 20px;
}
.widget-navigation .nav-wrapper.show{
	height: auto !important;
}
.page-thank-you p{
	font-size: 18px;
}
.page-thank-you p a{
	color: #000069;
    font-weight: normal;
    text-decoration: underline;
}

.privacy-policy h2{
    margin-bottom: 29px;
}
.sitemap .vertical .navigation-item .navigation-item-child-container {
    display: block;
    padding-left: 21px;
}
.widget-navigation.sitemap .navigation-item-child-container .navigation-item.last a,
.widget-navigation.sitemap .navigation-item-child-container .navigation-item.last a:hover{
    padding: 0;
	margin: 0 0 5px;
}
.widget-navigation.sitemap .vertical .navigation-item a{
    color: #000000;
    font-size: 18px;
    margin: 0 0 5px;
    font-weight: normal;
    line-height: 25px;
    font-family: 'Century Gothic', sans-serif;
}



.footer .privacy-link .horizontal .navigation-item{
    position: relative;
    margin-right: 5px;
}
.footer .privacy-link .horizontal .navigation-item::before {
    content: '/';
    color: rgba(0,0,0, 0.30);
    font-size: 16px;
    position: absolute;
    right: -5px;
    top: 5px;
}
.footer .privacy-link .horizontal .navigation-item.last::before {
    display: none;
}
.widget-navigation.privacy-link .horizontal .navigation-item a{
    color: #000;
}
.widget-navigation.privacy-link .horizontal .navigation-item a:hover {
    color: #000069;
}

.widget-article.privacy-policy,
.widget-navigation.sitemap{
    padding: 0 15px;
}
/*start:*/
.landing-slider {
    background-color: #fff;
    min-height: 400px;
    max-width: 1100px;
    margin: 0 auto;
}
.landing-slider .article-item::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 50%;
    bottom: -10px;
    right: -10px;
    border-right: 10px solid #3cde96;
    border-bottom: 10px solid #3cde96;
}
.landing-slider .item {
    padding: 10px;
}
.landing-slider .article-item {
    position: relative;
    padding: 54px 50px 54px;
    box-shadow: 0 0 13px rgba(0, 0, 0, .15);
    border: none;
    border-radius: 3px;
    margin: 0 auto;
    background: #ffffff;
}
.landing-slider .article-content {
    border-left: 1px solid #d6d6e2;
    padding: 0 0 0 40px;
}
.landing-slider .owl-theme .owl-controls {
    background: transparent;
    padding: 15px 100px 15px 100px;
    position: absolute;
    top: 50%;
    width: 100%;
    bottom: auto;
    transform: translateY(-50%);
    margin: 0;
}
.landing-slider .owl-prev{
    background: #000069 url(/template/58a0cec2/images/left-arrow.png) no-repeat center !important;
    border-radius: 0;
    border: 0;
    height: 70px !important;
    font-size: 0;
    width: 75px !important;
    left: -35px;
    background-size: 36px !important;
    left: -100px;
    position: absolute;
    border-radius: 0 !important;
    font-size: 0 !important;
    top: -30px;
    margin: 0 !important;
}
.landing-slider .owl-next {
    background: #000069 url(/template/58a0cec2/images/right-arrow.png) no-repeat center !important;
    border-radius: 0;
    border: 0;
    height: 70px !important;
    font-size: 0;
    width: 75px !important;
    right: 0;
    background-size: 36px !important;
    border-radius: 0 !important;
    font-size: 0 !important;
    position: absolute;
    right: -100px;
    top: -30px;
    margin: 0 !important;
}

.landing-slider p {
    max-width: 100%;
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    margin: 0 0 25px 0;
    font-family: 'Century Gothic', sans-serif;
    padding: 0;
}
.landing-slider h4 {
    font-size: 20px;
    color: #383333;
    margin: 0;
    padding: 0;
}
.landing-slider .rating-icon {
    margin-bottom: 15px;
}
.landing-slider .rating-icon .fa {
     font-size: 18px;
     display: inline-block;
     margin: 3px;
     padding: 0;
     color: #3de39a;
 }
.landing-slider .article-title{
    display: none;
}
.what-our-customer-say h2 {
    text-align: center;
    font-weight: normal;
    font-size: 36px;
    padding: 0;
    margin: 0 0 40px 0;
}

.page-landing-page .footer:before, .page-local-painters-lalor-park .footer:before, .page-painters-baulkham-hills .footer:before, .page-professional-painters-castle-hill .footer:before, .page-professional-painters-parramatta .footer:before, .page-kellyville-local-painters .footer:before{
    display: none;
}
.footer.service-footer:before{
	display: none;
}
.widget-snippet .landing-service-area li p {
    font-size: 16px;
    margin: 0;
}
.widget.page-heading.landing {
    background-image: url(/template/58a0cec2/images/landing-page-heading.jpg);
    padding: 200px 0;
}
/*end*/
.service-area-top h2 {
    line-height: 1.2;
}
.landing-page-content .row + .row {
    margin-top: 60px;
}
.widget-snippet .get-quote-landing p{
	text-align: center;
}
.widget.widget-snippet .landing-extra-footer p{
	font-weight: 400;
    line-height: 25px;
}

.widget.widget-snippet .landing-extra-footer p a {
    font-weight: 700;
}
.responsive .widget-snippet .row-landing-text h2 br {
    display: none;
}
.widget.widget-snippet .get-quote-landing{
	margin-top: -180px;
}
.footer-contact-adress a {
    font-weight: 700;
}
figure {
    margin: 20px 0;
}
figure img{
	max-width: 100%;
}
.post.post-list-view img,
.category.post-list-view img {
  max-height: 100%;
  max-width: 100%;
}
.blog-post-details a {
    color: #1dbe77;
    text-decoration: underline;
}
.blog-post-details  h2 {
	font-size: 30px;
	line-height: 36px;
}
.blog-post-details  h3 {
	font-size: 26px;
	line-height: 36px;
}
.blog-post-details  h4 {
	font-size: 22px;
	line-height: 36px;
}
.blog-post-details ul li{
	font-size: 15px;
}
.blog-post-details  iframe {
	max-width: 100% !important;
}
.iframe-box {
    height: 550px;
    overflow: auto;
}
@media screen and (max-width: 767px) {
	.iframe-box {
		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;
}
.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.widget-snippet .about-content .read-more-target {
    opacity: 1;
    max-height: 999em;
    font-size: inherit;
}
.widget.widget-snippet .about-content .read-more-trigger {
    margin-top: 20px;
}

@media screen and (max-width: 767px){
.page-residential-painting .before-after-gallery .owl-carousel .owl-item .item {
      height: 350px; 
}
.owl-carousel .owl-stage-outer .owl-item img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.responsive .before-after-gallery .widget-title {
    font-size: 25px;
    line-height: 26px;
}
.galleriffic-gallery-wrap.alternate-layout .galleriffic-content, .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout .thumbs-container {
	padding:0;
}
.responsive .galleriffic-gallery-wrap .slideshow .advance-link {
    width: 100%;
}
.responsive .galleriffic-gallery-wrap .thumbs li {
    width: 49%;
    margin: 0 5px;
}
.responsive .galleriffic-gallery-wrap li a.thumb{
	width:100%;
}
}
@media screen and (max-width: 380px){
.responsive .galleriffic-gallery-wrap .thumbs li {
    width: 49%;
    margin: 0 auto;
    display: block;
}
}
/***********************************************************************/
.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 .widget-snippet .container{
	 max-width: 100%;
}
.fee-fixed-width-content {
	padding-left: calc(50% - 650px) !important;
	padding-right: calc(50% - 650px) !important;
}
.fee .widget-navigation .navigation-item {
	padding-bottom:0;
}
.fee .banner-float-text {
    float:unset;
    position:absolute;
    left:auto;
    right:0;
    margin-top:-480px;
    z-index:unset;
    display: block;
    max-width: 530px;
    margin-right: 150px;
}
.fee .jssorSlider.widget.widget-gallery.home-slider {
    display:block;
    position:relative;
    float:unset;
    z-index:unset;
}
.fee .header .widget-snippet .get-quote a {
    opacity: 1;
}


/**********************************************************************/




body.responsive .widget.widget-snippet  .about-content .read-more-state:checked ~ .read-more-wrap .read-more-target {
     
    margin-top: 20px;
    font-size: 18px;
}
