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

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

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

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, 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;
}

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

::-moz-selection {
    background: #f99e00;
    color: #ffffff;
    text-shadow: none;
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

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

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
        http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

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

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

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

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

    thead {
        display: table-header-group;
    }

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

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

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

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

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

body {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 16px;
    font-family: 'Gotham Book';
    text-align: left;
    line-height: 25px;
}

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

.header::before {
    content: "";
    height: 170px;
    left: 0;
    position: absolute;
    top: 140px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.header::after {
    content: "";
    height: 170px;
    left: 0;
    position: absolute;
    top: 140px;
    width: 100%;
    background-image: url('/template/9e04eb23/images/innerbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.page-home .header::before, .page-home .header::after {
    display: none;
}

.widget.page-heading h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 40px;
    text-align: left;
    text-transform: uppercase;
    font-style: normal;
    font-family: 'Gotham';
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-weight: normal;
    font-family: 'Gotham Book';
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

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

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

p {
    color: #000000;
    font-size: 16px;
    font-family: 'Gotham Book';
    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: #000000;
    font-size: 16px;
    font-family: 'Gotham Book';
}

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: 'Gotham';
    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: #fbae0c;
    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: 16px;
    color: #000000;
}

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

.widget-snippet {
    font-family: 'Gotham Book';
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    text-align: left;
}

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

.widget-snippet a:hover {
    color: #f28729;
}

.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: #000000;
    font-size: 14px;
    font-family: 'Gotham Book';
    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: #fbae0c;
}

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

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

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: 1170px;
    max-width: 100%;
}

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

.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 {
    border: 0px solid #C2E7C2;
    color: #fff;
    background: #fbae0c;
    margin: 0 0 20px;
    border-radius: 4px;
}

.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: #fbae0c;
}

.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: #fbae0c;
}

.widget > .widget-title {
    padding: 0 0 30px 0;
    margin: 0;
    font-size: 34px;
    text-align: left;
    color: #080808;
    font-weight: 500;
    text-transform: none;
    line-height: 36px;
    font-family: 'Gotham';
}

.widget.widget-pageHeading {
    padding: 67px 0 190px 0;
}
.widget.widget-pageHeading.widget-html {
    margin-top: -115px;
}
.widget-pageHeading h2::before,
.widget.widget-pageHeading h1::before {
    content: '';
    position: absolute;
    left: 6px;
    bottom: -15px;
    width: 30px;
    height: 3px;
    background: #fff;
    margin-left: 0;
}
.widget-pageHeading h2,
.widget.widget-pageHeading h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 33px;
    line-height: 33px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 99;
    font-family: 'Gotham Book';
}

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

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

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

.page-page-not-found .page-content .article-content p {
    text-align: center;
    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 .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: 507px;
    padding: 0 !important;
    text-align: center;
}

div.jssor-slider-container {
    margin: 0 auto;
    position: relative;
}

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;
}
.jssor-slider-container .jssor-loader .loader-2 {
    display: none;
}
.jssor-slider-container::before {
    content: url("/template/9e04eb23/images/loading.gif");
    height: 64px;
    left: 50% !important;
    margin-left: -18px !important;
    margin-top: -32px !important;
    position: absolute;
    top: 50%;
    width: 64px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.widget-gallery .jssor-slider-container [u="caption"].description {
    left: 50%;
    top: 32%;
    height: auto;
    width: 1000px;
    transform: translate(-50%);
}

.widget-gallery .jssor-slider-container .description h1 {
    color: #fff;
    font-size: 58px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    line-height: 62px;
    letter-spacing: 2px;
    margin: 0 0 20px 0;
    padding: 0;
    font-family: 'Gotham';
    text-shadow: 0px 0px 108.8px rgba(0, 0, 0, 0.5);
}

.widget-gallery .jssor-slider-container .description .read-more-link:before {
    content: '';
    width: 41px;
    height: 20px;
    background-image: url(/template/9e04eb23/images/sprite.png);
    background-repeat: no-repeat;
    background-position: -37px 0;
    position: absolute;
    right: 26px;
    top: 14px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.widget-gallery .jssor-slider-container .description .read-more-link {
    position: relative;
    padding: 15px 65px 15px 40px;
    display: inline-block;
	border:none;
    vertical-align: middle;
    background-color: #ffbd4a;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Gotham';
    line-height: 20px;
    letter-spacing: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.widget-gallery .jssor-slider-container .description .read-more-link:hover {
    background-color: #000;
    color: #fff;
}

.widget-gallery .jssor-slider-container .description .read-more-link:hover:before {
    background-position: 0 0;
}

/*end: jssor slider css */

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

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

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

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

.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
    content: "\f107";
    color: rgba(0, 0, 0, 0.8);
    font-family: FontAwesome;
    font-size: 18px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
    top: 1px;
    right: -8px;
}

.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a:hover span::after {
    transform: rotate(180deg);
    color: #fbae0c;
    top: 3px;
}

.widget-navigation.main-menu .navigation-item a {
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.90);
    font-weight: 500;
    font-family: 'Gotham';
    padding: 21px 25px;
    position: relative;
}

.widget-navigation.main-menu .navigation-item .navigation-item-child-container a {
    font-family: 'Gotham book';
}

.widget-navigation.main-menu .navigation-item a:hover {
    color: #fbae0c;
}

.widget-navigation.main-menu .navigation-item:hover a::before,
.widget-navigation.main-menu .navigation-item.active a::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #fbae0c;
    position: absolute;
    left: 50%;
    top: 18px;
    transform: translateX(-50%);
}

