* {
    -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 0;
}
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 {
    color: #ffffff;
    background-color:#89b723;
    text-shadow: none;
}
::selection {
    color: #ffffff;
    background-color:#89b723;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

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

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; 
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

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

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

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

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

    thead {
        display: table-header-group;
    }

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

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

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

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* Theme Base */
html, body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    line-height: 22px;
    color: rgba(0,0,0,0.9);
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    font-family: 'Conv_Gotham-Rounded-Light';
}
.header {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.page-home  .header{
    border-bottom: none;
}
.widget-pageHeading{
    margin: 0 auto;
    max-width: 1170px;
}
.widget-pageHeading,.page-heading{
    padding: 57px 0 180px 0;
    text-align: center;
    position: relative;
}
.widget.widget-pageHeading h1,
.page-heading h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,0.9);
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    font-family: 'Gotham';
}
.widget.widget-pageHeading h1::before,
.page-heading h1::before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 30px;
    height: 3px;
    background: #89b723;
    margin-left: -15px;
}
/*end:pageheading*/
.header > .widget-container{
    z-index: 999;
}
.header.active-section .widget-container{
    z-index: inherit;
}
.header.active-section .nav-wrapper.horizontal {
    position: relative;
    z-index: 1;
}
.header.active-section  .widget-search .search-menu-button::after{
    color: #000000;
}
.header.active-section .widget-search.menu-search .search-menu-button{
    margin: 0;
}
.widget-snippet h1,
.widget-snippet h2,
.widget-snippet h3,
.widget-snippet h4,
.widget-snippet h5,
.widget-snippet h6,
h1, h2, h3, h4, h5, h6 {
    padding: 10px 0 10px 0;
    margin: 0;
    font-family: 'Gotham';
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    color: rgba(0,0,0,0.8);
    text-align: left;
}
h1 {
    font-size: 30px;
    color: #89B723;
}
h2 {
    font-size: 27px;
    color: #89B723;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
h3, h4, h5, h6{
    font-weight: normal;
    font-style: normal;
}
.widget-snippet a, a:link, a, a:hover, a:active, a:visited {
    color:#6a9607;
    font-weight: normal;
}
.widget-snippet{ font-family: 'Conv_Gotham-Rounded-Light';}
.widget-snippet a:hover,
.widget-snippet a:focus,
.widget-snippet a:active,
a:hover,
a:focus,
a:active {
    color: #6a9607;
    outline: 0;
    text-decoration: none;
}

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

p,.widget-snippet p{
    color: rgba(0,0,0,0.9);
    font-size: 15px;
    font-weight: normal;
    font-family: 'Conv_Gotham-Rounded-Light';
    text-align: left;
    line-height: 24px;
    margin: 0;
    padding: 0 0 15px;
}
p a,.widget-snippet p a{
    color:#89b723;
}
p a:hover,.widget-snippet p a:hover{
    color: #000000;
}

/* Common Styles */
p, code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, input[type=submit], input, input[type=text], textarea, select, input[type=password], address, input[type=file], input[type=hidden], button, input[type=image], blockquote{
    color: rgba(0,0,0,0.9);
    font-size: 15px;
    font-weight: normal;
}
input[type="submit"], input[type="button"], button, .button, a.button{
    margin-top: 0px;
    background: transparent;
    border: 2px solid #89b723;
    color: #fff;
    font-family: inherit;
    box-sizing: border-box;
    text-align: center;
    padding: 8px 35px;
    display: inline-block;
    height: auto !important;
    background-color: #89b723;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}
input[type=submit]:hover, input[type=button]:hover, button:hover, a.button:hover, .button:hover {
    background: #1f1919;
    color: #fff;
    border-color: #1f1919;
}
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 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: rgba(0,0,0,0.9);
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    padding: 0 0 6px 24px;
    list-style-type: none;
    font-family: 'Conv_Gotham-Rounded-Light';
}
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: #89b723;
    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;
}

.btn-common,
.widget-snippet .btn-common,
.widget-snippet p a.btn-common,
.widget-snippet a.btn-common,
a.btn-common{
    background-color: #89b723;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    padding: 10px 30px;
    font-size: 15px;
    color: #ffffff;
    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;
}



