/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    color: #222222;
    line-height: 1.6em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #F1E093;
}

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

html {
    font-family: sans-serif;
    text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

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

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

[hidden],
template {
    display: none;
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    transition: all ease 0.35s;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
}

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

a:focus {
    outline: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

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

input {
    line-height: normal;
}

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

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

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #333333;
    font-family: 'Signika Negative', sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: 'Heebo', sans-serif;
    margin: 0px;
    background: none;
    line-height: 1.1;
    color: initial;
}

input,
button,
select,
textarea {
    font-family: 'PT Sans', sans-serif;
}

p {
    position: relative;
    line-height: 1.8em;
}

ul,
li {
    /* list-style: none; */
    padding: 0px;
    margin: 0px;
}

img {
    max-width: 100%;
    height: auto;
    transition: all ease 0.35s;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
}

.btn.btn-primary {
    display: inline-block;
    padding: 10px 34px 8px;
    line-height: 24px;
    font-family: 'Heebo', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    color: #000;
    background-color: #d9c77e;
    border-color: #d3be6a;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.btn.btn-primary:hover {
    background-color: #ffffff;
    border-color: #000000;
}

.pdl0 {
    padding-left: 0 !important;
}

.pdr0 {
    padding-right: 0 !important;
}

.pdt0 {
    padding-top: 0 !important;
}

.pdb0 {
    padding-bottom: 0 !important;
}

.mrt0 {
    margin-top: 0 !important;
}

.mrb0 {
    margin-bottom: 0 !important;
}

.mrl0 {
    margin-left: 0
}

.mrr0 {
    margin-right: 0;
}


p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

code {
    background: #f5f5f5 none repeat scroll 0 0;
    display: block;
    padding: 0 20px 20px;
    font-size: 16px;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

iframe {
    border: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
    -webkit-box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

blockquote {
    color: #444;
    font-style: italic;
    margin: 30px 0;
    padding: 8px 0;
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 17px;
    display: table;
    border-left: 0;
    background: #f1f1f1;
    border-radius: 5px;
}

blockquote p:first-child {
    margin-top: 0;
}

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

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 15px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}


figure {
    margin: 0;
}

table {
    margin: 0 0 15px;
    width: 100%;
    border-collapse: collapse;
}

th {
    font-weight: bold;
    border: 1px solid #CCC;
    padding: 5px 10px;
}

td {
    border: 1px solid #CCC;
    padding: 5px 10px;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}


table {
    margin: 0 0 1.5em;
    width: 100%;
}

table tbody tr {
    background: #f0f0f0;
}

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

table tr th {
    background: #666;
    text-align: left;
    padding: 5px 15px;
    color: #fff;
    font-weight: 700;
}

table tr td {
    padding: 5px 15px;
    color: #777;
    font-weight: 300;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    border-radius: 0;
    background: #231f20;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    padding: 10px 25px;
    transition: all ease 0.35s;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background: #c9ad42;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #777;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 5px 15px;
    width: 100%;
    height: 40px;
    outline: 0;
}

textarea {
    height: 100px;
}

select {
    background: url(assets/images/dropdown.png) no-repeat;
    background-position: 96% 50%;
    height: 40px;
    width: 100%;
    padding: 5px 30px 5px 15px;
    border: 1px solid #ddd;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
    outline: 0;
    box-shadow: none;
    border: 1px solid #ddd;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: inherit;
}

a:visited,
a:hover,
a:focus {
    color: inherit;
}

a:hover {
    color: #e8b701;
}

.blog-post a {
    color: #e8b701;
}

a:focus {
    outline: 0;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.nav-links::before,
.nav-links::after {
    content: "";
    display: table;
}

.nav-links::after {
    clear: both;
}

.nav-links a {
    font-size: 18px;
    font-weight: 700;
    color: #666;
    position: relative;
    display: inline-block;
}

.nav-links .nav-previous a {
    padding-left: 25px;
}

.nav-links .nav-next a {
    padding-right: 25px;
}

.nav-links a:hover {
    color: #333;
}

.nav-links a::before,
.nav-links a::after {
    /* content: "\eb76"; */
    font: normal normal normal 14px/1 'Font Awesome 5 Free';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transition: all ease 0.35s;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    font-weight: 600;
}

.nav-links .nav-next a::before,
.nav-links .nav-next a::after {
    content: "\f054";
    right: 5px;
}

.nav-links .nav-previous a::before,
.nav-links .nav-previous a::after {
    content: "\f053";
    right: 5px;
}

.nav-links .nav-previous a::after {
    opacity: 0;
    visibility: hidden;
    color: #bbb;
}

.nav-links .nav-previous a:hover::after {
    color: #666;
    left: -3px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.nav-links .nav-next a::after {
    opacity: 0;
    visibility: hidden;
    color: #bbb;
}

.nav-links .nav-next a:hover::after {
    color: #666;
    right: -3px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    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: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.sparkle-wrapper:before,
.sparkle-wrapper:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clearfix:after,
.sparkle-wrapper:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 30px 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}


.page-sidebar .widget-title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #EFEFEF;
    position: relative;
}

.page-sidebar .widget-title h3 {
    color: #222222;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
}

.page-sidebar .widget-title h3:after {
    content: '';
    position: absolute;
    bottom: -12px;
    width: 34px;
    height: 2px;
    background: #222222;
    left: 0;
}

/*--------------------------------------------------------------
# All Default Sidebar widget
--------------------------------------------------------------*/
.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul {
    list-style: outside none none;
    margin: 0;
}

.widget_product_categories ul {
    margin-left: 0;
}

.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li,
.widget_product_categories li {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 6px 0;
}

.widget_archive a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li,
.widget_product_categories a {
    color: #222222;
    line-height: 32px;
    padding-left: 22px;
    position: relative;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-size: 14px;
}

.widget_recent_entries a {
    padding-left: 15px;
    line-height: 1.4;
    margin: 5px 0;
}

.widget_recent_comments li {
    line-height: 1.4;
}

.widget a:hover,
.widget a:hover::before,
.widget li:hover::before {
    color: #d9c77e;
}

.widget_archive a::before,
.widget_categories a::before,
.widget_recent_entries a::before,
.widget_meta a::before,
.widget_recent_comments li::before,
.widget_rss li:before,
.widget_pages li:before,
.widget_nav_menu li:before,
.widget_product_categories a:before {
    color: #222222;
    content: "\f187";
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    left: 0;
    position: absolute;
    top: -8px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-weight: 600;
}

.widget_categories a::before {
    content: "\f07b";
    top: 0;
}

.widget_product_categories a::before {
    top: 0px;
}

.widget_archive a::before {
    top: 0;
}

.widget_recent_entries a::before {
    content: "\f101";
    top: 0;
}

.widget_meta a::before,
.widget_nav_menu li:before {
    content: "\f138";
    top: -6px;
}

.widget_recent_comments li::before {
    content: "\f086";
    top: 2px;
}

.widget_rss li::before {
    content: "\f09e";
    top: 0;
}

.widget_pages li:before {
    content: "\f1ea";
    top: 0;
}

.widget_recent_entries .post-date {
    color: #8f8f8f;
    display: block;
    font-size: 11px;
    margin-top: 5px;
    padding-left: 0px;
}

.widget_nav_menu li:before {
    top: 0;
}

/*--------------------------------------------------------------
# Sidebar Select
--------------------------------------------------------------*/
.widget_archive select,
.widget_categories select,
.widget_product_categories select {
    width: 100%;
    padding: 10px;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li {
    width: 100%;
    text-align: right;
    display: inline-block;
    margin: 0;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_product_categories ul li a {
    float: left;
}

/*--------------------------------------------------------------
# Sidebar Sub Menu
--------------------------------------------------------------*/
.widget_pages ul li .children li:last-child,
.widget_nav_menu ul li .sub-menu li:last-child,
.widget_product_categories ul li .children li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget_product_categories ul .children {
    margin-left: 15px;
}

/*--------------------------------------------------------------
# Calendar Area
--------------------------------------------------------------*/
.calendar_wrap caption {
    background: none repeat scroll 0 0 #222222;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}

.calendar_wrap table {
    border-collapse: collapse;
    width: auto;
}

.calendar_wrap table th {
    border: 1px solid #ccc;
    font-weight: bold;
    padding: 8px 0px;
    text-align: center;
    width: 5%
}

.calendar_wrap table td {
    border: 1px solid #ccc;
    padding: 8px 0px;
    color: #000;
    width: 5%;
    text-align: center;
}

.calendar_wrap table td#prev,
.calendar_wrap table td#next {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.calendar_wrap table td#next {
    text-align: right;
}

/*-------------------------------------
 WIDGET SEARCH SECTION
--------------------------------------*/
.widget_search .search-form,
.widget_product_search .woocommerce-product-search {
    position: relative;
}

.widget_search .search-field::-webkit-input-placeholder,
.widget_search .search-form:-moz-placeholder,
.widget_search .search-form:-ms-input-placeholder,
.widget_product_search .search-field::-webkit-input-placeholder,
.widget_product_search .search-form:-moz-placeholder,
.widget_product_search .search-form:-ms-input-placeholder {
    color: #868686;
}

.widget_search .search-form>label,
.widget_product_search .search-form>label {
    margin: 0;
    width: 100%;
}

.widget_search .screen-reader-text,
.widget_product_search .screen-reader-text {
    display: none;
}

.widget_search .search-field,
.widget_product_search .search-field {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #333;
    display: inline-block;
    height: 50px;
    vertical-align: middle;
    width: 100%;
    padding: 0 10px;
    font-weight: 400;
    font-size: 18px;
}

.widget_search .search-submit,
.widget_product_search input[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    margin-left: -5px;
    vertical-align: middle;
    transition: all 0.5s ease 0s;
    -webkit-transition: all ease 0.5s;
}

.widget_search .search-submit:hover,
.widget_product_search input[type="submit"]:hover {
    background: #d9c77e;
    border: 1px solid #fff;
}

footer .widget ul li,
footer .widget ul li a,
footer .widget ul li:before,
footer .widget ul li a:before {
    color: #fff;
}

footer .widget ul li {
    border-bottom: 1px dotted rgba(255, 250, 250, 0.1);
}

footer .widget.widget_text ul li {
    border: 0;
    padding: 3px 0;
}

.footer-rightwidget-contact a {
    padding: 5px 0;
    float: left;
    width: 100%;
}

/*--------------------------------------------------------------
# Widget TagCloud
--------------------------------------------------------------*/
.tagcloud a {
    border-left: solid 2px #222222;
    position: relative;
    z-index: 1;
    background-color: #222222;
    float: left;
    margin: 2px 5px;
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
    color: #fff;
    text-transform: capitalize;
    display: block;
    padding: 8px 10px;
    font-size: 14px !important;
}

.tagcloud a:hover {
    background: #d9c77e;
    color: #fff;
}

.tagcloud a:hover:before {
    border-color: #d9c77e;
}

.tagcloud a:before {
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    border-left: solid 4px #222222;
    width: auto;
    margin-top: -8px;
    min-height: 100%;
    z-index: 10;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

.widget-area .tagcloud:before,
.widget-area .tagcloud:after {
    content: "";
    display: table;
}

.widget-area .tagcloud:after {
    clear: both;
}

.widget-area .tagcloud a {
    border-left: #222222;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

/*
.byline,*/
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0;
    padding: 15px 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer,
.infinite-scroll .navigation.pagination {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
    width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 10px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 5px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
    line-height: 1.5;
}

footer .gallery-caption {
    display: none;
}




/**************************************
 * Kingcabs Custom CSS Area
***************************************/

/**
 * Logo Section
*/
.site-branding .site-title {
    color: #c8ad43;
    font-size: 32px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 5px;
}

.site-branding .site-description {
    color: #c8ad43;
    line-height: 1;
    font-size: 16px;
    margin: 0;
    text-align: left;
}

/**
 * Section Main Title & Sub Title 
*/
.section-title {
    text-align: center;
    padding: 0 20px;
    width: 80%;
    margin: 60px auto 60px;
    position: relative;
}

.section-title h2 {
    font-size: 30px;
    margin-bottom: 0;
    display: inline-block;
    color: #222222;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 1.3;
}

.section-title .after {
    margin: 5px 0 15px 0;
}

.section-title span {
    content: "";
    width: 70px;
    height: 2px;
    display: inline-block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    background-color: #000;
    line-height: 20px;
}

.section-title i {
    font-size: 11px;
    color: #F1E093;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding: 0;
    border: none;
    display: inline-block;
    background-color: #000;
    margin: 0 10px;
}

.section-title p {
    color: #fff;
    font-size: 16px;
}

.kingcabs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}


/**
 * Services Area Section
*/

.service-area {
    padding: 0 0 50px 0;
}

.service-area-inner {
    width: 100%;
}

.service-area-block {
    min-height: 250px;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
}

.service-area-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.service-area-content {
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.service-area-content h3,
.service-area-content .service-area-content-bottom {
    position: absolute;
    height: 50%;
    width: 100%;
    transition: all ease 0.7s;
    -webkit-transition: all ease 0.7s;
    -ms-transition: all ease 0.7s;
}

.service-area-content h3 a {
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
}

.service-area-content .service-area-content-bottom {
    bottom: 0;
    padding-top: 10px;
    right: -100%;
}

.service-area-blok {
    margin-bottom: 30px;
    overflow: hidden;
}

.service-area-content h3:after {
    content: '';
    height: 125px;
    display: inline-block;
    vertical-align: bottom;
}

.service-area-content h3 {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.3;
    top: 0;
    left: -100%;
}

.service-area-content h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 150px;
    transform: translateX(-50%);
    height: 1px;
    background: linear-gradient(to left, transparent 0%, #fff 50%, transparent 100%);
}

.service-area-content h3 a:hover {
    color: #ffffff;
}

.service-area-content a.service-area-btn {
    text-transform: capitalize;
    padding: 5px 10px;
    margin-top: 5px;
    position: relative;
}

.service-area-block:hover h3 {
    left: 0;
}

.service-area-block:hover .service-area-content-bottom {
    right: 0;
}

.service-area-content a.service-area-btn:hover {
    color: #e8b701;
}

/**
 * Breadcrumbs Section
*/

.bread-cumb {
    background: #f8f8f8;
    padding: 15px 0;
    border-bottom: 1px solid #e9e9ec;
}

.bread-cumb h3 {
    display: inline-block;
    text-transform: capitalize;
    margin-top: 5px;
}

.bread-cumb h3 a {
    color: #222222;
}

#breadcrumb {
    margin-bottom: 0;
    display: inline-block;
    float: right;
    line-height: 43px;
}

#breadcrumb li {
    display: inline-block;
    list-style: outside none none;
    color: #e8b701;
}

#breadcrumb li a {
    color: #BFBFBF;
}

#breadcrumb li a:hover {
    color: #e8b701;
}

#breadcrumb li.trail-item.trail-end::after {
    display: none;
}

#breadcrumb ul {
    margin: 0;
    padding: 0;
}

#breadcrumb li::after {
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    margin-left: 10px;
    font-weight: 600;
}

