
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i');
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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,
.widget-snippet a {
    color: #A9BC48;
}
.widget-snippet a:hover{
    text-decoration: underline;
    color: #A9BC48;
}
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,
.widget-snippet{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.page-home .widget.widget-pageHeading{
    display: none;
}
.widget-html.inner-pageHeading,
.widget.widget-pageHeading {
    padding: 0 0 0 110px;
    background: transparent;
    margin-bottom: 0;
    text-align: left;
    height: 244px;
    display: flex;
    align-items: center;
    margin-top: -202px;
    margin-bottom: 135px;
    z-index: 333;
}
.widget-html.inner-pageHeading::before,
.widget.widget-pageHeading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(169,188,72,0.80);
    height: 244px;
    width: 246px;
    z-index: -1;
}
.widget-html.inner-pageHeading h2,
.widget.widget-pageHeading  h1{
    color: #fff;
    padding: 10px 0 0 0;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin: 0;
    line-height: 45px;
}
.widget-html.inner-pageHeading h2::before,
.widget.widget-pageHeading  h1::before{
    content: "";
    height: 2px;
    width: 40px;
    background: #fff;
    position: absolute;
    top: 0;
}
p{
    font-size: 1em;
}

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

/* Webcommander Base */
.page-content .v-split-container > .v-split {
    margin: auto;
    width: 1400px;
}
.auto-page .page-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}
.header.active-section{
    background: #3F69A5;
}
.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;
}
.form-row.textArea .errorlist.after{
    bottom: -19px;
}
.simpleCaptcha-container {
    box-sizing: border-box;
    overflow: hidden;
    padding: 15px 0 0 0;
    width: 100%;
    display: block;
}
.simpleCaptcha-container .simple-captcha label[for="captcha"] , .simpleCaptcha-container .simple-captcha-reload {
    display: none;
}
.simpleCaptcha-container .form-row.simple-captcha {
    display: inline-block;
    width: calc(50% - 15px);
    margin-right: 25px;
    text-align: center;
    border-bottom: 1px solid rgba(245,245,245,0.20);
}
.form-row.simple_captcha_input_field.mandatory {
    width: calc(50% - 15px);
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
    vertical-align: top;
    padding-bottom: 8px;
}
.form-row.simple_captcha_input_field.mandatory .errorlist.after {
    bottom: -5px;
}