.widget-navigation.main-menu .navigation-item a:hover, .widget-navigation.main-menu .navigation-item.active a {
}

.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: 268px;
    top: 70px;
    background: #fff;
    text-align: center;
    padding: 0px;
    left: 50%;
    box-shadow: 5px 0px 32px rgba(0, 0, 0, 0.12);
    border-radius: 0 0 8px 8px;
    transform: translateX(-50%);
    margin: -10px 0 0 0;
}

.main-menu .navigation-item .navigation-item-child-container::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;
    transform: translateX(-50%);
}

.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:last-child {
    border-radius: 0 0 8px 8px;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
    border-radius: 0 0 8px 8px;
    border: 0;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    padding: 15px 24px;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
    text-transform: none;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    transition: all 0.5s ease 0s;
    color: #fbae0c;
    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;
}

.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
    left: 370px;
    position: absolute;
    top: 10px;
    width: 230px;
}

.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container:before {
    left: -2px;
    top: 18px;
    transform: translateX(-50%) rotate(-90deg);
}

.widget-navigation.main-menu .navigation-item:hover .navigation-item-child-container a::before,
.widget-navigation.main-menu .navigation-item.active .navigation-item-child-container a::before {
    display: none;
}

/*end:menu*/
.header-lets-talk {
    margin-top: 12px;
    z-index: 999;
    text-align: right;
}

.header.active-section .header-lets-talk {
    z-index: auto;
}

/*start:get-form*/
.get-form .widget-title {
    color: #f99e00;
    font-size: 28px;
    text-align: right;
    font-family: 'Gotham';
    max-width: 230px;
    display: block;
    position: absolute;
    left: 80px;
    top: 0;
    line-height: 34px;
    font-weight: 500;
    padding-bottom: 27px;
}

.get-form .widget-title::after {
    content: '';
    width: 38px;
    height: 2px;
    background-color: #f99e00;
    position: absolute;
    right: 8px;
    bottom: 10px;
}

.get-form .custom-form {
    width: 591px;
    margin: 0 auto;
    position: relative;
    padding-left: 0;
}
.page-home .get-form .widget-title {
    left: 200px;
}
.page-home .get-form .custom-form {
    left: 245px;
    top: -25px;
}
.widget.widget-form.get-form {
	margin-top: 90px;
    margin-bottom: 20px;
}

.get-form input[type="text"], .get-form select,
.get-form textarea {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    font-family: 'Gotham Book';
}

.get-form input[type="text"],
.get-form .form-row select {
    width: 100%;
    height: 45px;
    line-height: 40px;
    padding: 0;
    margin: 0;
}

.get-form select {
    color: rgba(0, 0, 0, 0.8);
}

.get-form .textArea label {
    display: none;
}