#breadcrumb li:last-child::after {
    content: "";
}

#breadcrumb .trail-items {
    margin: 0;
    padding: 0;
}

/**
 * Top Header Section 
*/
.top-header {
    padding: 10px 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
    background: #282828;
}

.top-header .row {
    display: flex;
    align-items: center;
}

.top-header ul {
    margin: 0;
    padding: 0;
}

.topheader-list ul>li {
    display: inline-block;
    position: relative;
    color: #fff;
}

.topheader-list ul li:after {
    content: "|";
    padding: 0 8px;
    color: #fff;
    display: inline-block;
    white-space: pre;
    opacity: 0.5;
}

.topheader-list li:last-child:after {
    content: "";
    padding: 0;
}

.topheader-list ul li a {
    font-size: 16px;
    display: inline-block;
    position: relative;
}

.headerone .topheader-list ul li a {
    display: inline-block;
}

.topheader-list li a:hover {
    color: #fff;
}

.topheader-list li a i {
    color: #fff;
    margin-right: 5px;
    font-size: 14px;
}

.topheader-list li a:hover i {
    color: #d9c77e;
}

.topheader-list {
    display: inline-block;
}

.top-search .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 0 10px;
}


/**
 * Main Banner Slider
*/

.banner-slider {
    position: relative;
}

.banner-slider .carousel-inner .item {
    transition-property: opacity;
    min-height: 600px;
}

.banner-slider .slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.banner-slider .carousel-inner .active {
    opacity: 1;
}

.banner-slider .carousel-inner {
    position: relative;
}

.banner-slider .carousel-inner .active.left,
.banner-slider .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.banner-slider .carousel-inner .next.left,
.banner-slider .carousel-inner .prev.right {
    opacity: 1;
}

.banner-slider .carousel-control {
    z-index: 2;
}

@media not all,
not all {

    .banner-slider .carousel-inner>.item.next,
    .banner-slider .carousel-inner>.item.active.right {
        opacity: 0;
        transform: translate3d(0px, 0px, 0px);
    }

    .banner-slider .carousel-inner>.item.prev,
    .banner-slider .carousel-inner>.item.active.left {
        opacity: 0;
        transform: translate3d(0px, 0px, 0px);
    }

    .banner-slider .carousel-inner>.item.next.left,
    .banner-slider .carousel-inner>.item.prev.right,
    .banner-slider .carousel-inner>.item.active {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }
}

.banner-slider .item {
    background-size: cover;
    height: 560px;
}

.middle-text h2 {
    font-size: 4em;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 800;
    text-transform: capitalize;
    animation-duration: 1.5s;
    animation-name: fadeInDown;
    color: #fff;
}

.middle-text p {
    font-size: 1.2em;
    margin-bottom: 15px;
    color: #fff;
    animation-duration: 1.5s;
    animation-name: fadeInLeft;
}

.banner-slider .active {
    opacity: 1;
}

.banner-slider .active.left,
.banner-slider .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.banner-slider .carousel-control {
    background-image: none;
    box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    height: 55px;
    margin-top: -35px;
    padding: 10px 5px;
    text-shadow: none;
    top: 50%;
    width: 35px;
    z-index: 10;
}

.banner-slider .carousel-control i {
    border: 2px solid;
    border-color: #d3be6a;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    height: 50px;
    padding: 15px;
    width: 50px;
    background-color: #000;
}

.banner-slider .carousel-control i:hover {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
}

.banner-slider .left.carousel-control {
    left: 2%;
}

.banner-slider .right.carousel-control {
    right: 4%;
}

.banner-slider .carousel-indicators {
    display: none;
}

.banner-slider:hover .carousel-control {
    display: block;
}

.banner-slider i {
    margin-right: 10px;
}

.banner-slider .caption-left {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    transform: translateY(-50%);
    padding-right: 20px;
}


/**
 * Booking Form Section On Main Slider
*/

.carousel-form {
    position: absolute;
    z-index: 99;
    top: 50%;
    width: 40%;
    right: 10%;
    transform: translateY(-50%);
    min-height: 510px;
}

.kingcabs-tab {
    width: 100%;
}

.booking .form-group input[type="text"],
.booking .form-group input[type="date"],
.booking .form-group input[type="email"],
.booking .form-group input[type="time"],
.booking .form-group textarea {
    position: relative;
    display: block;
    width: 100% !important;
    line-height: 24px;
    padding: 9px;
    height: 42px;
    color: #222222;
    font-size: 13px;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: none;
    border: none;
    padding-left: 8px;
    padding-right: 8px;
}

.booking .form-group input[type="text"]:focus,
.booking .form-group input[type="date"]:focus,
.booking .form-group input[type="email"]:focus,
.booking .form-group textarea:focus {
    background: #f1f1f1;
}

.booking .input-group-addon {
    border-radius: 0;
    background-color: #d9c77e;
    color: #000;
}

.kingcabs-tab .tab-content {
    background: #111;
    border: 1px solid #937e2b;
    border-top: 0;
    padding: 24px;
}

.booking {
    width: 100%;
}

.booking label {
    color: #937e2b;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.booking .datetime {
    overflow: hidden;
}

.kingcabs-tab .nav-tabs {
    border-bottom: 1px solid #937e2b;
    text-transform: uppercase;
    background: rgba(17, 17, 17, 0.6);
}

.kingcabs-tab .nav-tabs li {
    position: relative;
    display: block;
}

.kingcabs-tab .nav-tabs li a {
    position: relative;
    display: block;
    padding: 10px 32px;
    margin-right: 0;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
}

.kingcabs-tab .nav-tabs>li.active>a,
.kingcabs-tab .nav-tabs>li.active>a:focus,
.kingcabs-tab .nav-tabs>li.active>a:hover,
.kingcabs-tab .nav-tabs>li>a:hover {
    color: #fff;
    background-color: #111;
    border: 1px solid #937e2b;
    border-bottom-color: transparent;
    cursor: pointer;
}


/**
 * Main Slider Caption Section
*/
.slider-bottom {
    background-color: #222222;
    margin-bottom: 70px;
}

.slider-bottom.layoutone .kc-icon {
    display: none;
}

.slider-bottom-inner {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    align-items: stretch;
    overflow: hidden;
}

.slider-frontcontent {
    text-align: center;
    padding: 30px 40px 40px;
    background-color: #222222;
    position: relative;
}

.slider-frontcontent:first-child,
.slider-frontcontent:nth-child(2) {
    z-index: 999;
}

.slider-frontcontent .hover-effect {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.slider-frontcontent .hover-effect:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.slider-frontcontent:nth-child(even) {
    background-color: #1f1e1e;
}

.slider-bottom-btn a.btn {
    color: #fff;
    text-transform: uppercase;
}

.slider-bottom-btn a.btn i {
    margin-right: 10px;
}

.slider-frontcontent h3 {
    font-size: 22px;
    font-weight: 600;
    color: #F1E093;
    margin: 10px 0 30px 0;
    text-transform: capitalize;
}

.slider-frontcontent h3 a:hover {
    color: #ffffff;
}

.slider-frontcontent h3:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 32px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}

.slider-frontcontent p {
    color: #bebebe;
}

/** 
 * Main Services Section
*/

.service-section.layoutone {
    padding-bottom: 30px;
}

.feature-image {
    margin: 0;
}

.service-block {
    position: relative;
    margin-bottom: 50px;
}

.service-block .service-block-inner {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
}

.service-block .service-block-inner:before {
    content: '';
    position: absolute;
    left: 100%;
    margin-left: -60px;
    top: 10px;
    width: 200px;
    height: 20px;
    background: url(assets/images/arrow.png) center center no-repeat;
}

.service-block:nth-child(3n+3) .service-block-inner:before,
.service-block:last-child .service-block-inner:before {
    display: none;
}

.service-block .service-icon {
    position: relative;
    width: 62px;
    height: 62px;
    font-size: 28px;
    line-height: 62px;
    text-align: center;
    border: 1px solid #000;
    background: none;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    color: #F1E093;
    background: #000;
    margin: 0 auto 30px;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
}

.service-block .service-icon span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.service-block .btn {
    margin-top: 15px;
}

.service-block .service-block-inner:hover .service-icon {
    color: #000;
    border-color: #F1E093;
    background: #fff;
}

.service-block h3 {
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.service-block h3 a {
    color: #222222;
}

section {
    position: relative;
}

section::before,
#kc-service-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

section .container {
    position: relative;
    z-index: 1;
}

/**
 * Portfolio Section
*/

#gallery {
    background-color: #fff;
    overflow: hidden;
    padding-top: 50px;
}


.container-fluid {
    padding: 0;
}

.gallery-nav {
    text-align: center;
    margin: 40px 0 40px;
}

