/*-----------------------------------------------------------------------------------

	Theme Name: Celia
	Theme URI: http://themeforest.net/user/zytheme
	Description: Celia is a pixel perfect creative multi purpose html5 tempalte  based on designed with great attention to details, flexibility and performance. It is ultra professional, smooth and sleek, with a clean modern layout.
	Author: zytheme
	Author URI: http://themeforest.net/user/zytheme
	Version: 1.0

-----------------------------------------------------------------------------------*/
/*!
// Contents
// ------------------------------------------------>

  1.  Global Styles
 2.  Typography
 3.	 Blockquotes
 4.	 List
 5.	 Colors
 6.	 Hepers
 7.	 Background
 8.	 Buttons
 9.	 Forms
 10. Icons
 11. Media
 12. Tabs
 13. Accordions
 14. Heading
 15. Page Title
 16. Pagination
 17. Columns
 18. Alerts
 19. Backtop
 20. Social
 21. Loading
 22. Header
 23. Menu
 24. Hero
 25. shortcode
 26. Team
 27. Testimonial
 28. Services
 29. Portfolio
 30. Feature
 31. Call To Action
 32. Counter
 33. Pricing Tables
 34. Blog
 35. Shop
 36. Contact
 37. Sidebar
 38. Footer
 39. 404
 40. Soon
 41. Maintenance
 42. faQs
 43. Login
 44. Process
 45. Clients
 46. Skills
 47. Landing
 48. Side Nav
 49. Layout Boxed
 50. Layout Split

/*
WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use
the custom.css file to add your styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file. You have been warned! :)
*/
/*
NOTES! QUICK SEARCH IN THIS FIKE!

To make it easy to search about class or section, you do not need scroll in this file. Instead use
use [ CTR + F ] and type [ SECTION NAME ] or [ .class-name ] You can find it quickly and save your time. You have been noted! :)
*/



/* cookies */
#cookie-bar {
    position: fixed;
    bottom: 0;
    padding: 1rem;
    background-color: #fff;
    z-index: 1000000;
    padding: 1rem;
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
    display: flex;
    align-items: center;
}
#accept-cookies {
    padding: 0.7rem;
}
body.noaccept #chat-widget-container {
    bottom: 75px !important;
}
body.noaccept.accept #chat-widget-container, body.accept #chat-widget-container {
    bottom: 0 !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
@media (min-width: 630px) and (max-width: 767px) {
    body.noaccept #chat-widget-container {
        bottom: 110px !important;
    }
}
@media (min-width: 455px) and (max-width: 629px) {
    body.noaccept #chat-widget-container {
        bottom: 0 !important;
    }
    #cookie-bar .text-center {
        text-align: left !important;
    }
}
@media (max-width: 767px) {
    #cookie-bar #accept-cookies {
        margin-top: -8px;
    }
    #cookie-bar {
        padding-top: 24px;
    }
}
@media (max-width: 454px) {
    body.noaccept #chat-widget-container {
        bottom: 135px !important;
    }
    #cookie-bar .text-center {
        padding-left: 0;
        padding-right: 0;
    }
}
/*------------------------------------*\
    #RESET
\*------------------------------------*/
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a,
dl,
dt,
dd,
ol,
ul,
li {
    margin: 0;
    padding: 0;
}

*,
:active,
:focus {
    outline: none !important;
}

ul,
ol {
    list-style: none;
}

textarea {
    resize: none;
}

::selection {
    text-shadow: none;
}
::-moz-selection {
    text-shadow: none;
}
::-webkit-selection {
    text-shadow: none;
}

.form-control {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
}

/*------------------------------------*\
    #BASE
\*------------------------------------*/
::selection {
    background: var(--main);
    color: #ffffff;
}
::-moz-selection {
    background: var(--main);
    /* Firefox */
    color: #ffffff;
}
::-webkit-selection {
    background: var(--main);
    /* Safari */
    color: #ffffff;
}

html {
    font-size: 14px;
}

body {
    background-color: #ffffff;
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    font-weight: 400;
    color: #6C757D;
    line-height: 1.5;
    margin: 0;
}

.wrapper {
    background-color: #ffffff;
    padding: 0 80px;
    overflow-x: hidden;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 991px) {

    .wrapper {
        padding: 0;
    }
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--main);
}

a:hover {
    color: #ff502b;
    text-decoration: none;
}

a:focus {
    color: #ff502b;
    text-decoration: none;
}

a:active {
    color: #ff502b;
    text-decoration: none;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
    margin-bottom: 20px;
}

button,
button:focus,
.btn,
.btn:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {

    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #222222;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin: 0 0 20px 0;
}

h1,
.h1 {
    font-size: 32px;
    line-height: 1;
}

h2,
.h2 {
    font-size: 28px;
    line-height: 1;
}

h3,
.h3 {
    font-size: 25px;
    line-height: 1;
}

h4,
.h4 {
    font-size: 22px;
    line-height: 1;
}

h5,
.h5 {
    font-size: 18px;
    line-height: 1;
}

h6,
.h6 {
    font-size: 14px;
    line-height: 1;
}

p {
    font-family: 'Droid Serif', serif;
    color: #6C757D;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.lead {
    font-size: 16px;
    line-height: 1.8;
}

.fz-50 {
    font-size: 50px !important;
}

/*------------------------------------*\
    #Blockquote
\*------------------------------------*
/* quotes style */
blockquot,
.blockquote {
    font-size: 20px;
    font-family: 'Droid Serif', serif;
    font-style: italic;
    line-height: 28px;
    font-weight: 500;
    padding: 30px 0 30px 30px;
}

.quote-author {
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin-top: 20px;
    line-height: 28px;
    color: #222222;
}

.blockquote-1 {
    border-left: 6px solid #222222;
    color: #6C757D;
}

.blockquote-3,
.blockquote-4 {
    padding-right: 30px;
}

.blockquote-2,
.blockquote-3,
.blockquote-4 {
    border-left: none;
}

.blockquote-2:before {
    content: "\f10d";
    font-family: fontawesome;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    color: #222222;
    line-height: 1.8;
}

.blockquote-2:after {
    content: "\f10e";
    font-family: fontawesome;
    font-size: 16px;
    color: #222222;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1.8;
}

.blockquote-3 {
    color: var(--main);
    background-color: #f9f9f9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.blockquote-4 .quote-author {
    color: #6C757D;
}