body.responsive.page-home .header::after{display: none;}
/* Inner page header */
.header::after {
    content: "";
    height: 170px;
    left: 0;
    position: absolute;
    top: 161px;
    width: 100%;
    background: url("/template/8892317f/images/header-bg-inner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.widget.page-heading{
    text-align: left;
    width: auto;
}
.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';
}
.widget.page-heading h1::before {
    content: '';
    position: absolute;
    left: 0%;
    bottom: -8px;
    width: 30px;
    height: 3px;
    background: #fff;
    margin-left: 0;
}

.widget.widget-breadcrumb {
    color: #ffffff;
    float: right;
    min-width: 255px;
    padding: 68px 15px 15px;
    text-align: right;
    z-index: 777;
    width: 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 9px 0 2px;
    font-size: 0;
    position: relative;
}
.breadcrumb-item .separator::before{
    content: "/";
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: -15px;
}

/* Webcommander Base */
.page-content .v-split-container > .v-split {
    margin: auto;
    width: 1170px;
}
.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;
}
.simpleCaptcha-container {
    box-sizing: border-box;
    padding: 0;
    display: block;
    margin: 20px -10px 0;
    overflow: hidden;
}
.simpleCaptcha-container .simple-captcha label[for="captcha"] , .simpleCaptcha-container .simple-captcha-reload {
    display: none;
}
.simpleCaptcha-container .form-row.simple-captcha {
    display: inline-block;
}
.simpleCaptcha-container .form-row {
    box-sizing: border-box;
    float: left;
    padding: 0 10px;
    width: 50%;
    margin: 0;
}
.form-row.simple_captcha_input_field.mandatory {
    width: 50%;
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
    vertical-align: top;
}
.simpleCaptcha-container .form-row.simple_captcha_input_field label , .simpleCaptcha-container  .form-row.simple_captcha_help_text{
    display: none;
}
.simpleCaptcha-container .form-row.simple_captcha_input_field input {
    width: 100%;
    margin-top: 0;
    height: 42px;
}
.simpleCaptcha-container  span.captcha {
    border: 1px solid #a6a6a6;
    display: block;
    text-align: center;
    padding: 1px;
    height: 42px;
}
.login-form .title, .registration-form .title, .password-reset-form .title, .customer-new-password .title{
    padding-bottom: 20px;
    text-align: center;
    color: #000;
}
.simpleCaptcha-container span.captcha > img {
    height: 38px;
}

/*
Slider Style
*****************/
/*=====start: jssor slider css ==== */
div.main-slider .jssor-slider-container .jssor-slider-container .caption-wrapper {
    padding: 0;
    position: unset;
}
div.main-slider .jssor-slider-container[jssor-slider="true"] .slide::after {
    content: none;
}
div.main-slider .jssor-slider-container .container [u="caption"] {
    position: absolute;
    padding:0;
}
div.main-slider .jssor-slider-container .jssorb03 div,
div.main-slider .jssor-slider-container .jssorb03 div:hover,
div.main-slider .jssor-slider-container .jssorb03 .av{
    margin-top: -20px;
}
div.main-slider .jssor-slider-container .jssorb03 div{
    background-color: #ffffff;
    background-image: none;
    width: 15px;
    height: 15px;
    border: 2px solid  #89b723;
    border-radius: 50%;
    padding: 0;
    line-height: 100px;
    overflow: hidden;
}
div.main-slider .jssor-slider-container .jssorb03 div:hover,
div.main-slider .jssor-slider-container .jssorb03 .av {
    border-color: #f68428;
    background-image: none;
}
div.main-slider .jssor-slider-container .slide {
    display: none;
}
div.main-slider .jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}
div.main-slider .jssor-slider-container .container, div.jssor-slider-container {
    height:445px;
    width: 1920px;
    padding: 0 !important;
    text-align: center;
    font-size: 0;
    z-index: 333 !important;
}
div.main-slider .jssor-slider-container{
    max-width: 100%;
}
div.main-slider .jssor-slider-container[jssor-slider="true"],
div.main-slider .jssor-slider-container[jssor-slider="true"] .container{
    max-width: 1920px;
}
div.main-slider .jssor-slider-container {
    margin: 0 auto;
}
div.main-slider .jssor-slider-container .jssora20l, div.main-slider .jssor-slider-container .jssora20r, div.main-slider .jssor-slider-container .slide {
    display : none;
}
div.main-slider .jssor-slider-container[jssor-slider="true"] .slide, div.main-slider .jssor-slider-container[jssor-slider="true"] .jssora20l, div.main-slider .jssor-slider-container[jssor-slider="true"] .jssora20r {
    display: block;
}