.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-snippet .welcome-area {
    margin-top: 0;
}
/*start: jssor slider css */
.widget.widget-gallery.home-slider{
    overflow: hidden;
    padding-bottom: 35px;
    background: #fff;
}
.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: 925px;
    padding: 0 !important;
    text-align: center;
}
div.jssor-slider-container {
    margin: 0 auto;
    overflow: visible;
}
div.jssor-slider-container .jssora20l, div.jssor-slider-container .jssora20r, div.jssor-slider-container .slide {
    display : none;
}
div.jssor-slider-container[jssor-slider="true"] .slide, div.jssor-slider-container[jssor-slider="true"] .jssora20l, div.jssor-slider-container[jssor-slider="true"] .jssora20r {
    display: block;
}
.widget.widget-gallery.home-slider::before {
    content: url("/template/0bf0f676/images/loader.gif");
    height: 64px;
    left: 50% !important;
    margin-left: -32px !important;
    margin-top: -32px !important;
    position: absolute;
    top: 30%;
    width: 64px;
}
.jssor-slider-container .jssora20r[u="arrowright"]:hover,
.jssor-slider-container .jssora20r[u="arrowright"]{
    width: 28%;
    background: #212121 url('../images/right-slide.png');
    top: auto !important;
    bottom: -34.5px;
    right: 0;
    height: 69px;
    z-index: 999;
    background-repeat: no-repeat;
    background-position: 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.jssor-slider-container .jssora20r[u="arrowright"]:hover{
    background: #A9BC48 url('../images/right-slide.png');
    background-repeat: no-repeat;
    background-position: 20px;
}
.jssor-slider-container .jssora20l[u="arrowleft"]:hover,
.jssor-slider-container .jssora20l[u="arrowleft"]{
    width: 7.9%;
    background: #212121 url('../images/left-slide.png');
    top: auto !important;
    bottom: -34.5px;
    right: 28%;
    height: 69px;
    z-index: 999;
    margin-right: -2px;
    background-repeat: no-repeat;
    background-position: 45px;
    left: auto;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.jssor-slider-container .jssora20l[u="arrowleft"]:hover{
    background: #A9BC48 url('../images/left-slide.png');
    background-repeat: no-repeat;
    background-position: 45px;
}
.description.jssor-caption-1[u="caption"],
.description.jssor-caption-2[u="caption"]{

}
.description.jssor-caption-1[u="caption"] h1,
.description.jssor-caption-1[u="caption"]{
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    color: #fff;
    text-align: left;
    width: 604px !important;
    height: auto !important;
    left: 20% !important;
    line-height: 1.1;
    top: 50% !important;
    font-weight: 400;
    margin: 0;
}
.description.jssor-caption-2[u="caption"]{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #fff;
    width: 174px !important;
    left: 20% !important;
    top: 65% !important;
    text-transform: uppercase;
    text-align: center;
    height: 38px !important;
    line-height: 35px;
}
.description.jssor-caption-2[u="caption"] a{
    display: block;
    border: 2px solid #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.description.jssor-caption-2[u="caption"] a:hover{
    background: #212121;
    border-color: #212121;
}
.description.jssor-caption-1[u="caption"]::before{
    content: "";
}
.jssor-slider-container .container [u="caption"]{
    position: relative;
    z-index: 1;
}
.jssor-slider-container .description.jssor-caption-1::before {
    position: absolute;
    content: "";
    height: 264px;
    width: 254px;
    background: rgba(169, 188, 72, .8);
    left: -112px;
    top: -60px;
    z-index: -1;
}
.jssor-slider-container .description.jssor-caption-1::after {
    content: "";
    height: 2px;
    width: 38px;
    background: #ffffff;
    position: absolute;
    top: -12px;
    left: 0;
}
/*end: jssor slider css */



/* Ecommerces Base Css*/
.accordion-panel > .label-bar.expanded {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 0px;
    padding: 18px 40px 20px;
    color: #000;
    background: transparent;
    font-size: 18px;
}
.accordion-panel > .accordion-item.expanded {
    padding: 0px 23px 40px 40px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-top: 0px;
    color: #000;
    background: transparent;
}
.quick-cart-content {
    background: #ffffff none repeat scroll 0 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 35px;
    width: 300px;
    z-index: 99999;
    padding: 18px;
    border: 4px solid #000000;
    box-sizing: border-box;
}
.quick-cart-content table th {
    background-color: #000000;
    border: 1px solid #DDDDDD;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    padding: 5px;
}
.quick-cart-content::before {
    content: "";
    margin-left: -10px;
    top: -14px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #000 transparent;
    right: 50px;
}
.stepper .stepper-arrow {
    background: transparent;
    text-indent: 0;
    font-size: 0;
    border-left: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
}
.cart-details-link .button {
    width: 48%;
    padding: 7px 10px;
}
.stepper .stepper-input{
    background: transparent;
}
.stepper .stepper-arrow.down::after {
    content: "\f107";
}
.stepper .stepper-arrow.up::after {
    content: "\f106";
}
.stepper .stepper-arrow.up::after, .stepper .stepper-arrow.down::after {
    font-family: 'FontAwesome';
    color: #000;
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-indent: 0;
    width: 100%;
    text-align: center;
}
.accordion-panel > .label-bar {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 16px;
    height: auto;
    line-height: 27px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 40px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.accordion-panel > .label-bar .toggle-icon {
    background-image: none;
    background-repeat: no-repeat;
    height: 16px;
    left: 15px;
    position: absolute;
    top: 50%;
    width: 13px;
    margin-top: -8px;
    line-height: 13px;
}
.accordion-panel > .label-bar .toggle-icon::after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 24px;
    top: 0;
    left: 0;
}
.accordion-panel > .label-bar.expanded .toggle-icon::after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 24px;
    top: 0;
    left: 0;
}
/* cart page css start*/

.shopping-cartitem h1 {
    float: none;
    padding-bottom: 15px;
    text-align: center;
}
.empty-cartitem-text{
    margin-bottom: 12px;
}
.shopping-cartitem.empty-cart {
    text-align: center;
}

.page-cart .shopping-cartitem {
    max-width: 960px;
    background: none;
    border: 0px;
    box-shadow: 0px 0px 0px;
    margin: 0 auto;
}
.cartitem-btn-wrapper.top {
    text-align: center;
    position: relative;
    margin-top: 0px;
    float: none;
    display: block;
    margin-bottom: 35px;
}
.cartitem-btn-wrapper.top a {
    margin-left: 10px;
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.cartitem-table {
    margin-bottom: 20px;
}
.cartitem-table .stepper {
    float: none;
    margin: 0 auto;
}
.cartitem-table th, .cartitem-table td.total-label, .cartitem-table td.price{
    font-weight: 700;
}
.cartitem-table th, .cartitem-table td {
    width: 20%;
    text-align: center;
    border: 0px solid #eee;
    font-size: 16px;
}
.cartitem-table tbody tr:nth-child(odd) {
    background: rgba(156, 156, 156, 0.1);
}
.check-out-total .left-column, .shopping-cart-total .left-column {
    width: 40%;
    text-align: left;
}
.check-out-total .right-column, .shopping-cart-total .right-column {
    width: 58%;
    text-align: right;
}
.check-out-total *, .shopping-cart-total * {
    font-size: 15px;
}
.discount-coupon-code-panel {
    background-color: #f8f8f8;
    border: 0;
    padding: 50px;
    box-sizing: border-box;
}
.discount-coupon-code-panel input[type=text] {
    height: auto;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.discount-coupon-code-panel .form-row.btn-row label {
    display: none;
}
.discount-coupon-code-panel .form-row.btn-row button {
    display: block;
    width: 100%;
}
.check-out-total table, .shopping-cart-total table{
    font-size: 15px;
}
.check-out-total td.total-label, .shopping-cart-total td.total-label {
    padding: 10px 30px 10px 15px;
    border: 0;
}
.check-out-total .price, .shopping-cart-total .price {
    border: 0;
}
.check-out-total tr, .shopping-cart-total tr{
    border-bottom: 0;
}

/* checkout page css start*/
.checkout-page {
    margin: 0 auto;
    max-width: 970px;
}
.checkout-address-selector .chosen-container, .checkout-address-selector .chosen-single{
    background-color: #000;
}
.checkout-address-selector .down-arrow{
    background: transparent;
}
.checkout-address-selector .down-arrow::before {
    position: absolute;
    top: 0px;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 32px;
    width: 100%;
    text-align: center;
    line-height: 40px;
}
.checkout-address-selector .edit-address{
    background: #000;
}
.checkout-address-selector .edit-address::before {
    content: "\f040";
    position: absolute;
    left: 0;
    top: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 26px;
    color: #fff;
    line-height: 64px;
    width: 100%;
    text-align: center;
}
.selector-mode-block .step-continue-button {
    display: block;
    width: 100%;
    margin-top: 12px;
}
.chosen-container .chosen-results {
    padding: 15px;
}
.payment-item {
    display: block;
    margin: 10px 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}
.gateway-thumb {
    border: 0;
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    width: 78px;
    background-size: 80% !important;
}
.payment-item label {
    display: inline;
}
.page-checkout .confirm-order .editable.editing .button.apply {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}



/* Login Page */
.login-form .title {

}
.login-form input[type="password"] , .login-form input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    height: 44px;
    border: 2px solid #000;
    padding: 0px 10px;
    background-color: transparent;
    margin-bottom: 17px;
}
.login-form .submit-row {
    margin: 0px 0 0;
    float: none;
    display: block;
    padding-top: 5px;
}
.login-form .remember {
    margin: 22px 0 12px;
    width: 230px;
}
.login-form .lost-password a {
    color: #8f8f4b;
    margin-top: 15px;
    display: inline-block;
}
.login-form .errorlist.after {
    position: relative;
    bottom: 15px;
}
form.password-reset-form.valid-verify-form {
    text-align: center;
}
.password-reset-form .form-row input {
    width: 320px;
    max-width: 100%;
}
.password-reset-form .form-row label {
    text-align: center;
    margin-bottom: 5px;
}
.password-reset-form .form-row.submit-row button {
    margin-left: 3px;
    width: 100%;
    max-width: 320px;
}
.password-reset-form .form-row {
    display: block;
}
.password-reset-form .lost-password-text {
    color: #000;
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: 20px;
}
.password-reset-form .errorlist.after {
    top: auto;
    left: auto;
    position: relative;
    width: 100%;
    bottom: auto;
}
.password-reset-form .errorlist.after .message-block{
    text-align: center;
}
/* Checkout option Page css start*/
.two-column .first-column .column-content {
    margin-right: 15px;
}
.two-column .last-column .column-content {
    margin-left: 15px;
}
.page-checkout .accordion-item .edit-address-mode-block .form-row label{
    width: 100%;
}
.page-checkout .accordion-item .edit-address-mode-block .form-row input[type="text"], .page-checkout .accordion-item .edit-address-mode-block .form-row select{
    width: 100%;
}
.checkout-page-options .item-head {
    background: #000;
    color: #fff;
    font-size: 16px;
    padding: 7px 10px;
}
.page-login .login-form {
    background-color: transparent;
    padding: 50px 60px;
    max-width: 540px;
    width: 100%;
    border: 1px solid #000;
    box-sizing: border-box;
}
.checkout-page-options .new-customer {
    display: inline-block;
    padding-right: 7%;
    vertical-align: top;
    width: 38%;
    padding-left: 3%;
}
.checkout-page-options .registered-customer {
    border-left: 1px solid #3e3b3b;
    display: inline-block;
    padding-left: 10%;
    width: 38%;
}
.checkout-page-options .registered-customer .form-row .errorlist.after {
    bottom: -17px;
    margin-left: 30%;
}
.checkout-page-options .registered-customer .form-row{
    margin-bottom: 15px;
}
.checkout-page-options .registered-customer .form-row label{
    line-height: 40px;
    width: 30%;
}
.checkout-page-options .registered-customer input[type=text], .checkout-page-options .registered-customer  input[type=password] {
    height: 35px;
    width: 70%;
    box-sizing: border-box;
    padding-left: 12px;
    float: right;
}
.registered-customer .form-row.lost-password-row {
    padding-left: 30%;
}
.checkout-page-options .registered-customer button.login-submit {
    width: 100%;
    margin-top: 5px;
    float: right;
    max-width: 70%;
}
.gift-certificate-code-panel {
    background-color: #F9F9F9;
    border: 0;
    display: inline-block;
    margin: 5px 0;
    padding: 40px;
    box-sizing: border-box;
}
.gift-certificate-code-panel input[type="text"], .discount-coupon-code-panel input[type=text] {
    width: 100%;
    margin-bottom: 10px;
    background-color: transparent;
}
.gift-certificate-code-panel .button, .discount-coupon-code-panel .button {
    display: block;
    padding: 8px 10px;
    vertical-align: middle;
    width: 100%;
}


/* Registration page css start */
.registration-form .title{
    text-align: center;
}
.page-registration .registration-form {
    margin: 0 auto;
    max-width: 690px;
}
.registration-form > .form-row:not(.submit-row) {
    width: 50%;
    float: left;
    padding: 7px 15px;
    box-sizing: border-box;
    position: relative;
}
.registration-form .form-row label {
    width: 100%;
    font-size: 15px;
}
.registration-form input[type=text], .registration-form input[type=password], .registration-form select, .registration-form input {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
}
.registration-form .form-row.submit-row {
    padding: 0 15px;
}
.registration-form .form-row.submit-row label {
    display: none;
}
.registration-form .form-row.submit-row button {
    width: 100%;
}
.registration-form  input.radio:nth-of-type(2) {
    margin-left: 15px;
}
.password-meter-wrap {
    position: absolute;
    top: 0;
    right: 0;
}

/* Customer Profile Page */
.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title {
    background: #000;
    color: #fff;
    margin-right: 0;
    border: 0;
}
#customer-profile-manage-account {}
#customer-profile-manage-account form, #bmui-tab-gift-registry .gift-registry-create-edit-form , #customer-profile-tabs .account-details-wrap{
    overflow: hidden;
    margin: 0 -15px 15px;
}
#customer-profile-manage-account .form-row , #bmui-tab-gift-registry .form-row {
    margin: 5px 0;
    width: 50%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}