.blockquote-4 {
    color: #ffffff;
    background-color: #222222;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*------------------------------------*\
    #Icon List
\*------------------------------------*/
ul.list {
    padding: 0;
    font-size: 13px;
    list-style-type: none;
}

ul.list li {
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
}

ul.icon-list li i {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin-right: 10px;
    color: #222222;
}

ul.number-list li {
    line-height: 33px;
}

ul.number-list li span {
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    margin-right: 15px;
    color: #222222;
}

ul.dot-list li i {
    font-size: 7px;
    font-weight: 400;
    line-height: 30px;
    margin-right: 19px;
    color: #222222;
}

/*------------------------------------*\
    #COLORS
\*------------------------------------*/
.color-heading {
    color: #222222 !important;
}

.color-theme {
    color: var(--main) !important;
}

.color-white {
    color: #ffffff !important;
}

.color-gray {
    color: #f9f9f9 !important;
}

/*------------------------------------*\
    #HELPER CLASSES
\*------------------------------------*/
/* Typography Helpers */
.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-normal {
    text-transform: inherit;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-just {
    text-align: justify;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .text-center-xs {
        text-align: center !important;
    }

    .text-left-xs {
        text-align: left;
    }

    .text-right-xs {
        text-align: right;
    }

    .pull-none-xs {
        float: none;
        text-align: center !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .text-center-sm {
        text-align: center !important;
    }

    .text-left-sm {
        text-align: left;
    }

    .text-right-sm {
        text-align: right;
    }

    .pull-none-sm {
        float: none;
        text-align: center !important;
    }
}

.text-bold {
    font-weight: bold;
}

.text-italic {
    font-weight: italic;
}

.text-regular {
    font-weight: normal;
}

.text-underline {
    text-decoration: underline;
}

.text-break-word {
    word-wrap: break-word;
}

.text-no-wrap {
    white-space: nowrap;
}

.text-font-heading {
    font-family: 'Poppins', sans-serif;
}

.text-font-body {
    font-family: 'Droid Serif', serif;
}

.text-white {
    color: #ffffff;
}

.text-black {
    color: #222222;
}

.text-body {
    color: #6C757D;
}

/* Postion Helpers */
.pos-fixed {
    position: fixed;
}

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.pos-static {
    position: static;
}

.pos-top {
    top: 0;
}

.pos-bottom {
    bottom: 0;
}

.pos-right {
    right: 0;
}

.pos-left {
    left: 0;
}

.pos-vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
}

.pos-vertical-bottom {
    position: relative;
    bottom: 50%;
    -webkit-transform: perspective(1px) translateY(50%);
    transform: perspective(1px) translateY(50%);
}

/* white spacing Helpers */
.m-0 {
    margin: 0;
}

.m-xs {
    margin: 10px;
}

.m-sm {
    margin: 20px;
}

.m-md {
    margin: 40px;
}

.m-lg {
    margin: 80px;
}

.mt-0 {
    margin-top: 0;
}

.mt-xs {
    margin-top: 10px;
    /* 10px */
}

.mt-sm {
    margin-top: 20px;
    /* 20px */
}

.mt-md {
    margin-top: 40px;
    /* 40px */
}

.mt-lg {
    margin-top: 80px;
    /* 80px */
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-xs {
    margin-bottom: 10px;
}

.mb-sm {
    margin-bottom: 20px;
}

.mb-md {
    margin-bottom: 40px;
}

.mb-lg {
    margin-bottom: 80px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mr-0 {
    margin-right: 0;
}

.mr-xs {
    margin-right: 10px;
}

.mr-sm {
    margin-right: 20px;
}

.mr-md {
    margin-right: 40px;
}

.mr-lg {
    margin-right: 80px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-150 {
    margin-right: 150px;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-xs {
    margin-left: 10px;
}

.ml-sm {
    margin-left: 20px;
}

.ml-md {
    margin-left: 40px;
}

.ml-lg {
    margin-left: 80px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-150 {
    margin-left: 150px;
}

.p-0 {
    padding: 0;
}

.p-xs {
    padding: 10px;
}

.p-sm {
    padding: 20px;
}

.p-md {
    padding: 40px;
}

.p-lg {
    padding: 80px;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-xs {
    padding-top: 10px;
}

.pt-sm {
    padding-top: 20px;
}

.pt-md {
    padding-top: 40px;
}

.pt-lg {
    padding-top: 80px;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-xs {
    padding-bottom: 10px;
}

.pb-sm {
    padding-bottom: 20px;
}

.pb-md {
    padding-bottom: 40px;
}

.pb-lg {
    padding-bottom: 80px;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pr-0 {
    padding-right: 0;
}

.pr-xs {
    padding-right: 10px;
}

.pr-sm {
    padding-right: 20px;
}

.pr-md {
    padding-right: 40px;
}

.pr-lg {
    padding-right: 80px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-150 {
    padding-right: 150px;
}

.pl-0 {
    padding-left: 0;
}

.pl-xs {
    padding-left: 10px;
}

.pl-sm {
    padding-left: 20px;
}

.pl-md {
    padding-left: 40px;
}

.pl-lg {
    padding-left: 80px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-150 {
    padding-left: 150px;
}

@media only screen and (max-width: 767px) {

    .mb-15-xs {
        margin-bottom: 15px;
    }

    .mb-30-xs {
        margin-bottom: 30px;
    }

    .mb-50-xs {
        margin-bottom: 50px;
    }

    .mb-60-xs {
        margin-bottom: 60px;
    }

    .p-none-xs {
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .mb-0-sm {
        margin-bottom: 0;
    }

    .mb-15-sm {
        margin-bottom: 15px;
    }

    .mb-30-sm {
        margin-bottom: 30px;
    }

    .mb-50-sm {
        margin-bottom: 50px;
    }

    .mb-60-sm {
        margin-bottom: 60px;
    }

    .pb-15-sm {
        padding-bottom: 15px;
    }

    .pb-30-sm {
        padding-bottom: 30px;
    }

    .pb-50-sm {
        padding-bottom: 50px;
    }

    .pb-60-sm {
        padding-bottom: 60px;
    }

    .p-none-sm {
        padding-right: 0;
        padding-left: 0;
    }
}

/* Display Helpers */
.inline {
    display: inline;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.hide {
    display: none;
}

.flex {
    display: flex;
}

@media only screen and (min-width: 992px) {

    .hidden-md {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {

    .hidden-lg {
        display: none;
    }
}

/* Order Helpers */
.zindex-1 {
    z-index: 1;
}

.zindex-2 {
    z-index: 2;
}

.zindex-3 {
    z-index: 3;
}

/* Height Helpers */
.fullscreen {
    height: 100vh;
}

@media only screen and (max-width: 992px) {

    .fullscreen {
        height: auto;
    }
}

/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/
.bg-theme {
    background-color: var(--main) !important;
}

.bg-gray {
    background-color: #f9f9f9 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #222222 !important;
}

.bg-dark3 {
    background-color: #1f2127 !important;
}

/* Background Image */
.bg-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.bg-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-light:before {
    background-color: rgba(246, 246, 247, 0.92);
}

.bg-overlay-dark:before {
    background-color: rgba(39, 41, 48, 0.45);
}

.bg-overlay-theme:before {
    background-color: rgba(70, 161, 240, 0.8);
}

.bg-overlay-gradient:before {
    background: rgba(25, 23, 23, 0.8);
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, rgba(25, 23, 23, 0.8), rgba(34, 34, 34, 0.2));
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, rgba(25, 23, 23, 0.8), rgba(34, 34, 34, 0.2));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-parallex {
    background-attachment: fixed;
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn {
    position: relative;
    z-index: 2;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 50px;
    text-transform: capitalize;
    border-radius: 0;
    padding: 0;
    width: 180px;
    height: 50px;
    text-align: center;
    border: none;
    font-style: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-primary {
    background-color: var(--main);
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: var(--main);
    color: #ffffff;
}

.btn-secondary {
    background-color: #222222;
    color: #ffffff;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: #222222;
    color: #ffffff;
}

.btn i {
    margin-right: 16px;
    position: relative;
    padding-right: 17px;
}

.btn i:after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
    content: "";
    width: 2px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:hover i:after {
    background-color: #fff;
}

.btn-block {
    width: 100%;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: width .3s linear;
}

.btn-hover:hover:before {
    width: 100%;
}

.btn-secondary.btn-hover:before {
    background-color: var(--main);
}

.btn-primary.btn-hover:before {
    background-color: #ffffff;
}

.btn-primary.btn-hover-inverse:before {
    background-color: var(--main-dark);
}

.btn-primary.btn-hover:hover {
    color: var(--main);
}

.btn-primary.btn-hover-inverse:hover {
    color: #ffffff!important;
}

.btn-primary.btn-hover:hover i:after {
    background-color: var(--main);
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
.form-control {
    color: #474747;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 49px;
    text-transform: uppercase;
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid rgba(34, 34, 34, 0.08);
    padding-left: 0;
}

.form-control:focus {
    border-bottom-color: var(--main);
    background-color: transparent;
}
.form-control::-webkit-input-placeholder {
    color: #474747;
}
.form-control:-moz-placeholder {
    color: #474747;
}
.form-control::-moz-placeholder {
    color: #474747;
}
.form-control:-ms-input-placeholder {
    color: #474747;
}

/*------------------------------------*\
    #ICONS
\*------------------------------------*/
.entry-prev-arrow {
    width: 17px;
    height: 10px;
    background-image: url(../icons/entry-prev.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.entry-next-arrow {
    width: 17px;
    height: 10px;
    background-image: url(../icons/entry-next.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.entry-more-arrow {
    width: 17px;
    height: 10px;
    background-image: url(../icons/entry-more.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.celia-zoom-border {
    width: 59px;
    height: 59px;
    background-image: url(../icons/zoom-icon-2.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

/*------------------------------------*\
    #LIST
\*------------------------------------*/
.list-inline li {
    display: inline-block;
}

/*------------------------------------*\
    #MEDIA
\*------------------------------------*/
.screen-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.screen-img img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.screen-img .screen-hover {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 30px;
    opacity: 0;
}

.screen-img .screen-hover a {
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -90px;
    webkit-transition: all 0.4s 0.4s ease-in-out;
    -moz-transition: all 0.4s 0.4s ease-in-out;
    -o-transition: all 0.4s 0.4s ease-in-out;
    transition: all 0.4s 0.4s ease-in-out;
    opacity: 0;
}

.screen-img .screen-hover a:hover {
    border-color: var(--main);
}

/* screen Hover Effect */
.screen-img:hover .screen-hover {
    opacity: 1;
}

.screen-img:hover .screen-hover a {
    opacity: 1;
}

/*------------------------------------*\
    #Tabs
\*------------------------------------*/
.nav {
    display: block;
}

/*------------------------------------*\
    #HEADING
\*------------------------------------*/
.heading .subheading {
    color: #616161;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    margin-bottom: 19px;
}

.heading h2 {
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 53px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.heading p {
    color: #616161;
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    font-style: italic;
    line-height: 23px;
    margin-bottom: 0;
}

.heading .more {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    text-transform: capitalize;
    font-style: normal;
    position: relative;
    padding-bottom: 4px;
}

.heading .more:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
}

.heading .more:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--main);
    z-index: 2;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
}

.heading .more:hover:before {
    width: 100%;
}

.heading .more:hover {
    color: var(--main);
}

.heading .more i {
    margin-left: 5px;
}

.iarrow {
    width: 16px;
    height: 10px;
    background-image: url(../images/heading/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.heading .iarrow {
    margin-left: 8px;
}

/* Heading #2 */
.heading-2 h2 {
    position: relative;
    padding-bottom: 8px;
}

.heading-2 h2:before {
    position: absolute;
    content: "";
    width: 46px;
    height: 2px;
    background-color: #282828;
    left: 0;
    bottom: 0;
}

.heading-2 h2:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background-color: #282828;
    left: 48px;
    bottom: 0;
}

.heading-2 .subheading {
    font-size: 13px;
    margin-bottom: 10px;
}

/* Heading #3 */
.heading-3 h2 {
    margin-bottom: 30px;
}

/* Heading #4 */
.heading-4 h2 {
    margin-bottom: 10px;
}

.heading-4 .subheading {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 2px;
}

.heading-4 .subheading:before {
    position: absolute;
    content: "";
    width: 46px;
    height: 2px;
    background-color: var(--main);
    left: -19px;
    bottom: 0;
}

.heading-4 .subheading:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background-color: #282828;
    left: 29px;
    bottom: 0;
}

/* Heading #6 */
.heading-6 h2 {
    margin-bottom: 25px;
}

.heading-6 p {
    margin-bottom: 15px;
}

.heading-6 h2:before {
    left: 50%;
    margin-left: -23px;
}

.heading-6 h2:after {
    display: none;
}

/* Heading #10 */
.heading-10 h2 {
    line-height: 1;
    padding-top: 12px;
}

.heading-10 h2:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 26px;
    background-color: #282828;
    right: 30px;
    top: 50%;
    margin-top: -6px;
}

/* Heading #11 */
.heading-11 p {
    color: #616161;
    font-family: 'Droid Serif', serif;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    line-height: 27px;
    margin-bottom: 0;
}

/* Heading #12 */
.heading-12 h2 {
    font-size: 34px;
    color: #222;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

/* Heading #13 */
.heading-13 h2 {
    font-size: 60px;
    color: #222;
    font-weight: 800;
    line-height: 73px;
    margin-bottom: 18px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .heading h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .heading h2 {
        margin-bottom: 15px;
    }

    .heading-12 h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .heading-13 h2 {
        font-size: 45px;
        line-height: 55px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .heading h2 {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .heading h2 {
        font-size: 31px;
        line-height: 43px;
    }
}

/*------------------------------------*\
    #PageTitle
\*------------------------------------*/
.page-title {
    z-index: 0;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
}

.page-title .container-fluid {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: visible;
}

.page-title .title {
    min-height: 187px;
    padding: 10px 15px;
    transform: translateX(-48px);
}

.page-title .title .title-content {
    position: relative;
    padding-left: 88px;
    padding-top: 40px;
}

.page-title .title .title-content:before {
    content: '';
    background-color: #fff;
    position: absolute;
    top: 6px;
    left: 0;
    width: 247px;
    height: 157px;
    z-index: -1;
}

.page-title .title .title-content h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 55px;
    line-height: 50px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-transform: capitalize;
}

.page-title .title .title-content .breadcrumb {
    padding: 0;
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.page-title .title .title-content .breadcrumb a,
.breadcrumb > li + li:before {
    color: #333333;
}

.page-title .title .title-content .breadcrumb .active {
    color: #616161;
}

.breadcrumb li {
    position: relative;
    padding-right: 18px;
}

.breadcrumb li:before {
    position: absolute;
    top: 0;
    right: 4px;
    content: "/";
}

.breadcrumb li.active:before {
    display: none;
}

/* Title #2 */
.page-title .title-2 .title-content:before {
    background-color: transparent;
}

/* Title #3 */
.page-title .title-3 {
    transform: translateX(115px);
}

/* Title #4 */
.page-title .title-4 {
    background: url(../images/page-title/title-bg-2.png) no-repeat center center;
    transform: none;
    margin: 0 auto;
}

.page-title .title-4 .title-content {
    text-align: center;
    padding-left: 0;
    padding-top: 40px;
}

.page-title .title-4 .title-content:before {
    left: 50%;
    margin-left: -123px;
}

.page-title .title-4 .title-content .breadcrumb {
    justify-content: center;
}

/* Title #5 */
.page-title .title-5 .title-content:before {
    background-color: transparent;
}

/* Title #6 */
.page-title .title-6 {
    background-image: none;
}

/* Title #7 */
.page-title .title-7 {
    background-image: none;
    padding: 0;
    width: 400px;
    height: 281px;
}

.page-title .title-7 .title-heading {
    margin-left: 0;
}

.page-title .title-7 .title-content {
    background-color: #ffffff;
    padding: 100px 0;
}

/* Title #8 */
.page-title .title-8 .title-content:before {
    background-color: transparent;
    padding: 100px 0;
}

/* Title #9 */
.page-title .title-9 {
    background-image: none;
}

.page-title .title-9 {
    text-align: center;
}

.page-title .title-9 .title-content:before {
    background-color: transparent;
}

.page-title .title-9 .title-content .breadcrumb {
    justify-content: center;
}

.page-title-2 .container-fluid {
    padding-top: 240px;
    padding-bottom: 240px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .page-title .title .title-content h1 {
        font-size: 28px;
    }

    .page-title .title-7 {
        width: 100%;
    }

    .page-title .title-3 {
        transform: translateX(0);
    }

    .page-title .title {
        transform: translateX(0);
    }

    .page-title .title .title-content {
        padding-left: 30px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .page-title .title {
        transform: translateX(0);
    }
}

/*------------------------------------*\
    #Pagination
\*------------------------------------*/
.pagination {
    margin: 0;
    border-radius: 0;
    display: block;
}

.pagination > li {
    display: inline-block;
}

.pagination > li > a,
.pagination > li > span {
    color: #6C757D;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 24px;
    border: none;
    padding: 0;
    margin-right: 16px;
    font-weight: 700;
}

.pagination > li:last-child > a {
    margin-right: 0;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #333;
    background-color: transparent;
    border: none;
}

/*------------------------------------*\
    #ALERT MESSAGE
\*------------------------------------*/
.alerts {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 60px;
    border: 1px solid #eee;
    border-radius: 1px;
}

.alerts .alert-icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: var(--main);
    -moz-border-radius: 2px 1px 1px 2px;
    -webkit-border-radius: 2px 1px 1px 2px;
    border-radius: 2px 1px 1px 2px;
    text-align: center;
    position: absolute;
}

.alerts .alert-icon i {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}

.alerts .alert-content {
    padding-left: 68px;
}

.alerts .alert-content h4 {
    color: var(--main);
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: -6px;
}

.alerts .alert-content p {
    color: #6C757D;
    font-size: 12px;
    font-style: italic;
    line-height: 20px;
    margin-bottom: 0;
}

.alerts.alert-warning h4 {
    color: #8a6d3b;
}

.alerts.alert-warning .alert-icon {
    background-color: #fcf8e3;
}

.alerts.alert-warning .alert-icon i {
    color: #8a6d3b;
}

.alerts.alert-danger h4 {
    color: #a94442;
}

.alerts.alert-danger .alert-icon {
    background-color: #f2dede;
}

.alerts.alert-danger .alert-icon i {
    color: #a94442;
}

/*------------------------------------*\
    #Social
\*------------------------------------*/
.social-text-hover.social-icon-facebook:hover {
    color: #3B5998;
}

.social-text-hover.social-icon-twitter:hover {
    color: #00ACEE;
}

.social-text-hover.social-icon-instagram:hover {
    color: #2E5E86;
}

.social-text-hover.social-icon-behance:hover {
    color: #045EFC;
}

/*------------------------------------*\
    #LOADING-SECTION
\*------------------------------------*/
.preloader {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 99999;
    background-color: #ffffff;
    overflow: hidden;
}

.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--main);
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*------------------------------------*\
    #Header
\*------------------------------------*/
.module {
    display: inline-block;
    position: relative;
}

.module span.title {
    display: none;
}

.module .module-icon {
    margin-right: 20px;
    cursor: pointer;
}

.module .module-icon i {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
}

.module .module-icon:hover i {
    color: var(--main);
}

.module.active i {
    color: var(--main);
}

/* Module Shop */
.filters-block .brand-filter::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.filters-block .brand-filter::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.filters-block .brand-filter::-webkit-scrollbar-thumb {
    background-color: #000000;
}
.filters-block .brand-filter {
    max-height: 400px;
    margin-top: 0.4rem;
    margin-bottom: 0.5rem;
    padding: 0 0.4rem 0.5rem;
    border-bottom: 1px solid #f1f1f1;
    overflow-y: scroll;
}
.module-cart .cart-label {
    background-color: var(--main);
    color: #ffffff;
    font-size: 9px;
    font-weight: bold;
    padding: 1px 3px;
}

.cart-box .cart-overview li {
    position: relative;
}

.cart-box .cart-overview li:last-child {
    margin-bottom: 0;
}

.cart-box .cart-overview li a {
    font-size: 0;
}

.cart-box .cart-overview li a:after {
    font-family: fontawesome;
    content: "\f00d";
    font-size: 12px;
    position: absolute;
    text-align: center;
    right: 0;
    top: 0;
    width: 19px;
    height: 19px;
    line-height: 19px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #f3695f;
    color: #ffffff;
}

.cart-box .cart-overview img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    position: absolute;
}

.cart-box .cart-overview .product-meta {
    padding-left: 90px;
}

.cart-box .cart-overview h5 {
    font-size: 15px;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 0;
    line-height: 28px;
}

.cart-box .cart-overview p {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #aaaaaa;
    margin-bottom: 0;
}

.cart-total .total-desc {
    float: left;
    text-align: left;
}

.cart-total .total-desc h5,
.cart-total .total-price h5 {
    color: #aaaaaa;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 10px;
}

.cart-total .total-price {
    float: right;
    text-align: right;
}

.cart-box .cart-control .btn {
    height: 42px;
    line-height: 42px;
    width: 140px;
}

.cart-box .cart-control .btn.btn-secondary {
    background-color: #222222;
    border: none;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.cart-box .cart-control .btn.btn-secondary:hover {
    background-color: #222222;
    color: #ffffff;
    border-color: #222222;
}

.cart-box .cart-control .btn.btn-primary {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.cart-box .cart-control .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    background-color: var(--main);
    transition: .3s ease;
}

.cart-box .cart-control .btn.btn-primary::before {
    background-color: #222222;
}

.cart-box .cart-control .btn:hover::before {
    width: 100%;
}

/* Module Language */
.module-lang {
    margin-bottom: 14px;
    padding-top: 3px;
    display: block;
}

.module-lang,
.module-lang a {
    color: #5d5d5d;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-align: right;
}

.module-lang a:first-child {
    margin-right: 6px;
}

.module-lang a:last-child {
    margin-left: 6px;
}

.module-lang a.twitter-icon:hover {
    color: var(--main);
}

.module-lang a:hover {
    color: var(--main);
}

.module-lang a:hover {
    color: var(--main);
}

.module-lang a:hover {
    color: var(--main);
}

/* Module Social */
.module-social a {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-right: 14px;
}

.module-social a:last-child {
    margin-right: 0;
}

.module-social a:hover {
    color: var(--main);
}

/* Module Search */
.module-search .search-icon {
    line-height: 100px;
    cursor: pointer;
    padding: 0;
}

.module-search .search-icon i {
    font-size: 14px;
    color: #404040;
    border-left: 1px solid #ffffff;
    line-height: 23px;
}

.module-search .search-icon:hover i {
    color: var(--main);
}

.search-close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
}

.module-search-box .search-box {
    background-color: rgba(34, 34, 34, 0.99);
    margin: 0 48px;
    position: absolute;
    display: block;
    height: 480px;
    line-height: 56px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: 0;
    left: 0;
    top: auto;
    z-index: 99;
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -o-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
}

.module-search-box .search-box .search-form {
    padding: 150px 215px;
}

.module-search-box .search-box .search-form h5 {
    color: #616161;
    font-size: 13px;
    font-style: italic;
    line-height: 1;
    margin-bottom: 20px;
}

.module-search-box .search-box .search-form input {
    border: none;
    font-size: 60px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    height: 100%;
    padding: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    width: 90%;
}
.module-search-box .search-box .search-form .form-control::-webkit-input-placeholder {
    color: #fff;
}
.module-search-box .search-box .search-form .form-control:-moz-placeholder {
    color: #fff;
}
.module-search-box .search-box .search-form .form-control::-moz-placeholder {
    color: #fff;
}
.module-search-box .search-box .search-form .form-control:-ms-input-placeholder {
    color: #fff;
}

.module-search-box .search-box .search-form button {
    color: #7f7f7f;
    background-color: transparent;
    border: none;
    font-size: 28px;
    cursor: pointer;
}

.module-search-box .search-box .search-form button:hover {
    color: var(--main);
}

.search-active .search-box {
    opacity: 1;
    visibility: visible;
    display: block;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.module-search-box .search-box .search-cancel i {
    float: right;
    width: 36px;
    height: 36px;
    border: 1px solid #f3695f;
    border-radius: 2px;
    color: #f3695f;
    font-size: 15px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
}

/* Module Menu Popup */
.module-menu-popup .menu-icon {
    color: #333333;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
}

.module-menu-popup .menu-icon:hover {
    color: var(--main);
}

.module-menu-popup .menu-icon:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    content: "";
    width: 2px;
    height: 20px;
    background-color: #dadada;
}

.module-menu-box .menu-box {
    background-color: rgba(34, 34, 34, 0.99);
    margin: 0 80px;
    position: fixed;
    display: block;
    height: 480px;
    line-height: 56px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: 0;
    left: 0;
    top: 100px;
    z-index: 1050;
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -o-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
}

.module-menu-popup.module-active .module-menu-box .menu-box {
    opacity: 1;
    visibility: visible;
    display: block;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.module-menu-box .menu-box .container-fluid {
    height: 480px;
    padding-top: 150px;
}

.module-menu-box .menu-box .menu-items {
    width: 100%;
    text-align: center;
    list-style: none;
    margin-bottom: 0;
    line-height: 1;
}

.module-menu-box .menu-box .menu-items a {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
}

.module-menu-box .menu-box .menu-items a:hover {
    color: var(--main);
}

.module-menu-box .menu-box .menu-items li {
    margin-right: 40px;
    display: inline-block;
}

.module-menu-box .menu-box .menu-items li:last-of-type {
    margin-right: 0;
}

.module-menu-box .menu-box .social-account {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
}

.module-menu-box .menu-box .social-account a {
    width: 80px;
    height: 30px;
    background-color: var(--main);
    display: inline-block;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    margin-right: 30px;
    position: relative;
    z-index: 2;
}

.module-menu-box .menu-box .social-account a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    background-color: #ffffff;
    transition: .3s ease;
}

.module-menu-box .menu-box .social-account a:last-of-type {
    margin-right: 0;
}

.module-menu-box .menu-box .social-account a:hover {
    background-color: var(--main);
    color: var(--main);
}

.module-menu-box .menu-box .social-account a:hover:before {
    width: 100%;
}

/* Module Cart */
.module-cart .cart-icon {
    line-height: 100px;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    position: relative;
    padding: 0;
}

.module-cart .cart-label {
    color: #ffffff;
    background-color: var(--main);
    font-size: 11px;
    font-weight: bold;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    position: absolute;
    right: -2px;
    top: 23%;
}

.module-cart .cart-box .cart-overview li {
    position: relative;
}

.module-cart .cart-box .cart-overview li:last-child {
    margin-bottom: 0;
}

.module-cart .cart-box .cart-overview li a {
    font-size: 0;
}

.module-cart .cart-box .cart-overview li a:after {
    font-family: fontawesome;
    content: "\f00d";
    font-size: 12px;
    position: absolute;
    text-align: center;
    right: 0;
    top: 0;
    width: 19px;
    height: 19px;
    line-height: 19px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #000000;
    color: #ffffff;
}

.module-cart .cart-box .cart-overview li a:hover::after {
    background-color: var(--main);
}

.module-cart .cart-box .cart-overview img {
    width: 70px;
    height: 70px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 15px;
    position: absolute;
}

.module-cart .cart-box .cart-overview .product-meta {
    padding-left: 90px;
    padding-bottom: 55px;
    border-bottom: 1px solid #f3f3f3;
}

.module-cart .cart-box .cart-overview h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: #373636;
    margin-bottom: 0;
    line-height: 23px;
}

.module-cart .cart-box .cart-overview p {
    font-size: 12px;
    line-height: 22px;
    color: #a6a6a6;
    margin-bottom: 0;
}

.module-cart .cart-total {
    margin-bottom: 30px;
}

.cart-total .total-desc {
    float: left;
    text-align: left;
}

.module-cart .cart-total .total-desc h5,
.module-cart .cart-total .total-price h5 {
    font-size: 13px;
    text-transform: uppercase;
    color: #6C757D;
}

.module-cart .cart-total .total-price {
    float: right;
    text-align: right;
}

/* model */
.modal-open .modal {
    background-color: rgba(34, 34, 34, 0.95);
}

.modal-header .model-icon {
    font-size: 40px;
    line-height: 41px;
    color: #ffffff;
}

.model-title p {
    color: #f9f9f9 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 30px !important;
    margin-bottom: 0;
    padding-left: 0 !important;
}

.model-title h6 {
    color: #ffffff;
    font-size: 22px;
    line-height: 1 !important;
    text-transform: uppercase;
    margin-bottom: 0;
}

.modal-header span {
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 28px;
    color: #000 !important;
}

/* Header #2 */
.module-social_2 {
    line-height: 100px;
    margin-left: 10px;
}

.module-lang_bordered {
    padding-right: 50px;
    padding-left: 50px;
    position: relative;
    margin-right: 40px;
    margin-bottom: 0;
    display: inline-block;
}

.module-lang_bordered:before,
.module-lang_bordered:after {
    position: absolute;
    content: "";
    background-color: #dadada;
    width: 2px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
}

.module-lang_bordered:before {
    left: 0;
}

.module-lang_bordered:after {
    right: 0;
}

/* Header #3 */
.header-3 .navbar-nav {
    margin-left: 50px;
    padding-left: 50px;
}

.header-3 .navbar-brand {
    position: relative;
}

.header-3 .navbar-brand:before {
    position: absolute;
    content: "";
    background-color: #dadada;
    width: 2px;
    height: 30px;
    top: 50%;
    right: -50px;
    margin-top: -15px;
}

/* Header #8 */
.header-8 .navbar-nav {
    margin-right: 70px;
}

.header-8 .module-lang_bordered:before {
    display: none;
}

.header-8 .module-lang_bordered:after {
    height: 20px;
    margin-top: -10px;
}

/* Header #9 */
.header-9 .module-search {
    padding-left: 30px;
    position: relative;
}

.header-9 .module-search .search-icon:before {
    position: absolute;
    content: "";
    background-color: #dadada;
    width: 2px;
    height: 19px;
    top: 50%;
    left: 0;
    margin-top: -9px;
}

.header-9 .module-cart {
    padding-right: 30px;
    margin-right: 0;
    position: relative;
}

.header-9 .module-cart .cart-icon:after {
    position: absolute;
    content: "";
    background-color: #dadada;
    width: 2px;
    height: 19px;
    top: 50%;
    right: -30px;
    margin-top: -9px;
}

/* Header #10 */
.header-10 .module-search .search-icon:before {
    display: none;
}

.header-10 .module-search {
    padding-left: 0;
}

/* Header #11 */
/* Header #12 */
.header-12 .navbar-header {
    float: none;
    text-align: center;
    line-height: 100px;
}

.header-12 .navbar-nav {
    float: none !important;
    text-align: center;
}

.header-12 .navbar-nav > li {
    float: none;
    display: inline-block;
    text-align: center;
}

/* Header #13 */
.header-13 .navbar-header {
    float: none;
    text-align: center;
    line-height: 100px;
}

/* Header #14 */
.header-14 .navbar-header {
    float: none;
    text-align: center;
    line-height: 100px;
}

/* Hamburger Panel */
.module.module-side-nav .module-icon {
    margin-right: 0;
    padding: 0;
}

.hamburger-panel {
    height: 100%;
    width: 264px;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    display: block;
    overflow-x: hidden;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    -webkit-transform: translateX(264px);
    -moz-transform: translateX(264px);
    transform: translateX(264px);
    background-color: #f9f9f9;
}

.hamburger-panel.hamburger-panel-active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

.hamburger-panel-close i:before {
    content: "\f00d";
    color: #f3695f;
}

.hamburger-panel .hamburger-logo {
    padding: 45px 50px;
}

.hamburger-panel .list-links {
    margin-bottom: 0;
    padding: 45px 50px;
}

.hamburger-panel .list-links a {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #333333;
    position: relative;
    margin-bottom: 10px;
}

.hamburger-panel .list-links li {
    position: relative;
    margin-bottom: 20px;
}

.hamburger-panel .list-links li:last-child {
    margin-bottom: 0;
}

.hamburger-panel .list-links li:before,
.hamburger-panel .list-links li:after {
    position: absolute;
    background: #333333;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.hamburger-panel .list-links li:after {
    bottom: -3px;
    left: 2px;
    width: 15px;
    height: 2px;
}

.hamburger-panel .list-links li:before {
    bottom: -6px;
    left: 0;
    width: 2px;
    height: 5px;
}

.hamburger-panel .list-links li:hover::after,
.hamburger-panel .list-links li:hover::before {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.hamburger-panel .list-links li:hover::after,
.hamburger-panel .list-links li:hover::before {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.hamburger-panel .list-links a:hover {
    color: var(--main);
}

.hamburger-panel .social-share {
    padding: 0 50px;
}

.hamburger-panel .social-share a {
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hamburger-panel .social-share a:hover {
    color: var(--main) !important;
}

.hamburger-panel .copywright {
    padding: 60px 10px 0 50px;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    color: #6C757D;
}

.hamburger-panel .copywright p {
    margin-bottom: 0;
}

/* Header #5 */
.header-5 .navbar-nav > li {
    padding-top: 36px;
}

.header-5 .navbar-nav > li > a {
    line-height: 1;
}

.header-5 .navbar-nav > li > a div {
    margin-bottom: 3px;
}

.header-5 .navbar-nav > li:before {
    bottom: 20px;
}

.header-5 .navbar-nav > li:after {
    bottom: 23px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .module-search .search-icon,
    .module-cart .cart-icon {
        line-height: 36px !important;
    }

    .module-search .search-icon i {
        border-left: none;
        padding-left: 0;
        padding-right: 5px;
    }

    .module.toggle-module .search-box,
    .module.toggle-module .cart-box {
        display: block !important;
    }

    .module-search.toggle-module .search-box .search-form {
        margin-bottom: 10px;
    }

    .module-search.toggle-module .search-box .search-form input {
        background-color: #ffffff;
        margin-bottom: 0;
        height: 35px;
        line-height: 35px;
        padding-left: 10px;
    }

    .module-cart.toggle-module .cart-box {
        background-color: #ffffff;
        padding: 30px 20px;
        margin-bottom: 10px;
    }

    .module-cart.toggle-module .cart-box .cart-control {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .module-cart.toggle-module .cart-box .cart-control .pull-right {
        float: none !important;
    }

    .module-menu-box.active .menu-box {
        width: 272px;
        top: 0;
    }

    .module-menu-box .menu-box .menu-items li {
        margin-right: 8px;
        margin-bottom: 10px;
    }

    .module-menu-box .menu-box .menu-items a {
        font-size: 13px;
    }

    .module-search-box .search-box .search-form {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }

    .module-search-box .search-box .search-form input {
        font-size: 35px;
    }

    .module-social_2 {
        text-align: left;
        margin: auto;
        display: block;
        line-height: 36px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {

    .module-cart.toggle-module .cart-box .cart-control .btn {
        margin-bottom: 5px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header {
        width: 100%;
        margin: 0;
    }

    .navbar-nav {
        padding: 10px;
    }

    .navbar-nav > li > a {
        color: #333 !important;
    }

    li.open a,
    li.open a:hover,
    li.open a:focus {
        color: #7f7f7f !important;
    }

    .mega-dropdown-menu .container a[href='#'] {
        color: var(--main) !important;
        border-bottom: none;
    }

    .mega-dropdown-menu .container a[href='#'] > ul {
        padding-top: 0;
    }

    .module {
        display: initial;
    }

    .module-social_2 {
        text-align: left;
        margin: auto;
        display: block;
        line-height: 36px;
    }

    .module {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 5px 15px;
    }

    .module span.title {
        display: inline-block;
        color: #ffffff;
        font-size: 13px;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
    }

    .module .search-box,
    .module .cart-box {
        display: none;
    }

    .module-search .search-icon,
    .module-cart .cart-icon {
        line-height: 36px !important;
    }

    .module-search .search-icon i {
        border-left: none;
        padding-left: 0;
        padding-right: 5px;
    }

    .module.toggle-module .search-box,
    .module.toggle-module .cart-box {
        display: block !important;
    }

    .module-search.toggle-module .search-box .search-form {
        margin-bottom: 10px;
    }

    .module-search.toggle-module .search-box .search-form input {
        background-color: #ffffff;
        margin-bottom: 0;
        height: 35px;
        line-height: 35px;
        padding-left: 10px;
    }

    .module-cart.toggle-module .cart-box {
        background-color: #ffffff;
        padding: 30px 20px;
        margin-bottom: 10px;
    }

    .module-cart.toggle-module .cart-box .cart-control {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .module-cart.toggle-module .cart-box .cart-control .pull-right {
        float: none !important;
    }
}

@media only screen and (min-width: 992px) {

    .module-search .search-box {
        position: absolute;
        display: block;
        background-color: #ffffff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        right: 0;
        width: 270px;
        padding: 20px;
        -moz-box-shadow: 0 2px 3px rgba(39, 41, 48, 0.05);
        -webkit-box-shadow: 0 2px 3px rgba(39, 41, 48, 0.05);
        box-shadow: 0 2px 3px rgba(39, 41, 48, 0.05);
        z-index: 99;
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -o-transform: translateY(10%);
        -ms-transform: translateY(10%);
        transform: translateY(10%);
    }

    .module-search:hover .search-box {
        opacity: 1;
        visibility: visible;
        display: block;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }

    .module-cart .cart-box {
        position: absolute;
        display: block;
        background-color: #ffffff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        right: 0;
        width: 370px;
        padding: 30px;
        -moz-box-shadow: 0 2px 3px rgba(39, 41, 48, 0.05);
        -webkit-box-shadow: 0 2px 3px rgba(39, 41, 48, 0.05);
        box-shadow: 0 2px 3px rgba(39, 41, 48, 0.05);
        z-index: 99;
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        transform: translateY(10%);
        margin-top: 0;
    }

    .module-cart:hover .cart-box {
        opacity: 1;
        visibility: visible;
        display: block;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .module-menu-box .menu-box {
        height: 380px;
    }

    .header-3 .navbar-brand:before,
    .module-lang_bordered:before,
    .module-lang_bordered:after {
        display: none;
    }

    .module-lang_bordered {
        padding-right: 0;
        padding-left: 0;
    }

    .header-3 .navbar-nav {
        margin-left: 0;
        padding-left: 10px;
    }

    .module-lang_bordered {
        display: inline-block;
    }
}

.header-16 {
    padding-right: 30px;
    padding-left: 30px;
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
    margin-bottom: 5px;
}

.header-17 {
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
    margin-bottom: 5px;
}

@media only screen and (min-width: 991px) {

    .header-11 .navbar-brand {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {

    .module-lang {
        padding-top: 0;
        text-align: left;
    }

    .module {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 5px 5px 5px 20px;
        line-height: 36px;
    }

    .module span.title {
        display: inline-block;
        color: #222222;
        font-size: 13px;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        font-weight: 700;
    }

    .module.module-active span.title {
        color: var(--main);
    }

    .module .search-box,
    .module .cart-box {
        display: none;
    }

    .module.module-active .cart-box {
        display: block;
    }

    .header-3 .navbar-brand:before,
    .module-lang_bordered:before,
    .module-lang_bordered:after {
        display: none;
    }

    .module-lang_bordered {
        padding-right: 0;
    }

    .header-3 .navbar-nav {
        margin-left: 0;
        padding-left: 10px;
    }

    .module-search-box .search-box {
        position: fixed;
        top: 0;
        margin: 0;
    }

    .module-search-box .search-box .search-form input {
        width: 80%;
    }

    .module.module-side-nav .module-icon {
        line-height: 36px;
    }

    .header-5 .navbar-nav > li {
        padding-top: 16px;
        padding-bottom: 15px;
    }

    .module-lang {
        margin-bottom: 0;
        line-height: 36px;
    }

    .module-container {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .module-menu-popup .menu-icon {
        margin-right: 0;
        padding-right: 0;
    }

    .module-menu-popup .menu-icon:after {
        display: none;
    }

    .module-menu-popup .menu-icon {
        line-height: 36px;
    }

    .module-menu-box .menu-box {
        margin: 0;
    }

    .module-menu-box .menu-box .container-fluid {
        padding-top: 90px;
    }

    .module-menu-box .menu-box {
        height: 380px;
    }

    .header-11 .module-social {
        text-align: center;
    }

    .header-11 .navbar-toggler {
        right: 0;
        position: absolute;
        top: 40px;
    }
}

/*------------------------------------*\
    #Nav
\*------------------------------------*/
.navbar {
    min-height: 100px;
    margin-bottom: 0;
    top: inherit;
    padding: 0;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.navbar.affix {
    background-color: #ffffff;
    padding-top: 0;
    top: 0;
}

.navbar .logo {
    line-height: 100px;
}

.navbar-nav {
    margin-right: 0;
}

.navbar-nav > li {
    margin-right: 30px;
    height: 100px;
    position: relative;
}

.navbar-nav li a {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #333333;
}

.navbar-nav > li > a {
    line-height: 100px;
    padding: 0;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
    border: none;
}

.navbar-nav > li.active > ul {
    margin-top: 0;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    background-color: transparent;
}

/* Menu Level #1 */

.navbar-nav > li:after {
    bottom: 38px;
    width: 15px;
    height: 2px;
}

.navbar-nav > li:before {
    bottom: 35px;
    width: 2px;
    height: 5px;
}

.navbar-nav > li:hover::after,
.navbar-nav > li:hover::before {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.navbar-nav > li.active::after,
.navbar-nav > li.active:hover::after,
.navbar-nav > li.active::before,
.navbar-nav > li.active:hover::before {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
}

.dropdown-toggle::after {
    display: none;
}

.container-p0 {
    padding-right: 0;
    padding-left: 0;
}

/*------------------------------------*\
    #Nav
\*------------------------------------*/
/* Custom, iPhone Retina */
@media only screen and (max-width: 991px) {

    .navbar-nav {
        padding: 0 10px;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar-toggle {
        border-color: var(--main);
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-top: 35px;
    }

    .navbar-toggle .icon-bar {
        background-color: var(--main);
    }

    .container > .navbar-header {
        margin-left: 0;
    }

    .container > .navbar-collapse {
        width: 100%;
        background-color: #ffffff;
        margin-right: 0;
    }

    .navbar-nav > li {
        height: auto !important;
        margin-right: 0;
        position: relative;
    }

    .navbar-nav > li.pull-left {
        float: none !important;
    }

    .navbar-nav li a {
        line-height: 26px;
        display: block;
    }

    .navbar-nav > li > a {
        line-height: 36px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .navbar-nav > li:after {
        display: none;
    }

    .navbar-nav > li.active {
        border-bottom: none;
    }

    .navbar-nav > li.has-dropdown > ul.dropdown-menu,
    ul.mega-menu,
    .dropdown-menu {
        background-color: transparent;
        position: relative;
        border: none;
        padding-left: 20px;
    }

    li.has-dropdown > a:before,
    li.dropdown-submenu > a:before {
        font-family: fontawesome;
        content: "\f105";
        font-size: 13px;
        position: absolute;
        right: 10px;
        color: #333333;
        display: block;
        line-height: 36px;
    }

    li.dropdown-submenu > a:before {
        right: 20px;
        line-height: 26px;
    }

    .navbar-nav > li.has-dropdown.show > a,
    .navbar-nav > li.has-dropdown.show > a:hover,
    .navbar-nav > li.has-dropdown.show > a:focus {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .navbar-nav > li.has-dropdown.show > a:before,
    li.dropdown-submenu.show > a:after {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    li.dropdown-submenu > a:after,
    li.dropdown-submenu.show > a:hover:after,
    li.dropdown-submenu.show > a:focus:after {
        right: 10px;
    }

    .nav > li > a:hover,
    .nav > li > a:focus,
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus,
    .mega-menu li a:hover,
    .mega-menu li a:focus {
        background-color: transparent;
    }

    .mega-menu ul {
        list-style: none;
        padding-left: 25px;
    }

    .mega-menu ul li {
        padding-top: 5px;
    }

    ul.mega-menu {
        list-style: none;
        display: none;
    }

    .has-dropdown.show > .mega-menu,
    .dropdown-submenu.show > .mega-menu,
    .dropdown-submenu.show > .dropdown-menu,
    .has-dropdown.show > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu.show > .mega-menu ul {
        padding-left: 50px;
    }

    .navbar-nav > li:before,
    .navbar-nav > li:after {
        display: none;
    }

    .navbar-brand {
        margin-left: 15px;
        line-height: 100px;
        padding: 0;
    }

    .navbar-light .navbar-toggler {
        margin-right: 15px;
    }

    .dropdown-toggle.menu-item a:after {
        opacity: 0;
    }

    .mega-dropdown .col {
        flex-basis: auto;
    }

    .navbar-nav li a i {
        margin-right: 8px;
    }

    .mega-dropdown-menu .container a[href='#'] {
        color: var(--main);
    }

    .mega-dropdown-menu .container .col-md-3 {
        padding-right: 0;
        padding-left: 0;
    }

    .header-8 .navbar-nav {
        margin-right: 0;
    }
}

@media (min-width: 576px) {

    .mega-dropdown .container {
        max-width: inherit;
    }
}

/*------------------------------------*\
    #Nav
\*------------------------------------*/
@media only screen and (min-width: 992px) {

    /* Menu with Dropdown */
    .navbar-nav > li.has-dropdown > ul.dropdown-menu,
    .navbar-nav > li.has-dropdown > ul.mega-menu,
    li.dropdown-submenu > ul.mega-menu {
        background-color: #ffffff;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -o-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        -o-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        opacity: 0;
        position: absolute;
        left: 0;
        right: auto;
        -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
        -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
        box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        display: block;
    }

    .navbar-nav > li.has-dropdown > ul.dropdown-menu {
        width: 190px;
        min-width: 190px;
        padding: 13px 0;
        background-color: #ffffff;
        margin-top: -1px;
    }

    .navbar-nav > li.has-dropdown > ul.mega-menu,
    li.dropdown-submenu > ul.mega-menu {
        width: 385px !important;
    }

    li.dropdown-submenu:hover > ul.mega-menu,
    li.has-dropdown:hover > ul.dropdown-menu,
    li.has-dropdown:hover > ul.mega-menu {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        z-index: 100;
        display: block;
    }

    ul.dropdown-menu > li,
    ul.mega-menu > li {
        padding-right: 0;
        height: 40px;
        line-height: 40px;
        position: relative;
        vertical-align: top;
    }

    ul.mega-menu > li {
        border-right: 1px solid #eaeaea;
    }

    ul.mega-menu > li:last-child {
        border-right: none;
    }

    ul.mega-menu > li {
        width: 190px !important;
        height: auto;
        overflow: hidden;
        display: inline-block;
    }

    ul.mega-menu > li > ul {
        width: 190px;
        list-style: none;
        background-color: #ffffff;
        padding-left: 0;
        position: relative !important;
        left: auto !important;
    }

    ul.mega-menu li ul li {
        height: 40px;
        line-height: 40px;
        padding: 0;
    }

    ul.dropdown-menu li a,
    ul.mega-menu li ul li a {
        line-height: 40px;
        color: #7f7f7f;
        padding: 0;
        border-bottom: 1px solid #f3f3f3;
        display: block;
        font-size: 13px;
        font-weight: 400;
        -o-transition: all 0.35s;
        -moz-transition: all 0.35s;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        text-transform: capitalize;
        margin: 0 25px;
    }

    ul.mega-menu li ul li span {
        color: var(--main);
        padding: 0;
        display: block;
        font-size: 13px;
        line-height: 39px;
        text-transform: uppercase;
        font-weight: 700;
    }

    ul.dropdown-menu li:last-child > a {
        border-bottom: none;
    }

    ul.dropdown-menu li > a:active,
    ul.dropdown-menu li > a:focus,
    ul.dropdown-menu li > a:hover,
    ul.mega-menu li a:active,
    ul.mega-menu li a:focus,
    ul.mega-menu li a:hover {
        background-color: transparent;
        color: var(--main);
    }

    ul.dropdown-menu.left {
        left: -185px !important;
        margin-left: 0 !important;
    }

    ul.mega-menu.left {
        left: -410px !important;
    }

    /* Menu Level #2 */
    li.dropdown-submenu > ul.mega-menu,
    li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > ul.dropdown-menu {
        background-color: #ffffff;
        padding: 25px 0;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -o-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        -o-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        opacity: 0;
        display: block;
        position: absolute;
        left: 100%;
        right: auto;
        top: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin: -1px 0 0;
        z-index: 1001;
    }

    li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu:hover > ul.dropdown-menu {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        z-index: 1001;
        margin-top: -1px;
        margin-left: 0;
        padding: 13px 0;
        -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
        -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
        box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    }

    li.dropdown-submenu.pull-left > ul.dropdown-menu {
        left: auto;
        right: 0;
        margin-right: 0;
    }

    /* Menu Level #3 */
    li.dropdown-submenu > ul.dropdown-menu > li.has-dropdown > ul.dropdown-menu {
        background-color: #ffffff;
        float: none;
        position: absolute;
        border-radius: 0;
        left: 100%;
        right: auto;
        top: 0;
        margin: -1px 0 0;
        z-index: 1;
        border: 1px solid #eaeaea;
        padding: 13px 0;
    }

    li.dropdown-submenu > ul.dropdown-menu > li.has-dropdown > ul.dropdown-menu.left {
        left: -185px !important;
    }

    /* Mega Menu Content */
    .mega-dropdown {
        position: static !important;
    }

    .navbar-nav > li.has-dropdown > ul.dropdown-menu.mega-dropdown-menu {
        padding: 0;
        width: 100% !important;
        background-color: transparent;
        border: none !important;
        margin-top: 0;
        box-shadow: none;
    }

    .mega-dropdown-menu .container {
        background-color: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.15);
    }

    .mega-dropdown-menu .container div.col {
        padding-left: 0;
        padding-right: 0;
    }

    .mega-dropdown-menu li ul {
        padding: 13px 0;
        margin: 0;
    }

    .mega-dropdown-menu li ul li {
        list-style: none;
    }

    .mega-dropdown-menu li ul li a {
        padding: 0;
        border-bottom: 1px solid #f3f3f3;
    }

    .mega-dropdown-menu li ul li:last-child a {
        border-bottom: none;
    }

    .mega-dropdown-menu li ul li a i {
        margin-right: 8px;
    }

    .mega-dropdown-menu .container div[class*='col-'] > a {
        border-bottom: none;
        padding-left: 0;
        font-size: 14px;
    }

    .mega-dropdown-menu .container a[href='#'] {
        color: var(--main);
        cursor: default;
        font-weight: 600;
        border-bottom: none;
        margin-top: 15px;
    }

    .mega-dropdown-menu .container a[href='#'] + ul {
        padding-top: 0;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .navbar-nav > li {
        margin-right: 16px;
    }

    .mega-dropdown-menu .container a[href='#'] {
        font-size: 12px;
    }
}

/*------------------------------------*\
    #Hero
\*------------------------------------*/
.slider {
    overflow: visible;
    padding-top: 0;
    padding-bottom: 0;
    height: 670px;
}

/* Owl Custom */
.slider .container-fluid,
.slider .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.slider .owl-item .slide {
    opacity: 0;
}

.slider .owl-item.active .slide {
    opacity: 1;
}

.slider .owl-controls .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -25px;
    padding-left: 5px;
}

.slider .owl-controls .owl-dots .owl-dot {
    margin-right: 10px;
}

.slider .owl-controls .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    line-height: 6px;
    border: 2px solid #4e4e4e;
    background-color: transparent;
    border-radius: 50%;
    margin: 3px;
}

.slider .owl-dots .owl-dot.active {
    outline: 2px solid #222 !important;
}

.slider .owl-dots .owl-dot.active span {
    border-color: #222;
}

/* Slide Style */
.slider .hero-slider {
    position: relative;
}

.slider .slide {
    padding-top: 160px;
    padding-bottom: 160px;
    overflow: visible;
}

.slider .slide-container {
    width: 550px;
    height: 341px;
    background: url(/storage/b58acbe4-83be-495b-a653-a25a891bb3dd/borders.png) no-repeat;
    padding: 10px 15px;
}

.slider .slide-content {
    height: 100%;
    padding-left: 80px;
    padding-top: 57px;
}

.slider .slide-content h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 65px;
    line-height: 1;
    margin-bottom: 20px;
    white-space: nowrap;
    text-transform: capitalize;
    color: #222222;
}

.slider .slide--headline {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 76px;
    white-space: nowrap;
    text-transform: capitalize;
    color: #222222;
}

.slider .slide-content p {
    color: #6C757D;
    font-family: 'Lora', sans-serif;
    font-size: 17px;
    font-style: italic;
    line-height: 26px;
}

.slider .slide--bio {
    color: #6C757D;
    font-family: 'Lora', sans-serif;
    font-style: italic;
    line-height: 26px;
}

.slider .btn-secondary {
    width: 171px;
}

.slider .btn-arrow {
    width: 50px;
    margin-left: 130px;
}

.slider .btn-arrow i.celia-arrow-long-right {
    margin-right: 0;
    padding-right: 0;
}

.slider .btn-arrow i.celia-arrow-long-right:after {
    display: none;
}

.slider .carousel-navs .owl-nav .owl-next {
    right: -50px;
}

.slider .carousel-navs .owl-nav .owl-prev {
    right: 0;
    left: auto;
    margin-top: 25px;
}

/* Slider #1 */
.slider-1 .owl-dots {
    display: none !important;
}

/* Slider #2 */
.slider-2 .slide-container {
    background: url(../images/sliders/borders2.png) no-repeat center;
    padding: 10px 0;
}

.slider-2 .slide-content {
    padding-left: 0;
    text-align: center;
}

.slider-2 .slide-content p {
    padding-right: 20px;
    padding-left: 20px;
}

/* Slider #4 */
.slider-4 .slide-container {
    background: url(../images/sliders/borders3.png) no-repeat center;
}

.slider-4 .slide-content {
    padding-top: 100px;
}

/* Slider #5 */
/* Slider #6 */
.slider-6 .slide-container {
    background: url(../images/sliders/borders4.png) no-repeat center;
    width: 645px;
}

.slider-6 .slide-content {
    padding-top: 90px;
}

.slider-6 .slide-content p {
    padding-right: 150px;
    padding-left: 150px;
}

/* Slider #7 */
.slider-7 .slide-container {
    background: url(/storage/48fbb6a6-19da-47ef-affe-0430c4219258/borders5.png) no-repeat;
    width: 580px;
    height: 340px;
}

/* Slider #8 */
.slider-8 .slide-container {
    width: 654px;
    height: 264px;
}

/* Slider #9 */
.slider-9 .slide-container {
    width: 645px;
}

.slider-9 .slide-content {
    padding-left: 50px;
    text-align: left;
}

.slider-9 .slide-content p {
    padding-left: 0;
    padding-right: 80px;
}

/* Slider #10 */
.slider-10 .slide-container {
    background: url(/storage/fe39dbf8-e851-4006-80db-d9dccaa8b01d/borders7.png) no-repeat;
    width: 370px;
}

.slider-10 .slide-content {
    padding-top: 40px;
}

.slider-10 .btn-arrow {
    margin-left: 0;
}

/* Slider #12 */
.slider-12 .slide-container {
    background: url(../images/sliders/borders8.png) no-repeat;
    width: 370px;
}

.slider-12 .slide-content {
    padding-top: 40px;
}

.slider-12 .btn-arrow {
    margin-left: 0;
}

.slider-12 .slide--bio,
.slider-12 .slide-content p {
    color: #fff;
}

.slider-12 .btn {
    background-color: #ffffff;
    color: #222222;
}

/* Slider #13 */
.slider-13 {
    position: relative;
}

.slider-13 .owl-nav {
    display: none !important;
}

.slider-13 .slide-content {
    padding: 80px;
    background-color: #ffffff;
}

.slider-13 .slide {
    position: relative;
    padding-top: 220px;
    padding-bottom: 150px;
    height: 670px;
}

.slider-13 .slide-container {
    padding: 0;
}

.slider-13 .slide-shape:before,
.slider-13 .slide-shape:after {
    position: absolute;
    content: '';
    pointer-events: none;
    z-index: 2;
}

.slider-13 .slide-shape:before {
    top: 50px;
    right: 47px;
    bottom: 50px;
    left: 47px;
    border-top: 2px solid #2f2f2f;
    border-bottom: 2px solid #2f2f2f;
}

.slider-13 .slide-shape:after {
    top: 47px;
    right: 50px;
    bottom: 47px;
    left: 50px;
    border-right: 2px solid #2f2f2f;
    border-left: 2px solid #2f2f2f;
}

.slider-13 .slide-decor:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 86px;
    height: 5px;
    z-index: 3;
    background-image: url(/storage/ef6a117c-c5f2-4be7-9502-ad49d04a4513/up-decor.png);
    background-repeat: no-repeat;
}

.slider-13 .slide-decor:after {
    content: '';
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 86px;
    height: 5px;
    z-index: 3;
    background-image: url(../icons/up-decor.png);
    background-repeat: no-repeat;
}

.slider-13 .slide-container {
    width: auto;
    height: auto;
    background: none;
    transform: none;
    position: relative;
    z-index: 99;
    max-width: 590px;
    margin: 0 auto;
}

.slider-13 .owl-controls .owl-dots {
    bottom: 15px;
}

.slider-13 .entry .entry-date a {
    display: block;
    margin-bottom: 10px;
}

.slider-13 .entry .entry-title h3 {
    font-size: 26px;
    line-height: 37px;
    margin-bottom: 10px;
}

.slider-13 .entry .entry-meta {
    margin-bottom: 0;
}

/*  [OWL CAROUSEL] */
.slider-1 .slide .slide-container,
.slider-3 .slide .slide-container,
.slider-11 .slide .slide-container {
    -webkit-transform: translateX(-55px);
    transform: translateX(-55px);
}

.slider-5 .slide .slide-container,
.slider-7 .slide .slide-container,
.slider-9 .slide .slide-container {
    -webkit-transform: translateX(55px);
    transform: translateX(55px);
}

/* Revoultion slide Arrows */
.hades.tparrows {
    background: #222;
    width: 50px;
    height: 50px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hades.tparrows:hover {
    background-color: var(--main);
}

.hades.tparrows:before {
    display: block;
    text-align: center;
}

.hades.tparrows.tp-leftarrow:before,
.hades.tparrows.tp-rightarrow:before {
    content: "\e900";
    font-family: 'celia' !important;
    top: 20px;
    left: 20px;
    font-size: 10px;
    position: absolute;
    color: #fff;
    line-height: 1;
}

.hades.tparrows.tp-rightarrow:before {
    content: "\e903";
}

.hades.tparrows:hover:before {
    background-color: transparent;
}

.rev_slider,
.rev_slider ul,
.rev_slider ul li {
    overflow: visible !important;
}

/* bullets style */
.hades .tp-bullet {
    width: 10px !important;
    height: 10px !important;
}

.hades .tp-bullet {
    box-shadow: none;
}

.hades .tp-bullet:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    background-color: transparent;
    border: 2px solid #4e4e4e;
    border-radius: 50%;
}

.hades .tp-bullet,
.hades .tp-bullet:hover,
.hades .tp-bullet.selected {
    background-color: transparent;
    border: none;
}

.hades .tp-bullet:hover,
.hades .tp-bullet.selected {
    outline: 2px solid #222222 !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .slider {
        height: auto;
    }

    .hades.tparrows {
        display: none;
    }

    .slider .carousel-navs .owl-nav .owl-next {
        right: 0;
    }

    .slider-1 .slide .slide-container,
    .slider-3 .slide .slide-container,
    .slider-5 .slide .slide-container,
    .slider-7 .slide .slide-container,
    .slider-9 .slide .slide-container,
    .slider-11 .slide .slide-container {
        -webkit-transform: translateX(10px);
        -moz-transform: translateX(10px);
        transform: translateX(10px);
    }

    .slider-13 .slide {
        position: relative;
        padding-top: 150px;
        padding-bottom: 150px;
        height: auto;
    }

    .slider-13 .slide-container {
        width: 100%;
        max-width: 450px;
    }

    .slider-13 .slide-content {
        padding: 40px;
    }

    .slider-13 .entry .entry-title h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .slider-13 .slide-shape:after {
        top: 20px;
        right: 15px;
        bottom: 20px;
        left: 15px;
        border-right: 2px solid #2f2f2f;
        border-left: 2px solid #2f2f2f;
    }

    .slider-13 .slide-shape:before {
        top: 25px;
        right: 10px;
        bottom: 25px;
        left: 10px;
        border-top: 2px solid #2f2f2f;
        border-bottom: 2px solid #2f2f2f;
    }

    .slider-13 .carousel-navs .owl-dots {
        bottom: 60px;
    }

    .slider-6 .slide-container {
        width: 450px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {

    .slider .slide--bio {
        width: 320px;
        white-space: normal;
    }

    .slider-6 .slide-container {
        width: 320px;
    }

    .slider-13 .slide-content {
        padding: 20px;
    }

    .slider-13 .slide-container {
        max-width: 300px;
    }

    .slider-13 .entry .entry-title h3 {
        font-size: 18px;
        line-height: 30px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .slider {
        height: auto;
    }
}

/* Medium Devices */
@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .slider {
        height: auto;
    }
}

/*------------------------------------*\
    #SHORTCODE-SECTION
\*------------------------------------*/
/* About #1 */
.about-1 .about-heading {
    position: relative;
    min-height: 449px;
}

.about-1 .about-text {
    z-index: 3;
    position: relative;
}

.about-1 .about-subheadline {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 2px;
    color: #616161;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
}

.about-1 .about-subheadline:before {
    position: absolute;
    content: "";
    width: 46px;
    height: 2px;
    background-color: var(--main);
    left: -19px;
    bottom: 0;
}

.about-1 .about-subheadline:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background-color: #282828;
    left: 29px;
    bottom: 0;
}

.about-1 .about-headline h3 {
    font-size: 45px;
    font-weight: 600;
    line-height: 62px;
}

.about-1 .about-bio {
    width: 550px;
    padding: 49px 76px 0 128px;
    color: #6C757D;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    line-height: 27px;
    text-align: right;
}

.about-1 .about-img {
    position: absolute;
    top: 0;
    right: 0;
}

.about-1 .about-content {
    padding-top: 90px;
}

.about-1 .about-content p {
    color: #6C757D;
    font-size: 14px;
    font-style: italic;
    line-height: 23px;
    margin-bottom: 27px;
}

/* About #2 */
.about-2 {
    padding-top: 0;
    padding-bottom: 50px;
}

.about-2 .heading-4 h2 {
    white-space: nowrap;
}

.about-2 .heading-4 p {
    margin-bottom: 17px;
}

.about-2 .about-text {
    overflow: visible;
    padding: 100px 50px 0 80px;
    z-index: 3;
    background-color: #f9f9f9;
}

.about-2 .carousel-navs .owl-nav [class*=owl-] {
    top: 100%;
    margin-top: -50px;
}

.about-2 .carousel-navs .owl-nav .owl-next {
    right: auto;
    left: 0;
}

.about-2 .carousel-navs .owl-nav .owl-prev {
    left: -50px;
    margin-top: 0;
}

/* About #3 */
.about-3 .about-content {
    padding-top: 0;
}

.about-3 .about-bio {
    width: 100%;
    padding: 0;
}

/* About #4 */
.about-4 {
    padding-bottom: 50px;
}

.about-4 .carousel-navs .owl-nav [class*=owl-] {
    top: 100%;
    margin: -80px 0 0 0;
}

.about-4 .carousel-navs .owl-nav .owl-next {
    left: 80px;
}

.about-4 .carousel-navs .owl-nav .owl-prev {
    left: 30px;
}

.about-4 .owl-nav .owl-prev:after {
    position: absolute;
    top: 50%;
    right: -1px;
    margin-top: -5px;
    content: "";
    width: 2px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.2);
}

.about-4 .about-icon {
    position: absolute;
    left: 15px;
    top: 0;
}

.about-4 .about-icon:before,
.about-4 .about-icon:after {
    position: absolute;
    top: 0;
    content: "";
    background-color: var(--main);
}

.about-4 .about-icon:before {
    width: 30px;
    height: 3px;
    left: 0;
}

.about-4 .about-icon:after {
    width: 3px;
    height: 10px;
    left: 0;
}

.about-4 .about-icon h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding-top: 22px;
    padding-left: 11px;
    position: relative;
}

.about-4 .about-icon h6:before {
    position: absolute;
    top: 0;
    left: 33px;
    width: 3px;
    height: 3px;
    background-color: #222222;
    content: "";
}

.about-4 .about-content {
    padding-left: 100px;
}

.about-4 .about-content p {
    margin-bottom: 10px;
    font-size: 14px;
    font-style: italic;
    line-height: 23px;
}

.about-4 .about-content a {
    color: #333333;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    text-transform: capitalize;
}

.about-4 .about-content a:hover {
    color: var(--main);
}

.about-4 .about-content a i {
    margin-right: 7px;
}

.about-4 .about-panel {
    margin-bottom: 48px;
}

/* About #5 */
.about-5 .subheading:before {
    display: none;
}

.about-5 .col-img {
    height: 673px;
}

.about-5 .col-content {
    padding: 100px 100px 80px 100px;
}

.about-5 .col-content .heading-2 h2 {
    margin-bottom: 30px;
}

.about-5 .col-content p {
    color: #616161;
    font-size: 14px;
    font-style: italic;
    line-height: 23px;
    margin-bottom: 18px;
}

.about-5 .col-content p:last-of-type {
    margin-bottom: 0;
}

.about-5 .about-more a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.about-5 .about-more a i {
    margin-right: 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.about-5 .about-more a span {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

.about-5 .about-more.active a span,
.about-5 .about-panel:hover .about-more a span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .about-panel {
        margin-bottom: 30px !important;
    }

    .about .owl-carousel .owl-item img {
        max-width: 100%;
    }

    .about-1 .about-content {
        padding-top: 40px;
    }

    .about-1 .about-bio {
        width: 100%;
        padding: 0 25px 0 0;
        text-align: left;
    }

    .about-1 .about-img {
        position: relative;
        margin: 30px auto 0 auto;
    }

    .about-1 .about-img img {
        max-width: 100%;
        width: 90%;
        margin: auto;
        display: block;
    }

    .about-2 .about-text {
        overflow: visible;
        padding: 100px 50px 0 26px;
        z-index: 3;
    }

    .about-2 .heading-4 h2 {
        white-space: normal;
    }

    .about-2 .carousel-navs .owl-nav .owl-next {
        right: 50%;
        margin-right: -50px;
        margin-top: 0;
        left: auto;
    }

    .about-2 .carousel-navs .owl-nav .owl-prev {
        left: 50%;
        margin-left: -50px;
    }

    .about-2 .heading {
        margin-bottom: 30px;
    }

    .about-4 .carousel-navs .owl-nav [class*=owl-] {
        margin: 0;
    }

    .about-4 .carousel-navs .owl-nav .owl-prev {
        left: 50%;
        margin-left: -50px;
    }

    .about-4 .carousel-navs .owl-nav .owl-next {
        left: auto;
        right: 50%;
        margin-right: -50px;
    }

    .about-5 .container {
        margin: auto !important;
    }

    .about-5 .col-content {
        padding: 40px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .about-1 .about-bio {
        text-align: left;
        padding: 0;
    }

    .about-1 .about-img {
        position: relative;
        margin: 30px auto 0 auto;
    }

    .about-2 .carousel-navs .owl-nav .owl-next {
        right: 50%;
        margin-right: -50px;
        margin-top: 0;
        left: auto;
    }

    .about-2 .carousel-navs .owl-nav .owl-prev {
        left: 50%;
        margin-left: -50px;
    }

    .about-2 .heading {
        margin-bottom: 40px;
    }

    .about-3 .about-img img {
        width: 100%;
    }

    .about-4 .owl-carousel .owl-item img {
        display: block;
        margin: auto;
    }

    .about-4 .carousel-navs .owl-nav [class*=owl-] {
        margin: 0;
    }

    .about-4 .carousel-navs .owl-nav .owl-prev {
        left: 50%;
        margin-left: -50px;
    }

    .about-4 .carousel-navs .owl-nav .owl-next {
        left: auto;
        right: 50%;
        margin-right: -50px;
    }

    .about-5 .container {
        margin: auto !important;
    }

    .about-5 .col-content {
        padding: 70px 50px 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .about-2 .about-text {
        padding: 50px 40px 0;
    }

    .about-2 .owl-carousel .owl-item img {
        margin: auto;
    }

    .about-4 .about-content {
        padding-left: 80px;
    }

    .about-4 .about-content p {
        font-size: 13px;
    }

    .about-5 .col-content {
        padding: 70px 50px 50px;
    }
}

/*------------------------------------*\
    #TEAM-SECTION
\*------------------------------------*/
.team .team-panel {
    margin-top: 60px;
}

.team .team-panel h3 {
    color: #282828;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.team .team-panel p {
    color: #6C757D;
    font-family: 'Droid Serif', serif;
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    text-align: center;
    margin-bottom: 0;
}

.team .team-img {
    position: relative;
}

.team-img img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    max-width: 100%;
}

.team .team-overlay a {
    background-color: #222;
    font-weight: 700;
    line-height: 25px;
    padding: 0 5px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.team .team-overlay a:last-child {
    margin-right: 0;
}

.team .team-overlay a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    background-color: var(--main);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.team .team-overlay a:hover:before {
    width: 100%;
}

/* Team #1 */
.team-1 .team-img {
    padding: 30px;
    margin-bottom: 30px;
}

.team-1 .team-img:before,
.team-1 .team-img:after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.team-1 .team-img:before {
    top: 3px;
    right: 0;
    bottom: 3px;
    left: 0;
    border-top: 2px solid #2f2f2f;
    border-bottom: 2px solid #2f2f2f;
}

.team-1 .team-img:after {
    top: 0;
    right: 3px;
    bottom: 0;
    left: 3px;
    border-right: 2px solid #2f2f2f;
    border-left: 2px solid #2f2f2f;
}

.team-1 .team-overlay {
    position: absolute;
    top: 30px;
    left: 20px;
    right: 20px;
    margin-right: auto;
    margin-left: auto;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.team-1 .team-panel .team-content {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-1 .team-panel:hover .team-content {
    transform: translateY(30px);
}

.team-1 .team-panel:hover .team-img img {
    transform: translateY(55px);
}

.team-1 .team-panel:hover .team-overlay {
    opacity: 1;
}

/* Team #2 */
.team-2 .team-panel {
    background-color: #ffffff;
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
}

.team-2 .team-panel .team-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.team-2 .team-img {
    overflow: hidden;
}

.team-2 .team-overlay {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    bottom: 10px;
    left: 10px;
    right: 10px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
    text-align: center;
}

.team-2 .team-panel:hover .team-overlay {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

/* Team #3 */
.team-2 .team-panel {
    background-color: #ffffff;
}

.team-3 .team-panel .team-content {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ffffff;
    border-bottom: 2px solid #282828;
    margin-top: -115px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-3 .team-img {
    overflow: hidden;
    z-index: 3;
}

.team-3 .team-overlay {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: translateY(80px);
}

.team-3 .team-panel:hover .team-overlay,
.team-3 .team-panel.active .team-overlay {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.team-3 .team-panel:hover .team-content,
.team-3 .team-panel.active .team-content {
    margin-top: 0;
}

/* Team #4 */
.team-4 {
    text-align: left;
}

.team-4 .team-overlay {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 30px 0 30px 30px;
    text-align: left;
    width: auto;
    left: 10px;
    right: 10px;
    transform: translateY(150px);
}

.team-4 .team-overlay h3 {
    font-size: 16px;
}

.team-4 .team-overlay h3,
.team-4 .team-overlay p {
    text-align: left;
}

/* Team #6 */
.team-6 .team-panel {
    box-shadow: none;
}

.team-6 .team-overlay {
    background-color: transparent;
    top: 30px;
    right: 30px;
    left: auto;
    bottom: auto;
    transform: translateY(-80px);
    padding: 0;
}

.team-6 .team-overlay a {
    padding: 0;
    width: 25px;
    height: 25px;
    text-align: center;
}

.team-6 .team-content {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 30px 0 30px 30px;
    text-align: left;
    width: auto;
    left: 30px;
    right: 30px;
    bottom: 30px;
    transform: translateY(150px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-6 .team-content h3,
.team-6 .team-content p {
    text-align: left;
}

.team-6 .team-panel:hover .team-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .team .team-panel {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }

    .team-2 .team-overlay {
        padding: 10px 0;
    }

    .team-1 .team-overlay a,
    .team-2 .team-overlay a {
        margin-right: 6px;
        margin-bottom: 3px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 450px) {

    .team-1 .team-panel:hover .team-img img {
        transform: translateY(60px);
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .team .team-panel {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }

    .team .team-panel h3 {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .team-1 .team-overlay,
    .team-2 .team-overlay {
        right: 0;
        left: 0;
    }

    .team .team-overlay a {
        font-size: 10px;
        margin-right: 3px;
        margin-bottom: 5px;
    }

    .team-1 .team-panel:hover .team-img img {
        transform: translateY(60px);
    }

    .team-6 .team-panel .team-content {
        left: 10px;
        right: 10px;
        padding: 20px 10px;
    }

    .team-6 .team-panel h3 {
        font-size: 14px;
    }

    .team-6 .team-content h3,
    .team-6 .team-content p {
        text-align: center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .team .team-panel h3 {
        font-size: 15px;
    }

    .team-img img {
        width: 100%;
    }

    .team-2 .team-overlay {
        padding: 10px 0;
    }

    .team-1 .team-overlay,
    .team-2 .team-overlay {
        right: 0;
        left: 0;
    }

    .team-4 .team-overlay {
        padding: 20px 0 20px 10px;
    }

    .team .team-overlay a {
        font-size: 10px;
        margin-right: 3px;
    }
}

/*------------------------------------*\
    #TESTIMONIAL-SECTION
\*------------------------------------*/
.testimonial-panel {
    text-align: center;
}

.testimonial-panel .testimonial-content {
    margin-bottom: 40px;
}

.testimonial-panel .testimonial-content .quote {
    color: #252525;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 39px;
}

.testimonial-panel .testimonial-content p {
    color: #616161;
    font-family: 'Droid Serif', serif;
    font-size: 19px;
    font-style: italic;
    line-height: 29px;
    margin-bottom: 0;
}

.testimonial-panel .author-avatar,
.testimonial-1 .author-avatar {
    margin-bottom: 20px;
}

.testimonial-panel .author-name,
.testimonial-1 .author-name {
    color: #282828;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
    font-style: normal;
}

.testimonial-panel .author-job,
.testimonial-1 .author-job {
    color: #6C757D;
    font-family: 'Droid Serif', serif;
    font-size: 11px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
}

.testimonial .testimonial-meta {
    text-align: center;
    display: inline-block;
}

.testimonial .testimonial-meta .author-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}

.testimonial .testimonial-meta .author-avatar img {
    width: 100%;
}

/* Testimonial #1 */
.testimonial-1 .carousel-navs .owl-nav [class*=owl-] {
    top: 70%;
    border-radius: 50%;
    background-color: rgba(34, 34, 34, 0.7);
}

.testimonial-1 .carousel-navs .owl-nav [class*=owl-]:hover {
    background-color: #222222;
}

.testimonial-1 .carousel-navs .owl-nav .owl-prev {
    left: 50%;
    margin-left: -150px;
}

.testimonial-1 .carousel-navs .owl-nav .owl-next {
    right: 50%;
    margin-right: -150px;
}

/* Testimonial #3 */
.testimonial-3 {
    padding-top: 205px;
    padding-bottom: 207px;
}

.testimonial-3 .carousel-navs .owl-nav [class*=owl-] {
    top: -100px;
    margin: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.testimonial-3 .carousel-navs .owl-nav .owl-next {
    right: 50%;
    margin-right: -25px;
}

.testimonial-3 .carousel-navs .owl-nav .owl-prev {
    left: 50%;
    margin-left: -25px;
    top: auto;
    bottom: -106px;
}

/* Testimonial #5 */
.testimonial-5 .testimonial-panel {
    padding-top: 60px;
    padding-bottom: 60px;
}

.testimonial-5 .carousel-navs .owl-nav [class*=owl-],
.testimonial-5 .carousel-navs .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

/* Testimonial #6 */
.testimonial-6 .author-avatar {
    width: 70px;
    height: 70px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 50px;
}

.testimonial-6 .testimonial-content {
    position: relative;
}

.testimonial-6 .testimonial-content:after {
    position: absolute;
    top: -54px;
    left: 50%;
    margin-left: -7px;
    content: "\f10d";
    color: #252525;
    font-family: fontawesome;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 480px) {

    .testimonial-panel .testimonial-content p {
        font-size: 17px;
    }
}

/*------------------------------------*\
    #Services
\*------------------------------------*/
.service .service-panel {
    position: relative;
}

.service .service-panel .service-icon {
    color: #282828;
    font-size: 32px;
    transition: .3s ease;
}

.service .service-panel h3 {
    color: #282828;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 14px;
}

.service .service-panel h3:before {
    position: absolute;
    content: "";
    width: 46px;
    height: 2px;
    background-color: var(--main);
    left: -10px;
    bottom: 0;
}

.service .service-panel h3:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background-color: #282828;
    left: 39px;
    bottom: 0;
}

.service .service-panel p {
    color: #6C757D;
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 10px;
}

.service .service-panel .service-more {
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 40px;
    text-transform: capitalize;
    padding: 0;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service .service-panel .service-more i {
    margin-right: 9px;
    display: inline-block;
}

.service .service-panel .service-more span {
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
}

.service .service-panel:hover .service-more span,
.service .service-panel .service-more.active span {
    transform: translateX(0);
    opacity: 1;
}

.service .service-panel .service-more:hover {
    color: var(--main);
}

/* Service #1 */
.service-1 .service-panel .service-icon {
    position: absolute;
    top: 0;
    left: 19px;
}

.service-1 .service-panel .service-content {
    padding-left: 100px;
}

/* Service #2 */
.service-2 {
    padding-bottom: 50px;
}

.service-2 .service-panel p {
    margin-bottom: 50px;
}

.service-2 .service-carousel {
    position: relative;
}

.service-2 .carousel-navs .owl-nav [class*=owl-] {
    top: -98px;
}

.service-2 .carousel-navs .owl-nav .owl-prev {
    right: 50px;
    left: auto;
}

.service-2 .carousel-navs .owl-nav .owl-prev:after {
    content: "";
    position: absolute;
    top: 20px;
    right: -1px;
    width: 2px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.2);
}

/* Service #3 */
.service-3 .service-panel {
    text-align: center;
}

.service-3 .service-panel .service-icon {
    margin-bottom: 20px;
}

.service-3 .service-panel h3 {
    padding-bottom: 0;
    margin-bottom: 0;
    transition: .3s ease;
}

.service-3 .service-panel h3:before,
.service-3 .service-panel h3:after {
    display: none;
}

.service-3 .nav-tabs {
    text-align: center;
    border-bottom: none;
}

.service-3 .nav-tabs > li {
    float: none;
    display: inline-block;
    text-align: center;
}

.service-3 .nav-tabs > li {
    margin-right: 80px;
}

.service-3 .nav-tabs > li:last-child {
    margin-right: 0;
}

.service-3 .nav-tabs > li > a {
    border: none;
    border-radius: 0;
    padding: 0;
    transition: .3s ease;
}

.service-3 .nav-tabs > li > a,
.service-3 .nav-tabs > li > a:focus,
.service-3 .nav-tabs > li > a:hover {
    background-color: transparent;
    border: none;
}

.service-3 .nav-tabs > li > a.active,
.service-3 .nav-tabs > li > a.active:focus,
.service-3 .nav-tabs > li > a.active:hover {
    background-color: transparent;
    color: var(--main);
    border: none;
}

.service-3 .nav-tabs > li > a.active .service-icon,
.service-3 .nav-tabs > li > a.active h3,
.service-3 .nav-tabs > li > a:hover .service-icon,
.service-3 .nav-tabs > li > a:hover h3 {
    color: var(--main);
}

.service-3 .tab-content {
    padding-top: 35px;
}

.service-3 .tab-content .head {
    color: #616161;
    font-family: 'Droid Serif', serif;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    line-height: 27px;
    text-align: right;
}

.service-3 .tab-content p {
    color: #6C757D;
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    font-style: italic;
    line-height: 23px;
    margin-bottom: 24px;
}

.service-3 .tab-content p:last-child {
    margin-bottom: 0;
}

/* Service #4 */
.service-4 {
    padding-bottom: 65px;
}

.service-4 .service-panel .service-icon {
    position: absolute;
    left: 0;
}

.service-4 .service-panel .service-content {
    padding-left: 81px;
}

.service-4 .service-panel {
    margin-bottom: 35px;
}

.service-4 .service-panel p {
    margin-bottom: 0;
}

/* Service #5 */
.service-5 .service-panel {
    text-align: center;
}

.service-5 .service-panel h3:before,
.service-5 .service-panel h3:after,
.service-5 .service-panel .service-more:before {
    display: none;
}

.service-5 .service-panel p {
    margin-bottom: 0;
}

.service-5 .service-panel .service-icon {
    font-size: 64px;
}

.service-5 .service-panel .service-more {
    border: none;
    width: auto;
    transition: 0.3s ease-in-out;
    padding: 0;
    font-weight: 800;
}

.service-5 .service-panel:hover .service-more {
    color: var(--main);
}

.service-5 .owl-dots {
    margin-top: 26px;
}

/* Service #6 */
.service-6 .service-panel .service-content {
    padding-left: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .service-2 .carousel-navs .owl-nav [class*=owl-] {
        top: 100%;
        text-align: center;
    }

    .service-2 .carousel-navs .owl-nav .owl-next {
        right: 50%;
        margin-right: -50px;
    }

    .service-2 .carousel-navs .owl-nav .owl-prev {
        left: 50%;
        right: auto;
        margin-left: -50px;
    }

    .service-3 .nav-tabs > li,
    .service-3 .nav-tabs > li:last-child {
        margin: 0 10px 15px;
    }

    .service-3 .tab-content {
        padding-top: 20px;
    }

    .service-3 .tab-content .head {
        text-align: left;
        margin-bottom: 15px;
    }

    .service-3 .service-panel .service-icon {
        margin-bottom: 0;
    }

    .service-3 .service-panel h3 {
        font-size: 15px;
    }

    .service-3 .service-panel .service-icon {
        font-size: 25px;
        margin-bottom: 0;
    }

    .service-4 .service-img {
        margin-bottom: 30px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .service .service-panel h3 {
        font-size: 13px;
    }

    .service-2 .heading p {
        padding-right: 100px;
    }

    .service-3 .nav-tabs > li {
        margin-right: 30px;
    }

    .service-3 .tab-content .head {
        text-align: left;
        margin-bottom: 15px;
    }

    .service-3 .service-panel .service-icon {
        margin-bottom: 0;
    }

    .service-4 .service-img {
        margin-bottom: 30px;
    }

    .service-4 .service-img img {
        display: block;
        margin: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {

    .service-3 .nav-tabs > li {
        margin-right: 69px;
    }

    .service-4 .service-img img {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .service-3 .nav-tabs > li {
        margin-right: 35px;
    }

    .service-3 .service-panel h3 {
        font-size: 17px;
    }

    .service-3 .service-panel .service-icon {
        margin-bottom: 10px;
    }

    .service-4 .service-img {
        margin-bottom: 30px;
    }
}

/*------------------------------------*\
    #Portfolio
\*------------------------------------*/
.portfolio {
    overflow: visible;
}

.portfolio .portfolio-filter ul {
    margin-bottom: 0;
    line-height: 1;
}

.portfolio .portfolio-filter ul li {
    padding-right: 0;
    padding-left: 0;
    line-height: 1;
}

.portfolio .portfolio-filter {
    margin-bottom: 40px;
}

.portfolio .portfolio-filter a {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    margin-right: 40px;
    padding-bottom: 10px;
    display: block;
    position: relative;
}

.portfolio .portfolio-filter a span {
    color: #616161;
    font-family: 'Droid Serif', serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: -10px;
    right: -15px;
}

.portfolio .portfolio-filter a.active-filter,
.portfolio .portfolio-filter a:hover {
    color: var(--main);
}

.portfolio .portfolio-filter a.active-filter:before,
.portfolio .portfolio-filter a:hover:before {
    content: "";
    height: 4px;
    width: 2px;
    position: absolute;
    display: inline-block;
    background-color: var(--main);
    bottom: -2px;
    left: 0;
}

.portfolio .portfolio-filter a.active-filter:after,
.portfolio .portfolio-filter a:hover:after {
    content: "";
    height: 2px;
    width: 22px;
    position: absolute;
    display: inline-block;
    background-color: var(--main);
    bottom: 0;
    left: 0;
}

.portfolio .portfolio-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.portfolio .portfolio-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.portfolio .portfolio-hover {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 42px;
    opacity: 0;
    background-image: url(../icons/up-decor.png);
    background-position: center 32px;
    background-repeat: no-repeat;
}

.portfolio .portfolio-hover-content {
    background-color: rgba(34, 34, 34, 0.95);
    width: 100%;
    height: 100%;
    position: relative;
    padding: 17px;
}

.portfolio .portfolio-hover:before,
.portfolio .portfolio-hover:after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.portfolio .portfolio-hover:before {
    top: 30px;
    right: 27px;
    bottom: 30px;
    left: 27px;
    border-top: 2px solid #2f2f2f;
    border-bottom: 2px solid #2f2f2f;
}

.portfolio .portfolio-hover:after {
    top: 27px;
    right: 30px;
    bottom: 27px;
    left: 30px;
    border-right: 2px solid #2f2f2f;
    border-left: 2px solid #2f2f2f;
}

.portfolio .portfolio-cat {
    color: #6C757D;
    font-family: 'Droid Serif', serif;
    font-size: 11px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    position: relative;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.portfolio .portfolio-title h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.portfolio .portfolio-title h4 a {
    color: white;
}

.portfolio .portfolio-cat a {
    color: #6C757D;
}

.portfolio .portfolio-title h4 a:hover,
.portfolio .portfolio-cat a:hover {
    color: var(--main);
}

.portfolio .portfolio-hover .portfolio-zoom {
    position: absolute;
    bottom: 13px;
    right: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.portfolio .portfolio-hover .portfolio-zoom .zoom i {
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}

.portfolio .zoom:hover i {
    color: var(--main) !important;
}

.portfolio.grid-spaced.portfolio-1col .portfolio-hover .portfolio-zoom {
    right: auto;
    left: 20px;
}

/* Portfolio Hover Effect */
.portfolio .portfolio-item:hover .portfolio-hover {
    opacity: 1;
}

.portfolio-more {
    margin-top: 20px;
    text-align: center;
}

.portfolio-more a {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    text-align: center;
    position: relative;
    padding-bottom: 4px;
}

.portfolio-more a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #333;
}

.portfolio-more a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: var(--main);
    z-index: 2;
    transition: .3s ease;
}

.portfolio-more a:hover:before {
    width: 100%;
}

.portfolio-more a:hover {
    color: var(--main);
}

/* Portfolio Mansory */
.portfolio-masonry .row {
    margin-right: 0;
    margin-left: 0;
}

.portfolio-masonry .portfolio-item {
    padding-right: 0;
    padding-left: 0;
}

.portfolio-masonry .portfolio-more {
    margin-top: 50px;
}

.masonry-spaced .portfolio-item {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}

.masonry-spaced .portfolio-more {
    margin-top: 26px;
}

.portfolio-masonry.portfolio-2col .portfolio-item {
    width: 50%;
}

.portfolio-masonry .portfolio-item.item-full {
    width: 100%;
}

/* Portfolio Vintage */
.portfolio-vintage .portfolio-item-box {
    position: relative;
}

.portfolio-vintage .portfolio-item-box {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    padding-top: 30px;
    padding-right: 30px;
    position: relative;
    background-image: url(../icons/up-decor.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.portfolio-vintage .portfolio-item-box:before,
.portfolio-vintage .portfolio-item-box:after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.portfolio-vintage .portfolio-item-box:before {
    top: 0;
    right: 0;
    bottom: 30px;
    left: 30px;
    border-top: 2px solid #2f2f2f;
    border-bottom: 2px solid #2f2f2f;
}

.portfolio-vintage .portfolio-item-box:after {
    top: -3px;
    right: 3px;
    bottom: 27px;
    left: 33px;
    border-right: 2px solid #2f2f2f;
    border-left: 2px solid #2f2f2f;
}

.portfolio-vintage .portfolio-item .portfolio-img {
    z-index: 1;
}

.portfolio-vintage .portfolio-more {
    margin-top: 0;
}

.portfolio-vintage .portfolio-hover {
    padding: 0;
    background-image: none;
}

.portfolio-vintage .portfolio-hover:before,
.portfolio-vintage .portfolio-hover:after {
    display: none;
}

.portfolio-vintage .portfolio-hover-content {
    padding: 30px;
}

.portfolio-zoom-border {
    font-size: 14px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
}

.portfolio-zoom-border a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #ffffff;
}

.portfolio-zoom-border:before {
    content: '';
    position: absolute;
    bottom: -9px;
    right: -2px;
    width: 2px;
    height: 9px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.portfolio-zoom-border:after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: -9px;
    width: 9px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.portfolio-zoom-border:hover {
    border-color: var(--main);
}

.portfolio-zoom-border:hover i {
    color: var(--main);
}

.portfolio-zoom-border:hover:before,
.portfolio-zoom-border:hover:after {
    background-color: var(--main);
}

/* Portfolio Grid */
.portfolio-grid .row {
    margin-right: 0;
    margin-left: 0;
}

.portfolio-grid .portfolio-item {
    padding-right: 0;
    padding-left: 0;
}

.portfolio-grid .portfolio-more {
    margin-top: 50px;
}

.grid-spaced .portfolio-item {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}

.grid-spaced .portfolio-more {
    margin-top: 30px;
}

/* Portfolio Parallax */
.portfolio-parallax .portfolio-item .portfolio-img {
    height: 673px;
    background-attachment: fixed;
}

/* Portfolio Creative */
.portfolio-creative .portfolio-item {
    margin-bottom: 110px;
}

.portfolio-creative .portfolio-item:last-of-type {
    margin-bottom: 50px;
}

.portfolio-creative .portfolio-img {
    background-image: url(/storage/ebc245f5-5500-433f-8b9f-2cc8fc17e07e/up-decor.jpg);
    background-position: top 5px center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    overflow: visible;
    margin-right: -10px;
}

.portfolio-creative .portfolio-img:before,
.portfolio-creative .portfolio-img:after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.portfolio-creative .portfolio-img:before {
    top: 3px;
    right: 0;
    bottom: 3px;
    left: 0;
    border-top: 2px solid #2f2f2f;
    border-bottom: 2px solid #2f2f2f;
}

.portfolio-creative .portfolio-img:after {
    top: 0;
    right: 3px;
    bottom: 0;
    left: 3px;
    border-right: 2px solid #2f2f2f;
    border-left: 2px solid #2f2f2f;
}

.portfolio-creative .portfolio-img img {
    z-index: 10;
    position: relative;
    transform: translate(-25px, 25px);
    max-width: 324px;
}

.portfolio-creative .portfolio-cat {
    color: #6C757D;
    font-family: 'Droid Serif', serif;
    font-size: 11px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    margin-bottom: 17px;
    text-align: center;
}

.portfolio-creative .portfolio-title h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0;
}

.portfolio-creative .portfolio-title h4 a {
    color: #282828;
}

.portfolio-creative .portfolio-title h4 a:hover {
    color: var(--main);
}

.portfolio-creative .portoflio-bio {
    padding-left: 100px;
    padding-top: 20px;
    color: #6C757D;
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    font-style: italic;
    line-height: 23px;
    max-width: 340px;
}

.portfolio-creative .portfolio-cat {
    text-align: left;
    padding-left: 100px;
}

.portfolio-creative .portfolio-item-left .portfolio-cat {
    padding-left: 135px;
}

.portfolio-creative .portoflio-bio .btn {
    width: 170px;
    margin-top: 22px;
}

.portfolio-creative .portfolio-item-left .portfolio-img img {
    transform: translate(25px, 25px);
}

.portfolio-creative .portfolio-item .portfolio-content {
    position: absolute;
    top: 100px;
    left: -15px;
    z-index: 10;
    width: 50%;
}

.portfolio-creative .portfolio-item-left h4 {
    position: relative;
}

.portfolio-creative .portfolio-item-left .portfolio-content {
    left: 50%;
}

.portfolio-creative .portfolio-item-left:last-of-type {
    margin-bottom: 70px;
}

.portfolio-creative .portfolio-item-left .portoflio-cat,
.portfolio-creative .portfolio-item-left .portoflio-bio {
    padding-left: 135px;
}

.portfolio-creative .portfolio-item-left .portoflio-bio {
    max-width: 370px;
}

.portfolio-creative-2 .portfolio-item .portfolio-content {
    top: 36px;
}

.portfolio-creative-2 .portfolio-item-left .portfolio-content {
    top: auto;
    bottom: -25px;
}

.portfolio-creative-2 .portfolio-item-left {
    margin-top: -220px;
    margin-bottom: 145px;
}

.portfolio-creative-2 .portfolio-item-left .portfolio-img {
    max-width: 500px;
}

.portfolio-creative-2 .portfolio-item-left:last-of-type {
    margin-bottom: 100px;
}

.portfolio-creative-2 .portfolio-item-left .portfolio-cat,
.portfolio-creative-2 .portfolio-item-left .portoflio-bio {
    padding-left: 105px;
}

/* Portfolio Classic */
.portfolio-classic .portfolio-hover {
    padding: 0;
    background-image: none;
}

.portfolio-classic .portfolio-hover .portfolio-zoom {
    display: block;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.portfolio-classic .portfolio-hover:before,
.portfolio-classic .portfolio-hover:after {
    display: none;
}

.portfolio-classic .portfolio-item .portfolio-item-content {
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.12);
    background-color: #ffffff;
    margin-bottom: 30px;
}

.portfolio-classic .portfolio-item .portfolio-meta {
    text-align: center;
    padding: 39px 0;
}

.portfolio-classic .portfolio-item .portfolio-meta h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 14px;
}

.portfolio-classic .portfolio-item .portfolio-meta h4 a {
    color: #282828;
}

.portfolio-classic .portfolio-item .portfolio-meta .portfolio-cat {
    font-size: 11px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
}

.portfolio-classic .portfolio-item .portfolio-meta .portfolio-cat a {
    color: #6C757D;
}

.portfolio-classic .portfolio-item .portfolio-meta h4 a:hover,
.portfolio-classic .portfolio-item .portfolio-meta .portfolio-cat a:hover {
    color: var(--main);
}

/* Portfolio Compact */
.portfolio-compact .portfolio-hover {
    padding: 0;
    background-image: none;
}

.portfolio-compact .portfolio-hover:before,
.portfolio-compact .portfolio-hover:after {
    display: none;
}

.portfolio-compact .portfolio-hover-content {
    padding: 40px 50px 50px 50px;
}

.portfolio-compact .portfolio-hover .portfolio-zoom {
    right: auto;
    left: 49px;
    bottom: 44px;
}

.portfolio-compact .portfolio-more {
    margin-top: 50px;
}

/* Portfolio Horizontal */
.portfolio-horizontal .portfolio-item {
    padding-right: 0;
    padding-left: 0;
}

.portfolio-horizontal .portfolio-slide {
    padding-right: 15px;
    padding-left: 15px;
}

.portfolio-horizontal .portfolio-hover {
    text-align: center;
}

.portfolio-horizontal .owl-controls .owl-nav .owl-next {
    margin-bottom: 0px;
}

.portfolio-horizontal .owl-controls .owl-nav .owl-next:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    bottom: 0;
    left: 50%;
    margin-left: -4px;
}

.portfolio-horizontal .carousel-navs .owl-nav .owl-prev,
.portfolio-horizontal .carousel-navs .owl-nav .owl-next {
    right: -50px;
    left: auto;
    margin-top: -50px;
}

.portfolio-horizontal .carousel-navs .owl-nav .owl-prev:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 20px;
    width: 10px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.2);
}

.portfolio-horizontal .carousel-navs .owl-nav .owl-prev {
    margin-top: 0;
}

.portfolio-horizontal-1 .portfolio-hover .portfolio-zoom {
    position: static;
    margin-top: 36px;
}

.portfolio-horizontal-2 .portfolio-hover-content {
    background-color: transparent;
}

.portfolio-horizontal-2 .portfolio-hover {
    background-image: none;
}

.portfolio-horizontal-2 .portfolio-hover:after,
.portfolio-horizontal-2 .portfolio-hover:before {
    display: none;
}

.portfolio-horizontal-2 .portfolio-hover,
.portfolio-horizontal-2 .portfolio-hover-content {
    padding: 0;
}

.portfolio-horizontal-2 .portfolio-hover .portfolio-zoom {
    margin-top: 0;
    text-align: right;
}

.portfolio-horizontal-2 .portfolio-zoom-border {
    bottom: auto;
    top: 50px;
    right: 50px;
}

.portfolio-horizontal-2 .portfolio-img img {
    max-width: none;
}

.portfolio-horizontal-2 .portfolio-item {
    padding-right: 4px;
    padding-left: 4px;
}

/* Portfolio Single */
.portfolio-single .portfolio-cat {
    margin-bottom: 12px;
    color: #6C757D;
    font-family: 'Droid Serif', serif;
}

.portfolio-single .portfolio-cat a {
    color: #6C757D;
    font-family: 'Droid Serif', serif;
    font-size: 11px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
}

.portfolio-single .portfolio-cat a:hover {
    color: var(--main);
}

.portfolio-single .portfolio-title h2 {
    color: #222222;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 40px;
}

.portfolio-single .portfolio-title h2 a {
    color: #222222;
}

.portfolio-single .portfolio-title h2 a:hover {
    color: var(--main);
}

.portfolio-single .portfolio-single-slider {
    margin-bottom: 70px;
}

.portfolio-single .portfolio-single-slider .owl-controls {
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -29px;
}

.portfolio-single .portfolio-single-slider .owl-dots .owl-dot {
    margin-right: 5px;
    margin-left: 0;
}

.portfolio-single .portfolio-single-slider .owl-controls .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    line-height: 6px;
    border: 2px solid #4e4e4e;
    background-color: transparent;
    border-radius: 50%;
    margin: 4px;
}

.portfolio-single .portfolio-single-slider .owl-dots .owl-dot.active {
    outline: 2px solid #222 !important;
}

.portfolio-single p {
    color: #6C757D;
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
}

.portfolio-single .portfolio-meta {
    margin-bottom: 0;
}

.portfolio-single .portfolio-meta div {
    color: #6C757D;
    font-family: 'Droid Serif', serif;
    font-size: 13px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    margin-bottom: 20px;
}

.portfolio-single .portfolio-meta h5 {
    color: #282828;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 35px;
}

.portfolio-single .portfolio-meta li:last-child h5 {
    margin-bottom: 0;
}

.portfolio-single .portfolio-share {
    margin-top: 70px;
    margin-bottom: 100px;
    text-align: center;
}

.portfolio-single .portfolio-share h3,
.portfolio-single .portfolio-related h3 {
    color: #6C757D;
    font-family: 'Droid Serif', serif;
    font-size: 13px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    padding-top: 20px;
    position: relative;
    margin-bottom: 30px;
}

.portfolio-single .portfolio-share h3:before,
.portfolio-single .portfolio-related h3:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    background-color: #282828;
}

.portfolio-single .portfolio-share ul {
    margin-bottom: 0;
}

.portfolio-single .portfolio-share ul li {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}

.portfolio-single .portfolio-share ul li a {
    width: 80px;
    height: 30px;
    background-color: #222;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 30px;
    display: block;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
}

.portfolio-single .portfolio-share ul li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    background-color: var(--main);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.portfolio-single .portfolio-share ul li a:hover:before {
    width: 100%;
}

.portfolio-single .portfolio-share ul li:after {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #1b1a1a;
    position: absolute;
    top: 50%;
    right: -3px;
}

.portfolio-single .portfolio-share ul li:last-child:after {
    display: none;
}

.portfolio-single .portfolio-share ul li a:hover {
    background-color: var(--main);
}

.portfolio-single .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    text-align: center;
}

/* Portfolio Prev Next */
.portfolio-single .portfolio-prev-next {
    margin-bottom: 30px;
}

.portfolio-single .portfolio-prev-next img {
    max-width: 100%;
    height: auto;
}

.portfolio-single .portfolio-prev-next h6 {
    color: #333333;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0;
}

.portfolio-single .portfolio-prev-next .portfolio-link {
    font-family: 'Poppins', sans-serif;
    color: #222222;
    font-size: 18px;
    font-weight: 800;
    line-height: 27px;
}

.portfolio-single .portfolio-prev-next .portfolio-link:hover {
    color: var(--main);
}

.portfolio-single .portfolio-prev-next .portfolio-prev,
.portfolio-single .portfolio-prev-next .portfolio-next {
    position: relative;
}

.portfolio-single .portfolio-prev .portfolio-prev-icon {
    position: absolute;
    top: 30px;
    left: -40px;
    padding-top: 10px;
    padding-left: 10px;
}

.portfolio-single .portfolio-prev .portfolio-prev-icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #222;
    color: #ffffff;
    display: block;
}

.portfolio-single .portfolio-prev .portfolio-prev-icon:before,
.portfolio-single .portfolio-prev .portfolio-prev-icon:after {
    position: absolute;
    content: "";
    pointer-events: none;
    background-color: #1b1a1a;
}

.portfolio-single .portfolio-prev .portfolio-prev-icon:before {
    top: 0;
    left: -3px;
    width: 65px;
    height: 2px;
}

.portfolio-single .portfolio-prev .portfolio-prev-icon:after {
    top: -3px;
    left: 0;
    width: 2px;
    height: 65px;
}

.portfolio-single .portfolio-prev-next .portfolio-prev .portfolio-prev-content {
    position: absolute;
    top: 58px;
    left: 41px;
}

.portfolio-single .portfolio-next .portfolio-next-icon {
    position: absolute;
    top: 30px;
    right: -40px;
    padding-top: 10px;
    padding-right: 10px;
}

.portfolio-single .portfolio-next .portfolio-next-icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #222;
    color: #ffffff;
    display: block;
}

.portfolio-single .portfolio-next .portfolio-next-icon:before,
.portfolio-single .portfolio-next .portfolio-next-icon:after {
    position: absolute;
    content: "";
    pointer-events: none;
    background-color: #1b1a1a;
}

.portfolio-single .portfolio-next .portfolio-next-icon:before {
    top: 0;
    right: -3px;
    width: 65px;
    height: 2px;
}

.portfolio-single .portfolio-next .portfolio-next-icon:after {
    top: -3px;
    right: 0;
    width: 2px;
    height: 65px;
}

.portfolio-single .portfolio-prev-next .portfolio-next .portfolio-next-content {
    position: absolute;
    top: 58px;
    right: 41px;
    text-align: right;
}

.portfolio-single .portfolio-icon a,
.portfolio-single .portfolio-icon:before,
.portfolio-single .portfolio-icon:after {
    transition: all 0.35s;
}

.portfolio-single .portfolio-icon a:hover {
    background-color: var(--main);
}

.portfolio-single .portfolio-icon:hover:before,
.portfolio-single .portfolio-icon:hover:after {
    background-color: var(--main);
}

.portfolio-single .portfolio-prev-next.portfolio-prev-next-short {
    background-color: #f9f9f9;
    margin-bottom: 70px;
    position: relative;
    height: 150px;
}

.portfolio-prev-next-short .portfolio-prev .portfolio-prev-icon {
    top: 38px;
    left: 35px;
}

.portfolio-prev-next.portfolio-prev-next-short .portfolio-prev .portfolio-prev-content {
    top: 66px;
    left: 116px;
}

.portfolio-prev-next-short .portfolio-next .portfolio-next-icon {
    top: 38px;
    right: 35px;
}

.portfolio-prev-next.portfolio-prev-next-short .portfolio-next .portfolio-next-content {
    top: 66px;
    right: 116px;
}

.portfolio-prev-next-short .portfolio-back {
    color: #333333;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 150px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
}

.portfolio-prev-next-short .portfolio-back:before {
    position: absolute;
    content: "";
    background-color: #333333;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
}

.portfolio-prev-next-short .portfolio-back:after {
    position: absolute;
    content: "";
    background-color: var(--main);
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    transition: .3s ease;
}

.portfolio-prev-next-short .portfolio-back:hover {
    color: var(--main);
}

.portfolio-prev-next-short .portfolio-back:hover:after {
    width: 100%;
}

.portfolio-prev-next.portfolio-prev-next-fluid .portfolio-prev,
.portfolio-prev-next.portfolio-prev-next-fluid .portfolio-next {
    position: absolute;
    background-color: #f9f9f9;
    margin-top: -40px;
    padding: 60px;
}

.portfolio-prev-next.portfolio-prev-next-fluid .portfolio-prev {
    left: 0;
}

.portfolio-prev-next.portfolio-prev-next-fluid .portfolio-next {
    right: 0;
}

.portfolio-prev-next.portfolio-prev-next-fluid .portfolio-prev .portfolio-prev-icon {
    left: 30px;
    top: 30px;
}

.portfolio-prev-next.portfolio-prev-next-fluid .portfolio-next .portfolio-next-icon {
    right: 30px;
    top: 30px;
}

/**/
.portfolio-prev-next.portfolio-prev-next-fluid-2 {
    position: relative;
}

.portfolio-prev-next.portfolio-prev-next-fluid-2 .portfolio-prev,
.portfolio-prev-next.portfolio-prev-next-fluid-2 .portfolio-next {
    position: absolute;
    margin-top: -20px;
}

.portfolio-prev-next.portfolio-prev-next-fluid-2 .portfolio-prev {
    left: 0;
}

.portfolio-prev-next.portfolio-prev-next-fluid-2 .portfolio-next {
    right: 0;
}

.portfolio-prev-next.portfolio-prev-next-fluid-2 .portfolio-prev .portfolio-prev-icon {
    left: 30px;
    top: 30px;
}

.portfolio-prev-next.portfolio-prev-next-fluid-2 .portfolio-next .portfolio-next-icon {
    right: 30px;
    top: 30px;
}

.portfolio-images img {
    max-width: 100%;
    height: auto;
}

.portfolio-single-4 .portfolio-meta h5 {
    margin-bottom: 70px;
}

.portfolio-slide4 .owl-theme .owl-controls {
    margin-top: 0;
}

.portfolio-slide4 .portfolio-hover {
    padding: 0;
    background-image: none;
}

.portfolio-slide4 .portfolio-hover-content {
    background-color: transparent;
}

.portfolio-slide4 .portfolio-hover:after,
.portfolio-slide4 .portfolio-hover:before {
    display: none;
}

.portfolio-slide4 .portfolio-hover .portfolio-zoom {
    position: absolute;
    top: 50px;
    right: 50px;
    margin-top: 0;
}

.portfolio-slide4 .owl-controls .owl-nav [class*=owl-] {
    right: -43px;
}

.portfolio-4col-carousel .carousel-navs .owl-nav .owl-prev {
    left: -50px;
}

.portfolio-4col-carousel .carousel-navs .owl-nav .owl-next {
    right: -50px;
}

.portfolio-single-7 .portfolio-prev .portfolio-prev-icon,
.portfolio-single-7 .portfolio-next .portfolio-next-icon {
    top: -100px;
}

.portfolio-item.height-2x .portfolio-img {
    max-height: 641px;
}

.portfolio-animation .portfolio-item .portfolio-cat {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
}

.portfolio-animation .portfolio-item .portfolio-title h4 {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
}

.portfolio-animation .portfolio-item .portfolio-zoom-border,
.portfolio-animation .portfolio-item .portfolio-zoom {
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
}

.portfolio-horizontal-1.portfolio-animation .portfolio-zoom {
    -webkit-transform: translateY(35px);
    -moz-transform: translateY(35px);
    transform: translateY(35px);
}

.portfolio-animation .portfolio-item:hover .portfolio-title h4,
.portfolio-animation .portfolio-item:hover .portfolio-cat,
.portfolio-animation .portfolio-item:hover .portfolio-zoom-border,
.portfolio-animation .portfolio-item:hover .portfolio-zoom {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .portfolio .portfolio-title h4 {
        font-size: 16px;
        line-height: 25px;
    }

    .portfolio-single-7-title .portfolio-cat {
        margin-top: 80px;
    }

    .portfolio-single .portfolio-share ul li {
        margin-bottom: 10px;
    }

    .portfolio-images img {
        max-width: 370px;
        display: block;
        margin: auto;
    }

    .portfolio-single .portfolio-prev .portfolio-prev-icon {
        top: 0;
        left: 0;
    }

    .portfolio-single .portfolio-next .portfolio-next-icon {
        top: 0;
        right: 0;
    }

    .portfolio-prev,
    .portfolio-next {
        margin-bottom: 10px;
    }

    .portfolio-prev-next.portfolio-prev-next-fluid .portfolio-prev,
    .portfolio-prev-next.portfolio-prev-next-fluid .portfolio-next {
        float: left;
    }

    .portfolio-single .portfolio-prev-next.portfolio-prev-next-short {
        height: 280px;
    }

    .portfolio-prev-next-short .portfolio-prev .portfolio-prev-icon {
        position: relative;
        float: left;
    }

    .portfolio-prev-next.portfolio-prev-next-short .portfolio-prev .portfolio-prev-content {
        position: relative;
        top: 10px;
        left: 10px;
    }

    .portfolio-prev-next.portfolio-prev-next-short .portfolio-next .portfolio-next-content,
    .portfolio-single .portfolio-prev-next .portfolio-next .portfolio-next-content {
        top: 10px;
        right: 70px;
    }

    .portfolio-single .portfolio-prev-next .portfolio-prev .portfolio-prev-content {
        top: 10px;
        left: 70px;
    }

    .portfolio .portfolio-filter {
        margin-bottom: 20px;
    }

    .portfolio .portfolio-filter a {
        font-size: 11px;
        margin-right: 24px;
        margin-bottom: 13px;
    }

    .portfolio .portfolio-filter a span {
        top: -5px;
    }

    .portfolio-horizontal .owl-controls .owl-nav [class*="owl-"] {
        right: 15px;
        top: 0;
    }

    .portfolio-horizontal .owl-controls .owl-nav .owl-prev {
        top: 50px;
    }

    .portfolio .portfolio-hover:after {
        top: 1px;
        right: 3px;
        bottom: 1px;
        left: 3px;
    }

    .portfolio .portfolio-hover:before {
        top: 3px;
        right: 1px;
        bottom: 3px;
        left: 1px;
    }

    .portfolio .portfolio-hover {
        background-position: center 4px;
    }

    .portfolio-creative .portfolio-img {
        width: 100%;
        margin: 0 auto 40px auto;
    }

    .portfolio-creative .portfolio-title h4 {
        font-size: 25px;
        position: static;
        text-align: center;
    }

    .portfolio-creative .portfolio-item .portfolio-content,
    .portfolio-creative .portfolio-item .portfolio-item-left .portfolio-content {
        position: static;
        text-align: center;
        width: 100%;
    }

    .portfolio-creative .portfolio-item .portoflio-bio,
    .portfolio-creative .portfolio-item .portfolio-item-left .portoflio-bio {
        padding: 15px 15px 0;
    }

    .portfolio-creative .portoflio-bio {
        max-width: none;
    }

    .portfolio-creative .portfolio-cat,
    .portfolio-creative .portfolio-item-left .portfolio-cat {
        text-align: center;
        padding-left: 0;
    }

    .portfolio-grid .portfolio-item-box {
        max-width: 370px;
        margin-right: auto;
        margin-left: auto;
    }

    .portfolio-creative .portoflio-bio .btn {
        margin-top: 0;
    }

    .portfolio-creative .portfolio-item-left .portoflio-bio p {
        max-width: none;
    }

    .portfolio-creative .portfolio-item-left,
    .portfolio-creative .portfolio-item {
        margin-left: 0;
        margin-bottom: 50px;
    }

    .portfolio-creative-2 .portfolio-item-left {
        margin: 0 0 50px 0;
    }

    .portfolio-single-7 .portfolio-prev .portfolio-prev-icon,
    .portfolio-single-7 .portfolio-next .portfolio-next-icon {
        top: 100px;
    }

    .portfolio-single-7 .portfolio-images {
        margin-top: 100px !important;
    }

    .portfolio-creative .portfolio-item-left .portoflio-bio {
        max-width: none;
    }

    .portfolio-images img {
        margin-bottom: 30px;
    }

    .portfolio-vintage .portfolio-item-box {
        max-width: 370px;
        margin: 0 auto 40px;
    }

    .portfolio-masonry .portfolio-img {
        max-width: 350px;
        margin-right: auto;
        margin-left: auto;
    }

    .portfolio-masonry.masonry-spaced.portfolio-2col .portfolio-img {
        max-width: none;
    }

    .portfolio-horizontal-2 .carousel-navs .owl-nav .owl-prev,
    .portfolio-horizontal-2 .carousel-navs .owl-nav .owl-next {
        right: 0;
    }

    .portfolio-horizontal-2 .portfolio-img {
        height: 400px !important;
    }

    .portfolio-horizontal-2 .portfolio-zoom-border {
        right: 10px;
    }

    .portfolio-grid .portfolio .portfolio-img,
    .portfolio-classic .portfolio-item .portfolio-item-content {
        max-width: 370px;
        margin-right: auto;
        margin-left: auto;
    }

    .portfolio-1col .portfolio-item {
        max-width: none;
    }

    .portfolio .portfolio-hover {
        padding: 15px;
    }

    .portfolio-creative .portfolio-item-left .portfolio-img img {
        transform: translate(10px, 15px);
    }

    .portfolio-creative .portfolio-img img {
        transform: translate(-10px, 15px);
    }

    .portfolio-full .portfolio-hover {
        padding: 10px;
    }

    .portfolio-full .portfolio-img img {
        min-height: 100px;
    }

    .portfolio-full .portfolio-item .portfolio-cat {
        display: none;
    }

    .portfolio-full .portfolio-hover-content {
        padding: 7px;
    }

    .portfolio-full .portfolio-hover .portfolio-zoom {
        bottom: 10px;
    }

    .portfolio-horizontal-1 .portfolio-img {
        max-width: 350px;
        margin: auto;
    }

    .portfolio-masonry .portfolio-item.item-full .portfolio-img {
        max-width: none;
    }

    .portfolio-single .portfolio-share {
        margin: 50px 0;
    }

    .portfolio-single-1 .portfolio-share {
        text-align: left;
    }

    .portfolio-single-1 .portfolio-share h3,
    .portfolio-single-1 .portfolio-related h3 {
        text-align: left;
    }

    .portfolio-single-1 .portfolio-share h3:before,
    .portfolio-single-1 .portfolio-related h3:before {
        left: 0;
        margin-left: 0;
    }

    .portfolio-single .portfolio-prev-next img {
        display: block;
        margin: auto;
    }

    .portfolio-single .portfolio-share ul li {
        padding-right: 5px;
        padding-left: 5px;
    }

    .portfolio-single .portfolio-share ul li a {
        font-size: 12px;
        width: 75px;
        height: 25px;
        line-height: 25px;
    }

    .portfolio-related .portfolio-img {
        max-width: 370px;
        margin: 0 auto 30px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .portfolio .portfolio-hover {
        padding: 15px;
    }

    .portfolio-images img {
        max-width: 370px;
        display: block;
        margin: auto;
    }

    .portfolio-horizontal .owl-controls .owl-nav [class*="owl-"] {
        right: 15px;
        top: 0;
    }

    .portfolio-horizontal .owl-controls .owl-nav .owl-prev {
        top: 50px;
    }

    .portfolio-creative .portfolio-img {
        width: 50%;
        margin: auto;
    }

    .portfolio-single-7 .portfolio-prev .portfolio-prev-icon,
    .portfolio-single-7 .portfolio-next .portfolio-next-icon {
        top: 100px;
    }

    .portfolio-single-7 .portfolio-images {
        margin-top: 100px !important;
    }

    .portfolio-images img {
        margin-bottom: 30px;
    }

    .portfolio-creative-2 .portfolio-item-left {
        margin-top: -50px;
    }

    .portfolio-masonry .portfolio-img {
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
    }

    .portfolio .portfolio-filter a {
        margin-right: 33px;
    }

    .portfolio-grid .portfolio-img {
        max-width: 370px;
        margin-right: auto;
        margin-left: auto;
    }

    .portfolio-masonry .portfolio-item.item-full .portfolio-img {
        max-width: none;
    }

    .portfolio-single .portfolio-share {
        margin: 50px 0;
    }

    .portfolio-single-1 .portfolio-share {
        text-align: left;
    }

    .portfolio-single-1 .portfolio-share h3,
    .portfolio-single-1 .portfolio-related h3 {
        text-align: left;
    }

    .portfolio-single-1 .portfolio-share h3:before,
    .portfolio-single-1 .portfolio-related h3:before {
        left: 0;
        margin-left: 0;
    }

    .portfolio-single .portfolio-prev-next img {
        display: block;
        margin: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .portfolio-single .portfolio-prev-next img {
        width: 100%;
    }

    .portfolio .portfolio-filter a {
        margin-right: 18px;
        font-size: 12px;
    }

    .portfolio-creative-2 .portfolio-item-left {
        margin-top: -50px;
    }

    .portfolio-single .portfolio-meta h5 {
        font-size: 15px;
    }
}

/*------------------------------------*\
    #FACTS-SECTION
\*------------------------------------*/
.counter {
    padding-bottom: 95px;
}

.counter .counter-bio {
    color: #6C757D;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    line-height: 27px;
    margin-bottom: 0;
}

.counter .counter-panel {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    position: relative;
}

.counter .counter-panel .counter-icon {
    position: absolute;
    left: 0;
    color: #282828;
    font-size: 32px;
}

.counter .counter-panel .counter-content {
    padding-left: 60px;
    position: relative;
}

.counter .counter-panel .counter-content:before {
    position: absolute;
    left: 47px;
    top: 50%;
    margin-top: -6px;
    content: "";
    width: 2px;
    height: 12px;
    background-color: rgba(34, 34, 34, 0.2);
}

.counter .counter-panel .counter-content .count-num {
    color: var(--main);
    font-size: 18px;
    line-height: 1;
    display: block;
    margin-bottom: 17px;
}

.counter .counter-panel .counter-content .count-dis {
    color: #282828;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .counter .counter-bio {
        text-align: left !important;
        margin-bottom: 20px;
    }

    .counter .counter-panel {
        margin-bottom: 30px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .counter .counter-bio {
        text-align: left !important;
        margin-bottom: 20px;
    }

    .counter .counter-panel {
        margin-bottom: 30px;
    }
}

/* Medium screens */
@media only screen and (min-width: 992px) and (max-width: 1100px) {

    .counter .counter-panel .counter-icon {
        position: static;
    }

    .counter .counter-panel .counter-content:before {
        left: 4px;
    }

    .counter .counter-panel .counter-content {
        padding-left: 0;
    }

    .counter .counter-panel .counter-content .count-dis {
        font-size: 13px;
    }
}

/*------------------------------------*\
    #PRICING-SECTION
\*------------------------------------*/
.pricing .price-table {
    position: relative;
    padding: 10px 15px;
}

.pricing .price-table:before,
.pricing .price-table:after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.pricing .price-table:before {
    top: 3px;
    right: 0;
    bottom: 3px;
    left: 0;
    border-top: 2px solid #2f2f2f;
    border-bottom: 2px solid #2f2f2f;
}

.pricing .price-table:after {
    top: 0;
    right: 3px;
    bottom: 0;
    left: 3px;
    border-right: 2px solid #2f2f2f;
    border-left: 2px solid #2f2f2f;
}

.pricing .price-table .panel {
    margin-bottom: 0;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #1b1a1a;
    border-top: none;
}

.pricing .price-table .panel .panel-body {
    background-color: #1b1a1a;
    background-image: url(../images/pricing/pricing-1.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 24px 24px 49px 24px;
    text-align: center;
}

.pricing .price-table .panel-body .plan {
    color: #f9f9f9;
    font-family: 'Droid Serif', serif;
    font-size: 13px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    margin-bottom: 40px;
}

.pricing .price-table .panel-body h3 {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
    font-size: 90px;
}

.pricing .price-table .panel-body .symbol {
    font-size: 45px;
}

.pricing .price-table .panel-body .time {
    font-size: 16px;
}

.pricing .price-table .panel-body .subtitle {
    color: #bbb;
    font-family: 'Lora', sans-serif;
    font-size: 13px;
    font-weight: 700;
    font-style: italic;
    line-height: 23px;
    margin-bottom: 0;
}

.pricing .price-table .list-group {
    background-color: #ffffff;
    background-image: url(../images/pricing/pricing-2.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 50px 30px 5px 30px;
    text-align: center;
}

.pricing .price-table .list-group li {
    color: #616161;
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    line-height: 40px;
    border: none;
    padding: 0;
    position: relative;
    margin-bottom: 0;
}

.pricing .price-table .list-group li:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 1px;
    background-color: #e5e4e4;
}

.pricing .price-table .list-group li:last-child::after {
    display: none;
}

.pricing .price-table .panel-footer {
    background-color: transparent;
    padding: 30px;
}

.pricing .price-table .btn {
    font-size: 14px;
    line-height: 50px;
    text-transform: capitalize;
    border-radius: 0;
}

/* Pricing #2 */
.pricing-2 .price-table .panel-body .subtitle {
    margin-bottom: 40px;
}

.pricing-2 .price-table .panel-body {
    padding: 24px 30px 30px 30px;
}

/* Pricing #3 */
.pricing-3 .price-table {
    padding: 0;
}

.pricing-3 .price-table:before,
.pricing-3 .price-table:after {
    display: none;
}

.pricing-4 .price-table .list-group {
    padding-bottom: 40px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .pricing .price-table {
        max-width: 380px;
        margin: 0 auto 30px;
    }

    .pricing .price-table .panel-body h3 {
        font-size: 80px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .pricing .price-table {
        max-width: 420px;
        margin: 0 auto 30px;
    }

    .pricing .price-table .panel-body h3 {
        font-size: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .pricing .price-table .panel-body h3 {
        font-size: 80px;
    }

    .pricing .price-table .panel-body .time {
        display: inherit;
    }
}

/*------------------------------------*\
    #Blog
\*------------------------------------*/
.entry img {
    max-width: 100%;
    height: auto;
}

.entry .entry-featured {
    margin-bottom: 25px;
}

.entry .entry-date a {
    color: #616161;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 3px;
    display: inline-block;
}

.entry .entry-title {
    margin-bottom: 8px;
}

.entry .entry-title h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 0;
}

.entry .entry-title h3 a {
    color: #282828;
}

.entry .entry-title h3:hover a {
    color: var(--main);
}

.entry .entry-meta {
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    line-height: 26px;
    color: #6C757D;
    margin-bottom: 26px;
}

.entry .entry-meta a {
    color: var(--main);
}

.entry .entry-content p {
    color: #6C757D;
    font-size: 15px;
    line-height: 24px;
    font-style: italic;
}

/* Single Post */
.single-post .entry .entry-content {
    margin-bottom: 30px;
}

.single-post .entry-share {
    margin-bottom: 30px;
    border-top: 2px solid rgba(34, 34, 34, 0.1);
    border-bottom: 2px solid rgba(34, 34, 34, 0.1);
}

.single-post .entry-share .share-title {
    padding-right: 34px;
    margin-right: 34px;
    position: relative;
    color: #6C757D;
    font-family: 'Droid Serif', serif;
    font-size: 13px;
    font-weight: 700;
    font-style: italic;
    line-height: 56px;
    text-transform: capitalize;
}

.single-post .entry .entry-content p {
    margin-bottom: 24px;
}

.single-post .entry-share .share-title:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 16px;
    background-color: rgba(34, 34, 34, 0.15);
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.entry-share a {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 56px;
    margin-right: 19px;
}

.entry-share a:last-of-type {
    margin-right: 0px;
}

.entry-share a.share-facebook:hover {
    color: #3B5998;
}

.entry-share a.share-twitter:hover {
    color: #00ACEE;
}

.entry-share a.share-pinterest:hover {
    color: #C8232C;
}

.entry-share a.share-linkedin:hover {
    color: #0E76A8;
}

.entry-share a.share-google-plus:hover {
    color: #DD4B39;
}

.single-post .entry-prev-next {
    margin-bottom: 30px;
}

.single-post .entry-prev-next h6 {
    color: #6C757D;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0;
}

.single-post .entry-prev-next .entry-link {
    font-family: 'Poppins', sans-serif;
    color: #222222;
    font-size: 18px;
    font-weight: 800;
    line-height: 27px;
}

.single-post .entry-prev-next .entry-link:hover {
    color: var(--main);
}

.single-post .entry-prev-next .entry-prev {
    padding: 35px 20px 35px 35px;
}

.single-post .entry-prev-next .entry-prev,
.single-post .entry-prev-next .entry-next {
    position: relative;
}

.single-post .entry-prev .entry-prev-icon {
    position: absolute;
    padding-top: 10px;
    padding-left: 10px;
}

.single-post .entry-prev .entry-prev-icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #222;
    color: #ffffff;
    display: block;
}

.single-post .entry-prev .entry-prev-icon:before,
.single-post .entry-prev .entry-prev-icon:after {
    position: absolute;
    content: "";
    pointer-events: none;
    background-color: #1b1a1a;
}

.single-post .entry-prev .entry-prev-icon:before {
    top: 0;
    left: -3px;
    width: 65px;
    height: 2px;
}

.single-post .entry-prev .entry-prev-icon:after {
    top: -3px;
    left: 0;
    width: 2px;
    height: 65px;
}

.single-post .entry-prev-next .entry-prev .entry-prev-content {
    padding-left: 75px;
    padding-top: 20px;
}

.single-post .entry-next {
    padding: 35px 35px 35px 20px;
}

.single-post .entry-next .entry-next-icon {
    position: absolute;
    right: 38px;
    top: 38px;
    padding-top: 10px;
    padding-right: 10px;
}

.single-post .entry-next .entry-next-icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #222;
    color: #ffffff;
    display: block;
}

.single-post .entry-next .entry-next-icon:before,
.single-post .entry-next .entry-next-icon:after {
    position: absolute;
    content: "";
    pointer-events: none;
    background-color: #1b1a1a;
}

.single-post .entry-next .entry-next-icon:before {
    top: 0;
    right: -3px;
    width: 65px;
    height: 2px;
}

.single-post .entry-next .entry-next-icon:after {
    top: -3px;
    right: 0;
    width: 2px;
    height: 65px;
}

.single-post .entry-prev-next .entry-next .entry-next-content {
    padding-right: 75px;
    padding-top: 20px;
}

.single-post .entry-next .entry-next-icon a:hover,
.single-post .entry-prev .entry-prev-icon a:hover {
    background-color: var(--main);
}

.single-post .entry-author {
    padding: 50px;
    position: relative;
    margin-bottom: 30px;
}

.single-creative .entry-title h3 {
    font-size: 28px;
    margin-bottom: 8px;
}

.single-post .entry-widget-title {
    position: relative;
    color: #282828;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.single-post .entry-widget-title:before {
    position: absolute;
    content: "";
    left: -10px;
    bottom: 0;
    width: 34px;
    height: 2px;
    background-color: #282828;
}

.single-post .entry-widget-title:after {
    position: absolute;
    content: "";
    left: 26px;
    bottom: 0;
    width: 2px;
    height: 2px;
    background-color: #282828;
}

.single-post .entry-widget-content {
    position: relative;
}

.single-post .entry-author .entry-author-img {
    position: absolute;
    left: 0;
    top: 0;
}

.single-post .entry-author .entry-author-bio {
    padding-left: 150px;
}

.single-post .entry-author .entry-author-bio h6 {
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
}

.single-post .entry-author .entry-author-bio p {
    color: #6C757D;
    font-size: 14px;
    font-style: italic;
    line-height: 23px;
}

.single-post .entry-author .entry-author-bio a {
    background-color: #222;
    margin-right: 10px;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    display: inline-block;
    padding: 0 9px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.single-post .entry-author .entry-author-bio a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--main);
    transition: .3s ease;
    z-index: -1;
}

.single-post .entry-author .entry-author-bio a:hover:before {
    width: 100%;
}

.single-post .entry-related {
    padding: 50px;
    margin-bottom: 30px;
}

.single-post .entry-related img {
    margin-bottom: 30px;
    max-width: 100%;
    height: auto;
}

.single-post .entry-related .entry-date {
    color: #616161;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.single-post .entry-related h4 {
    font-size: 18px;
    font-weight: 800;
    line-height: 27px;
    margin-bottom: 15px;
}

.single-post .entry-related h4 a {
    color: #282828;
}

.single-post .entry-related h4 a:hover {
    color: var(--main);
}

.single-post .entry-related .entry-meta {
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    color: #6C757D;
}

.single-post .entry-related .entry-meta a {
    color: var(--main);
}

.single-post .entry-comments {
    padding: 50px;
    margin-bottom: 30px;
}

/*Comment Output*/
.commentlist li {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 2px solid rgba(34, 34, 34, 0.1);
    position: relative;
}

.commentlist li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.commentlist li p {
    color: #6C757D;
    font-size: 14px;
    font-style: italic;
    line-height: 23px;
    margin-bottom: 10px;
}

.commentlist li .avatar {
    position: absolute;
    left: 0;
    top: 0;
}

.commentlist li .commen-content {
    padding-left: 120px;
}

.commentlist li .commen-content h6 {
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 12px;
}

.commentlist li ul {
    padding-left: 120px;
}

.commentlist li .commen-content .comment-date {
    color: #616161;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.commentlist li ul.children li {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 2px solid rgba(34, 34, 34, 0.1);
    position: relative;
}

.commentlist li ul.children li .avatar {
    position: absolute;
    left: 0;
    top: 50px;
}

.commentlist .reply {
    position: relative;
}

.commentlist .reply a {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 4px;
}

.commentlist .reply a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #333;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.commentlist .reply a:hover {
    color: var(--main);
}

.commentlist .reply a:hover:before {
    background-color: var(--main);
}

/*Comment Form */
.entry-comments-form {
    padding: 50px;
}

/* Single Creative */
.single-post.single-creative .entry-prev-next {
    position: absolute;
    width: 100%;
}

.single-post.single-creative .entry-prev-next,
.single-post.single-creative .entry-prev,
.single-post.single-creative .entry-next {
    padding: 0;
}

.single-post.single-creative .entry-prev {
    top: 0;
    left: 0;
}

.single-post.single-creative .entry-next {
    top: -30px;
    right: 0;
}

/* Blog Grid */
.blog-grid .entry {
    margin-bottom: 50px;
}

.blog-grid .entry .entry-meta {
    margin-bottom: 0;
}

/* Blog Standard */
.blog-standard .entry {
    margin-bottom: 50px;
}

.entry-more {
    position: relative;
    padding-right: 34px;
    margin-right: 34px;
}

.entry-more:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 16px;
    right: 0;
    top: 50%;
    margin-top: -8px;
    background-color: rgba(34, 34, 34, 0.15);
}

.entry-more a {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
}

.entry-more a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #333;
}

.entry-more a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: var(--main);
    transition: .3s ease;
}

.entry-more a i {
    margin-left: 10px;
}

.entry-more a:hover {
    color: var(--main);
}

.entry-more a:hover:after {
    width: 100%;
}

.blog-standard .entry .entry-share a {
    line-height: 24px;
}

/* Blog Masonry */
.blog-masonry .btn {
    width: 196px;
}

.blog-masonry-items {
    /*Masonry container */
    column-count: 4;
    column-gap: 30px;
}

.blog-masonry-items .entry {
    /* Masonry bricks or child elements */
    display: inline-block;
    margin: 0 0 24px 0;
    width: 100%;
}

.blog-masonry-v {
    column-count: 4;
}

.blog-masonry-v .entry {
    padding: 0 15px;
}

.featured-entry {
    padding: 30px 30px 24px;
}

.featured-entry.bg-overlay-dark:before {
    background-color: rgba(27, 26, 26, 0.85);
}

.featured-entry .entry-meta {
    margin-bottom: 6px;
}

.featured-entry .entry-title h3 {
    margin-bottom: 3px;
}

.featured-entry .entry-title h3 a {
    color: #ffffff;
}

.featured-entry .entry-content p {
    color: #bbbbbb;
    display: inline;
    margin-bottom: 0;
}

.featured-entry .entry-date {
    position: relative;
    padding-right: 10px;
    padding-top: 5px;
}

.featured-entry .entry-date:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 2px;
    background-color: var(--main);
}

.featured-entry .entry-date:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 7px;
    background-color: var(--main);
}

.featured-entry .entry-date a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 32px;
    width: 2px;
    height: 2px;
    background-color: #616161;
}

.featured-entry .entry-content a {
    display: inline-block;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    font-style: normal;
    position: relative;
    padding-bottom: 5px;
}

.featured-entry .entry-content a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--main);
    transition: 0.2s ease;
}

.featured-entry .entry-content a:hover {
    color: #ffffff;
}

.featured-entry .entry-content a:hover:after {
    background-color: #ffffff;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .blog-grid .entry {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .blog-masonry-items {
        column-count: 1;
    }

    .single-post.single-creative .entry-prev-next {
        position: relative;
        height: 30px;
    }

    .single-post.single-creative .entry-next {
        top: -38px;
        right: -38px;
    }

    .single-post .entry-share .share-title,
    .entry-more {
        display: block;
        padding-right: 0;
        margin-right: 0;
    }

    .blog-standard .entry-share .share-title,
    .blog-standard .entry-more {
        display: inline-block;
        padding-right: 20px;
        margin-right: 20px;
    }

    .blog-standard .text-right,
    .blog-standard .text-left {
        text-align: center !important;
    }

    .blog-standard .entry-share a {
        margin-right: 13px;
    }

    .single-post .entry-share {
        text-align: center;
    }

    .single-post .entry-author,
    .single-post .entry-comments {
        padding: 12px;
    }

    .single-post .entry-author .entry-author-bio a {
        margin-bottom: 10px;
    }

    .commentlist li .avatar,
    .single-post .entry-author .entry-author-img {
        width: 50px;
    }

    .commentlist li .commen-content,
    .commentlist li ul,
    .single-post .entry-author .entry-author-bio {
        padding-left: 60px;
    }

    .commentlist li .avatar img {
        max-width: 100%;
    }

    .single-post .entry-related .entry {
        margin-bottom: 30px;
    }

    .blog-masonry-v {
        column-count: 1;
    }

    .blog-masonry-v .entry {
        max-width: 300px;
        margin: 0 auto 30px;
        text-align: center;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .blog-masonry-items {
        column-count: 3;
    }

    .blog-standard .text-right,
    .blog-standard .text-left {
        text-align: center !important;
    }

    .blog-masonry-v {
        column-count: 2;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {

    .blog-masonry-items {
        column-count: 4;
    }

    .entry img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }

    .commentlist li .avatar img {
        width: 100%;
    }
}

/*------------------------------------*\
    #SHOP
\*------------------------------------*/
.product-num {
    padding-top: 12px;
    padding-bottom: 12px;
}

.product-num h3 {
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    color: #474747;
}

.product-options {
    margin-bottom: 60px;
    position: relative;
}

.product-options select {
    width: 230px;
    height: 35px;
    border: 1px solid #eeeeee;
    color: #6C757D;
    font-family: 'Droid Serif', serif;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    padding-left: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.product-options i {
    position: absolute;
    font-size: 13px;
    right: 10px;
    top: 10px;
    z-index: 1;
    pointer-events: none;
    cursor: pointer;
    color: #6C757D;
}

/* Shop Cart */
.cart-table {
    margin-bottom: 50px;
}

.cart-table .table {
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 0;
    margin-bottom: 0;
}

.cart-table thead {
    background-color: #f9f9f9;
}

.cart-table thead tr th {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    text-transform: capitalize;
    color: #222222;
    line-height: 55px !important;
    border-bottom-width: 0 !important;
    border-color: #d7d7d7;
    padding: 0 15px;
}

.cart-table tbody tr td {
    padding: 20px;
    border-color: #d7d7d7;
}

.cart-table tbody tr td.cart-product-price,
.cart-table tbody tr td.cart-product-total {
    font-size: 13px;
    font-weight: 700;
    line-height: 26px;
    color: #6C757D;
}

.cart-table tbody tr td.cart-product-quantity .product-quantity {
    line-height: 1px;
}

td.cart-product-quantity .product-quantity input {
    width: 30px;
    height: 25px;
    border-radius: 2px;
    text-align: center;
    color: #282828;
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-right: 5px;
}

td.cart-product-quantity .product-quantity i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 1px;
    color: var(--main);
    margin-right: 5px;
    font-size: 10px;
}

.cart-table tbody tr td.cart-product-price,
.cart-table tbody tr td.cart-product-total,
td.cart-product-quantity {
    text-align: center;
}

.cart-table .cart-product-action td {
    padding: 30px 20px;
}

.cart-table .cart-product-action form {
    margin-bottom: 0;
}

.cart-table .cart-product-action .form-control {
    color: #6C757D;
    font-family: 'Droid Serif', serif;
    font-size: 12px;
    font-weight: 400;
    padding: 0 15px;
    width: 250px;
    height: 42px;
    line-height: 25px;
    margin-bottom: 0;
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 0;
    font-style: italic;
    text-transform: capitalize;
}

.cart-table .cart-product-action .btn {
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    line-height: 42px;
    height: 42px;
    width: auto;
    text-align: center;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 1px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.cart-table .cart-product-action .btn-primary:hover {
    background-color: #222222;
}

.cart-table .cart-product-action .btn-secondary:hover {
    background-color: var(--main);
}

.cart-product-img {
    float: left;
    margin-right: 20px;
    max-width: 70px;
}

.cart-product-img img {
    max-width: 100%;
}

.cart-product-name h6 {
    color: #282828;
    font-size: 16px;
    font-weight: 800;
    line-height: 27px;
    text-transform: capitalize;
}

.cart-product-remove {
    float: right;
    width: 19px;
    height: 19px;
    line-height: 19px;
    font-size: 9px;
    background-color: #222;
    border-radius: 1px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.cart-shiping,
.cart-total-amount {
    background-color: white;
    border: 1px solid rgba(119, 119, 119, 0.3);
    border-radius: 1px;
    padding: 30px 20px;
}

.cart-shiping h6,
.cart-total-amount h6 {
    color: #282828;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 25px;
}

.cart-total-amount ul li {
    color: var(--main);
    font-size: 13px;
    font-weight: 700;
    line-height: 36px;
    text-transform: capitalize;
    font-style: italic;
}

.cart-total-amount ul li span {
    color: #6C757D;
    font-size: 13px;
    line-height: 36px;
}

.cart-shiping .form-control {
    background-color: transparent;
    border: 1px solid #eee;
    font-size: 14px;
    color: #6C757D;
    font-weight: 400;
    padding: 0 15px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Droid Serif', serif;
    font-style: italic;
    text-transform: capitalize;
}
.cart-shiping .form-control::-webkit-input-placeholder {
    color: #6C757D;
}
.cart-shiping .form-control:-moz-placeholder {
    color: #6C757D;
}
.cart-shiping .form-control::-moz-placeholder {
    color: #6C757D;
}
.cart-shiping .form-control:-ms-input-placeholder {
    color: #6C757D;
}

.cart-shiping i {
    position: absolute;
    font-size: 13px;
    right: 25px;
    top: 12px;
    z-index: 1;
    pointer-events: none;
    cursor: pointer;
    color: #6C757D;
}

.cart-shiping .btn {
    line-height: 41px;
    height: 42px;
    color: white;
    font-size: 14px;
    width: auto;
    padding: 0 17px;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.cart-shiping .btn:hover {
    background-color: #222222;
}

/* Shop Categories */
.shop-categories .shop-options {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 2px;
    margin-bottom: 60px;
    height: 70px;
    border: 1px solid #eee;
}

.shop-categories .shop-options .product-options2 span,
.shop-categories .shop-options .product-view-mode span {
    color: #474747;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin-right: 20px;
    text-transform: uppercase;
}

.shop-categories .shop-options .product-options2 .product-sort {
    position: relative;
    margin-right: 50px;
}

.shop-categories .shop-options .product-options2 .product-sort i {
    position: absolute;
    font-size: 14px;
    right: 10px;
    top: 10px;
    z-index: 1;
    pointer-events: none;
    cursor: pointer;
    color: #6C757D;
}

.shop-categories .shop-options .product-options2 select {
    height: 30px;
    line-height: 30px;
    width: 134px;
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 1px;
    color: #6C757D;
    font-size: 12px;
    font-style: italic;
    padding-left: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.shop-categories .product-view-mode {
    line-height: 30px;
}

.shop-categories .product-view-mode a i {
    border: 1px solid #eee;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #6C757D;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.shop-categories .product-view-mode a:first-of-type i {
    margin-left: 0;
}

.shop-categories .product-view-mode a.active i,
.shop-categories .product-view-mode a:hover i {
    color: var(--main);
}

.shop-categories .list-inline > li {
    padding-right: 0;
    padding-left: 0;
}

.shop-categories .product {
    margin-bottom: 60px;
}

.shop-categories .product .product-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.shop-categories .product .product-img img {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    height: auto;
}

.shop-categories .product .product-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(39, 41, 48, 0.65);
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.shop-categories .product .product-hover .product-action {
    width: 100%;
    position: absolute;
    bottom: 30px;
    padding-right: 50px;
    padding-left: 50px;
}

.shop-categories .product .product-hover a.btn {
    width: 100%;
}

.shop-categories .product .product-hover a.btn:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #222222;
}

.shop-categories .product .product-hover a.btn.btn-primary {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Product Hover Effect */
.shop-categories .product .product-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.shop-categories .product .product-img:hover .product-hover {
    opacity: 1;
}

.shop-categories .product .product-img:hover a.btn.btn-primary {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.shop-categories .product .prodcut-title h3 {
    text-align: center;
    line-height: 1;
}

.shop-categories .product .prodcut-title h3 a {
    color: #282828;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}

.shop-categories .product .prodcut-title h3:hover a {
    color: var(--main);
}

.shop-categories .product .product-price {
    color: #6C757D;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    text-align: center;
}

/* Single Product */
.shop-product .product-title h3 {
    color: #282828;
    font-size: 20px;
    font-weight: 800;
    line-height: 27px;
    text-transform: capitalize;
}

.shop-product .product-price {
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    margin-bottom: 30px;
}

.shop-product .product-rating {
    margin-right: 30px;
}

.shop-product .product-rating i {
    color: var(--main);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
}

.shop-product .product-review span {
    color: #6C757D;
    font-size: 13px;
    font-style: italic;
    line-height: 1;
}

.shop-product .product-review span a {
    color: #6C757D;
}

.shop-product .product-review span a:hover {
    color: var(--main);
}

.shop-product .product-desc p {
    font-size: 13px;
    font-style: italic;
    line-height: 22px;
    margin-bottom: 30px;
}

.shop-product hr {
    border-top: 1px solid rgba(127, 127, 127, 0.1);
    margin-top: 0;
    margin-bottom: 30px;
}

.shop-product .product-details h5 {
    color: #282828;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
}

.shop-product .product-details ul li {
    line-height: 26px;
    color: var(--main);
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    text-transform: capitalize;
}

.shop-product .product-details ul li span {
    color: #6C757D;
    font-size: 13px;
    font-weight: 400;
}

.shop-product .product-quantity {
    line-height: 49px;
}

.shop-product .product-quantity .qua {
    color: #282828;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    margin-right: 10px;
}

.shop-product .product-quantity a i {
    width: 25px;
    height: 25px;
    font-size: 10px;
    line-height: 25px;
    border: 1px solid #eee;
    border-radius: 1px;
    color: var(--main);
    text-align: center;
}

.shop-product .product-quantity input {
    width: 30px;
    height: 25px;
    border: 1px solid #eee;
    border-radius: 1px;
    color: #282828;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    background-color: transparent;
}

.shop-product .product-cta {
    padding-bottom: 30px;
}

.shop-product .product-cta .btn {
    margin-left: 20px;
    width: 134px;
    height: 42px;
    line-height: 41px;
    border-radius: 0;
    font-size: 13px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.shop-product .product-share {
    margin-bottom: 70px;
}

.shop-product .product-share h5 {
    color: #282828;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;
}

.shop-product .product-share a {
    background-color: #282828;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    display: inline-block;
    margin-right: 23px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.shop-product .product-share a:last-of-type {
    margin-right: 0;
}

.shop-product .product-share a:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background-color: #1b1a1a;
    right: -14px;
    top: 50%;
    margin-top: 1.5px;
}

.shop-product .product-share a:last-of-type:after {
    display: none;
}

.shop-product .product-share a.share-facebook:hover {
    background-color: #3B5998;
}

.shop-product .product-share a.share-twitter:hover {
    background-color: #00ACEE;
}

.shop-product .product-share a.share-pinterest:hover {
    background-color: #C8232C;
}

.shop-product .product-share a.share-google:hover {
    background-color: #DD4B39;
}

.shop-product .product-share a.share-linkedin:hover {
    background-color: #0E76A8;
}

.product-tabs {
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 1px;
    color: #6C757D;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    font-style: italic;
}

.product-tabs .nav-tabs {
    background-color: #f9f9f9;
}

.product-tabs .nav-tabs > li {
    margin-bottom: -1px;
    display: inline-block;
}

.product-tabs .nav-tabs a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 800;
    text-transform: capitalize;
    color: rgba(39, 41, 48, 0.2);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 20px;
    border: none;
    border-right: 1px solid #eee;
    margin-right: 0;
    line-height: 60px;
    display: block;
    margin-right: -3px;
}

.product-tabs .nav-tabs a:hover,
.product-tabs .nav-tabs a:focus {
    color: var(--main) !important;
}

.product-tabs .nav-tabs a.active,
.product-tabs .nav-tabs a:hover,
.product-tabs .nav-tabs a:focus {
    color: var(--main) !important;
    border-right: 1px solid #eee;
    background-color: #ffffff;
}

.product-tabs .tab-content {
    padding: 20px;
}

.product-tabs .tab-content h5 {
    font-size: 13px;
}

.product-review li {
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 30px;
}

.product-review li h6 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 13px;
}

.product-review li .review-date {
    margin-bottom: 0;
}

.product-review li .product-rating {
    color: var(--main);
    margin-bottom: 10px;
}

.product-review li .product-comment p {
    margin-bottom: 0;
}

.form-review .form-control {
    margin-bottom: 30px;
}

.shop-product .product-related {
    margin-top: 100px;
}

.shop-product .product-related-title h5 {
    color: #282828;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

.shop-product .product-related-title h5:before {
    position: absolute;
    content: "";
    width: 46px;
    height: 2px;
    background-color: #282828;
    left: -10px;
    bottom: 0;
}

.shop-product .product-related-title h5:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background-color: #282828;
    left: 40px;
    bottom: 0;
}

.shop-prev-next {
    position: relative;
    min-height: 100px;
    margin-bottom: 60px;
}

.shop-prev-next .shop-icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #222;
    color: #ffffff;
    font-size: 11px;
    display: block;
}

.shop-prev-next .shop-icon a:hover {
    background-color: var(--main);
}

.shop-prev-next .shop-next-icon a {
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -50px;
}

.shop-prev-next .shop-prev-icon a {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .cart-table .cart-product-action .form-control {
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .cart-table .cart-product-action form .btn {
        margin-bottom: 10px;
    }

    .cart-table .cart-product-action .btn {
        margin-left: 0;
    }

    .shop-product .product-quantity .qua {
        font-size: 13px;
    }

    .shop-product .product-cta .btn {
        margin-left: 0;
        font-size: 11px;
        margin-bottom: 10px;
    }

    .shop-product .product-share a {
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .product-tabs .nav-tabs > li > a {
        font-size: 13px;
    }

    .shop-categories .shop-options {
        height: auto;
    }

    .shop-categories .shop-options {
        padding: 20px 0;
    }

    .shop-categories .shop-options .product-options2 .product-sort {
        margin: 0 5px;
    }

    .shop-categories .shop-options .product-options2 span,
    .shop-categories .shop-options .product-view-mode span {
        font-size: 14px;
        margin-right: 5px;
    }

    .shop-categories .product {
        max-width: 300px;
        margin: 0 auto 30px;
    }

    .widget-recent-products .product {
        margin: 0 0 20px;
    }

    .cart-table .cart-product-action .text-right {
        text-align: left !important;
    }

    .cart-shiping h6,
    .cart-total-amount h6 {
        padding-bottom: 0;
    }

    .cart-product-img {
        float: none;
        margin-bottom: 15px;
    }

    .cart-table tbody tr td {
        padding: 20px 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {

    .shop-categories .shop-options .product-options2 li:first-child .product-sort {
        margin-bottom: 10px;
    }

    .shop-categories .shop-options .product-options2 span,
    .shop-categories .shop-options .product-view-mode span {
        font-size: 12px;
        margin: 0;
    }

    .shop-categories .shop-options .product-options2 select {
        width: 110px;
    }

    .product-quantity a {
        display: block;
        margin: auto;
    }

    td.cart-product-quantity .product-quantity input {
        display: block;
        margin: 5px auto;
    }

    td.cart-product-quantity .product-quantity i {
        margin: 0;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .cart-table .cart-product-action .form-control {
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .cart-table .cart-product-action form .btn {
        margin-bottom: 10px;
    }

    .cart-table .cart-product-action .text-right {
        text-align: left !important;
    }

    .shop-categories .shop-options .product-options2 .product-sort {
        margin-right: 15px;
    }

    .shop-categories .shop-options .product-options2 span,
    .shop-categories .shop-options .product-view-mode span {
        margin-right: 10px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .shop-categories .product .product-hover .product-action {
        padding-right: 20px;
        padding-left: 20px;
    }

    .shop-categories .shop-options .product-options2 .product-sort {
        margin-right: 15px;
    }

    .shop-categories .shop-options {
        padding: 20px 10px;
    }

    .shop-categories .shop-options .product-options2 span,
    .shop-categories .shop-options .product-view-mode span {
        margin-right: 5px;
    }

    .shop-categories .shop-options .product-options2 span,
    .shop-categories .shop-options .product-view-mode span {
        font-size: 14px;
    }
}

/*------------------------------------*\
    #Contact
\*------------------------------------*/
.contact .heading {
    margin-bottom: 30px;
}

.contact .heading .subheading {
    font-size: 13px;
}

.contact .contact-bio {
    color: #6C757D;
    font-size: 14px;
    font-style: italic;
    line-height: 23px;
    margin-bottom: 47px;
}

.contact .contact-info .contact-icon {
    position: absolute;
    color: var(--main);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 12px;
}

.contact .contact-info .contact-content {
    padding-left: 30px;
}

.contact .contact-info h6 {
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact .contact-info p {
    color: #6C757D;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}

.contact .contact-info a {
    color: #474747;
}

.contact .contact-form {
    padding: 50px;
}

.contact .form-heading {
    color: #282828;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 29px;
    text-transform: uppercase;
}

.contact .form-heading:before {
    position: absolute;
    content: "";
    width: 46px;
    height: 2px;
    background-color: #282828;
    left: 0;
    bottom: 0;
}

.contact .form-heading:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background-color: #282828;
    left: 48px;
    bottom: 0;
}

.contact .contact-form form {
    margin-top: 50px;
    margin-bottom: 0;
}

.contact .contact-form .btn {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 49px;
    text-transform: uppercase;
    background-color: #222;
    border-radius: 0;
    border: none;
    padding: 0;
}

.contact .contact-form .btn:hover {
    background-color: var(--main);
}

/* Contact #2 */
.contact-map .container-fluid {
    padding-bottom: 0;
}

.contact-map .title {
    margin-top: -285px;
}

.contact-2 {
    margin-bottom: 100px;
}

/* Contact #3 */
.contact-3 .contact-form {
    padding: 100px 60px 0;
}

.contact-3 .contact-form form {
    margin-top: 32px;
}

.contact-3 textarea.form-control {
    margin-bottom: 50px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .contact-panel {
        margin-bottom: 30px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .contact-panel {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .contact .contact-bio {
        margin-bottom: 25px;
    }

    .contact-panel {
        margin-bottom: 20px !important;
    }
}

/*------------------------------------*\
	#SIDEBAR-SECTION
\*------------------------------------*/
.sidebar .widget {
    margin-bottom: 70px;
}

.sidebar .widget:last-of-type {
    margin-bottom: 0;
}

.sidebar-bordered .widget {
    margin-bottom: 40px;
    padding: 35px 30px;
    position: relative;
}

.sidebar-bordered .widget:last-of-type {
    margin-bottom: 0;
}

.sidebar-bordered .widget:before,
.sidebar-bordered .widget:after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.sidebar-bordered .widget:before {
    top: 0;
    right: -3px;
    bottom: 0;
    left: -3px;
    border-top: 2px solid #2f2f2f;
    border-bottom: 2px solid #2f2f2f;
}

.sidebar-bordered .widget:after {
    top: -3px;
    right: 0;
    bottom: -3px;
    left: 0;
    border-right: 2px solid #2f2f2f;
    border-left: 2px solid #2f2f2f;
}

.sidebar-bordered .widget .widget-content {
    background-color: #f9f9f9;
    padding: 30px;
}

.sidebar-bordered .widget-recent .entry img {
    position: static;
    max-width: none;
    margin-bottom: 20px;
}

.sidebar-bordered .widget-recent .entry .entry-desc {
    margin-left: 0;
}

.sidebar-bordered .carousel-navs .owl-nav [class*=owl-] {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    top: -87px;
}

.sidebar-bordered .carousel-navs .owl-nav .owl-prev:before,
.sidebar-bordered .carousel-navs .owl-nav .owl-next:before {
    font-size: 7px;
    left: 8px;
}

.sidebar-bordered .carousel-navs .owl-nav .owl-next {
    right: -30px;
}

.sidebar-bordered .carousel-navs .owl-nav .owl-prev {
    right: -10px;
    left: auto;
}

.sidebar-bordered .carousel-navs .owl-nav .owl-prev:after {
    content: "";
    position: absolute;
    top: 5px;
    right: -1px;
    width: 2px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.2);
}

/* Widget */
.widget .widget-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.widget .widget-title h5 {
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
}

.widget .widget-title:before,
.widget .widget-title:after {
    content: "";
    position: absolute;
    background-color: #282828;
    height: 2px;
    bottom: 0;
}

.widget .widget-title:before {
    width: 34px;
    left: -9px;
}

.widget .widget-title:after {
    width: 2px;
    left: 28px;
}

/* Category Widget */
.widget-categories ul {
    margin-bottom: 0;
}

.widget-categories ul li {
    border-bottom: 1px solid #f3f3f3;
}

.widget-categories ul li:last-child {
    border-bottom: none;
}

.widget-categories ul li a {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}

.widget-categories ul li a:hover {
    color: var(--main);
}

/* Tags Widget */
.widget-tags ul {
    margin-bottom: 0;
    margin-left: 0;
}

.widget-tags ul li {
    padding-left: 0;
    padding-right: 0;
}

.widget-tags a {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #222222;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #222222;
    margin-right: 6px;
    margin-bottom: 6px;
    text-transform: capitalize;
    padding: 10px 12px;
    position: relative;
    z-index: 2;
}

.widget-tags a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--main);
    transition: .3s ease;
    z-index: -1;
}

.widget-tags a:hover:before {
    width: 100%;
}

.widget-tags a:hover {
    color: #ffffff;
    border: 1px solid var(--main);
}

/* twitter Widegt */
.widget-tweets ul li:before {
    content: "\f099";
    font-family: fontawesome;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #222222;
    width: 13px;
    height: 12px;
    float: left;
    margin-right: 10px;
}

.widget-tweets ul li p.tweet {
    font-family: 'Poppins', sans-serif;
    color: #222222;
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 5px;
}

.widget-tweets ul li a {
    color: var(--main);
    font-weight: 400;
}

.widget-tweets ul li a:hover {
    color: var(--main);
}

.widget-tweets ul li .timePosted {
    font-family: 'Poppins', sans-serif;
    color: #222222;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
}

.widget-tweets ul li:last-child .timePosted {
    margin-bottom: 0;
}

/* Recent Widegt */
.widget-recent .entry {
    position: relative;
    margin-bottom: 20px;
}

.widget-recent .entry:last-of-type {
    margin-bottom: 0;
}

.widget-recent .entry img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 70px;
}

.widget-recent .entry .entry-desc {
    position: relative;
    margin-left: 90px;
}

.widget-recent .entry .entry-desc .meta-date a {
    font-family: 'Poppins', sans-serif;
    color: #616161;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.widget-recent .entry .entry-desc .entry-title {
    margin-bottom: 10px;
}

.widget-recent .entry .entry-desc .entry-title a {
    color: #222222;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 27px;
}

.widget-recent .entry .entry-desc .entry-title a:hover {
    color: var(--main);
}

.widget-recent .entry .entry-desc .entry-meta {
    border-bottom: 1px solid rgba(127, 127, 127, 0.1);
    padding-bottom: 20px;
}

.widget-recent .entry:last-of-type .entry-meta {
    border-bottom: none;
    padding-bottom: 0;
}

.widget-recent .entry .entry-desc .entry-meta {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #6C757D;
    text-transform: capitalize;
}

.widget-recent .entry .entry-desc .entry-meta .slash {
    color: #6C757D;
}

.widget-recent .entry .entry-desc .entry-meta a {
    color: var(--main);
}

/* Search Widget */
.widget-search .form-search .form-control {
    border: none;
    border-bottom: 2px solid rgba(34, 34, 34, 0.08);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #474747;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 49px;
    font-weight: 700;
    text-transform: none;
    padding-left: 0;
    height: 49px;
}

.widget-search .form-search .form-control:focus {
    border-color: var(--main);
}

.widget-search .form-search .input-group-btn {
    width: 47px;
}

.widget-search .form-search .input-group {
    position: relative;
}

.widget-search .form-search .input-group:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--main);
    -webkit-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

.widget-search .form-search .input-group:hover:before {
    width: 100%;
}

.widget-search .form-search .btn {
    background-color: transparent;
    color: var(--main);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 50px;
    height: 49px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 49px;
    text-transform: uppercase;
    padding: 0;
    position: relative;
    margin-left: -1px;
}

.widget-search .form-search .btn:before,
.widget-search .form-search .btn:after {
    position: absolute;
    content: "";
    bottom: 0;
}

.widget-search .form-search .btn:before {
    width: 50px;
    height: 2px;
    background-color: var(--main);
    left: 0;
}

.widget-search .form-search .btn:after {
    width: 2px;
    height: 4px;
    background-color: var(--main);
    right: -1px;
}

.widget-search .form-search .btn:hover {
    background-color: transparent;
}

/* Widget Product */
.widget-best-product .best-product .product-img {
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 4px;
}

.widget-best-product .best-product .product-bio {
    padding-top: 0;
}

.widget-best-product .best-product .product-bio .product-price {
    font-size: 13px;
    font-weight: 600;
    line-height: 23px;
}

.widget-best-product .best-product a {
    text-transform: uppercase;
}

/* fiter product */
.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.widget-filter .ui-slider {
    height: 3px;
    background-color: rgba(34, 34, 34, 0.08);
    border-radius: 0;
    margin-bottom: 20px;
    margin-top: 5px;
}

.widget-filter .ui-slider-handle {
    /* Style for "Line" */
    width: 3px;
    height: 7px;
    margin-left: 0;
    background-color: var(--main);
    border-radius: 0;
}

.widget-filter .ui-slider-range {
    height: 3px;
    background-color: var(--main);
    margin-bottom: 20px;
}

.widget-filter p {
    font-family: 'Droid Serif', serif;
    font-size: 13px;
    font-style: italic;
    line-height: 1;
}

.widget-filter label {
    color: #6C757D;
}

.widget-filter input {
    color: var(--main);
    border: none;
    background-color: transparent;
}

.widget-filter .btn {
    border: 2px solid #222;
    border-radius: 0;
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 40px;
    text-transform: uppercase;
    width: 163px;
    height: 40px;
    padding: 0;
    background-color: white;
}

.widget-filter .btn i {
    margin-right: 12px;
}

.widget-filter .btn:hover {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
}

.widget-filter .btn:hover::before {
    background-color: var(--main);
}

/* ADS widget */
.ads-widget img {
    max-width: 100%;
    height: auto;
}

/* Recent Product Widegt */
.widget-recent-products .product {
    position: relative;
    margin-bottom: 20px;
}

.widget-recent-products .product:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.widget-recent-products .product img {
    position: absolute;
    left: 0;
    top: 0;
}

.widget-recent-products .product .product-desc {
    position: relative;
    margin-left: 90px;
}

.widget-recent-products .product .product-title a {
    color: #222222;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
}

.widget-recent-products .product .product-title a:hover {
    color: var(--main);
}

.widget-recent-products .product .product-desc .product-meta {
    ffont-size: 13px;
    font-weight: 700;
    font-style: italic;
    line-height: 26px;
    border-bottom: 1px solid rgba(127, 127, 127, 0.1);
    padding-bottom: 45px;
}

/* Fliker Widget*/
.flickr-widget a {
    margin-right: 6px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    overflow: hidden;
    display: inline-block;
}

.flickr-widget a img {
    width: 65px;
    height: 65px;
}

/* About Widget */
.widget-about img {
    margin-bottom: 25px;
    max-width: 100%;
    height: auto;
}

.widget-about p {
    font-size: 14px;
    font-style: italic;
    line-height: 23px;
    margin-bottom: 15px;
}

.widget-about a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-right: 15px;
}

.widget-about a:hover {
    color: var(--main);
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 479px) {

    .sidebar .widget {
        padding: 28px;
    }

    .widget-recent .entry .entry-desc {
        margin-left: 60px;
    }

    .sidebar-full .widget {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .widget-recent .entry .entry-desc {
        margin-left: 80px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    .widget-recent .entry .entry-desc {
        margin-left: 70px;
    }

    .sidebar-full .widget {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .widget-recent .entry .entry-desc {
        margin-left: 80px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .widget-recent .entry .entry-desc {
        margin-left: 70px;
    }

    .sidebar-full .widget {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}

/*------------------------------------*\
    #FOOTER-SECTION
\*------------------------------------*/
footer {
    padding: 69px 0;
    background-color: #1b1a1a;
}

.footer-widget .widget-container {
    position: relative;
    background-image: url(../images/footer/footer-bg.png);
    background-repeat: no-repeat;
    background-position: top 5px center;
    padding: 30px;
}

.footer-widget .widget-container:before,
.footer-widget .widget-container:after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.footer-widget .widget-container:before {
    top: 3px;
    right: 0;
    bottom: 3px;
    left: 0;
    border-top: 2px solid #2f2f2f;
    border-bottom: 2px solid #2f2f2f;
}

.footer-widget .widget-container:after {
    top: 0;
    right: 3px;
    bottom: 0;
    left: 3px;
    border-right: 2px solid #2f2f2f;
    border-left: 2px solid #2f2f2f;
}

.footer-widget h3 {
    color: #616161;
    font-family: 'Droid Serif', serif;
    font-size: 13px;
    font-style: italic;
    line-height: 1;
    text-align: center;
    margin-bottom: 17px;
}

.footer-widget ul {
    margin-bottom: 50px;
    margin-left: 0;
    text-align: center;
}

.footer-widget ul li {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}

.footer-widget ul li:first-child {
    padding-left: 0;
}

.footer-widget ul li:last-child {
    padding-right: 0;
}

.footer-widget ul li:after {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #1b1a1a;
    position: absolute;
    top: 50%;
    right: -3px;
}

.footer-widget ul li:last-child::after {
    display: none;
}

.footer-widget ul li a {
    width: auto;
    height: 30px;
    background-color: #222;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 30px;
    display: block;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    font-style: normal;
}

.footer-widget ul li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    background-color: var(--main);
    transition: .3s ease;
}

.footer-widget ul li a:hover:before {
    width: 100%;
}

.footer-widget form .input-group:before {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--main);
    z-index: 2;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.footer-widget form .input-group:hover:before {
    width: 100%;
}

.footer-widget form .form-control {
    height: 51px;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.16);
    color: #474747;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 49px;
    text-transform: lowercase;
    background-color: transparent;
    border-radius: 0;
    padding: 0 60px 0 0;
}
.footer-widget form .form-control::-webkit-input-placeholder {
    text-transform: uppercase;
}
.footer-widget form .form-control:-moz-placeholder {
    text-transform: uppercase;
}
.footer-widget form .form-control::-moz-placeholder {
    text-transform: uppercase;
}
.footer-widget form .form-control:-ms-input-placeholder {
    text-transform: uppercase;
}

.footer-widget form .input-group-btn {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.footer-widget form .btn {
    width: 53px;
    color: var(--main);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 49px;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid var(--main);
    border-radius: 0;
    padding: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.footer-widget form .btn:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 2px;
    height: 4px;
    background-color: var(--main);
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.footer-widget form .btn:hover {
    color: #ffffff;
}

.footer-logo {
    margin-bottom: 33px;
}

.footer-info-widget p {
    font-family: 'Droid Serif', serif;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
}

.footer-info-widget .contact-info p,
.footer-info-widget .copyright-info p {
    color: #6C757D;
    font-size: 13px;
}

.footer-info-widget .bio-info p {
    color: #6C757D;
    font-size: 13px;
    font-style: italic;
    max-width: 510px;
    display: inline-block;
}

.footer form {
    margin-bottom: 0;
}

/* footer #1 */
.footer-1 {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 122px;
    background-color: #ffffff;
}

.footer-1 .footer-container {
    background-color: #1b1a1a;
}

.footer-1 .footer-container {
    padding-bottom: 69px;
}

.footer-1 .footer-widget {
    height: 150px;
    margin-bottom: 50px;
}

.footer-1 .footer-widget .widget-container {
    width: 562px;
    margin-right: auto;
    margin-left: auto;
    -moz-transform: translateY(-123px);
    -webkit-transform: translateY(-123px);
    transform: translateY(-123px);
    padding: 3px;
}

.footer-1 .footer-widget .widget-container .info {
    background-color: #ffffff;
    padding: 30px;
}

.footer-1 .footer-widget .widget-container .info:before {
    content: "";
    background: url(../images/footer/footer-bg.png);
    width: 92px;
    height: 5px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -46px;
}

.footer-1 .footer-widget .widget-container .info ul {
    margin-bottom: 0;
}

.footer-1 .footer-widget .widget-container .subscription {
    padding: 30px;
}

/* footer #2 */
.footer-2 {
    padding-left: 80px;
    padding-bottom: 80px;
}

.footer-2 .footer-logo {
    margin-top: 70px;
}

.footer-2 .footer-info-widget {
    margin-bottom: 70px;
}

.footer-2 .footer-widget .widget-container form .form-control,
.footer-2 .footer-widget .widget-container form .btn {
    height: 42px;
    line-height: 42px;
}

.footer-2 .footer-widget h3 {
    margin-bottom: 20px;
}

.footer-2 .footer-widget .widget-container ul {
    margin-bottom: 0;
}

/* footer #3 */
.footer-3 .footer-info-widget {
    margin-bottom: 0;
}

/* footer #4 */
.footer-4 .footer-logo {
    margin-top: 0;
}

/* footer #5 */
.footer-5 .footer-logo {
    margin-top: 0;
}

.footer-5 .footer-info-widget {
    margin-bottom: 0;
}

/* footer #6 */
.footer-6 .footer-widget .widget-container {
    margin-bottom: 70px;
}

.footer-6 .footer-widget .widget-container ul {
    margin-top: 12px;
    margin-bottom: 20px;
}

.footer-6 .footer-widget .widget-container form .form-control,
.footer-6 .footer-widget .widget-container form .btn {
    height: 42px;
    line-height: 42px;
}

.footer-6 .footer-logo {
    margin-top: 0;
}

.footer-6 .footer-info-widget {
    margin-bottom: 0;
}

/* footer #7 */
.footer-7 .bio-info {
    margin-bottom: 47px;
}

/* footer #8 */
.footer-8 {
    padding-top: 42px;
    padding-bottom: 42px;
}

/* footer #9 */
.footer-9 {
    padding-top: 80px;
    padding-bottom: 42px;
}

.footer-9 .widget-container {
    margin-bottom: 40px;
}

.footer-9 .widget-container form {
    margin-bottom: 0;
    float: right;
}

.footer-9 .widget-container p {
    color: #616161;
    font-family: 'Droid Serif', serif;
    font-size: 13px;
    font-style: italic;
    line-height: 22px;
    margin-bottom: 0;
}

/* footer #10 */
.footer-10 .footer-logo {
    margin-top: 0;
}

.footer-10 .footer-widget ul {
    margin-bottom: 0;
}

/* footer #11 */
.footer-11 {
    padding-top: 140px;
    padding-bottom: 137px;
    background-color: #1b1a1a;
}

.footer-11 .footer-widget .widget-container {
    margin-bottom: 50px;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.footer-11 .footer-widget {
    height: auto;
}

.footer-11 .footer-widget h3 {
    margin-bottom: 17px;
}

.footer-11 .footer-widget .widget-container .info {
    background-color: transparent;
    border-bottom: 2px solid rgba(47, 47, 47, 0.5);
    padding: 27px 0 30px;
    margin-right: 30px;
    margin-left: 30px;
}

.footer-11 .footer-container {
    padding-bottom: 0;
}

.footer-11 .footer-widget .widget-container .subscription {
    padding-top: 0;
}

/* footer #13 */
.instafeed {
    height: 100px;
    overflow: hidden;
    background-color: rgba(27, 26, 26, 0.9);
}

.instafeed a {
    position: relative;
    display: inline-block;
}

.instafeed a:before {
    background-color: rgba(27, 26, 26, 0.9);
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.instafeed a:hover::before {
    display: none;
}

.instafeed img {
    width: 100px;
    height: 100px;
}

.insta-feed .container {
    position: relative;
}

.insta-follow {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: var(--main);
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    left: 50%;
    top: 25px;
    z-index: 3;
}

.insta-follow:hover {
    background-color: #ffffff;
    color: var(--main);
}

.footer-14,
.footer-14 .footer-widget .widget-container .info {
    background-color: #f9f9f9;
}

.footer-14 {
    padding-top: 122px;
    margin-top: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .footer-widget ul li a {
        font-size: 12px;
        height: 25px;
        line-height: 25px;
    }

    .footer-widget ul li:first-child,
    .footer-widget ul li:last-child,
    .footer-widget ul li {
        padding-right: 5px;
        padding-left: 5px;
        margin-bottom: 10px;
    }

    .footer-info-widget .contact-info,
    .footer-info-widget .bio-info {
        margin-bottom: 20px;
    }

    .footer-info-widget .contact-info,
    .copyright-info {
        text-align: center !important;
    }

    .footer-9 .input-group {
        margin-right: -5px;
    }

    .footer-widget .widget-container {
        padding: 30px 10px;
    }

    .footer-1 .footer-widget {
        height: 120px;
        margin-bottom: 0;
    }

    .footer-1 .footer-widget .widget-container {
        width: auto;
        max-width: 500px;
    }

    .footer-1 .footer-widget .widget-container .subscription {
        padding: 12px;
    }

    .footer-1 .footer-widget .widget-container .info {
        padding: 15px 15px 0;
    }

    .footer-1 .footer-widget .widget-container {
        -moz-transform: translateY(-93px);
        -webkit-transform: translateY(-93px);
        transform: translateY(-93px);
    }

    .footer-widget .widget-container:before {
        right: 10px;
        left: 10px;
    }

    .footer-widget .widget-container:after {
        right: 13px;
        left: 13px;
    }

    .footer form {
        padding: 0 15px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .footer-1 .footer-widget {
        margin-bottom: 0;
    }

    .footer-info-widget .contact-info,
    .footer-info-widget .bio-info {
        margin-bottom: 20px;
    }

    .footer-info-widget .contact-info,
    .copyright-info {
        text-align: center !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 992px) and (max-width: 1024px) {

    .footer-widget h3 {
        margin-top: 17px;
    }

    .footer-7,
    .footer-6,
    .footer-10,
    .footer-4,
    .footer-3,
    .footer-2,
    .footer-5 {
        padding-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .footer-1 .footer-widget .widget-container .info {
        padding: 20px;
    }
}

/*------------------------------------*\
    #404
\*------------------------------------*/
.page-404 {
    padding-top: 137px;
    padding-bottom: 150px;
}

.page-404 h3 {
    font-size: 200px;
    font-weight: 800;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 0;
    position: relative;
}

.page-404 h3:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 2px;
    background-color: #282828;
    margin-left: -15px;
}

.page-404 p {
    font-size: 14px;
    font-style: italic;
    line-height: 23px;
    margin-top: 30px;
    margin-bottom: 47px;
}

.page-404 .btn i,
.page-maintenance .btn i {
    position: relative;
    padding-right: 23px;
    margin-right: 15px;
}

.page-404 .btn i:after,
.page-maintenance .btn i:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    width: 2px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.2);
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .is-countdown .timer {
        width: 50% !important;
        margin-bottom: 30px;
    }

    .page-404 a.btn.btn-secondary {
        margin: 0 auto 20px auto;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {

    .is-countdown .timer {
        width: 100% !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .is-countdown .timer {
        width: 50% !important;
        margin-bottom: 30px;
    }
}

/*------------------------------------*\
    #SOON
\*------------------------------------*/
.page-soon {
    padding-top: 137px;
    padding-bottom: 150px;
}

.page-soon h3 {
    font-size: 70px;
    font-weight: 800;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.page-soon p {
    font-size: 14px;
    font-style: italic;
    line-height: 23px;
    margin-bottom: 80px;
}

.is-countdown .timer {
    width: 25%;
    float: left;
    display: inline-block;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    position: relative;
}

.is-countdown .timer:before {
    position: absolute;
    left: 0;
    content: "\e669";
    font-family: 'Stroke-Gap-Icons';
    color: #282828;
    font-size: 32px;
}

.is-countdown .timer .timer-content {
    padding-left: 60px;
    position: relative;
}

.is-countdown .timer .timer-content:before {
    position: absolute;
    left: 47px;
    top: 50%;
    margin-top: -6px;
    content: "";
    width: 2px;
    height: 12px;
    background-color: rgba(34, 34, 34, 0.2);
}

.is-countdown .timer span {
    color: var(--main);
    font-size: 18px;
    line-height: 1;
    display: block;
    margin-bottom: 17px;
}

.is-countdown .timer div {
    color: #282828;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
}

/*------------------------------------*\
    #MAINTENANCE
\*------------------------------------*/
.page-maintenance {
    padding-top: 137px;
    padding-bottom: 150px;
}

.page-maintenance h3 {
    font-size: 70px;
    font-weight: 800;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.page-maintenance h3:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 2px;
    background-color: #282828;
    margin-left: -15px;
}

.page-maintenance p {
    font-size: 14px;
    font-style: italic;
    line-height: 23px;
    margin-top: 30px;
    margin-bottom: 47px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .page-soon h3,
    .page-maintenance h3 {
        font-size: 45px;
    }

    .page-404 h3 {
        font-size: 150px;
    }
}

/*------------------------------------*\
    #Process
\*------------------------------------*/
.process .process-panel {
    position: relative;
}

.process .process-panel h3,
.process .process-panel .step {
    color: #282828;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
}

.process .process-panel h3 {
    margin-bottom: 6px;
}

.process .process-panel p {
    color: #6C757D;
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    font-style: italic;
    line-height: 23px;
    margin-bottom: 0;
}

.process .process-panel .process-content {
    padding-left: 100px;
    position: relative;
}

.process .process-panel .process-content:before {
    position: absolute;
    top: 18px;
    left: 61px;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #282828;
}

.process .process-panel .process-icon {
    color: #282828;
    font-size: 32px;
}

.process .process-panel .process-icon {
    position: absolute;
    top: 0;
    left: 0;
}

/* Process #2 */
.process-2 {
    padding-bottom: 65px;
}

.process-2 .process-panel .process-icon {
    position: absolute;
    left: 0;
}

.process-2 .process-panel .process-content {
    padding-left: 100px;
}

.process-2 .process-panel {
    margin-bottom: 35px;
}

.process-2 .process-panel p {
    margin-bottom: 0;
}

/* Process #3 */
/* Extra Small Devices, Phones */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .process .process-panel {
        margin-bottom: 30px;
    }

    .process .process-panel .process-content:before {
        left: 15px;
    }

    .process .process-panel .process-content {
        padding-left: 50px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .process .process-panel {
        margin-bottom: 30px;
    }

    .process .process-panel .process-content:before {
        left: 30px;
    }

    .process .process-panel .process-content {
        padding-left: 70px;
    }
}

/* Medium Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {

    .process .process-panel p {
        font-size: 13px;
    }

    .process-1 .process-panel .process-content {
        padding-left: 60px;
    }

    .process-1 .process-panel .process-content:before {
        left: 20px;
    }

    .process-2 .process-panel .process-content {
        padding-left: 70px;
    }

    .process-2 .process-panel .process-content:before {
        left: 40px;
    }
}

/*------------------------------------*\
    #Client
\*------------------------------------*/
.clients .heading {
    margin-bottom: 50px;
}

.clients .owl-dots {
    margin-top: 30px;
}

.clients .client {
    position: relative;
}

.clients .client img {
    display: block;
    margin: auto;
}

.clients .client:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 20px;
    background-color: rgba(34, 34, 34, 0.07);
    top: 50%;
    margin-top: -10px;
    right: -18px;
}

.clients .owl-controls .owl-dots .owl-dot {
    margin-right: 10px;
}

.clients .owl-controls .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    line-height: 6px;
    border: 2px solid #4e4e4e;
    background-color: transparent;
    border-radius: 50%;
    margin: 3px;
}

.clients .owl-dots .owl-dot.active {
    outline: 2px solid #222 !important;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .clients .heading {
        text-align: center;
    }

    .clients .heading-2 h2 {
        margin-bottom: 10px;
    }

    .clients .heading-2 h2:before {
        left: 50%;
        margin-left: -23px;
    }
}
@media (max-width: 991px) {
    .portfolio-content {
        width: 100%;
    }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .clients .heading {
        text-align: center;
    }

    .clients .heading-2 h2 {
        margin-bottom: 10px;
    }

    .clients .heading-2 h2:before {
        left: 50%;
        margin-left: -23px;
    }
}

/*------------------------------------*\
    #Skills
\*------------------------------------*/
.skills .heading {
    margin-bottom: 50px;
}

.skills .subheading {
    font-size: 13px;
    margin-bottom: 8px;
}

.skills .progressbar {
    margin-bottom: 34px;
}

.skills .progressbar:last-of-type {
    margin-bottom: 0;
}

.skills .progress {
    height: 3px;
    background-color: rgba(34, 34, 34, 0.08);
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
    overflow: visible;
}

.skills .progress-bar {
    height: 3px;
    background-color: var(--main);
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}

.skills .progress-bar:before {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: var(--main);
    content: "";
    top: -2px;
    right: 0;
}

.skills .progress-title {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 7px;
}

.skills .progress-title .title {
    color: #222222;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.skills .progress-title .value {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    margin-left: -9px;
    margin-top: 8px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .skills-img img {
        display: block;
        margin: 0 auto 30px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .skills-img img {
        display: block;
        margin: 0 auto 30px;
    }
}

/*------------------------------------*\
    #Landing Page / Promo Page
\*------------------------------------*/
.landing-hero {
    height: 700px;
    padding-top: 200px;
}

.landing-hero.bg-overlay-dark:before {
    background-color: rgba(27, 26, 26, 0.85);
    background-image: linear-gradient(180deg, rgba(27, 26, 26, 0.3) 0%, rgba(27, 26, 26, 0) 34%, rgba(27, 26, 26, 0) 82%, rgba(27, 26, 26, 0) 100%);
}

.landing-hero h1 {
    font-size: 65px;
    font-weight: 700;
    line-height: 70px;
}

.landing-hero p {
    color: #f9f9f9;
    font-size: 18px;
    font-style: italic;
    line-height: 27px;
}

.landing-demos .portfolio-title h4 {
    text-align: center;
    font-size: 20px !important;
}

.landing-demos .portfolio-title:hover h4 {
    color: var(--main);
    font-size: 20px;
}

.landing-demos .heading-2 h2:before,
.landing-demos .heading-2 h2:after {
    display: none;
}

.landing-demos .portfolio-img {
    box-shadow: 0 0 36px 4px rgba(0, 0, 0, 0.1);
    background-color: #c0c0c0;
    transition: all 0.35s;
}

.landing-demos .portfolio-item:hover .portfolio-img {
    transform: translateY(-6px);
}

.landing-demos .portfolio-item:hover h4 {
    color: var(--main);
}

.landing-demos .portfolio-item:hover img {
    transform: scale(1);
}

.landing-demos.bg-gray .portfolio-bio {
    background-color: transparent;
}

.landing-action {
    padding-top: 200px;
}

.landing-action img {
    margin-bottom: 50px;
}

.landing-action h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 50px;
}

.landing-features .feature-panel {
    margin-bottom: 30px;
}

.landing-features .feature-panel h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.landing-features .feature-panel p {
    line-height: 26px;
}

.landing-features .feature--icon {
    font-size: 55px;
    line-height: 1;
    color: var(--main);
    margin-bottom: 20px;
}

/* landing banners */
.landing-banners .panel--logo {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(224, 224, 224, 0.4);
    box-shadow: 0px 10px 20px 0px rgba(224, 224, 224, 0.4);
    -webkit-transition: .4s ease;
    transition: .3s ease;
    padding: 30px 10px 22px;
    margin-bottom: 30px;
}

.landing-banners .panel--logo:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
}

.landing-banners .panel--logo img {
    margin-bottom: 16px;
}

.landing-banners .panel--logo h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
}

/* landing carousel   */
.landing-carousel .owl-item .img-item {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.landing-carousel .owl-item.center .img-item {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
}

.landing-carousel .carousel-navs {
    margin: 0;
}

.landing-carousel .carousel-navs .owl-nav .owl-prev:before,
.landing-carousel .carousel-navs .owl-nav .owl-next:before {
    font-size: 20px;
    color: #222222;
}

.landing-carousel .carousel-navs .owl-nav .owl-prev:hover:before,
.landing-carousel .carousel-navs .owl-nav .owl-next:hover:before {
    color: var(--main);
}

.landing-carousel .carousel-navs .owl-nav .owl-prev {
    left: 280px;
}

.landing-carousel .carousel-navs .owl-nav .owl-next {
    right: 280px;
}

.landing-carousel .carousel-navs .owl-nav [class*=owl-],
.landing-carousel .carousel-navs .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    border: none;
}

.landing-carousel .owl-carousel .owl-item img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
    -webkit-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.2);
    -moz-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.2);
    box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.2);
    padding-top: 25px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .landing-hero h1 {
        font-size: 27px;
    }

    .landing-carousel .carousel-navs .owl-nav .owl-prev {
        left: -20px;
    }

    .landing-carousel .carousel-navs .owl-nav .owl-next {
        right: -20px;
    }
}

/* Small Devices, Tablets */
/*------------------------------------*\
    #Side Nav
\*------------------------------------*/
/* Header Fixed Left */
.header-fixed-side {
    width: 270px;
    position: fixed;
    border-radius: 0;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #f9f9f9;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: left;
    padding-left: 55px;
}

.header-fixed-side .navbar > .container,
.header-fixed-side .navbar > .container-fluid,
.header-fixed-side .navbar {
    height: auto;
    display: block;
    position: static;
}

.header-fixed-side .navbar-nav > li:after {
    left: 0;
}

.header-fixed-side .header--panel {
    width: 100%;
    height: 100%;
}

.header-fixed-side .navbar-brand {
    text-align: left;
    margin: 50px 0;
}

.header-fixed-side .header--panel .navbar-nav {
    margin-bottom: 0;
    margin: 0;
    float: none;
}

.header-fixed-side .header--panel .navbar-nav > li {
    margin-right: 0;
    float: none;
    line-height: 50px;
    height: auto;
}

.header-fixed-side .navbar-nav a {
    font-size: 13px;
    font-weight: 700;
    line-height: 1 !important;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
}

.header-fixed-side .navbar-nav > li:after {
    bottom: 10px;
}

.header-fixed-side .navbar-nav > li:before {
    bottom: 7px;
}

.header-fixed-side .navbar-nav > li.active:after,
.header-fixed-side .navbar-nav > li.active:before,
.header-fixed-side .navbar-nav > li:hover:after,
.header-fixed-side .navbar-nav > li:hover:before {
    opacity: 1;
    background-color: var(--main);
}

.header-fixed-side .header--panel .navbar-nav li:last-child a {
    margin-bottom: 0;
}

.header-fixed-side .header--panel .navbar-nav a:hover {
    color: var(--main);
}

.header--panel-footer {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 30px;
    padding-left: 30px;
}

.header-fixed-side .header--panel .header--panel-social {
    margin-bottom: 11px;
    margin-top: 40px;
}

.header-fixed-side .header--panel .header--panel-social a {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    display: inline-block;
    margin-right: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.header-fixed-side .header--panel .header--panel-social a:last-of-type {
    margin-right: 0;
}

.header-fixed-side .header--panel .header--panel-copyright {
    font-size: 13px;
    font-weight: 400;
    color: #6C757D;
    font-family: 'Droid Serif', serif;
}

.side-header .wrapper {
    margin: 0 0 0 270px !important;
    width: auto !important;
    padding: 40px 0;
}

.side-header .wrapper .container {
    width: auto !important;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 991px) {

    .header-fixed-side {
        width: 100%;
        position: relative;
        margin-bottom: 50px;
        padding: 0 15px;
    }

    .header-fixed-side .navbar-brand {
        margin: 0;
    }

    .header-fixed-side .navbar > .container {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        width: 100% !important;
    }

    .header-fixed-side .navbar-light .navbar-toggler {
        margin-right: 0;
    }

    .side-header .wrapper {
        margin: 0 !important;
    }

    .header-fixed-side .header--panel-logo {
        padding: 0;
        margin-bottom: 0;
        float: none;
        width: auto;
    }

    .header--panel-footer {
        display: none;
    }

    .header-fixed-side .container > .navbar-collapse {
        margin-left: 0;
        background-color: transparent;
        border: none;
    }

    .header-fixed-side .header--panel .header--panel-social a {
        color: #646464;
    }

    .header-fixed-side .navbar-nav a {
        padding-left: 0;
        color: #333333 !important;
    }

    .header-fixed-side .header--panel .navbar-nav {
        padding: 0;
    }

    .header-fixed-side .header--panel .header--panel-social {
        margin-top: 0;
    }

    .header-fixed-side .header--panel .navbar-nav a:hover {
        color: var(--main) !important;
    }
}

/*------------------------------------*\
    #Carousel
\*------------------------------------*/
.owl-nav.disabled {
    display: none;
}

.owl-carousel .owl-item img {
    width: inherit;
}

.carousel-dots {
    margin-top: 15px;
}

.owl-nav button.owl-dot,
.owl-nav button.owl-dot:focus,
.carousel-dots button.owl-dot,
.carousel-dots button.owl-dot:focus {
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    line-height: 10px;
}

.carousel-dots .owl-dots {
    text-align: center;
}

.carousel-dots .owl-dots .owl-dot {
    margin: 0 7px;
    display: inline-block;
}

.carousel-dots .owl-dots .owl-dot span {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #4e4e4e;
    margin: 2px;
    display: inline-block;
    cursor: pointer;
}

.carousel-dots .owl-dots .owl-dot.active span {
    background-color: transparent;
    outline: 2px solid #222222;
}

.carousel-dots .owl-dots .owl-dot.active {
    outline: 2px solid #222 !important;
}

.carousel-dots.carousel-white .owl-dots .owl-dot span {
    border-color: rgba(255, 255, 255, 0.5);
}

.carousel-dots.carousel-theme .owl-dots .owl-dot.active span {
    background-color: var(--main);
    border-color: var(--main);
}

.carousel-dots.carousel-white .owl-dots .owl-dot.active span {
    background-color: #ffffff;
    border-color: #ffffff;
}

.carousel-navs .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #222;
    padding: 0;
    border: 0;
    margin: -25px 0 0 0;
    border-radius: 0;
    text-align: center;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    font-weight: bold;
    cursor: pointer;
}

.carousel-navs .owl-nav [class*=owl-]:hover {
    background-color: var(--main);
}

.carousel-navs .owl-nav .owl-prev {
    left: 0;
}

.carousel-navs .owl-nav .owl-next {
    right: 0;
}

.carousel-navs .owl-nav .owl-prev:before,
.carousel-navs .owl-nav .owl-next:before {
    content: "\e900";
    font-family: 'celia' !important;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    position: absolute;
    color: #fff;
}

.carousel-navs .owl-nav .owl-next:before {
    content: "\e903";
}

.carousel-navs .owl-nav .owl-next,
.carousel-navs .owl-nav .owl-prev {
    font-size: 0;
}

.carousel-navs .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.carousel-navs .owl-dots .owl-dot span {
    background-color: transparent;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .carousel-dots {
        margin-top: 20px;
    }

    .slider-navs .owl-nav .owl-prev {
        left: 0;
    }

    .slider-navs .owl-nav .owl-next {
        right: 0;
    }

    .slider-navs .owl-nav .owl-next:before,
    .slider-navs .owl-nav .owl-prev:before {
        font-size: 20px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .slider-navs .owl-nav .owl-next:before,
    .slider-navs .owl-nav .owl-prev:before {
        font-size: 30px;
    }
}

/*------------------------------------*\
    #Layout Split
\*------------------------------------*/
.nav-split {
    position: fixed;
    top: 50%;
    right: 30px;
    z-index: 9999;
    margin-bottom: 0;
    list-style: none;
}

.nav-split li {
    padding: 4px;
    margin: 8px 0;
}

.nav-split li.active,
.nav-split li:hover {
    outline: 2px solid #222222 !important;
}

.nav-split li a {
    width: 6px;
    height: 6px;
    line-height: 6px;
    border: 2px solid #4e4e4e;
    background-color: transparent;
    font-size: 0;
    border-radius: 50%;
    display: block;
}

.nav-split li a:hover,
.nav-split li.active a {
    border-color: #222222;
}

.nav-split li.split-even a {
    background-color: #ffffff;
}

.nav-split li.split-even a:hover,
.nav-split li.split-even.active a {
    -moz-box-shadow: 0 0 0 2px #ffffff;
    -webkit-box-shadow: 0 0 0 2px #ffffff;
    box-shadow: 0 0 0 2px #ffffff;
    border-color: #333;
}