/* Left Right Arrow */
div.main-slider .jssor-slider-container .jssorb03[u="navigator"]{
    display: none !important;
}
/* End Left Right Arrow */

/* loading style */
div.main-slider .jssor-slider-container::before {
    content: url("/template/8892317f/images/loading.gif");
    height: 64px;
    left: 50% !important;
    margin-left: -0 !important;
    margin-top: -32px !important;
    position: absolute;
    top: 50%;
    width: 64px;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
div.main-slider .jssor-slider-container[jssor-slider="true"]::before {
    z-index: auto;
}
div.main-slider .jssor-slider-container::after{
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: #f5f5f5;
    z-index: 1;
}
div.main-slider .jssor-slider-container[jssor-slider="true"]::after{
    z-index: -1;
}
/* Responsive not mandatory */
@media only screen and (min-width: 320px) {
    div.main-slider .jssor-slider-container[jssor-slider="true"] div.jssor-slider-container,
    div.main-slider .jssor-slider-container[jssor-slider="true"],
    div.main-slider .jssor-slider-container[jssor-slider="true"] .container{
        max-height: 445px;
    }
}
@media only screen and (min-width: 1201px) {
    div.main-slider .jssor-slider-container{
        max-height: 445px;
    }
}
@media only screen and (max-width: 1200px) {
    div.main-slider .jssor-slider-container{
        max-height: 290px;
    }
}
@media only screen and (max-width: 991px) {
    div.main-slider .jssor-slider-container{
        max-height: 250px;
    }
}
@media only screen and (max-width: 640px) {
    div.main-slider .jssor-slider-container{
        max-height: 150px;
    }
}
/* End Slider Style---------------------*/


/*start:Caption */
.widget-gallery.main-slider .jssor-slider-container .container .jssor-caption-1,
.widget-gallery.main-slider .jssor-slider-container .container .jssor-caption-2,
.widget-gallery.main-slider .jssor-slider-container .container .jssor-caption-3{
    position: absolute;
    left: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
.widget-gallery.main-slider .jssor-slider-container .container .jssor-caption-1 {
    top:35%;
    color: #fff;
    font-size: 53px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Gotham';
    text-shadow: 0 0 40px #000;
}
.widget-gallery.main-slider .jssor-slider-container .container .jssor-caption-2 {
    top: 47%;
    color: #fff;
    font-size: 29px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Conv_Gotham-Rounded-Light';
    text-shadow: 0 0 40px #000;
    max-width: 767px;
    line-height: 32px;
    left: 50%;
    transform: translate(-50%);
}
.widget-gallery.main-slider .jssor-slider-container .container .jssor-caption-3 {
    top:65%;
}
.widget-gallery.main-slider .jssor-slider-container .container .jssor-caption-3 a{
    position: relative;
    display: inline-block;
    border: medium none;
    vertical-align: top;
    border-radius: 0;
    background-color: #89b723;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    padding: 14px 40px;
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Gotham';
}
.widget-gallery.main-slider .jssor-slider-container .container .jssor-caption-3 a:hover,.widget-gallery.main-slider .jssor-slider-container .container .jssor-caption-3 a:focus{
    background-color: #072132;
    text-decoration: none;
    color: #ffffff;
}
/*end:Caption */


/* Menu */
.widget-navigation.main-menu {
    text-align: right;
}
.widget-navigation.main-menu .navigation-item.has-child {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-navigation.main-menu .nav-wrapper.horizontal >  .navigation-item.has-child > a span{
    position: relative;
}
.widget-navigation.main-menu .nav-wrapper.horizontal >  .navigation-item.has-child > a  span::after {
    content: "\f107";
    color: rgba(0,0,0,0.8);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    font-weight: bold;
    left: auto;
    margin-left: 10px;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a:hover span::after {
    content: "\f106";
}
.widget-navigation.main-menu .navigation-item.first a {
    padding-left: 0;
}

.widget-navigation.main-menu .navigation-item a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    color: rgba(0,0,0,0.7);
    padding: 22px 15px;
    font-family: 'Gotham';
}
.widget-navigation.main-menu .navigation-item.has-child a:hover,
.widget-navigation.main-menu .navigation-item.active a,
.widget-navigation.main-menu .navigation-item a:hover,.widget-navigation.main-menu .navigation-item a:focus{
    color: #89b723;
}


.widget-navigation.main-menu .navigation-item.active a span{
    position: relative;
}
.widget-navigation.main-menu .navigation-item.active a span:after{
    content: '';
    width: 100%;
    height: 2px;
    background-color: #89b723;
    position: absolute;
    left:0;
    bottom:-8px;
}

.widget-navigation .horizontal .navigation-item.last{
    display: none;
}
.widget-navigation .horizontal .navigation-item:nth-last-child(2) a{
    padding-right: 0;
}
/** 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);
    transform: translateX(-50%);
    margin: -10px 0 0 10px;
}
.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;
    margin-left: -19px;
    z-index:1;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item{
    margin-right: 0;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    border-bottom: 1px #d9d9d9 solid;
    padding: 12px 24px;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
    font-weight: normal;
    text-transform: capitalize;
    font-family: 'Conv_Gotham-Rounded-Light';
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.last a{
    padding-right: 24px;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a{
    border-bottom: 0;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    transition: all 0.5s ease 0s;
    background: #89b723;
    color: #fff;
    z-index: 2;
    display: block;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after{
    display: none;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0px;
}
/*end:menu*/

/*start: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: #0f89cb;
    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 */

.page-content {
    padding-bottom: 90px;
}
.page-home  .page-content {
    padding-bottom: 0;
}


/*start:header*/
.header .widget-storeLogo a{
    display: block;
}
.header .widget-storeLogo a img{
    max-width: 100%;
    height: auto;
}
/*end:header*/


/*start:get-form*/
.get-form .widget-title {
    color: #89b723;
    font-size: 28px;
    text-align: right;
    font-family: 'Gotham';
    max-width: 230px;
    display: block;
    position: absolute;
    left: 140px;
    top: 23px;
    line-height: 30px;
    font-weight: 400;
}
.get-form .widget-title::after {
    content: '';
    width: 38px;
    height: 2px;
    background-color: #89b723;
    position: absolute;
    right: 0px;
    bottom: 0;
}
.get-form .custom-form {
    width: 516px;
    margin: 0 auto;
    position: relative;
}
.page-enquire-now .get-form .custom-form,
.page-home .get-form .custom-form {
    left: 170px;
}
.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';
}
.get-form  input[type="text"],
.get-form .form-row select{
    width: 100%;
    height: 45px;
    line-height: 40px;
    padding: 0 0 10px 0;
    margin: 0;
}
.get-form  select{
    color: rgba(0,0,0,0.4);
}
.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';
}
.get-form .btn-row label{
    display: none;
}
.get-form .double-input-row + .double-input-row{
    margin-top: 0;
    margin-bottom: 0;
}
.get-form   .single-input-row{
    margin-bottom: 0;
}
.get-form  .simpleCaptcha-container{
    margin-top: 50px;
    padding-bottom: 10px;
}
.get-form  .simpleCaptcha-container span.captcha{
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.get-form .btn-row .submit-button {
    font-family: 'Gotham';
    margin-top: 30px;
    letter-spacing: 1px;
    padding: 12px 32px;
    height: auto;
    line-height: 20px;
    border: none;
    background-color: #89b723;
    font-size: 15px;
    color: #fff;
    width: 100%;
}
.page-home .get-form .btn-row .submit-button   { width: auto;}
.get-form .btn-row .submit-button:hover {
    color: #fff;
    text-decoration: none;
    background-color: #072132;
}

.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: 180px;
    padding: 0 20px;
    top: 48px;
}
.get-form  input.error-field-error.validation-error{
    border-bottom-color: red;
}

.get-form   ::-webkit-input-placeholder {
    color: rgba(0,0,0,0.4);
    font-size: 15px;
    font-family: 'Gotham';
}
.get-form   :-moz-placeholder {
    color: rgba(0,0,0,0.4);
    font-size: 15px;
    font-family: 'Gotham';
}
.get-form   ::-moz-placeholder {
    color: rgba(0,0,0,0.4);
    font-size: 15px;
    font-family: 'Gotham';
    opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
.get-form   :-ms-input-placeholder {
    color: rgba(0,0,0,0.4);
    font-size: 15px;
    font-family: 'Gotham';
}
.get-form .simpleCaptcha-container .errorlist.after .message-block {
    top: 28px;
}

.get-form .double-input-row, .get-form .triple-input-row {
    margin: 0 -40px;
}
.get-form .double-input-row .form-row {
    padding-left: 45px;
    padding-right: 45px;
}
.get-form .single-input-row{
    margin: 0 -45px;
}
.get-form .single-input-row  .form-row.textArea {
    padding-left: 45px;
    padding-right: 45px;
}
/*end:get-form*/

.home-content{
    padding-bottom: 365px;
}
.home-content-inner{
    padding-bottom: 365px;
}
/*start:footer*/
.extra-footer{
    padding-bottom: 30px;
    padding-top: 140px;
}
.footer{
    background-color: #072132;
}
.footer .widget-title{
    color: rgba(255,255,255,0.8);
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 0 12px 0;
    line-height: 23px;
    font-family: 'Gotham';
}
.footer .navigation-item a,
.footer .navigation-item.active > a{
    display: inline-block;
    vertical-align: top;
    border: none;
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    text-transform: none;
    padding:0 0 4px 0;
    line-height: 23px;
    font-family: 'Conv_Gotham-Rounded-Light';
}
.footer .navigation-item a:hover,.footer .navigation-item a:focus {
    color: #89b723;
    text-decoration: none;
}

.copyright-text p{
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    padding:0;
    line-height: 23px;
    font-family: 'Conv_Gotham-Rounded-Light';
}
.copyright-text p a{
    color: rgba(255,255,255,0.8);
}
.copyright-text p a:hover,.copyright-text p a:focus{
    color: #89b723;
    text-decoration: none;
}
/*end:footer*/



/*start:enquire-form*/
.enquire-form .widget-title {
    color: #89b723;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    font-family: 'Gotham';
    max-width: 230px;
    line-height: 35px;
}
.enquire-form .widget-title::after {
    content: '';
    width: 38px;
    height: 2px;
    background-color: #89b723;
    position: absolute;
    right: 8px;
    bottom: 0;
}
.enquire-form{
    max-width: 635px;
    margin: 0 auto;
    margin-top: 0;
    position: relative;
    padding-left: 38px;
    padding-right: 50px;
}
.enquire-form  input[type="text"],.enquire-form  select,
.enquire-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';
}
.enquire-form  input[type="text"],
.enquire-form .form-row select{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding:0;
    margin: 0;
  background: transparent;
}
.enquire-form .form-row select {
  color: rgba(0,0,0,0.4);
  width: 99%;
  background: transparent;
}
.enquire-form  select option{
    color: rgba(0,0,0,0.5);
    cursor: pointer;
    font-size: 15px;
    font-family: 'Gotham';
    padding: 5px;
}

.widget-form .single-input-row .form-row.textArea{
    margin-top: 45px;
}
.enquire-form .textArea label{
    display: none;
}
.enquire-form  textarea{
    width: 100%;
    height: 80px;
    padding:0;
    margin: 0;
    color: rgba(0,0,0,0.4);
    font-size: 15px;
    font-family: 'Gotham';
}
.enquire-form .btn-row label{
    display: none;
}
.enquire-form .double-input-row + .double-input-row{
    margin-top: 0;
    margin-bottom: 0;
}
.enquire-form   .single-input-row{
    margin-bottom: 0;
}
.enquire-form  .simpleCaptcha-container{
    margin-top: 50px;
    padding-bottom: 10px;
}
.enquire-form  .simpleCaptcha-container span.captcha{
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.enquire-form .btn-row .submit-button {
    font-family: 'Gotham';
    margin-top: 30px;
    letter-spacing: 1px;
    padding: 12px 32px;
    height: auto;
    line-height: 20px;
    border: none;
    background-color: #89b723;
    font-size: 15px;
    color: #fff;
    width: 100%;
}

.enquire-form .btn-row .submit-button:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1f1919;
}

.enquire-form .errorlist.after .message-block {
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    right: 25px;
    background: red;
    border-radius: 15px;
    font-size: 12px;
    width: 180px;
    padding: 0 20px;
    top:42px;
}
.enquire-form  input.error-field-error.validation-error{
    border-bottom-color: red;
}

.enquire-form   ::-webkit-input-placeholder {
    color: rgba(0,0,0,0.4);
    font-size: 15px;
    font-family: 'Gotham';
}
.enquire-form   :-moz-placeholder {
    color: rgba(0,0,0,0.4);
    font-size: 15px;
    font-family: 'Gotham';
}
.enquire-form   ::-moz-placeholder {
    color: rgba(0,0,0,0.4);
    font-size: 15px;
    font-family: 'Gotham';
    opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
.enquire-form   :-ms-input-placeholder {
    color: rgba(0,0,0,0.4);
    font-size: 15px;
    font-family: 'Gotham';
}
.enquire-form .simpleCaptcha-container .errorlist.after .message-block {
    top: 28px;
}

/*end:enquire-form*/

.polygon-content-home {
    padding-bottom: 100px;
}
#spltr-0E879552-6BA7-4A37-BD55-68C40F4B5D28 iframe {
    width: 100%;
}
.img-right{
    display: inline-block;
    float: right;
    margin: 0 0 30px 30px;
}
.widget-snippet .right-content-box{
    padding-left: 50px;
}
.responsive.page-services .page-content {
    padding-bottom: 37px;
}
.widget-snippet .page-text-wrap-content {
    padding-top: 80px;
}
.responsive.page-contact .page-content .widget.get-form{
    padding: 0 0 80px 0;
}
.responsive.page-contact .page-content {
    padding-bottom: 0;
}
.page-contact  .get-form .widget-title{
    left: 79px;
}
.page-contact .widget-html {
    overflow: hidden;
}
.page-contact  .get-form .custom-form{
    left: 70px;
}
.responsive.page-home .footer-logo-inner-page .footer-top-logo {
    padding-top: 141px;
}
.widget-snippet.autumn-leaves .page-text-wrap-content{
    padding: 80px 0;
}
.full-weight-bg .page-text-wrap-content{
    background: #F2F2F2;
    padding: 80px 0;
}
.widget-snippet.contact-page-footer-logo .footer-top-logo{
    padding: 30px 0;
}
.widget-snippet .contact-text-wrap {
    padding-top: 27px;
}
.widget-snippet.page-text-wrap-top .page-text-wrap-content{
    padding-top: 27px;
}
.widget-form.get-form{
    margin: 50px 0 40px 0;
}
.footer-top-logo ul {
    align-items: center;
}
.widget-form .form-row.recaptcha-row {
    margin: 30px 0px 5px;
}
.widget-form .form-row.recaptcha-row label {
    display: none;
}

@media only screen and (max-width: 767px) {
    .page-home .widget-form.get-form .form-row.recaptcha-row {
        margin-left: 15px;
    }
    .widget-form .form-row.recaptcha-row .recaptcha-container {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95);
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }
}
/*Section Full-wide*/
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
    width: auto;
}
.fee-fixed-width-content {
    padding-left: calc(50% - 585px) !important;
    padding-right: calc(50% - 585px) !important;
}

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

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