.get-form textarea {
    width: 100%;
    height: 80px;
    padding: 0;
    margin: 0;
    color: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    font-family: 'Gotham Book';
    min-height: 90px;
}

.get-form .btn-row label {
    display: none;
}
.get-form .simpleCaptcha-container span.captcha {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.widget-form .btn-row .submit-button {
    letter-spacing: 1px;
    padding: 13px 45px;
    height: auto;
    line-height: 20px;
    border: none;
    background-color: #ffbd4a;
    font-size: 13px;
    color: #000;
    border-radius: 0;
    font-family: 'Gotham';
    margin: 0;
    width: auto;
    font-weight: 700;
}
.widget-form .btn-row .submit-button:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}
.page-contact  .get-form .btn-row .submit-button{
    width: 100%;
    margin: 0 -3px;
}
.page-contact .get-form .single-input-row .form-row,
.page-contact .get-form .single-input-row .form-row.textArea,
.page-contact .get-form .simpleCaptcha-container, .get-form .btn-row {
    padding-left: 6px;
    padding-right: 6px;
}
.page-contact .get-form .single-input-row .form-row.textArea{
    margin-top: 35px;
}
.page-home .get-form .btn-row .submit-button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #000;
}
.get-form .errorlist.after .message-block {
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    right: 55px;
    background: red;
    border-radius: 15px;
    font-size: 12px;
    width: auto;
    padding: 0 15px;
    top: -24px;
}
.get-form input.error-field-error.validation-error {
    border-bottom-color: red;
}
.get-form .btn-row {
    margin: 0;
}
.get-form .double-input-row .form-row {
    padding-left: 20px;
    padding-right: 20px;
}
.get-form .single-input-row .form-row.textArea{
    padding-left: 20px;
    padding-right: 20px;
}
.get-form .double-input-row, .get-form .triple-input-row, .get-form .single-input-row {
  margin: 0 -20px;
}
.get-form .btn-row {
	padding: 0;
	margin-top: 30px;
}
.widget-form .get-form .double-input-row, .widget-form .get-form .triple-input-row, .widget-form .get-form .single-input-row {
    margin: 0 -20px;
}
.get-form .simpleCaptcha-container {
    padding-top: 40px;
    padding-bottom: 40px;
}
.get-form .recaptcha-row {
    margin-top: 30px;
}
.get-form .recaptcha-row label {
    display: none;
}
.get-form .recaptcha-row .recaptcha-container {
    margin-left: 0;
}
.get-form .single-input-row .form-row {
    margin-top: 15px;
}
.get-form  .simpleCaptcha-container .form-row.simple-captcha{
    width: 45%;
}
.get-form ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    font-family: 'Gotham Book';
}
.get-form :-moz-placeholder {
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    font-family: 'Gotham Book';
}
.get-form ::-moz-placeholder {
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    font-family: 'Gotham Book';
    opacity: 1;
}
.get-form :-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    font-family: 'Gotham Book';
}
.get-form .simpleCaptcha-container .errorlist.after .message-block {
    top: -10px;
}
.get-form textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    font-family: 'Gotham Book';
}
.get-form textarea:-moz-placeholder { /* Firefox 18- */
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    font-family: 'Gotham Book';
}
.get-form textarea::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    font-family: 'Gotham Book';
}
.get-form textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
    font-family: 'Gotham Book';
}
/*end:get-form*/

.page-contact .footer {
    margin-top: 0;
}
.widget-html.Google-map {
    margin-top: 100px;
}

/*start: footer*/

.footer {
    background-color: #181818;
    margin-top: 130px;
}
.page-home .footer {
    margin-top: 55px;
}
.footer .widget > .widget-title {
    padding: 0 0 15px 0;
    margin: 0;
    font-size: 16px;
    text-align: left;
    color: #fff;
    font-weight: 500;
    text-transform: none;
    line-height: 20px;
    font-family: 'Gotham';
    text-transform: uppercase;
}
.footer .vertical .navigation-item {
    padding-bottom: 5px;
}
.footer .vertical .navigation-item a {
    font-size: 14px;
    color: #fff;
    text-align: left;
    font-family: 'Gotham Book';
    border: none;
    padding: 0;
}
.footer .vertical .navigation-item a:hover, .footer .vertical .navigation-item a:focus {
    color: #fbae0c;
    text-decoration: none;
}
.copyright-text p {
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-family: 'Gotham Book';
}
.copyright-text p a {
    color: #fff;
    text-decoration: none;
}
.copyright-text p a:hover, .copyright-text p a:focus {
    color: #fbae0c;
    text-decoration: none;
}