.gallery-nav ul li {
    position: relative;
    display: inline-block;
    padding: 5px 25px;
    line-height: 24px;
    color: #222222;
    cursor: pointer;
    text-transform: capitalize;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    font-size: 15px;
    font-weight: 400;
    margin: 0px 3px 7px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-nav ul li:last-child {
    margin: 0;
}

.gallery-nav ul li.active,
.gallery-nav ul li:hover,
.gallery-nav ul li.active i,
.gallery-nav ul li:hover i {
    color: #F1E093;
    background-color: #000;
    border-color: #000;
}

.gallery-single {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #fff;
    padding: 10px 5px;
    border: 1px solid #f5f5f5;
    margin-bottom: 20px;
    padding-bottom: 20px;
    box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
}

.gallery-box {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 1;
}

.gallery-single:hover .gallery-box {
    background: rgba(0, 0, 0, 0.8);
}

.gallery-head {
    position: relative;
    text-align: center;
}

.gallery-head:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    z-index: 33;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.gallery-head img {
    width: 100%;
    z-index: 2;
}

.gallery-footer {
    display: none;
}

.gallery-footer h4 {
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.gallery-footer h4:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

.gallery-single:hover .gallery-footer h4 {
    opacity: 1;
    visibility: visible;
}

.gallery-footer h4 a {
    color: #F1E093;
}

.gallery-footer h4 span {
    display: block;
    color: #F1E093;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 400;
}

.cabbutton {
    position: absolute;
    text-align: right;
    bottom: 0;
    right: 0;
    z-index: 33;
    background: rgba(255, 255, 255, 0.38);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    padding: 8px 25px;
    border-radius: 30px 0 0 0;
    -webkit-border-radius: 30px 0 0 0;
    -moz-border-radius: 30px 0 0 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.gallery-single:hover .cabbutton {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
}

.cabbutton .btn {
    display: inline-block;
    color: #F1E093;
    box-shadow: none;
    padding: 0;
    margin-right: 12px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #000;
    z-index: 99;
}

.cabbutton .btn:last-child {
    margin: 0;
}


/**
 * Portfoli Contert Area
*/

.gallery-content {
    position: relative;
    padding: 0px 4px;
    text-align: center;
    margin-top: 20px;
}

.gallery-content h3 {
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    color: #1A1A1A;
}

.gallery-content h3 a {
    color: #222222;
}

.gallery-content h3 a:hover {
    color: #e8b701;
}

.gallery-content .info {
    position: relative;
    margin: 0;
    list-style: none;
    display: block;
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
    color: #333;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
}

.gallery-content .info li {
    position: relative;
    float: left;
    width: 50%;
    line-height: 24px;
    padding: 8px 5px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.gallery-content .info li:last-child {
    border-bottom: none;
    width: 100%;
    border-right: 0;
}

.gallery-content .info .price {
    color: #333;
}

.gallery-content .info .price strong {
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.gallery-content .info li:nth-child(2n+2) {
    border-right: none;
}


/**
 * Counter Section
*/

.section-title.counter-title h2 {
    color: #ffffff;
}

.section-title.counter-title span {
    background-color: #ffffff;
}

.section-title.counter-title i {
    color: #000;
    background-color: #ffffff;
}

.section-title.counter-title .desc-text {
    color: #fff;
    font-size: 16px;
}

.kingcabs-counter {
    padding: 80px 0 70px;
    background-size: cover;
    margin-bottom: 70px;
    position: relative;
}

.kingcabs-counter .section-title,
.kingcabs-counter .section-title h2,
.testimonials .section-title,
.testimonials .section-title h2 {
    color: #fff;
}

.kingcabs-counter .section-title span,
.testimonials .section-title span {
    background: #fff;
}

.icon-counter {
    display: inline-block;
    width: 80px;
    height: 80px;
    color: #fff;
    font-size: 30px;
    border: 1px solid #fff;
    line-height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    margin-right: 15px;
    vertical-align: top;
    text-align: center;
}

.counter-content {
    display: inline-block;
    line-height: 80px;
    vertical-align: top;
    text-align: left;
}

.icon-counter:hover {
    color: #F1E093;
    border-color: #F1E093;
}

.counter-area {
    padding: 28px 0;
}

.counter-area h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.counter-area h3 {
    margin: 0;
    color: #F1E093;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-transform: uppercase;
}


/**
 * Testimonial Section
*/

.testimonials {
    background: #000 center center no-repeat;
    background-size: cover;
    padding: 70px 0;
    margin-top: 70px;
}

.testimonials .section-title p {
    color: #ffffff;
}

.testimonials.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.testimonials .owl-carousel .owl-dots.disabled {
    display: block !important;
}

.testimonials .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.testimonials .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
}

.testimonials .owl-theme .owl-dots {
    left: 46%;
    text-align: center;
    bottom: -15%;
    position: absolute;
}

.testimonials .owl-theme .owl-nav {
    margin: 0;
}


.testimonial-item {
    background: url(assets/images/dotted-map.png);
    padding: 0 30px;
    padding-top: 25px;
    padding-bottom: 27px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.testimonial-item p {
    color: #f5f5f5;
    margin: 0;
    line-height: 24px;
}

.testimonial-item .testimonial-img {
    width: 95px;
    height: 95px;
    margin: 0 auto 20px auto;
    border: 4px solid #F1E093;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    overflow: hidden;
}

.testimonial-item .testimonial-img img {
    border-radius: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.testimonial-item .author-content {
    text-align: center;
    margin-top: 20px;
}

.testimonial-item .author-content h3 {
    font-size: 16px;
    text-transform: capitalize;
    color: #F1E093;
    margin: 0;
    font-weight: 600;
}

/** 
 * Our Team Member Section/ Driver Section
*/

.kingcabs-team {
    padding: 70px 0 90px;
}

.team-item .team-head {
    position: relative;
}

.team-item .team-img {
    overflow: hidden;
    -moz-transition: all .9s ease-in-out;
    -webkit-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
}

.team-item img {
    display: block;
    width: 100%;
    -moz-transition: all .9s ease-in-out;
    -webkit-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
}

.team-item:hover img {
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.team-item .team-box {
    padding: 24px;
    overflow: hidden;
    background: #000;
    text-align: center;
}

.team-item .team-box h4.name {
    display: block;
    color: #F1E093;
    margin: 0 0 6px;
    text-transform: uppercase;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.team-item:hover h4.name a {
    color: #ffffff;
}

.team-item .team-hover {
    position: absolute;
    text-align: right;
    bottom: 0;
    right: 0;
    z-index: 33;
    background: rgba(255, 255, 255, 0.38);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    padding: 8px 25px;
    border-radius: 30px 0 0 0;
    -webkit-border-radius: 30px 0 0 0;
    -moz-border-radius: 30px 0 0 0;
    -ms-border-radius: 30px 0 0 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-hover .btn {
    background-color: #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    padding: 5px 8px;
    color: #ffffff;
}

.team-hover:hover a.btn {
    color: #ffffff !important;
}

.team-item:hover .team-hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
}

.team-item .team-box .post {
    display: block;
    color: #ffffff;
    margin: 0 0 20px;
    font-weight: normal;
    text-transform: uppercase;
}

.team-item .team-box .team-social {
    margin: 0;
    padding: 16px 0 0;
    list-style: none;
    border-top: 1px dashed #2d2d2d;
}

.team-item .team-box .team-social li {
    margin: 0 16px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.team-item .team-box .team-social li a {
    display: block;
    color: #ffffff;
}

.team-item .team-box .team-social li a:hover {
    color: #F1E093;
}

.team-carousel.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    text-align: center;
    bottom: -20%;
    left: 46%;
}

.team-carousel.owl-theme .owl-nav [class*=owl-] {
    color: #F1E093;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    font-size: 10px;
    padding: 3px 12px;
    background: #000;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    margin: 10px;
    border: 1px solid #000;
}

.team-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: #ffffff;
    color: #000;
    border: 0;
    text-decoration: none;
    border: 1px solid #000;
}

.team-carousel.owl-carousel .owl-nav.disabled {
    display: block !important;
}

/**
 * Call To Action Section
*/

.call-us {
    background-size: cover !important;
    background-position: center;
    position: relative;
    padding: 40px 0;
    text-align: center;
}

.call-us.layoutone .calltoaction-features {
    display: none
}

.call-us .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 0;
    left: 0;
}

.call-us .call-bx {
    margin: 0 auto;
    text-align: center;
    padding: 30px 50px 50px 50px;
    position: relative;
}

.call-us h2.call-title {
    font-size: 50px;
    font-style: italic;
    text-align: center;
    color: #F1E093;
}

.call-us .call-bx-inner {
    display: inline-block;
}

.call-bx-details {
    padding: 10px 0 20px 0;
    color: #ffffff;
}

.call-us .phn-icon-circle {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #000;
    display: inline-block;
    line-height: 70px;
    border: 8px solid #ffffff;
    color: #F1E093;
    font-size: 30px;
    vertical-align: top;
}

.call-us .phn-icon-circle:hover a,
.call-us .call-us-text:hover h2 a {
    color: #fff;
}

.call-us .call-us-text {
    margin-left: 30px;
    display: inline-block;
}

.call-us .call-us-text h3 {
    font-weight: 100;
    color: #FFF;
}

.call-us .call-us-text h2 {
    color: #F1E093;
    text-align: center;
}

.call-us.layouttwo {
    position: relative;
}

.call-us.layouttwo .calltoaction-features {
    display: block;
    position: absolute;
    right: 60px;
    bottom: 0;
    max-width: 400px;
}

.call-us.layouttwo .container {
    position: relative;
}

.call-us.layouttwo {
    padding-bottom: 0;
}

.call-us.layouttwo .call-us-text h2 {
    text-align: left;
}

/**
 * Clients/Brand Logo Section
*/

.clients {
    padding: 70px 0;
}

.clients-item h3 {
    font-size: 14px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 600;
}

.clients.section .section-title,
.clients.section .section-title p {
    margin-bottom: 0;
}

.clients-item {
    text-align: center;
    padding: 10px;
    position: relative;
    min-height: 120px;
}

.clients-item img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 70%;
    margin: 0 auto;
}

/**
 * Inner Blog Page and other page
*/

.page-inner {
    margin-bottom: 50px;
    float: left;
    width: 100%;
}

.blog-page .page-content .blog-post {
    margin-bottom: 50px;
}

.blog-page .page-content .blog-post .overlay .box {
    width: 100% !important;
}

.blog-page .page-content .blog-post .blog-post-content p {
    color: #707070;
    font-size: 12px;
    line-height: 32px;
}

.blog-page .page-content .blog-post .blog-post-content ul {
    margin: 0;
    padding-left: 15px;
    margin-top: 10px;
}

.blog-page .page-content .blog-post .blog-post-content ul li {
    color: #707070;
    font-size: 12px;
    line-height: 32px;
}

.blog-page .page-content .blog-post .blog-post-content h3 {
    font-size: 15px;
    font-weight: 600;
    color: #1A1A1A;
    margin: 0;
}

.blog-page .page-content span.highlighted {
    background: #FF3720;
    color: #fff;
}

.blog-post {
    overflow: hidden;
    position: relative;
}

.page-content {
    padding: 0 15px;
}

.blog-posttime {
    position: relative;
    overflow: hidden;
    padding: 5px 0;
    margin: 0;
    list-style: none;
}

.blog-posttime li {
    margin-right: 10px;
    float: left;
}

.blog-posttime li i {
    color: #222222;
    font-size: 15px;
    margin-right: 5px;
}

.blog-posttime li span {
    font-weight: 500;
    color: #6b6b6b;
}

.blog-posttime li span a {
    color: #222222;
}

.blog-posttime li span a:hover {
    color: #d9c77e;
}

.blogpost-inner-box {
    margin-top: 30px;
    margin-bottom: 70px;
}

.home .blog-post h3 {
    padding-top: 15px;
}

.blog-post h3 {
    font-size: 24px;
    font-weight: 600;
    color: #222222;
    margin: 0;
    padding: 10px 0;
}

.blog-post .blogpost-innerbox h3 a {
    font-size: 24px;
    font-weight: 600;
    color: #222222;
    margin: 0;
    text-transform: capitalize;
}

.blog-post .blogpost-innerbox h3 a:hover {
    color: #e8b701;
}

.blog-details .comment h3 {
    color: #222222;
    font-size: 14px;
    text-transform: uppercase;
    margin: 20px 0;
    font-weight: 600;
}

.blog-details .comment h3::after {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 34px;
    height: 2px;
    background: #222222;
    left: 0;
}

.blog-post p {
    color: #222222;
    line-height: 32px;
    margin: 0;
}

.blog-post .blogpost-innerbox {
    display: table;
    width: 100%;
    height: 100%;
}

.blog-post a.btn.btn-primary {
    padding: 8px 12px;
    margin-top: 20px;
    color: #fff;
}

.blog-post a.btn.btn-primary i.fa {
    margin-left: 5px;
}

.news-tag ul {
    margin: 0;
    padding: 0;
}

.news-tag ul li {
    display: inline-block;
    background-color: #222222;
    margin-right: 5px;
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
    transition: all .3s ease-in;
}

.news-tag ul li:first-child {
    background-color: #d9c77e;
    padding: 0 10px;
    color: #fff;
}

.news-tag ul li:hover {
    background-color: #d9c77e;
    color: #fff;
}

.news-tag ul li a {
    color: #fff;
    padding: 0px 15px;
    display: inherit;
}

.news-tag .post-categories {
    margin-bottom: 20px;
}

/**
 * Single Blog Page 
*/

.product-info-tabs {
    position: relative;
    margin-bottom: 50px;
}

.prod-tabs {
    position: relative;
}

.prod-tabs .tab-btns {
    position: relative;
    margin: 30px auto;
    list-style: none;
}

.prod-tabs .tab-btns .tab-btn {
    position: relative;
    float: left;
    font-size: 15px;
    color: #222222;
    text-transform: capitalize;
    font-weight: 400;
    padding: 8px 50px;
    line-height: 24px;
    border: 1px solid #e0e0e0;
    margin-right: 10px;
    border-radius: 3px;
    cursor: pointer;
}

.prod-tabs .tab-btns .tab-btn.active-btn {
    color: #F1CB55;
    border-color: #000;
    background-color: #000;
}

.prod-tabs .tabs-container {
    position: relative;
}

.prod-tabs .tabs-container .tab {
    position: relative;
    display: none;
}

.tab-image {
    margin-bottom: 15px;
}

.prod-tabs .tabs-container .tab.active-tab {
    display: block;
}

.prod-tabs .tabs-container .tab p,
.prod-tabs .tabs-container .tab h2,
.prod-tabs .tabs-container .tab h3,
.prod-tabs .tabs-container .tab h4,
.prod-tabs .tabs-container .tab h5,
.prod-tabs .tabs-container .tab h6 {
    margin-bottom: 20px;
}

.prod-tabs .tabs-container .tab h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #222222;
    margin-bottom: 15px;
}

.prod-tabs .tabs-container .tab h4 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #222222;
    margin-bottom: 15px;
}

.reviews-container {
    position: relative;
}

.reviews-container .review-box {
    position: relative;
    margin-bottom: 30px;
    padding-left: 100px;
    min-height: 100px;
}

.reviews-container .rev-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 82px;
    height: 82px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    border-radius: 3px;
}

.reviews-container .rev-thumb img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 3px;
}

.reviews-container .rev-content {
    position: relative;
    padding: 15px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.reviews-container .rating {
    color: #ff9c01;
    font-size: 13px;
}

.reviews-container .rating .fa {
    margin-right: 1px;
}

.reviews-container .rev-info {
    font-size: 14px;
    margin-bottom: 10px;
}

.reviews-container .rev-text {
    font-size: 15px;
}

.add-review {
    position: relative;
    margin: 30px 0px 20px;
    font-size: 14px;
}

.add-review .rating {
    position: relative;
    padding-top: 8px;
}

.add-review .rating .rate-box {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #555555;
}

.add-review .rating .rate-box:hover,
.add-review .rating .rate-box:focus,
.add-review .rating .rate-box:active {
    color: #fa6f1c;
}

.add-review label {
    position: relative;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #303030;
}

.add-review h3 {
    margin-bottom: 20px;
}

.add-review .form-group {
    position: relative;
    margin-bottom: 20px;
}

.add-review .form-group input[type="text"],
.add-review .form-group input[type="password"],
.add-review .form-group input[type="tel"],
.add-review .form-group input[type="email"],
.add-review .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 9px 15px;
    color: #222222;
    border: 1px solid #e0e0e0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.add-review .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 8px 15px;
    color: #222222;
    border: 1px solid #e0e0e0;
    height: 150px;
    resize: none;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.add-review button {
    padding: 8px 35px;
}

.category-widget.product-widget ul.link-list li a span.col {
    width: 50%;
}

.category-widget.product-widget {
    border: 1px solid #ccc;
    padding: 15px;
}

.category-widget.product-widget ul.link-list {}

.product-widget-btn {
    margin-top: 20px;
}

.product-widget-btn a.btn {
    padding: 5px 10px;
}

/** 
 * About Page Layout
*/

.about-post {
    margin-bottom: 50px;
}

.about-post-img {
    margin-bottom: 20px;
}

.about-post .about-content {
    margin-top: 30px;
}

.about-post .about-post-title h3 {
    color: #222222;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    margin-bottom: 30px;
}

.about-post .about-post-title h3:after {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 34px;
    height: 2px;
    background: #222222;
    left: 0;
}

/**
 * Service Page Layout
*/

.services-page .call-us {
    margin-bottom: 80px;
    display: inline-block;
    width: 100%;
}

.service-page-inner {
    width: 100%;
    margin-bottom: 30px;
}

.servicepage-inner-block {
    display: inline-block;
    width: 32%;
    margin: 0 -2px;
    margin-bottom: 25px;
    margin-right: 2%;
    position: relative;
    background-position: center;
    background-size: cover;
    vertical-align: top;
}

.sevicepage-inner-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.servicepage-inner-block:nth-child(3n) {
    margin-right: -2px;
}

.servicepage-inner-content {
    padding: 30px;
    color: #fff;
    position: relative;
}

.servicepage-inner-blok {
    margin-bottom: 30px;
}

.servicepage-inner-content h3 {
    text-transform: uppercase;
    font-weight: 600;
}

.servicepage-inner-content h3 a:hover {
    color: #ffffff;
}

.servicepage-inner-content a.btn.btn-primary {
    text-transform: capitalize;
    padding: 5px 10px;
    margin-top: 5px;

}

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

.contact-info p i {
    margin-right: 10px;
}

.contact-page-inner {
    margin-bottom: 50px;
    width: 100%;
    float: left;
}

.contact-page-inner .contact-page-title h4 {
    color: #222222;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 600;
}

.contact-page-inner .contact-page-title h4::after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 34px;
    height: 2px;
    background: #222222;
    left: 0;
}

.contact-map {
    margin: 50px 0;
}


/**
 * Footer Call To Action Section
*/
.call-to-action {
    padding: 24px 40px;
    background: linear-gradient(to bottom, #ffed9a 0%, #ddc762 45%, #ad973f 55%, #847127 100%);
    display: inline-block;
    width: 100%;
    text-align: left;
}

.call-to-action h2,
a.btn.btn-primary {
    display: inline-block;
}

.call-to-action a.btn.btn-primary {
    background-color: #000;
    color: #ffffff;
    border-color: #000;
}

.call-to-action h2 {
    color: #000;
    font-size: 36px;
    line-height: 36px;
    width: 80%;
    margin-top: 5px;
}

/**
 * Main Footer Area Section
*/

.footerup {

    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    z-index: 999;
}

footer {
    position: relative;
    margin-top: 20px;
}

#kc-footer-section {
    background: #000;
    color: #c8c8c8;
    padding: 100px 0 70px 0;
    position: relative;
}

#kc-footer-section section {
    padding: unset;
}

