/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.0 Main
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.0 Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.0 - navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.0 - Page title
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.0 Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10 Widget
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11 Form
--------------------------------------------------------------*/
/*--------------------------------------------------------------
12 Button
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
14 Comment
--------------------------------------------------------------*/
/*--------------------------------------------------------------
16 Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
17 Woocommerce
--------------------------------------------------------------*/
.scaleDisappear {
    -webkit-animation: scaleDisappear 350ms ease-in-out;
    -moz-animation: scaleDisappear 350ms ease-in-out;
    -ms-animation: scaleDisappear 350ms ease-in-out;
    -o-animation: scaleDisappear 350ms ease-in-out;
    animation: scaleDisappear 350ms ease-in-out;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

hr {
    border: none;
    height: 1px;
    background-color: #ddd;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: 900;
}

code,
kbd,
samp {
    padding: 2px 4px;
    border-radius: 4px;
    background-color: #f9f2f4;
    font-size: 12px;
    font-family: Consolas, monospace, serif;
    color: #d05;
    white-space: nowrap;
}

ins {
    text-decoration: none;
    color: #fff;
    padding: 0 5px;
    background: #f1c40f;
    border-radius: 4px;
}

mark {
    color: #272727;
    font-family: "Poppins";
    font-size: 15px;
    line-height: 22px;
    background: #f9f9f9;
    padding: 13px 24px;
    display: inline-block;
}

dfn {
    font-style: italic;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

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

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

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

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

table {
    width: 100%;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

td,
th {
    display: table-cell;
    vertical-align: inherit;
    text-align: left;
}

th,
caption {
    text-transform: uppercase;
}

dd {
    margin: 0 0 20px;
}

table {
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
}

table td,
table th {
    padding: 13px 8px;
    line-height: 1.42857;
    vertical-align: top;
    border: 1px solid #dadada;
}

table th {
    color: #323232;
    font-weight: normal;
}

.table_template thead {
    background-color: #01b2b7;
    color: #323232;
}

.table_template thead.light {
    background-color: #fff;
}

.table_template th {
    font-weight: 700;
}

.table_template td,
.table_template th {
    padding: 18px 30px;
}

.table_template tbody tr:nth-of-type(odd) {
    background-color: rgba(238, 238, 238, 0.1);
}

.table_template tbody tr:nth-of-type(even) {
    background-color: rgba(17, 17, 17, 0.05);
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 13px 8px;
    border-color: #dadada;
}

.table {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.table td+th,
.table th+td,
.table th+th,
.table td+td {
    border-left: 1px solid #dadada;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}

.table>tbody>tr>td.media-middle {
    vertical-align: middle;
}

.table-responsive {
    border: none;
}

ul {
    margin-bottom: 0;
}

.first {
    clear: both;
}

.last {
    margin-right: 0;
}

img,
figure {
    max-width: 100%;
    height: auto;
}

img.bottom-align {
    vertical-align: bottom;
}

figcaption,
.entry-caption {
    padding: 2px 0 12px;
}

figcaption p,
.entry-caption p {
    margin-bottom: 0;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.wp-caption-text {
    font-style: italic;
    line-height: 1.35;
    font-size: 13px;
}

.gallery-caption {
    font-family: inherit;
}

.alignleft {
    float: left;
    display: table-cell;
    margin: 5px 30px 10px 0;
}

.alignright {
    float: right;
    display: table-cell;
    margin: 5px 0 10px 30px;
}

.alignleft,
.alignright {
    margin-bottom: 15px !important;
}

.aligncenter {
    display: block;
    clear: both;
    margin: 0 auto;
    margin-bottom: 15px;
}

.alignleft.one-third,
.alignright.one-third {
    max-width: 33.33333%;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
    content: "";
    display: block;
    clear: both;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
    clear: both;
}

::-moz-selection {
    color: #fff;
    background-color: #fc0;
}

body {
    font-family: 'Lato';
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    background-color: #fff;
    overflow: visible;
    overflow-x: hidden;
    color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins";
    color: #333;
    font-weight: 700;
    word-break: break-word;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #fc0;
}

h1,
.h1 {
    font-size: 60px;
}

h2,
.h2 {
    font-size: 40px;
}

h3,
.h3 {
    font-size: 30px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 16px;
    font-weight: 600;
}

@media (max-width:991px) {

    h1,
    .h1 {
        font-size: 40px !important;
    }

    h2,
    .h2 {
        font-size: 32px !important;
    }

    h3,
    .h3 {
        font-size: 28px !important;
    }

    h4,
    .h4 {
        font-size: 18px !important;
    }
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    padding-top: 0;
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding: 50px 60px 50px 60px;
    background: #fc0;
    border-radius: 5px;
    border-left: 0;
    position: relative;
}

blockquote h4,
blockquote p {
    color: #fff;
    text-align: center;
}

blockquote h4 {
    margin-top: 20px;
    margin-bottom: 0;
}

blockquote p {
    font-size: 20px;
}

blockquote p.quote-text {
    position: relative;
    font-style: italic;
    letter-spacing: 0.03em;
    position: relative;
    padding: 0 0 0 38px;
}

blockquote p.quote-text:before {
    content: "\f10e";
    font-family: Flaticon;
    font-size: 25px;
    display: inline-block;
    position: relative;
    margin-right: 15px;
    font-style: normal;
    position: absolute;
    left: 0;
    top: -8px;
}

blockquote p.quote-text:after {
    content: "\f10d";
    font-family: Flaticon;
    font-size: 25px;
    display: inline-block;
    position: relative;
    margin-left: 15px;
    font-style: normal;
    position: absolute;
    right: auto;
    bottom: -8px;
}

img,
figure {
    max-width: 100%;
    height: auto;
}

address {
    margin: 0 0 10px;
}

pre {
    border-radius: 0;
    white-space: pre;
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

:focus {
    outline: none;
}

.list1 ul {
    list-style: none;
    padding-left: 0;
}

.list1 ul li {
    position: relative;
    padding: 9px 0 10px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.list1 ul li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.list1 ul li:before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #01b2b7;
    left: 10px;
    top: 17px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.list1.no-bullets li {
    padding-left: 0;
}

.list1.no-bullets li:before {
    content: none;
}

ul.list2,
.list2 ul {
    list-style: none;
    padding-left: 20px;
}

ul.list2 li,
.list2 ul li {
    position: relative;
    padding: 4px 0 4px 0;
    text-transform: uppercase;
    font-family: "Poppins";
    color: #444;
    font-size: 15px;
}

ul.list2 li:first-child,
.list2 ul li:first-child {
    padding-top: 0;
}

ul.list2 li:first-child:before,
.list2 ul li:first-child:before {
    top: 10px;
}

ul.list2 li:before,
.list2 ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fc0;
    position: absolute;
    left: -18px;
    top: 14px;
}

.list2.triangle-bullet li:first-child {
    padding-top: 0;
}

.list2.triangle-bullet li:first-child:before {
    top: 0;
}

.list2.triangle-bullet li:before {
    font-family: FontAwesome;
    content: "\f0da";
    width: auto;
    height: auto;
    font-size: 14px;
    color: #fc0;
    background-color: transparent;
    position: absolute;
    left: -18px;
    top: 3px;
}

.list3 ol,
ol.list3 {
    padding-left: 20px;
    color: #fc0;
}

.list3 li {
    position: relative;
    padding: 3px 0 3px 5px;
}

a {
    color: #444;
}

a:hover {
    color: #fc0;
}

.icon-list {
    list-style-type: none;
    margin-left: 24px;
    padding-left: 0;
}

.icon-list li {
    position: relative;
}

.icon-list>li [class*=" fa-"] {
    position: absolute;
    left: -21px;
    text-align: center;
    top: 4px;
    width: 14px;
}

audio,
video {
    max-width: 100%;
    width: 100%;
}

.text-primary {
    color: #fc0;
}

.bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.site-content {
    padding-top: 120px;
    padding-bottom: 90px;
}

@media screen and (max-width:1199px) {
    .site-content {
        padding-top: 75px;
        padding-bottom: 45px;
    }
}

.site-content .vc_col-has-fill>.vc_column-inner,
.site-content .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.site-content .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.site-content .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.site-content .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.site-content .vc_row-has-fill>.vc_column_container>.vc_column-inner,
.site-content .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.site-content .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0 !important;
}

@media screen and (min-width:1200px) {
    .vc_row.space30 {
        margin-left: -30px;
        margin-right: -30px;
    }

    .vc_row.space30>.wpb_column>.vc_column-inner {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.vc_row.bg-fixed {
    background-attachment: fixed !important;
    position: relative;
    overflow: hidden;
}

.vc_row-overlay-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: inherit;
    z-index: 0;
}

.vc_row.overlay-opacity {
    position: relative;
    overflow: hidden;
}

.vc_row.visible_overflow {
    overflow: visible !important;
}

@media screen and (min-width:992px) {
    .wpb_column.right-full {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }
}

@media screen and (min-width:992px) {
    .wpb_column.left-full {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
    }

    .wpb_column.left-full+div {
        position: relative;
        left: 50%;
    }
}

@media screen and (max-width:991px) {
    .wpb_column.left-full.vc_hidden-sm+div {
        left: 0;
    }
}

@media screen and (max-width:991px) {
    .wpb_column.left-full.vc_hidden-xs+div {
        left: 0;
    }
}

@media screen and (min-width:992px) {
    .row-services {
        margin-left: -30px;
        margin-right: -30px;
    }

    .row-services>* {
        padding-left: 30px;
        padding-right: 30px;
    }
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

a>img {
    -webkit-transform: rotate(0);
    -webkit-backface-visibility: hidden;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

a:hover>img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}

.round {
    border-radius: 50%;
}

.text-white {
    color: #fff;
}

.primary-bg {
    background: ;
}

.second-bg {
    background: #fc0;
}

.to_animate {
    visibility: hidden;
}

.animated {
    visibility: visible !important;
}

.fontsize_20 {
    font-size: 20px;
}

.fontsize_14 {
    font-size: 14px;
}

@media (min-width:992px) {
    .text-md-right {
        text-align: right;
    }
}

.topmargin_40 {
    margin-top: 40px;
}

.topmargin_60 {
    margin-top: 60px;
}

.bottommargin_20 {
    margin-bottom: 20px;
}

.bottommargin_60 {
    margin-bottom: 60px;
}

.thin {
    font-weight: 100;
}

.inline-block {
    display: inline-block;
    max-width: 100%;
}

.owl-carousel {
    display: none;
    /* custom revoslider */
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 2.5px;
    background-color: #e1e1e1;
    vertical-align: top;
    margin-top: 2.5px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot.active {
    width: 17px;
    height: 17px;
    margin-top: 0;
    background-color: #fc0;
}

.owl-carousel .owl-nav>div {
    display: inline-block;
    font-size: 18px;
    padding: 0 10px;
}

.rev_slider {
    /* message box */
}

.rev_slider .custom .tp-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.rev_slider .custom .tp-bullet:hover,
.rev_slider .custom .tp-bullet.selected {
    background: #fff;
}

.alert {
    border-radius: 0;
    border-width: 0 0 0 4px;
    padding: 30px;
    margin-bottom: 40px;
    /*pagination*/
}

.pagination {
    margin: 0;
}

.pagination>li {
    display: inline-block;
}

.pagination>li>a,
.pagination>li>span {
    text-align: center;
    padding: 8px 0;
    border: none;
    color: #737880;
    font-size: 20px;
    font-weight: 500;
    min-width: 34px;
    background-color: transparent;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0px;
    padding: 5px 0;
    font-size: 24px;
}

@media (min-width:992px) {

    .pagination>li>a,
    .pagination>li>span {
        min-width: 50px;
    }

    .pagination>li:first-child>a,
    .pagination>li:first-child>span {
        margin-right: 15px;
    }

    .pagination>li:last-child>a,
    .pagination>li:last-child>span {
        margin-left: 15px;
    }
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #01b2b7;
    background-color: transparent;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: transparent;
    color: #01b2b7;
}

.page-template-shortcode-icon .entry-excerpt {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px;
}

.page-template-shortcode-icon .grey {
    color: #323232;
    border-color: #323232;
}

.page-template-shortcode-icon .big {
    font-size: 42px;
    line-height: 0.9;
}

.page-template-shortcode-icon .teaser_icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.page-template-shortcode-icon .teaser_icon+p {
    margin-top: 27px;
}

.page-template-shortcode-icon .size_normal {
    font-size: 42px;
}

.page-template-shortcode-icon .size_small {
    font-size: 32px;
}

.fs-popup {
    display: none;
}

.padding_top_90 {
    padding-top: 90px;
}

.padding_top_100 {
    padding-top: 100px;
}

.padding_top_110 {
    padding-top: 110px;
}

.padding_top_115 {
    padding-top: 115px;
}

.padding_top_120 {
    padding-top: 120px;
}

.padding_bottom_83 {
    padding-bottom: 83px;
}

.padding_bottom_90 {
    padding-bottom: 90px;
}

.padding_bottom_100 {
    padding-bottom: 100px;
}

.padding_bottom_110 {
    padding-bottom: 110px;
}

.padding_bottom_120 {
    padding-bottom: 120px;
}

@media (max-width:1199px) {

    .padding_top_90,
    .padding_top_100,
    .padding_top_110,
    .padding_top_115,
    .padding_top_120 {
        padding-top: 75px;
    }

    .padding_bottom_100,
    .padding_bottom_110,
    .padding_bottom_120 {
        padding-bottom: 75px;
    }

    .padding_bottom_83,
    .padding_bottom_90 {
        padding-bottom: 45px;
    }
}

.header-top {
    border-bottom: 1px solid #efefef;
    /* login register modal popup */
}

@media screen and (max-width:1199px) {
    .header-top .container {
        width: 100%;
    }
}

.header-top .header-top-left {
    float: left;
}

@media screen and (min-width:768) {
    .header-top .header-top-left .widget+.widget {
        margin-left: 35px;
    }
}

@media screen and (min-width:1200) {
    .header-top .header-top-left .widget+.widget {
        margin-left: 60px;
    }
}

.header-top .header-top-right {
    float: right;
}

.header-top .widget {
    margin-bottom: 0;
    display: inline-block;
    line-height: 45px;
}

.header-top .widget ul li a {
    display: inline-block;
    line-height: 15px;
    padding: 0;
}

.header-top ul {
    list-style: none;
    padding-left: 0;
}

.header-top ul li {
    display: inline-block;
    line-height: 29px;
}

.header-top .contact-info-top {
    font-family: "Poppins";
    font-size: 14px;
}

.header-top .contact-info-top .lbl {
    margin-right: 10px;
    font-weight: 600;
}

.header-top .contact-info-top i {
    color: #fc0;
    margin-right: 3px;
}

.header-top .cms-socials li {
    margin-left: 16px;
}

.header-top .cms-socials li:first-child {
    margin-left: 0;
}

.header-top .cms-socials a {
    padding: 7px 10px;
    font-size: 12px;
    color: #444;
}

.header-top .cms-socials a:hover {
    color: #fc0;
}

.header-top .widget_authenticate .fs-link a {
    font-family: "Poppins";
    font-size: 12px;
    letter-spacing: 0.03em;
    padding: 0 22px;
    position: relative;
}

.header-top .widget_authenticate .fs-link a:first-child {
    padding-left: 0;
}

.header-top .widget_authenticate .fs-link a:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    height: 9px;
    background: #b5b5b5;
}

.header-top .widget_authenticate .fs-link a:last-child {
    padding-right: 0;
}

.header-top .widget_nav_menu ul li a {
    position: relative;
    padding: 0 20px 0 24px;
    font-family: "Poppins";
    font-size: 12px;
    letter-spacing: 0.03em;
}

.header-top .widget_nav_menu ul li+li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 1px;
    height: 9px;
    background: #636363;
}

.header-top .widget_gtranslate {
    float: right;
}

.header-top .widget_gtranslate .switcher {
    position: relative;
    overflow: visible;
}

.header-top .widget_gtranslate .switcher .selected {
    background: #101010;
}

.header-top .widget_gtranslate .switcher .selected a {
    line-height: 45px;
    color: #eaeaea;
    border: 0;
    padding: 0 30px;
    background: url('../images/arrow_down.png') 126px center no-repeat;
}

.header-top .widget_gtranslate .switcher .option {
    position: absolute;
}

.header-top.layout1 .header-top-right .widget {
    padding: 0 30px;
    border-right: 1px solid #efefef;
}

.header-top.layout1 .header-top-right .widget:first-child {
    padding-left: 0;
}

.header-top.layout2 {
    background: #1b1b1b;
}

.header-top.layout2 .widget {
    line-height: 48px;
}

.header-top.layout2 .contact-info-top {
    color: #eaeaea;
}

.header-top.layout2 .cms-socials a {
    color: #bfbfbf;
}

.header-top.layout2 a {
    color: #eaeaea;
}

.header-top.layout2 a:hover {
    color: #fc0;
}

.header-top.layout2 .widget_gtranslate .switcher .selected a {
    line-height: 50px;
}

@media screen and (min-width:768px) {
    .header-top.layout2 .widget+.widget {
        margin-left: 35px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .header-top.layout2 .header-top-left {
        float: none;
        width: 100%;
        text-align: center;
    }

    .header-top.layout2 .header-top-right {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .header-top .header-top-left {
        float: none;
        text-align: center;
    }

    .header-top .header-top-left>* {
        float: none;
        display: block;
    }

    .header-top .header-top-right {
        float: none;
        text-align: center;
        display: none;
    }

    .header-top .header-top-right>* {
        float: none;
        text-align: center;
    }

    .header-top .header-top-right .text-right {
        text-align: center;
    }
}

.modal-backdrop {
    z-index: 0;
}

.modal {
    background: rgba(0, 0, 0, 0.8);
    padding: 0;
}

.modal.fade .modal-dialogs {
    position: absolute;
    top: 50%;
    margin: 0;
    /* main header */
}

@media screen and (min-width:768px) {
    .modal.fade .modal-dialogs {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width:767px) {
    .modal.fade .modal-dialogs {
        position: relative;
        top: 30px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.cshero-main-header {
    margin: 0 auto;
    width: 100%;
}

.cshero-main-header .container,
.cshero-main-header .container-fullwidth {
    position: relative;
}

@media (min-width:1200px) {
    .site-header .container-fullwidth {
        padding-right: 60px;
        padding-left: 60px;
    }
}

@media (min-width:1600px) {
    .site-header .container-fullwidth {
        padding-right: 80px;
        padding-left: 80px;
    }
}

.header-middle-wrap {
    display: table;
    min-width: 100%;
}

.header-middle-wrap .header-middle-left {
    display: table-cell;
    vertical-align: middle;
}

.header-middle-wrap .header-middle-right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

@media screen and (max-width:767px) {
    .header-middle-wrap {
        display: block;
    }

    .header-middle-wrap .header-middle-left {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .header-middle-wrap .header-middle-right {
        display: block;
        text-align: center;
    }
}

.main-header-outer {
    position: relative;
}

.search_modal_button {
    line-height: 60px;
    padding: 0 10px;
    min-width: 60px;
    display: inline-block;
    text-align: right;
    padding-right: 0;
    color: #102035;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page_header_wrapper {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.page_header_wrapper.affix-top-wrapper {
    height: auto !important;
}

.affix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    width: 100%;
    z-index: 9;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}

.admin-bar .affix {
    top: 32px;
}

.sticky-desktop.affix .main_logo.has-sticky-logo {
    display: none;
}

.sticky-desktop.affix .sticky_logo {
    display: inline-block;
}

.sticky-desktop.affix .site-branding img {
    max-height: 100%;
}

.site-branding {
    padding: 10px 0;
    position: relative;
}

.site-branding .site-title,
.site-branding .site-description {
    margin-bottom: 0;
    line-height: 1;
}

.site-branding img {
    max-height: 100%;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.main-logo {
    display: block;
}

.sticky_logo {
    display: none;
}

.navbar-toggle {
    margin: 0;
    width: 32px;
    height: 40px;
    min-width: 1px;
    border-width: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navbar-toggle.collapsed {
    background: transparent;
}

.navbar-toggle .icon-bar {
    background: #333;
    -webkit-transition: background 0.3s linear 0s;
    transition: background 0.3s linear 0s;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background: transparent;
}

.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
    background: #fc0;
}

@media screen and (min-width:1200px) {
    .navbar-toggle {
        display: none;
    }
}

@media screen and (max-width:1199px) {
    .navbar-toggle {
        display: block;
    }
}

@media screen and (max-width:767px) {

    /* header middle*/
    .header-navigation {
        padding: 0 15px !important;
    }
}

.middle-info {
    margin-left: -25px;
    margin-right: -25px;
}

.middle-info>div {
    display: inline-block;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 0;
    text-align: left;
}

.middle-info .info-right {
    width: auto;
}

@media (max-width:991px) {
    .middle-info {
        margin-left: -15px;
        margin-right: -15px;
    }

    .middle-info>div {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.middle-info .icon-left {
    padding-right: 20px;
    vertical-align: middle;
    display: table-cell;
}

.middle-info .icon-left>div {
    width: 60px;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 1;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.middle-info .icon-left>div i {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    line-height: 60px;
    color: #fff;
}

.middle-info .info-right {
    vertical-align: middle;
    display: table-cell;
}

.middle-info .info-right .info-heading {
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 0;
}

.middle-info .info-wrap:hover .icon-left>div {
    -webkit-animation: scaleDisappear 0.5s;
    animation: scaleDisappear 0.5s;
}

.site-branding img {
    max-width: 370px;
}

@media screen and (max-width:479px) {
    .site-branding img {
        max-width: 200px;
    }
}

@media (min-width:1200px) {
    .main-navigation .nav-menu>li>a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width:1400px) {
    .main-navigation .nav-menu>li>a {
        padding-left: 23px;
        padding-right: 23px;
    }
}

@media screen and (max-width:1199px) {
    .main-header-wrap>.container {
        padding: 0;
        width: 100%;
    }
}

@media (min-width:1400px) {
    .header-layout1 .main-navigation .nav-menu>li>a {
        padding-left: 22px;
        padding-right: 22px;
    }
}

@media (min-width:1600px) {
    .header-layout1 .main-navigation .nav-menu>li>a {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width:1850px) {
    .header-layout1 .main-navigation .nav-menu>li>a {
        padding-left: 37px;
        padding-right: 37px;
    }
}

@media screen and (min-width:1200px) {
    .header-layout1 .header-middle-wrap {
        display: table;
        min-width: 100%;
    }

    .header-layout1 .header-middle-wrap>div {
        display: table-cell;
        vertical-align: middle;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .header-layout1 .header-middle-wrap .header-middle-center {
        text-align: center;
    }
}

.header-layout1 .header-middle-wrap {
    padding: 30px 0;
}

.header-layout1 .contact-info-middle {
    text-align: right;
    float: left;
    position: relative;
    padding-right: 64px;
    font-family: "Poppins";
    font-size: 14px;
    line-height: 24px;
}

.header-layout1 .contact-info-middle span {
    display: block;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #303030;
    text-transform: uppercase;
}

.header-layout1 .contact-info-middle i {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 12px;
    color: #fc0;
    margin-right: 0;
    font-size: 27px;
}

.header-layout1 .work-hour {
    text-align: left;
    float: right;
    position: relative;
    padding-left: 64px;
    font-family: "Poppins";
    font-size: 14px;
    line-height: 24px;
}

.header-layout1 .work-hour span {
    display: block;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #303030;
    text-transform: uppercase;
}

.header-layout1 .work-hour i {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 12px;
    color: #fc0;
    margin-right: 0;
    font-size: 27px;
}

.header-layout1 .nav-menu>li>a {
    padding-top: 18px;
    padding-bottom: 18px;
}

@media screen and (min-width:1200px) {
    .header-layout1 .nav-menu>li+li>a:before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: 50%;
        width: 1px;
        height: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.5);
    }
}

@media screen and (min-width:1200px) {
    .header-layout1 .cshero-main-header:not(.affix) {
        margin-bottom: 0px;
    }

    .header-layout1 .cshero-main-header:not(.affix) .container {
        margin-bottom: -33px;
        z-index: 99;
        -webkit-transition: margin-bottom 0.3s linear 0s;
        transition: margin-bottom 0.3s linear 0s;
    }

    .header-layout1 .cshero-main-header:not(.affix) .main-header-outer {
        background: #fc0;
        margin: 0 70px;
        -webkit-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

    .header-layout1 .cshero-main-header:not(.affix) .header-navigation .main-navigation .menu-main-menu>li>a {
        color: #fff;
    }

    .header-layout1 .cshero-main-header:not(.affix) .header-navigation .main-navigation .menu-main-menu>li>a:hover {
        color: rgba(255, 255, 255, 0.5);
    }

    .header-layout1 .affix .nav-menu>li>a {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

@media screen and (min-width:1200px) {
    .header-layout2 .cshero-main-header .main-header-outer {
        display: table;
        min-width: 100%;
    }

    .header-layout2 .cshero-main-header .main-header-outer>div {
        display: table-cell;
        vertical-align: middle;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .header-layout2 .cshero-main-header:not(.affix) {
        margin-bottom: 0px;
    }

    .header-layout2 .cshero-main-header:not(.affix) .container {
        margin-bottom: -55px;
        padding: 0 50px;
        z-index: 999;
        background: #fff;
        -webkit-transition: margin-bottom 0.3s linear 0s;
        transition: margin-bottom 0.3s linear 0s;
    }

    .header-layout2 .header-navigation {
        text-align: right;
    }

    .header-layout2 .header-cart-search {
        padding-left: 50px;
    }
}

.header-layout2 .cshero-main-header {
    position: relative;
}

.header-layout2 .cshero-main-header.affix {
    position: fixed;
}

.header-layout2 .nav-menu>li>a {
    padding-top: 40px;
    padding-bottom: 41px;
}

@media screen and (max-width:1199px) {
    .header-layout2 .main-header-outer {
        padding: 0 15px;
    }

    .header-layout2 .main_logo {
        display: inline-block;
    }
}

@media screen and (min-width:1200px) {
    .header-layout3 .header-navigation {
        text-align: right;
    }

    .header-layout3 .header-cart-search {
        padding-left: 50px;
        padding-right: 8px;
        width: 100px;
    }
}

.header-layout3 .cshero-main-header .main-header-outer {
    display: table;
    min-width: 100%;
}

.header-layout3 .cshero-main-header .main-header-outer>div {
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.header-layout3 .nav-menu>li>a {
    padding-top: 36px;
    padding-bottom: 36px;
}

@media screen and (max-width:1199px) {
    .header-layout3 .main-header-outer {
        padding: 0 15px;
    }

    .header-layout3 .site-branding {
        padding: 10px 0;
    }

    .header-layout3 .site-branding .main_logo {
        display: inline-block;
        padding: 10px 0;
    }
}

.header-layout4 {
    background: #fff;
}

@media screen and (min-width:1200px) {
    .header-layout4 .header-navigation {
        text-align: center;
    }

    .header-layout4 .header-search-cart {
        text-align: right;
    }
}

.header-layout4 .cshero-main-header .main-header-outer {
    display: table;
    min-width: 100%;
}

.header-layout4 .cshero-main-header .main-header-outer>div {
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

@media screen and (min-width:1200px) {
    .header-layout4 .site-branding {
        padding: 0;
        width: 260px;
        border-right: 1px solid #eee;
        text-align: center;
    }
}

.header-layout4 .nav-menu>li>a {
    padding-top: 28px;
    padding-bottom: 29px;
}

.header-layout4 .header-search-cart a {
    padding-top: 28px;
    padding-bottom: 29px;
}

.header-layout4 .header-search-cart .icon_search_wrap {
    border-left: 1px solid #eee;
}

.header-layout4 .widget_cart_search_wrap .icon_cart_wrap {
    background: #fc0;
}

.header-layout4 .widget_cart_search_wrap .icon_cart_wrap i {
    width: 75px;
    height: 100%;
    line-height: inherit;
    border-radius: inherit;
    background: transparent;
}

.header-layout4 .widget_cart_search_wrap .icon_cart_wrap:hover {
    background: #1b1b1b;
}

.header-layout4 .widget_cart_search_wrap .icon_cart_wrap:hover i {
    background: transparent;
}

.header-layout4 .widget_cart_search_wrap .icon_cart_wrap .cart_total {
    top: 100%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    z-index: 99;
}

.header-layout4 .widget_cart_search_wrap .icon_search_wrap i {
    width: 70px;
    height: 100%;
    border-radius: inherit;
    line-height: inherit;
}

@media screen and (max-width:1199px) {
    .header-layout4 .main-header-outer {
        padding: 0 15px;
    }

    .header-layout4 .header-top-wrap {
        padding: 0 15px;
    }

    .header-layout4 .site-branding {
        padding: 0;
    }

    .header-layout4 .site-branding .main_logo {
        display: inline-block;
        padding: 10px 0;
    }

    .header-layout4 .sticky_logo {
        padding: 10px 0;
    }
}

@media screen and (min-width:1200px) {
    .cs-menu-toggle {
        display: none;
    }

    .header-navigation .main-navigation.collapse {
        display: block;
        overflow: visible;
        height: auto !important;
    }

    .header-navigation .main-navigation .menu-main-menu {
        margin: 0;
        padding: 0;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li,
    .header-navigation .main-navigation .menu-main-menu>li {
        vertical-align: top;
        display: inline-block;
        position: relative;
        margin: 0 -2px;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li.current-menu-ancestor>a,
    .header-navigation .main-navigation .menu-main-menu>li.current-menu-ancestor>a,
    .header-navigation .main-navigation .menu-main-menu>ul>li.current-menu-item>a,
    .header-navigation .main-navigation .menu-main-menu>li.current-menu-item>a {
        color: #fc0;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li>a,
    .header-navigation .main-navigation .menu-main-menu>li>a {
        font-family: "Poppins";
        font-size: 12px;
        font-weight: 700;
        line-height: 29px;
        color: #333;
        text-transform: uppercase;
        text-decoration: none !important;
        position: relative;
        display: block;
        -webkit-transition: padding-top 0.3s ease-in-out 0s, padding-bottom 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s !important;
        transition: padding-top 0.3s ease-in-out 0s, padding-bottom 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s !important;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li>a:focus,
    .header-navigation .main-navigation .menu-main-menu>li>a:focus,
    .header-navigation .main-navigation .menu-main-menu>ul>li>a:hover,
    .header-navigation .main-navigation .menu-main-menu>li>a:hover {
        outline: 0 !important;
        color: #fc0;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li:first-child>a,
    .header-navigation .main-navigation .menu-main-menu>li:first-child>a {
        padding-left: 0;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li:last-child>a,
    .header-navigation .main-navigation .menu-main-menu>li:last-child>a {
        padding-right: 0;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li.menu-item-has-children,
    .header-navigation .main-navigation .menu-main-menu>li.menu-item-has-children,
    .header-navigation .main-navigation .menu-main-menu>ul>li.page_item_has_children,
    .header-navigation .main-navigation .menu-main-menu>li.page_item_has_children {
        position: relative;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li.menu-item-has-children>a:after,
    .header-navigation .main-navigation .menu-main-menu>li.menu-item-has-children>a:after,
    .header-navigation .main-navigation .menu-main-menu>ul>li.page_item_has_children>a:after,
    .header-navigation .main-navigation .menu-main-menu>li.page_item_has_children>a:after {
        padding-left: 4px;
        content: "\f107";
        display: none;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li.menu-item-has-children>.cs-menu-toggle,
    .header-navigation .main-navigation .menu-main-menu>li.menu-item-has-children>.cs-menu-toggle,
    .header-navigation .main-navigation .menu-main-menu>ul>li.page_item_has_children>.cs-menu-toggle,
    .header-navigation .main-navigation .menu-main-menu>li.page_item_has_children>.cs-menu-toggle {
        display: none;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li ul.sub-menu,
    .header-navigation .main-navigation .menu-main-menu>li ul.sub-menu,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.children,
    .header-navigation .main-navigation .menu-main-menu>li ul.children {
        padding: 30px 0;
        box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.3);
        background: #fff;
        clip: rect(1px, 1px, 1px, 1px);
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li ul.sub-menu>li,
    .header-navigation .main-navigation .menu-main-menu>li ul.sub-menu>li,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.children>li,
    .header-navigation .main-navigation .menu-main-menu>li ul.children>li {
        padding: 0 40px;
        position: relative;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li ul.sub-menu>li a,
    .header-navigation .main-navigation .menu-main-menu>li ul.sub-menu>li a,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.children>li a,
    .header-navigation .main-navigation .menu-main-menu>li ul.children>li a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li ul.sub-menu a,
    .header-navigation .main-navigation .menu-main-menu>li ul.sub-menu a,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.children a,
    .header-navigation .main-navigation .menu-main-menu>li ul.children a {
        clear: both;
        color: #333;
        font-family: "Poppins";
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        display: block;
        padding-top: 10px;
        padding-bottom: 9px;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li ul.sub-menu a:hover,
    .header-navigation .main-navigation .menu-main-menu>li ul.sub-menu a:hover,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.children a:hover,
    .header-navigation .main-navigation .menu-main-menu>li ul.children a:hover {
        color: #fc0;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li ul.sub-menu .menu-item-has-children>a:after,
    .header-navigation .main-navigation .menu-main-menu>li ul.sub-menu .menu-item-has-children>a:after,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.children .menu-item-has-children>a:after,
    .header-navigation .main-navigation .menu-main-menu>li ul.children .menu-item-has-children>a:after,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.sub-menu .page_item_has_children>a:after,
    .header-navigation .main-navigation .menu-main-menu>li ul.sub-menu .page_item_has_children>a:after,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.children .page_item_has_children>a:after,
    .header-navigation .main-navigation .menu-main-menu>li ul.children .page_item_has_children>a:after {
        font-family: "FontAwesome";
        content: " \f105";
        position: absolute;
        right: 40px;
        font-weight: 300;
        font-size: 14px;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li ul.sub-menu .current-menu-ancestor>a,
    .header-navigation .main-navigation .menu-main-menu>li ul.sub-menu .current-menu-ancestor>a,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.children .current-menu-ancestor>a,
    .header-navigation .main-navigation .menu-main-menu>li ul.children .current-menu-ancestor>a,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.sub-menu .current-menu-parent>a,
    .header-navigation .main-navigation .menu-main-menu>li ul.sub-menu .current-menu-parent>a,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.children .current-menu-parent>a,
    .header-navigation .main-navigation .menu-main-menu>li ul.children .current-menu-parent>a,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.sub-menu .current-menu-item>a,
    .header-navigation .main-navigation .menu-main-menu>li ul.sub-menu .current-menu-item>a,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.children .current-menu-item>a,
    .header-navigation .main-navigation .menu-main-menu>li ul.children .current-menu-item>a {
        color: #fc0;
    }

    .header-navigation .main-navigation li ul {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 130%;
        z-index: 10;
        overflow: hidden;
        opacity: 0;
        left: 0;
        visibility: hidden;
        display: block;
        list-style: none;
        text-align: left;
        margin-top: 1px;
        min-width: 288px;
        -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    }

    .header-navigation .main-navigation li:hover>ul,
    .header-navigation .main-navigation li:focus>ul {
        top: 100%;
        opacity: 1;
        visibility: visible;
        border-left: 0;
        overflow: inherit;
        clip: inherit !important;
    }

    .header-navigation .main-navigation li li {
        margin: 0;
        border-top: none;
    }

    .header-navigation .main-navigation li li>ul {
        top: auto;
        margin-top: -78px;
        left: 130%;
    }

    .header-navigation .main-navigation li li:hover>ul {
        left: 100%;
        margin-top: -78px;
    }

    .header-navigation .main-navigation li li li:hover>ul {
        left: 100%;
        margin-top: -78px;
    }

    .header-navigation .main-navigation li li:last-child>a {
        border-bottom: 0 !important;
    }

    .header-navigation .main-navigation li ul.back {
        right: 100%;
        left: auto !important;
    }

    .header-navigation .main-navigation li ul.back ul:not(.back) {
        right: 100%;
        left: auto !important;
    }

    .header-navigation .main-navigation li ul.back ul.back {
        left: 100%;
        right: auto;
    }

    .header-navigation .main-navigation li ul.back ul.back ul:not(.back) {
        left: 100%;
        right: auto;
    }

    .header-navigation .main-navigation li ul.back ul.back ul.back {
        right: 100%;
        left: auto !important;
    }

    .cshero-main-header.header-fixed .header-navigation .main-navigation .menu-main-menu>li.menu-item-has-children>.cs-menu-toggle {
        display: none;
    }
}

@media screen and (max-width:1199px) {
    .header-navigation {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 999;
        width: 100%;
        display: block;
        background: #323232;
        text-align: left;
        padding: 0 30px;
    }

    .header-navigation .main-navigation {
        float: none !important;
        padding: 0;
    }

    .header-navigation .main-navigation>div>ul,
    .header-navigation .main-navigation ul.nav-menu {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .header-navigation .main-navigation>div>ul>li,
    .header-navigation .main-navigation ul.nav-menu>li {
        list-style: none;
    }

    .header-navigation .main-navigation>div>ul>li>a,
    .header-navigation .main-navigation ul.nav-menu>li>a {
        color: #fff;
        padding: 10px 0;
        text-transform: uppercase;
        text-decoration: none;
        line-height: 28px;
        display: block;
        font-family: "Poppins";
        font-size: 12px;
        font-weight: 400;
        -webkit-transition: all 0.3s linear 0s !important;
        transition: all 0.3s linear 0s !important;
    }

    .header-navigation .main-navigation>div>ul>li>a:hover,
    .header-navigation .main-navigation ul.nav-menu>li>a:hover,
    .header-navigation .main-navigation>div>ul>li>a:focus,
    .header-navigation .main-navigation ul.nav-menu>li>a:focus {
        outline: none;
        color: #fc0;
    }

    .header-navigation .main-navigation>div>ul>li:hover>.cs-menu-toggle,
    .header-navigation .main-navigation ul.nav-menu>li:hover>.cs-menu-toggle,
    .header-navigation .main-navigation>div>ul>li:active>.cs-menu-toggle,
    .header-navigation .main-navigation ul.nav-menu>li:active>.cs-menu-toggle,
    .header-navigation .main-navigation>div>ul>li:focus>.cs-menu-toggle,
    .header-navigation .main-navigation ul.nav-menu>li:focus>.cs-menu-toggle {
        font-size: 14px;
        color: #fc0;
    }

    .header-navigation .main-navigation>div>ul>li.current-menu-item.menu-item-has-children>a,
    .header-navigation .main-navigation ul.nav-menu>li.current-menu-item.menu-item-has-children>a {
        color: #fc0;
    }

    .header-navigation .main-navigation li ul,
    .header-navigation .main-navigation li ul ul {
        width: 100% !important;
    }

    .collapse .main-navigation div.nav-menu>ul {
        display: block;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li,
    .header-navigation .main-navigation .menu-main-menu>li {
        position: relative;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li li,
    .header-navigation .main-navigation .menu-main-menu>li li {
        position: relative;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li .cs-menu-toggle,
    .header-navigation .main-navigation .menu-main-menu>li .cs-menu-toggle {
        color: #fff;
        cursor: pointer;
        position: absolute;
        right: 0px;
        text-align: center;
        top: 0;
        width: 30px;
        height: 48px;
        line-height: 48px;
        vertical-align: middle;
        display: block;
        z-index: 999;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li.current-menu-ancestor,
    .header-navigation .main-navigation .menu-main-menu>li.current-menu-ancestor,
    .header-navigation .main-navigation .menu-main-menu>ul>li.current-menu-parent,
    .header-navigation .main-navigation .menu-main-menu>li.current-menu-parent {
        background: transparent !important;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li.current-menu-ancestor>a,
    .header-navigation .main-navigation .menu-main-menu>li.current-menu-ancestor>a,
    .header-navigation .main-navigation .menu-main-menu>ul>li.current-menu-parent>a,
    .header-navigation .main-navigation .menu-main-menu>li.current-menu-parent>a {
        color: #fc0 !important;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li ul.sub-menu,
    .header-navigation .main-navigation .menu-main-menu>li ul.sub-menu,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.children,
    .header-navigation .main-navigation .menu-main-menu>li ul.children {
        overflow: hidden;
        display: none;
        padding: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li ul.sub-menu li,
    .header-navigation .main-navigation .menu-main-menu>li ul.sub-menu li,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.children li,
    .header-navigation .main-navigation .menu-main-menu>li ul.children li {
        padding: 8px 28px;
        line-height: 28px;
        -webkit-transition: background-color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li ul.sub-menu li:last-child,
    .header-navigation .main-navigation .menu-main-menu>li ul.sub-menu li:last-child,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.children li:last-child,
    .header-navigation .main-navigation .menu-main-menu>li ul.children li:last-child {
        border-bottom: 0;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li ul.sub-menu li:hover,
    .header-navigation .main-navigation .menu-main-menu>li ul.sub-menu li:hover,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.children li:hover,
    .header-navigation .main-navigation .menu-main-menu>li ul.children li:hover {
        background-color: transparent !important;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li ul.sub-menu li a,
    .header-navigation .main-navigation .menu-main-menu>li ul.sub-menu li a,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.children li a,
    .header-navigation .main-navigation .menu-main-menu>li ul.children li a {
        display: block;
        font-weight: 400;
        white-space: nowrap;
        color: #fff !important;
        text-transform: none;
        font-family: "Poppins";
        font-size: 14px;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li ul.sub-menu li a:hover,
    .header-navigation .main-navigation .menu-main-menu>li ul.sub-menu li a:hover,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.children li a:hover,
    .header-navigation .main-navigation .menu-main-menu>li ul.children li a:hover {
        color: #fc0 !important;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li ul.sub-menu li a:before,
    .header-navigation .main-navigation .menu-main-menu>li ul.sub-menu li a:before,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.children li a:before,
    .header-navigation .main-navigation .menu-main-menu>li ul.children li a:before {
        content: '-';
        padding-right: 0!important;
        left: 0;
        display: inline-block !important;
        position: absolute!important;
        top: 0;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li ul.sub-menu li.current-menu-ancestor,
    .header-navigation .main-navigation .menu-main-menu>li ul.sub-menu li.current-menu-ancestor,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.children li.current-menu-ancestor,
    .header-navigation .main-navigation .menu-main-menu>li ul.children li.current-menu-ancestor,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.sub-menu li .current-menu-parent,
    .header-navigation .main-navigation .menu-main-menu>li ul.sub-menu li .current-menu-parent,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.children li .current-menu-parent,
    .header-navigation .main-navigation .menu-main-menu>li ul.children li .current-menu-parent {
        background: transparent !important;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li ul.sub-menu li.current-menu-ancestor>a,
    .header-navigation .main-navigation .menu-main-menu>li ul.sub-menu li.current-menu-ancestor>a,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.children li.current-menu-ancestor>a,
    .header-navigation .main-navigation .menu-main-menu>li ul.children li.current-menu-ancestor>a,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.sub-menu li .current-menu-parent>a,
    .header-navigation .main-navigation .menu-main-menu>li ul.sub-menu li .current-menu-parent>a,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.children li .current-menu-parent>a,
    .header-navigation .main-navigation .menu-main-menu>li ul.children li .current-menu-parent>a {
        color: #fc0 !important;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li ul.sub-menu li.current-menu-item,
    .header-navigation .main-navigation .menu-main-menu>li ul.sub-menu li.current-menu-item,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.children li.current-menu-item,
    .header-navigation .main-navigation .menu-main-menu>li ul.children li.current-menu-item {
        background: transparent !important;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li ul.sub-menu li.current-menu-item>a,
    .header-navigation .main-navigation .menu-main-menu>li ul.sub-menu li.current-menu-item>a,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.children li.current-menu-item>a,
    .header-navigation .main-navigation .menu-main-menu>li ul.children li.current-menu-item>a {
        color: #fc0 !important;
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li ul.sub-menu.submenu-open .submenu-open+.cs-menu-toggle i:before,
    .header-navigation .main-navigation .menu-main-menu>li ul.sub-menu.submenu-open .submenu-open+.cs-menu-toggle i:before,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.children.submenu-open .submenu-open+.cs-menu-toggle i:before,
    .header-navigation .main-navigation .menu-main-menu>li ul.children.submenu-open .submenu-open+.cs-menu-toggle i:before {
        content: "\f106";
    }

    .header-navigation .main-navigation .menu-main-menu>ul>li ul.sub-menu.submenu-open+.cs-menu-toggle i:before,
    .header-navigation .main-navigation .menu-main-menu>li ul.sub-menu.submenu-open+.cs-menu-toggle i:before,
    .header-navigation .main-navigation .menu-main-menu>ul>li ul.children.submenu-open+.cs-menu-toggle i:before,
    .header-navigation .main-navigation .menu-main-menu>li ul.children.submenu-open+.cs-menu-toggle i:before {
        content: "\f106";
    }
}

.page-title {
    position: relative;
}

.page-title {
    position: relative;
}

.page-title h2 {
    display: inline;
    text-transform: uppercase;
    word-wrap: break-word;
}

.breadcrumb-text {
    color: #fff;
    margin-top: 20px;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    font-family: Poppins;
}

.breadcrumb-text>span+i {
    font-size: 14px;
    display: inline-block;
    text-align: right;
    margin: 0 11px;
    color: #fc0;
}

.breadcrumb-text>span+span:before {
    content: "\f054";
    font-size: 10px;
    display: inline-block;
    text-align: right;
    margin: 0 11px;
    font-family: FontAwesome;
    color: #fc0;
}

.breadcrumb-text a {
    color: #fff;
}

.breadcrumb-text a:hover {
    color: #fc0;
}

.breadcrumb-text a span {
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.page-title {
    padding-top: 130px;
    padding-bottom: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-image: url('../images/pagetitle/page-title-bg.jpg');
}

.page-title .bg-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.page-title h2 {
    color: #fff;
    font-size: 36px;
    line-height: 1;
}

@media (max-width:991px) {
    .page-title h2 {
        font-size: 30px;
    }
}

.page-title .page-title-text {
    margin-bottom: 4px;
}

@media (min-width:992px) {
    .page-title.layout-2 .text-md-left {
        text-align: left;
    }

    .page-title.layout-2 .text-md-right {
        text-align: right;
    }

    .page-title.layout-2 .row {
        display: table;
        width: 100%;
    }

    .page-title.layout-2 .row>div {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
}

@media (max-width:991px) {
    .page-title.layout-2 .row>div {
        margin: 10px 0;
    }
}

.widget-area {
    overflow: hidden;
}

.widget-area .wg-title {
    line-height: 1;
}

.widget-area .widget+.widget {
    margin-top: 55px;
}

.widget-area h1 a,
.widget-area h2 a,
.widget-area h3 a,
.widget-area h4 a,
.widget-area h5 a,
.widget-area h6 a {
    color: inherit;
}

.widget-area h1 a:hover,
.widget-area h2 a:hover,
.widget-area h3 a:hover,
.widget-area h4 a:hover,
.widget-area h5 a:hover,
.widget-area h6 a:hover {
    color: #fc0;
}

.widget-area .widget_archive a,
.widget-area .widget_categories a,
.widget-area .widget_meta a,
.widget-area .widget_nav_menu a,
.widget-area .widget_pages a {
    padding: 5px 0 5px 0;
    position: relative;
    font-family: "Poppins";
    font-size: 13px;
}

.widget-area .widget_recent_comments ul li,
.widget-area .widget_recent_entries ul li,
.widget-area .widget_archive ul li,
.widget-area .widget_meta ul li,
.widget-area .widget_pages ul li,
.widget-area .widget_categories ul li,
.widget-area .widget_product_categories ul li,
.widget-area .widget_nav_menu ul li {
    width: 100%;
    clear: both;
    margin: 0;
    position: relative;
}

@media screen and (max-width:991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.widget {
    display: block;
    position: relative;
}

.widget>ul,
.widget>ol,
.widget>div>ul,
.widget>div>ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.widget ul {
    list-style: none;
    margin-bottom: 0;
}

.widget ul li a {
    display: block;
}

.widget ul li ul {
    padding-left: 10px;
}

.widget ul ul li {
    padding-left: 20px;
}

.wg-title {
    font-size: 18px;
    margin: 0 0 23px;
    position: relative;
}

.wg-title strong {
    display: block;
    font-weight: 900;
    line-height: 0.7;
}

.product-categories ul li a,
.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_meta ul li a,
.widget_archive ul li a {
    position: relative;
}

.product-categories ul li:first-child,
.widget_recent_entries ul li:first-child,
.widget_categories ul li:first-child,
.widget_meta ul li:first-child,
.widget_archive ul li:first-child {
    padding-top: 0;
}

.product-categories .count,
.widget_recent_entries .count,
.widget_categories .count,
.widget_meta .count,
.widget_archive .count {
    float: right;
    color: #fc0;
}

.apss-social-share.apss-theme-2 .apss-single-icon a {
    margin: 0 0 10px 0;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
}

.apss-social-share.apss-theme-2 .apss-single-icon a .apss-icon-block {
    -webkit-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
}

.apss-social-share.apss-theme-2 .apss-single-icon a .apss-icon-block i {
    font-size: 14px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    padding: 0 20px;
    border-right: 1px solid #fff;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.apss-social-share.apss-theme-2 .apss-single-icon a .apss-icon-block .apss-social-text {
    border-left: 0;
    padding: 0 30px;
    line-height: 60px;
    text-transform: uppercase;
    opacity: 0.7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.apss-social-share.apss-theme-2 .apss-single-icon a .count {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 14px;
    line-height: 60px;
    opacity: 0.7;
    padding: 0 30px;
}

.apss-social-share.apss-theme-2 .apss-single-icon a .count:after {
    content: none;
}

.apss-social-share.apss-theme-2 .apss-single-icon:hover .apss-icon-block {
    background-color: #fff;
}

.apss-social-share.apss-theme-2 .apss-single-icon:hover a .count {
    right: 0;
}

.apss-social-share.apss-theme-2 .apss-single-icon:hover.apss-facebook a {
    color: #3b5998;
}

.apss-social-share.apss-theme-2 .apss-single-icon:hover.apss-facebook a i,
.apss-social-share.apss-theme-2 .apss-single-icon:hover.apss-facebook a .count {
    color: #3b5998;
}

.apss-social-share.apss-theme-2 .apss-single-icon:hover.apss-twitter a {
    color: #1dcaff;
}

.apss-social-share.apss-theme-2 .apss-single-icon:hover.apss-twitter a i,
.apss-social-share.apss-theme-2 .apss-single-icon:hover.apss-twitter a .count {
    color: #1dcaff;
}

.apss-social-share.apss-theme-2 .apss-single-icon:hover.apss-google-plus a {
    color: #dd4b39;
}

.apss-social-share.apss-theme-2 .apss-single-icon:hover.apss-google-plus a i,
.apss-social-share.apss-theme-2 .apss-single-icon:hover.apss-google-plus a .count {
    color: #dd4b39;
}

.apss-social-share.apss-theme-2 .apss-single-icon:hover.apss-pinterest a {
    color: #c92228;
}

.apss-social-share.apss-theme-2 .apss-single-icon:hover.apss-pinterest a i,
.apss-social-share.apss-theme-2 .apss-single-icon:hover.apss-pinterest a .count {
    color: #c92228;
}

.apss-social-share.apss-theme-2 .apss-single-icon:hover.apss-linkedin a {
    color: #3f729b;
}

.apss-social-share.apss-theme-2 .apss-single-icon:hover.apss-linkedin a i,
.apss-social-share.apss-theme-2 .apss-single-icon:hover.apss-linkedin a .count {
    color: #3f729b;
}

.apss-social-share.apss-theme-2 .apss-single-icon:hover.apss-digg a {
    color: #2169a8;
}

.apss-social-share.apss-theme-2 .apss-single-icon:hover.apss-digg a i,
.apss-social-share.apss-theme-2 .apss-single-icon:hover.apss-digg a .count {
    color: #2169a8;
}

.apss-social-share.apss-theme-2 .apss-single-icon:hover.apss-print a {
    color: #5e5959;
}

.apss-social-share.apss-theme-2 .apss-single-icon:hover.apss-print a i,
.apss-social-share.apss-theme-2 .apss-single-icon:hover.apss-print a .count {
    color: #5e5959;
}

.apss-social-share.apss-theme-2 .apss-single-icon:hover.apss-email a {
    color: #8f8f8f;
}

.apss-social-share.apss-theme-2 .apss-single-icon:hover.apss-email a i,
.apss-social-share.apss-theme-2 .apss-single-icon:hover.apss-email a .count {
    color: #8f8f8f;
}

.apss-social-share.apss-theme-2 .apss-single-icon:last-child a {
    margin-bottom: 0;
}

#calendar_wrap {
    width: 100%;
    margin-bottom: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

@media (min-width:768px) and (max-width:992px) {
    #calendar_wrap {
        overflow-x: auto;
        overflow-y: hidden;
    }
}

.widget_calendar table {
    width: 100%;
    margin: 0;
    position: relative;
    text-align: center;
    background-color: #fff;
}

.widget_calendar table td,
.widget_calendar table th {
    padding: 6px 8px;
    font-size: 14px;
}

.widget_calendar caption {
    line-height: 1;
    font-size: 18px;
    padding: 8px 0 8px;
    text-align: center;
    color: #fff;
    background-color: #fc0;
}

.widget_calendar thead {
    background-color: #444;
    border: 1px solid #444;
    color: #fff;
}

.widget_calendar thead th {
    font-weight: 300;
}

.widget_calendar thead th:first-child {
    padding-left: 26px;
}

.widget_calendar thead th:last-child {
    padding-right: 26px;
}

.widget_calendar tbody {
    font-weight: 300;
}

.widget_calendar tbody tr:first-child td {
    padding-top: 29px;
}

.widget_calendar tbody tr:last-child td {
    padding-bottom: 30px;
}

.widget_calendar tbody td {
    border: none;
    padding: 6px 8px;
    position: relative;
}

.widget_calendar tbody td:first-child {
    padding-left: 26px;
}

.widget_calendar tbody td:last-child {
    padding-right: 26px;
}

.widget_calendar tbody td a {
    font-weight: 700;
    color: #fc0;
}

.widget_calendar tbody td a:hover {
    color: #444;
}

.widget_calendar th {
    text-align: center;
    border: 0;
    color: inherit;
}

.widget_calendar td {
    border: 0;
}

.widget_calendar tfoot {
    position: absolute;
    top: -3px;
    right: 0;
    left: 0;
}

.widget_calendar tfoot td {
    position: absolute;
    top: 0;
}

.widget_calendar tfoot td a {
    color: #fff;
    text-align: center;
    font-size: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
}

.widget_calendar tfoot td a:hover {
    color: #fff;
    background-color: #fc0;
    border-color: #fc0;
}

.widget_calendar tfoot #prev {
    left: 0;
    padding: 0;
}

.widget_calendar tfoot #prev a {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.widget_calendar tfoot #prev a:before {
    font-size: 14px;
    font-family: 'rt-icons-2';
    content: '\e7c4';
}

.widget_calendar tfoot #next {
    right: 0;
    padding: 0;
}

.widget_calendar tfoot #next a {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.widget_calendar tfoot #next a:after {
    font-size: 14px;
    font-family: 'rt-icons-2';
    content: '\e7c5';
}

.widget_tag_cloud .tagcloud {
    margin: 0 -3px;
}

.widget_tag_cloud a {
    display: inline-block;
    padding: 8px 12px 6px;
    font-size: 14px !important;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    color: #444;
    border: 1px solid #444;
    margin: 0 3px 10px;
    -webkit-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
}

.widget_tag_cloud a:hover {
    color: #fff;
    background-color: #fc0;
    border-color: #fc0;
}

.widget_rss .wg-title a {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    line-height: 22px;
}

.widget_rss ul li {
    line-height: inherit;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.widget_rss ul li a {
    font-weight: bold;
}

.widget_rss ul li:last-child {
    margin-bottom: 8px;
    padding-bottom: 0;
}

.widget_cs_recent_post_v2 .widget-recent-item {
    display: table;
    margin-bottom: 3px;
}

.widget_cs_recent_post_v2 .entry-thumbnail {
    display: table-cell;
    vertical-align: top;
}

.widget_cs_recent_post_v2 .entry-thumbnail img {
    max-width: 76px;
    margin: 6px 20px 6px 0;
}

.widget_cs_recent_post_v2 .entry-main {
    display: table-cell;
    vertical-align: middle;
}

.widget_cs_recent_post_v2 .entry-main span.date {
    display: block;
    line-height: 1;
    font-family: "Poppins";
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #444;
}

.widget_cs_recent_post_v2 .entry-main span.date i {
    color: #fc0;
    margin-right: 10px;
    font-size: 15px;
}

.widget_cs_recent_post_v2 .entry-main .entry-title {
    font-family: "Poppins";
    font-weight: 500;
    color: #444;
    line-height: 20px;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

.widget_sidebar_recent_posts .widget-recent-item {
    display: table;
    margin-bottom: 20px;
}

.widget_sidebar_recent_posts .entry-thumbnail {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}

.widget_sidebar_recent_posts .entry-thumbnail img {
    width: 85px;
    max-width: 85px;
}

.widget_sidebar_recent_posts a.entry-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 5px;
    display: block;
    color: #444;
}

.widget_sidebar_recent_posts a.entry-title:hover {
    color: #fc0;
}

.widget_sidebar_recent_posts .entry-main {
    display: table-cell;
    vertical-align: middle;
}

.widget_sidebar_recent_posts .entry-main .post-meta {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: ;
    border-color: ;
}

.widget_sidebar_recent_posts .entry-main .post-meta a {
    color: ;
}

.widget_sidebar_recent_posts .entry-main .post-meta a:hover {
    color: ;
}

.widget_woocommerce_category ul {
    list-style: none;
}

.widget_woocommerce_category ul li:hover {
    background: none !important;
}

.widget_woocommerce_category ul li:last-child {
    border-bottom: 0;
}

.widget_woocommerce_category ul li a .product-count {
    position: absolute;
    right: 0;
    color: #444;
    font-style: italic;
}

.widget_newsletterwidget {
    text-align: center;
}

.widget_newsletterwidget .wg-title {
    display: inline-block;
    font-size: 20px;
    margin: 0 54px 0 0;
}

@media screen and (min-width:1200px) {
    .widget_newsletterwidget .wg-title {
        line-height: 58px;
    }
}

@media screen and (max-width:1199px) {
    .widget_newsletterwidget .wg-title {
        margin: 0 0 10px 0;
    }
}

.widget_newsletterwidget .tnp-widget {
    display: inline-block;
    width: auto;
}

@media screen and (max-width:767px) {
    .widget_newsletterwidget .tnp-widget {
        display: block;
        width: 100%;
    }
}

.widget_newsletterwidget .tnp-widget form {
    min-width: 550px;
    position: relative;
}

@media screen and (max-width:767px) {
    .widget_newsletterwidget .tnp-widget form {
        min-width: 100%;
    }
}

.widget_newsletterwidget .tnp-widget form label {
    margin-bottom: 0;
    display: none;
}

.widget_newsletterwidget .tnp-widget form .tnp-email {
    border: 0;
    padding: 20px 150px 20px 35px;
    border-radius: 29px;
    line-height: 18px;
}

.widget_newsletterwidget .tnp-widget form .tnp-email::-webkit-input-placeholder {
    font-style: italic;
}

.widget_newsletterwidget .tnp-widget form .tnp-email:-moz-placeholder {
    font-style: italic;
}

.widget_newsletterwidget .tnp-widget form .tnp-email::-moz-placeholder {
    font-style: italic;
}

.widget_newsletterwidget .tnp-widget form .tnp-email:-ms-input-placeholder {
    font-style: italic;
}

@media screen and (max-width:480px) {
    .widget_newsletterwidget .tnp-widget form .tnp-email {
        padding: 20px 100px 20px 35px;
    }
}

.widget_newsletterwidget .tnp-widget .tnp-field {
    margin-bottom: 0;
}

.widget_newsletterwidget .tnp-field-button {
    position: absolute;
    top: 0;
    right: -5px;
    display: inline-block;
    margin-bottom: 0 !important;
}

.widget_newsletterwidget .tnp-field-button .tnp-submit {
    position: relative;
    background: #fc0;
    border: 0;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.01em;
    padding: 16px 38px;
    border-radius: 25px;
    margin-top: 4px;
}

@media screen and (max-width:480px) {
    .widget_newsletterwidget .tnp-field-button .tnp-submit {
        padding: 16px 18px;
    }
}

.widget_newsletterwidget .tnp-field-button .tnp-submit:hover {
    background: #2d3192;
}

.wpb_column .widget_cs_instagram_widget {
    padding: 0 !important;
}

.widget_cs_instagram_widget .instagram-title {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 41px;
    padding-top: 41px;
    background-color: #f7f7f7;
}

.widget_cs_instagram_widget .instagram-item {
    padding: 0;
}

.widget_cs_instagram_widget .instagram-item a img {
    width: 100%;
}

.section-instagram {
    display: block;
    position: relative;
    margin-top: 100px;
}

.section-instagram.nopadbot {
    padding-bottom: 0;
}

.widget_znews-twitter-widget .news-tweet-content {
    margin-bottom: 30px;
}

.widget_znews-twitter-widget .news-tweet-content:last-child {
    margin-bottom: 0;
}

.widget_znews-twitter-widget .tweet-text {
    position: relative;
}

.widget_znews-twitter-widget .tweet-text i {
    font-size: 18px;
    position: absolute;
    display: inline-block;
    left: 0;
    top: 3px;
}

.widget_znews-twitter-widget a {
    color: #444;
}

.widget_znews-twitter-widget a:hover {
    color: #fc0;
}

.widget_search .search-close,
.custom-search-input .search-close {
    display: none;
}

.widget_search form,
.custom-search-input form {
    position: relative;
    width: 100%;
}

.widget_search .form-control,
.custom-search-input .form-control {
    box-shadow: none;
    padding-right: 50px;
}

.widget_search button,
.custom-search-input button {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: none;
    background-color: transparent;
    color: #fc0;
    font-size: 15px;
    color: #444;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget_search button:hover,
.custom-search-input button:hover,
.widget_search button:focus,
.custom-search-input button:focus,
.widget_search button:active,
.custom-search-input button:active {
    outline: none;
    box-shadow: none;
    color: #fc0;
    background-color: transparent;
}

.ft_flickr_widget .flickr-wrap {
    margin: -5px;
}

.ft_flickr_widget .flickr_badge_image {
    display: inline-block;
    width: 50%;
    margin: 0;
    height: auto;
}

.ft_flickr_widget .flickr_badge_image img {
    width: 100%;
    padding: 5px;
    border-radius: 1px;
}

.widget_flickr .flickr-badge-wrapper ul {
    margin: -5px;
    padding: 0;
}

.widget_flickr .flickr-badge-wrapper ul li {
    display: inline-block;
    width: 50%;
    margin: 0 !important;
    height: auto;
}

.widget_flickr .flickr-badge-wrapper ul li img {
    width: 100%;
    padding: 5px;
    border-radius: 1px;
}

.widget_flickr>a {
    display: none;
}

.widget_buildana_recent_post ul li {
    margin-top: 2px;
    padding: 20px 0 18px 0;
    display: table;
    width: 100%;
}

.widget_buildana_recent_post ul li:first-child {
    padding-top: 0;
}

.widget_buildana_recent_post .entry-thumbnail,
.widget_buildana_recent_post .post-info {
    display: table-cell;
    vertical-align: middle;
}

.widget_buildana_recent_post .entry-thumbnail {
    padding-right: 20px;
}

.widget_buildana_recent_post .entry-thumbnail a img {
    max-width: 85px;
}

.widget_buildana_recent_post .entry-thumbnail a:hover img {
    opacity: 0.8;
}

.widget_buildana_recent_post .post-info h4 {
    margin-bottom: 2px;
    font-size: 20px;
    line-height: 1.3;
}

.widget_buildana_recent_post .post-info h4 a {
    color: inherit;
}

.widget_buildana_recent_post .post-info h4 a:hover {
    color: ;
}

.widget_buildana_recent_post .post-info .post-meta {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: ;
    border-color: ;
}

.widget_buildana_recent_post .post-info .post-meta>* {
    display: inline-block;
    margin-right: 10px;
}

.widget_buildana_recent_post .post-info .post-meta>*:last-child {
    margin-right: 0;
}

.widget_buildana_recent_post .post-info .post-meta .post-views {
    float: right;
    color: #fc0;
}

.widget_buildana_recent_post .post-info .post-meta a {
    color: ;
}

.widget_buildana_recent_post .post-info .post-meta a:hover {
    color: ;
}

.widget_cms_business_hours .text_content {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-style: italic;
}

.widget_cms_business_hours .lbl {
    font-size: 14px;
}

.widget_cms_business_hours p:not(.text_content) {
    font-family: "Poppins";
    font-size: 14px;
    line-height: 26px;
    color: #333;
}

.widget_cms_gallery_images ul.images {
    margin: -3px;
    padding: 0;
}

.widget_cms_gallery_images ul.images li {
    display: inline-block;
    width: 50%;
    margin: 0 !important;
    height: auto;
}

.widget_cms_gallery_images ul.images li img {
    width: 100%;
    padding: 3px;
}

.widget_cms_certificates .certificate-list {
    display: table;
    margin-bottom: 3px;
}

.widget_cms_certificates .cer-item+.cer-item {
    margin-top: 3px;
}

.widget_cms_certificates .entry-thumbnail {
    display: table-cell;
    vertical-align: top;
}

.widget_cms_certificates .entry-thumbnail img {
    max-width: 70px;
    margin: 6px 20px 6px 0;
    border-radius: 50%;
}

.widget_cms_certificates .entry-main {
    display: table-cell;
    vertical-align: middle;
}

.widget_cms_certificates .entry-main .cer-name {
    margin-bottom: 0;
}

.widget_cms_certificates .entry-main .entry-title {
    font-family: "Poppins";
    font-weight: 500;
    color: #444;
    line-height: 20px;
    font-size: 14px;
    margin-top: 5px;
}

.widget_cms_certificates .entry-main .experence {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    color: #fc0;
}

.widget_cart_search_wrap {
    position: static;
}

.widget_cart_search_wrap .icon_cart_wrap {
    display: inline-block;
    position: relative;
}

.widget_cart_search_wrap .icon_cart_wrap i {
    font-size: 15px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #fc0;
    border-radius: 50%;
    line-height: 38px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.widget_cart_search_wrap .icon_cart_wrap .cart_total {
    position: absolute;
    background: #1b1b1b;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    top: 0;
    left: 28px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.widget_cart_search_wrap .icon_cart_wrap:hover i {
    background: #1b1b1b;
}

.widget_cart_search_wrap .icon_cart_wrap:hover .cart_total {
    background: #fc0;
}

.widget_cart_search_wrap .icon_search_wrap {
    display: inline-block;
    position: relative;
}

.widget_cart_search_wrap .icon_search_wrap i {
    font-size: 15px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 38px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.widget_cart_search_wrap .shopping_cart_dropdown {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    left: auto !important;
    max-width: 370px;
    min-width: 300px;
    padding: 30px 20px;
    position: absolute;
    right: 0;
    display: none;
    z-index: 99;
    top: 100%;
    bottom: auto;
}

.widget_cart_search_wrap .shopping_cart_dropdown.active {
    display: block !important;
}

.widget_cart_search_wrap .shopping_cart_dropdown .title {
    font-size: 16px;
    text-transform: uppercase;
    color: #fc0;
    font-weight: bold;
    margin-bottom: 15px;
}

.widget_cart_search_wrap .shopping_cart_dropdown .shopping_cart_dropdown_inner ul {
    padding-left: 0;
}

.widget_cart_search_wrap .shopping_cart_dropdown .shopping_cart_dropdown_inner ul li {
    position: relative;
    margin-bottom: 30px;
}

.widget_cart_search_wrap .shopping_cart_dropdown .shopping_cart_dropdown_inner ul li.cart-list {
    margin-bottom: 0;
}

.widget_cart_search_wrap .shopping_cart_dropdown .shopping_cart_dropdown_inner .remove {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
}

.widget_cart_search_wrap .shopping_cart_dropdown .shopping_cart_dropdown_inner .item-wrap {
    display: table;
    width: 100%;
}

.widget_cart_search_wrap .shopping_cart_dropdown .shopping_cart_dropdown_inner .item-wrap .mini-cart-media {
    width: 65px;
    padding-right: 15px;
}

.widget_cart_search_wrap .shopping_cart_dropdown .shopping_cart_dropdown_inner .item-wrap>div {
    display: table-cell;
    vertical-align: top;
}

.widget_cart_search_wrap .shopping_cart_dropdown .shopping_cart_dropdown_inner .img-left {
    width: 50px;
    margin-right: 15px;
}

.widget_cart_search_wrap .shopping_cart_dropdown .shopping_cart_dropdown_inner h5 {
    font-size: 14px;
    margin-bottom: 0;
}

.widget_cart_search_wrap .shopping_cart_dropdown .shopping_cart_dropdown_inner .quantity {
    font-size: 12px;
    font-family: "Poppins";
}

.widget_cart_search_wrap .shopping_cart_dropdown .shopping_cart_dropdown_inner .variation {
    margin-bottom: 0;
}

.widget_cart_search_wrap .shopping_cart_dropdown .shopping_cart_dropdown_inner .variation dt,
.widget_cart_search_wrap .shopping_cart_dropdown .shopping_cart_dropdown_inner .variation dd {
    margin-bottom: 0;
    display: inline-block;
}

.widget_cart_search_wrap .shopping_cart_dropdown .total {
    font-family: "Poppins";
    text-align: center;
    margin: 30px 0;
}

.widget_cart_search_wrap .shopping_cart_dropdown .button {
    text-align: center;
}

.widget_cart_search_wrap .shopping_cart_dropdown .button a {
    display: inline-block;
    padding: 18px 20px;
    min-width: 120px;
}

.widget_cart_search_wrap .widget_searchform_content {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    left: auto !important;
    max-width: 370px;
    min-width: 300px;
    padding: 20px;
    position: absolute;
    right: 0;
    display: none;
    z-index: 99;
    top: auto;
    bottom: auto;
}

.widget_cart_search_wrap .widget_searchform_content.active {
    display: block !important;
}

.widget_cart_search_wrap .widget_searchform_content .searchform {
    position: relative;
}

.widget_cart_search_wrap .widget_searchform_content .form-control {
    width: 100%;
}

.widget_cart_search_wrap .widget_searchform_content .theme_button {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: none;
    background-color: transparent;
    color: #fc0;
    font-size: 15px;
    color: #444;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget_cart_search_wrap .widget_searchform_content .theme_button:hover,
.widget_cart_search_wrap .widget_searchform_content .theme_button:focus,
.widget_cart_search_wrap .widget_searchform_content .theme_button:active {
    outline: none;
    box-shadow: none;
    color: #fc0;
    background-color: transparent;
}

.widget_cart_search_wrap .widget_searchform_content.popup {
    position: fixed;
    max-width: 100%;
    min-width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.admin-bar .widget_cart_search_wrap .widget_searchform_content.popup {
    top: 32px;
}

.fs-widget .fs-popup .fs-card {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    text-align: left;
}

.fs-widget .fs-popup .fs-card:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    top: 0;
    border-radius: 5px 5px 0 0;
    content: '';
    -webkit-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.fs-widget .fs-popup .fs-card .fs-login-form-wrap {
    overflow: hidden;
}

.fs-widget .fs-popup .fs-card .row {
    margin: 0;
}

.fs-widget .fs-popup .fs-card .row>div {
    padding: 60px;
}

.fs-widget .fs-popup .fs-card .fs-body .fs-login-form,
.fs-widget .fs-popup .fs-card .fs-body .fs-register-form {
    width: 100%;
}

.fs-widget .fs-popup .fs-card .fs-body input.fs-full {
    border-radius: 3px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.fs-widget .fs-popup .fs-card .fs-body input.fs-full::-webkit-input-placeholder {
    opacity: 1;
    color: ;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
}

.fs-widget .fs-popup .fs-card .fs-body input.fs-full:-moz-placeholder {
    opacity: 1;
    color: ;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
}

.fs-widget .fs-popup .fs-card .fs-body input.fs-full::-moz-placeholder {
    opacity: 1;
    color: ;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
}

.fs-widget .fs-popup .fs-card .fs-body input.fs-full:-ms-input-placeholder {
    opacity: 1;
    color: ;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
}

.fs-widget .fs-popup .fs-card .fs-body input.fs-full:hover,
.fs-widget .fs-popup .fs-card .fs-body input.fs-full:focus {
    border-color: #fc0;
}

.fs-widget .fs-popup .fs-card .fs-body .fs-username,
.fs-widget .fs-popup .fs-card .fs-body .fs-password {
    font-size: 14px;
    position: relative;
}

.fs-widget .fs-popup .fs-card .fs-body .fs-username i,
.fs-widget .fs-popup .fs-card .fs-body .fs-password i {
    line-height: 60px;
    left: 40px;
    position: absolute;
    color: ;
    font-size: 14px;
}

.fs-widget .fs-popup .fs-card .fs-body .fs-forgot a {
    color: #818181;
}

.fs-widget .fs-popup .fs-card .fs-body .fs-forgot a:hover {
    color: #fc0;
}

.fs-widget .fs-popup .fs-card .fs-body .fs-action button[type=submit] {
    margin: 30px 0 0 0;
    width: 100%;
}

.fs-widget .fs-popup .fs-card .fs-body .fs-login-desc {
    font-size: 16px;
}

.fs-widget .fs-popup .fs-card .fs-body .fs-login-desc h3 {
    font-size: 20px;
    margin: -4px 0 30px 0;
}

.fs-widget .fs-popup .fs-card .fs-body .desc-content ul {
    padding: 0;
}

.fs-widget .fs-popup .fs-card .fs-body .desc-content ul li {
    padding: 2px 0;
    margin: 0;
    line-height: 1.5;
}

.fs-widget .fs-popup .fs-card .fs-body .desc-content ul li a {
    font-size: 16px;
}

.fs-widget .fs-popup .fs-card .fs-body .desc-content ul li a:before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #fc0;
    display: inline-block;
    position: relative;
    top: -3px;
    left: 0;
    margin-right: 8px;
}

.fs-widget .fs-popup .fs-card .fs-body .fs-register-link {
    margin-top: 30px;
}

.fs-widget .fs-popup .fs-card .fs-body .fs-register-link .btn {
    width: 100%;
}

.fs-widget .fs-register-form .fs-reg-signin {
    margin-top: 10px;
}

.fs-widget .fs-popup .fs-close {
    padding: 8px 10px;
    font-size: 20px;
    font-weight: 400;
    z-index: 1;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.login-select,
.form-control,
.uneditable-input {
    display: block;
    height: 50px;
    background-color: #fbfbfb;
    border-radius: 0;
    color: #1a1a1a;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid transparent;
    background-image: none;
    width: 100%;
    font-family: Lato;
    letter-spacing: 0.03em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.login-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
    color: #888;
}

select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.login-select:-moz-placeholder,
.form-control:-moz-placeholder,
.uneditable-input:-moz-placeholder {
    color: #888;
}

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.login-select::-moz-placeholder,
.form-control::-moz-placeholder,
.uneditable-input::-moz-placeholder {
    color: #888;
}

select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.login-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
    color: #888;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.login-select:focus,
.form-control:focus,
.uneditable-input:focus {
    outline: none;
    border-color: #fc0;
}

fieldset {
    padding: 20px;
    border: 1px solid #dadada;
}

textarea {
    resize: vertical;
    height: 125px;
    padding: 20px 28px;
}

select {
    max-width: 100%;
    overflow: auto;
    vertical-align: top;
    outline: none;
    border: 1px solid #dadada;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0 10px;
}

.btn,
button,
input[type="button"],
input[type="submit"] {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 50px;
    line-height: 1;
    display: inline-block;
    text-align: center;
    color: #fff;
    border: 0;
    background-color: #fc0;
    border-radius: 2px;
    position: relative;
    vertical-align: middle;
    letter-spacing: 0.03em;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

@media screen and (max-width:480px) {

    .btn,
    button,
    input[type="button"],
    input[type="submit"] {
        padding: 12px 20px;
    }
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.btn:active,
button:active,
input[type="button"]:active,
input[type="submit"]:active,
.btn:focus,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
    box-shadow: none;
    outline: none;
    border: 0;
    background-color: #2d3192;
}

.mfp-container .btn:hover,
.mfp-container button:hover,
.mfp-container input[type="button"]:hover,
.mfp-container input[type="submit"]:hover,
.mfp-container .btn:active,
.mfp-container button:active,
.mfp-container input[type="button"]:active,
.mfp-container input[type="submit"]:active,
.mfp-container .btn:focus,
.mfp-container button:focus,
.mfp-container input[type="button"]:focus,
.mfp-container input[type="submit"]:focus {
    box-shadow: none;
    outline: none;
    border: 0;
    background-color: transparent;
}

.mfp-container img.mfp-img {
    padding: 35px 0 25px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

label {
    margin-bottom: 5px;
}

.lbl {
    color: #fc0;
    font-family: "Poppins";
}

.form-control {
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

.search-no-results .entry-content {
    /* contact form */
}

.search-no-results .entry-content form {
    position: relative;
    width: 100%;
}

.search-no-results .entry-content .form-control {
    box-shadow: none;
    border: 1px solid #dadada;
    color: #fc0;
    background-color: #fff;
    margin-bottom: 0;
    padding-right: 38px;
    border-radius: 0;
}

.search-no-results .entry-content .form-control:focus+.btn {
    color: ;
}

.search-no-results .entry-content .search-form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent !important;
    border: 0;
    color: #444;
    width: 50px;
    height: 50px;
    font-size: 14px;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.search-no-results .entry-content .search-form button[type="submit"] i {
    line-height: 48px;
}

.search-no-results .entry-content .search-form button[type="submit"]:hover,
.search-no-results .entry-content .search-form button[type="submit"]:focus,
.search-no-results .entry-content .search-form button[type="submit"]:active {
    color: #fc0;
    outline: none;
    box-shadow: none;
}

.contact-form p {
    margin-bottom: 10px;
}

.contact-form>p:last-child {
    margin-bottom: 0;
}

.wpcf7-form p {
    margin-bottom: 10px;
}

.wpcf7-form .row {
    margin-left: -5px;
    margin-right: -5px;
}

.wpcf7-form .row>div {
    padding-left: 5px;
    padding-right: 5px;
}

.wpcf7-form textarea {
    height: 190px;
    padding: 22px 30px;
}

.wpcf7-form .wpcf7-submit {
    margin-top: 20px;
}

.wpcf7-form div.wpcf7-validation-errors {
    border: 0;
    font-size: 14px;
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
    color: red;
}

div.wpcf7 .wpcf7-form .ajax-loader {
    display: none;
}

div.wpcf7 .wpcf7-form .ajax-loader.is-active {
    display: inline-block;
}

.form-group {
    margin: 0;
}

.contact-title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 35px;
}

.contact-form2 {
    background-image: url('../images/contact-form2-bg.jpg');
    background-size: cover;
    padding: 56px 60px 60px 60px;
    margin-bottom: 54px;
    margin-top: 60px;
}

@media screen and (max-width:1199px) {
    .contact-form2 {
        padding: 30px;
    }
}

@media screen and (max-width:767px) {
    .contact-form2 {
        padding: 30px 15px;
    }
}

.contact-form2 select {
    color: #777;
    font-style: italic;
    font-size: 12px;
    letter-spacing: 0.025px;
}

.contact-form2 input[type="text"]::-webkit-input-placeholder,
.contact-form2 input[type="email"]::-webkit-input-placeholder,
.contact-form2 textarea::-webkit-input-placeholder {
    color: #777;
    font-size: 12px;
    letter-spacing: 0.025px;
    font-style: italic;
    font-family: "Lato";
}

.contact-form2 input[type="text"]:-moz-placeholder,
.contact-form2 input[type="email"]:-moz-placeholder,
.contact-form2 textarea:-moz-placeholder {
    color: #777;
    font-size: 12px;
    letter-spacing: 0.025px;
    font-style: italic;
    font-family: "Lato";
}

.contact-form2 input[type="text"]::-moz-placeholder,
.contact-form2 input[type="email"]::-moz-placeholder,
.contact-form2 textarea::-moz-placeholder {
    color: #777;
    font-size: 12px;
    letter-spacing: 0.025px;
    font-style: italic;
    font-family: "Lato";
}

.contact-form2 input[type="text"]:-ms-input-placeholder,
.contact-form2 input[type="email"]:-ms-input-placeholder,
.contact-form2 textarea:-ms-input-placeholder {
    color: #777;
    font-size: 12px;
    letter-spacing: 0.025px;
    font-style: italic;
    font-family: "Lato";
}

.contact-form2 p {
    margin-bottom: 10px !important;
}

.contact-form2 .bootstrap-select {
    background: #fff;
    width: 100%;
}

.contact-form2 .bootstrap-select .btn-default {
    background: #fff;
    padding: 12px 30px;
    height: 50px;
}

.contact-form2 .bootstrap-select span.filter-option {
    color: #777;
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
    width: 100%;
    font-style: italic;
    line-height: 24px;
}

.contact-form2 .bootstrap-select span.caret {
    border: 0;
    right: 30px !important;
    margin-top: -8px !important;
    color: #333;
}

.contact-form2 .bootstrap-select span.caret:after {
    content: "\f078";
    width: 16px;
    font-weight: 300;
    font-size: 10px;
    display: inline-block;
    text-align: right;
    font-family: FontAwesome;
}

.contact-form2 textarea {
    height: 110px;
}

.contact-form2 .btn-send {
    margin-bottom: 0;
}

.contact-form2 .btn-primary {
    margin-top: 10px;
}

.contact-form2 .btn-primary:hover,
.contact-form2 .btn-primary:active,
.contact-form2 .btn-primary:focus,
.contact-form2 .btn-primary:active:hover {
    background: #fff;
    color: #fc0;
}

.contact-form3 select {
    color: #777;
    font-style: italic;
    font-size: 12px;
    letter-spacing: 0.025px;
}

.contact-form3 input[type="text"]::-webkit-input-placeholder,
.contact-form3 input[type="email"]::-webkit-input-placeholder,
.contact-form3 textarea::-webkit-input-placeholder {
    color: #777;
    font-size: 12px;
    letter-spacing: 0.025px;
    font-style: italic;
    font-family: "Lato";
}

.contact-form3 input[type="text"]:-moz-placeholder,
.contact-form3 input[type="email"]:-moz-placeholder,
.contact-form3 textarea:-moz-placeholder {
    color: #777;
    font-size: 12px;
    letter-spacing: 0.025px;
    font-style: italic;
    font-family: "Lato";
}

.contact-form3 input[type="text"]::-moz-placeholder,
.contact-form3 input[type="email"]::-moz-placeholder,
.contact-form3 textarea::-moz-placeholder {
    color: #777;
    font-size: 12px;
    letter-spacing: 0.025px;
    font-style: italic;
    font-family: "Lato";
}

.contact-form3 input[type="text"]:-ms-input-placeholder,
.contact-form3 input[type="email"]:-ms-input-placeholder,
.contact-form3 textarea:-ms-input-placeholder {
    color: #777;
    font-size: 12px;
    letter-spacing: 0.025px;
    font-style: italic;
    font-family: "Lato";
}

.contact-form3 p {
    margin-bottom: 10px !important;
}

.contact-form3 .bootstrap-select {
    background: #fff;
    width: 100%;
}

.contact-form3 .bootstrap-select .btn-default {
    background: #fff;
    padding: 12px 30px;
    height: 50px;
}

.contact-form3 .bootstrap-select span.filter-option {
    color: #777;
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
    width: 100%;
    font-style: italic;
    line-height: 24px;
    font-family: "Lato";
}

.contact-form3 .bootstrap-select span.caret {
    border: 0;
    right: 40px !important;
    margin-top: -8px !important;
    color: #333;
}

.contact-form3 .bootstrap-select span.caret:after {
    content: "\f078";
    width: 16px;
    font-weight: 300;
    font-size: 10px;
    display: inline-block;
    text-align: right;
    font-family: FontAwesome;
}

.contact-form3 textarea {
    height: 165px;
}

.contact-form3 .btn-send {
    margin-bottom: 0;
}

.contact-form3 .btn-primary {
    margin-top: 0;
    min-width: 100%;
}

.contact-form3 .btn-primary:hover,
.contact-form3 .btn-primary:active,
.contact-form3 .btn-primary:focus,
.contact-form3 .btn-primary:active:hover {
    background: #fff;
    color: #fc0;
}

.quote-form {
    border-width: 20px;
    border-style: solid;
    border-color: #f2f2f2;
}

.quote-form .box-inner {
    box-shadow: 0px 1px 15px 2px #dadada;
    padding: 90px 150px 100px 150px;
}

@media screen and (max-width:1199px) {
    .quote-form .box-inner {
        padding: 50px 80px 50px 80px;
    }
}

@media screen and (max-width:1199px) {
    .quote-form .box-inner {
        padding: 30px 15px 30px 15px;
    }
}

.quote-form h3 {
    font-size: 28px;
    color: #444;
    margin-bottom: 24px;
}

.quote-form .quote-desc {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.03em;
    font-style: italic;
    margin-bottom: 45px;
}

.quote-form .bootstrap-select {
    background: #fff;
    width: 100%;
}

.quote-form .bootstrap-select .btn-default {
    background: #fbfbfb;
    padding: 12px 30px;
    height: 50px;
}

.quote-form .bootstrap-select span.filter-option {
    color: #777;
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
    width: 100%;
    line-height: 24px;
}

.quote-form .bootstrap-select span.caret {
    border: 0;
    right: 30px !important;
    margin-top: -8px !important;
    color: #414141;
}

.quote-form .bootstrap-select span.caret:after {
    content: "\f078";
    width: 16px;
    font-weight: 300;
    font-size: 10px;
    display: inline-block;
    text-align: right;
    font-family: FontAwesome;
}

.quote-form textarea {
    height: 130px;
}

.quote-form .btn-send {
    color: #484848;
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 0;
}

.quote-form .btn-send .wpcf7-submit {
    margin-top: 0;
}

.quote-form .btn-send a {
    color: #fc0;
}

.quote-form .btn-send a:hover {
    color: #484848;
}

.quote-form .btn-send .terms-conditions {
    margin-left: 35px;
}

@media screen and (max-width:478px) {
    .quote-form .btn-send .terms-conditions {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }
}

.quote-form-overlap {
    padding: 40px 40px 45px 40px;
    float: right;
    background: #fc0;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

@media screen and (min-width:992px) {
    .quote-form-overlap {
        opacity: 0;
        visibility: hidden;
    }
}

@media screen and (min-width:992px) {
    .quote-form-overlap {
        max-width: 370px;
        margin-top: -440px;
    }
}

@media screen and (max-width:991px) {
    .quote-form-overlap {
        margin-top: 75px;
    }
}

.quote-form-overlap h3 {
    font-size: 20px;
    color: #2a2a2a;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    text-align: center;
}

.quote-form-overlap p {
    margin-bottom: 5px;
}

.quote-form-overlap input[type="text"],
.quote-form-overlap input[type="email"] {
    height: 45px;
}

.quote-form-overlap input[type="text"]::-webkit-input-placeholder,
.quote-form-overlap input[type="email"]::-webkit-input-placeholder,
.quote-form-overlap textarea::-webkit-input-placeholder {
    font-family: "Lato";
    color: #777;
    font-size: 12px;
    letter-spacing: 0.025px;
    font-style: italic;
}

.quote-form-overlap input[type="text"]:-moz-placeholder,
.quote-form-overlap input[type="email"]:-moz-placeholder,
.quote-form-overlap textarea:-moz-placeholder {
    font-family: "Lato";
    color: #777;
    font-size: 12px;
    letter-spacing: 0.025px;
    font-style: italic;
}

.quote-form-overlap input[type="text"]::-moz-placeholder,
.quote-form-overlap input[type="email"]::-moz-placeholder,
.quote-form-overlap textarea::-moz-placeholder {
    font-family: "Lato";
    color: #777;
    font-size: 12px;
    letter-spacing: 0.025px;
    font-style: italic;
}

.quote-form-overlap input[type="text"]:-ms-input-placeholder,
.quote-form-overlap input[type="email"]:-ms-input-placeholder,
.quote-form-overlap textarea:-ms-input-placeholder {
    font-family: "Lato";
    color: #777;
    font-size: 12px;
    letter-spacing: 0.025px;
    font-style: italic;
}

.quote-form-overlap .bootstrap-select {
    background: #fff;
    width: 100%;
}

.quote-form-overlap .bootstrap-select .btn-default {
    background: #fbfbfb;
    padding: 10px 30px;
    height: 45px;
}

.quote-form-overlap .bootstrap-select .btn-default:focus {
    outline: none !important;
}

.quote-form-overlap .bootstrap-select.btn-group.open .dropdown-toggle {
    box-shadow: none !important;
    background: #fff;
}

.quote-form-overlap .bootstrap-select span.filter-option {
    color: #777;
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
    width: 100%;
    font-style: italic;
    line-height: 24px;
    font-family: "Lato";
}

.quote-form-overlap .bootstrap-select span.caret {
    border: 0;
    right: 40px !important;
    margin-top: -10px !important;
    color: #414141;
}

.quote-form-overlap .bootstrap-select span.caret:after {
    content: "\f107";
    width: 20px;
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
    text-align: right;
    font-family: FontAwesome;
}

.quote-form-overlap textarea {
    height: 110px;
}

.quote-form-overlap .btn-send {
    text-align: center;
    margin-bottom: 0;
}

.quote-form-overlap .btn-send input[type="submit"] {
    margin-top: 5px;
}

.quote-form-overlap .btn-send input[type="submit"]:hover,
.quote-form-overlap .btn-send input[type="submit"]:active,
.quote-form-overlap .btn-send input[type="submit"]:focus,
.quote-form-overlap .btn-send input[type="submit"]:active:hover {
    background: #fff;
    color: #333;
}

.quote-form-overlap+.wpcf7-validation-errors {
    display: none !important;
}

.quote-form3 .bootstrap-select {
    background: #fff;
    width: 100%;
}

.quote-form3 .bootstrap-select .btn-default {
    background: #fff;
    padding: 12px 30px;
    height: 50px;
}

.quote-form3 .bootstrap-select span.filter-option {
    color: #777;
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
    width: 100%;
    font-style: italic;
    line-height: 24px;
}

.quote-form3 .bootstrap-select span.caret {
    border: 0;
    right: 30px !important;
    margin-top: -8px !important;
    color: #333;
}

.quote-form3 .bootstrap-select span.caret:after {
    content: "\f078";
    width: 16px;
    font-weight: 300;
    font-size: 10px;
    display: inline-block;
    text-align: right;
    font-family: FontAwesome;
}

.quote-form3 input[type="text"]::-webkit-input-placeholder,
.quote-form3 input[type="email"]::-webkit-input-placeholder,
.quote-form3 textarea::-webkit-input-placeholder {
    font-family: "Lato";
    color: #777;
    font-size: 13px;
    letter-spacing: 0.025px;
    font-style: italic;
}

.quote-form3 input[type="text"]:-moz-placeholder,
.quote-form3 input[type="email"]:-moz-placeholder,
.quote-form3 textarea:-moz-placeholder {
    font-family: "Lato";
    color: #777;
    font-size: 13px;
    letter-spacing: 0.025px;
    font-style: italic;
}

.quote-form3 input[type="text"]::-moz-placeholder,
.quote-form3 input[type="email"]::-moz-placeholder,
.quote-form3 textarea::-moz-placeholder {
    font-family: "Lato";
    color: #777;
    font-size: 13px;
    letter-spacing: 0.025px;
    font-style: italic;
}

.quote-form3 input[type="text"]:-ms-input-placeholder,
.quote-form3 input[type="email"]:-ms-input-placeholder,
.quote-form3 textarea:-ms-input-placeholder {
    font-family: "Lato";
    color: #777;
    font-size: 13px;
    letter-spacing: 0.025px;
    font-style: italic;
}

.quote-form3 input[type="text"],
.quote-form3 input[type="email"] {
    background: #fff;
}

.quote-form3 textarea {
    height: 130px;
    background: #fff;
}

.quote-form3 .btn-send {
    color: #484848;
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 0;
}

.quote-form3 .btn-send .wpcf7-submit {
    margin-top: 0;
}

.quote-form3 .btn-send .terms-conditions {
    display: inline-block;
    margin-top: 8px;
}

.btn {
    white-space: normal;
}

.btn-default {
    background: #fc0;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:hover {
    background: #2d3192;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
}

body .btn-primary {
    background: #fdb415;
    color: #fff;
}

body .btn-primary:hover,
body .btn-primary:active,
body .btn-primary:focus,
body .btn-primary:active:hover {
    background: #050505;
    color: #fff;
}

body .btn-inverse {
    color: #fff;
    background-color: #242424;
}

body .btn-inverse:hover,
body .btn-inverse:active,
body .btn-inverse:focus {
    background-color: #fc0;
    color: #fff;
}

body .btn-large {
    padding: 15px 30px;
    line-height: 25px;
}

body .btn-sm-padding {
    padding: 20px 28px;
}

.cms-btn i[class*="glyphicon"],
.cms-btn i[class*="fa-"],
.cms-btn i[class*="pe-7s"] {
    font-size: 1.5em;
    position: relative;
    top: 3px;
    line-height: 0;
}

.cms-btn i[class*="rt-icon"] {
    font-size: 1.8em;
    line-height: 0;
    position: relative;
    top: 5px;
    padding: 0 3px;
}

.cms-btn.text-inline {
    display: inline-block;
    vertical-align: top;
}

.btn-loadmore {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 23px 35px;
    line-height: 1;
    display: inline-block;
    min-width: 8.5em;
    text-align: center;
    color: #fff;
    border: 0;
    background-color: ;
    border-radius: 0px;
    position: relative;
    vertical-align: middle;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.btn-loadmore:hover,
.btn-loadmore:active,
.btn-loadmore:focus {
    box-shadow: none;
    outline: none;
    border: 0;
    color: rgba(255, 255, 255, 0.7);
}

.link-loadmore {
    font-size: 16px;
    font-weight: 600;
    color: #555;
}

.link-loadmore i {
    font-size: 10px;
    margin-left: 5px;
}

body.woocommerce #respond input#submit,
.woocommerce.single-product form.cart .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .action-cart .button,
.woocommerce-page .calculated_shipping .button,
form.login .button,
.woocommerce-page .return-to-shop .button,
.checkout_coupon input[type="submit"],
.woocommerce-page .place-order input[type="submit"],
.shopcartmenu .shopcart .btn,
.woocommerce button.button,
.post-password-form input,
.woocommerce-account input.button {
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

body.woocommerce #respond input#submit:hover,
.woocommerce.single-product form.cart .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .action-cart .button:hover,
.woocommerce-page .calculated_shipping .button:hover,
form.login .button:hover,
.woocommerce-page .return-to-shop .button:hover,
.checkout_coupon input[type="submit"]:hover,
.woocommerce-page .place-order input[type="submit"]:hover,
.shopcartmenu .shopcart .btn:hover,
.woocommerce button.button:hover,
.post-password-form input:hover,
.woocommerce-account input.button:hover,
body.woocommerce #respond input#submit:active,
.woocommerce.single-product form.cart .button:active,
.woocommerce .woocommerce-message .button:active,
.woocommerce-page .action-cart .button:active,
.woocommerce-page .calculated_shipping .button:active,
form.login .button:active,
.woocommerce-page .return-to-shop .button:active,
.checkout_coupon input[type="submit"]:active,
.woocommerce-page .place-order input[type="submit"]:active,
.shopcartmenu .shopcart .btn:active,
.woocommerce button.button:active,
.post-password-form input:active,
.woocommerce-account input.button:active,
body.woocommerce #respond input#submit:focus,
.woocommerce.single-product form.cart .button:focus,
.woocommerce .woocommerce-message .button:focus,
.woocommerce-page .action-cart .button:focus,
.woocommerce-page .calculated_shipping .button:focus,
form.login .button:focus,
.woocommerce-page .return-to-shop .button:focus,
.checkout_coupon input[type="submit"]:focus,
.woocommerce-page .place-order input[type="submit"]:focus,
.shopcartmenu .shopcart .btn:focus,
.woocommerce button.button:focus,
.post-password-form input:focus,
.woocommerce-account input.button:focus {
    box-shadow: none;
    outline: none;
    border: 0;
    border-color: #fc0;
}

.is-sidebar-left>div {
    float: right;
}

.left-side-template>.row>div {
    float: right;
}

.is-sidebar-left>div,
.is-sidebar-right>div {
    margin-bottom: 30px;
}

.buildana-blog-loop {
    margin-bottom: 80px;
    background: #fff;
    position: relative;
}

.buildana-blog-loop .entry-content p:last-child {
    margin-bottom: 0;
}

.buildana-blog-loop:last-child {
    margin-bottom: 30px;
}

.buildana-blog-loop .post-thumbnail,
.buildana-blog-loop .post_gallery_wrap {
    position: relative;
    overflow: hidden;
}

.buildana-blog-loop .post-thumbnail .pafter,
.buildana-blog-loop .post_gallery_wrap .pafter {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 18%;
}

.buildana-blog-loop .post-thumbnail .pafter:after,
.buildana-blog-loop .post_gallery_wrap .pafter:after {
    content: '';
    height: 100%;
    width: 101%;
    background: #fff;
    position: absolute;
    top: 54%;
    left: 0;
    right: 0;
    -webkit-transform: rotate(-5.6deg);
    -ms-transform: rotate(-5.6deg);
    transform: rotate(-5.6deg);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.buildana-blog-loop .post-thumbnail .bl-plink,
.buildana-blog-loop .post_gallery_wrap .bl-plink {
    position: absolute;
    right: 5%;
    background: #fc0;
    line-height: 55px;
    border-radius: 50%;
    z-index: 1;
    font-size: 20px;
    width: 55px;
    height: 55px;
    text-align: center;
    margin-top: -22px;
    top: auto;
}

@media screen and (max-width:767px) {

    .buildana-blog-loop .post-thumbnail .bl-plink,
    .buildana-blog-loop .post_gallery_wrap .bl-plink {
        line-height: 40px;
        width: 40px;
        height: 40px;
        margin-top: -16px;
        font-size: 16px;
    }
}

.buildana-blog-loop .post-thumbnail .bl-plink:hover,
.buildana-blog-loop .post_gallery_wrap .bl-plink:hover {
    background: #fff;
    color: #fc0;
}

.buildana-blog-loop .entry-title {
    font-size: 26px;
    margin-bottom: 20px;
}

.buildana-blog-loop .entry-title a {
    color: #444;
}

.buildana-blog-loop .entry-title a:hover {
    color: #fc0;
}

.entry-thumbnail,
.post-thumbnail,
.entry-gallery,
.entry-quote,
.entry-audio,
.entry-video {
    overflow: hidden;
}

.buildana-blog-loop .entry-thumbnail img,
.buildana-blog-loop .post-thumbnail img {
    width: 100%;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}

.buildana-blog-loop .entry-thumbnail:hover img,
.buildana-blog-loop .post-thumbnail:hover img {
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-transform: rotate(2deg) scale(1.1);
    -ms-transform: rotate(2deg) scale(1.1);
    transform: rotate(2deg) scale(1.1);
}

.buildana-blog-loop .entry-thumbnail:hover .pafter:after,
.buildana-blog-loop .post-thumbnail:hover .pafter:after {
    top: 100%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.buildana-blog-loop .post_gallery_wrap img {
    width: 100%;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}

.buildana-blog-loop .post_gallery_wrap:hover img {
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-transform: rotate(2deg) scale(1.1);
    -ms-transform: rotate(2deg) scale(1.1);
    transform: rotate(2deg) scale(1.1);
}

.buildana-blog-loop .post_gallery_wrap:hover .pafter:after {
    top: 100%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.buildana-blog-loop.sticky .post-sticky {
    display: inline-block;
}

.buildana-blog-loop.sticky .entry-title {
    margin-left: 20px;
}

.entry-wrap {
    padding: 44px 0 0 0;
}

@media screen and (max-width:1199px) {
    .entry-wrap {
        padding: 30px 0 0 0;
    }
}

@media screen and (max-width:479px) {
    .entry-wrap {
        padding: 20px 0 0 0;
    }
}

.entry-header {
    margin-bottom: 32px;
    position: relative;
}

.entry-header .entry-meta {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    font-family: "Poppins";
}

.entry-header .entry-meta ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.entry-header .entry-meta ul li {
    display: inline;
    padding: 0;
    position: relative;
    margin-right: 28px;
}

.entry-header .entry-meta ul li:last-child {
    margin-right: 0;
}

.entry-header .entry-meta .lbl {
    color: #fc0;
}

.entry-header .entry-meta a {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "Poppins";
}

.entry-header .entry-meta .detail-date a:before {
    content: "\f10c";
    font-family: Flaticon;
    font-size: 15px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    font-style: normal;
    color: #fc0;
}

.entry-header .entry-meta .detail-comment a:before {
    content: "\f10b";
    font-family: Flaticon;
    font-size: 15px;
    display: inline-block;
    position: relative;
    margin-right: 9px;
    font-style: normal;
    color: #fc0;
}

.entry-header .entry-title {
    padding: 0;
}

.post-sticky {
    position: absolute;
    width: 20px;
    display: none;
}

.format-quote .entry-wrap {
    padding: 0;
    position: relative;
}

.entry-video {
    position: relative;
}

.embed-responsive-3by2 {
    padding-bottom: 66.666%;
}

.embed-responsive {
    height: auto !important;
}

.embed-responsive iframe {
    z-index: 2;
}

.tag-sticky-2 .entry-header .post-format span.pe-7s-pin:before {
    content: "\e62c";
}

.paging-navigation {
    line-height: 1;
}

.paging-navigation .pagination {
    margin-bottom: 0;
    border-width: 10px 12px;
    border-style: solid;
    border-color: #f2f2f2;
    border-radius: 5px;
}

.paging-navigation .pagination .pagin-inner {
    box-shadow: 0px 1px 15px 2px #dadada;
    padding: 20px 40px;
}

@media screen and (max-width:479px) {
    .paging-navigation .pagination .pagin-inner {
        padding: 15px 10px;
    }
}

.paging-navigation .pagination .page-numbers {
    position: relative;
    float: left;
    text-align: center;
    line-height: 50px;
    border: none;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 700;
    min-width: 50px;
    background-color: #fafafa;
    text-transform: uppercase;
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

.paging-navigation .pagination .page-numbers.prev,
.paging-navigation .pagination .page-numbers.next {
    border-radius: 0px;
    background-color: transparent;
    width: auto;
    height: auto;
    display: inline;
    overflow: hidden;
}

.paging-navigation .pagination .page-numbers.prev i,
.paging-navigation .pagination .page-numbers.next i {
    margin: 0 5px;
}

.paging-navigation .pagination .page-numbers.prev {
    margin-right: 30px;
}

.paging-navigation .pagination .page-numbers.next {
    margin-left: 30px;
}

.paging-navigation .pagination .page-numbers.current,
.paging-navigation .pagination .page-numbers:hover {
    color: #fc0;
}

.paging-navigation .pagination .page-numbers:last-child {
    margin-right: 0;
}

@media screen and (max-width:600px) {
    .paging-navigation .pagination .page-numbers {
        line-height: 35px;
        min-width: 35px;
        width: 35px;
        height: 35px;
    }

    .paging-navigation .pagination .page-numbers.prev {
        margin-right: 10px;
        text-indent: 1000px;
        width: 35px;
        height: 35px;
    }

    .paging-navigation .pagination .page-numbers.prev:before {
        content: "\f104";
        width: 32px;
        font-family: FontAwesome;
        font-size: 14px;
        display: inline-block;
        text-align: center;
        margin-right: 10px;
        position: absolute;
        left: 0;
        top: 0;
        color: #444;
        text-indent: 0;
    }

    .paging-navigation .pagination .page-numbers.next {
        margin-left: 5px;
        text-indent: 1000px;
        width: 35px;
        height: 35px;
    }

    .paging-navigation .pagination .page-numbers.next:before {
        content: "\f105";
        width: 32px;
        font-family: FontAwesome;
        font-size: 14px;
        display: inline-block;
        text-align: center;
        margin-right: 10px;
        position: absolute;
        right: 0;
        top: 0;
        color: #444;
        text-indent: 0;
    }
}

.post-navigation {
    margin-top: 80px;
}

.post-navigation .post-nav-wrap {
    background-position: center;
    background-size: cover;
    padding: 30px 35px;
    position: relative;
    margin-bottom: 10px;
}

.post-navigation .post-nav-wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #102035;
    opacity: 0.8;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.post-navigation .post-nav-wrap>* {
    position: relative;
    z-index: 2;
}

.post-navigation .post-nav-wrap h3 {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin: 0;
}

.post-navigation .post-nav-wrap h3 a {
    color: inherit;
}

.post-navigation .post-nav-wrap h3 a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.post-navigation .post-nav-wrap:hover:before {
    opacity: 0.5;
}

.post-navigation .post-prev a,
.post-navigation .post-next a {
    font-size: 14px;
}

.post-navigation .post-prev {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.post-navigation .post-next {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.carousel .carousel-control {
    top: 50%;
    margin-top: -20px;
    background: none;
    color: #fff;
    text-shadow: none;
    background: transparent;
    box-shadow: none;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    opacity: 1;
}

.carousel .carousel-control:hover {
    color: #fc0;
}

.buildana-post-single {
    background: #fff;
    position: relative;
}

.buildana-post-single .entry-header .entry-title {
    font-size: 26px;
    margin-bottom: 20px;
    color: #444;
}

.buildana-post-single .post-thumbnail,
.buildana-post-single .post_gallery_wrap {
    position: relative;
    overflow: hidden;
}

.buildana-post-single .post-thumbnail .pafter,
.buildana-post-single .post_gallery_wrap .pafter {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20%;
}

.buildana-post-single .post-thumbnail .pafter:after,
.buildana-post-single .post_gallery_wrap .pafter:after {
    content: '';
    height: 100%;
    width: 101%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: rotate(-5.6deg);
    -ms-transform: rotate(-5.6deg);
    transform: rotate(-5.6deg);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.buildana-post-single .post-thumbnail .bl-plink,
.buildana-post-single .post_gallery_wrap .bl-plink {
    position: absolute;
    right: 5%;
    background: #fc0;
    line-height: 55px;
    border-radius: 50%;
    z-index: 1;
    font-size: 20px;
    width: 55px;
    height: 55px;
    text-align: center;
    margin-top: -22px;
}

@media screen and (max-width:767px) {

    .buildana-post-single .post-thumbnail .bl-plink,
    .buildana-post-single .post_gallery_wrap .bl-plink {
        line-height: 40px;
        width: 40px;
        height: 40px;
        margin-top: -16px;
        font-size: 16px;
    }
}

.buildana-post-single .post-thumbnail .bl-plink:hover,
.buildana-post-single .post_gallery_wrap .bl-plink:hover {
    background: #fff;
    color: #fc0;
}

.buildana-post-single .entry-content p {
    margin-bottom: 28px;
}

.buildana-post-single .entry-content p:last-child {
    margin-bottom: 0;
}

.buildana-post-single .entry-content blockquote {
    margin: 65px 0;
}

.buildana-post-single .entry-content blockquote p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.03em;
    font-style: italic;
    text-align: left;
    position: relative;
    padding: 0 0 0 38px;
}

.buildana-post-single .entry-content blockquote p:before {
    content: "\f10e";
    font-family: Flaticon;
    font-size: 25px;
    display: inline-block;
    position: relative;
    margin-right: 15px;
    font-style: normal;
    position: absolute;
    left: 0;
    top: -8px;
}

.buildana-post-single .entry-content blockquote p:after {
    content: "\f10d";
    font-family: Flaticon;
    font-size: 25px;
    display: inline-block;
    position: relative;
    margin-left: 15px;
    font-style: normal;
    position: absolute;
    right: auto;
    bottom: -8px;
}

@media screen and (min-width:992px) {
    .buildana-post-single .entry-footer {
        display: table;
        width: 100%;
    }

    .buildana-post-single .entry-footer .cat-links,
    .buildana-post-single .entry-footer .detail-author {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

    .buildana-post-single .entry-footer .detail-author {
        text-align: right;
    }
}

.buildana-post-single .entry-footer {
    margin-top: 30px;
}

.buildana-post-single .entry-footer .cat-links {
    font-size: 15px;
}

.buildana-post-single .entry-footer .cat-links .lbl {
    color: #fc0;
    font-family: "Poppins";
}

.buildana-post-single .entry-footer .cat-links a {
    font-style: italic;
    color: #8c8c8c;
}

.buildana-post-single .entry-footer .cat-links a:hover {
    color: #fc0;
}

.buildana-post-single .entry-footer .detail-author {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    color: #666;
}

.buildana-post-single .entry-footer .detail-author .author-inner {
    padding: 12px 30px 12px 12px;
    display: inline-block;
    background-color: #fafafa;
    border-radius: 26px;
}

.buildana-post-single .entry-footer .detail-author .author-avatar {
    margin-right: 10px;
}

.buildana-post-single .entry-footer .detail-author .author-avatar img {
    border-radius: 50%;
}

.buildana-post-single .entry-footer .detail-author a {
    text-transform: capitalize;
    color: inherit;
}

.buildana-post-single .entry-footer .detail-author a:hover {
    color: #fc0;
}

.tag-label {
    font-size: 14px;
    line-height: 26px;
    margin-right: 12px;
}

.tag-links {
    color: ;
}

.tag-links a {
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    font-style: italic;
    color: ;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
}

.tag-links a+a {
    margin-left: 8px;
}

.tag-links a:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #cacaca;
    margin-top: -6px;
    display: block;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.tag-links a:hover {
    color: ;
}

.tag-links a:hover:after {
    background-color: ;
}

.entry-share {
    position: relative;
    background: #151515;
    z-index: 2;
    display: inline-block;
    float: right;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 5%;
    visibility: hidden;
    opacity: 0;
    margin-top: 50px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.entry-share a {
    padding: 0 8px;
    background: 0 none;
    font-size: 14px;
    color: #fff;
}

.entry-share a:hover,
.entry-share a:active,
.entry-share a:focus {
    color: #fc0;
    background: transparent;
}

.entry-share.open {
    margin-top: 35px;
    opacity: 1;
    visibility: visible;
}

.post-password-form label {
    display: block;
    margin-bottom: 10px;
}

.author-meta {
    margin-top: 60px;
    background: #fff;
    /* single-fortfolios */
}

@media (min-width:480px) {
    .author-meta .display_table_md {
        display: table;
        min-width: 100%;
        height: 100%;
        margin: auto;
        border-collapse: collapse;
    }

    .author-meta .display_table_cell_md {
        display: table-cell;
        vertical-align: middle;
        float: none;
        overflow: hidden;
        zoom: 1;
        box-sizing: border-box;
    }
}

.author-meta>.row {
    margin: 0;
}

.author-meta>.row>* {
    padding: 0;
}

.author-meta .col-avatar {
    min-width: 200px;
}

.author-meta .item-media img {
    width: 100%;
}

.author-meta .item-content {
    padding: 25px;
}

.author-meta .item-content h4 {
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.single-fortfolios {
    /* search-results */
}

.single-fortfolios .port-gallery {
    margin-bottom: 63px;
}

.single-fortfolios .port-content-wrap {
    margin-bottom: 20px;
}

.single-fortfolios .port-content-wrap .port-title h1 {
    margin-bottom: 33px;
}

.single-fortfolios .port-content-wrap .entry-share {
    float: left;
    margin-top: 23px;
}

.single-fortfolios .port-meta {
    margin-bottom: 20px;
    padding-top: 4px;
}

.single-fortfolios .port-meta .meta-item {
    margin-bottom: 30px;
}

.single-fortfolios .port-meta .meta-item h5 {
    margin-bottom: 5px;
}

.single-fortfolios .port-meta .meta-item span,
.single-fortfolios .port-meta .meta-item a {
    color: ;
    font-weight: 300;
}

.single-fortfolios .port-meta .meta-item a:hover {
    color: #fc0;
}

.single-fortfolios .port-meta .meta-item:last-child {
    margin-bottom: 0;
}

.single-fortfolios .port-entry-foot {
    position: relative;
    padding-top: 44px;
    margin-top: 37px;
    border-top: 1px solid #eee;
}

.single-fortfolios .port-entry-foot .show-all {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 65px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.04em;
}

.search-results {
    /* error404 */
}

.search-results .buildana-blog-loop {
    margin-bottom: 50px;
}

.search-results .entry-wrap {
    padding: 0;
}

.search-results .entry-header {
    margin-bottom: 10px;
}

.error404 {
    /* buildana-service-single */
}

.error404 .site-content {
    padding-top: 10%;
    padding-bottom: 10%;
}

.error404 .error-404 {
    text-align: center;
}

.error404 .not_found {
    position: relative;
    display: inline-block;
    font-size: 300px;
    font-weight: 700;
    line-height: 0.8;
    margin-bottom: 10px;
    color: #444;
}

@media (max-width:767px) {
    .error404 .not_found {
        font-size: 150px;
    }
}

.error404 .not_found .oops {
    position: absolute;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: #444;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

@media (max-width:767px) {
    .error404 .not_found .oops {
        font-size: 18px;
    }
}

.error404 .not_found+h2 {
    color: #444;
    font-size: 35px;
    margin: 0 0 35px;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width:767px) {
    .error404 .not_found+h2 {
        font-size: 18px;
    }
}

.row-services>* {
    margin-bottom: 50px;
}

.buildana-service-single .post-thumbnail {
    margin-bottom: 58px;
}

.buildana-service-single .entry-title {
    text-transform: uppercase;
    color: #fc0;
    margin-bottom: 28px;
}

.project-single .project-style .single-project-thumbnail img {
    width: 100%;
}

.project-single .project-style .project-single-wrap {
    padding: 0 70px 70px 70px;
    background: #fbfbfb;
}

@media screen and (max-width:1199px) {
    .project-single .project-style .project-single-wrap {
        padding: 0 50px 50px 50px;
    }
}

@media screen and (max-width:991px) {
    .project-single .project-style .project-single-wrap {
        padding: 0 30px 30px 30px;
    }
}

@media screen and (max-width:767px) {
    .project-single .project-style .project-single-wrap {
        padding: 0 15px 15px 15px;
    }
}

@media screen and (max-width:767px) {
    .project-single .project-style .project-single-wrap {
        padding: 0;
        background: #fff;
    }
}

.project-single .project-style .top-content {
    margin-bottom: 62px;
}

.project-single .project-style .title-cat {
    background: #fc0;
    text-align: center;
    padding: 64px 0 84px 0;
    position: relative;
}

@media screen and (min-width:992px) {
    .project-single .project-style .title-cat {
        margin-top: -40px;
    }
}

@media screen and (max-width:991px) {
    .project-single .project-style .title-cat {
        margin-top: 30px;
    }
}

.project-single .project-style .title-cat .cats {
    color: #333;
}

.project-single .project-style .title-cat .cats a {
    color: #333;
    font-size: 14px;
    font-style: italic;
    line-height: 28px;
}

.project-single .project-style .title-cat .cats a:hover {
    color: #fff;
}

.project-single .project-style .title-cat .entry-title {
    font-size: 22px;
    color: #fff;
    line-height: 25px;
    margin-top: 5px;
}

.project-single .project-style .title-cat .pro-navigation {
    position: absolute;
    bottom: -20px;
    width: 100%;
}

.project-single .project-style .title-cat .pro-navigation .row {
    margin: 0 -2.5px;
}

.project-single .project-style .title-cat .pro-navigation .row>div {
    padding: 0 2.5px;
    width: 50%;
    float: left;
}

.project-single .project-style .title-cat .pro-navigation .btn {
    padding: 20px 30px;
    min-width: 120px;
}

.project-single .project-style .project-meta {
    list-style: none;
    padding-left: 0;
    font-family: "Poppins";
    padding-top: 30px;
}

@media screen and (min-width:1200px) {
    .project-single .project-style .project-meta {
        padding-left: 26px;
    }
}

.project-single .project-style .project-meta li {
    line-height: 40px;
    color: #333;
}

.project-single .project-style .project-meta li span {
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px;
}

.project-single .project-style .entry-content p {
    letter-spacing: 0.02em;
    margin-bottom: 28px;
}

.project-single .project-style .project-sharing {
    margin-top: 43px;
}

.project-single .project-style .project-sharing .lbl {
    letter-spacing: 0.02em;
    margin-right: 10px;
}

.project-single .project-style .project-sharing>a,
.project-single .project-style .project-sharing .soc-left>a {
    font-size: 11px;
    color: #444;
    margin: 0 8px;
}

.project-single .project-style .project-sharing>a:hover,
.project-single .project-style .project-sharing .soc-left>a:hover {
    color: #fc0;
}

.project-single .project-style.style2 .single-project-thumbnail {
    position: relative;
    overflow: hidden;
}

.project-single .project-style.style2 .single-project-thumbnail .pafter {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 22%;
}

.project-single .project-style.style2 .single-project-thumbnail .pafter:after {
    content: '';
    height: 100%;
    width: 101%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: rotate(-5.6deg);
    -ms-transform: rotate(-5.6deg);
    transform: rotate(-5.6deg);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.project-single .project-style.style2 .single-project-thumbnail .project-meta {
    position: absolute;
    bottom: 0;
    right: 56px;
    background: #fbfbfb;
    padding: 24px 40px;
}

@media screen and (max-width:991px) {
    .project-single .project-style.style2 .single-project-thumbnail .project-meta {
        padding: 15px 20px;
    }
}

@media screen and (max-width:767px) {
    .project-single .project-style.style2 .single-project-thumbnail .pafter {
        display: none;
    }

    .project-single .project-style.style2 .single-project-thumbnail .project-meta {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
    }
}

.project-single .project-style.style2 .cats {
    color: #fc0;
}

.project-single .project-style.style2 .cats a {
    color: #fc0;
    font-size: 14px;
}

.project-single .project-style.style2 .cats a:hover {
    color: #444;
}

.project-single .project-style.style2 .entry-title {
    font-size: 22px;
}

.project-single .project-style.style2 .entry-header {
    margin-bottom: 37px;
}

.project-single .project-style.style2 .entry-footer {
    margin-bottom: 27px;
}

.project-single .project-style.style2 .soc-left {
    display: inline-block;
    margin-top: 13px;
}

@media screen and (max-width:767px) {
    .project-single .project-style.style2 .soc-left {
        display: block;
    }
}

@media screen and (min-width:768px) {
    .project-single .project-style.style2 .pro-navigation {
        float: right;
    }
}

.project-single .project-style.style2 .pro-navigation .row {
    margin: 0 -2.5px;
}

.project-single .project-style.style2 .pro-navigation .row>div {
    width: auto;
    padding: 2.5px;
}

@media screen and (max-width:767px) {
    .project-single .project-style.style2 .pro-navigation .row>div {
        float: left;
        margin-top: 20px;
    }
}

.project-single .project-style.style2 .pro-navigation .btn {
    padding: 20px 30px;
    min-width: 120px;
}

.project-single .wpcf7-form div.wpcf7-validation-errors {
    display: none !important;
}

.single-team .site-content {
    padding-bottom: 0;
}

.buildana-team-single .top-content {
    padding-bottom: 35px;
}

.buildana-team-single .top-content>div {
    margin-bottom: 30px;
}

.buildana-team-single .post-team-thumbnail {
    position: relative;
    overflow: hidden;
    background: #fbfbfb;
}

.buildana-team-single .post-team-thumbnail .pafter {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 15%;
}

.buildana-team-single .post-team-thumbnail .pafter:after {
    content: '';
    height: 100%;
    width: 101%;
    background: #fff;
    position: absolute;
    top: 66%;
    left: 0;
    right: 0;
    -webkit-transform: rotate(-5.6deg);
    -ms-transform: rotate(-5.6deg);
    transform: rotate(-5.6deg);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.buildana-team-single .post-team-thumbnail .social-icons {
    position: absolute;
    bottom: -5px;
    width: 100%;
}

.buildana-team-single .post-team-thumbnail .social-icons a {
    width: 50px;
    height: 50px;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color: #333;
    font-size: 15px;
}

.buildana-team-single .post-team-thumbnail .social-icons a:hover {
    background: #333;
    color: #fff;
}

@media screen and (min-width:1200px) {
    .buildana-team-single .meta-content {
        padding-left: 40px;
    }
}

.buildana-team-single .meta-content .entry-title {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 4px;
}

.buildana-team-single .meta-content .lbl {
    font-size: 14px;
    letter-spacing: 0.03em;
}

.buildana-team-single .meta-content .intro-text {
    font-size: 15px;
    line-height: 20px;
    color: #a6a6a6;
    font-style: italic;
    letter-spacing: 0.03em;
    margin-top: 18px;
    margin-bottom: 37px;
}

.buildana-team-single .meta-content .team-meta {
    font-size: 14px;
    color: #666766;
    line-height: 30px;
}

.buildana-team-single .meta-content .team-meta .lbl {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.03em;
}

.buildana-team-single .entry-content p {
    letter-spacing: 0.02em;
}

.comments-area {
    overflow: hidden;
    margin-top: 80px;
}

.comments-area .comments-title,
.comments-area .comment-reply-title {
    margin-top: 0;
    margin-bottom: 16px;
    padding-bottom: 13px;
}

.comments-area .comment-reply-title {
    font-size: 20px !important;
}

.comments-area ol.comment-list {
    margin-bottom: 65px;
}

.comments-area ol.comment-list,
.comments-area ol.children {
    list-style: none;
    padding-left: 0;
}

.comments-area ol.comment-list li.comment,
.comments-area ol.children li.comment {
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.comments-area ol.comment-list li.comment .comment-author-image,
.comments-area ol.children li.comment .comment-author-image {
    float: left;
    width: 90px;
    margin-top: -27px;
}

@media screen and (max-width:767px) {

    .comments-area ol.comment-list li.comment .comment-author-image,
    .comments-area ol.children li.comment .comment-author-image {
        width: 50px;
        margin-top: -15px;
    }
}

.comments-area ol.comment-list li.comment .comment-body,
.comments-area ol.children li.comment .comment-body {
    margin-top: 45px;
    padding-left: 56px;
    padding-bottom: 60px;
    position: relative;
    background-color: #fafafa;
}

@media screen and (max-width:767px) {

    .comments-area ol.comment-list li.comment .comment-body,
    .comments-area ol.children li.comment .comment-body {
        padding-left: 15px;
    }
}

.comments-area ol.comment-list li.comment .comment-body:after,
.comments-area ol.children li.comment .comment-body:after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -28px;
    background-color: #fff;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.comments-area ol.comment-list li.comment .comment-main,
.comments-area ol.children li.comment .comment-main {
    float: left;
    width: calc(100% - 90px);
    padding-top: 40px;
    padding-left: 40px;
}

@media screen and (max-width:767px) {

    .comments-area ol.comment-list li.comment .comment-main,
    .comments-area ol.children li.comment .comment-main {
        width: calc(100% - 50px);
        padding-top: 10px;
        padding-left: 15px;
    }
}

.comments-area ol.comment-list li.comment .comment-main .comment-meta,
.comments-area ol.children li.comment .comment-main .comment-meta {
    position: relative;
}

.comments-area ol.comment-list li.comment .comment-main .comment-meta>span,
.comments-area ol.children li.comment .comment-main .comment-meta>span {
    display: inline-block;
    margin-right: 15px;
}

.comments-area ol.comment-list li.comment .comment-main .comment-author,
.comments-area ol.children li.comment .comment-main .comment-author {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
    letter-spacing: -0.02em;
}

.comments-area ol.comment-list li.comment .comment-main .comment-reply a,
.comments-area ol.children li.comment .comment-main .comment-reply a {
    font-size: 11px;
    padding: 7px 24px;
    background: #fdb415;
    color: #fff;
    border-radius: 4px;
    margin-left: 42px;
    font-weight: 700;
}

@media screen and (max-width:767px) {

    .comments-area ol.comment-list li.comment .comment-main .comment-reply a,
    .comments-area ol.children li.comment .comment-main .comment-reply a {
        margin-left: 0;
    }
}

.comments-area ol.comment-list li.comment .comment-main .comment-reply a:hover,
.comments-area ol.children li.comment .comment-main .comment-reply a:hover {
    background-color: #050505;
}

.comments-area ol.comment-list li.comment .comment-main .comment-date,
.comments-area ol.children li.comment .comment-main .comment-date {
    font-size: 12px;
    color: #fc0;
    font-style: italic;
    margin-bottom: 0;
}

.comments-area ol.comment-list li.comment .comment-content,
.comments-area ol.children li.comment .comment-content {
    margin-top: 4px;
    font-weight: 400;
    font-style: italic;
    font-size: 15px;
    color: #555;
    font-family: 'Arimo', sans-serif;
    letter-spacing: 0.02em;
    clear: left;
    padding-top: 12px;
    padding-right: 30px;
}

@media screen and (max-width:767px) {

    .comments-area ol.comment-list li.comment .comment-content,
    .comments-area ol.children li.comment .comment-content {
        padding-right: 15px;
    }
}

.comments-area ol.comment-list li.comment .comment-content p,
.comments-area ol.children li.comment .comment-content p {
    margin-bottom: 0;
}

.comments-area ol.comment-list li.comment .comment-content p a,
.comments-area ol.children li.comment .comment-content p a {
    color: #444;
}

.comments-area ol.comment-list li.comment .comment-content p a:hover,
.comments-area ol.children li.comment .comment-content p a:hover {
    color: #fc0;
}

.comments-area ol.comment-list li.comment .comment-respond,
.comments-area ol.children li.comment .comment-respond {
    margin-top: 50px;
}

.comments-area ol.comment-list li.comment p.form-submit,
.comments-area ol.children li.comment p.form-submit {
    margin-bottom: 30px;
}

.comments-area ol.children {
    padding-left: 100px;
}

@media screen and (max-width:991px) {
    .comments-area ol.children {
        padding-left: 60px;
    }
}

@media screen and (max-width:767px) {
    .comments-area ol.children {
        padding-left: 30px;
    }
}

@media screen and (max-width:479px) {
    .comments-area ol.children {
        padding-left: 0;
    }
}

.comments-area .comment-form>.row {
    margin-left: -5px;
    margin-right: -5px;
}

.comments-area .comment-form>.row>* {
    padding-left: 5px;
    padding-right: 5px;
}

.comments-area .comment-form p.logged-in-as {
    margin-top: -20px;
    margin-bottom: 10px;
}

.comments-area .comment-form p.form-submit {
    margin-top: 30px;
    margin-bottom: 0;
}

.comments-area .comment-form p.form-submit input[type="submit"] {
    color: #fff;
    background: #fdb415;
}

.comments-area .comment-form p.form-submit input[type="submit"]:hover {
    background: #050505;
}

.comments-area .comment-form textarea {
    height: 190px;
    padding: 20px 28px;
}

.comments-area .comment-form>.row>div>p {
    margin-bottom: 10px;
}

.comments-area .comment-form .comment-form-comment {
    margin-bottom: 10px;
}

.comments-area .comment-navigation .nav-links>div a {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 19px 50px;
    line-height: 1;
    display: inline-block;
    text-align: center;
    color: #fff;
    border: 0;
    background-color: #fdb415;
    border-radius: 2px;
    position: relative;
    vertical-align: middle;
    letter-spacing: 0.03em;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.comments-area .comment-navigation .nav-links>div a:hover,
.comments-area .comment-navigation .nav-links>div a:active,
.comments-area .comment-navigation .nav-links>div a:focus {
    box-shadow: none;
    outline: none;
    border: 0;
    background-color: #050505;
}

.comments-area .comment-navigation .nav-links .nav-next {
    float: right;
}

.commentlist .bypostauthor {
    background: #e7f8fb;
}

.commentlist li ul.children li.bypostauthor {
    background: #e7f8fb;
}

.cms-grid-wraper {
    margin-bottom: 28px;
}

.cms-grid-wraper .cms-grid-filter {
    margin-bottom: 20px;
}

.cms-grid-wraper .paging-navigation .pagination {
    margin-top: 30px;
}

.cms-grid .cms-grid-item {
    margin-bottom: 42px;
}

.cms-grid .buildana-blog-loop:last-child {
    margin-bottom: 0;
}

.cms-grid .entry-wrap {
    padding: 26px 0 0 0;
}

.cms-grid .entry-header {
    margin-bottom: 16px;
}

.cms-grid .entry-title {
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: -0.02em;
}

.cms-grid blockquote {
    padding: 50px 30px 50px 30px;
    margin: 0;
}

@media (min-width:768px) and (max-width:991px) {
    .cms-grid-item.col-sm-3:nth-child(4n+1) {
        clear: left;
    }

    .cms-grid-item.col-sm-4:nth-child(3n+1) {
        clear: left;
    }

    .cms-grid-item.col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .cms-grid-item.col-md-3:nth-child(4n+1) {
        clear: left;
    }

    .cms-grid-item.col-md-4:nth-child(3n+1) {
        clear: left;
    }

    .cms-grid-item.col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (min-width:1200px) {
    .cms-grid-item.col-lg-3:nth-child(4n+1) {
        clear: left;
    }

    .cms-grid-item.col-lg-4:nth-child(3n+1) {
        clear: left;
    }

    .cms-grid-item.col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

.blog-style2 .top-wrap {
    position: relative;
    overflow: hidden;
}

.blog-style2 .post-thumbnail2:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: -1px;
    background: -webkit-linear-gradient(top, transparent 0%, rgba(55, 52, 47, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(55, 52, 47, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a637342f', GradientType=0);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.blog-style2 .post-thumbnail2 img {
    width: 100%;
}

.blog-style2 .entry-header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    padding: 14px 0;
    text-align: center;
}

.blog-style2 .entry-header .entry-meta {
    display: inline-block;
}

.blog-style2 .entry-header .entry-meta a {
    color: #fff;
}

.blog-style2 .entry-header .entry-meta a:hover {
    color: #fc0;
}

.blog-style2 .entry-wrap {
    text-align: center;
    padding: 33px 0 8px 0;
}

.blog-style2 .entry-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.blog-style2 .entry-meta-author .detail-author {
    font-size: 12px;
    font-family: "Poppins";
    color: #666;
    font-weight: 500;
}

.blog-style2 .entry-meta-author .detail-author img {
    border-radius: 50%;
    margin-right: 10px;
}

.blog-style2 .entry-meta-author .detail-author a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.blog-style2 .entry-meta-author .detail-author a:hover {
    color: #fc0;
}

.blog-style2 .format-quote .entry-header .entry-meta li a:before {
    color: #fff;
}

.blog-style2 .format-quote .entry-header .entry-meta a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.cms-blog-list .blog-list {
    padding: 50px;
    background: #fafafa;
    margin-bottom: 50px;
}

@media screen and (max-width:991px) {
    .cms-blog-list .blog-list {
        padding: 30px;
    }
}

@media screen and (max-width:767px) {
    .cms-blog-list .blog-list {
        padding: 0;
        background: #fff;
    }
}

.cms-blog-list .cms-grid-item {
    margin-bottom: 60px;
}

.cms-blog-list .cms-grid-item:last-child {
    margin-bottom: 0;
}

.cms-blog-list .buildana-blog-loop {
    margin-bottom: 0;
    background: transparent;
}

.cms-blog-list .post-thumbnail2 img {
    width: 100%;
}

.cms-blog-list .entry-wrap {
    padding: 2px 0 0 30px;
}

@media screen and (max-width:991px) {
    .cms-blog-list .entry-wrap {
        padding: 30px 15px 0 15px;
    }
}

.cms-blog-list .entry-meta-author .detail-author {
    font-size: 12px;
    font-family: "Poppins";
    color: #666;
    font-weight: 500;
}

.cms-blog-list .entry-meta-author .detail-author img {
    border-radius: 50%;
    margin-right: 10px;
}

.cms-blog-list .entry-meta-author .detail-author a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.cms-blog-list .entry-meta-author .detail-author a:hover {
    color: #fc0;
}

.cms-blog-list .entry-header {
    margin-bottom: 16px;
}

.cms-blog-list .entry-header .entry-title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 14px;
    margin-bottom: 10px;
}

.cms-blog-list .entry-footer {
    margin-top: 35px;
}

.left-side-template .cms-blog-list .entry-header,
.right-side-template .cms-blog-list .entry-header {
    margin-bottom: 10px;
}

.left-side-template .cms-blog-list .entry-footer,
.right-side-template .cms-blog-list .entry-footer {
    margin-top: 10px;
}

.cms-fancyboxes-wraper.style-0 .box-inner {
    padding: 70px 0;
}

.cms-fancyboxes-wraper.style-0.show-border {
    border-width: 20px;
    border-style: solid;
    border-color: #f2f2f2;
}

.cms-fancyboxes-wraper.style-0.show-border .box-inner {
    box-shadow: 0px 1px 15px 2px #dadada;
}

@media screen and (min-width:1200px) {
    .cms-fancyboxes-wraper.style-0.bottom-overlap {
        margin-bottom: -110px;
        position: relative;
        z-index: 1;
        background: #fff;
    }
}

@media screen and (min-width:768px) {
    .cms-fancyboxes-wraper.style-0 .fancy-item {
        position: relative;
    }

    .cms-fancyboxes-wraper.style-0 .fancy-item+.fancy-item:before {
        content: "";
        width: 1px;
        height: 100px;
        background: #e8e8e8;
        position: absolute;
        top: 34px;
        left: 0;
    }
}

@media screen and (max-width:767px) {
    .cms-fancyboxes-wraper.style-0 .fancy-item {
        margin-bottom: 30px;
    }
}

.cms-fancyboxes-wraper.style-0 .fancy-icon {
    display: inline-block;
    width: 84px;
    height: 84px;
    background: #fbfcfc;
    border-radius: 50%;
    line-height: 1;
    text-align: center;
    position: relative;
}

.cms-fancyboxes-wraper.style-0 .fancy-icon i {
    font-size: 37px;
    line-height: 84px;
    color: #fc0;
}

.cms-fancyboxes-wraper.style-0 .fancy-icon img {
    max-width: 37px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cms-fancyboxes-wraper.style-0 .fancy-item:hover .fancy-icon {
    -webkit-animation: scaleDisappear 0.5s;
    animation: scaleDisappear 0.5s;
}

.cms-fancyboxes-wraper.style-0 .fancy-title {
    text-transform: uppercase;
    color: #444;
    margin-top: 15px;
    margin-bottom: 8px;
}

.cms-fancyboxes-wraper.style-0 .fancy-description {
    font-size: 14px;
    font-family: "Poppins";
    letter-spacing: 0.03em;
}

.service-style1 .post-service-thumbnail {
    position: relative;
}

.service-style1 .post-service-thumbnail img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}

.service-style1 .post-service-thumbnail .pafter {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 17%;
}

.service-style1 .post-service-thumbnail .pafter:after {
    content: '';
    height: 100%;
    width: 101%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: rotate(-5.6deg);
    -ms-transform: rotate(-5.6deg);
    transform: rotate(-5.6deg);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.service-style1 .post-service-thumbnail .bl-plink {
    position: absolute;
    right: 50%;
    margin-top: -25px;
    margin-right: -40px;
    background: transparent;
    line-height: 80px;
    border-radius: 50%;
    z-index: 1;
    font-size: 20px;
    width: 80px;
    height: 80px;
    text-align: center;
    top: auto;
}

.service-style1 .post-service-thumbnail .bl-plink img {
    width: 100%;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}

.service-style1 .post-service-thumbnail .bl-plink-font {
    position: absolute;
    right: 50%;
    margin-top: -25px;
    margin-right: -40px;
    background: #fc0;
    line-height: 80px;
    border-radius: 50%;
    z-index: 1;
    font-size: 38px;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #fff;
}

.service-style1 .post-service-thumbnail .bl-plink-font:hover {
    background: #fff;
    color: #fc0;
}

.service-style1 .post-service-thumbnail:hover img {
    opacity: 0.8;
}

.service-style1 .post-service-thumbnail:hover .bl-plink {
    margin-top: -65px;
}

.service-style1 .post-service-thumbnail:hover .bl-plink img {
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-transform: rotate(-2deg) scale(1.1);
    -ms-transform: rotate(-2deg) scale(1.1);
    transform: rotate(-2deg) scale(1.1);
}

.service-style1 .post-service-thumbnail:hover .bl-plink-font {
    margin-top: -65px;
}

.service-style1 .entry-wrap {
    padding: 26px 15px 10px 15px;
}

.service-style1 .entry-header {
    margin-bottom: 12px;
}

.service-style1 .entry-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 22px;
    margin-bottom: 0;
    letter-spacing: -0.02em;
}

.service-style1 .entry-title a {
    color: inherit;
}

.service-style1 .entry-title a:hover {
    color: #fc0;
}

.service-style1 .entry-content {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #555;
}

.service-style2>.row {
    margin: 0 -2.5px;
}

.service-style2 .cms-grid-item {
    padding: 0 2.5px;
    margin-bottom: 5px;
}

.service-style2 .paging-navigation .pagination {
    margin-top: 65px;
}

.service-style2 .buildana-blog-loop {
    position: relative;
    background: #fcfcfc;
    padding: 52px 30px 50px 40px;
    margin-bottom: 5px;
}

.service-style2 .buildana-blog-loop:hover .ervice-icon,
.service-style2 .buildana-blog-loop:hover .service-icon {
    -webkit-animation: scaleDisappear 0.5s;
    animation: scaleDisappear 0.5s;
}

.service-style2 .ervice-icon,
.service-style2 .service-icon {
    position: absolute;
    left: 37px;
    top: 65px;
    background: #fff;
    line-height: 80px;
    border-radius: 50%;
    z-index: 1;
    font-size: 38px;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #fc0;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width:991px) {

    .service-style2 .ervice-icon,
    .service-style2 .service-icon {
        top: auto;
    }
}

.service-style2 .entry-wrap {
    margin-left: 100px;
    padding: 0;
}

.service-style2 .entry-wrap .entry-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
    letter-spacing: 0.03em;
}

.service-style2 .entry-wrap .entry-content {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #555;
}

.buildana-service-single .post-service-thumbnail {
    position: relative;
    margin-bottom: 45px;
}

.buildana-service-single .post-service-thumbnail .pafter {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 17%;
}

.buildana-service-single .post-service-thumbnail .pafter:after {
    content: '';
    height: 100%;
    width: 101%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: rotate(-5.6deg);
    -ms-transform: rotate(-5.6deg);
    transform: rotate(-5.6deg);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.buildana-service-single .entry-content p:not(:last-child) {
    margin-bottom: 28px;
    letter-spacing: 0.02em;
}

@media screen and (min-width:1200px) {
    .buildana-service-single .meta-content {
        padding-left: 20px;
    }
}

@media screen and (max-width:991px) {
    .buildana-service-single .meta-content {
        margin-bottom: 45px;
    }
}

.buildana-service-single .meta-content .ico-img {
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}

.buildana-service-single .cats {
    color: #fc0;
}

.buildana-service-single .cats a {
    font-size: 14px;
    font-style: italic;
    color: #fc0;
}

.buildana-service-single .cats a:hover {
    color: #444;
}

.buildana-service-single .entry-title {
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #333;
    margin-bottom: 40px;
}

.buildana-service-single .intro-text {
    color: #a6a6a6;
    font-style: italic;
    letter-spacing: 0.03em;
    line-height: 24px;
    margin-bottom: 25px;
}

.cms-grid-project .cms-grid .cms-grid-item {
    margin-bottom: 55px;
}

.cms-grid-project .cms-grid .entry-wrap {
    padding: 20px 0 0 0;
}

.cms-grid-project .cms-grid .entry-title {
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0;
}

.cms-grid-project .cms-grid .cats {
    color: #fc0;
    margin-bottom: 12px;
}

.cms-grid-project .cms-grid .cats a {
    font-size: 14px;
    line-height: 28px;
    font-style: italic;
    color: #fc0;
}

.cms-grid-project .cms-grid .cats a:hover {
    color: #444;
}

.cms-grid-project .cms-grid .entry-content {
    font-size: 14px;
    color: #555;
    line-height: 24px;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
}

.cms-project .project-wrap {
    margin-bottom: 50px;
}

.cms-project .cms-project-item {
    float: left;
}

@media screen and (max-width:767px) {
    .cms-project .cms-project-item {
        width: 100% !important;
    }
}

.cms-project .project-thumbnail {
    position: relative;
    overflow: hidden;
}

.cms-project .project-thumbnail img {
    width: 100%;
}

.cms-project .project-thumbnail:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #fc0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.cms-project .project-thumbnail .entry-content {
    position: absolute;
    top: 80%;
    padding: 30px 15px;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.cms-project .project-thumbnail:hover:before {
    background: rgba(255, 204, 0, 0.9);
    opacity: 1;
    visibility: visible;
}

.cms-project .project-thumbnail:hover .entry-content {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.cms-project .cats {
    color: #333;
}

.cms-project .cats a {
    color: #333;
    font-size: 14px;
    font-style: italic;
}

.cms-project .cats a:hover {
    color: #fff;
}

.cms-project .entry-title {
    margin-top: 6px;
    margin-bottom: 20px;
}

.cms-project .entry-title a {
    font-size: 22px;
    color: #fff;
}

@media screen and (max-width:991px) {
    .cms-project .entry-title a {
        font-size: 18px;
    }
}

.cms-project .entry-title a:hover {
    color: #444;
}

.cms-project .bl-plink {
    width: 55px;
    height: 55px;
    background: #151515;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    line-height: 55px;
    text-align: center;
}

.cms-project .bl-plink:hover {
    background: #fff;
    color: #151515;
    -webkit-animation: scaleDisappear 0.5s;
    animation: scaleDisappear 0.5s;
}

.cms-project.template-cms_project--style2 .project-wrap {
    margin: -5px;
}

.cms-project.template-cms_project--style2 .project-wrap .cms-project-item {
    padding: 5px;
}

.cms-project.template-cms_project--style2 .paging-navigation {
    margin-top: 50px;
}

.cms-project.template-cms_project--style3 .project-wrap {
    display: table;
    margin-bottom: 20px;
}

.cms-project.template-cms_project--style3 .cms-project-item {
    float: none;
}

.cms-project.template-cms_project--style3 .cms-grid-item {
    margin-bottom: 30px;
}

.cms-project.template-cms_project--style3 .row-1,
.cms-project.template-cms_project--style3 .row-0 {
    display: inline-block;
}

.cms-project.template-cms_project--style3 .row-1 {
    vertical-align: bottom;
}

.cms-project.template-cms_project--style3 .row-0 {
    vertical-align: top;
}

.cms-project.template-cms_project--style3.small-space>.row {
    margin-left: -8px;
    margin-right: -8px;
}

.cms-project.template-cms_project--style3.small-space>.row>div {
    padding-left: 8px;
    padding-right: 8px;
}

@media screen and (min-width:1200px) {
    .cms-project.top-overlap {
        margin-top: -100px;
    }
}

@media screen and (min-width:1366px) {
    .cms-project.top-overlap {
        margin-top: -130px;
    }
}

@media screen and (min-width:1600px) {
    .cms-project.top-overlap {
        margin-top: -162px;
    }
}

@media screen and (max-width:1199px) {
    .cms-project.top-overlap {
        margin-top: 75px;
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .wpb_column.vc_col-md-7 .cms-project .cats,
    .wpb_column.vc_col-md-6 .cms-project .cats,
    .wpb_column.vc_col-md-7 .cms-project .bl-plink,
    .wpb_column.vc_col-md-6 .cms-project .bl-plink {
        display: none;
    }
}

.wpb_gallery_slidestheme a {
    float: left;
    width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.wpb_gallery_slidestheme a img {
    width: 100px;
}

.wpb_gallery_slidestheme a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 204, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.wpb_gallery_slidestheme a:after {
    content: "\f101";
    font-family: Flaticon;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.wpb_gallery_slidestheme a:hover:before {
    opacity: 1;
    visibility: visible;
}

.wpb_gallery_slidestheme a:hover:after {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.wpb_gallery_slidestheme a:hover img {
    opacity: 1;
}

.vc_tta-accordion.vc_tta-style-theme .vc_tta-panel {
    border: 2px solid #cecece;
}

.vc_tta-accordion.vc_tta-style-theme .vc_tta-panel.vc_active {
    border-color: #fc0;
}

.vc_tta-accordion.vc_tta-style-theme .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    padding: 20px 30px 10px 30px !important;
    color: #fc0;
}

.vc_tta-accordion.vc_tta-style-theme .vc_tta-panel+.vc_tta-panel {
    margin-top: 10px;
}

.vc_tta-accordion.vc_tta-style-theme .vc_tta-panel-title {
    color: #444;
}

.vc_tta-accordion.vc_tta-style-theme .vc_tta-panel-title>a {
    font-size: 15px;
    font-family: "Poppins";
    font-weight: 600;
    padding: 15px 42px 15px 30px !important;
}

.vc_tta-accordion.vc_tta-style-theme .vc_tta-panel-title>a i {
    right: 30px !important;
}

.vc_tta-accordion.vc_tta-style-theme .vc_tta-panel-body {
    padding: 0 30px 20px 30px !important;
}

.cms-grid-team .post-thumbnail {
    background: #fbfbfb;
}

.cms-grid-team .post-thumbnail .pafter {
    height: 16%;
}

.cms-grid-team .post-thumbnail .pafter:after {
    top: 69%;
}

.cms-grid-team .social-icons {
    position: absolute;
    height: 11%;
    width: 100%;
    bottom: 0;
    -webkit-transition: bottom 0.3s linear 0s;
    transition: bottom 0.3s linear 0s;
}

.cms-grid-team .social-icons a {
    width: 36px;
    height: 36px;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    color: #333;
    font-size: 11px;
}

.cms-grid-team .social-icons a:hover {
    background: #333;
    color: #fff;
}

.cms-grid-team .post-thumbnail:hover .social-icons {
    bottom: 30px;
}

.cms-grid-team .title-meta {
    padding-top: 18px;
    padding-bottom: 7px;
}

.cms-grid-team .entry-title {
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 0;
}

.cms-grid-team .lbl {
    font-size: 13px;
    letter-spacing: 0.03em;
}

.cms-fancy-single-wraper {
    margin-bottom: 30px;
}

.fancy-style1 .fancy-icon {
    float: left;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 1px 2px 10px 1px rgba(68, 68, 68, 0.1);
    box-shadow: 1px 2px 10px 1px rgba(68, 68, 68, 0.1);
}

.fancy-style1 .fancy-icon:before {
    content: "";
    width: 20px;
    height: 20px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 12px 0px 11px 18px;
    border-style: solid;
    margin-left: -17px;
    -webkit-box-shadow: 1px 2px 10px 1px rgba(68, 68, 68, 0.1);
    box-shadow: 1px 2px 10px 1px rgba(68, 68, 68, 0.1);
    transform: rotate(44deg);
    z-index: -1;
    margin-top: -11px;
}

.fancy-style1 .fancy-icon:after {
    content: "";
    width: 17px;
    height: 25px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 12px 0px 11px 18px;
    border-style: solid;
    margin-left: -6px;
}

.fancy-style1 .fancy-icon i {
    font-size: 35px;
    color: #fc0;
    line-height: 80px;
}

.fancy-style1 .fancy-content {
    margin-left: 106px;
}

.fancy-style1 .fancy-content .fancy-title {
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #444;
}

.fancy-style1 .fancy-content p {
    line-height: 26px;
    color: #555;
    letter-spacing: 0.03em;
}

.fancy-style1.icon-right .fancy-icon {
    float: right;
}

.fancy-style1.icon-right .fancy-icon:before {
    left: -4px;
    margin-left: 0;
}

.fancy-style1.icon-right .fancy-icon:after {
    border-color: transparent #fff transparent transparent;
    border-width: 10px 14px 10px 0px;
    left: -15px;
    margin-left: 5px;
}

.fancy-style1.icon-right .fancy-content {
    margin-left: 0;
    margin-right: 106px;
}

.fancy-style2 .fancy-img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-bottom: 28px;
}

.fancy-style2 .fancy-title {
    text-transform: uppercase;
}

.cms-custom-heading {
    margin-bottom: 43px;
}

.cms-custom-heading .title-dot {
    margin-bottom: 6px;
}

.cms-custom-heading .title-dot span {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 50%;
    background: #fc0;
    margin: 0 2px;
}

.cms-custom-heading .title-dot span:nth-child(2n) {
    width: 16px;
    height: 16px;
}

.cms-custom-heading .title-dot span:first-child,
.cms-custom-heading .title-dot span:last-child {
    margin-bottom: 2.5px;
}

.cms-custom-heading .subtitle {
    margin-bottom: 0;
    font-family: "Poppins";
    font-size: 14px;
    letter-spacing: 0;
}

.cms-custom-heading .title-heading {
    margin-top: 0;
    margin-bottom: 18px;
}

.cms-custom-heading .desc p {
    line-height: 26px;
    letter-spacing: 0.03em;
    font-style: italic;
}

.cms-custom-heading.is_dark .subtitle {
    color: #e3e3e3;
}

.cms-custom-heading.is_dark .title-heading {
    color: #fff;
}

.cms-custom-heading.is_dark p {
    color: #d5d5d5;
}

.cms-history .panel {
    border-radius: 0;
    border: 2px solid #cecece;
}

.cms-history .panel+.panel {
    margin-top: 10px;
}

.cms-history .panel-heading {
    padding: 0 30px;
    background: #fff;
    border: 0;
}

.cms-history .panel-heading .panel-title {
    padding: 18px 0;
}

.cms-history .panel-heading .period {
    color: #fc0;
    margin-right: 16px;
}

.cms-history .panel-heading a {
    font-weight: 600;
    color: #444;
    padding-left: 25px;
    display: inline-block;
    position: relative;
    line-height: 24px;
}

.cms-history .panel-heading a:before {
    content: "";
    height: 20px;
    width: 1px;
    display: block;
    background: #8f8f8f;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cms-history .panel-heading a:hover {
    color: #fc0;
}

@media screen and (max-width:767px) {
    .cms-history .panel-heading {
        padding: 0 15px;
    }

    .cms-history .panel-heading .period {
        margin-right: 0;
        margin-top: 10px;
        display: block;
    }

    .cms-history .panel-heading a {
        padding-left: 0;
        display: block;
    }

    .cms-history .panel-heading a:before {
        content: none;
    }
}

.cms-history .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    padding: 0 30px 26px 30px;
}

@media screen and (max-width:767px) {
    .cms-history .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding: 0 15px 26px 15px;
    }
}

.cms-history .panel:hover,
.cms-history .panel.active {
    border-color: #fc0;
}

.cms-history .panel:hover a,
.cms-history .panel.active a {
    color: #fc0;
}

.cms-history .panel:hover a:before,
.cms-history .panel.active a:before {
    background: #fc0;
}

.cms-testimonial-wrap {
    position: relative;
}

.cms-testimonial-wrap.layout1 {
    padding: 60px 54px 56px 54px;
}

.cms-testimonial-wrap.layout1 .blockquote {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.03em;
    color: #fff;
    font-style: italic;
    position: relative;
    padding-top: 38px;
}

.cms-testimonial-wrap.layout1 .blockquote:before {
    content: "\f10e";
    font-family: Flaticon;
    font-size: 25px;
    display: inline-block;
    position: relative;
    margin-right: 15px;
    font-style: normal;
    position: absolute;
    left: 1px;
    top: 0;
}

.cms-testimonial-wrap.layout1 .blockquote:after {
    content: "\f10d";
    font-family: Flaticon;
    font-size: 25px;
    display: inline-block;
    position: relative;
    margin-left: 15px;
    font-style: normal;
    position: absolute;
    right: 0;
    bottom: -8px;
}

.cms-testimonial-wrap.layout1 .author-media {
    margin-top: 32px;
    padding-left: 25px;
}

.cms-testimonial-wrap.layout1 .author-media .author-avatar {
    float: left;
}

.cms-testimonial-wrap.layout1 .author-media .author-avatar img {
    width: 55px;
    height: 55px;
    margin-right: 10px;
}

.cms-testimonial-wrap.layout1 .author-media .author-title {
    padding-top: 6px;
}

.cms-testimonial-wrap.layout1 .author-media .author-title h5 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.cms-testimonial-wrap.layout1 .author-media .author-title p {
    font-family: "Poppins";
    font-size: 12px;
    color: #fc0;
}

.cms-testimonial-wrap.layout2 .blockquote {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #666;
    font-style: italic;
    position: relative;
    padding: 0 30px;
    margin-bottom: 30px;
}

.cms-testimonial-wrap.layout2 .blockquote:before {
    content: "\f10e";
    font-family: Flaticon;
    font-size: 18px;
    display: inline-block;
    position: relative;
    margin-right: 15px;
    color: #2f2f2f;
    font-style: normal;
    position: absolute;
    left: 1px;
    top: 0;
}

.cms-testimonial-wrap.layout2 .blockquote:after {
    content: "\f10d";
    font-family: Flaticon;
    font-size: 18px;
    display: inline-block;
    position: relative;
    margin-left: 15px;
    color: #2f2f2f;
    font-style: normal;
    position: absolute;
    right: 0;
    bottom: -8px;
}

.cms-testimonial-wrap.layout2 .author-title h5 {
    color: #fc0;
    text-transform: uppercase;
}

@media screen and (min-width:992px) {
    .cms-testimonial-wrap.layout3 .testi-item {
        display: table;
        width: 100%;
    }

    .cms-testimonial-wrap.layout3 .testi-item>div {
        display: table-cell;
        vertical-align: middle;
    }
}

.cms-testimonial-wrap.layout3 .testi-item {
    margin-bottom: 75px;
}

@media screen and (min-width:992px) {
    .cms-testimonial-wrap.layout3 .author-media {
        width: 210px;
        padding-top: 12px;
    }
}

@media screen and (max-width:991px) {
    .cms-testimonial-wrap.layout3 .author-media {
        margin-bottom: 30px;
    }
}

.cms-testimonial-wrap.layout3 .author-media .author-avatar {
    display: inline-block;
    float: left;
    margin-right: 13px;
}

.cms-testimonial-wrap.layout3 .author-media .author-avatar img {
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
}

.cms-testimonial-wrap.layout3 .author-media .author-title {
    padding-top: 10px;
}

.cms-testimonial-wrap.layout3 .author-media .author-title h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.cms-testimonial-wrap.layout3 .author-media .author-title p {
    color: #fc0;
    font-size: 12px;
    letter-spacing: 0.02em;
    font-family: "Poppins";
}

.cms-testimonial-wrap.layout3 .blockquote {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.03em;
    font-style: italic;
    position: relative;
    padding: 45px 0 10px 0;
}

@media screen and (min-width:1200px) {
    .cms-testimonial-wrap.layout3 .blockquote {
        padding: 45px 20px 10px 20px;
    }
}

.cms-testimonial-wrap.layout3 .blockquote:before {
    content: "\f10e";
    font-family: Flaticon;
    font-size: 25px;
    display: inline-block;
    position: relative;
    margin-right: 15px;
    color: #2f2f2f;
    font-style: normal;
    position: absolute;
    left: 1px;
    top: 0;
}

.cms-testimonial-wrap.layout3 .blockquote:after {
    content: "\f10d";
    font-family: Flaticon;
    font-size: 25px;
    display: inline-block;
    position: relative;
    margin-left: 15px;
    color: #2f2f2f;
    font-style: normal;
    position: absolute;
    right: 0;
    bottom: -16px;
}

@media screen and (min-width:1200px) {
    .cms-testimonial-wrap.layout3 .blockquote:after {
        right: 35px;
    }
}

.cms-testimonial-wrap .owl-controls,
.cms-testimonial-wrap .owl-dots {
    text-align: center;
}

.overlay-opacity .cms-testimonial-wrap.layout3 .author-title h5 {
    color: #fff;
}

.overlay-opacity .cms-testimonial-wrap.layout3 .blockquote {
    color: #dedede;
}

.overlay-opacity .cms-testimonial-wrap.layout3 .blockquote:before,
.overlay-opacity .cms-testimonial-wrap.layout3 .blockquote:after {
    color: #fff;
}

@media screen and (min-width:1200px) {
    .cms-client-wrap {
        padding: 0 50px;
    }
}

.cms-client {
    margin: -5px;
}

.cms-client .cms-client-item {
    padding: 5px;
}

.cms-client .cms-client-item .client-wrap {
    background: #fff;
    padding: 20px 0;
}

.cms-client .cms-client-item a {
    display: block;
}

@media screen and (max-width:767px) {
    .cms-client .col-xs-6:nth-child(2n+1) {
        clear: left;
    }
}

.cms-pricing {
    -webkit-box-shadow: 2px 2px 8px 0px rgba(68, 68, 68, 0.1);
    box-shadow: 2px 2px 8px 0px rgba(68, 68, 68, 0.1);
    padding: 55px 25px 40px 25px;
    margin-bottom: 30px;
}

.cms-pricing hr {
    height: 5px;
    background-color: #fc0;
}

.cms-pricing .price {
    display: block;
    font-size: 54px;
    font-weight: bold;
    font-family: "Poppins";
    text-transform: uppercase;
    color: #333;
    line-height: 1;
}

.cms-pricing .price sup {
    font-weight: 200;
    color: #fc0;
    top: -10px;
    font-size: 36px;
    margin-right: 3px;
}

.cms-pricing .title {
    display: block;
    font-family: "Poppins";
    font-size: 22px;
    color: #333;
    margin-top: 2px;
    margin-bottom: 6px;
    font-weight: bold;
}

.cms-pricing .dur {
    display: block;
    font-family: "Poppins";
    font-size: 13px;
    color: #fc0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.cms-pricing .features-list {
    margin-bottom: 26px;
}

.cms-pricing .features-list li {
    font-size: 13px;
    font-style: italic;
    letter-spacing: 0.03em;
    color: #555;
    line-height: 36px;
    position: relative;
}

.cms-pricing .features-list li:before {
    font-family: FontAwesome;
    content: "\f00c";
    width: auto;
    height: auto;
    font-size: 12px;
    margin-right: 13px;
    color: #fc0;
    background-color: transparent;
}

.cms-pricing.active {
    background-image: url('../images/pricing-bg.jpg');
    background-size: cover;
    padding-top: 62px;
    padding-bottom: 75px;
}

@media screen and (min-width:992px) {
    .cms-pricing.active {
        margin-top: -35px;
    }
}

.cms-pricing.active .price {
    color: #fff;
}

.cms-pricing.active .title {
    color: #fff;
}

.cms-pricing.active .features-list li {
    color: #ddd;
}

.cms-pricing .btn {
    padding: 20px 36px;
}

.cms-period .p-top-icon {
    width: 23px;
    height: 23px;
    display: inline-block;
    border: 6px solid #fc0;
    border-radius: 50%;
    margin-bottom: 3px;
}

.cms-period .title {
    text-transform: uppercase;
    color: #fc0;
}

.cms-period .subtitle {
    color: #282828;
    letter-spacing: -0.02em;
    margin-bottom: 26px;
}

.cms-period p {
    letter-spacing: 0.03em;
}

.cms-period .period-tree {
    margin-top: 62px;
}

.cms-period .period-item {
    position: relative;
    height: 83px;
}

.cms-period .period-item .item_title {
    position: absolute;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
    font-family: "Poppins";
    color: #444;
    text-transform: uppercase;
}

.cms-period .period-item .before-dot {
    width: 23px;
    height: 23px;
    display: inline-block;
    border: 6px solid #666;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -11.5px;
}

.cms-period .period-item:before {
    content: "";
    height: 60px;
    width: 1px;
    background: #666;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -0.5px;
    margin-top: 23px;
}

.cms-period .period-item.right .item_title {
    left: 50%;
    right: auto;
    margin-left: 30px;
}

.cms-period .period-item.left .item_title {
    left: auto;
    right: 50%;
    margin-right: 30px;
}

.cms-period .period-item:last-child:after {
    content: "";
    width: 11px;
    height: 11px;
    display: inline-block;
    background: #444;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -5.5px;
    border-radius: 50%;
}

.template-cms_counter_single {
    margin-bottom: 45px;
}

.cms-counter-single {
    position: relative;
}

.cms-counter-single .counter-img {
    position: absolute;
    width: 83px;
    height: 83px;
    background: #fff;
    display: block;
    border-radius: 50%;
    left: 0;
    top: -15px;
}

.cms-counter-single .counter-img img {
    max-width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cms-counter-single .counter-content {
    margin-left: 103px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.cms-counter-single .counter-content .cms-counter {
    font-size: 40px;
    font-family: "Poppins";
    font-weight: 300;
    letter-spacing: 0.01em;
    color: #444;
}

.cms-counter-single .counter-content .counter-title {
    font-size: 13px;
    font-family: "Poppins";
    color: #888889;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 12px;
}

.multiple-counter {
    padding: 20px 0;
}

.multiple-counter .counter-item {
    padding: 33px 0;
    position: relative;
}

@media screen and (min-width:768px) {
    .multiple-counter .counter-item+.counter-item:before {
        position: absolute;
        content: "";
        width: 1px;
        height: 35px;
        display: block;
        background: #fff;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.multiple-counter .cms-counter {
    font-family: "Poppins";
    font-size: 40px;
    letter-spacing: 0.01em;
    font-weight: 700;
    text-transform: uppercase;
}

.multiple-counter .counter-title {
    margin-top: 6px;
    margin-bottom: 0;
    font-family: "Poppins";
    font-size: 13px;
    text-transform: uppercase;
}

.cms-client-wrap .owl-carousel .owl-nav>.owl-prev,
.cms-client-wrap .owl-carousel .owl-nav>.owl-next {
    display: inline-block;
    text-align: center;
    font-size: 21px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cms-client-wrap .owl-carousel .owl-nav>.owl-prev {
    left: -100px;
}

.cms-client-wrap .owl-carousel .owl-nav>.owl-next {
    right: -100px;
}

@media screen and (min-width:1199px) {
    .template-cms_carousel--services.top-overlap {
        margin-top: -120px;
    }
}

.template-cms_carousel--services .cms-carousel-item {
    text-align: center;
}

.template-cms_carousel--services .post-thumbnail {
    position: relative;
    overflow: visible;
}

.template-cms_carousel--services .post-thumbnail .pafter {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 17%;
    overflow: hidden;
}

.template-cms_carousel--services .post-thumbnail .pafter:after {
    content: '';
    height: 100%;
    width: 101%;
    background: #fff;
    position: absolute;
    top: 62%;
    left: 0;
    right: 0;
    -webkit-transform: rotate(-5.6deg);
    -ms-transform: rotate(-5.6deg);
    transform: rotate(-5.6deg);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.template-cms_carousel--services .post-thumbnail .number {
    position: absolute;
    bottom: 0;
    font-family: "Poppins";
    font-size: 70px;
    color: #f1f1f1;
    letter-spacing: -0.02em;
    font-weight: 700;
}

.template-cms_carousel--services .post-thumbnail img {
    -webkit-transform: rotate(0);
    -webkit-backface-visibility: hidden;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 100%;
}

.template-cms_carousel--services a:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.template-cms_carousel--services .cms-carousel-title {
    margin-top: 30px;
    margin-bottom: 5px;
}

.template-cms_carousel--services .cms-carousel-title .entry-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}

@media screen and (min-width:768px) {
    .template-cms_carousel--services .owl-nav {
        position: absolute;
        top: 52%;
        left: -80px;
    }
}

@media screen and (max-width:767px) {
    .template-cms_carousel--services .owl-nav {
        text-align: center;
        margin-top: 20px;
    }
}

.template-cms_carousel--services .owl-nav .owl-prev,
.template-cms_carousel--services .owl-nav .owl-next {
    display: block;
    width: 30px;
    height: 30px;
    background: #efefef;
    border-radius: 50%;
    text-align: center;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

@media screen and (max-width:767px) {

    .template-cms_carousel--services .owl-nav .owl-prev,
    .template-cms_carousel--services .owl-nav .owl-next {
        display: inline-block;
        margin: 0 3px;
    }
}

.template-cms_carousel--services .owl-nav .owl-prev:hover,
.template-cms_carousel--services .owl-nav .owl-next:hover {
    background: #fc0;
    color: #fff;
}

.template-cms_carousel--services .owl-nav .owl-prev {
    margin-bottom: 3px;
}

@media screen and (max-width:767px) {
    .template-cms_carousel--services .owl-nav .owl-prev {
        margin-bottom: 0;
    }
}

.template-cms_carousel--services2 .post-thumbnail img {
    width: 100%;
}

.template-cms_carousel--services2 .content-wrap {
    padding: 20px 15px;
}

.template-cms_carousel--services2 .cats {
    color: #fc0;
}

.template-cms_carousel--services2 .cats a {
    color: #fc0;
    text-transform: uppercase;
    font-family: "Poppins";
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.02em;
}

.template-cms_carousel--services2 .entry-title {
    font-size: 18px;
    line-height: 24px;
}

.template-cms_carousel--services2 .entry-content p {
    line-height: 26px;
}

.template-cms_carousel--services2 .owl-dots {
    margin-top: 36px;
    text-align: center;
}

.template-cms_carousel--project .entry-wrap {
    padding-top: 22px;
}

.template-cms_carousel--project .buildana-blog-loop .entry-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.template-cms_carousel--project .cats {
    color: #fc0;
    font-size: 14px;
    margin-bottom: 10px;
}

.template-cms_carousel--project .cats a {
    color: #fc0;
}

.template-cms_carousel--project .cats a:hover {
    color: #444;
}

.template-cms_carousel--project .entry-content {
    font-size: 14px;
    line-height: 24px;
    color: #555;
    margin-bottom: 20px;
}

.template-cms_carousel--project .owl-dots {
    margin-top: 20px;
    text-align: center;
}

.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5 {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

@media screen and (min-width:992px) {
    .cms-testimonial-vertical {
        background-image: -webkit-linear-gradient(left, transparent 70%, #fc0 50%);
        background-image: linear-gradient(left, transparent 70%, #fc0 50%);
    }
}

.cms-testimonial-vertical .container {
    padding-left: 0;
    padding-right: 0;
}

.cms-testimonial-vertical .col-left {
    padding-top: 95px;
}

.cms-testimonial-vertical .carousel-vertical .testi-item-wrap {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.cms-testimonial-vertical .carousel-vertical .author-avatar {
    display: table-cell;
    width: 70px;
    max-width: 70px;
    vertical-align: middle;
}

.cms-testimonial-vertical .carousel-vertical .author-avatar img {
    border-radius: 3px;
}

.cms-testimonial-vertical .carousel-vertical .author-title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 13px;
}

.cms-testimonial-vertical .carousel-vertical .author-title h5 {
    font-size: 20px;
    text-transform: uppercase;
    color: #444;
    margin-top: 0;
    margin-bottom: 0;
}

.cms-testimonial-vertical .carousel-vertical .author-title p {
    font-family: "Poppins";
    font-size: 12px;
    text-transform: uppercase;
    color: #74726f;
    letter-spacing: 0.02em;
}

.cms-testimonial-vertical .carousel-main .author-wrap {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
}

@media screen and (max-width:767px) {
    .cms-testimonial-vertical .carousel-main .author-wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.cms-testimonial-vertical .carousel-main .author-avatar {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width:480px) {
    .cms-testimonial-vertical .carousel-main .author-avatar {
        display: none;
    }
}

.cms-testimonial-vertical .carousel-main .author-avatar img {
    width: 257px;
    border-radius: 2px;
}

@media screen and (max-width:767px) {
    .cms-testimonial-vertical .carousel-main .author-avatar img {
        width: 100px;
    }
}

.cms-testimonial-vertical .carousel-main .author-content {
    margin-left: 80px;
    padding-left: 237px;
    margin-top: -90px;
    margin-bottom: -90px;
    background: #fc0;
    border-top-left-radius: 220px;
    border-bottom-left-radius: 220px;
    padding-top: 126px;
    padding-bottom: 126px;
}

@media screen and (max-width:991px) {
    .cms-testimonial-vertical .carousel-main .author-content {
        margin-top: -50px;
        margin-bottom: -50px;
        padding-top: 80px;
        padding-bottom: 80px;
        padding-right: 30px;
        border-top-left-radius: 186px;
        border-bottom-left-radius: 186px;
    }
}

@media screen and (max-width:767px) {
    .cms-testimonial-vertical .carousel-main .author-content {
        margin-left: 30px;
        padding-left: 90px;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 15px;
        border-top-left-radius: 135px;
        border-bottom-left-radius: 135px;
    }
}

@media screen and (max-width:480px) {
    .cms-testimonial-vertical .carousel-main .author-content {
        margin-left: 0;
        padding-left: 15px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

.cms-testimonial-vertical .carousel-main .author-content .blockquote {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #fff;
    font-style: italic;
    position: relative;
    padding-top: 45px;
}

.cms-testimonial-vertical .carousel-main .author-content .blockquote:before {
    content: "\f10e";
    font-family: Flaticon;
    font-size: 25px;
    display: inline-block;
    position: relative;
    margin-right: 15px;
    font-style: normal;
    position: absolute;
    left: 1px;
    top: 0;
}

.cms-testimonial-vertical .carousel-main .author-content .blockquote:after {
    content: "\f10d";
    font-family: Flaticon;
    font-size: 25px;
    display: inline-block;
    position: relative;
    margin-left: 15px;
    font-style: normal;
    position: absolute;
    right: 0;
    bottom: -32px;
}

.cms-testimonial-vertical .carousel-main .author-content h5 {
    font-size: 20px;
    margin-top: 18px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.cms-testimonial-vertical .carousel-main .author-content p {
    font-family: "Poppins";
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #333;
}

.carousel-inner.vertical {
    height: 100%;
}

.carousel-inner.vertical>.item {
    -webkit-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner.vertical>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

    .carousel-inner.vertical>.item.next,
    .carousel-inner.vertical>.item.active.right {
        -webkit-transform: translate3d(0, 33.33%, 0);
        transform: translate3d(0, 33.33%, 0);
        top: 0;
    }

    .carousel-inner.vertical>.item.prev,
    .carousel-inner.vertical>.item.active.left {
        -webkit-transform: translate3d(0, -33.33%, 0);
        transform: translate3d(0, -33.33%, 0);
        top: 0;
    }

    .carousel-inner.vertical>.item.next.left,
    .carousel-inner.vertical>.item.prev.right,
    .carousel-inner.vertical>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        top: 0;
    }
}

.carousel-inner.vertical>.active {
    top: 0;
}

.carousel-inner.vertical>.next,
.carousel-inner.vertical>.prev {
    top: 0;
    height: 100%;
    width: auto;
}

.carousel-inner.vertical>.next {
    left: 0;
    top: 33.33%;
    right: 0;
}

.carousel-inner.vertical>.prev {
    left: 0;
    top: -33.33%;
    right: 0;
}

.carousel-inner.vertical>.next.left,
.carousel-inner.vertical>.prev.right {
    top: 0;
}

.carousel-inner.vertical>.active.left {
    left: 0;
    top: -33.33%;
    right: 0;
}

.carousel-inner.vertical>.active.right {
    left: 0;
    top: 33.33%;
    right: 0;
}

#carousel-pager .carousel-control.left {
    bottom: initial;
    width: 100%;
}

#carousel-pager .carousel-control.right {
    top: initial;
    width: 100%;
}

.vc_single_image-wrapper.top-overlap {
    margin-top: -80px;
    padding-bottom: 80px;
}

.wpb_raw_code.top-overlap {
    margin-top: -80px;
    margin-left: 65px;
    margin-right: 65px;
}

@media screen and (max-width:1199px) {
    .wpb_raw_code.top-overlap {
        margin-top: 40px;
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media screen and (max-width:991px) {
    .wpb_raw_code.top-overlap {
        margin-bottom: 40px !important;
    }
}

@media screen and (max-width:767px) {
    .wpb_raw_code.top-overlap {
        margin-top: 15px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px !important;
    }
}

.wpb_raw_code .cms-video-popup {
    padding-top: 225px;
    padding-bottom: 225px;
    display: block;
    text-align: center;
}

@media screen and (max-width:1199px) {
    .wpb_raw_code .cms-video-popup {
        padding-top: 185px;
        padding-bottom: 185px;
    }
}

@media screen and (max-width:767px) {
    .wpb_raw_code .cms-video-popup {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

.video-player {
    width: 100px;
    height: 100px;
    display: inline-block;
    background: #fc0;
    border-radius: 50%;
    text-align: center;
    padding-top: 28px;
}

.video-player i {
    color: #fc0;
    line-height: 45px;
    width: 45px;
    height: 45px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    font-size: 20px;
}

a.cms-video-popup:hover .video-player {
    -webkit-animation: scaleDisappear 0.5s;
    animation: scaleDisappear 0.5s;
}

@media (min-width:480px) and (max-width:767px) {
    .cms-what-doing {
        margin: 0 100px;
    }
}

.cms-what-doing .doing-item {
    float: left;
}

@media screen and (max-width:767px) {
    .cms-what-doing .doing-item {
        width: 100% !important;
        margin-bottom: 30px;
    }

    .cms-what-doing .doing-item:last-child {
        margin-bottom: 0;
    }
}

.cms-what-doing .doing-wrap {
    position: relative;
}

.cms-what-doing .doing-wrap img {
    width: 100%;
}

.cms-what-doing .doing-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.cms-what-doing .doing-wrap:hover:before {
    background: rgba(0, 0, 0, 0.3);
}

.cms-what-doing .doing-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase;
    line-height: 24.44px;
    margin: 0;
}

.cms-what-doing .doing-title a {
    color: inherit;
}

.cms-what-doing .doing-title a:hover {
    color: #fc0;
}

.ef3-back-to-top {
    bottom: 0;
    right: 0;
    width: 60px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    position: fixed;
    z-index: 9999;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    visibility: hidden;
    opacity: 0.7;
    background-color: #fc0;
    -webkit-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
}

.ef3-back-to-top:hover {
    opacity: 1;
    bottom: 10px;
}

.ef3-back-to-top.on {
    visibility: visible;
}

.footer-newsletter {
    position: relative;
    background: #fc0;
    padding: 24px 0 26px 0;
}

.footer-newsletter.newsletter-boxed {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -217px;
    margin-bottom: 120px;
    padding-top: 43px;
    z-index: 1;
}

@media screen and (max-width:767px) {
    .footer-newsletter.newsletter-boxed {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.footer-newsletter.newsletter-boxed .widget_newsletterwidget .wg-title {
    line-height: 1;
    display: block;
    font-size: 20px !important;
    color: #333;
    margin-bottom: 27px;
}

.footer-top {
    position: relative;
    background-color: #0e0e0e;
    color: #bfbfbf;
}

.footer-top .widget {
    margin-bottom: 26px;
    padding-bottom: 0;
}

.footer-top h3,
.footer-top .wg-title {
    font-size: 18px;
    font-weight: 700;
    font-family: "Poppins";
    color: #fff;
    margin-bottom: 29px;
}

.footer-top p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 13px;
}

.footer-top p a {
    color: inherit;
}

.footer-top p a:hover {
    color: #fc0;
}

.footer-top .lbl {
    letter-spacing: 0.03em;
    min-width: 54px;
    display: inline-block;
}

.footer-top .cms-socials {
    padding: 0;
    list-style: none;
}

.footer-top .cms-socials li {
    display: inline-block;
    margin-right: 5px;
}

.footer-top .cms-socials li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 11.3px;
    text-align: center;
    color: #fff;
    background: #1a1a1a;
    border-radius: 50%;
}

.footer-top .cms-socials li a:hover {
    color: #fc0;
}

.footer-top .contact-info p {
    line-height: 34px;
    margin-bottom: 0;
}

.footer-top .btn {
    font-size: 10px;
    padding: 15px 30px;
    letter-spacing: 0.04em;
}

.footer-top .widget_nav_menu ul {
    margin-top: -5px;
}

.footer-top .widget_nav_menu ul li a {
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 400;
    color: #bfbfbf;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    padding: 0;
    line-height: 38px;
}

.footer-top .widget_nav_menu ul li a:before {
    content: "\f10a";
    display: inline-block;
    font-family: "Flaticon";
    font-size: 12px;
    color: #fc0;
    margin-right: 15px;
}

.footer-top .widget_nav_menu ul li a:hover {
    color: #fc0;
}

.footer-top .widget_cms_instagram_widget .row {
    margin: 0 -2px 0 -2px;
    padding-top: 6px;
}

.footer-top .widget_cms_instagram_widget .row>div {
    padding: 2px;
}

.footer-top .widget_cms_instagram_widget img {
    width: 100%;
}

.footer-bottom {
    background-color: #0a0a0a;
    padding: 30px 0;
}

.footer-bottom .widget {
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline-block;
}

.footer-bottom ul {
    padding-left: 0;
    list-style: none;
}

.footer-bottom ul li {
    display: inline-block;
    width: auto;
}

.footer-bottom .footer-bottom-wrap {
    display: inline-flex;
}

.footer-bottom .copyright {
    position: relative;
    font-family: "Poppins";
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.footer-bottom a {
    color: #fc0;
}

.footer-bottom a:hover {
    color: rgba(255, 204, 0, 0.6);
}

.footer-bottom .copyright-col ul li {
    position: relative;
    padding: 0 3px;
}

.footer-bottom .copyright-col ul li+li {
    padding-left: 5px;
}

.footer-bottom .copyright-col ul li+li:before {
    content: "|";
    position: absolute;
    left: -2px;
    width: 3px;
}

.footer-bottom .widget_nav_menu li a:before {
    content: none;
}

.woocommerce .widget-area .widget .wg-title {
    margin: 0 0 15px;
    line-height: 28px;
    color: #444;
}

.woocommerce .widget_product_search form {
    position: relative;
}

.woocommerce .widget_product_search form input[type="search"] {
    box-shadow: none;
    background-color: #fbfbfb;
    margin-bottom: 0;
    padding-right: 40px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.woocommerce .widget_product_search form input[type="search"]:hover,
.woocommerce .widget_product_search form input[type="search"]:focus,
.woocommerce .widget_product_search form input[type="search"]:active {
    border-color: #fc0;
}

.woocommerce .widget_product_search form input[type="search"]:hover+input[type="submit"],
.woocommerce .widget_product_search form input[type="search"]:focus+input[type="submit"],
.woocommerce .widget_product_search form input[type="search"]:active+input[type="submit"] {
    color: #fc0;
}

.woocommerce .widget_product_search form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: none;
    font-size: 15px;
    color: #fff;
    text-align: center;
    text-indent: 1000px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.woocommerce .widget_product_search form input[type="submit"]:hover,
.woocommerce .widget_product_search form input[type="submit"]:active,
.woocommerce .widget_product_search form input[type="submit"]:focus,
.woocommerce .widget_product_search form input[type="submit"]:hover.woocommerce .widget_product_search form input[type="submit"]:active,
.woocommerce .widget_product_search form input[type="submit"]:active.woocommerce .widget_product_search form input[type="submit"]:focus {
    color: #fc0 !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
}

.woocommerce .widget_product_search form:before {
    content: "\f101";
    font-family: Flaticon;
    font-style: normal;
    font-size: inherit;
    position: absolute;
    right: 15px;
    top: 10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.woocommerce .widget_product_search form:hover:before {
    color: #fc0;
}

@media screen and (max-width:767px) {
    .woocommerce .widget-area {
        margin-top: 30px;
    }
}

.woocommerce .product-categories a {
    color: #444;
    display: inline-block;
}

.woocommerce .product-categories a:hover {
    color: #fc0;
}

.woocommerce .product-categories .count {
    float: right;
}

.woocommerce .widget_product_tag_cloud a {
    font-size: 14px !important;
    display: inline-block;
    padding: 5px 18px;
    margin-right: 6px;
    margin-bottom: 10px;
    color: #444;
    line-height: 24px;
    font-weight: 400;
    border: 1px solid #fc0;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.woocommerce .widget_product_tag_cloud a:hover {
    background-color: #fc0;
    color: #fff;
}

.woocommerce .widget_products .wg-title {
    margin-bottom: 6px;
}

.woocommerce .widget_products ul li {
    padding: 15px 0;
}

.woocommerce .widget_products ul.product_list_widget li img {
    float: left;
    margin-right: 12px;
    margin-left: 0;
    width: 70px;
    height: auto;
    box-shadow: none;
}

.woocommerce .widget_products ins {
    background: transparent;
    color: inherit;
}

.woocommerce .widget_products .content-right {
    margin-left: 82px;
}

.woocommerce .widget_products .content-right a {
    color: #444;
    line-height: 22px;
    margin-top: -2px;
}

.woocommerce .widget_products .content-right a:hover {
    color: #fc0;
}

.woocommerce .widget_products .content-right .amount {
    font-size: 16px;
    font-weight: 600;
    line-height: 25.6px;
    color: #fc0;
}

.woocommerce .widget_products .content-right .star-rating {
    font-size: 11px;
    margin-top: 4px;
}

.woocommerce .widget_products .content-right .star-rating>span {
    color: #ffca28;
}

.woocommerce .widget_price_filter {
    margin-bottom: 45px !important;
}

.woocommerce .widget_price_filter .wg-title {
    margin-bottom: 27px;
}

.woocommerce .widget_price_filter .price_slider {
    position: relative;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: transparent;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 6px 0 0 0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content:before {
    content: "";
    display: block;
    background-color: #eeeff0;
    height: 4px;
    width: 100%;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    background-color: #fc0;
    left: 0;
    top: 6px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    height: 4px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    cursor: ew-resize;
    background: #fc0;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle[style="left: 100%;"] {
    margin-left: -16px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before {
    display: block;
    content: attr(data-title);
    position: absolute;
    top: 29px;
    left: 50%;
    font-size: 12px;
    font-weight: 600;
    color: #ababab;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.woocommerce .widget_price_filter .price_slider_amount {
    margin-top: 20px;
    display: block;
    overflow: hidden;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    padding: 7.5px 22px;
    font-size: 12px;
    letter-spacing: 0.1em;
}

.woocommerce .widget_price_filter .price_slider_amount .button:before {
    display: none;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:active,
.woocommerce .widget_price_filter .price_slider_amount .button:focus,
.woocommerce .widget_price_filter .price_slider_amount .button:hover.woocommerce .widget_price_filter .price_slider_amount .button:active,
.woocommerce .widget_price_filter .price_slider_amount .button:active.woocommerce .widget_price_filter .price_slider_amount .button:focus {
    box-shadow: none;
    outline: none;
    border: 0;
    background: #fc0;
}

.woocommerce .widget_price_filter .price_label {
    display: inline-block !important;
    float: right;
}

.woocommerce .widget_shopping_cart ul {
    padding-left: 0;
}

.woocommerce .widget_shopping_cart ul li {
    position: relative;
    margin-bottom: 30px;
}

.woocommerce .widget_shopping_cart .remove {
    float: right;
    line-height: 1;
}

.woocommerce .widget_shopping_cart .wp-post-image {
    float: left;
    width: 50px;
    margin-right: 15px;
}

.woocommerce .widget_shopping_cart h5 {
    font-size: 14px;
    margin-bottom: 0;
}

.woocommerce .widget_shopping_cart .quantity {
    font-size: 12px;
    font-family: "Poppins";
}

.woocommerce .widget_shopping_cart .variation {
    margin-bottom: 0;
}

.woocommerce .widget_shopping_cart .variation dt,
.woocommerce .widget_shopping_cart .variation dd {
    margin-bottom: 0;
    display: inline-block;
}

.woocommerce .widget_shopping_cart .total {
    font-family: "Poppins";
    text-align: center;
    margin: 30px 0;
}

.woocommerce .widget_shopping_cart .buttons {
    text-align: center;
}

.woocommerce .widget_shopping_cart .buttons a {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    text-align: center;
    color: #fff;
    border: 0;
    background-color: #fc0;
    border-radius: 2px;
    position: relative;
    vertical-align: middle;
    letter-spacing: 0.03em;
    padding: 18px 20px;
    min-width: 120px;
    margin: 0 2.5px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.woocommerce .widget_shopping_cart .buttons a:hover,
.woocommerce .widget_shopping_cart .buttons a:active,
.woocommerce .widget_shopping_cart .buttons a:focus {
    box-shadow: none;
    outline: none;
    border: 0;
    background-color: #2d3192;
}

.woocommerce-result-count {
    display: inline-block;
    margin-bottom: 30px;
    line-height: 50px;
}

@media screen and (max-width:479px) {
    .woocommerce-result-count {
        float: none;
    }
}

.woocommerce-ordering {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    float: right;
}

@media screen and (max-width:479px) {
    .woocommerce-ordering {
        float: none;
    }
}

.woocommerce-ordering:after {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 48px;
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 14px;
}

.woocommerce-ordering select {
    padding-top: 0;
    padding-bottom: 0;
    min-width: 230px;
    margin-bottom: 0;
    font-size: 13px;
    padding: 10px 12px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.woocommerce-ordering select::-ms-expand {
    display: none;
}

ul.products {
    list-style: none;
    margin: 0 -25px;
    padding: 0;
}

@media (min-width:768px) {
    ul.products {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

ul.products .product {
    padding: 0 25px;
    margin-bottom: 80px;
}

@media screen and (min-width:992px) {
    .is-sidebar-right ul.products {
        margin: 0 -6px 0 -25px;
    }
}

@media (min-width:768px) {
    .columns-2 .products.grid .product {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .columns-3 .products.grid .product {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .columns-4 .products.grid .product {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width:992px) {
    .columns-2 .products.grid .product {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .columns-3 .products.grid .product {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .columns-4 .products.grid .product {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media (min-width:1200px) {
    .columns-2 .products.grid .product {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .columns-3 .products.grid .product {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .columns-4 .products.grid .product {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.wc-product-wrap {
    position: relative;
}

.wc-img-wrap {
    overflow: hidden;
}

.wc-img-wrap img {
    width: 100%;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}

.wc-img-wrap a:hover img {
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-transform: rotate(-2deg) scale(1.1);
    -ms-transform: rotate(-2deg) scale(1.1);
    transform: rotate(-2deg) scale(1.1);
}

.wc-loop-content-wrap {
    padding: 18px 35px 18px 35px;
}

.onsale {
    display: none;
}

.wc-loop-title {
    font-size: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #454545;
}

.wc-loop-title a {
    color: inherit;
}

.wc-loop-title a:hover {
    color: #fc0;
}

.star-rating {
    color: #fc0;
    font-size: 11px;
    width: 60px;
    letter-spacing: 0.2em;
    position: relative;
    text-align: left;
    white-space: nowrap;
    display: inline-block;
    margin-right: 10px;
}

.star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    font-family: 'FontAwesome';
    display: block;
}

.star-rating span {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.star-rating span:before {
    font-family: 'FontAwesome';
    color: #fc0;
    font-size: 11px;
    content: "\f005\f005\f005\f005\f005";
    display: block;
}

.star-rating+.woocommerce-review-link {
    font-size: 14px;
    letter-spacing: 0.03em;
    color: #fc0;
}

.star-rating+.woocommerce-review-link:hover {
    color: #444;
}

.stars {
    margin: 0 -5px;
}

.stars a {
    font-size: 0;
    margin: 0 5px;
    color: #ababab;
    -webkit-transition: ;
    transition: ;
}

.stars a:before {
    font-size: 11px;
    font-family: 'FontAwesome';
}

.stars a.star-1:before {
    content: "\f006";
}

.stars a.star-2:before {
    content: "\f006\f006";
}

.stars a.star-3:before {
    content: "\f006\f006\f006";
}

.stars a.star-4:before {
    content: "\f006\f006\f006\f006";
}

.stars a.star-5:before {
    content: "\f006\f006\f006\f006\f006";
}

.stars a.star-1:hover:before,
.stars a.star-1.active:before {
    content: "\f005";
}

.stars a.star-2:hover:before,
.stars a.star-2.active:before {
    content: "\f005\f005";
}

.stars a.star-3:hover:before,
.stars a.star-3.active:before {
    content: "\f005\f005\f005";
}

.stars a.star-4:hover:before,
.stars a.star-4.active:before {
    content: "\f005\f005\f005\f005";
}

.stars a.star-5:hover:before,
.stars a.star-5.active:before {
    content: "\f005\f005\f005\f005\f005";
}

.stars a:hover,
.stars a.active {
    color: #f4cb3d;
}

ul.products .price {
    position: absolute;
    font-family: "Poppins";
    font-weight: 700;
    background: #656565;
    border-radius: 23px;
    height: 46px;
    padding: 9px 63px 9px 35px;
    color: #fff;
    bottom: -22px;
    right: 3px;
    transform-origin: right;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: flex;
}

@media screen and (max-width:1199px) {
    ul.products .price {
        right: 6px;
    }
}

@media screen and (max-width:767px) {
    ul.products .price {
        right: 9px;
    }
}

ul.products .price ins {
    margin-right: 4px;
    font-size: 16px;
    background: transparent;
}

ul.products .price del {
    font-size: 12px;
    color: #cfcfcf;
}

.icon-shopping-cart,
.icon-shopping-cart-add {
    font-size: 15px;
    width: 48px;
    height: 48px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #fc0;
    border-radius: 50%;
    line-height: 46px;
    position: absolute;
    right: -21px;
    bottom: 0px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

@media screen and (max-width:1199px) {

    .icon-shopping-cart,
    .icon-shopping-cart-add {
        right: -18px;
    }
}

@media screen and (max-width:767px) {

    .icon-shopping-cart,
    .icon-shopping-cart-add {
        right: -15px;
    }
}

.icon-shopping-cart:before,
.icon-shopping-cart-add:before {
    content: "\f109";
    font-family: Flaticon;
    font-style: normal;
    font-size: inherit;
}

.icon-shopping-cart:hover,
.icon-shopping-cart-add:hover {
    background: #fbfcfc;
    color: #fc0;
}

.woocommerce-pagination {
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}

.woocommerce-pagination .pagination {
    margin-bottom: 0;
    border-width: 10px 12px;
    border-style: solid;
    border-color: #f2f2f2;
    border-radius: 5px;
}

.woocommerce-pagination .pagination ul.page-numbers {
    box-shadow: 0px 1px 15px 2px #dadada;
    padding: 20px 40px;
}

.woocommerce-pagination .pagination ul.page-numbers li {
    display: inline-block;
    margin-right: 0 !important;
    text-align: center;
    border: 0 !important;
}

.woocommerce-pagination .pagination ul.page-numbers li .page-numbers {
    position: relative;
    float: left;
    text-align: center;
    line-height: 50px;
    border: none;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 700;
    min-width: 50px;
    background-color: #fafafa;
    text-transform: uppercase;
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

.woocommerce-pagination .pagination ul.page-numbers li .page-numbers.prev,
.woocommerce-pagination .pagination ul.page-numbers li .page-numbers.next {
    border-radius: 0px;
    background-color: transparent;
    width: auto;
    height: auto;
    display: inline;
}

.woocommerce-pagination .pagination ul.page-numbers li .page-numbers.prev i,
.woocommerce-pagination .pagination ul.page-numbers li .page-numbers.next i {
    margin: 0 5px;
}

.woocommerce-pagination .pagination ul.page-numbers li .page-numbers.prev {
    margin-right: 30px;
}

.woocommerce-pagination .pagination ul.page-numbers li .page-numbers.next {
    margin-left: 30px;
    margin-right: 0;
}

.woocommerce-pagination .pagination ul.page-numbers li .page-numbers.current,
.woocommerce-pagination .pagination ul.page-numbers li .page-numbers:hover {
    color: #fc0;
}

.woocommerce-message {
    border-top-color: #fc0 !important;
    /* WooCommerce 3.0 Gallery */
}

.woocommerce-message:before {
    color: #fc0 !important;
}

.woocommerce-product-gallery {
    position: relative;
    display: block;
    overflow: hidden;
    direction: ltr;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    max-width: inherit;
    /* Gallery only */
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    /* Slider thumb */
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images>.woocommerce-product-gallery__wrapper {
    margin-left: -5px;
    margin-right: -5px;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images>.woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image:nth-child(1) {
    margin: 0 5px;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images>.woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image:nth-child(n+2) {
    float: left;
    margin: 10px 10px 0;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-2>figure>.woocommerce-product-gallery__image:nth-child(n+2) {
    width: calc(50% - 10px);
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-3>figure>.woocommerce-product-gallery__image:nth-child(n+2) {
    width: calc(33.3333% - 10px);
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4>figure>.woocommerce-product-gallery__image:nth-child(n+2) {
    width: calc(25% - 10px);
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-5>figure>.woocommerce-product-gallery__image:nth-child(n+2) {
    width: calc(20% - 10px);
}

.woocommerce-product-gallery .flex-control-thumbs {
    margin: 0 -5px;
    padding: 0;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    float: left;
    cursor: pointer;
    padding: 10px 5px 0;
    position: relative;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
    width: 100%;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 50%;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.3333%;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 20%;
}

.woocommerce-product-gallery figure {
    margin: 0;
}

.woocommerce-product-gallery figure img {
    width: 100%;
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    text-indent: -999px;
    overflow: hidden;
    text-decoration: none;
    background-color: #444;
    color: #fff;
    width: 37px;
    height: 37px;
    line-height: 37px;
    /**
 * Single Product 
*/
}

.woocommerce-product-gallery__trigger:hover {
    background-color: #fc0;
    color: #fff;
}

.woocommerce-product-gallery__trigger:before {
    font-family: "FontAwesome";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f00e";
    text-indent: 0;
}

.woocommerce-product-gallery__trigger img {
    display: none;
}

.single-product .woocommerce-message {
    border: 1px solid #fc0;
    padding: 20px 30px;
    margin-bottom: 50px;
    background: #fc0;
    color: #fff;
    font-size: 18px;
}

.single-product .woocommerce-message a {
    color: #fff;
}

.single-product .woocommerce-message a:hover {
    color: #444;
}

.single-product .woocommerce-message:before {
    color: #fc0;
}

@media screen and (min-width:1200px) {
    .single-product .img-summary-wrap.row {
        margin: 0 -30px;
    }

    .single-product .img-summary-wrap.row>div {
        padding: 0 30px;
    }
}

.single-product .img-summary-wrap {
    padding-bottom: 40px;
}

.single-product .img-summary-wrap>div {
    margin-bottom: 30px;
}

.single-product .product-title {
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    color: #454545;
    margin-bottom: 0;
}

.single-product .woocommerce-product-rating {
    display: inline-block;
    margin-right: 50px;
}

@media screen and (min-width:480px) {
    .single-product .woocommerce-product-rating {
        float: right;
    }
}

.single-product .entry-summary .price {
    margin-top: 7px;
    margin-bottom: 20px;
}

.single-product .entry-summary .price ins {
    font-size: 20px;
    float: left;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    background: transparent;
    font-family: "Poppins";
    padding: 0;
    margin-right: 5px;
}

.single-product .woocommerce-product-details__short-description {
    font-size: 15px;
    line-height: 24px;
    color: #a6a6a6;
    letter-spacing: 0.03em;
    font-style: italic;
    margin-bottom: 45px;
}

.single-product form.cart {
    display: inline-block;
    margin-right: 5px;
}

@media screen and (max-width:479px) {
    .single-product form.cart {
        margin-bottom: 10px;
    }
}

.single-product form.cart .quantity {
    display: inline-block;
    vertical-align: top;
    margin-right: 36px;
}

@media screen and (max-width:479px) {
    .single-product form.cart .quantity {
        margin-right: 5px;
    }
}

.single-product form.cart .quantity .qty {
    border: 3px solid #f2f2f2;
    border-radius: 2px;
    max-width: 100px;
    padding: 6px 20px !important;
    font-style: 14px;
    font-weight: bold;
}

.single-product form.cart .single_add_to_cart_button {
    padding: 19px 30px;
}

.single-product form.cart table.variations {
    margin-bottom: 0;
}

.single-product form.cart table.variations td,
.single-product form.cart table.variations th {
    border-color: transparent;
    padding: 0;
}

.single-product form.cart table.variations label {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 700;
    color: #666;
    margin-top: 15px;
}

.single-product form.cart table.variations select {
    margin-bottom: 0 !important;
    padding: 8px 12px;
}

.single-product form.cart table.variations .reset_variations {
    margin-top: 10px;
    display: block;
}

.single-product form.cart .woocommerce-variation-price {
    margin-bottom: 20px;
}

.single-product .yith-wcwl-add-to-wishlist,
.single-product .compare-button {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.single-product .yith-wcwl-add-to-wishlist+.clear,
.single-product .compare-button+.clear,
.single-product .yith-wcwl-add-to-wishlist+.clear,
.single-product .compare-button+.clear {
    display: none;
}

.single-product .yith-wcwl-add-to-wishlist {
    margin-right: 2px;
}

.single-product .yith-wcwl-add-to-wishlist a,
.single-product a.compare {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #f2f2f2;
    font-size: 0;
    text-align: center;
    cursor: pointer;
    padding: 0 !important;
    margin: 0 0 4px !important;
    border-radius: 3px;
}

.single-product .yith-wcwl-add-to-wishlist a:after,
.single-product a.compare:after {
    font-family: 'FontAwesome';
    color: #666;
    font-size: 14px;
    line-height: 48px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.single-product .yith-wcwl-add-to-wishlist a:hover,
.single-product a.compare:hover {
    background: #fc0;
}

.single-product .yith-wcwl-add-to-wishlist a:hover:after,
.single-product a.compare:hover:after {
    color: #fff;
}

.single-product .yith-wcwl-add-to-wishlist a+img {
    display: none !important;
}

.single-product .yith-wcwl-add-to-wishlist a:after {
    content: "\f004";
}

.single-product a.compare:after {
    content: "\f079";
}

.single-product .yith-wcwl-add-to-wishlist .feedback,
.single-product .compare-button .feedback {
    display: none;
}

.single-product .product_meta {
    margin-top: 32px;
}

.single-product .product_meta .posted_in,
.single-product .product_meta .tagged_as {
    margin: 0;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 500;
    color: #454545;
    line-height: 28px;
    display: block;
}

.single-product .product_meta .posted_in a,
.single-product .product_meta .tagged_as a {
    font-family: "Lato";
    font-size: 14px;
    font-style: italic;
    color: #333;
    line-height: 28px;
}

.single-product .product_meta .posted_in a:hover,
.single-product .product_meta .tagged_as a:hover {
    color: #fc0;
}

.single-product .product_meta .cat-list,
.single-product .product_meta .tag-list {
    display: inline;
}

.single-product .product-sharing {
    margin-top: 10px;
}

.single-product .product-sharing a {
    font-size: 11px;
    color: #444;
    margin-right: 14px;
}

.single-product .product-sharing a:hover {
    color: #fc0;
}

.single-product .upsells {
    margin-top: 50px;
}

.single-product .upsells h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.single-product .upsells ul.products .product {
    margin-bottom: 30px;
}

.single-product .related {
    margin-top: 50px;
}

.single-product .related h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.single-product .related ul.products .product {
    margin-bottom: 30px;
}

.woocommerce-tabs ul.tabs {
    display: none;
}

.woocommerce-tabs .panel {
    display: block !important;
    box-shadow: none;
}

.woocommerce-tabs .woocommerce-Tabs-panel--description h2 {
    display: none;
}

.woocommerce-tabs .woocommerce-Tabs-panel--description p {
    margin-bottom: 30px;
}

.woocommerce-tabs .woocommerce-Tabs-panel--description ul.list2 {
    margin-top: 14px;
    margin-bottom: 38px;
}

.woocommerce-tabs .woocommerce-Tabs-panel--additional_information h2 {
    display: none;
}

.woocommerce-tabs table {
    border-width: 20px;
    border-style: solid;
    border-color: #f2f2f2;
}

.woocommerce-tabs table tbody {
    box-shadow: 0px 1px 15px 2px #dadada;
}

.woocommerce-tabs table tbody th,
.woocommerce-tabs table tbody td {
    border-color: #f2f2f2;
    font-family: "Poppins";
    font-size: 13px;
    color: #666;
    line-height: 28px;
    letter-spacing: 0.03em;
}

.woocommerce-tabs table tbody th {
    padding-left: 50px;
}

@media screen and (max-width:767px) {
    .woocommerce-tabs table tbody th {
        padding-left: 15px;
    }
}

.woocommerce-tabs table tbody td {
    padding-left: 20px;
}

@media screen and (max-width:767px) {
    .woocommerce-tabs table tbody td {
        padding-left: 15px;
    }
}

.woocommerce-tabs table tbody tr:first-child th,
.woocommerce-tabs table tbody tr:first-child td {
    padding-top: 50px;
}

@media screen and (max-width:767px) {

    .woocommerce-tabs table tbody tr:first-child th,
    .woocommerce-tabs table tbody tr:first-child td {
        padding-top: 20px;
    }
}

.woocommerce-tabs table tbody tr:last-child th,
.woocommerce-tabs table tbody tr:last-child td {
    padding-bottom: 50px;
}

@media screen and (max-width:767px) {

    .woocommerce-tabs table tbody tr:last-child th,
    .woocommerce-tabs table tbody tr:last-child td {
        padding-bottom: 20px;
    }
}

.woocommerce-tabs .woocommerce-Tabs-panel--reviews {
    margin-top: 95px;
}

.product-navigation {
    margin-top: 70px;
}

.product-navigation .nav-links a {
    max-width: 150px;
    min-width: 120px;
    padding: 19px 20px;
}

.product-navigation .nav-links .pro-prev {
    margin-right: 3px;
}

.woocommerce-Reviews {
    /* 12.4 - shop cart */
}

.woocommerce-Reviews ol.commentlist {
    padding-left: 0;
    margin-bottom: 65px;
    list-style: none;
}

.woocommerce-Reviews ol.commentlist li {
    padding-bottom: 5px;
}

.woocommerce-Reviews ol.commentlist li .comment_container {
    margin-top: 45px;
    padding-left: 56px;
    padding-bottom: 55px;
    position: relative;
    background-color: #fafafa;
}

@media screen and (max-width:767px) {
    .woocommerce-Reviews ol.commentlist li .comment_container {
        padding-left: 0;
    }
}

.woocommerce-Reviews ol.commentlist li .comment_container:after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -28px;
    background-color: #fff;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.woocommerce-Reviews ol.commentlist li .comment_container>img {
    float: left;
    width: 90px;
    margin-top: -27px;
    margin-right: 40px;
}

.woocommerce-Reviews ol.commentlist li .comment_container .comment-text {
    padding-top: 40px;
}

.woocommerce-Reviews ol.commentlist li .comment_container .comment-text .star-rating {
    display: inline-block;
}

.woocommerce-Reviews ol.commentlist li .comment_container .comment-text .meta {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.woocommerce-Reviews ol.commentlist li .comment_container .comment-text .description {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #555;
    margin-top: 13px;
}

.woocommerce-Reviews ol.commentlist li .comment_container .comment-text .woocommerce-review__author {
    font-family: "Poppins";
    font-size: 18px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 5px;
}

.woocommerce-Reviews ol.commentlist li .comment_container .comment-text .woocommerce-review__dash {
    display: none;
}

.woocommerce-Reviews ol.commentlist li .comment_container .comment-text .woocommerce-review__published-date {
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.01em;
    color: #fc0;
}

.woocommerce-Reviews .comment-reply-title {
    font-family: "Poppins";
    font-size: 20px;
    color: #272727;
    font-weight: bold;
}

.woocommerce-Reviews .comment-form .row {
    margin: 0 -5px;
}

.woocommerce-Reviews .comment-form .row>div {
    padding: 0 5px;
}

.woocommerce-Reviews .comment-form p {
    margin-bottom: 10px;
}

.woocommerce-Reviews .comment-form-rating span {
    float: left;
    font-size: 11px;
    letter-spacing: 0.03em;
    color: #888;
    margin-right: 10px;
}

.woocommerce-Reviews .form-submit {
    margin-top: 30px;
}

.woocommerce-Reviews .form-submit .submit {
    background: #fc0;
    color: #fff;
}

.woocommerce-Reviews .form-submit .submit:hover,
.woocommerce-Reviews .form-submit .submit:active,
.woocommerce-Reviews .form-submit .submit:focus,
.woocommerce-Reviews .form-submit .submit:active:hover {
    background: #050505;
    color: #fff;
}

.woocommerce-cart .woocommerce-message {
    border-top-color: #fc0;
}

.woocommerce-cart .woocommerce-message:before {
    color: #fc0;
}

.woocommerce-cart .entry-content {
    border-width: 20px;
    border-style: solid;
    border-color: #f2f2f2;
}

.woocommerce-cart .entry-content>.woocommerce {
    box-shadow: 0px 1px 15px 2px #dadada;
}

.woocommerce-cart .cart-empty {
    padding: 20px 30px 0 30px;
}

.woocommerce-cart .return-to-shop {
    padding: 0 30px 20px 30px;
}

.woocommerce-cart table.cart {
    border: 0;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.woocommerce-cart table.cart tr:hover {
    background: #f9f9f9;
}

.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
    border: 1px solid #f2f2f2;
}

.woocommerce-cart table.cart th {
    padding: 20px 10px;
    vertical-align: middle;
    text-align: left;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #2a2a2a;
    border-color: #2a2a2a;
}

.woocommerce-cart table.cart th.product-price,
.woocommerce-cart table.cart th.product-quantity,
.woocommerce-cart table.cart th.product-subtotal {
    text-align: center;
}

.woocommerce-cart table.cart td {
    border-top-color: transparent;
    border-bottom: 1px solid #f2f2f2;
    padding: 29px 15px;
    vertical-align: middle;
}

.woocommerce-cart table.cart td,
.woocommerce-cart table.cart td a {
    color: #444;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
}

.woocommerce-cart table.cart td a:hover {
    color: #fc0;
}

.woocommerce-cart table.cart .product-remove {
    text-align: center;
}

@media screen and (min-width:992px) {
    .woocommerce-cart table.cart .product-remove {
        width: 95px;
    }
}

.woocommerce-cart table.cart .product-remove a {
    color: #444;
    background: transparent;
    display: inline-block;
}

.woocommerce-cart table.cart .product-remove a:hover {
    color: #fc0;
}

.woocommerce-cart table.cart td.product-thumbnail {
    text-align: center;
    width: 80px;
}

.woocommerce-cart table.cart td.product-thumbnail img {
    padding: 0;
    width: 60px;
}

@media screen and (min-width:992px) {
    .woocommerce-cart table.cart td.product-name {
        width: 33%;
    }
}

.woocommerce-cart table.cart td.product-name>a {
    font-size: 15px;
    text-transform: uppercase;
    display: block;
}

.woocommerce-cart table.cart td.product-name .woocommerce-product-rating {
    margin-bottom: 8px;
}

.woocommerce-cart table.cart td.product-name .star-rating {
    font-size: 11px;
    color: #ffca28;
    width: 62px;
    height: 15px;
}

.woocommerce-cart table.cart td.product-name dl.variation dd,
.woocommerce-cart table.cart td.product-name dl.variation dt {
    margin: 0;
    padding: 0;
}

.woocommerce-cart table.cart td.product-name dl.variation dd p,
.woocommerce-cart table.cart td.product-name dl.variation dt p {
    line-height: 22px;
}

.woocommerce-cart table.cart td.product-price {
    text-align: center;
}

.woocommerce-cart table.cart td.product-price span {
    font-size: 16px;
    color: #555;
    font-weight: bold;
}

.woocommerce-cart table.cart td.product-quantity {
    text-align: center;
}

.woocommerce-cart table.cart .product-subtotal {
    text-align: center;
}

.woocommerce-cart table.cart .product-subtotal span {
    font-size: 16px;
    color: #555;
    font-weight: bold;
}

.woocommerce-cart table.cart .quantity {
    padding-right: 0;
}

.woocommerce-cart table.cart .quantity .qty {
    background: #fff;
    width: 100px;
    height: 48px;
    font-weight: 500;
    float: none;
    border: 3px solid #f2f2f2;
    border-radius: 3px;
    display: inline-block;
    padding: 8px 12px;
}

.woocommerce-cart table.cart .quantity .plus,
.woocommerce-cart table.cart .quantity .minus {
    width: 30px;
    height: 42px;
    font-size: 22px;
    font-weight: 500;
    background-color: #eee;
    color: #666;
    border: 1px solid #ddd;
}

.woocommerce-cart table.cart .quantity .plus:focus,
.woocommerce-cart table.cart .quantity .minus:focus {
    outline: none;
}

.woocommerce-cart table.cart .quantity .minus {
    top: 0;
    left: 0;
}

.woocommerce-cart table.cart .quantity .plus {
    top: 0;
    right: 0;
    border-bottom: 1px solid #ddd;
}

.woocommerce-cart table.cart tr:last-child {
    background: #fc0;
}

.woocommerce-cart table.cart td.actions {
    border: 0;
    padding: 8px 30px 18px 30px;
}

.woocommerce-cart table.cart td.actions .coupon {
    padding-bottom: 0;
}

.woocommerce-cart table.cart td.actions .coupon label {
    display: none;
}

.woocommerce-cart table.cart td.actions .coupon input[type="text"] {
    display: inline-block;
    max-width: 270px;
    float: left;
    margin-right: 5px;
    margin-top: 10px;
}

.woocommerce-cart table.cart td.actions .coupon input[type="text"]:focus {
    outline: 0;
    border-color: transparent;
}

.woocommerce-cart table.cart td.actions button[type="submit"],
.woocommerce-cart table.cart td.actions input[type="submit"] {
    cursor: pointer;
    height: 50px;
    margin-top: 10px;
}

.woocommerce-cart table.cart td.actions button[type="submit"]:hover,
.woocommerce-cart table.cart td.actions input[type="submit"]:hover,
.woocommerce-cart table.cart td.actions button[type="submit"]:active,
.woocommerce-cart table.cart td.actions input[type="submit"]:active,
.woocommerce-cart table.cart td.actions button[type="submit"]:focus,
.woocommerce-cart table.cart td.actions input[type="submit"]:focus {
    background-color: #fff;
    color: #333;
}

.woocommerce-cart table.cart td.actions .checkout-button {
    float: right;
    margin-top: 10px;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 19px 50px;
    line-height: 1;
    height: 50px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border: 0;
    background-color: #fc0;
    border-radius: 2px;
    position: relative;
    vertical-align: middle;
    letter-spacing: 0.03em;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.woocommerce-cart table.cart td.actions .checkout-button:hover,
.woocommerce-cart table.cart td.actions .checkout-button:active,
.woocommerce-cart table.cart td.actions .checkout-button:focus {
    box-shadow: none;
    outline: none;
    border: 0;
    background-color: #fff;
    color: #333;
}

@media screen and (max-width:767px) {
    .woocommerce-cart table.cart thead {
        display: none;
    }

    .woocommerce-cart table.cart tbody tr {
        display: block;
    }

    .woocommerce-cart table.cart tbody tr:last-child {
        display: table-row;
    }

    .woocommerce-cart table.cart tbody td {
        border-top: 0;
        display: block;
        text-align: right !important;
        padding: 10px 15px;
    }

    .woocommerce-cart table.cart tbody td:before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
    }

    .woocommerce-cart table.cart tbody td.product-remove:before,
    .woocommerce-cart table.cart tbody td.product-thumbnail:before {
        content: none;
    }

    .woocommerce-cart table.cart tbody td.product-thumbnail {
        width: 100%;
    }

    .woocommerce-cart table.cart tbody td.product-thumbnail a {
        display: block;
        text-align: center;
    }

    .woocommerce-cart table.cart td.actions {
        padding: 8px 15px 18px 15px;
        display: table-cell;
    }

    .woocommerce-cart table.cart td.actions:before {
        content: none;
    }

    .woocommerce-cart table.cart td.actions .coupon input[type="text"] {
        float: none;
        width: 100%;
        max-width: 100%;
    }

    .woocommerce-cart table.cart td.actions input[type="submit"] {
        width: 100%;
    }

    .woocommerce-cart table.cart td.actions .checkout-button {
        width: 100%;
        float: none;
        padding: 19px 20px;
    }

    .woocommerce-cart .cart_item {
        margin-bottom: 15px;
    }
}

.woocommerce-cart .shipping-calculator-form {
    display: block;
}

.woocommerce-cart .cart-collaterals {
    margin-top: 80px;
}

.woocommerce-cart .cart-collaterals h2 {
    font-size: 20px;
    letter-spacing: 0.03em;
    margin-left: 15px;
    margin-bottom: 20px;
}

.woocommerce-cart .cart-collaterals table {
    margin: 0;
}

.woocommerce-cart .cart-collaterals table th,
.woocommerce-cart .cart-collaterals table td {
    border-color: #f2f2f2;
    padding: 20px 15px;
}

.woocommerce-cart .cart-collaterals table th {
    font-family: "Poppins";
    letter-spacing: 0.03em;
    font-weight: bold;
    font-size: 12px;
}

.woocommerce-cart .cart-collaterals table ul {
    padding-left: 0;
    list-style: none;
}

.woocommerce-cart .cart-collaterals .select2-container .select2-choice,
.woocommerce-cart .cart-collaterals .select2-container .select2-selection {
    height: 50px !important;
    padding: 10px 12px !important;
}

.woocommerce-cart .cart-collaterals .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    width: 50px;
}

.woocommerce-checkout .woocommerce-message {
    border-top-color: #fc0;
}

.woocommerce-checkout .woocommerce-message:before {
    color: #fc0;
}

.woocommerce-checkout .entry-content {
    border-width: 20px;
    border-style: solid;
    border-color: #f2f2f2;
}

.woocommerce-checkout .entry-content>.woocommerce {
    box-shadow: 0px 1px 15px 2px #dadada;
    padding: 83px 80px 80px 80px;
}

@media screen and (max-width:1199px) {
    .woocommerce-checkout .entry-content>.woocommerce {
        padding: 53px 50px 50px 50px;
    }
}

@media screen and (max-width:991px) {
    .woocommerce-checkout .entry-content>.woocommerce {
        padding: 33px 30px 30px 30px;
    }
}

@media screen and (max-width:991px) {
    .woocommerce-checkout .entry-content>.woocommerce {
        padding: 18px 15px 15px 15px;
    }
}

.woocommerce-checkout .woocommerce-info {
    font-family: "Poppins";
    font-style: 13px;
    color: #484848;
}

.woocommerce-checkout .woocommerce-info a {
    color: #fc0;
}

.woocommerce-checkout .woocommerce-info a:hover {
    color: #444;
}

.woocommerce-checkout form.checkout {
    margin-top: 57px;
}

.woocommerce-checkout form.checkout h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #444;
}

.woocommerce-checkout form.checkout #order_review_heading {
    display: none;
}

.woocommerce-checkout form.checkout .select2-container .select2-choice,
.woocommerce-checkout form.checkout .select2-container .select2-selection {
    height: 50px !important;
    padding: 10px 12px !important;
    border-color: transparent;
    background: #fbfbfb;
    padding-left: 20px !important;
}

.woocommerce-checkout form.checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #888;
    font-size: 11px;
}

.woocommerce-checkout form.checkout .select2-container--open.select2-container .select2-selection {
    border-color: #fc0;
}

.woocommerce-checkout form.checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    width: 50px;
}

.woocommerce-checkout form.checkout .col2-set .col-2 {
    margin-top: 50px;
}

.woocommerce-shipping-fields h3 {
    position: relative;
}

.woocommerce-shipping-fields h3 label {
    margin: 0;
}

.woocommerce-shipping-fields h3 input[type="checkbox"] {
    position: absolute;
    right: 0px;
    top: 5px;
}

@media screen and (max-width:479px) {
    .woocommerce-shipping-fields h3 input[type="checkbox"] {
        position: relative;
        right: auto;
        top: 0;
        left: 0;
        margin: 0;
    }
}

.woocommerce-checkout-review-order {
    background-image: url('../images/checkout-review-bg.jpg');
    background-size: cover;
    padding: 44px 50px 75px 50px;
}

@media screen and (max-width:767px) {
    .woocommerce-checkout-review-order {
        padding: 4px 15px 35px 15px;
    }
}

.woocommerce-checkout-review-order table {
    border-color: transparent;
    margin: 0 0 50px 0;
    border-radius: 0;
}

.woocommerce-checkout-review-order table thead th {
    font-family: "Poppins";
    font-size: 13px;
    letter-spacing: 0.03em;
    padding: 23px 0;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border: 0;
}

.woocommerce-checkout-review-order table thead .product-total {
    text-align: right;
}

.woocommerce-checkout-review-order table tbody td {
    padding: 7px 0;
    font-family: "Poppins";
    font-size: 13px;
    letter-spacing: 0.03em;
    color: #fff;
    border: 0;
}

.woocommerce-checkout-review-order table tbody td+td {
    text-align: right;
}

.woocommerce-checkout-review-order table tbody td.product-name dl.variation dd,
.woocommerce-checkout-review-order table tbody td.product-name dl.variation dt {
    float: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.woocommerce-checkout-review-order table tfoot th,
.woocommerce-checkout-review-order table tfoot td {
    border: 0;
    font-family: "Poppins";
    font-size: 13px;
    letter-spacing: 0.03em;
    color: #fff;
    padding: 7px 0;
}

.woocommerce-checkout-review-order table tfoot td strong {
    padding: 0;
    font-weight: 500;
}

.woocommerce-checkout-review-order table tfoot ul {
    padding-left: 0;
    list-style: none;
}

.woocommerce-checkout-review-order table tfoot tr.order-total th,
.woocommerce-checkout-review-order table tfoot tr.order-total td {
    font-family: "Poppins";
    font-size: 13px;
    letter-spacing: 0.03em;
    color: #fc0;
    font-weight: bold;
    text-transform: uppercase;
    border-top: 1px solid #fc0;
    border-bottom: 1px solid #fc0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.woocommerce-checkout-payment {
    background: transparent;
}

.woocommerce-checkout-payment ul {
    padding: 0;
    list-style: none;
}

.woocommerce-checkout-payment ul li input {
    margin: 9px 15px 0 0;
    float: left;
}

.woocommerce-checkout-payment ul li label {
    font-family: "Poppins";
    font-size: 13px;
    letter-spacing: 0.03em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.woocommerce-checkout-payment ul li label:hover {
    cursor: pointer;
    color: #fc0;
}

.woocommerce-checkout-payment ul li.active {
    background: #444;
    border-color: transparent;
    border: 0;
}

.woocommerce-checkout-payment ul li.active label {
    color: #fff;
}

.woocommerce-checkout-payment .payment_box {
    background-color: transparent;
    margin: 0;
    text-align: left;
    padding: 0 15px 15px 0;
    font-size: 13px;
    color: #d9d9d9;
    margin-bottom: 16px;
}

.woocommerce-checkout-payment .payment_box p {
    line-height: 24px;
    letter-spacing: 0.03em;
}

.woocommerce-checkout-payment .payment_box:before {
    content: none;
}

.woocommerce-checkout-payment .payment_method_paypal img,
.woocommerce-checkout-payment .payment_method_paypal a {
    display: none;
}

.woocommerce-checkout-payment .place-order {
    margin: 0;
}

.woocommerce-checkout-payment .place-order input[type="submit"] {
    float: none;
    background: #fc0;
    margin-top: 15px;
}

.woocommerce-checkout-payment .place-order input[type="submit"]:hover,
.woocommerce-checkout-payment .place-order input[type="submit"]:active,
.woocommerce-checkout-payment .place-order input[type="submit"]:focus,
.woocommerce-checkout-payment .place-order input[type="submit"]:active:hover {
    background: #fff;
    color: #333;
}

.woocommerce-order {
    /* 12.6 - shop account */
}

.woocommerce-order .order_details {
    padding-left: 0;
}

.woocommerce-order .order_details li {
    border-bottom: 1px solid #f2f2f2;
    border-right: medium none;
    display: block;
    float: none;
    line-height: 38px;
    margin-right: 0;
    width: 100%;
}

.woocommerce-order .order_details li strong {
    float: right;
}

.woocommerce-order h2 {
    font-size: 20px;
    letter-spacing: 0.03em;
}

.woocommerce-order .woocommerce-order-details {
    margin-top: 50px;
}

.woocommerce-order table.shop_table thead th {
    border-color: #f2f2f2;
    font-family: "Poppins";
    font-size: 13px;
    letter-spacing: 0.03em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 15px;
}

.woocommerce-order table.shop_table tbody th,
.woocommerce-order table.shop_table tfoot th,
.woocommerce-order table.shop_table tbody td,
.woocommerce-order table.shop_table tfoot td {
    border-color: #f2f2f2;
    padding: 13px 15px;
    font-family: "Poppins";
    font-size: 13px;
    letter-spacing: 0.03em;
}

.woocommerce-order .woocommerce-customer-details {
    margin-top: 50px;
}

.woocommerce-order .woocommerce-column--shipping-address {
    margin-top: 50px;
}

.woocommerce-account .site-main {
    background-color: #fff;
}

@media screen and (min-width:768px) {
    .woocommerce-account .site-main {
        padding: 60px;
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-content a:not(.button) {
    color: #fc0;
}

.woocommerce-account .woocommerce-MyAccount-content h3 {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-content address {
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .edit {
    color: #fc0;
}

.woocommerce-account h2 {
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 30px;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}

.woocommerce-account input[type="text"],
.woocommerce-account input[type="password"] {
    background-image: none;
    border: 1px solid #ddd !important;
    border-radius: 0;
    box-shadow: none !important;
    color: #888;
    display: block;
    font-size: 14px !important;
    height: 42px;
    width: 100% !important;
    line-height: 24px !important;
    padding: 8px 12px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.woocommerce-account input[type="text"]:focus,
.woocommerce-account input[type="password"]:focus {
    outline: 0;
    border-color: #fc0 !important;
}

.woocommerce-account form.login {
    border: 0;
    padding: 0;
    margin: 0;
    margin-top: 30px;
    border-radius: 0;
}

.woocommerce-account form.login label {
    display: block;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 15px;
    width: 100%;
    font-weight: 400;
}

.woocommerce-account form.login .form-row {
    padding: 0;
    margin: 20px 0;
}

@media screen and (min-width:1200px) {
    .cshero-main-header:not(.header-fixed) .main-navigation ul.nav-menu>li>a {
        padding-top: 80px;
    }

    .header-layout4 .header-search-cart a {
        padding-top: 80px;
    }
}

@media screen and (min-width:1200px) {
    .cshero-main-header:not(.header-fixed) .main-navigation ul.nav-menu>li>a {
        padding-bottom: 80px;
    }

    .header-layout4 .header-search-cart a {
        padding-bottom: 80px;
    }
}

@media screen and (min-width:1200px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }

    body .cs-boxed {
        width: 1500px;
        margin: 0 auto;
        overflow: hidden;
    }

    body.boxed-layout .affix {
        width: 1500px;
    }

    body.boxed-layout .header-layout2,
    body.boxed-layout .header-layout3 {
        background: #fff;
    }

    body.boxed-layout .rev_slider_wrapper.fullwidthbanner-container {
        width: 1500px !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    body.boxed-layout .vc_row[data-vc-stretch-content="true"] {
        width: 1500px !important;
        margin: 0 auto;
        left: 50% !important;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.boxed-layout .wpb_column.right-full {
        left: 50%;
        right: auto;
    }
}

@media screen and (max-width:1199px) {
    .site-content .wpb_text_column {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
    }

    .site-content .wpb_single_image {
        padding: 0 !important;
        margin: 0 !important;
    }

    .vc_empty_space {
        display: none;
    }
}

@media screen and (max-width:991px) {
    .vc_column_container>.vc_column-inner {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .vc_row>.vc_col-sm-6:nth-child(2n + 1) {
        clear: left;
    }
}

@media screen and (max-width:767px) {
    .site-content .wpb_single_image {
        text-align: center !important;
    }
}

.ef4-gtb-block {
    max-width: 610px;
    margin-right: auto;
    margin-left: auto;
}

.ef4-gtb-block.align-wide {
    max-width: 1100px;
}

.ef4-gtb-block.align-full {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}

.ef4-gtb-block.align-full img {
    width: 100vw;
}

.ef4-gtb-block .alignleft {
    float: left;
    margin: 0 30px 30px 0;
}

[dir="rtl"] .ef4-gtb-block .alignleft {
    float: right;
    margin: 0 0 30px 30px;
}

.ef4-gtb-block .alignright {
    float: right;
    margin: 0 0 30px 30px;
}

[dir="rtl"] .ef4-gtb-block .alignright {
    float: left;
    margin: 0 30px 30px 0;
}

.ef4-gtb-block.ef4-block-separator {
    display: block;
    clear: both;
}

.ef4-gtb-block .blockquote,
.ef4-gtb-block blockquote {
    margin-top: 0;
    padding: 0;
}

.ef4-gtb-block .blockquote:before,
.ef4-gtb-block blockquote:before {
    display: none;
}

.ef4-gtb-block.wp-block-paragraph p {
    margin-bottom: 30px;
}

.ef4-gtb-block.wp-block-latest-posts,
.ef4-gtb-block.wp-block-categories,
.ef4-gtb-block.wp-block-archives,
.ef4-gtb-block.ef4-block-pullquote {
    margin-bottom: 30px;
}

.alignwide {
    max-width: 1100px;
}

ul.wp-block-gallery {
    padding-left: 0;
    padding-right: 0;
}

.wp-block-heading>* {
    margin-bottom: 30px;
}

.wp-block-column .ef4-gtb-block {
    max-width: 100%;
}