/*end: footer*/

.widget.widget-breadcrumb {
    text-align: right;
    padding: 68px 15px 15px;
    color: #fff;
    z-index: 777;
    max-width: 1440px;
    margin: 0 auto;
}
.breadcrumb-item.root .icon {
    background: none;
    position: relative;
    display: inline-block;
    height: 16px;
    width: 47px;
    color: #fff;
}
.breadcrumb-item.root .icon::before {
    content: "Home";
    position: absolute;
    top: 0;
    left: 0;
}
.breadcrumb-item .separator {
    padding: 0 15px 0 15px;
    font-size: 0;
    position: relative;
}
.breadcrumb-item .separator::before {
    content: "/";
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: -15px;
}
.social-share {
    padding-top: 5px;
}
.footer-top-logo {
    padding-top: 40px;
}
.page-contact .widget.widget-snippet .page-text-wrap p {
    font-size: 17px;
    line-height: 28px;
}
.page-contact .widget.widget-snippet .page-text-wrap p a:first-child {
    color: rgba(0, 0, 0, 0.9);
}
.page-contact .widget.widget-snippet .page-text-wrap p a:first-child:hover {
    color: #f28729;
}
.widget-snippet a:hover, .widget-snippet a:focus {
    color: #f28729;
}
.widget.widget-snippet .page-text-wrap h6 {
    font-family: 'Gotham';
    font-weight: 500;
}
h6.insurance {
    margin-bottom: 10px;
}
strong em {
    color: #f28729;
    font-style: normal;
}
#webcommander-page .page-text-wrap-content h2 {
    font-weight: 700;
}
.btn-common, .widget-snippet .btn-common, .widget-snippet p a.btn-common, .widget-snippet a.btn-common, a.btn-common {
    background-color: #ffbd4a;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    padding: 10px 30px;
    font-size: 15px;
    color: #000;
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Gotham';
}
.btn-common:hover, .widget-snippet .btn-common:hover, .widget-snippet p a.btn-common:hover, .widget-snippet a.btn-common:hover, a.btn-common:hover {
    background: #072132;
    text-decoration: none;
    color: #ffffff;
}
.widget.widget-form.get-form.contact-page {
    margin-top: 0;
}
.get-form.contact-page  .btn-row{
	margin-top: 20px;
}
.get-form.contact-page .simpleCaptcha-container {
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.get-form.contact-page .single-input-row .form-row {
    padding-left: 20px !important;
    padding-right: 20px !important;

}
.get-form.contact-page .recaptcha-container {
    margin-left: 0;
}
.get-form.contact-page .recaptcha-row {
    text-align: center;
    margin-top: 20px;
}
.get-form.contact-page .recaptcha-row label {
    display: none;
}
.widget-snippet.service-page .home-services{
    padding: 0;
}
.widget-snippet.service-page .home-services .page-text-wrap.with-img img{
    max-width: 200px;
}
.img-right img{
    border-radius: 50%;
}
span.breadcrumb-item {
    vertical-align: middle;
    display: inline-block;
}
.widget-form .custom-form input[type="text"], .widget-form .custom-form textarea, .widget-form .custom-form select {
    width: 100%;
}
@media screen and (max-width: 1300px){
.widget-pageHeading h2, .widget.widget-pageHeading h1 {
    font-size: 28px;
}
}
@media screen and (max-width: 1200px){
.responsive .widget.widget-html.widget-pageHeading {
    margin-top: 50px;
}
}
@media screen and (max-width: 767px){
.responsive .widget.widget-html.widget-pageHeading {
    margin-top: 0;
}
body > .body {
    padding: 0;
}
}
/****************************/
.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% - 585px) !important;
	padding-right: calc(50% - 585px) !important;
}
.main-menu .horizontal .navigation-item a {
   /* padding-bottom: 0;*/
    margin-bottom: 0;
}
/****************************/