/*Section Full-wide*/
.fee .horizontal .navigation-item:hover > .navigation-item-child-container {
    display: none;
}
.fee-mobile-view-on .widget.widget-navigation.main-menu .fee-header-footer-control-menu.fee-widget-option {
    left: auto;
    right: 0;
}
.welcome-area .container,
.polygon-content.polygon-content-home .container {
    max-width: 100% !important;
}
.page-text-wrap-content .container{
    max-width: 100% !important;
}

.fee-gallery-jssor3 .jssor-slider-container .jssorb03 div,
.fee-gallery-jssor3 .jssor-slider-container .jssorb03 div:hover,
.fee-gallery-jssor3 .jssor-slider-container .jssorb03 .av {
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.fee-gallery-jssor .jssor-slider-container .caption-wrapper [u="caption"].button {
    border: none;
}
@media only screen and (max-width: 767px) {
    .fee-gallery-jssor .jssor-slider-container .description,
    .fee-gallery-jssor .jssor-slider-container .caption-wrapper [u="caption"].button a {
        font-size: 25px;
    }
    .page-content .widget-gallery.fee-gallery-jssor,
    .page-content .widget-gallery.fee-gallery-jssor2,
    .page-content .widget-gallery.fee-gallery-jssor3 {
        margin: 0 -15px;
    }
}