footer .footer-column {
    margin-bottom: 30px;
}

footer .footer-widget {
    position: relative;
}

footer .footer-column h2 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 25px;
    color: #ffffff;
}

footer .footer-column h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 34px;
    height: 2px;
    background: #F1E093;
    left: 0;
}

footer .timetable-widget .text {
    margin-bottom: 20px;
    line-height: 1.8em;
    padding-right: 20px;
}

.textwidget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-bottom {
    position: relative;
    font-size: 14px;
    padding: 20px 5px;
    line-height: 24px;
    text-align: center;
    background: #171717;
    color: #c8c8c8;
    width: 100%;
    float: left;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-top: 20px;
}

.footer-bottom .text {
    line-height: 30px;
}

.footer-bottom .social-links * {
    color: rgb(255, 255, 255);
    display: inline-table;
    list-style: outside none none;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    margin-left: 3px;
}

.footer-bottom .social-links a {
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    height: 30px;
    line-height: 26px;
    text-align: center;
    width: 30px;
}

.footer-bottom .social-links a:hover i {
    color: #F1E093;
}

footer .social-links {
    margin: 0;
}

.footer-bottom .social-links li {
    display: inline-block;
}

.footer-bottom .social-links i {
    font-size: 13px;
    margin: 0;
}


/**
 * Scroll To Top
*/
a.scroll-top {
    background-color: #F1E093;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    bottom: 45px;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    height: 40px;
    font-weight: bold;
    line-height: 38px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 40px;
    z-index: 999999;
}

a.scroll-top::before {
    font-size: 25px;
}


/**
 * Single Post Comment Section
*/
.comment-content a {
    word-wrap: break-word;
}

footer.comment-meta {
    background: none;
    color: #222;
    padding: 0;
    position: relative;
    margin-top: 0;
}

.bypostauthor {
    display: block;
}

.comment-respond {
    background: #fbfbfb;
    padding: 15px;
    border-radius: 0;
}

.comment-reply-title {
    margin-top: 0;
    font-size: 22px;
}

.comment-reply-title a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 10px;
    display: inline-block;
    padding: 0;
    line-height: 20px;
    color: #222;
}

.comment-reply-title a:hover {
    color: #f1e192;
}

.comment-notes {
    color: #777;
}

.required {
    color: red;
    font-size: 18px;
    line-height: 0;
}

.comments-title {
    color: #222222;
    font-size: 18px;
    text-transform: capitalize;
    margin: 20px 0;
    font-weight: 600;
}

.comments-area h2::after {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 34px;
    height: 2px;
    background: #222222;
    left: 0;
}

.comments-area ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-body {
    margin-bottom: 20px;
}

.comments-area ol.children {
    padding-left: 25px;
}

.comment-meta {
    position: relative;
}

.comment-author img {
    width: 60px;
    height: auto;
    margin-right: 10px;
    vertical-align: top;
}

.comments-area .comment-metadata {
    position: absolute;
    top: 25px;
    left: 75px;
    font-style: italic;
    color: #777;
    font-size: 14px;
}

.comment-awaiting-moderation {
    margin-bottom: 0;
    font-size: 14px;
    color: red;
    margin-top: 10px;
}

.comment-content {
    font-size: 16px;
    color: #777;
    font-weight: 300;
}

.comment-content p {
    margin-top: 10px;
    margin-bottom: 20px;
}

.comment-reply-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 15px;
    display: inline-block;
    background: #333;
    color: #fff;
}

.comment-reply-link:hover {
    background: #c9ad42;
    color: #fff;
}

a.comment-reply-link:visited,
a.comment-reply-link:focus {
    color: #fff;
}

/**
 * Pagination
*/

.pagination {
    margin-top: 40px;
}