#customer-profile-manage-account .edit-password-form .form-row{
    float: none;
    width: 100%;
    max-width: 500px;
}
#bmui-tab-gift-registry .gift-registry-share-form {
    margin-top: 20px;
}
#bmui-tab-gift-registry .gift-registry-share-form  textarea{
    width: 100%;
}
#bmui-tab-gift-registry .gift-registry-share-form .form-row label{
    display: block;
}
#bmui-tab-gift-registry .gift-registry-share-form .form-row {
    margin: 10px 0;
    max-width: 500px;
    width: 100%;
    float: none;
    padding: 0px;
    box-sizing: border-box;
}
#customer-profile-manage-account .form-row  input, #customer-profile-manage-account .form-row  select, #bmui-tab-gift-registry .form-row  input, #bmui-tab-gift-registry .form-row  select{
    width: 100%;
}
#customer-profile-manage-account .form-row .suggestion, .gift-registry-create-edit-form .form-row .suggestion{
    position: absolute;
}
#customer-profile-tabs .message-block:empty{
    display: none;
}
#customer-profile-tabs .accordion-item .form-row.btn-row{
    padding-left: 15px;
    margin-top: 15px;
    width: 100%;
}
.gift-registry-create-edit-form .group-row {
    padding: 0 15px;
    margin-top: 10px;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
div#bmui-tab-gift-registry .gift-registry-items .form-row.btn-row {
    padding: 0;
}
.form-row.btn-row label{
    display: none;
}
.bmui-tab.left-side-header .bmui-tab-body-container{
    padding: 30px;
    border: 1px solid #000000;
}
.bmui-tab.left-side-header .bmui-tab-header{
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
}
.bmui-tab.left-side-header .bmui-tab-header-container {
    border-bottom: 1px solid #000000;
}
.gift-registry-create-edit-form  span.Zebra_DatePicker_Icon_Wrapper, .gift-registry-create-edit-form  textarea {
    width: 100%;
}
#bmui-tab-gift-certificate input[type=text], #bmui-tab-gift-certificate  input[type=password], #bmui-tab-gift-certificate  select, #bmui-tab-gift-certificate  textarea{
    width: calc(100% - 160px);
}
#bmui-tab-store-credit .form-row{
    margin-bottom: 20px;
}
#bmui-tab-store-credit textarea{
    padding: 15px;
}
.wish-list-edit-form .form-row.btn-row {
    margin-top: 15px;
}
.wish-list-edit-form .form-row label{
    display: block;
}
.wish-list-edit-form .form-row input[type=text]{
    display: block;
    width: 350px;
    max-width: 100%;
}
#saved-cart-details .saved-cart-items-wrap{
    margin: 20px 0 20px;
}
#saved-cart-details .saved-cart-items-wrap label {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}
#bmui-tab-save-cart .save-cart-init-form .form-row {
    margin-bottom: 15px;
}
#bmui-tab-save-cart .save-cart-init-form .form-row label {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}
#bmui-tab-save-cart .save-cart-init-form .form-row input[type="text"] {
    width: 100%;
    max-width: 500px;
}
.wish-list-share-form input[type=text], .wish-list-share-form  input[type=password], .wish-list-share-form  select, .wish-list-share-form  textarea{
    width: 100%;
}
.oder-comment-form .form-row {
    margin-bottom: 20px;
    display: block;
}

