/* ----------------------------------

Template Name: Buspro - Multipurpose Business and Corporate Template
Author: validtheme
Description:
Version: 12.0

Main Font    : Raleway
Main Color   : #1cb9c8

-------------------------------------

Table of contents
        
    01. Template default css
    02. Navbar
        - Navbar Default
        - Navbar Sticky
        - Navbar Transparent
        - Nav With Topbar
    03. Banner
    04. Features
    05. About Area
    06. Services
        - Carousel
        - Grid
        - Static
    07. Portfolio
        - Grid Colum
        - Masonary Colum
    08. Team
        - Carousel
        - Grid
        - Static
    09. Pricing Area
    10. Fun Factor
    11. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
    12. Clients Area
    13. Faq
    14. Concat Area
    15. Subscribe Form
    16. Error 404
    17. Footer
    18. PHP Contact Form
    19. Others

*/

/*
** General Styles for HTML tags
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/* Varialbes */

:root {
    --font-default: "Raleway", sans-serif;
    --fontawesome: "Font Awesome 7 Free";
    --black: #000000;
    --dark: #1d2024;
    --dark-secondary: #0e0e0e;
    --white: #ffffff;
    --white-secondary: #d8e3f0;
    --color-primary: #1cb9c8;
    --color-secondary: #0e9fa3;
    --color-heading: #232323;
    --color-paragraph: #666666;
    --box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    --box-shadow-secondary: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    --box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
    --bg-gray: #f7f7f7;
    --bg-light: #ffffff;
    --bg-gray-secondary: #f1f3f5;
    --bg-gradient: linear-gradient(45deg, var(--color-primary) 0%, var(--color-secondary) 50%);
    --bg-gradient-seven: linear-gradient(45deg, var(--color-style-seven) 0%, #FA9C43 100%);
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body,
html {
    height: 100%;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.wrapper {
    height: 100%;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}

a {
    outline: none;
    text-decoration: none;
    color: var(--color-heading);
}

a img {
    border: none;
}

a:active {
    outline: none;
    text-decoration: none;
    color: var(--color-heading);
    opacity: 1;
}

a:focus {
    outline: none;
    text-decoration: none;
    color: var(--color-heading);
}

a:hover {
    outline: none;
    text-decoration: none;
    color: var(--color-primary);
    opacity: 1;
}

.secondary a:hover {
    color: var(--color-optional);
}

button {
    outline: medium none;
}

iframe {
    border: none;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eeeeee;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}

input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    min-height: 50px;
}

input:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

textarea:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

select:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

ul {
    list-style-type: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

b {
    font-weight: 600;
}

strong {
    font-weight: 600;
}

.row {
    --bs-gutter-x: 30px;
}

@media (min-width: 1024px) {
    .gutter-xl {
        --bs-gutter-x: 80px;
    }
}

/* ============================================================== 
    # Template Default Styles
=================================================================== */

body {
    font-family: var(--font-default);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.8;
    overflow-x: hidden;
    background-color: var(--white);
    color: var(--color-paragraph);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-heading);
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 20px;
}

a,
.btn,
button {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    outline: medium none;
    text-decoration: none;
    font-weight: 700;
}

p {
    color: var(--color-paragraph);
    margin: 0 0 25px;
    text-transform: none;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: inherit;
}

ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    color: var(--color-heading);
}

a:hover {
    color: var(--color-heading);
}

a {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-family: var(--font-default);
}

b,
strong {
    font-weight: 700;
}

.btn.active,
.btn:active {
    background-image: inherit !important;
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
    outline: 0;
}

.btn.circle {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.btn.active,
.btn:active {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 50px;
}

/* Default CSS */

.container-half {
    margin: 0 auto;
    width: 60%;
    padding: 0 15px;
}

.bg-cover {
    background-position: center center;
    background-size: cover;
}

.bg-contain {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-fixed {
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}

.bg-gray {
    background-color: var(--bg-gray);
}

.bg-light {
    background: var(--white) !important;
}

.bg-theme-small {
    background-color: #edf5ff;
}

.bg-gray-hard {
    background: linear-gradient(90deg, rgba(237, 245, 255, 1) 0%, rgba(204, 223, 247, 1) 100%);
}

.bg-light {
    background-color: var(--white);
}

.bg-theme {
    background-color: var(--color-primary);
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
    color: var(--white);
}

.shadow {
    position: relative;
    z-index: 1;
}

.shadow.dark::after {
    background: var(--dark) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.dark-hard::after {
    background: var(--dark) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.light::after {
    background: var(--white) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.theme::after {
    background: var(--color-primary);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.theme-hard::after {
    background: var(--color-primary);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.default-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.default-padding-top {
    padding-top: 120px;
}

.default-padding-bottom {
    padding-bottom: 120px;
}

.default-padding.bottom-less {
    padding-top: 120px;
    padding-bottom: 90px;
}

.default-padding.bottom-30 {
    padding-top: 120px;
    padding-bottom: 30px;
}

.default-padding.bottom-20 {
    padding-top: 120px;
    padding-bottom: 20px;
}

.padding-xl {
    padding-top: 180px;
    padding-bottom: 180px;
}

.carousel-shadow {
    padding-bottom: 105px;
}

.btn {
    display: inline-block;
    font-family: var(--font-default);
    font-size: 13px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    letter-spacing: 1px;
    border-radius: 5px;
    overflow: hidden;
}

.btn-md {
    padding: 12px 40px;
}

.btn-sm {
    padding: 12px 35px;
    font-size: 12px;
}

.btn.btn-sm-pro {
    font-size: 10px;
    font-weight: 700;
    margin-top: 5px;
    padding: 4px 35px;
    display: inline-block;
}

.btn-border-light {
    border: 2px solid var(--white);
}

.btn.btn-sm-pro.btn-border-light:hover,
.btn.btn-sm-pro.btn-border-light:focus {
    background-color: var(--white);
    color: var(--color-heading);
    border: 2px solid var(--white);
}

.btn-dark {
    background-color: var(--color-heading);
    color: var(--white);
    border: 2px solid var(--color-heading);
}

.btn-dark.border {
    background-color: transparent;
    color: var(--color-heading);
    border: 2px solid var(--color-heading);
}

.btn-dark.border:hover {
    background-color: var(--color-heading);
    color: var(--white) !important;
    border: 2px solid var(--color-heading);
}

.btn.btn-light {
    background: var(--white) none repeat scroll 0 0;
    border: 2px solid var(--white);
    color: var(--color-heading);
}

.btn.btn-light:hover,
.btn.btn-light:focus {
    background: transparent none repeat scroll 0 0;
    border: 2px solid var(--white);
    color: var(--white);
}

.btn.btn-light.effect:hover,
.btn.btn-light.effect:focus {
    background-color: var(--color-primary);
    color: var(--white) !important;
    border: 2px solid var(--color-primary);
}

.btn.btn-light.border {
    background: transparent;
    border: 2px solid var(--white);
    color: var(--white);
}

.btn.btn-light.border:hover {
    background: var(--white) none repeat scroll 0 0 !important;
    border: 2px solid var(--white) !important;
    color: var(--color-heading) !important;
}

.btn-dark:hover,
.btn-dark:focus {
    color: var(--color-heading) !important;
    background: transparent;
}

.bg-dark {
    background: var(--dark) none repeat scroll 0 0;
}

.btn-theme {
    background-color: var(--color-primary);
    color: var(--white) !important;
    border: 2px solid var(--color-primary);
}

.btn-theme.border {
    background-color: transparent;
    color: var(--color-primary) !important;
    border: 2px solid var(--color-primary);
}

.btn-theme.border:hover {
    background-color: var(--color-primary);
    color: var(--white) !important;
    border: 2px solid var(--color-primary);
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
    background: var(--color-primary);
    border: 2px solid var(--color-primary);
    color: var(--white);
}

.btn.btn-sm-lm {
    font-size: 12px;
    padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
    border: 2px solid var(--white);
    color: var(--white);
}

.bg-fixed {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.bg-cover {
    background-position: center center;
    background-size: cover;
}

.container-full {
    padding: 0 15px;
    width: 100%;
}

.container-mid {
    padding: 0 15px;
    width: 90%;
    margin: auto;
}

.oh {
    overflow: hidden;
}

.less-margin {
    margin: 0;
}

/* Default CSS */

.container-medium {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px;
}

.container-full {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px;
}

.container-fill {
    padding: 0 15px;
    margin: auto;
    max-width: 100%;
}

@media (min-width:576px) {
    .container-medium {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container-medium {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container-medium {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container-medium {
        max-width: 1400px;
        width: 80%;
    }
}

.container-full {
    position: relative;
}

@media (min-width:576px) {
    .container-full {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container-full {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container-full {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container-full {
        max-width: 1400px;
        width: 90%;
    }
}

.container-fluid {
    width: 100%;
}

@media (min-width:576px) {
    .container-fluid {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container-fluid {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container-fluid {
        max-width: 100%;
    }
}

@media (min-width:1200px) {
    .container-fluid {
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width:576px) {
    .container-fill {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container-fill {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container-fill {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container-fill {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}

.site-heading h2 {
    display: inline-block;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
}

.site-heading h4 {
    text-transform: uppercase;
}

.site-heading.clean h2 {
    padding-bottom: 0;
}

.site-heading.clean h2 span {
    color: var(--color-primary);
}

.site-heading h2 span {
    color: var(--color-primary);
}

.site-heading.barber h2 span {
    color: #bc9355;
}

.site-heading p {
    margin: 0;
}

.site-heading h2::before {
    background: var(--color-primary);
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
}

.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before,
.half-bg .site-heading h2::before {
    background: var(--white) none repeat scroll 0 0;
}

.site-heading h2 span {
    color: var(--color-primary);
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}

.site-heading.single {
    margin-bottom: 35px;
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
}

.top-border {
    border-top: 1px solid #e7e7e7;
}

@media screen and (min-width: 1200px) {
    .item-flex {
        display: flex;
    }
}

.item-flex.center {
    align-items: center;
}

/* ============================================================== 
     # Bradcrumb 
=================================================================== */

.breadcrumb-area {
    padding: 150px 0;
}

.breadcrumb-area .breadcrumb {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    padding: 15px;
    position: relative;
    z-index: 1;
}

.breadcrumb-area .breadcrumb::after {
    background: var(--color-heading) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.breadcrumb-area h1 {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: -10px;
}

.breadcrumb>li+li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    padding: 0 5px;
    color: var(--white);
    display: none;
}

.breadcrumb-area .breadcrumb li i {
    margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.breadcrumb-area .breadcrumb li::after {
    border: 2px solid var(--white);
    content: "";
    height: 10px;
    left: -7px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.breadcrumb-area .breadcrumb li:first-child::after {
    display: none;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
    font-family: var(--font-default);
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white);
    display: inline-block;
}

.breadcrumb-area .breadcrumb li.active {
    color: var(--color-primary);
}

/* Topbar CSS */

.top-bar-area {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
    overflow: hidden;
}

.top-bar-area .row {
    align-items: center;
    display: flex;
    float: none;
    vertical-align: middle;
}

.top-bar-area .info.box li {
    display: inline-block;
    text-align: left;
    float: left;
}

.top-bar-area .info.box li .icon,
.top-bar-area .info.box li .info {
    display: table-cell;
    vertical-align: middle;
}

.top-bar-area .info.box li .info span {
    display: block;
    font-family: var(--font-default);
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.top-bar-area .info.box li .icon i {
    color: var(--color-paragraph);
    font-size: 30px;
}

.top-bar-area.bg-light .info.box li .icon i {
    color: var(--color-primary);
}

.top-bar-area .info.box li .icon {
    padding-right: 15px;
}

.top-bar-area .address-info.text-end .info.box li {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

.top-bar-area .address-info.text-start .info.box li {
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}

.top-bar-area .address-info.text-end .info.box li::after {
    background: #e7e7e7 none repeat scroll 0 0;
    content: "";
    height: 200px;
    left: 0;
    position: absolute;
    top: -50%;
    width: 1px;
}

.top-bar-area .address-info.text-start .info.box li::after {
    background: #e7e7e7 none repeat scroll 0 0;
    content: "";
    height: 200px;
    right: 0;
    position: absolute;
    top: -50%;
    width: 1px;
}

.top-bar-area .address-info.text-end .info.box li:first-child::after {
    display: none;
}

.top-bar-area .address-info.text-start .info.box li:last-child::after {
    display: none;
}

.top-bar-area .address-info.text-end .info.box li:first-child {
    border: medium none;
    margin-left: 0;
    padding-left: 0;
}

.top-bar-area .address-info.text-start .info.box li:last-child {
    border: medium none;
    margin-right: 0;
    padding-right: 0;
}

.top-bar-area .address-info.text-end .info {
    display: inline-block;
}

.top-bar-area .link.text-enda {
    margin-left: 5px;
}

.top-bar-area .social li {
    display: inline-block;
}

.top-bar-area .social li a {
    color: var(--color-paragraph);
    display: inline-block;
    font-size: 20px;
}

.top-bar-area .social.text-end li {
    margin-left: 15px;
}

.top-bar-area.one-line li {
    margin-right: 15px;
    padding-right: 15px;
}

.top-bar-area.bg-dark li {
    color: var(--white);
}

.top-bar-area.one-line.bg-dark li {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.top-bar-area.one-line li:last-child {
    border: medium none;
    margin-right: 0;
    padding-right: 0;
}

.top-bar-area.one-line li i {
    margin-right: 5px;
}

.top-bar-area.one-line li i {
    color: var(--color-primary);
}

.top-bar-area.one-line .link a {
    border-left: 1px solid #e7e7e7;
    font-weight: 600;
    margin-left: 13px;
    padding-left: 15px;
    text-transform: uppercase;
}

.top-bar-area.one-line.bg-dark .link a {
    border-left: 1px solid var(--white);
}

.top-bar-area.one-line .link a:hover,
.top-bar-area.one-line .link a:last-child:hover {
    color: var(--color-primary);
}

.top-bar-area.one-line .link a:last-child {
    color: var(--color-heading);
}

.top-bar-area.one-line.bg-dark .link a:last-child {
    color: var(--white);
}

.top-bar-area.one-line .link a:first-child {
    border: medium none;
    padding-left: 0;
}

/* ============================================================== 
     # Banner 
=================================================================== */

body,
.banner-area,
.banner-area div {
    height: 100%;
}

.banner-area.auto-height,
.banner-area.auto-height div {
    height: auto;
}

.banner-area .box-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.banner-area .box-table {
    display: table;
    width: 100%;
}

.banner-area .box-cell,
.banner-area .box-cell div {
    height: auto;
}

.banner-area {
    position: relative;
    overflow: hidden;
}

.banner-area .wavesshape {
    bottom: -2px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
}

.banner-area .wavesshape.shape {
    bottom: -50px;
    height: auto;
}

.banner-area .content {
    position: relative;
    z-index: 9;
}

div#bootcarousel {
    z-index: 1;
}

.banner-area.wavesshape {
    position: relative;
    z-index: 1;
}

.banner-area.triangle-shadow {
    position: relative;
    z-index: 1;
}

.banner-area.triangle-shadow::before {
    border-bottom: 0 solid transparent;
    border-right: 100vw solid #fff;
    border-top: 80px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 101;
}

.banner-area.shadow-inner .content {
    padding: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner-area.content-double .double-items {
    align-items: center;
    align-self: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

/* Animation delays */

.banner-area .carousel-item h1:first-child,
.banner-area .carousel-item h2:first-child,
.banner-area .carousel-item h3:first-child,
.banner-area .carousel-item h4:first-child,
.banner-area .carousel-item h5:first-child,
.banner-area .carousel-item h6:first-child {
    animation-delay: .5s;
}

.banner-area .carousel-item h1:nth-child(2),
.banner-area .carousel-item h2:nth-child(2),
.banner-area .carousel-item h3:nth-child(2),
.banner-area .carousel-item h4:nth-child(2),
.banner-area .carousel-item h5:nth-child(2),
.banner-area .carousel-item h6:nth-child(2) {
    animation-delay: .7s;
}

.carousel-caption h1:nth-child(3),
.carousel-caption h2:nth-child(3),
.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3),
.carousel-caption h6:nth-child(3) {
    animation-delay: .9s;
}

.banner-area .carousel-item p {
    animation-delay: .5s;
}

.banner-area .carousel-item ul {
    animation-delay: .6s;
}

.banner-area .carousel-item a,
.banner-area .carousel-item button {
    animation-delay: .7s;
}

/* Carousel Fade Effect */

.carousel-fade .carousel-inner .carousel-item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* Slider Zoom Effect */

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.2, 1.2);
    }
}

@-moz-keyframes zoom {
    from {
        -moz-transform: scale(1, 1);
    }
    to {
        -moz-transform: scale(1.2, 1.2);
    }
}

@-o-keyframes zoom {
    from {
        -o-transform: scale(1, 1);
    }
    to {
        -o-transform: scale(1.2, 1.2);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.2, 1.2);
    }
}

.carousel-inner .carousel-item>.slider-thumb {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
    height: 100%;
    position: absolute;
    width: 100%;
}

#particles-js,
#ripple {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.banner-area .carousel-control {
    background: transparent none repeat scroll 0 0;
    font-size: 40px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 1;
}

.banner-area .carousel-control.shadow {
    background: transparent none repeat scroll 0 0;
    color: var(--white);
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-shadow: inherit;
    top: 50%;
    width: 50px;
    z-index: 1;
}

.banner-area .carousel-control.shadow::after {
    background: #1e2726 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.banner-area .carousel-control.left {
    left: -50px;
}

.banner-area:hover .carousel-control.left {
    left: 0;
}

.banner-area:hover .carousel-control.shadow.left {
    left: 20px;
}

.banner-area .carousel-control.right {
    right: -50px;
}

.banner-area:hover .carousel-control.right {
    right: 0;
}

.banner-area:hover .carousel-control.shadow.right {
    right: 20px;
}

/* Carousel Indicators */

.banner-area .carousel-indicators {
    position: absolute;
    right: 40px;
    left: auto;
    width: auto;
    height: auto;
    top: 50%;
    transform: translate(10px, -50%);
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    -o-transform: translate(10px, -50%);
    bottom: auto;
    margin: 0;
}

.banner-area .carousel-indicators li {
    display: block;
    height: 20px;
    width: 20px;
    margin: 10px 0;
    border: 2px solid var(--white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    position: relative;
    z-index: 1;
}

.banner-area .carousel-indicators li.active::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: var(--white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* Content */

.banner-area .transparent-nav .content {
    padding-top: 60px;
}

.banner-area .content {
    overflow: hidden;
}

.banner-area .content h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: capitalize;
    line-height: 1.1;
}

.banner-area .heading-uppercase .content h1 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}

.banner-area .text-center .content h1 {
    line-height: 1.2;
}

.banner-area .content h1 span {
    color: var(--color-primary);
    font-weight: 700;
}

.banner-area .content p {
    font-size: 18px;
    line-height: 30px;
}

.banner-area .content a {
    margin-top: 15px;
    margin-right: 8px;
}

.banner-area .text-end.content a {
    margin-left: 8px;
}

.banner-area .text-center .content a {
    margin: 15px 4px 0;
}

.banner-area .text-center.inc-top-heading .content a {
    margin: 5px 4px 0;
}

.banner-area .inc-top-heading h3 {
    text-transform: capitalize;
    margin-bottom: 25px;
}

.banner-area .inc-top-heading a {
    margin-top: 5px;
}

.banner-area .text-center p {
    padding: 0 15%;
}

.banner-area .text-dark p {
    color: var(--color-heading);
}

.banner-area.video-bg-live .mbYTP_wrapper {
    z-index: 1 !important;
}

.banner-area .fixed-thumb {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
}

.banner-area.top-pad-60 .content {
    padding-top: 60px;
}

.banner-area.standard .thumb img {
    margin-top: 200px;
}

.banner-area.standard .thumb {
    padding-left: 35px;
}

.banner-area.standard .info h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
    color: var(--color-primary);
}

.banner-area.standard .info h2 {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 0;
}

.banner-area.standard .info a {
    margin-top: 41px;
}

.banner-area.standard .info-box {
    padding: 80px 50px;
    background: var(--white);
    border-bottom: 3px solid var(--color-primary);
}

.banner-area.standard .info::after {
    position: absolute;
    left: -80px;
    top: -80px;
    content: "";
    height: 180px;
    width: 180px;
    background: url(assets/img/bg-dotted.png);
    background-size: contain;
    background-position: left top;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.banner-area.standard .info {
    position: relative;
    z-index: 1;
}

/* ============================================================== 
     # Video Button Play
=================================================================== */

.video-play-button {
    color: var(--color-primary);
    font-size: 30px;
    left: 50%;
    padding-left: 7px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--white) repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--white) repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-play-button i {
    display: block;
    position: relative;
    z-index: 3;
    color: var(--color-primary);
    left: -2px;
}

/* ============================================================== 
     # About
=================================================================== */

.about-area .about-info {
    border-left: 1px solid #e7e7e7;
    padding-left: 30px;
}

.about-area.full-width .about-info {
    border: medium none;
    padding-left: 15px;
}

.about-area.inc-video .about-info {
    border: medium none;
}

.about-area.reverse.inc-video .about-info {
    padding-left: 15px;
    padding-right: 15px;
}

.about-area.reverse.inc-video .video-info {
    float: right;
}

.about-area .management-quote {
    padding-right: 30px;
}

.about-area .management-quote .management-items p {
    padding-top: 50px;
    position: relative;
}

.about-area .management-quote .management-items p::before {
    content: ",,";
    font-family: "Times New Roman";
    font-size: 120px;
    left: 5px;
    letter-spacing: -10px;
    opacity: 0.09;
    position: absolute;
    top: 55px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.management-area .managements-items .item .thumb img {
    display: block;
    width: 100%;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #e7e7e7;
}

.about-area .about-info li {
    float: left;
    margin-top: 30px;
    width: 50%;
}

.about-area.full-width .single-item {
    margin-bottom: 30px;
}

.about-area .about-info li:first-child,
.about-area .about-info li:nth-child(2) {
    margin-top: 10px;
}

.about-area .about-items .item a {
    padding: 50px 30px;
    display: block;
    -moz-box-shadow: var(--box-shadow-secondary);
    -webkit-box-shadow: var(--box-shadow-secondary);
    -o-box-shadow: var(--box-shadow-secondary);
    box-shadow: var(--box-shadow-secondary);
}

.about-area .about-info li i,
.about-area .about-items .item i {
    color: var(--color-primary);
    display: inline-block;
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 1;
}

.about-area .about-info li h4,
.about-area .about-info li h5,
.about-area .about-items .item h4,
.about-area .about-items .item h5 {
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

.about-area h2 {
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.about-area .author {
    align-items: center;
    border-top: 1px dashed #e7e7e7;
    display: flex;
    padding-top: 20px;
}

.about-area .author .thumb {
    max-width: 100px;
}

.about-area .author .info {
    font-family: var(--font-default);
    padding-left: 15px;
}

.about-area .author .info span {
    display: block;
    text-transform: uppercase;
}

.about-area .author .info b {
    color: var(--color-primary);
    display: block;
    font-weight: 600;
}

.about-area .management-quote .management-items .owl-dots {
    margin-top: 20px;
    text-align: center;
}

.about-area .management-quote .management-items .owl-dots .owl-dot span {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #cccccc;
    height: 20px;
    margin: 0 5px;
    width: 20px;
}

.about-area .management-quote .management-items .owl-dots .owl-dot.active span {
    background: var(--color-primary);
    border: 2px solid transparent;
}

.about-area .about-list {
    border-left: 1px solid #e7e7e7;
    padding-left: 30px;
}

.about-area .about-list ul {
    margin-bottom: -5px;
}

.about-area .about-list li .icon,
.about-area .about-list li .info {
    display: table-cell;
    vertical-align: top;
}

.about-area .about-list li .info {
    padding-top: 5px;
}

.about-area .about-list li .icon i {
    color: var(--color-primary);
    display: inline-block;
    font-size: 50px;
    min-width: 70px;
    line-height: 1;
}

.about-area .about-list li .info h5 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 20px;
}

.about-area .about-list li {
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
    padding-top: 20px;
}

.about-area .about-list li p:last-child {
    margin-bottom: 0;
}

.about-area .about-list li:first-child {
    border: medium none;
    margin-top: 0;
    padding-top: 0;
}

.about-area .about-content .thumb img {
    position: relative;
    z-index: 1;
}

.about-area.full-width.mt .about-items {
    margin-top: 50px;
}

.about-area .info .about-content h4,
.about-area .about-content h4 {
    color: var(--color-primary);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
}

.about-area .info .about-content h2 {
    display: inline-block;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

.about-area .info .about-content a {
    margin-top: 10px;
}

.about-area .info .about-content a.btn-contact {
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
}

.about-area .info .about-content a.btn-contact i {
    color: var(--color-primary);
}

.about-area .info .about-content h2::after {
    background: var(--color-heading) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.about-area .about-content ul {
    margin-bottom: 15px;
    margin-top: 25px;
}

.about-area .about-content ul li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.about-area .about-content ul li .icon,
.about-area .about-content ul li .info {
    display: table-cell;
    vertical-align: top;
}

.about-area .about-content ul li .info span {
    color: var(--color-heading);
    display: block;
    font-family: var(--font-default);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.about-area .about-content ul li .info {
    padding-left: 15px;
}

.about-area .about-content ul li .icon i {
    color: var(--color-primary);
    font-size: 40px;
}

.about-area.side-bg .about-content ul li .icon i {
    color: var(--white);
    font-size: 40px;
}

.about-area .about-content ul li .icon i.fa-clock {
    font-weight: 600;
}

.about-area .about-content ul li:last-child {
    border: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.about-area .about-content .about-list {
    border: none;
}

.about-area.side-bg {
    position: relative;
    z-index: 1;
}

.about-area.side-bg::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 50%;
    background: var(--color-primary);
    z-index: -1;
}

.about-area .about-box ul li {
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
    font-family: var(--font-default);
    font-weight: 700;
    font-size: 16px;
    color: var(--color-heading);
}

.about-area .about-box ul {
    overflow: hidden;
    margin-top: 25px;
}

.about-area .about-box ul li i {
    display: inline-block;
    font-size: 40px;
    padding-right: 15px;
    color: var(--color-primary);
}

.about-area .about-box .thumb {
    padding-right: 35px;
}

.about-area .about-box blockquote {
    line-height: 32px;
}

.about-area .clients-area {
    margin-top: 55px;
    padding-top: 50px;
    border-top: 1px solid #e7e7e7;
}

.about-area .clients-area h4 {
    font-weight: 700;
    padding: 0;
}

.about-area .clients-area h4::after {
    display: none;
}

.about-area .clients-area p {
    margin: 0;
}

.about-area .clients-area .left-info {
    border: none;
    padding-right: 15px;
}

.about-area .clients-area .clients-box {
    padding-left: 15px;
}

/* ============================================================== 
     # Standard About
=================================================================== */

.about-standard-area .thumb-box {
    position: relative;
    z-index: 1;
    margin-right: 35px;
}

.about-standard-area .thumb-box::after {
    position: absolute;
    left: -290px;
    bottom: -120px;
    content: "";
    height: 150%;
    width: 120%;
    background: url(assets/img/shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: -1;
}

.about-standard-area .thumb-box {
    text-align: center;
}

.about-standard-area .info {
    position: relative;
    z-index: 1;
}

.about-standard-area .info h2.heading {
    position: absolute;
    font-size: 130px;
    text-transform: uppercase;
    font-weight: 700;
    z-index: -1;
    top: -87px;
    opacity: 0.05;
    left: 0;
}

.about-standard-area .info h2 {
    font-weight: 700;
    margin-bottom: 25px;
}

.about-standard-area .info a {
    margin-top: 20px;
}

/* ============================================================== 
     # Top Features
=================================================================== */

.top-features-area {
    margin-bottom: -50px;
}

.top-features-area .features-items {
    padding: 50px;
    position: relative;
    top: -50px;
    background: var(--white);
    z-index: 1;
    border-radius: 5px;
    width: 100%;
    box-shadow: var(--box-shadow-primary);
}

.top-features-area .features-items i {
    display: inline-block;
    font-size: 60px;
    margin-bottom: 30px;
    color: var(--color-primary);
    line-height: 1;
}

.top-features-area .features-items h4 {
    text-transform: capitalize;
    font-weight: 700;
}

.top-features-area .features-items span {
    color: #e7e7e7;
    font-family: var(--font-default);
    font-size: 50px;
    font-weight: 600;
    display: block;
    margin-top: 20px;
    line-height: 1;
}

/* ============================================================== 
     # Services
=================================================================== */

.section-together {
    overflow: hidden;
}

.services-inc-area.half-bg {
    position: relative;
    z-index: 1;
}

.services-inc-area.half-bg::after {
    background: var(--dark) none repeat scroll 0 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.services-inc-area.circle-shape.half-bg::before {
    position: absolute;
    right: -100px;
    top: -200px;
    content: "";
    height: 450px;
    width: 450px;
    border: 60px solid var(--color-primary);
    border-radius: 50%;
}

.services-area .services-items .equal-height {
    margin-bottom: 30px;
    right: -1px;
}

.services-inc-area.inc-colum .equal-height {
    margin-bottom: 30px;
}

.services-items.colum-items .single-item {
    margin-bottom: 30px;
}

.services-area .services-items .item {
    background: var(--white) none repeat scroll 0 0;
    -moz-box-shadow: var(--box-shadow-secondary);
    -webkit-box-shadow: var(--box-shadow-secondary);
    -o-box-shadow: var(--box-shadow-secondary);
    box-shadow: var(--box-shadow-secondary);
    padding: 50px 30px;
}

.services-area .services-items .item i {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: var(--color-primary);
    display: inline-block;
    font-size: 50px;
    height: 100px;
    line-height: 95px;
    position: relative;
    text-align: center;
    width: 100px;
}

.services-area .services-items .item i::after {
    border-bottom: 2px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-left: 2px solid;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 100%;
}

.services-area .services-items .item:hover i::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.services-area .services-items .item .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.services-area .services-items .item h4 {
    font-weight: 700;
    text-transform: capitalize;
    display: block;
}

.services-area .services-items .item p {
    margin: 0;
}

.services-area .services-items .item a {
    color: var(--color-paragraph);
    display: inline-flex;
    font-weight: 700;
    margin-top: 15px;
    text-transform: uppercase;
    align-items: center;
    gap: 2px;
}

.services-area .services-items .item a:hover {
    color: var(--color-primary);
}

/* Services Shadow */

.services-area.shadow .services-items .item {
    background: transparent none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: inherit;
    position: relative;
    z-index: 1;
    border-radius: 8px;
}

.services-area.shadow .services-items .item::after {
    background: var(--dark) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border-radius: 8px;
}

.services-area.shadow .services-items .item:hover:after {
    background: var(--white);
    opacity: 1;
}

.services-area.shadow .services-items .item i,
.services-area.shadow .services-items .item h4,
.services-area.shadow .services-items .item p,
.services-area.shadow .services-items .item i {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.services-area.shadow .services-items .item:hover p,
.services-area.shadow .services-items .item:hover h4 {
    color: var(--color-paragraph);
    opacity: 1;
}

.services-area.shadow .services-items .item:hover i {
    color: var(--color-primary);
    opacity: 1;
}

.services-area.shadow .services-items .item a {
    color: var(--color-primary);
}

.services-area.shadow .services-items .item i {
    border: medium none;
    color: var(--white);
    height: inherit;
    line-height: 1;
    width: inherit;
    border-radius: inherit;
}

.services-area.shadow .services-items .item .icon {
    margin-bottom: 50px;
}

.services-area.shadow .services-items .item a i {
    float: right;
    font-size: 14px;
    margin-left: 3px;
    color: var(--color-primary);
}

.services-area.shadow .services-items .item i::after {
    border: none;
    border-radius: inherit !important;
}

/* Thumbnail Services */

.services-inc-area .services-items .item {
    box-shadow: var(--box-shadow-primary);
}

.services-inc-area .item .thumb {
    position: relative;
    z-index: 1;
}

.services-inc-area .item .overlay>a {
    bottom: 0;
    display: flex;
    left: 0;
    width: 100%;
    padding: 15px 30px;
    position: absolute;
    z-index: 1;
    align-items: center;
}

.services-inc-area .services-items.overlay-gap .item .overlay>a {
    bottom: 10px;
    left: 10px;
    right: 10px;
    width: auto;
}

.services-inc-area .services-items.overlay-gap .item .overlay i {
    font-size: 40px;
}

.services-inc-area .item .thumb .overlay>a::after {
    background: var(--dark) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.services-inc-area .item .overlay i {
    color: var(--white);
    display: inline-block;
    font-size: 45px;
    line-height: 1;
}

.services-inc-area .item .overlay h4 {
    border-left: 1px solid var(--white);
    margin-left: 15px;
    padding-left: 15px;
    color: var(--white);
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 19px;
}

.services-inc-area .item .overlay h4 a {
    color: var(--white);
}

.services-inc-area .item .overlay>a {
    color: var(--color-primary);
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 5px;
}

.services-inc-area .item .info {
    background: var(--white) none repeat scroll 0 0;
    padding: 30px;
}

.services-inc-area .item .info a {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.services-inc-area .item .info a:hover {
    color: var(--color-primary);
}

.services-inc-area .services-carousel .owl-nav {
    margin: 0;
}

.services-inc-area .services-carousel .owl-nav .owl-prev,
.services-inc-area .services-carousel .owl-nav .owl-next {
    background: transparent none repeat scroll 0 0;
    color: var(--color-primary);
    font-size: 30px;
    height: 40px;
    left: -50px;
    line-height: 40px;
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 40px;
}

.services-inc-area .services-carousel .owl-nav .owl-next {
    left: auto;
    right: -50px;
}

.services-inc-area .services-items.services-carousel .owl-dots {
    margin: -25px 0 0;
    position: absolute;
    right: -45px;
    top: 50%;
}

.services-inc-area .services-items.services-carousel .owl-dots .owl-dot {
    display: block;
}

.services-inc-area .services-items.services-carousel .owl-dots .owl-dot span {
    background: var(--white) none repeat scroll 0 0;
    border: 2px solid #cccccc;
    height: 20px;
    margin: 10px 0;
    width: 20px;
}

.services-inc-area .services-items.services-carousel .owl-dots .owl-dot.active span {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

/* Services item cell */

.services-area .services-items.item-cell .item .icon,
.services-area .services-items.item-cell .item .info {
    display: table-cell;
    vertical-align: bottom;
}

.services-area .services-items.item-cell .item .info {
    padding-left: 25px;
}

.services-area .services-items.item-cell .item {
    padding: 50px 20px;
}

.services-area .services-items.item-cell .item .icon {
    position: relative;
    z-index: 1;
}

.services-area .services-items.item-cell .item .icon span {
    font-family: var(--font-default);
    font-size: 36px;
    font-weight: 700;
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    line-height: 1;
}

.services-area .services-items.item-cell .item .icon i {
    border: medium none;
    height: inherit;
    line-height: 1;
    width: inherit;
}

.services-area .services-items.item-cell .item .icon i::after {
    display: none;
}

/* Services Single */

.services-single-area .sidebar-item {
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
    padding: 30px;
}

.services-single-area .sidebar-item:last-child {
    margin-bottom: 0;
}

.services-single-area .sidebar-item .title h4 {
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    margin-bottom: 25px;
}

.services-single-area .sidebar-item .title h4::before {
    background: var(--color-primary);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
    z-index: -1;
}

.services-single-area .sidebar-item.link li {
    display: block;
    margin-bottom: 15px;
}

.services-single-area .sidebar-item.link li a {
    color: var(--color-paragraph);
    font-size: 16px;
}

.services-single-area .sidebar-item.link li:last-child {
    margin-bottom: 0;
}

.services-single-area .sidebar-item li {
    display: block;
    margin-bottom: 30px;
}

.services-single-area .sidebar-item li .icon,
.services-single-area .sidebar-item li span {
    display: table-cell;
    vertical-align: top;
}

.services-single-area .sidebar-item li span {
    padding-left: 15px;
}

.services-single-area .sidebar-item li .icon i.fa-clock,
.services-single-area .sidebar-item li .icon i.fa-envelope-open {
    font-weight: 600;
}

.services-single-area .sidebar-item li .icon i {
    color: var(--color-primary);
    display: inline-block;
    font-size: 50px;
}

.services-single-area .sidebar-item.project li span {
    float: left;
    font-family: var(--font-default);
    font-weight: 700;
    padding: 0;
    text-transform: capitalize;
}

.services-single-area .sidebar-item.project li {
    margin-bottom: 15px;
    text-align: right;
}

.services-single-area .sidebar-item.project li:last-child {
    margin-bottom: 0;
}

.services-single-area .info h2 {
    font-weight: 700;
}

.services-single-area .services-content img {
    margin-bottom: 30px;
}

.services-single-area .info h4 {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ============================================================== 
     # Features Area
=================================================================== */

.features-area .features-items {
    padding-top: 15px;
}

.features-area .features-items .single-item {
    margin-bottom: 30px;
}

.features-area .features-items .item .icon {
    position: relative;
    z-index: 1;
}

.features-area .features-items .item .icon i {
    display: inline-block;
    font-size: 60px;
    margin-bottom: 30px;
    color: var(--color-primary);
    line-height: 1;
}

.features-area .features-items .single-item:nth-child(2n) .item .icon i {
    color: #ff4450;
}

.features-area .features-items .single-item:nth-child(3n) .item .icon i {
    color: #1BDBAC;
}

.features-area .features-items .single-item:nth-child(4n) .item .icon i {
    color: #F48687;
}

.features-area .features-items .item .icon span {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    font-size: 80px;
    z-index: -1;
    opacity: 0.07;
    font-weight: 700;
    font-family: var(--font-default);
    line-height: 1;
}

.features-area .features-items .item .info h4 {
    text-transform: capitalize;
    font-weight: 700;
}

.features-area .features-items .item .info p {
    margin-bottom: 0;
}

/* ============================================================== 
     # Work Place
=================================================================== */

.work-place-area .work-place-items .item {
    display: flex;
}

.work-place-area .work-place-items .item .info {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 80px;
}

.work-place-area ul {
    padding-left: 20px;
}

.work-place-area ul li {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    position: relative;
    z-index: 1;
}

.work-place-area ul li::after {
    border-radius: 50%;
    color: var(--color-primary);
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 19px;
    font-weight: 700;
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
}

.work-place-area ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.work-place-items .info a {
    margin-top: 30px;
}

.work-place-area .work-place-items .info h2 {
    font-weight: 700;
    margin-bottom: 25px;
}

.work-place-area .work-place-items .info h4 {
    color: var(--color-primary);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}

.work-place-area .work-place-items.workplace-carousel .owl-dots {
    bottom: 25px;
    left: 50%;
    position: absolute;
    width: 50%;
}

.work-place-area .work-place-items.workplace-carousel .owl-dots .owl-dot span {
    background: var(--white) none repeat scroll 0 0;
    border: 2px solid;
    height: 20px;
    width: 20px;
}

.work-place-area .work-place-items.workplace-carousel .owl-dots .owl-dot.active span {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.work-place-area .work-place-items.workplace-carousel .owl-nav {
    margin: 0;
}

.work-place-area .work-place-items.workplace-carousel .owl-nav .owl-prev,
.work-place-area .work-place-items.workplace-carousel .owl-nav .owl-next {
    background: transparent none repeat scroll 0 0;
    color: var(--color-primary);
    font-size: 30px;
    height: 40px;
    left: -50px;
    line-height: 40px;
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 40px;
}

.work-place-area .work-place-items.workplace-carousel .owl-nav .owl-next {
    left: auto;
    right: -50px;
}

/* ============================================================== 
     # Skill
=================================================================== */

.skill-area.full .row {
    display: flex;
}

.skill-area.full .skill-items {
    padding: 80px;
}

.skill-area.full .skill-items h2 {
    margin-bottom: 50px;
}

.skill-area .info {
    padding-right: 30px;
}

.skill-area .skill-items {
    margin-top: 30px;
}

.skill-area .info h2 {
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.skill-area .info h2 span {
    color: var(--color-primary);
}

.skill-area .skill-items .progress {
    background: #e7e7e7 none repeat scroll 0 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 5px;
    margin-bottom: 25px;
}

.skill-area .skill-items .progress .progress-bar {
    background: var(--color-primary);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.skill-area .skill-items .progress-box:last-child .progress {
    margin-bottom: 0;
}

.skill-area .skill-items .progress-box h5 {
    font-weight: 700;
    text-transform: uppercase;
}

.skill-area .tab-content h2,
.skill-area .tab-content h3,
.skill-area .tab-content h4 {
    font-weight: 600;
    text-transform: capitalize;
}

.skill-area .services-item .nav-tabs button {
    border: medium none;
    border-radius: inherit;
    float: left;
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 50px;
    padding: 10px 0;
    position: relative;
    text-align: left;
    z-index: 1;
    color: inherit;
}

.skill-area .services-item .nav-tabs button.active,
.skill-area .services-item .nav-tabs button:focus {
    background: transparent none repeat scroll 0 0;
    color: var(--color-primary);
}

.skill-area .services-item .nav-tabs button:hover {
    color: var(--color-primary);
    background: transparent none repeat scroll 0 0;
}

.skill-area .services-item .nav-tabs {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 25px;
    margin-top: -10px;
}

.skill-area .services-item .nav-tabs button::after {
    background: var(--color-primary);
    bottom: -12px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 0;
    transition: all 0.35s ease-in-out;
}

.skill-area .services-item .nav-tabs button.active::after {
    width: 100%;
}

.skill-area .tab-content p:last-child {
    margin-bottom: 0;
}

/* ============================================================== 
     # Portfolio
=================================================================== */

.portfolio-area .portfolio-carousel .owl-nav,
.portfolio-area .portfolio-carousel-3-colo .owl-nav {
    margin: 0;
}

.portfolio-area .portfolio-carousel .owl-nav .owl-prev,
.portfolio-area .portfolio-carousel-3-col .owl-nav .owl-prev,
.portfolio-area .portfolio-carousel .owl-nav .owl-next,
.portfolio-area .portfolio-carousel-3-col .owl-nav .owl-next {
    background: transparent none repeat scroll 0 0;
    color: var(--white);
    font-size: 30px;
    height: 40px;
    left: 30px;
    line-height: 40px;
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 40px;
}

.portfolio-area .portfolio-carousel .owl-nav .owl-next,
.portfolio-area .portfolio-carousel-3-col .owl-nav .owl-next {
    left: auto;
    right: 30px;
}

.portfolio-area .mix-item-menu button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: inherit;
    font-family: var(--font-default);
    font-weight: 700;
    margin: 0 5px;
    padding: 5px 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    color: var(--color-heading);
}

.portfolio-area .mix-item-menu {
    margin-bottom: 20px;
    margin-top: -10px;
}

.portfolio-area.full-width .mix-item-menu {
    margin-bottom: 50px;
}

.portfolio-area .mix-item-menu button::after {
    background: var(--white) none repeat scroll 0 0;
    border: 2px solid var(--color-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 10px;
    margin-top: -5px;
    position: absolute;
    right: -12px;
    top: 50%;
    width: 10px;
}

.portfolio-area .mix-item-menu button:last-child::after {
    display: none;
}

.portfolio-area .mix-item-menu button.active {
    color: var(--color-primary);
}

.portfolio-area.inc-colum {
    padding-bottom: 105px;
}

.portfolio-area.full-width.inc-colum {
    padding-bottom: 0;
    margin-bottom: -5px;
}

.portfolio-area .portfolio-items .pf-item {
    float: left;
    padding: 15px;
    width: 33.3333%;
}

.portfolio-area .portfolio-items .owl-item .pf-item {
    width: auto;
    padding: 0;
}

.portfolio-area .portfolio-items.columns-2 .pf-item {
    float: left;
    padding: 15px;
    width: 50%;
}

.portfolio-area .portfolio-items.columns-4 .pf-item {
    float: left;
    padding: 15px;
    width: 25%;
}

/* Effect(3) left slide */

.effect-left-swipe {
    position: relative;
    overflow: hidden;
    background: var(--color-heading);
}

.effect-left-swipe * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.portfolio-area .effect-left-swipe a i {
    background: var(--white) none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: var(--color-primary);
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

.effect-left-swipe img {
    max-width: 100%;
    position: relative;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.effect-left-swipe:after {
    background: var(--dark) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    opacity: 0;
}

.effect-left-swipe .icons {
    height: auto;
    bottom: 25px;
    left: 30px;
    position: absolute;
    text-align: left;
    z-index: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.effect-left-swipe .icons .cat span {
    color: var(--white);
    display: inline-block;
    font-family: var(--font-default);
    position: relative;
    padding-right: 5px;
}

.effect-left-swipe .icons .cat span::after {
    bottom: 0;
    content: ",";
    position: absolute;
    right: 0;
}

.effect-left-swipe .icons .cat span:last-child::after {
    display: none;
}

.effect-left-swipe .cat,
.effect-left-swipe h4 {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.swipe-inline .effect-left-swipe .icons {
    bottom: 20px;
    left: 30px;
}

.swipe-inline .effect-left-swipe .cat {
    display: inline-block;
    margin-right: 3px;
    width: auto;
}

.effect-left-swipe h4 {
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 20px;
}

.effect-left-swipe h4 a {
    font-weight: 700;
}

.portfolio-area .portfolio-items.columns-4 .pf-item h4 {
    font-size: 16px;
}

.portfolio-area.full-width .container-full {
    padding: 0;
}

.portfolio-area.full-width .container-full .portfolio-items .pf-item {
    padding: 0;
    overflow: hidden;
}

.portfolio-area.full-width .container-full .portfolio-items .pf-item .effect-left-swipe {
    border: 2px solid var(--white);
    border-top: 3px solid #fff;
}

.effect-left-swipe h4 a {
    color: var(--white);
}

.effect-left-swipe .cat {
    display: inline-block;
}

.effect-left-swipe:hover img,
.effect-left-swipe.hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.effect-left-swipe:hover:after,
.effect-left-swipe.hover:after {
    opacity: .5;
}

.effect-left-swipe:hover .icons .cat,
.effect-left-swipe.hover .icons .cat,
.effect-left-swipe:hover .icons h4,
.effect-left-swipe.hover .icons h4 {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.effect-left-swipe:hover h4,
.effect-left-swipe.hover h4,
.effect-left-swipe:hover .cat,
.effect-left-swipe.hover .cat {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.effect-left-swipe>a {
    color: var(--white);
    font-size: 20px;
    opacity: 0;
    position: absolute;
    right: 30px;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    z-index: 1;
}

.effect-left-swipe:hover>a,
.effect-left-swipe.hover>a {
    opacity: 1;
    top: 30px;
}

/* ============================================================== 
     # Team
=================================================================== */

.team-area .team-items .single-item {
    margin-bottom: 30px;
}

.team-area .team-items .item {
    -moz-box-shadow: var(--box-shadow-primary);
    -webkit-box-shadow: var(--box-shadow-primary);
    -o-box-shadow: var(--box-shadow-primary);
    box-shadow: var(--box-shadow-primary);
}

.team-area .team-items .item .info {
    background: var(--white) none repeat scroll 0 0;
    padding: 30px;
}

.team-area .team-items .item .info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.team-area .team-items .item .info p:last-child {
    margin-bottom: 0;
}

.team-area .team-items .item .info span {
    color: var(--color-primary);
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.team-area .team-items.team-standard .item .info span {
    display: inline-block;
    font-family: var(--font-default);
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}

.team-area .team-items.team-standard .item .info span::after {
    background: var(--color-primary);
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
}

.team-area .team-items .item .thumb {
    position: relative;
    z-index: 1;
}

.team-area .info .social li {
    display: inline-block;
}

.team-area .info .social li a {
    color: var(--color-paragraph);
    display: inline-block;
    font-size: 20px;
    margin: 0 10px;
}

.team-area .info .social {
    border-top: 1px dashed #dbdbdb;
    padding-top: 20px;
}

.team-area .team-items .item .thumb .icon {
    background: var(--white) none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 50px;
    left: 50%;
    margin-bottom: -25px;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

.team-area .team-items .item .thumb .icon::after {
    color: var(--color-primary);
    content: "\f508";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 700;
    height: 100%;
    left: 0;
    letter-spacing: -2px;
    position: absolute;
    top: 5px;
    width: 100%;
}

.team-area .team-items.team-standard .thumb {
    overflow: hidden;
}

.team-area .team-items.team-standard .item:hover .thumb::after {
    opacity: 1;
}

.team-area .team-items.team-standard .thumb .social ul {
    background: var(--white) none repeat scroll 0 0;
    border-radius: 30px;
    display: inline-block;
    padding: 10px 30px;
}

.team-area .team-items.team-standard .thumb .social li {
    display: inline-block;
}

.team-area .team-items.team-standard .thumb .social li a {
    color: var(--color-primary);
    display: inline-block;
    font-size: 20px;
    margin: 5px 10px 0;
}

.team-area .team-items.team-standard .thumb .social {
    bottom: -55px;
    left: 0;
    padding: 15px 25px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.team-area .team-items.team-standard .item:hover .thumb .social {
    bottom: 0;
}

.team-area .team-items.team-carousel .owl-nav {
    margin: 0;
}

.team-area .team-items.team-carousel .owl-nav .owl-prev,
.team-area .team-items.team-carousel .owl-nav .owl-next {
    background: transparent none repeat scroll 0 0;
    color: var(--color-primary);
    font-size: 30px;
    height: 40px;
    left: -50px;
    line-height: 40px;
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 40px;
}

.team-area .team-items.team-carousel .owl-nav .owl-next {
    left: auto;
    right: -50px;
}

.team-area .team-items.team-carousel .owl-dots {
    margin: -25px 0 0;
    position: absolute;
    right: -45px;
    top: 50%;
}

.team-area .team-items.team-carousel .owl-dots .owl-dot {
    display: block;
}

.team-area .team-items.team-carousel .owl-dots .owl-dot span {
    background: var(--white) none repeat scroll 0 0;
    border: 2px solid #cccccc;
    height: 20px;
    margin: 10px 0;
    width: 20px;
}

.team-area .team-items.team-carousel .owl-dots .owl-dot.active span {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

/* Team Single */

.team-items.single .bio h4 {
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.team-items.single .bio {
    -moz-box-shadow: var(--box-shadow-secondary);
    -webkit-box-shadow: var(--box-shadow-secondary);
    -o-box-shadow: var(--box-shadow-secondary);
    box-shadow: var(--box-shadow-secondary);
    padding: 30px;
    text-align: center;
}

.team-items.single .bio span {
    color: var(--color-primary);
    font-family: var(--font-default);
    font-weight: 600;
}

.team-items.single .bio li {
    display: inline-block;
}

.team-items.single .bio li a {
    color: var(--color-paragraph);
    display: inline-block;
    font-size: 20px;
    margin: 0 10px;
}

.team-items.single .bio ul {
    margin-top: 10px;
}

.team-items.single .content h2 {
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.team-items.single .content h4 {
    font-weight: 700;
    text-transform: capitalize;
}

.team-items.single .content h3 {
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 20px;
    text-transform: capitalize;
}

.team-items.single .profile {
    padding-right: 30px;
}

.team-items.single .content .progress {
    height: 5px;
}

.team-items.single .content .progress .progress-bar {
    background: var(--color-primary);
}

.team-items.single .progress-box h5 {
    color: var(--color-paragraph);
    font-weight: 700;
    text-transform: capitalize;
}

.team-items.single .progress-box .progress {
    margin-bottom: 30px;
}

.team-items.single .progress-box:last-child .progress {
    margin-bottom: 0;
}

.team-area .team-items.single .content ul li {
    border-top: 1px solid #e7e7e7;
    padding: 15px 0;
}

.team-area .team-items.single .content ul li:first-child {
    border-top: medium none navy;
    padding-top: 0;
}

.team-area .team-items.single ul li:last-child {
    padding-bottom: 0;
}

.team-area .team-items.single .content ul li i {
    color: var(--color-primary);
    font-size: 20px;
    min-width: 25px;
}

/* ============================================================== 
     # Pricing Table
=================================================================== */

.pricing-area .pricing-item {
    background: var(--white) none repeat scroll 0 0;
    -moz-box-shadow: var(--box-shadow-primary);
    -webkit-box-shadow: var(--box-shadow-primary);
    -o-box-shadow: var(--box-shadow-primary);
    box-shadow: var(--box-shadow-primary);
    overflow: hidden;
    padding: 30px;
    position: relative;
    z-index: 1;
    border: 1px solid var(--color-primary);
    overflow: hidden;
    border-radius: 10px;
}

.pricing-area .col-lg-3,
.pricing-area .col-lg-4,
.pricing-area .col-lg-6 {
    margin-bottom: 30px;
}

.pricing-area .pricing-item .title h4 {
    color: var(--color-paragraph);
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.pricing-area .pricing-item.active .title h4::after,
.pricing-area .pricing-item.active .title h4::before {
    background: var(--white) none repeat scroll 0 0;
}

.pricing-area .pricing-item i {
    color: var(--color-primary);
    display: inline-block;
    font-size: 80px;
    margin-bottom: 15px;
}

.pricing-area .pricing-item h2 {
    color: var(--color-paragraph);
    font-size: 50px;
    font-weight: 700;
    margin: 0;
}

.pricing-area .pricing-item.active h2 {
    color: var(--white);
}

.pricing-area .pricing-item h2 sup {
    bottom: auto;
    font-size: 30px;
    font-weight: 600;
    right: 5px;
    top: -15px;
}

.pricing-area .pricing-item h2 sub {
    font-size: 15px;
}

.pricing-area .pricing-item .footer a {
    margin-top: 20px;
}

.pricing-area .pricing-item li {
    line-height: 40px;
}

.pricing-area .pricing-item li.pricing-header {
    color: var(--color-paragraph);
    line-height: inherit;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

.pricing-area .pricing-item li.pricing-header::after {
    background: #f4f4f4 none repeat scroll 0 0;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    bottom: 0;
    content: "";
    height: 100%;
    left: -50%;
    position: absolute;
    width: 200%;
    z-index: -1;
}

.pricing-area .pricing-item.active li.pricing-header::after {
    background: var(--color-primary);
    border-color: transparent;
}

.pricing-simple li.pricing-header span.badge {
    background: var(--white) none repeat scroll 0 0;
    border-radius: inherit;
    color: var(--color-primary);
    font-family: var(--font-default);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 13px 0;
    position: absolute;
    right: -87px;
    text-transform: uppercase;
    top: -68px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 200px;
}

/* ============================================================== 
     # Achivement
=================================================================== */

.achivement-area .info {
    padding-right: 30px;
}

.achivement-area .info h2 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.achivement-area .info h2::after {
    background: var(--white) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
}

.achivement-area .info a {
    margin-top: 15px;
}

.achivement-area .achivement-items .fun-fact {
    padding: 50px 30px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}

.achivement-area .achivement-items .fun-fact::after {
    background: var(--white) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.57);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.achivement-area .achivement-items .item {
    margin-top: 30px;
}

.achivement-area .achivement-items .item:first-child,
.achivement-area .achivement-items .item:nth-child(2) {
    margin-top: 0;
}

.achivement-area .achivement-items .fun-fact .timer {
    color: var(--color-primary);
    display: block;
    font-family: var(--font-default);
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
}

.achivement-area .achivement-items .fun-fact .medium {
    color: var(--color-heading);
    display: block;
    font-family: var(--font-default);
    font-size: 16px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

/* ============================================================== 
     # Fun Factor
=================================================================== */

.latest-fun-fact-area {
    font-family: var(--font-default);
}

.latest-fun-fact-area .single-item .counter {
    position: relative;
}

.latest-fun-fact-area .single-item .counter {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 50px;
    font-weight: 700;
    color: var(--color-heading);
    line-height: 1;
    margin-bottom: 15px;
}

.latest-fun-fact-area .single-item .counter .operator {
    font-size: 40px;
    margin-left: 2px;
}

.latest-fun-fact-area .single-item .medium {
    font-weight: 700;
    color: var(--color-heading);
    font-size: 24px;
}

.latest-fun-fact-area .fun-factor-box .progress-box .progress {
    position: relative;
    height: 5px;
    background: #ddd;
    border-radius: 30px;
    margin-top: 15px;
    margin-bottom: 0;
}

.latest-fun-fact-area .fun-factor-box .progress-box .progress .progress-bar {
    background: var(--color-primary);
}

/* ============================================================== 
     # Work Process
=================================================================== */

.work-process-area .thumb {
    padding-right: 35px;
}

.work-process-area .process-item .icon,
.work-process-area .process-item .info {
    display: table-cell;
    vertical-align: top;
}

.work-process-area .process-item .info {
    padding-left: 30px;
}

.work-process-area .process-item .icon i {
    color: var(--color-primary);
    font-size: 60px;
}

.work-process-area .process-item .info span {
    display: block;
    font-family: var(--font-default);
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 15px;
    opacity: 0.2;
}

.work-process-area .process-item .info h4 {
    font-weight: 700;
    text-transform: capitalize;
}

.work-process-area .process-items h2 {
    font-weight: 700;
    text-transform: capitalize;
}

.work-process-area .process-items .heading {
    margin-bottom: 30px;
}

.work-process-area .process-item {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.work-process-area .process-item p:last-child {
    margin-bottom: 0;
}

.work-process-area .process-item:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

/* ============================================================== 
     # Faq Accordion
=================================================================== */

.faq-area {
    overflow: hidden;
}

.faq-items .panel-group,
.acd-items .panel-group {
    margin-bottom: 0;
}

.faq-area .faq-items {
    margin-top: -15px;
}

.acd-items .panel-heading .panel-title a span {
    background: #ff5a6e none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: var(--white);
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
}

.acd-items .panel-heading .panel-title a {
    color: var(--color-heading);
    display: block;
    font-weight: 700;
    padding: 19px 0 20px 15px;
    position: relative;
}

.acd-items .panel-heading {
    padding: 0;
}

.faq-area .acd-items .panel-body {
    padding: 30px 15px;
}

.acd-items .panel.panel-default {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    margin: 0 0 10px;
}

.acd-items .panel.panel-default:last-child {
    margin-bottom: 0;
}

.acd-items .panel-body p:last-child {
    margin: 0;
}

.faq-items .panel-body {
    padding: 20px;
}

.faq-items .acd-items .panel .panel-body {
    border-color: #e7e7e7;
}

.acd-arrow .panel-group.symb .panel-heading a::after {
    content: "\f107";
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 17px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: var(--color-heading);
}

.acd-arrow.left .panel-group.symb .panel-heading a::after {
    content: "\f01b" !important;
    font-size: 20px;
    position: absolute;
    right: auto;
    left: 10px;
    top: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.acd-arrow.left .panel-group.symb .panel-heading a.collapsed:after {
    content: "\f01a" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.faq-area .faq-items .panel-group {
    margin: 0;
}

.acd-arrow .panel-group.symb .panel-heading a.collapsed:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

/* ============================================================== 
     # Product 
=================================================================== */

.buspro-product-area .product-single {
    margin-bottom: 30px;
}

.product-list .product-thumb {
    position: relative;
    z-index: 1;
}

.product-list .product-thumb .overlay {
    background: var(--white) none repeat scroll 0 0;
    border-radius: 5px;
    bottom: -35px;
    box-shadow: var(--box-shadow-secondary);
    left: 15px;
    padding: 15px;
    position: absolute;
    right: 15px;
    text-align: center;
}

.product-list .product-thumb .overlay li {
    display: inline-block;
}

.product-list .product-thumb .overlay li a {
    border: 1px solid;
    border-radius: 50%;
    color: var(--color-primary);
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 3px;
    text-align: center;
    width: 40px;
}

.product-list .product-content {
    background: var(--white) none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    padding: 65px 30px 30px;
}

.product-list .product-content h4 {
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.product-list .product-content h4 a:hover {
    color: var(--color-primary);
}

.product-list .product-content span {
    color: var(--color-heading);
    display: inline-block;
    font-family: var(--font-default);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 3px;
}

.product-list .product-content span del {
    color: #999999;
}

/* ============================================================== 
     # Error Page
=================================================================== */

.error-page-area .error-box {
    position: relative;
}

.error-page-area .error-box h1 {
    color: var(--color-paragraph);
    font-size: 300px;
    font-weight: 700;
    left: 50%;
    line-height: 1;
    opacity: 0.09;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: -1;
}

.error-page-area h2 {
    font-weight: 700;
    text-transform: uppercase;
}

.error-page-area a {
    margin-top: 15px;
}

.error-box .search {
    margin-bottom: 15px;
    margin-top: 30px;
    text-align: center;
}

.error-box .search form {
    margin: auto;
    position: relative;
    width: 400px;
}

.error-box .search .input-group {
    width: 100%;
}

.error-box .search form input {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    box-shadow: inherit;
}

.error-box .search form button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    line-height: 50px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

/* ============================================================== 
     # Blog
=================================================================== */

.blog-area .single-item {
    margin-bottom: 30px;
}

.blog-area.full-blog .single-item {
    margin-bottom: 50px;
}

.blog-area .thumb {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.blog-area .item .thumb img {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.blog-area .item:hover .thumb img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.blog-area .thumb .post-formats {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: var(--white);
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 15px;
    width: 50px;
    z-index: 1;
}

.blog-area .thumb .post-formats::after {
    background: var(--color-primary);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.blog-area .info {
    box-shadow: var(--box-shadow-primary);
    overflow: hidden;
    padding: 30px;
    background: var(--white) none repeat scroll 0 0;
}

.blog-area .info a:hover {
    color: var(--color-primary);
}

.blog-area .info h4 {
    margin-bottom: 20px;
}

.blog-area .info h2,
.blog-area .info h3,
.blog-area .info h4 {
    font-weight: 600;
    text-transform: capitalize;
}

.blog-area .info .cats {
    margin-bottom: 10px;
}

.blog-area .info .cats i {
    margin-right: 5px;
}

.blog-area .info .cats a {
    color: var(--color-paragraph);
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding-right: 8px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.blog-area .info .cats a:hover {
    color: var(--color-primary);
}

.blog-area .info .cats a::after {
    bottom: 0;
    content: ",";
    font-family: "Times New Roman";
    font-size: 15px;
    position: absolute;
    right: 0;
}

.blog-area .info .cats a:last-child::after {
    display: none;
}

.blog-area .info .meta li {
    color: var(--color-paragraph);
    float: left;
    font-family: var(--font-default);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-area .info .meta li i {
    margin-right: 5px;
}

.blog-area .info .meta>a {
    color: var(--color-primary);
    float: right;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

.blog-area .info .meta {
    border-top: 1px solid #e7e7e7;
    float: left;
    padding-top: 15px;
    width: 100%;
    margin-bottom: -5px;
}

.blog-area .blog-carousel .owl-nav {
    margin: 0;
}

.blog-area .blog-carousel .owl-nav .owl-prev,
.blog-area .blog-carousel .owl-nav .owl-next {
    background: transparent none repeat scroll 0 0;
    color: var(--color-primary);
    font-size: 30px;
    height: 40px;
    left: -50px;
    line-height: 40px;
    margin: -20px 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 40px;
}

.blog-area .blog-carousel .owl-nav .owl-next {
    left: auto;
    right: -50px;
}

.blog-area .blog-carousel .owl-dots {
    margin: -25px 0 0;
    position: absolute;
    right: -45px;
    top: 50%;
}

.blog-area .blog-carousel .owl-dots .owl-dot {
    display: block;
}

.blog-area .blog-carousel .owl-dots .owl-dot span {
    background: var(--white) none repeat scroll 0 0;
    border: 2px solid #cccccc;
    height: 20px;
    margin: 10px 0;
    width: 20px;
}

.blog-area .blog-carousel .owl-dots .owl-dot.active span {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.blog-area.left-sidebar .blog-content {
    float: right;
}

/* Pagination */

.blog-area .pagi-area .pagination li a {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: var(--color-primary);
    font-weight: 700;
    line-height: 50px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 22px;
}

.blog-area .pagi-area .pagination li.active a {
    background: var(--color-primary);
    border-color: transparent;
    color: var(--white);
}

.blog-area .pagi-area .pagination {
    margin-bottom: -10px;
    margin-top: -5px;
}

/* Sidebar */

.blog-area .sidebar .title {
    display: block;
}

.blog-area .sidebar .title h4 {
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: -5px;
    padding-bottom: 15px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.blog-area .sidebar .title h4::before {
    background: var(--color-primary);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
    z-index: -1;
}

.blog-area .sidebar input[type="text"] {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
}

.blog-area .sidebar form {
    position: relative;
}

.blog-area .sidebar input[type="submit"] {
    background: var(--color-heading) none repeat scroll 0 0;
    border: medium none;
    color: var(--white);
    font-family: var(--font-default);
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.blog-area .sidebar input[type="submit"]:hover {
    background: var(--color-primary);
}

.blog-area .sidebar .sidebar-item {
    float: left;
    margin-bottom: 50px;
    width: 100%;
}

.blog-area .sidebar .sidebar-item.gallery {
    margin-bottom: 40px;
}

.blog-area .sidebar .sidebar-item:last-child {
    margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info,
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
    margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}

.blog-area .sidebar .sidebar-item.category li a {
    display: inline-block;
    text-transform: capitalize;
    padding-left: 25px;
}

.blog-area .sidebar .sidebar-item li a:hover {
    color: var(--color-primary);
}

.sidebar-item.category ul li a::after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "\f07b";
    font-family: "Font Awesome 5 Free";
    height: 8px;
    left: 0;
    position: absolute;
    width: 8px;
    top: 10px;
}

.blog-area .sidebar .sidebar-item.category li a span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: var(--color-paragraph);
    font-weight: 600;
    padding: 0 8px;
    position: absolute;
    right: 0;
    top: 10px;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
    top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
    margin-top: 0;
    padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
    top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
    border: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-item.recent-post li a {
    color: #333333;
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.sidebar-item.recent-post li a:last-child {
    display: inline-block;
    font-weight: 400;
}

.sidebar-item.recent-post .meta-title {
    color: #999999;
    font-family: var(--font-default);
    margin-top: 5px;
}

.sidebar-item.recent-post li a:hover {
    color: var(--color-primary);
}

.color-yellow .sidebar-item.recent-post li a:hover {
    color: #ff9800;
}

.sidebar-item.recent-post li a span {
    display: inline-block;
    color: var(--color-heading);
}

.sidebar-item.recent-post li span {
    display: inline-block;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.sidebar-item.recent-post .meta-title a {
    text-transform: capitalize;
    color: #999999;
}

.sidebar-item.recent-post li {
    color: #cdd0d3;
}

.sidebar-item.recent-post li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.sidebar-item.recent-post li:last-child {
    margin: 0;
}

.sidebar-item.recent-post li .thumb {
    display: table-cell;
    padding-top: 5px;
    vertical-align: top;
    width: 80px;
}

.sidebar-item.recent-post .thumb img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sidebar-item.recent-post li .info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    line-height: 26px;
    padding: 0 0 0 20px;
    vertical-align: top;
}

.sidebar-item.gallery ul li {
    box-sizing: border-box;
    float: left;
    padding: 0 10px 10px 0;
    width: 33.333%;
    float: left;
}

.sidebar-item.gallery ul li img {
    min-height: 70px;
    width: 100%;
}

.sidebar-item.archives ul li {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.sidebar-item.archives ul li:last-child {
    margin-bottom: 0;
}

.sidebar-item.archives ul li a {
    color: var(--color-paragraph);
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    z-index: 1;
    padding-left: 25px;
}

.sidebar-item.archives ul li a::after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "\f07b";
    font-family: "Font Awesome 5 Free";
    height: 8px;
    left: 0;
    position: absolute;
    width: 8px;
}

.sidebar-item.social-sidebar li {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.sidebar-item.social-sidebar li a {
    background: var(--color-heading) none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: var(--white);
    display: inline-block;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 5px;
    text-align: center;
    width: 60px;
}

.sidebar-item.social-sidebar li a:hover {
    color: var(--white) !important;
}

.sidebar-item.social-sidebar li.facebook a {
    background: #3B5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
    background: #1DA1F2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
    background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
    background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
    background: #0077B5 none repeat scroll 0 0;
}

.sidebar-item.tags ul li {
    display: inline-block;
}

.sidebar-item.tags ul li a {
    background: var(--white) none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 8px;
    margin-right: 5px;
    padding: 10px 25px;
    text-transform: capitalize;
}

.sidebar-item.tags ul li a:hover {
    color: var(--color-primary);
}

/* Blog Single */

.blog-area.single .item .content-box span {
    background: var(--color-primary);
    color: var(--white);
    display: inline-block;
    font-family: var(--font-default);
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding: 3px 20px;
    text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
    font-weight: 600;
}

.blog-area.single .content-box .cats {
    float: left;
    margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
    float: right;
    font-family: var(--font-default);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-area.single .content-box .meta {
    overflow: hidden;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
}

.blog-area.single .content-box .cats a:last-child::after {
    display: none;
}

.blog-area.single .item {
    margin-bottom: 0;
}

.blog-area .item blockquote {
    background: #f6f6f6 none repeat scroll 0 0;
    border-color: var(--color-primary);
    color: #414141;
    font-size: 15px;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.blog-area .item blockquote p {
    margin: 0;
    position: relative;
    z-index: 1;
    font-style: italic;
}

.author-bio {
    display: block;
    margin-top: 30px;
    width: 100%;
}

.author-bio .avatar {
    display: table-cell;
    vertical-align: top;
    width: 200px;
}

.author-bio .content {
    display: table-cell;
    padding: 0 0 0 30px;
    vertical-align: middle;
}

.author-bio .content p {
    margin: 0;
    position: relative;
    z-index: 1;
    padding-top: 5px;
}

.author-bio .content p::after {
    content: ",,";
    font-family: "Times New Roman";
    font-size: 60px;
    left: 0;
    letter-spacing: -4px;
    opacity: 0.5;
    position: absolute;
    top: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.author-bio .content h4 {
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 15px;
    text-transform: uppercase;
}

.blog-area.single .post-pagi-area {
    background: #f9f9f9 none repeat scroll 0 0;
    margin: 30px 0 45px;
    overflow: hidden;
    padding: 15px;
}

.blog-area.single .post-pagi-area a {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-area.single .post-pagi-area a:hover {
    color: var(--color-primary);
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
    color: #ff9800;
}

.blog-area.single .post-pagi-area a:last-child {
    float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
    margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
    margin-left: 3px;
}

.blog-area.single .post-tags span {
    font-family: var(--font-default);
    font-weight: 700;
    margin-right: 5px;
    text-transform: uppercase;
}

.blog-area.single .post-tags a {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: var(--color-heading);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-right: 5px;
    padding: 3px 25px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.comments-area .commen-item .comments-info p {
    display: block;
    margin: 0;
}

.blog-area .contact-comments .submit {
    margin-bottom: 0;
}

.blog-area.single .post-tags a:hover {
    color: var(--color-primary);
}

.blog-area.single.color-yellow .post-tags a:hover {
    color: #ff9800;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.comments-list .commen-item .avatar {
    float: left;
    height: 100px;
    width: 100px;
}

.comments-list .commen-item .content {
    display: table-cell;
    vertical-align: top;
}

.comments-list .commen-item .avatar img {
    height: 80px;
    width: 80px;
}

.comments-list .commen-item {
    margin-bottom: 30px;
}

.comments-list .commen-item.reply {
    padding-left: 80px;
}

.comments-area {
    margin-top: 40px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
    border-bottom: 1px solid #e2e2e2;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.comments-list .commen-item .content h3,
.comments-list .commen-item .content h4,
.comments-list .commen-item .content h5 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.comments-info a {
    border: 1px solid #e7e7e7;
    color: var(--color-heading);
    display: inline-block;
    font-size: 12px;
    margin-top: 15px;
    padding: 1px 10px;
    text-transform: uppercase;
}

.comments-info a:hover {
    color: var(--color-primary);
}

.color-yellow .comments-info a:hover {
    color: #ff9800;
}

.comments-info a i {
    margin-right: 10px;
}

.comments-form input,
.comments-form textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e7e7e7;
    border-image: none;
    border-radius: inherit;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: inherit;
}

.comments-form textarea {
    min-height: 180px;
    padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
    margin-bottom: 0;
}

.comments-form button {
    background-color: var(--dark);
    border: 1px solid transparent;
    color: var(--white);
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 20px;
    padding: 12px 40px;
    text-transform: uppercase;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.comments-form button:hover {
    color: var(--white);
    background-color: var(--color-primary);
    border: 1px solid transparent;
}

.comments-area .commen-item .comments-info {
    margin-bottom: 15px;
}

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
    border-bottom: 1px solid #e7e7e7;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.blog-area .contact-comments .comments {
    margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-lg-6 {
    float: left;
    padding: 0 15px;
}

/* ============================================================== 
     # Clients
=================================================================== */

.clients-area h4 {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    color: var(--color-primary);
}

.clients-area h4::after {
    background: var(--white) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.clients-area.bg-light h4::after {
    background: var(--color-primary);
}

.clients-area .left-info {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 30px;
}

.clients-area.bg-light .left-info {
    border-right: 1px solid #e7e7e7;
}

.clients-area .clients-box {
    padding-left: 30px;
}

.clients-area .clients-items img {
    width: auto;
    margin: auto;
}

.clients-area .row {
    align-items: center;
    display: flex;
}

/* ============================================================== 
     # Contact Area
=================================================================== */

.contact-area .contact-items {
    overflow: hidden;
}

.contact-area .contact-form h2 {
    font-weight: 700;
    text-transform: capitalize;
}

.contact-area .contact-form p {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 20px;
}

.contact-area .contact-form p::after {
    background: var(--color-primary);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
}

.contact-area .contact-form input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
}

.contact-area .contact-form textarea {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 260px;
    padding: 15px 12px;
}

.contact-area .contact-form button {
    background: var(--color-primary);
    border: medium none;
    box-shadow: inherit;
    color: var(--white);
    font-family: var(--font-default);
    font-weight: 700;
    padding: 12px 30px;
    text-transform: uppercase;
}

.contact-area .contact-form button i {
    margin-left: 2px;
}

.contact-area form img.loader {
    margin-left: 5px;
}

.contact-area .contact-form {
    margin-top: -5px;
}

.contact-area .address-items h4 {
    border-bottom: 1px solid #e7e7e7;
    font-weight: 700;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.contact-area .address-items li {
    display: block;
    margin-bottom: 30px;
}

.contact-area .address-items li:last-child {
    border: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact-area .address-items li .icon,
.contact-area .address-items li span {
    display: table-cell;
    vertical-align: top;
}

.contact-area .address-items li span {
    padding-left: 15px;
}

.contact-area .address-items li .icon i {
    color: var(--color-primary);
    display: inline-block;
    font-size: 50px;
}

.contact-area .address-items li .icon i.fa-clock,
.contact-area .address-items li .icon i.fa-envelope-open {
    font-weight: 600;
}

form .alert-notification {
    padding: 0;
}

form .alert-notification .alert-success h3 {
    color: green;
}

form .alert-notification h3 {
    margin-bottom: 5px;
}

form .alert-notification .alert {
    background: var(--white) none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    margin-top: 30px;
}

/* Google Maps */

.google-maps iframe {
    height: 500px;
    margin-bottom: -10px;
    padding: 3px;
    width: 100%;
}

.maps-area.full .google-maps iframe {
    border: medium none;
    height: 500px;
    margin-bottom: -10px;
}

.maps-area {
    overflow: hidden;
}

/* Call Back Area */

.callback-area {
    position: relative;
}

.callback-area .side-icon {
    color: var(--color-paragraph);
    font-size: 300px;
    font-weight: 700;
    left: 50%;
    line-height: 1;
    opacity: 0.09;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.callback-area h2 {
    font-weight: 700;
}

.callback-area .heading {
    margin-bottom: 25px;
    padding-bottom: 5px;
    position: relative;
    z-index: 1;
}

.callback-area .heading::after {
    background: var(--color-heading) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.callback-area input {
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
}

.callback-area button {
    background: var(--color-primary);
    border: medium none;
    border-radius: 5px;
    box-shadow: inherit;
    color: var(--white);
    font-family: var(--font-default);
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 35px;
    text-transform: uppercase;
}

.callback-area .loader {
    margin-left: 5px;
}

/* ============================================================== 
     # Login Register
=================================================================== */

form.white-popup-block {
    background: var(--white) none repeat scroll 0 0;
    border-radius: 5px;
    margin: auto;
    overflow: hidden;
    padding: 50px 30px;
    position: relative;
    width: 50%;
}

form.white-popup-block button.mfp-close {
    color: red;
}

form.white-popup-block li {
    display: inline-block;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
}

form.white-popup-block li a {
    background: #002147 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: var(--white);
    display: inline-block;
    font-size: 16px;
    height: 50px;
    line-height: 53px;
    text-align: center;
    width: 50px;
}

form.white-popup-block li.facebook a {
    background: #3b5998 none repeat scroll 0 0;
}

form.white-popup-block li.twitter a {
    background: #1da1f2 none repeat scroll 0 0;
}

form.white-popup-block li.pinterest a {
    background: #bd081c none repeat scroll 0 0;
}

form.white-popup-block li.g-plus a {
    background: #db4437 none repeat scroll 0 0;
}

form.white-popup-block li.linkedin a {
    background: #0077b5 none repeat scroll 0 0;
}

form.white-popup-block .col-lg-6:last-child {
    border-left: 1px solid #e7e7e7;
}

form.white-popup-block .col-lg-6:last-child {
    border-left: 1px solid;
}

form.white-popup-block h3,
form.white-popup-block h4 {
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}

form.white-popup-block .login-social {
    padding-right: 30px;
}

form.white-popup-block .login-custom {
    border-left: 1px solid #e7e7e7;
    padding-left: 30px;
}

form.white-popup-block input {
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
}

form.white-popup-block .lost-pass-link {
    float: right;
}

form.white-popup-block .lost-pass-link:hover {
    text-decoration: underline;
}

form.white-popup-block label {
    float: left;
}

form.white-popup-block label input {
    float: left;
    margin-right: 5px;
    min-height: 26px;
}

form.white-popup-block button[type="submit"] {
    background: var(--color-primary);
    border: medium none;
    color: var(--white);
    display: inline-block;
    font-family: var(--font-default);
    font-weight: 700;
    margin-top: 10px;
    padding: 8px 50px;
    text-transform: uppercase;
}

form.white-popup-block .link-bottom {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-top: 15px;
    width: 100%;
}

form.white-popup-block .link-bottom a:hover {
    text-decoration: underline;
}

.login-area form.white-popup-block {
    box-shadow: var(--box-shadow-secondary);
    width: auto;
}

/* ============================================================== 
     # Counter
=================================================================== */

.counter-content-area,
.counter-content-area div {
    height: 100%;
}

.counter-content-area {
    background-position: right center;
}

.counter-content-box div {
    height: auto;
}

.counter-content-box {
    display: flex;
    align-items: center;
    height: 100%;
}

.counter-content-area {
    position: relative;
    z-index: 1;
}

.counter-content-area::before {
    position: absolute;
    left: -8%;
    top: 0;
    content: "";
    height: 100%;
    width: 60%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(35, 40, 46, 1) 75%);
    transform: skewX(-10deg);
    border-right: 3px solid var(--color-primary);
}

.counter-content-box img {
    margin-bottom: 30px;
}

.counter-content-box h2 {
    font-weight: 700;
    margin-bottom: 25px;
}

.counter-content-box .info {
    padding-right: 70px;
}

.counter-content-box .info form {
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.counter-content-box .info form input {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    padding-left: 30px;
    min-height: 60px;
}

.counter-content-box .info form button {
    position: absolute;
    right: 5px;
    top: 5px;
    min-height: 50px;
    border-radius: 30px;
    border: none;
    padding: 0 30px;
    background: var(--color-primary);
    color: var(--white);
    font-family: var(--font-default);
    font-weight: 700;
    text-transform: uppercase;
}

.item-list .counter-item {
    float: left;
    width: 50%;
    padding: 15px;
    font-family: var(--font-default);
    text-align: center;
}

.counter-content-box .item-list {
    overflow: hidden;
    margin: 0 -15px;
}

.item-list .counter-item span {
    display: block;
    padding-top: 45px;
    font-size: 30px;
    margin-bottom: 10px;
}

.item-list .counter-item .item {
    background: linear-gradient(90deg, rgba(28, 185, 200, 1) 0%, rgba(17, 138, 149, 1) 75%);
    height: 150px;
    width: 150px;
    margin: auto;
    color: var(--white);
    border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.item-list .counter-item .item::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 110%;
    width: 110%;
    background: var(--color-primary);
    z-index: -1;
    border-radius: 37% 63% 70% 30% / 42% 42% 58% 58%;
    opacity: 0.3;
}

/* ============================================================== 
     # Footer
=================================================================== */

.footer-top .content li {
    display: inline-block;
    margin-left: 100px;
    text-align: left;
}

.footer-top {
    border-top: 1px solid #e7e7e7;
    display: block;
    overflow: hidden;
    padding: 30px 0;
    background: var(--white);
}

.footer-top.bg-gray {
    border-top: none;
    border-bottom: 1px solid #e7e7e7;
    background: var(--bg-gray);
}

.footer-top .row {
    align-items: center;
    display: flex;
}

.footer-top .form form {
    float: right;
    width: 70%;
}

.footer-top .form form input {
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    box-shadow: inherit;
    min-height: 60px;
    padding-left: 30px;
    width: 100%;
}

.footer-top .form form .input-group-addon {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: inherit;
    padding: 0;
}

.footer-top .form form .input-group-addon button {
    background: var(--color-primary);
    border: medium none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: var(--white);
    font-weight: 700;
    letter-spacing: 1px;
    min-height: 50px;
    padding: 0 30px;
    position: absolute;
    right: 4px;
    text-transform: uppercase;
    top: 5px;
    z-index: 9;
    display: inline-block;
}

.footer-top form .input-group.stylish-input-group {
    position: relative;
    width: 100%;
}

footer .f-items {
    overflow: hidden;
}

footer.bg-dark p {
    color: #cccccc;
}

.footer-top .logo a {
    display: inline-block;
    margin-top: 10px;
}

footer .footer-top img {
    height: 50px;
}

footer .f-item h4 {
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 28px;
}

footer.bg-dark .f-item h4 {
    color: var(--white);
}

footer .f-item.link li {
    float: left;
    margin-bottom: 15px;
    width: 50%;
    padding-right: 15px;
}

footer.col-3 .f-item.link li {
    padding-right: 0;
    width: 100%;
}

footer .f-item.link li a {
    display: inline-block;
    font-size: 16px;
    padding-left: 15px;
    position: relative;
    font-weight: 600;
}

footer .f-item.link li a:hover {
    color: var(--color-primary);
}

footer .f-item.link li a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 6px;
}

footer .f-item.link li:last-child {
    margin: 0;
}

footer .f-item .address h5 {
    text-transform: uppercase;
}

footer .f-item .address li {
    margin-bottom: 15px;
}

footer .f-item .address li:last-child {
    margin: 0;
}

footer .f-item .address h5 i {
    color: var(--color-primary);
    margin-right: 5px;
}

footer .f-item .social li {
    display: inline-block;
    margin-right: 10px;
}

footer .f-item .social li a {
    border: 1px solid #e7e7e7;
    color: var(--color-primary);
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

footer.bg-dark .f-item .social li a {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

footer .f-item .social {
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
    padding-top: 25px;
}

footer.bg-dark li a {
    color: #cccccc;
}

footer.bg-dark .f-item .social {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .f-item.recent-post li a:last-child {
    display: inline-block;
    font-weight: 400;
}

footer .f-item.recent-post .meta-title,
footer .f-item.recent-post .meta-title a {
    color: var(--color-paragraph);
    font-family: var(--font-default);
    font-size: 15px;
    text-transform: uppercase !important;
}

footer.bg-dark .f-item.recent-post .meta-title,
footer.bg-dark .f-item.recent-post .meta-title a {
    color: var(--white);
}

footer.bg-dark .f-item.recent-post .meta-title a {
    color: var(--color-primary);
}

footer .f-item.recent-post .meta-title {
    margin-top: 5px;
    text-transform: uppercase;
}

footer .f-item.recent-post li a span {
    display: inline-block;
    color: #cdd0d3;
}

footer .f-item.recent-post li a:hover {
    color: var(--color-primary);
}

footer .f-item.recent-post li span {
    display: inline-block;
}

footer .f-item.recent-post li span i {
    margin-right: 5px;
}

footer .f-item.recent-post .meta-title a {
    text-transform: capitalize;
}

footer .f-item.recent-post li {
    color: #cdd0d3;
}

footer .f-item.recent-post li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 20px;
}

footer.bg-dark .f-item.recent-post li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .f-item.recent-post li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

footer .f-item.recent-post li .thumb {
    display: table-cell;
    vertical-align: top;
    width: 80px;
}

footer .f-item .thumb img {
    width: 100%;
    margin-top: 5px;
}

footer .f-item.recent-post li .info {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
    line-height: 26px;
    color: #837f7e;
}

footer .f-item .twitter-item a {
    color: var(--color-primary);
    margin-left: 5px;
}

footer .f-item .twitter-item .twitter-context {
    color: var(--color-paragraph);
}

footer .f-item .twitter-item .twitter-context i {
    color: var(--color-primary);
    margin-right: 5px;
}

footer .f-item .twitter-item {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

footer.bg-dark .f-item .twitter-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .f-item .twitter-item:last-child {
    border: medium none;
    margin-bottom: 0;
    padding: 0;
}

/* Footer Bottom */

.footer-bottom {
    border-top: 1px solid #e7e7e7;
    padding: 20px 0;
}

footer.bg-dark .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom.bg-theme-small {
    border-top: medium none;
}

.footer-bottom li {
    display: inline-block;
}

.footer-bottom li a {
    display: inline-block;
    margin-left: 15px;
}

.footer-bottom li a:hover {
    color: var(--color-primary);
}

.footer-bottom p {
    margin: 0;
}

/* ============================================================== 
     # Preloader 
=================================================================== */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(assets/img/preloader.svg) center no-repeat #fff;
    text-align: center;
}

/* ============================================================== 
     # Demo 
=================================================================== */

.demo-area.demo-content {
    padding-bottom: 30px;
}

.demo-area .single-item {
    position: relative;
    z-index: 1;
}

.demo-area .item {
    margin-bottom: 50px
}

.demo-area .single-item .info {
    padding: 15px 10px;
    text-align: center;
}

.demo-area .single-item .info h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    margin-top: 15px;
}

.banner-area .demo-banner h1 {
    font-weight: 700;
    margin-bottom: 25px;
}

.banner-area .demo-banner img {
    height: auto;
    margin-bottom: 20px;
    max-height: 80px;
}

.demo-area .def-heading h2 {
    font-weight: 700;
    margin: 30px 0;
    text-transform: uppercase;
    color: #333333;
}

.demo-footer {
    padding-bottom: 80px;
}

.introduction-area h2 span {
    color: #fd0060;
}

.introduction-area h4 {
    font-weight: 300;
    line-height: 30px;
}

.introduction-area h2 {
    color: var(--white);
    display: inline-block;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.introduction-area h2::before {
    background: #fd0060 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 50px;
}

.introduction-area h2::after {
    background: var(--white) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 25px;
}

footer.demo .copyright {
    margin-top: 15px;
}

.demo-area .comming-soon.item img {
    opacity: 0.3;
}

.banner-area.demo-banner {
    padding: 50px 0;
}

.demo-area .site-heading {
    margin-bottom: 30px;
}

.demo-area img {
    background: var(--white) none repeat scroll 0 0;
    padding: 10px;
    box-shadow: var(--box-shadow-primary);
}

.demo-area.demo-conten .single-item a {
    position: relative;
    display: block;
}

.demo-area.demo-conten .single-item a span {
    position: absolute;
    right: 15px;
    top: -14px;
    background: var(--color-primary);
    color: var(--white);
    padding: 1px 35px;
    border-radius: 30px;
    box-shadow: 0 0 10px #cccccc;
}

footer.text-light.demo.centered.bg-dark.text-center img {
    margin-bottom: 0;
}

.demo-banner.auto-height {
    min-height: auto;
    padding: 250px 0;
    padding-top: 300px;
}

footer.demo img {
    height: 50px;
}

i.far.fa-shopping-cart {
    font-weight: 700;
    font-size: 20px;
}

.navbar .attr-right .attr-nav li.search a i {
    font-weight: 700;
}

.carousel-control-prev-icon {
    background-image: url(assets/img/right-arrow\ \(1\).png);
    position: relative;
    left: -150px;
    transition: all 0.36s ease-in-out;
}

.banner-area:hover .carousel-control-prev-icon {
    left: -40px;
}

.carousel-control-next-icon {
    background-image: url(assets/img/right-arrow.png);
    position: relative;
    right: -150px;
    transition: all 0.36s ease-in-out;
}

.banner-area:hover .carousel-control-next-icon {
    right: -40px;
}

.accordion-button:not(.collapsed) {
    color: inherit;
}

.faq-area h2.accordion-header {
    margin-bottom: 0px !important;
}

.faq-area .accordion-item {
    margin-bottom: 20px;
}

.faq-area .accordion-item {
    border-top: 1px solid rgba(0, 0, 0, .125) !important;
}

.faq-area .accordion-button {
    font-weight: 700;
    background-color: #f4f4f4;
    padding: 20px 15px;
}

.faq-area .accordion-button:focus {
    box-shadow: none;
}

.about-area .about-items .item h5 {
    font-size: 15px;
}

.work-place-area .thumb {
    position: relative;
}

.form-group {
    margin-bottom: 10px;
}

.quote-btn a {
    background: var(--color-primary);
    border-radius: 5px;
    padding: 12px 30px;
    color: var(--white);
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.36s ease-in-out;
}

.quote-btn a:hover {
    background: #3b5998 !important;
}

.navbar.logo-less .attr-nav li.search {
    border-right: none;
    margin-left: 0px;
    position: relative;
}

.about-area .thumb {
    position: relative;
}

.top-bar-area .address-info.text-start .info.box li:last-child:after {
    display: none;
}

.banner-area.banner .carousel-control-next-icon {
    background-image: none;
}

.banner-area.banner .carousel-control-prev-icon {
    background-image: none;
}

.banner-area.banner .carousel-control-prev-icon i::after {
    position: absolute;
    height: 50px;
    width: 50px;
    background: black;
    border-radius: 50%;
    content: "";
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-48%, -48%);
    opacity: 0.7;
}

.banner-area.banner .carousel-control-prev-icon i {
    font-size: 16px;
    position: relative;
}

.banner-area.banner .carousel-control-next-icon i::after {
    position: absolute;
    height: 50px;
    width: 50px;
    background: black;
    border-radius: 50%;
    content: "";
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-48%, -48%);
    opacity: 0.7;
}

.banner-area.banner .carousel-control-next-icon i {
    font-size: 16px;
    position: relative;
}

.navbar .attr-right .attr-nav li.quote-btn a {
    padding: 13px 35px;
    display: inline-block;
}

.banner-area.banner-6 .carousel-control-prev-icon {
    background: url(assets/img/left-arrow.png);
}

.banner-area.banner-6 .carousel-control-next-icon {
    background: url(assets/img/left-arrow.png);
    transform: rotate(180deg);
}

.banner-8 button.carousel-control-prev {
    height: 20px;
    width: 20px;
    z-index: 15;
    top: 50%;
    border-radius: 50%;
    border: 2px solid black;
    position: absolute;
    left: 30px;
}

.banner-8 button.carousel-control-prev::after {
    height: 5px;
    width: 5px;
    position: absolute;
    content: "";
    background: black;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-41%, -34%);
}

.banner-8 button.carousel-control-next {
    height: 20px;
    width: 20px;
    z-index: 15;
    top: 53.5%;
    border-radius: 50%;
    border: 2px solid black;
    position: absolute;
    left: 30px !important;
    opacity: 1;
}

.banner-8 button.carousel-control-next::after {
    height: 5px;
    width: 5px;
    position: absolute;
    content: "";
    background: black;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-41%, -34%);
}

ul.social {
    display: flex;
    gap: 20px;
}

ul.social a i {
    font-size: 20px;
}

.banner-area.one-page-1 .carousel-control-prev-icon {
    background-image: none;
}

.banner-area.one-page-1 .carousel-control-prev-icon::after {
    position: absolute;
    content: "";
    height: 50px;
    width: 49px;
    background: var(--black);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -56%);
    z-index: -1;
    opacity: 0.6;
}

.banner-area.one-page-1 .carousel-control-next-icon {
    background-image: none;
}

.banner-area.one-page-1 .carousel-control-next-icon::after {
    position: absolute;
    content: "";
    height: 50px;
    width: 49px;
    background: var(--black);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -56%);
    z-index: -1;
    opacity: 0.6;
}

@media (max-width: 1023px) {
    .top-bar-area .logo {
        display: none;
    }
}

.progress-box h5 {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
}









































/* Top Bar */
.top-bar {
    background: #1b5e20;
    color: #fff;
    font-size: 14px;
}

.top-contact a {
    color: inherit;          /* keeps same color as text */
    text-decoration: none;
    margin-left: 5px;
}

.top-contact a:hover {
    text-decoration: underline;
}


.top-bar i {
    margin-right: 5px;
}

.top-social a {
    color: #fff;
    margin-left: 15px;
    transition: 0.3s;
}

.top-social a:hover {
    color: #ff9800;
}

/* Navbar */
/* Navbar Container */
.main-navbar {
    background: #ffffff;
    padding: 15px 40px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Wrapper */
.nav-wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo */
.nav-logo img {
    max-height: 60px;
    width: auto;
}

/* Menu */
.nav-menu {
    display: flex;
    gap: 35px;
}

.nav-menu a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: #1b5e20;
}

.nav-menu a {
    position: relative;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    padding-bottom: 5px;
}

/* Active underline */
.nav-menu a.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #1b5e20;
}


.hero-section {
    background: url('assets/img/banner/slider.png') center center/cover no-repeat;
    height: 650px;
    display: flex;
    align-items: center;
    position: relative;
    color: #ffffff;
}

.hero-section h1,
.hero-section h5,
.hero-section p {
    color: #ffffff;
}

.hero-section h1 {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

.hero-section h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 630px;              /* underline length */
    height: 2px;
    background: #e0e0e0;      /* light grey */
}


.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.hero-content {
    position: relative;
    z-index: 2;
}



.hero-content h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 30px;
}

.hero-btn {
    background: #ff6f00;
    color: #fff;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 4px;
    transition: 0.3s;
}

.hero-btn:hover {
    background: #e65100;
    color: #fff;
}


.feature-strip {
    background: #f4f1ea;
    padding: 30px 0;
}

.feature-item {
    padding: 15px 10px;
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: #e8f5e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 24px;
    color: #1b5e20;
}

.feature-text h6 {
    font-weight: 700;
    margin-bottom: 5px;
}

.feature-text p {
    font-size: 14px;
    margin: 0;
    color: #666;
}

.welcome-section {
    margin-top: 50px;
    background: #f6f2ea;
    padding: 0px 0;
    position: relative;
}

.welcome-content h2 {
    font-weight: 700;
    color: #1b5e20;
    margin-bottom: 15px;
}

.welcome-content h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.welcome-content h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 510px;          /* underline length */
    height: 3px;
    background: #969393;  /* green color */
}


.welcome-content .subtitle {
    color: #555;
    margin-bottom: 25px;
    font-size: 16px;
}

.welcome-btn {
    background: #1b5e20;
    color: #fff;
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 3px;
    transition: 0.3s;
}

.welcome-btn:hover {
    background: #145a18;
    color: #fff;
}

.welcome-image {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* fills area without distortion */
    display: block;
}

/* .welcome-section {
    position: relative;
    background: 
    linear-gradient(to right,
        rgba(244,241,234,0.95) 0%,
        rgba(244,241,234,0.9) 1%,
        rgba(244,241,234,0.6) 5%,
        rgba(244,241,234,0.2) 23%,
        rgba(244,241,234,0) 31%
    ),
        url('assets/img/ship-spices.png');

    background-size: 60% 100%;;
    background-position: center right;
    background-repeat: no-repeat;

    padding: 120px 0;
} */





/* Mobile */
@media (max-width: 991px) {
    .welcome-section {
        text-align: center;
    }

    .welcome-image {
        margin-top: 30px;
    }

      .welcome-section {
        padding: 50px 0;
    }

    .welcome-image {
        width: 100%;
        height: 300px;        /* increase visible height */
        object-fit: cover;
        margin-top: 30px;
    }

}


.products-section {
    background: #ffffff;   /* warm beige background like reference */
    padding: 80px 0;
}

/* ===== Section Title ===== */
.section-title h2 {
    font-weight: 700;
    color: #2e2e2e;
    margin-bottom: 10px;
}

.section-title h5 {
    color: #1b5e20;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 1px;
}

/* Optional: Add lines beside "Our Products" */
.section-title h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 12px;   /* space for underline */
}

/* Side Lines */
.section-title h2::before,
.section-title h2::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 510px;
    height: 3px;
    background: #cfcfcf;
}

.section-title h2::before {
    right: 100%;
    margin-right: 15px;
}

.section-title h2::after {
    left: 100%;
    margin-left: 15px;
}

/* Bottom Underline */
.section-title h2 span {
    position: relative;
}

.section-title h2 span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    width: 250px;
    height: 2px;
    background: #cfcfcf;  /* green underline */
    border-radius: 2px;
}


/* ===== Tabs Styling ===== */
.product-tabs {
    border: none;
}

.product-tabs .nav-link {
    background: #e8e2d9;
    border: none;
    color: #333;
    margin: 0 8px;
    padding: 10px 28px;
    font-weight: 600;
    border-radius: 6px;
    transition: 0.3s ease;
}

.product-tabs .nav-link.active {
    background: #a35b1f;
    color: #fff;
}

.product-tabs {
    border-bottom: none;
    display: inline-flex;   /* makes width shrink to content */
    width: auto;            /* prevents full width stretch */
}

.product-tabs-wrapper {
    text-align: center;
}



/* ===== Product Cards ===== */
.product-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

.product-card img {
    width: 100%;
    height: 220px;          /* important for uniform look */
    object-fit: cover;      /* makes image crop nicely */
}

.product-card h6 {
    padding: 15px 10px;
    font-weight: 600;
    margin: 0;
    font-size: 16px;
    background: #f8f5ef;
}

.product-card:hover {
    transform: translateY(-6px);
}


/* ===== Button ===== */
.view-btn {
    background: #1b5e20;
    color: #fff;
    padding: 12px 40px;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 1px;
    transition: 0.3s;
}

.view-btn:hover {
    background: #145a18;
    color: #fff;
}





.why-section {
    background: #f4f1ea;   /* beige tone */
    padding: 100px 0;
}

/* ===== Title With Long Lines ===== */
.title-with-lines {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #1b5e20 !important;
    font-size: 40px;
}

.title-with-lines::before,
.title-with-lines::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 350px;         /* longer lines like reference */
    height: 2px;
    background: #cfcfcf;
}

.title-with-lines::before {
    right: 100%;
    margin-right: 30px;
}

.title-with-lines::after {
    left: 100%;
    margin-left: 30px;
}


.why-section h2 span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    width: 310px;
    height: 2px;
    background: #cfcfcf;  /* green underline */
    border-radius: 2px;
}



/* ===== Cards ===== */
.why-card {
    background: #f9f6f0;
    padding: 60px 25px 40px;   /* increase top padding */
    border-radius: 6px;
    position: relative;        /* important */
    transition: 0.3s ease;
}


.why-card:hover {
    transform: translateY(-6px);
}


/* ===== Icon Circle ===== */
.why-icon {
    width: 90px;
    height: 90px;
    background: #a35b1f;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -25px;                /* moves it above card */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}



/* ===== Text Styling ===== */
.why-card h6 {
    font-weight: 700;
    font-size: 20px;
    margin-top: 30px;
    font-size: 22px;
}

.why-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}



/* ================= CERTIFICATION STRIP ================= */

.cert-strip {
    background: #f3efe7;
    padding: 25px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.cert-wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cert-left h5 {
    position: relative;
    display: inline-block;
    color: #1b5e20;
    font-weight: 700;
    font-size: 22px;
}

/* Side Lines */
.cert-left h5::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100px;      /* adjust length if needed */
    height: 2px;
    background: #cfcfcf;
}


.cert-left h5::after {
    left: 100%;
    margin-left: 20px;
}


.cert-right {
    margin-left: 120px;
    flex: 2;
    display: flex;
    justify-content: left;   /* center logos */
    align-items: left;
    gap: 20px;
}

.cert-right img {
    height: 50px;
}


/* ================= CONTACT SECTION ================= */
/* ================= CONTACT SECTION ================= */

.contact-area {
    background: #f3efe7;
    padding: 90px 40px 0px;
    position: relative;
}

.contact-area {
    background: #f3efe7;
    padding: 90px 40px 0px;
    position: relative;
}

.contact-wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* LEFT SIDE */

.contact-left {
    width: 55%;
    padding-top: 40px;
}

.contact-left p {
    font-size: 22px;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-left p:first-child {
    color: #000;
}

.contact-left p:last-child {
    color: #1b5e20;
}

.contact-left a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

.contact-left a:hover {
    color: #1b5e20;
}


.contact-left i {
    font-size: 22px;
    color: #d35400;
}


/* RIGHT FORM BOX */

.contact-box {
    width: 440px;
    background: #1b5e20;
    padding: 30px 30px;
    color: #fff;
    border-radius: 100px 0px 0px 0px; /* rounded top-left only */
    box-shadow: 0 25px 60px rgba(0,0,0,0.25);
    margin-top: -150px;
}

/* Heading */

.contact-box h4 {
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
}

.contact-box h4::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 200px;
    height: 3px;
    background: #ffffff;
    border-radius: 2px;
}

/* Subtitle */

.contact-box p {
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 15px;
    opacity: 0.9;
}


/* FORM */

.contact-box form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-box input,
.contact-box textarea {
    width: 100%;
    padding: 15px 18px;
    border: none;
    border-radius: 8px;
    background: #f3f3f3;
    font-size: 14px;
    outline: none;
}

.contact-box textarea {
    height: 100px;
    resize: none;
}

.contact-box button {
    width: 100%;
    padding: 15px;
    background: #ff6f00;
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    letter-spacing: 1px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s ease;
}

.contact-box button:hover {
    background: #e65c00;
}

/* ================= FOOTER ================= */
/* ================= FOOTER ================= */

.essurex-footer {
    background: linear-gradient(90deg, #0d3b1c, #1b5e20);
    padding: 60px 80px; /* left-right padding added */
    color: #fff;
    font-size: 14px;
}

.footer-inner {
    max-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

/* Columns */

.footer-col {
    flex: 1;
    padding: 0 25px;
}

.footer-col:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,0.15);
}

.footer-logo {
    height: 60px;
    margin-bottom: 15px;
    filter: brightness(0) invert(1);
}

/* Headings */

.footer-col h5 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
}

/* Lists */

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 8px;
}

.footer-col ul li a {
    color: #d0e4d4;
    text-decoration: none;
    transition: 0.2s;
}

.footer-col ul li a:hover {
    color: #ffffff;
}

.footer-col p {
    margin-bottom: 8px;
    color: #d0e4d4;
}

/* Certifications */

.footer-certs {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.footer-certs img {
    height: 35px;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.footer-col a {
    color: #d0e4d4;
    text-decoration: none;
    transition: 0.2s ease;
}

.footer-col a:hover {
    color: #ffffff;
}


@media (max-width: 991px) {

    /* ---------- General Spacing ---------- */

    section {
        padding: 50px 20px !important;
    }

    .section-title h2 {
        font-size: 26px;
    }

    .section-title h5 {
        font-size: 20px;
    }


   .nav-menu a.active::after {
        display: none;
    }

    .nav-menu a.active {
        color: #1b5e20;
        font-weight: 600;
        border-left: 3px solid #1b5e20;
        padding-left: 10px;
    }


    /* ---------- Hero ---------- */

    .hero-section {
        padding: 80px 20px;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 26px;
        line-height: 1.3;
    }

    .hero-content p {
        font-size: 14px;
    }

    .hero-btn {
        padding: 10px 22px;
        font-size: 14px;
    }

    /* ---------- Feature Strip ---------- */

    .feature-item {
        margin-bottom: 25px;
        text-align: center;
    }

    .feature-icon {
        margin: 0 auto 10px;
    }

    /* ---------- Welcome ---------- */

    .welcome-content h2::after {
        width: 100%;
    }

    .welcome-btn {
        padding: 8px 20px;
        font-size: 14px;
    }

    /* ---------- Products ---------- */

    .product-tabs {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .product-tabs .nav-link {
        padding: 8px 16px;
        font-size: 13px;
    }

    .product-card {
        margin-bottom: 20px;
    }

    .product-card img {
        height: 160px;
    }

    .view-btn {
        padding: 10px 25px;
        font-size: 13px;
    }

    /* ---------- Why Section ---------- */

    .why-card {
        margin-top: 50px;
        padding: 50px 20px 30px;
    }

    .why-icon {
        width: 70px;
        height: 70px;
        font-size: 22px;
        top: -30px;
    }

    .why-card h6 {
        font-size: 18px;
    }

    .why-card p {
        font-size: 14px;
    }

    /* ---------- Certifications ---------- */

    .cert-wrapper {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .cert-right {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .cert-right img {
        height: 35px;
    }

    /* ---------- Contact Section ---------- */

    .contact-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .contact-left {
        width: 100%;
        text-align: center;
    }

    .contact-left p {
        justify-content: center;
        font-size: 18px;
    }

    .contact-box {
        width: 100%;
        margin-top: 0;
        border-radius: 30px;
        padding: 35px 25px;
    }

    .contact-box h4 {
        font-size: 22px;
    }

    .contact-box h4::after {
        width: 120px;
    }

    .contact-box input,
    .contact-box textarea {
        padding: 12px 14px;
    }

    .contact-box button {
        padding: 12px;
        font-size: 13px;
    }

    /* ---------- Footer ---------- */

    .essurex-footer {
        padding: 40px 20px;
    }

    .footer-inner {
        flex-direction: column;
        align-items: center;   /* centers columns */
        text-align: center;    /* centers text */
    }

    .footer-col {
        border-right: none !important;
        padding: 0;
        width: 100%;
        font-size: 18px;
        max-width: 300px;      /* optional: keeps it neat */
    }

     .footer-col h5 {
        font-size: 24px;
     }


    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-certs {
        justify-content: center;
    }
}







/* mobile menu */
/* Hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 6px;
}

.main-navbar {
    background: #ffffff;
    padding: 15px 40px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);

    position: relative;
    z-index: 9999; /* important */
}


.hamburger span {
    width: 25px;
    height: 3px;
    background: #1b5e20;
    border-radius: 2px;
    transition: 0.3s;
}

@media (max-width: 991px) {

     .top-bar {
        font-size: 13px;
        text-align: center;
        padding: 10px 0;
    }

    .top-bar .container {
        flex-direction: column;
        gap: 10px;
    }

    .top-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }

    .top-contact span {
        margin: 0 !important;
    }

    .top-social {
        margin-top: 5px;
    }

    .top-social a {
        margin: 0 8px;
    }


    .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #ffffff;
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        display: none;
        box-shadow: 0 8px 20px rgba(0,0,0,0.05);
        z-index: 9999; /* important */
    }

    .main-navbar {
        padding: 15px 20px;
    }

    /* Show hamburger */
    .hamburger {
        display: flex;
    }

    /* Hide menu initially */
    .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #ffffff;
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        display: none;
        box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    }

    .nav-menu a {
        font-size: 18px;
    }

    /* Show when active */
    .nav-menu.active {
        display: flex;
    }

      /* Title with side lines */
    .title-with-lines::before,
    .title-with-lines::after {
        width: 60px;
        height: 2px;
    }

    /* Section Title H2 lines */
    .section-title h2::before,
    .section-title h2::after {
        width: 80px;
        height: 2px;
    }

    /* Hero underline */
    .hero-section h1::after {
        width: 320px;
        height: 2px;
    }

    .cert-left h5::after {
        width: 60px;   /* shorter line for mobile */
        height: 2px;
    }

      

  

     .cert-right {
        margin-left: 0;          /* remove big offset */
        justify-content: center; /* center logos nicely */
        align-items: center;
        flex-wrap: wrap;         /* allow wrapping */
        gap: 15px;
    }

     .feature-strip {
        padding: 40px 20px;
    }

    .feature-item {
        border: none !important;
        margin-bottom: 30px;
    }

    .feature-item:last-child {
        margin-bottom: 0;
    }

    /* Force proper stacking */
    .feature-item .d-flex {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center;
    }

    .feature-icon {
        margin: 0 0 15px 0 !important;
        width: 60px;
        height: 60px;
    }

    .feature-text {
        text-align: center !important;
    }


     .product-tabs {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    .product-tabs .nav-item {
        flex: 0 0 auto;
    }

    .product-tabs .nav-link {
        padding: 10px 18px;
        font-size: 14px;
        border-radius: 8px;
    }




}