.pagination .nav-links a,
.pagination .nav-links span.page-numbers {
    color: #222222;
    margin-right: 10px;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 5px;
    width: 50px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
}

.pagination .nav-links span.page-numbers {
    background-color: #000;
    color: #F1E093;
}

.pagination a.active {
    background-color: #000;
    color: #F1E093;
}

.pagination a:hover,
.pagination span:hover {
    background-color: #000;
    color: #F1E093;
}

.kingcabs-fleet nav.navigation.pagination {
    text-align: center;
    width: 100%;
}

/**
 * 404 Error Page
*/
.error-404-text {
    text-align: center;
    padding: 50px 0;
}

.error-404-text a {
    color: red;
}


.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #333333;
}

/**
 * Fleet Page Template
*/
.page-template-template-fleet #gallery {
    padding: 60px 0;
}



/*--------------------------------------------------------------
## My Acount Page
--------------------------------------------------------------*/

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
    background: #fff;
    color: #242020;
    border: 1px solid #242020;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 12px 23.6px;
    background: #242020;
    color: #ffffff;
    display: block;
    border: 1px solid #242020;
    font-weight: bold;
    font-style: normal;
    border-right: 1px solid #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    clear: both;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    float: left;
}

.woocommerce-info {
    border-top-color: #242020;
}

.woocommerce-info:before {
    color: #242020;
}

.static-contain {
    margin-bottom: 5px;
}

/*.hentry {
    margin-bottom: 0;
}*/
.post-detail-container {
    padding: 0 10px 20px;
    margin-bottom: 30px;
    border: 1px solid #242020;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    padding: 10px;
    border: 2px solid #242020;
}

.woocommerce-MyAccount-content p {
    margin: 0;
    margin-bottom: 5px;
}