/* add to cart popup */
.add-to-cart-popup .short-info div, .add-cart-information-popup .short-info div {
    padding-bottom: 0;
}
.popup {
    box-shadow: none;
    padding: 30px 50px;
    background: #fff;
    box-sizing: border-box;
}
.add-to-cart-popup .cart-summary, .add-cart-information-popup .cart-summary {
    clear: none;
    color: #000;
    display: block;
    float: none;
    text-align: center;
}
.add-to-cart-popup .cart-summary-header, .add-cart-information-popup .cart-summary-header {
    color: #000;
    float: none;
    font-size: 16px;
    padding-right: 0px;
    text-align: center;
}
.add-to-cart-popup .status-bar-product-name, .add-cart-information-popup .status-bar-product-name {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    display: block;
    text-align: center;
}
.add-to-cart-popup .body{
    border-bottom: 1px solid #e2e2e2;
}
.add-to-cart-popup .item{
    margin: 7px 0;
}
.add-to-cart-popup .item span{
    display: inline-block;
    vertical-align: middle;
}
.add-to-cart-popup .item .stepper{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    float: none;
    margin: 0 0 0 10px;
}
.add-to-cart-popup .product-thumb-view img {
    max-width: 75px;
    max-height: 80px;
}
.popup .header {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    color: #000;
    padding: 0px 0 15px;
    text-align: center;
}
.popup .body {
    background-color: #FFFFFF;
    padding: 20px 10px;
}
.popup .button-line, .popup .footer {
    background-color: #fff;
    padding: 20px 0 0px;
    text-align: center;
    border: 0;
}
.popup .button-item {
    text-align: center;
    margin: 25px 0 0px;
}
.popup .close-icon {
    top: 15px;
    right: 10px;
}
.popup .button-item .continue-shopping-btn, .popup .button-item .cart-page-button {
    box-sizing: border-box;
    text-align: center;
}
.popup a.cart-page-button.button.et_ecommerce_view_cart {
    margin-left: 3%;
}
.popup button:nth-of-type(1) {
    margin-left: 0;
}
.confirm-popup.popup .header-line .title {
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 700;
}
.confirm-popup.popup .button-line {
    padding-top: 0;
}
.wish-list-popup label {
    display: inline-block;
    margin-right: 15px;
    width: auto;
}
.shipment-calculator-popup{}
.shipment-calculator-popup .header > .status-message{
    font-size: 16px;
}
.shipment-calculator-popup .multi-column form{
    margin: 0 -15px;
}
.shipment-calculator-popup .first-column .form-row{
    width: 50%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}
.shipment-calculator-popup .form-row label{
    width: 100%;
    display: block;
}
.shipment-calculator-popup .form-row input, .shipment-calculator-popup .form-row select{
    width: 100%;
}

/* Payment Success Page */

.page-post-payment .order-info {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.page-post-payment .post-order-contact-us {
    text-align: center;
}
.page-post-payment .order-details .table_heading {
    text-align: center;
}
.page-post-payment .order-details {
    margin: 20px auto 0;
    max-width: 1000px;
}
.page-post-payment .product-name-column {
    width: 250px;
}
.add-to-compare-button:after, .add-to-wish-list:after, .remove-from-compare-button:after {
    font-family: 'FontAwesome';
    content: "\f079";
    display: inline-block;
    font-size: 1em;
    margin-left: 6px;
    line-height: 1;
}
/*header:start*/
body > .header .widget-container{
    z-index: 99;
}
body > .header.active-section .widget-container{
    z-index: auto;
}
body.page-home > .header .widget-container::before {
    content: "";
    height: 1px;
    width: calc(100% - 100px);
    background: rgba(255, 255, 255, .5);
    left: 50px;
    right: 0;
    top: auto;
    bottom: 0;
    position: absolute;
}
/* 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 .navigation-item a {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 15px 17px 25px;
    font-family: 'Poppins', sans-serif;
    line-height: 45px;
    font-weight: 400;
}
.widget-navigation.main-menu .navigation-item:first-child a{
    padding-left: 0;
}
.widget-navigation.main-menu .navigation-item:last-child a{
    padding-right: 0;
}
.widget-navigation.main-menu .navigation-item a span {
    position: relative;
}

.widget-navigation.main-menu .navigation-item a span::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 89%;
    opacity: 0;
}
.widget-navigation.main-menu .navigation-item.active a span::before,
.widget-navigation.main-menu .navigation-item a:hover span::before {
  opacity: 1;
}
@media screen and (min-width: 1200px) {
 .widget-navigation.main-menu .navigation-item.active a span::before,
 .widget-navigation.main-menu .navigation-item a:hover span::before {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.widget-navigation.main-menu .navigation-item a span::before {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
}
.widget-navigation.main-menu .navigation-item.has-child a span::before {
    display: none;
}

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

.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: 70px;
    background: rgba(85, 85, 85, .9);
    text-align: left;
    padding: 0px;
    left: auto;
    box-shadow: 5px 0px 32px rgba(0, 0, 0, 0.2);
    transform: translateX(-50%);
    margin: -10px 0 0 30px;
    border-radius: 4px;
    background: #1f1f1f;
}

.main-menu .navigation-item .navigation-item-child-container::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 12%;
    width: 0px;
    height: 0px;
    border-color: #1f1f1f transparent #1f1f1f transparent;
    border-width: 0 8px 9px 7px;
    border-style: solid;
    margin-left: -19px;
    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 {
    margin: 0 18px;
    font-size: 14px;
    text-align: left;
    color: #ffffff;
    font-weight: 400;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
    padding: 7px 4px;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    transition: all 0.5s ease 0s;
    color: #a9bc48;
    z-index: 2;
    display: block;
}

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

.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 #363636 solid;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
    border: none;
}
/*end:menu*/

/*body:start*/
.home-slider{
    margin-top: -126px;
    background: #f1f1f1;
}


/* recent-commercial-projects section */
.sec-title {
  text-align: center;
  margin: 50px 0 38px;
  position: relative;
}
.sec-title::before {
  position: absolute;
  content: "";
  background: #a9bc48;
  height: 2px;
  width: 38px;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.sec-title h2 {
  color: #000000;
  font-size: 36px;
  font-weight: 600;
  line-height: 29px;
  margin: 0;
  padding: 0 0 15px 0;
  font-family: 'Poppins', sans-serif;
}
.sec-title p {
  color: #000000;
  font-size: 28px;
  font-weight: 300;
  line-height: 29px;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}
.recent-commercial-projects .owl-carousel .article-title{
    display: none;
}
.widget-html.home-sec-title{
    background: #f4f4f4;
    padding: 115px 0 38px;
}
.widget-html.home-sec-title .sec-title{
    margin: 0;
}
.widget-gallery.recent-commercial-projects{
    background: #F4F4F4;
}
.recent-commercial-projects .owl-carousel{
    width: 1394px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 12px;
}
.recent-commercial-projects.residential .owl-carousel{
    padding-bottom: 240px;
}
.recent-commercial-projects .owl-carousel .article-content figure{
    margin: 0;
    position: relative;
}
.owl-carousel .article-content figure::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.30);
    z-index: 9;
}
.recent-commercial-projects .owl-carousel .article-content {
    position: relative;
}
.recent-commercial-projects .owl-carousel .article-content strong{
    display: block;
    font-size: 29px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding-top: 12px;
    position: relative;
}
.recent-commercial-projects .owl-carousel .article-content strong::before{
    content: "";
    width: 40px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.recent-commercial-projects .owl-carousel .article-content a{
    position: absolute;
    top: 40%;
    width: 270px;
    height: 247px;
    padding: 0;
    border: 2px solid #A9BC48;
    left: 10%;
    color: #fff;
    font-size: 13px;
    background: rgba(0,0,0,0.20);
    padding: 76px 30px 30px;
    z-index: 12;
}
.owl-theme .owl-controls{
    position: absolute;
    left: 50%;
    transform: translateX(-100%);
    bottom: 15px;
    height: 65px;
    margin: 0 !important;
    width: 306px;
}
.recent-commercial-projects.residential .owl-theme .owl-controls {
    bottom: 264px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    border-radius: 0 !important;
    width: 50% !important;
    height: 65px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.owl-carousel .owl-controls .owl-nav .owl-prev{
    border-radius: 0 !important;
    width: 50%;
    height: 65px;
    margin: 0 !important;
    padding: 0 !important;
    background: #212121 url('../images/left-slide.png') !important;
    background-repeat: no-repeat !important;
    font-size: 0 !important;
    background-position: 53px 27px !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover{
    background: #BDD252 url('../images/left-slide.png') !important;
    background-repeat: no-repeat !important;
    background-position: 53px 27px !important;
}
.owl-carousel .owl-controls .owl-nav .owl-next{
    border-radius: 0 !important;
    width: 50%;
    height: 65px;
    margin: 0 !important;
    padding: 0 !important;
    background: #212121 url('../images/right-slide.png') !important;
    background-repeat: no-repeat !important;
    font-size: 0 !important;
    background-position: 15px 27px !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover{
    background: #BDD252 url('../images/right-slide.png') !important;
    background-repeat: no-repeat !important;
    background-position: 15px 27px !important;
}
.widget-html.view-all-btn{
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 65px !important;
    background: #a9bc48;
    z-index: 22;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-html.view-all-btn.residential {
    bottom: 249px;
}
.widget-html.view-all-btn a{
    background: url('../images/btn-eight-arrow.png') !important;
    padding: 21px 124px 21px 87px;
    display: block;
    background-repeat: no-repeat !important;
    background-position: 158px 29px !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-html.view-all-btn:hover a{
    background: url('../images/btn-eight-arrow-w.png') !important;
    background-repeat: no-repeat !important;
    background-position: 158px 29px !important;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-html.view-all-btn:hover{
    background: #2E2E2E;
}

/* Footer */
.footer {
    position: relative;
    background: #a9bc48;
}

.widget-navigation.footer-menu .navigation-item a {
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    position: relative;
    padding-right: 10px;
    margin-right: 4px;
    transition: all .5s ease;
}

.widget-navigation.footer-menu .navigation-item a:hover {
    color: #ffffff;
    transition: all .5s ease;
}

.widget-navigation.footer-menu .navigation-item a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    height: 15px;
    width: 2px;
    background: #000000;
}
.widget-navigation.footer-menu .navigation-item:nth-last-of-type(1) a::after {
    display: none;
    margin: 0;
    padding: 0;
}

.brand-img .article-content figure {
    margin: 0;
    text-align: right;
}
.brand-img .article-content figure img {
    padding-left: 25px;
}
.footer-social-links .social-link{
    text-align: left;
}
.footer-social-links .social-link a {
    border: 2px solid #000000;
    transition: all .5s ease;
}
.footer-social-links .social-link a i {
    color: #000000;
    transition: all .5s ease;
}
.footer-social-links .social-link a:hover {
    border: 2px solid #ffffff;
    transition: all .5s ease;
}
.footer-social-links .social-link a:hover i {
    color: #ffffff;
    transition: all .5s ease;
}
.widget-article.copyright-footer, .widget-article.copyright-footer a {
    font-size: 13px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    transition: all .5s ease;
}
.widget-article.copyright-footer a:hover {
    color: #ffffff;
    transition: all .5s ease;
}



.widget-html.contact-sec .sec-title{
    background: #212121;
    margin: -71px -91px 0;
    padding: 79px 15px 32px 15px;
}
.widget-html.contact-sec .sec-title h2{
    color: #fff;
    font-weight: 300;
}
.widget-html.contact-sec .sec-title::before {
    bottom: 93px;
    top: auto;
}

.widget-snippet.location-left {
    margin-left: -91px;
    background: #212121;
    height: 473px;
}
.widget-snippet.location-left .contact-office-details{
    margin-left: 45%;
}
.widget-snippet.location-left,
.widget-form.contact-form {
    margin-bottom: -63px;
    z-index: 2;
}
.page-home .widget-snippet.location-left,
.page-home .widget-form.contact-form {
    height: 502px;
}
.widget-form.contact-form {
    text-align: right;
    margin-right: -91px;
    background: #212121;
    padding: 0 223px 90px 105px;
    height: 544px;
}
.widget-form.contact-form .widget-title{
    font-size: 22px;
    color: #fff;
    text-align: left;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}
.widget-form.contact-form .form-template {
    width: 567px;
    display: inline-block;
    max-width: 100%;
}
.widget-form.contact-form input,
.widget-form.contact-form textarea{
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(245,245,245,0.20);
    padding: 0;
    color: #eee;
}
.widget-form.contact-form .form-template textarea{
    height: 86px;
}
.widget-form.contact-form .form-row.btn-row{
    text-align: left;
}
.widget-form.contact-form input[type="submit"][disabled]:hover,
.widget-form.contact-form button[disabled]:hover,
.widget-form.contact-form .form-row.btn-row .submit-button{
    border: 0;
    font-size: 16px;
    padding: 13px 95px 13px 62px;
    margin-top: 15px;
    background: #a9bc48 url('../images/btn-eight-arrow.png') !important;
    display: block;
    color: #000;
    cursor: pointer;
    text-shadow: 0 0 0 0;
    background-repeat: no-repeat !important;
    background-position: 128px 19px !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-form.contact-form input[type="submit"][disabled]:hover,
.widget-form.contact-form button[disabled]:hover,
.widget-form.contact-form .form-row.btn-row .submit-button:hover{
    background: #a9bc48 url('../images/btn-eight-arrow-w.png') !important;
    color: #fff;
    cursor: pointer;
    text-shadow: 0 0 0 0;
    background-repeat: no-repeat !important;
    background-position: 128px 19px !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
/*
Inner Page style start
************************/
/* Header */
body > .header::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/inner-header-banner.jpg');
    background-position: center;
}
body.page-home > .header::before{
    display: none;
}
body > .header .widget-container::before {
    content: "";
    height: 1px;
    width: calc(100% - 100px);
    top: 125px;
    background: rgba(255, 255, 255, .5);
    left: 50px;
    right: 0;
    position: absolute;
}
.body .widget-container > .page-content{
    padding-bottom: 135px;
    min-height: 350px;
}
.page-home .body .widget-container > .page-content,
.page-contact-us .body .widget-container > .page-content{
    padding-bottom: 0;
}


/* -page-recent-projects */
.-page-recent-projects{

}
.-page-recent-projects .container{
    width: 1416px;
}
a.project-block{
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    max-height: 428px;
}
a.project-block::before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.30);
    position: absolute;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
a.project-block:hover::before {
    background: rgba(0,0,0,0.6);
}
.project-block img{
    object-fit: cover;
    width: 100%;
}
.project-info{
    position: absolute;
    bottom: 13%;
    left: 10%;
    width: 360px;
    height: 325px;
    border: 3px solid #A9BC48;
    padding: 30px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.project-info h3{
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 29px;
    position: relative;
    padding-top: 15px;
}
.project-info h3::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 40px;
    background: #fff;
}
.project-info p{
    color: #fff;
    line-height: 20px;
}



/* project-details */
.project-details{

}
.project-details .container{
    max-width: 950px;
}
.project-details p{
    margin-top: 0;
}
.sec-title2 {
    color: #000;
    font-size: 36px;
    font-weight: 400;
    position: relative;
    padding: 15px 0 !important;
}
.sec-title2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 40px;
    background: #000;
}

/* galleriffic-gallery-wrap */
.galleriffic-gallery-wrap{
    max-width: 950px;
    margin: 0 auto;
    padding: 60px 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;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.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("../images/gallerific-icon-l.png") no-repeat left center;
    left: -60px;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next {
    background: url("../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(../../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 .thumbs li.selected a{
    position: relative;
}
.galleriffic-gallery-wrap .thumbs li.selected a::before{
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #bac96d transparent #bac96d transparent;
    border-width: 0px 15px 12px 15px;
    transform: translateX(-50%);
}
.galleriffic-gallery-wrap .thumbs li.selected a::after{
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #fff transparent #fff transparent;
    border-width: 0px 10px 8px 9px;
    transform: translateX(-50%);
}
.galleriffic-gallery-wrap .thumbs li.selected a img{
    border: 3px solid #bac96d;
}

.galleriffic-gallery-wrap .thumb img {
    display: block;
    width: 100%;
    height: 113px;
}


.widget-snippet .project-info {
	justify-content: flex-end;
}
/* Contact Page Style */
.widget-snippet .contact-page-details{
    padding-left: 170px;
    padding-top: 60px;
}
.widget-snippet .-location h4{
    font-size: 32px;
    color: #212121;
}
.widget-snippet .-location p{
    font-size: 18px;
    color: #212121;
    font-weight: 300;
    line-height: 29px;
    margin: 30px 0 20px 0;
}
.widget-snippet .-contact-numbers a{
    display: block;
    font-size: 18px;
    color: #212121;
    font-weight: 300;
    line-height: 29px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-snippet .-contact-numbers a:hover{
    color: #a9bc48;
    text-decoration: underline;
}
.page-contact-us .widget-form.contact-form {
    margin-right: 0;
    padding: 60px 53px;
    margin-right: 170px;
}
.widget-snippet .contact-page-details,
.page-contact-us .widget-form.contact-form {
    margin-bottom: -107px;
    z-index: 2;
}
.page-contact-us .widget-form.contact-form .widget-title {
    font-size: 28px;
    text-align: center;
}
.widget-html.location-map iframe{
    height: 550px;
    width: 100%;
}
.widget-snippet  .about-sec .container {
    width: 1272px;
    max-width: 100%;
}










/* For Back-End */
.body.active-section .home-slider {
    margin-top: 0;
}
.body.active-section .home-slider div.jssor-slider-container[jssor-slider="true"] .slide,
.body.active-section .home-slider div.jssor-slider-container[jssor-slider="true"] .jssora20l,
.body.active-section .home-slider div.jssor-slider-container[jssor-slider="true"] .jssora20r {
    bottom: 0;
}
.body.active-section .widget-html.view-all-btn{
    position: relative;
    bottom: auto;
    left: auto;
    z-index: auto;
}
body.widget-snippet .contact-office-details{
    background: #000 !important;
    max-width: 500px !important;
    margin: 30px auto !important;
    padding: 50px !important;
}
.body.active-section .widget-html.inner-pageHeading,
.body.active-section .widget.widget-pageHeading,
.body.active-section .widget-html.inner-pageHeading h2,
.body.active-section .widget.widget-pageHeading h1
.body.active-section .widget-snippet.location-left,
.body.active-section .widget-form.contact-form{
    z-index: auto;
}
body.edit-page-with-layout > .header .widget-container {
    z-index: auto !important;
}
.page-gallery .project-info {
    width: 295px;
    height: 222px;
}
.widget-form.contact-form .form-template.submitting .form-row.btn-row .submit-button{
    background-position: 163px 19px !important;
}
.body.active-section .widget-snippet.location-left,
.body.active-section .widget-form.contact-form{
    z-index: auto;
}
/* Footer */
.footer {
    position: relative;
    background: #a9bc48;
}

.widget-navigation.footer-menu .navigation-item a {
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    position: relative;
    padding-right: 10px;
    margin-right: 4px;
    transition: all .5s ease;
}

.widget-navigation.footer-menu .navigation-item a:hover {
    color: #ffffff;
    transition: all .5s ease;
}

.widget-navigation.footer-menu .navigation-item a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    height: 15px;
    width: 2px;
    background: #000000;
}
.widget-navigation.footer-menu .navigation-item:nth-last-of-type(1) a::after {
    display: none;
    margin: 0;
    padding: 0;
}

.brand-img .article-content figure {
    margin: 0;
    text-align: right;
}
.brand-img .article-content figure img {
    padding-left: 25px;
}
.footer-social-links .social-link{
    text-align: left;
    border: 0;
}
.footer-social-links .social-link a {
    border: 2px solid #000000;
    transition: all .5s ease;
}
.footer-social-links .social-link a i {
    color: #000000;
    transition: all .5s ease;
}
.footer-social-links .social-link a:hover {
    border: 2px solid #000;
    transition: all .5s ease;
    background: #000;
}
.footer-social-links .social-link a:hover i {
    color: #ffffff;
    transition: all .5s ease;
}
.widget-article.copyright-footer, .widget-article.copyright-footer a {
    font-size: 13px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    transition: all .5s ease;
}
.widget-article.copyright-footer a:hover {
    color: #ffffff;
    transition: all .5s ease;
}

.widget-form.contact-form .message-block.info-message,
.widget-form.contact-form .message-block.success {
    position: absolute;
    z-index: 333;
    top: 18px;
}

.page-404.widget-html {
    padding-bottom: 45px;
    padding: 0 15px;
}
.page-404.widget-html h1 {
    color: #02abec;
    text-align: center;
    padding: 0;
    margin: 0 0 20px;
    font-size: 46px;
}
.page-404.widget-html h2 {
    color: #000;
    font-size: 30px;
    text-align: center;
    padding: 0;
    margin: 0 0 10px;
}
.page-404.widget-html p {
    text-align: center;
    padding: 0;
    margin: 0;
}

.custom-form .message-block.error-message, .custom-form .message-block.error {
    background-color: #FFEEEE;
    border: 1px solid #FCD2D2;
    color: #ff0000;
    position: absolute;
    top: 0px;
    z-index: 333;
}