.woocommerce-Message--info a.button {
    height: 40px;
    background: #242020;
    border: 1px solid #242020;
    border-radius: 0;
    padding: 0px 30px;
    line-height: 38px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    text-shadow: none;
    box-shadow: none;
    display: inline-block;
    font-style: normal;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button {
    background: #242020;
    border-radius: 0;
    padding: 0px 30px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    text-shadow: none;
    box-shadow: none;
    display: inline-block;
    font-style: normal;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.woocommerce-error a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-message a.button:hover,
.woocommerce-Message--info a.button:hover {
    background: #fff;
    color: #242020;
}

.woocommerce-message {
    border-top-color: #242020;
}

.woocommerce-message:before {
    color: #242020;
}

.woocommerce-MyAccount-content h3,
.woocommerce-Address-title h3 {
    margin: 0;
    margin-bottom: 5px;
}

.woocommerce-MyAccount-content label,
.woocommerce-EditAccountForm label {
    font-weight: bold;
}

.woocommerce-MyAccount-content fieldset,
.woocommerce-EditAccountForm fieldset {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-content a:hover,
.woocommerce-MyAccount-content a:hover {
    color: #242020;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    border-radius: 0;
    color: #fff;
    background-color: #242020;
    border: 1px solid #242020;
}

.woocommerce input.button {
    padding: 11px;
}

.compare.link-compare.button {
    border: 0;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    padding: 11px;
    color: #fff;
}

.woocommerce table.shop_table {
    border-radius: 0;
}

.woocommerce .quantity .qty {
    width: auto;
    padding: 6px;
}

.reduced.items-count {
    margin-right: -4px;
}

.increase.items-count {
    margin-left: -4px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #242020;
    color: #ffffff;
    border: 2px solid #242020;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: #fff;
    color: #242020;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 10px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 150px;
    margin: 0;
}

#ship-to-different-address .checkbox {
    padding: 0;
    margin: 0;
}

.cart_totals h2,
.cross-sells>h2,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
.related>h2,
.upsells>h2,
.woocommerce-shipping-fields>h3 {
    width: 100%;
    height: auto;
    line-height: 21px;
    text-align: left;
    padding-left: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #fafafa;
    border-left: 4px solid #242020;
    margin-bottom: 12px;
    text-transform: uppercase;
    display: inline-block;
    color: #555555;
    font-size: 16px;
    font-weight: 500;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #242020;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #fff;
    color: #242020;
}

.woocommerce .woocommerce-ordering select {
    padding: 6px;
}

.woocommerce ul.products li.product .onsale {
    margin: 0;
    background: #e74c3c;
    padding: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 1.2em;
    text-align: center;
}

.woocommerce ul.products li.product .price {
    font-size: 1em;
    text-align: center;
}

.woocommerce ul.products li.product .price del {
    display: inline-block;
}

.woocommerce ul.products li.product .button {
    display: block;
    text-align: center;
}

.woocommerce a.added_to_cart {
    display: block;
    text-align: center;
    background: #e74c3c;
    color: #fff;
    padding: 6px;
}

.woocommerce ul.products li.product a img {
    margin: 0;
}

/**
 * Product Single Page Product Meta 
*/
.product_meta {
    padding-bottom: 10px;
    margin: 10px 0px;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
}

.product_meta span {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.product_meta>span {
    display: block;
    margin-top: 10px;
}

.product_meta .sku_wrapper span {
    border-bottom: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 2px;
}

.woocommerce span.onsale {
    top: 0;
    left: 0;
    background-color: #e74c3c;
}

.woocommerce div.product form.cart .variations td.label {
    color: #919191;
    font-size: 15px;
}

/*--------------------------------------------------------------
## Single Page Tab
--------------------------------------------------------------*/

.woocommerce-page div.product .woocommerce-tabs {
    margin-top: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0px;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border: 1px solid #242020;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none !important;
    padding: 3px 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: none !important;
    background: #242020 !important;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #ffffff;
}

.woocommerce div.product .woocommerce-tabs .panel#tab-description p {
    margin: 0;
    padding: 10px 0px;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    padding: 10px 0px;
    margin: 0;
    font-size: 18px;
    line-height: 1;
    margin-top: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border: 1px solid #242020;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    bottom: -8px;
}

.woocommerce-error {
    border-top-color: #242020;
}

.woocommerce-error:before {
    color: #242020;
}

/*--------------------------------------------------------------
# WooCommerce defautl price_slider_amount
--------------------------------------------------------------*/

.price_slider_amount .price_label {
    font-size: 14px;
    font-weight: 600;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #242020;
    height: 12px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    height: 1.4em;
    background: #242020;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #e5e5e5;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 12px;
}

/*--------------------------------------------------------------
# WooCommerce defautl widget area
--------------------------------------------------------------*/
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: left;
    margin-left: 0px;
    width: 80px;
    height: auto;
    box-shadow: none;
    margin-right: 10px;
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating,
.woocommerce .widget_rating_filter ul li a {
    font-size: 12px;
    margin: 5px 0;
}

footer .woocommerce ul.cart_list li a,
footer .woocommerce ul.product_list_widget li a {
    color: #fff;
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
## WooCommerce Pagination
--------------------------------------------------------------*/
.woocommerce nav.woocommerce-pagination ul {
    border: none;
    background: none;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers {
    border: none;
    background: none;
    color: #242020;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 1px solid #242020;
    margin-right: 5px;
    padding: 2px;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
    line-height: 35px;
    padding: 0;
    min-width: 35px;
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    font-size: 16px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #242020;
    color: #ffffff;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 10px;
}

.woocommerce ul.products li.product .price {
    color: #242020;
}

/*===================================================
header section
===================================================*/
.headerone .logo-section {
    padding: 10px 0;
}

.main-header.headerone {
    background: #000000;
}

.main-header .logo-left,
.main-header .logo-right {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -2px;
}

.main-header .logo-left {
    max-width: 250px;
    width: 100%;
}

.main-header .logo-right {
    width: calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: -ms-calc(100% - 250px);
    text-align: right;
}

.headerthree .logo-right-info ul,
.headerone .logo-right-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-header .logo-right .logo-right-info,
.main-header .logo-right .logo-right-info.btn-box {
    display: inline-block;
    vertical-align: middle;
}

.main-header .logo-right .logo-right-info li a {
    color: #fff;
    margin-right: 30px;
    font-size: 26px;
    position: relative;
    display: inline-block;
    margin-top: 5px;
}

.main-header .logo-right .logo-right-info li a:hover {
    color: #fbc600;
}

.main-header .logo-right .logo-right-info li a:before {
    position: absolute;
    content: '\f095';
    font-family: 'Font Awesome 5 Free';
    font-size: 30px;
    line-height: 1.5;
    left: -40px;
    font-weight: 600;
}

.main-header .main-menu ul.navigation {
    text-align: center;
    margin: 0;
}

.main-header .main-menu ul.navigation>li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin: 0 15px;
    padding: 15px 0;
    position: relative;
}

.main-header .main-menu ul.navigation>li:first-child>a:before {
    display: none;
}

.main-header .main-menu ul.navigation>li>a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.main-header .main-menu ul.navigation li .dropdown-btn {
    display: inline-block;
    vertical-align: -1px;
    margin-left: 5px;
}

.main-menu .navigation>li:hover ul {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

.main-menu .navigation>li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.main-menu .navigation li ul li a {
    text-align: left;
    padding: 10px 10px;
}

.main-menu .navigation li ul.dropdown-menu {
    padding: 0;
    width: 220px;
    border-radius: 0;
    -webkit-border-radius: 0;
    left: -20px;
    top: 105%;
    border: 0;
    box-shadow: none;
    font-size: inherit;
}

.main-menu .navigation li ul.dropdown-menu li a:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

/**
 * Page Builder 
*/
.builder-services {
    padding-top: 30px;
}

.widget_kingcabs_aboutservices .service-block.col-sm-12 .service-block-inner:before,
.widget_kingcabs_aboutservices .service-block.col-sm-6 .service-block-inner:before {
    display: none;
}

.kingcabs-widgets .service-block .service-block-inner:before,
.kingcabs-widgets .testimonial-item {
    background-image: none;
}

.kingcabs-widgets.testimonials {
    margin-top: 0;
}

.kingcabs-widgets.testimonials.layouttwo .section-title {
    margin: 0 auto 30px;
}

.kingcabs-widgets .slider-frontcontent h3 a:hover,
.kingcabs-widgets .slider-bottom-btn a.btn:hover {
    color: #d9c77e;
}

.kingcabs-widgets .testimonial-item {
    box-shadow: none;
}

.testimonials .lSSlideOuter .lSPager.lSpg>li.active a,
.testimonials .lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #F1E093;
}

.home .kingcabs-widgets.kingcabs-team .container,
.home .clients.kingcabs-widgets .container {
    max-width: 1170px;
}

/*===============================
kingcabs-team
===============================*/
.kingcabs-team .lSSlideOuter .lSAction a.lSPrev,
.kingcabs-team .lSSlideOuter .lSAction a.lSNext {
    background-image: none;
    height: 40px;
    width: 40px;
    background: #fff;
    line-height: 40px;
    text-align: center;
    opacity: 0;
}

.kingcabs-team .lSSlideOuter .lSAction a.lSPrev:hover,
.kingcabs-team .lSSlideOuter .lSAction a.lSNext:hover {
    background: rgba(255, 255, 255, 0.6);
}

.kingcabs-team .lSSlideOuter:hover .lSAction a.lSPrev,
.kingcabs-team .lSSlideOuter:hover .lSAction a.lSNext {
    opacity: 1;
}

.kingcabs-team .lSSlideOuter .lSAction a.lSPrev:before,
.kingcabs-team .lSSlideOuter .lSAction a.lSNext:before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    color: #000;
    font-size: 26px;
    font-weight: 600;
}

.kingcabs-team .lSSlideOuter .lSAction a.lSPrev:before {
    content: '\f104';
    left: 14px;
}

.kingcabs-team .lSSlideOuter .lSAction a.lSNext:before {
    content: '\f105';
    right: 14px;
}

/**
 * Header Video
*/
.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
    display: block;
    height: 100vh;
    max-width: 100%;
}

/**
 * Video Call To Action
*/
.home-video {
    overflow: hidden;
    max-height: 600px;
    position: relative;
}

.home-2 .home-video {
    margin-top: 70px;
    margin-bottom: 0;
}

video.video {
    position: relative;
    min-width: 100%;
    min-height: 100%;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.video-overlay-content {
    position: absolute;
    top: 50%;
    color: #ffffff;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    padding: 15px;

}

.video-overlay-content p {
    margin: 20px 0;
}

.video-overlay-call {
    margin-bottom: 20px;
}

.video-overlay-call span {
    font-size: 30px;
    margin-right: 15px;
    display: inline-block;
    text-transform: capitalize;
}

.video-overlay-call span:last-child {
    margin-right: 0;
}

.video-overlay-content h2 {
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/*=======================================================
header layout two
=======================================================*/
.headertwo {
    padding-bottom: 0;
}

.headertwo .top-header {
    padding: 0;
    border-bottom: none;
}

.headertwo .top-header .topheader-info .kc-lft ul li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin-left: 15px;
}

.headertwo .top-header .topheader-info .kc-lft ul li:first-child {
    margin-left: 0;
}

.headertwo .top-header .topheader-info .kc-lft ul li i {
    margin-right: 5px;
    color: #d9c77e;
}

.headertwo .top-header .topheader-info .kc-lft ul li a:hover {
    color: #d9c77e;
}

.headertwo .top-header .logo-right-info .btn.btn-primary {
    background: none;
    border: none;
}

.headertwo .top-header .logo-right-info .btn.btn-primary:hover {
    background-color: none;
    border-color: none;
}

.headertwo .top-header .logo-right-info .btn.btn-primary i {
    display: none;
}

.headertwo .top-header .logo-right-info {
    position: relative;
    z-index: 2;
}

.headertwo .top-header .logo-right-info:before {
    position: absolute;
    content: '';
    left: 30px;
    height: 100%;
    width: 100%;
    background: #d9c77e;
    z-index: -1;
    clip-path: polygon(18% 0, 100% 0%, 100% 100%, 0% 100%);
}

.headertwo .site-branding .site-description {
    text-align: left;
}

.main-header.headertwo .main-menu ul.navigation>li {
    color: #333;
    font-weight: 600;
}

.main-header.headertwo .main-menu ul.navigation {
    text-align: right;
}

.main-header.headerfour,
.headertwo {
    background-color: #fbfbfb;
}

.main-header.headertwo {
    padding: 0;
}


.headertwo .main-menu .navigation li ul.dropdown-menu {
    top: 100%;
    margin-top: 0;
}

.main-header.headertwo .navbar-collapse {
    padding-right: 0;
}

/*=======================================================
header layout three
=======================================================*/
.main-header.headerthree {
    padding-bottom: 0;
    position: relative;
}

.main-header.headerthree .logo-left {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.main-header.headerthree .logo-right {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.headerthree {
    background-color: #000000;
    padding: 30px 0;
}

.main-header.headerthree .logo-right .logo-right-info li a {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 8px;
    margin-right: 0;
}

.main-header.headerthree .kc-lft {
    margin-top: 15px;
}

.main-header.headerthree .kc-lft ul {
    list-style: none;
}

.main-header.headerthree .kc-lft ul li {
    color: #fff;
    margin: 8px 0;
    font-size: 15px;
}

.main-header.headerthree .kc-lft ul li i {
    margin-right: 5px;
    color: #d9c77e
}

.main-header.headerthree .site-branding .site-title {
    font-size: 45px;
    color: #d9c77e;
    letter-spacing: 2px;
    line-height: 1.3;
}

.main-header.headerthree .site-branding .site-description {
    font-size: 14px;
    text-align: center;
}

.main-header.headerthree .header-lower {
    position: relative;
    width: 100%;
    background: rgba(0, 0, 0, 0.96);
    z-index: 9999;
}

.main-header.headerthree .header-lower,
.main-header.headerthree .logo-section {
    padding: 15px 0;
}

.home .main-header.headerthree .header-lower {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
}

.home.blog .main-header.headerthree .header-lower {
    position: relative;
    background: rgba(0, 0, 0, 0.96);
}


.main-header.headerthree .main-menu ul.navigation>li>a:before {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.main-header.headerthree .main-menu .navigation li ul.dropdown-menu {
    top: 100%;
    margin-top: 0;
}

/*======================================================
header four
======================================================*/
.main-header.headerfour {
    padding-bottom: 0;
}

.main-header.headerfour .topheader-list ul li {
    color: #fff;
}

.main-header.headerfour .topheader-list ul li a {
    display: inline-block;
    color: #fff;
}

.main-header.headerfour .kc-alignment {
    text-align: right;
}

.main-header.headerfour .kc-alignment .topheader-list ul li i {
    margin-right: 5px;
    color: #F1E093;
}

.main-header.headerfour .topheader-list ul li a:hover {
    color: #F1E093;
}

.main-header.headerfour .site-branding .site-description {
    text-align: left;
}

.main-header.headerfour .main-menu ul.navigation {
    text-align: right;
}

.main-header.headerfour .main-menu ul.navigation>li {
    color: #333;
}

.main-header.headerfour .main-menu ul.navigation>li:last-child {
    margin-right: 0;
}

/*======================================================
static banner
======================================================*/
.kc-slider {
    position: relative;
}

.kc-slider .edu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.static-banner .single-slider img {
    width: 100%;
    object-fit: cover;
    max-height: 100vh;
}

.static-banner .slider-caption,
.kc-slider .custom-header-video-desc .slider-caption {
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    color: #fff;
    padding: 0 30px;
}

.normal-slider.kc-slider .single-slider.active .slider-caption h2,
.static-banner .slider-caption h2,
.kc-slider .custom-header-video-desc .slider-caption h2 {
    color: #F1E093;
    font-size: 4em;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.3;
}

.normal-slider.kc-slider .single-slider.active .slider-caption p,
.static-banner .slider-caption p {
    font-size: 1.3em;
}

.kc-slider .custom-header-video-desc .slider-caption h2 {
    margin-bottom: 20px;
}

.static-banner .slider-caption .slide-btn,
.kc-slider .custom-header-video-desc .slider-caption .slide-btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 10px;
}

.static-banner .slider-caption .slide-btn a,
.kc-slider .custom-header-video-desc .slider-caption .slide-btn a {
    background: #F1E093;
    color: #000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    padding: 12px 24px;
    width: 150px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
}

.static-banner .slider-caption .slide-btn a:hover,
.kc-slider .custom-header-video-desc .slider-caption .slide-btn a:hover {
    background: rgba(255, 255, 255, 1);
}

.kc-slider .custom-header-video-desc .slider-caption p {
    letter-spacing: 1px;
}

.kc-slider .custom-header-video-desc .slider-caption .slide-btn {
    margin-top: 10px;
}

.kc-slider .custom-header-video-desc .slider-caption .edu-call {
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.kc-slider .custom-header-video-desc .slider-caption .edu-call a:hover {
    color: #f1e09382;
}

.kc-slider .custom-header-video-desc .slider-caption .kc-divider {
    margin-bottom: 20px;
}

.kc-slider .custom-header-video-desc .slider-caption .kc-divider span {
    display: inline-block;
    position: relative;
    font-size: 30px;
    text-transform: capitalize;
    font-style: italic;
}

.kc-slider .custom-header-video-desc .slider-caption .kc-divider span:before,
.kc-slider .custom-header-video-desc .slider-caption .kc-divider span:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.8);
    height: 1px;
    width: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.kc-slider .custom-header-video-desc .slider-caption .kc-divider span:before {
    left: -200%;
}

.kc-slider .custom-header-video-desc .slider-caption .kc-divider span:after {
    right: -200%;
}

/*===============================================
video background
===============================================*/
.kc-slider .custom-header-media {
    max-height: 800px;
    overflow: hidden;
}

.kc-slider .custom-header-media .wp-custom-header .wp-custom-header-video-button {
    position: absolute;
    z-index: 9999;
    bottom: 50%;
    right: 20px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.5);
    font-size: 0;
    height: 45px;
    width: 45px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    line-height: 40px;
    text-align: center;
    padding: 0;
}

.kc-slider .custom-header-media .wp-custom-header .wp-custom-header-video-button:hover {
    background: #fff;
}

.kc-slider .custom-header-media .wp-custom-header .wp-custom-header-video-button:before {
    position: absolute;
    content: '';
    font-family: 'Font Awesome 5 Free';
    font-size: 21px;
    color: #333;
    font-weight: 600;
}

.kc-slider .custom-header-media .wp-custom-header .wp-custom-header-video-button.wp-custom-header-video-play:before {
    content: '\f04c';
    left: 13px;
}

.kc-slider .custom-header-media .wp-custom-header .wp-custom-header-video-button.wp-custom-header-video-pause:before {
    content: '\f04b';
    left: 13px;
}

/*=====================================
slider-bottom layouttwo
======================================*/
.slider-bottom.layouttwo {
    background: none;
}

.slider-bottom.layouttwo .slider-bottom-inner {
    margin-top: -100px;
}

.slider-bottom.layouttwo .slider-frontcontent {
    background: none;
    padding: 0 15px;
    z-index: 999;
    margin-bottom: 30px;
}

.slider-bottom.layouttwo .slider-frontcontent .kc-inner-feat {
    background: #222222;
    padding: 25px;
    border-radius: 10px;
}

.slider-bottom.layouttwo .slider-frontcontent:nth-child(even) .kc-inner-feat {
    background: #191818;
}

.slider-bottom.layouttwo .slider-frontcontent .hover-effect:hover {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.slider-bottom.layouttwo .slider-frontcontent .kc-icon {
    color: #fff;
    font-size: 50px;
}

.slider-bottom.layouttwo .slider-frontcontent h3 {
    font-size: 23px;
    font-weight: 500;
    margin: 10px 0;
}

.slider-bottom.layouttwo .slider-frontcontent h3:after {
    display: none;
}

.slider-bottom.layouttwo .slider-bottom-btn a.btn:hover {
    color: #F1E093;
}

/*===========================================================
service-section layouttwo
===========================================================*/
.service-section.layouttwo .kc-title-bg {
    padding: 100px 0;
}

.service-section.layouttwo .kc-title-bg {
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
}

.service-section.layouttwo .kc-title-bg .kc-overlay {
    position: absolute;
    /* background: rgba(0, 0, 0, 0.7); */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.service-section.layouttwo .feature-image {
    display: none;
}

.service-section.layouttwo .section-title span {
    background-color: #fff;
}

.service-section.layouttwo .section-title h2 {
    color: #F1E093;
}

.service-section.layouttwo .section-title i {
    color: #000;
    background-color: #fff;
}

.service-section.layouttwo .section-title {
    color: #fff;
}

.service-section.layouttwo .service-block .service-block-inner h3 {
    font-size: 21px;
}

.service-section.layouttwo .service-block .service-block-inner h3 a {
    color: #F1E093;
}

.service-section.layouttwo .service-block .service-block-inner,
.service-section.layouttwo .service-block .service-block-inner h3 a:hover {
    color: #fff;
}

.service-section.layouttwo {
    margin-bottom: 80px;
}

/*================================
service-section layoutone
================================*/
.service-section.layoutone .feature-image {
    margin-bottom: 80px;
}

/*==============================================
main service 
==============================================*/

.service-area.layoutone .kc-img-holder {
    display: none;
}

.service-area.layoutone .service-area-block {
    background-position: center !important;
    background-size: cover !important;
}

.service-area.layouttwo .service-area-block {
    background: none !important;
    text-align: center;
    border: 1px solid #cccccc4f;
    padding: 30px 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #333;
    box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
}

.service-area.layouttwo .service-area-block .service-area-overlay {
    display: none;
}

.service-area.layouttwo .service-area-block .service-area-content h3 {
    position: relative;
    left: 0;
    right: 0;
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.service-area.layouttwo .service-area-block .service-area-content h3:before {
    background: linear-gradient(to left, transparent 0%, #000 50%, transparent 100%)
}

.service-area.layouttwo .service-area-block .service-area-content h3 a {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.service-area.layouttwo .service-area-block .service-area-content h3 a:hover {
    color: #e8b701;
}

.service-area.layouttwo .service-area-block .service-area-content h3:after {
    display: none;
}

.service-area.layouttwo .service-area-block .service-area-content {
    position: static;
    color: #333;
}

.service-area.layouttwo .service-area-content .service-area-content-bottom {
    display: none;
}

.service-area.layouttwo .service-area-block .kc-img-holder {
    text-align: center;
    width: 100px;
    height: 100px;
    font-size: 30px;
    line-height: 100px;
    background: #000;
    display: inline-block;
    border-radius: 100%;
    color: #F1E093;
    border: 4px solid #F1E093;
    margin-bottom: 20px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    overflow: hidden;
}

/*=================
layout three
=================*/
.service-area.layoutthree .service-area-block {
    background-position: center;
    min-height: 400px;
    position: relative;
    border-radius: 10px;
}

.service-area.layoutthree .service-area-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 999;
}

.service-area.layoutthree .service-area-block:hover:before {
    box-shadow: inset 0 0 0 8px rgba(217, 199, 126, 0.75);
}

.service-area.layoutthree .service-area-block .kc-img-holder {
    display: none;
}

.service-area.layoutthree .service-area-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
}

.service-area.layoutthree .service-area-block .service-area-content h3 {
    position: relative;
    left: 0;
    right: 0;
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    height: auto;
}

.service-area.layoutthree .service-area-block .service-area-content h3:before {
    background: linear-gradient(to left, transparent 0%, #fff 50%, transparent 100%)
}

.service-area.layoutthree .service-area-block .service-area-content h3 a {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #fff;
}

.service-area.layoutthree .service-area-block .service-area-content h3 a:hover {
    color: #676663;
}

.service-area.layoutthree .service-area-block .service-area-content h3:after {
    display: none;
}

.service-area.layoutthree .service-area-block .service-area-content {
    /* top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); */
    height: auto;
    padding: 30px;
    z-index: 9999;
}

.service-area.layoutthree .service-area-content .service-area-content-bottom {
    padding-top: 0;
    position: static;
}

.service-area.layoutthree .service-area-content .service-area-content-bottom a {
    color: #F1E093;
}

.service-area.layoutthree .service-area-content .service-area-content-bottom a:hover {
    color: #fff;
}

.service-area .service-area-content .service-area-content-bottom a:before {
    display: none;
}

.service-area.layoutthree .service-area-content .service-area-content-bottom a:hover:before {
    right: -8px;
}

/*========================================
video cta
=========================================*/
.home-video .section-wrap {
    display: contents;
}

.home-video .video-overlay-content {
    max-width: 950px;
    margin: 0 auto;
    width: 100%;
}

.home-video .video-overlay-call {
    margin-bottom: 25px;
}

.home-video .video-overlay-call span {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.home-video .video-overlay-call span a:hover {
    color: #f1e09382;
}

.home-video .video-overlay-content .btn {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px;
}

/*========================================================
counter section
========================================================*/
.kingcabs-counter {
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

.kingcabs-counter .kc-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.79);
}

/*===========
counter layout 2
============*/
.kingcabs-counter.layouttwo {
    padding: 0;
}

.kingcabs-counter.layouttwo .container {
    width: 100%;
    padding: 0;
}

.kingcabs-counter.layouttwo .section-title {
    display: none;
}

.kingcabs-counter.layouttwo .col-layouttwo {
    text-align: center;
    padding: 100px 50px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.kingcabs-counter.layouttwo .col-layouttwo:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.kingcabs-counter.layouttwo .col-layouttwo:hover:before {
    opacity: 1;
    visibility: visible;
}

.kingcabs-counter.layouttwo .col-layouttwo .icon-counter {
    display: block;
    margin-right: 0;
    margin: 0 auto 10px;
}

.kingcabs-counter.layouttwo .col-layouttwo .counter-content {
    text-align: center;
}

/*========================================
fleet
=======================================*/
.specialrate-info {
    list-style: none;
    margin: 0;
    padding: 0;
}

.specialrate {
    border: 1px solid #e0e0e0;
    margin-bottom: 25px;
}

.specialrate h3 {
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 15px;
}

.specialrate .specialrate-info li {
    padding: 10px 15px;
    border-bottom: 1px solid #e0e0e0;
}

.specialrate .specialrate-info li:last-child {
    border-bottom: 0;
}

.specialrate .specialrate-info li span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 600;
}

/*=====================================================
testimonial layout
======================================================*/

.testimonials.layouttwo ul.lSPager.lSpg {
    display: none;
}

.testimonials.layouttwo .testimonial-item {
    background: none;
}

.testimonials.layouttwo .lSSlideWrapper {
    max-width: 750px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.testimonials.layouttwo .lSSlideWrapper .lSAction {
    position: static;
    text-align: center;
}

.testimonials.layouttwo .lSSlideWrapper .lSAction>a {
    display: inline-block;
    background-image: none;
    position: static;
    background: #F1E093;
    margin: 0 15px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    position: relative;
}

.testimonials.layouttwo .lSSlideWrapper .lSAction>a:before {
    content: '';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    color: #333;
    text-align: center;
    font-weight: 600;
}

.testimonials.layouttwo .lSSlideWrapper .lSAction>a.lSPrev:before {
    content: '\f104';
    left: 11px;
    top: 1px;
}

.testimonials.layouttwo .lSSlideWrapper .lSAction>a.lSNext:before {
    content: '\f105';
    left: 12px;
    top: 1px;
}

/*=========================================================
team member layout 2
=========================================================*/
.kingcabs-team.layouttwo .team-item {
    margin-bottom: 30px;
}

.kingcabs-team.layouttwo .team-item .kc-item-wrap {
    overflow: hidden;
    position: relative;
}

.kingcabs-team.layouttwo .team-item .kc-social {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: -100%;
    margin: 0 auto;
    border-top: 0;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    text-align: center;
}

.kingcabs-team.layouttwo .team-item .kc-social .team-social {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

}

.kingcabs-team.layouttwo .team-item .kc-item-wrap:hover .kc-social {
    right: 0;
}

.kingcabs-team.layouttwo .team-item .team-social li {
    margin: 5px 2px;
    display: inline-block;
}

.kingcabs-team.layouttwo .team-item .team-social li a {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.7);
    display: block;
    line-height: 30px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.kingcabs-team.layouttwo .team-item .team-social li a:hover {
    background: #fff;
    color: #333;
}

.kingcabs-team.layouttwo .team-item .team-box .post {
    margin-bottom: 0;
}

/*======================================================
call us
======================================================*/
.call-us.layouttwo .call-bx,
.call-us.layouttwo h2.call-title {
    text-align: left;
}

.call-us.layouttwo .call-bx {
    width: 100%;
    max-width: 650px;
    margin: 0;
}

.call-us.layouttwo h2.call-title {
    font-style: normal;
    position: relative;
    padding-bottom: 20px;
    line-height: 1;
    margin-bottom: 20px;
}

.call-us.layouttwo h2.call-title:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background-color: #F1E093;
    height: 2px;
    width: 100px;
}

.call-us.layouttwo .phn-icon-circle {
    text-align: center;
}

.call-us.layouttwo .call-bx-details {
    padding-top: 0;
}

/*=================================================
blog layout
=================================================*/
.kingcabs-blog-section {
    padding: 70px 0;
}

.kingcabs-blog-section .kc-blog-inner {
    border: 1px solid #cccccc4f;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    margin-bottom: 30px;
    box-shadow: 2px 7px 6px rgba(0, 0, 0, 0.1);
}

.kingcabs-blog-section .kc-blog-inner .blog-thumbnail {
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.kingcabs-blog-section .kc-blog-inner .blog-excerpt {
    padding: 25px 25px 35px;
}

.kingcabs-blog-section .kc-blog-inner .blog-excerpt h5 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
}

.kingcabs-blog-section .kc-blog-inner .blog-excerpt h5 a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.kingcabs-blog-section .kc-blog-inner .blog-excerpt h5 a:hover {
    color: #e8b701;
}

.kingcabs-blog-section .kc-blog-inner .blog-thumbnail .blog-date {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    padding: 4px 17px;
    font-size: 14px;
    color: #F1E093;
}

/* .kingcabs-blog-section .kc-blog-inner .blog-thumbnail .blog-date:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: #212020 transparent transparent transparent;
	bottom: -10px;
	right: 0;
} */
.kingcabs-blog-section .kc-blog-inner .blog-read-more a {
    display: inline-block;
    padding: 10px 34px 8px;
    line-height: 24px;
    font-family: 'Heebo', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    color: #000;
    background-color: #d9c77e;
    border: 1px solid #d3be6a;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.kingcabs-blog-section .kc-blog-inner .blog-read-more a:hover {
    background-color: transparent !important;
}

/*==========================================================
client list
==========================================================*/
.clients .happy-clientslist {
    text-align: center;
}

.clients .happy-clientslist .clients-item {
    float: none;
    display: inline-block;
    margin: 0 -2px;
}

/*==========================================================
contact section
==========================================================*/
.kingcabs-contact {
    padding: 70px 0;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    z-index: 99;
    margin-bottom: -20px;
}

.kingcabs-contact .hs-contact-overlay {
    position: absolute;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.kingcabs-contact .section-title,
.kingcabs-contact .section-title h2 {
    color: #fff;
}

.kingcabs-contact .section-title .desc-text {
    display: none;
}

.kingcabs-contact .section-title span,
.kingcabs-contact .section-title i {
    background-color: #fff;
}

.kingcabs-contact .section-title i {
    color: #333;
    line-height: 22px;
}

.kingcabs-contact .wpcf7-form label {
    width: 100%;
    color: #fff;
    font-size: 13px;
}

.kingcabs-contact input[type="text"],
.kingcabs-contact input[type="email"],
.kingcabs-contact input[type="url"],
.kingcabs-contact input[type="password"],
.kingcabs-contact input[type="search"],
.kingcabs-contact input[type="number"],
.kingcabs-contact input[type="tel"],
.kingcabs-contact input[type="range"],
.kingcabs-contact input[type="date"],
.kingcabs-contact input[type="month"],
.kingcabs-contact input[type="week"],
.kingcabs-contact input[type="time"],
.kingcabs-contact input[type="datetime"],
.kingcabs-contact input[type="datetime-local"],
.kingcabs-contact input[type="color"],
.kingcabs-contact textarea {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    color: #FFF;
    margin-top: 10px;
}

.kingcabs-contact .wpcf7-submit {
    display: inline-block;
    padding: 10px 34px 8px;
    line-height: 24px;
    font-family: 'Heebo', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    color: #000;
    background-color: #d9c77e;
    border: 1px solid #d3be6a;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    margin-top: 0;
}

.kingcabs-contact .wpcf7-submit:hover {
    background: transparent;
    color: #fff;
}

.kingcabs-contact .kingcabs-contact-address {
    color: #fff;
}

.kingcabs-contact .kingcabs-contact-address .kc-contact-li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.kingcabs-contact .kingcabs-contact-address .kc-contact-li li {
    margin-bottom: 15px;
}

.kingcabs-contact .kingcabs-contact-address .kc-contact-li li p {
    margin-bottom: 30px;
}

.kingcabs-contact .kingcabs-contact-address .kc-contact-li li i.fa {
    margin-right: 13px;
}

.kingcabs-contact .kingcabs-contactus-social {
    margin-top: 30px;
}

.kingcabs-contact .kingcabs-contactus-social ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.kingcabs-contact .kingcabs-contactus-social ul li a {
    display: block;
    width: 32px;
    height: 32px;
    background: #d9c77e;
    border: 1px solid #d9c77e;
    color: #000;
    text-align: center;
    line-height: 31px;
}

.kingcabs-contact .kingcabs-contactus-social ul li a:hover {
    background: transparent;
    color: #fff;
}

/*============================================================
inner page 
=============================================================*/
.product-info-tabs .tabs-container.tabs-content {
    border: 1px solid #f1f1f1;
    padding: 20px;
    border-radius: 5px;
}

.product-info-tabs .tabs-container.tabs-content .product-content h3,
.prod-tabs .tabs-container .tab h3,
.product-info-tabs .tabs-container.tabs-content .product-content h6.limoking-heading-shortcode {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.product-info-tabs .tabs-container.tabs-content .product-content h6.limoking-heading-shortcode {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.product-info-tabs .tabs-container.tabs-content .product-content h3:before,
.prod-tabs .tabs-container .tab h3:before,
.product-info-tabs .tabs-container.tabs-content .product-content h6.limoking-heading-shortcode:before {
    content: '';
    position: absolute;
    height: 1px;
    background: #333;
    width: 60px;
    left: 0;
    bottom: 0;
}

ul.car-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-info-tabs .tabs-container.tabs-content .product-content ul.car-list li {
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
}

.product-info-tabs .tabs-container.tabs-content .product-content ul.car-list li:before {
    content: '\f0da';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    left: 0;
    top: 0;
    font-weight: 600;
}

.product-info-tabs .tabs-container.tabs-content .product-content ul.car-list li:last-child {
    margin-bottom: 0;
}

/*================================================
fleet-info-wrapper
================================================*/

.fleet-info-wrapper .fleet-info-inner .fleet-info {
    padding: 13px 20px;
    margin-bottom: 2px;
    background: #252525;
    color: #fff;
    font-size: 14px;
}

.fleet-info-wrapper .fleet-info-inner .fleet-info i {
    margin-right: 7px;
}

.fleet-info-wrapper .fleet-info-inner .fleet-info:last-of-type {
    margin-bottom: 0;
}

.fleet-info-wrapper a.single-book-now {
    display: block;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0px 12px;
    background: #d9c77e;
}

.fleet-info-wrapper a.single-book-now:hover {
    color: #333;
}

.fleet-rate-wrapper {
    margin-bottom: 40px;
}

.fleet-rate-wrapper .fleet-rate img {
    float: left;
    margin-right: 20px;
    margin-top: 3px
}

.fleet-rate-wrapper .fleet-rate-info-wrapper {
    overflow: hidden;
}

.fleet-rate-wrapper .fleet-rate {
    padding-top: 23px;
    padding-bottom: 20px;
    border-top: 1px solid #f1f1f1;
}

.fleet-rate-wrapper .fleet-rate:first-child {
    padding-top: 0;
    border-top: none;
}

.fleet-rate-wrapper .fleet-rate .fleet-info-head {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 3px;
}

.fleet-rate-wrapper .fleet-rate .fleet-info-amount {
    text-transform: uppercase;
    font-size: 15px;
    margin-right: 9px;
    color: #5c5c5c;
}

.fleet-rate-wrapper .fleet-rate .fleet-info-amount .fleet-info-price {
    color: #d9c77e;
    font-size: 24px;
    font-weight: bold;
    margin-right: 4px;
}

.fleet-rate-wrapper .fleet-rate .fleet-info-caption {
    color: #8a8686;
    font-size: 12px;
}

.fleet-info-wrapper .fleet-info-thumbnail {
    margin-bottom: 20px;
}

.fleet-info-wrapper .fleet-title,
.fleet-info-wrapper .specialrate h3 {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
}

.fleet-info-wrapper .specialrate h3 {
    margin-bottom: 10px;
}

.fleet-info-wrapper .specialrate {
    margin-top: 20px;
    border: none;
}

.fleet-info-wrapper .specialrate ul.specialrate-info li {
    margin-bottom: 15px;
    font-size: 16px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
}

.fleet-info-wrapper .specialrate ul.specialrate-info li .sec-title {
    padding: 15px 15px;
    font-weight: 600;
}

.fleet-info-wrapper .specialrate ul.specialrate-info li span {
    display: block;
    padding: 15px;
    font-size: 14px;
    color: #3d3d3d;
    border-top: 1px solid #f1f1f1;
}

/*============================================
fleet slider
=============================================*/
.product-info-tabs .lSSlideOuter .lSPager.lSGallery li.active,
.product-info-tabs .lSSlideOuter .lSPager.lSGallery li:hover {
    opacity: 0.4;
    border-radius: 0;
}

.product-info-tabs .lSSlideOuter .lSAction>a {
    background-image: none;
    width: 35px;
    height: 35px;
    background-color: #000;
    color: #fff;
    text-align: center;
}

.product-info-tabs .lSSlideOuter .lSAction>a:before {
    position: absolute;
    content: '';
    font-family: 'Font Awesome 5 Free';
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

.product-info-tabs .lSSlideOuter .lSAction>a.lSPrev:before {
    content: '\f104';
    left: 13px;
}

.product-info-tabs .lSSlideOuter .lSAction>a.lSNext:before {
    content: '\f105';
    right: 12px;
}

.widget_media_gallery figure {
    margin: 0;
}

/*default slider layout*/
.sliderone.kc-slider .caption-left,
.normal-slider.kc-slider .slider-caption {
    position: absolute;
    z-index: 999999;
    max-width: 700px;
    width: 100%;
    top: 50%;
    left: 25%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 99;
}

.sliderone.kc-slider .caption-left .middle-text {
    text-align: center;
}

.normal-slider.kc-slider .single-slider {
    position: relative;
}

.normal-slider.kc-slider .single-slider img {
    width: 100%;
}

.normal-slider.kc-slider .slider-caption {
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9999;
    text-align: center;
    color: #fff;
}

.sliderone.kc-slider .slider-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

.sliderone.kc-slider .carousel-control {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 2px solid #d9c77e;
    line-height: 48px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}

.sliderone.kc-slider .carousel-control:hover {
    background: rgba(0, 0, 0, 0.9);
}

.sliderone.kc-slider .left.carousel-control {
    left: 20px;
}

.sliderone.kc-slider .right.carousel-control {
    right: 20px;
}

/*==================
normal slider
=================*/
.normal-slider.kc-slider .slide-btn a.btn {
    padding: 10px 25px;
    background: #d9c77e;
    color: #333;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #d9c77e;
}

.normal-slider.kc-slider .slide-btn a.btn:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.normal-slider.kc-slider .lSAction a {
    background-image: none;
    background: #d9c77e;
    height: 40px;
    width: 40px;
    text-align: center;
}

.normal-slider.kc-slider .lSAction a:before {
    content: '';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-size: 24px;
    color: #333;
    line-height: 37px;
    font-weight: 600;
}

.normal-slider.kc-slider .lSAction a.lSPrev:before {
    content: '\f104';
    left: 14px;
}

.normal-slider.kc-slider .lSAction a.lSNext:before {
    content: '\f105';
    right: 14px;
}

.normal-slider.kc-slider .single-slider.active .slider-caption h2 {
    animation-duration: 1.5s;
    animation-name: fadeInDown;
}

.normal-slider.kc-slider .single-slider.active .slider-caption p {
    animation-duration: 1.5s;
    animation-name: fadeInLeft;
}

.normal-slider.kc-slider .single-slider.active a.btn {
    animation-duration: 1.5s;
    animation-name: fadeInRight;
}

/*=========================================
sticky header css
==========================================*/
.sticky-wrapper.is-sticky {
    z-index: 999999 !important;
}

.headerone .sticky-wrapper.is-sticky {
    background: #222223;
    padding: 5px 0;
}

.headertwo .sticky-wrapper.is-sticky,
.headerfour .sticky-wrapper.is-sticky {
    background: inherit;
    border-bottom: 2px solid rgba(62, 45, 45, 0.35);
}

.headertwo .sticky-wrapper.is-sticky .logo-section,
.headerfour .sticky-wrapper.is-sticky .logo-section {
    background: inherit;
}

.headerfour .sticky-wrapper.is-sticky {
    padding: 10px 0;
}

.logo-section.headertwowrap {
    padding: 10px 0;
}

/*==============================================
breadcrumb
==============================================*/
.bread-cumb.layouttwo {
    padding: 100px 0;
    overflow: hidden;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 99;
    text-align: center;
    color: #fff;
}

.bread-cumb.layouttwo:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bread-cumb.layouttwo h3 {
    font-weight: 600;
    font-size: 40px;
}

.bread-cumb.layouttwo h3,
.bread-cumb.layouttwo #breadcrumb {
    float: none;
    display: block;
}

.breadcrumb-holder .section-title {
    margin: 0 auto;
    padding: 0;
}

.bread-cumb.kingcabs-breadcrumbs.layoutone .section-title {
    margin-right: 0;
    text-align: right;
}

.bread-cumb.layouttwo .section-title h2 {
    color: #fff;
}

/**
 * Contact 7 Plugins defult css
*/
div.wpcf7 {
    background-color: #f9f9f9;
    padding: 20px;
}

.kingcabs-contact div.wpcf7 {
    background-color: transparent;
}

.kingcabs-contact .wpcf7-form label {
    font-size: 16px;
}

.wpcf7 label {
    display: block;
    margin-bottom: 15px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 10px;
}

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
    background-color: #e8b701;
    border: 1px solid #e8b701;
    text-align: center;
    text-transform: uppercase;
    float: right;
    padding: 8px 35px;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="button"]:hover {
    background: transparent;
    border: 1px solid #e8b701;
    color: #e8b701;
}

.kingcabs-home-video {
    min-height: 500px;
}


/**
 * bottom and top seprator 
*/
.footer-seprator {
    position: relative;
}

.section-seperator {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}

.top-section-seperator {
    top: -8px;
}

.bottom-section-seperator {
    bottom: 0;
    height: 60px;
}

.section-seperator svg {
    height: 100%;
    width: 100%;
}

.svg-water-waves-wrap svg,
.svg-water-waves-wrap {
    min-height: 80px;
}

.svg-clouds-wrap svg,
.svg-clouds-wrap,
.svg-droplets-wrap svg,
.svg-droplets-wrap {
    min-height: 190px;
}

.svg-paper-cut-wrap svg,
.svg-paper-cut-wrap {
    max-height: 120px;
}

.top-section-seperator.svg-big-triangle-left-wrap svg,
.top-section-seperator.svg-tilt-left-wrap svg {
    -webkit-transform: rotate(180deg) scaleX(-1);
    transform: rotate(180deg) scaleX(-1);
}

.top-section-seperator.svg-big-triangle-rigwrap svg,
.top-section-seperator.svg-curve-center-wrap svg,
.top-section-seperator.svg-clouds-wrap svg,
.top-section-seperator.svg-tilt-rigwrap svg,
.top-section-seperator.svg-uniform-waves-wrap svg,
.top-section-seperator.svg-water-waves-wrap svg,
.top-section-seperator.svg-slanted-waves-wrap svg,
.top-section-seperator.svg-zigzag-wrap svg,
.bottom-section-seperator.svg-big-triangle-center-wrap svg,
.bottom-section-seperator.svg-curve-repeater-wrap svg,
.bottom-section-seperator.svg-droplets-wrap svg,
.bottom-section-seperator.svg-small-triangle-center-wrap svg,
.bottom-section-seperator.svg-big-waves-wrap svg,
.bottom-section-seperator.svg-paper-cut-wrap svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bottom-section-seperator.svg-big-triangle-rigwrap svg,
.bottom-section-seperator.svg-tilt-rigwrap svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.desktop-show {
    display: block !important;
}

.desktop-hide {
    display: none !important;
}

@media(max-width: 768px) {
    .tablet-hide {
        display: none !important;
    }

    .tablet-show {
        display: block !important;
    }
}

@media(max-width: 500px) {
    .mobile-hide {
        display: none !important;
    }

    .mobile-show {
        display: block !important;
    }
}