/*!// Contents
// ------------------------------------------------>
1. Global Styles
2. Typography
3. Color
4. Align
5. Grid
6. Blockquotes
7. Background
8. Breadcrumbs
9. Buttons
10. Forms
11. Icons
12. List
13. Media
14. Tabs
15. Accordions
16. Page Title
17. Pagination
18. Alerts
19. Backtop
20. Range
21. Icon Box
22. Misc
23. Modals
24. Animation
25. Tables
26. Heading
27. Loading
28. Header
29. Menu
30. Hero
31. Team
32. Testimonial
33. Portfolio
34. Feature
35. Call To Action
36. Counter
37. Pricing Tables
38. Blog
39. Shop
40. Contact
41. Sidebar
42. Footer
43. 404
44. Soon
45. Maintenance
46. Clients
47. Process
48. Skills
49. Video
50. Newsletter
51. Timeline
52. Carousel
53. Divider
54. Banner
55. Number
56. Pie Charts
57. Side Nav
58. Landing
59. Layout Boxed
60. Layout Bordered
61. Layout Split
/*------------------------------------*\
#GLOBAL STYLES
\*------------------------------------*/

body,
html {
    overflow-x: hidden
}

html {
    font-size: 13px
}

body {
    background-color: #fff;
    font-family: roboto, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #9b9b9b;
    line-height: 1.5;
    margin: 0
}

.wrapper {
    background-color: #fff
}

* {
    outline: none
}

::-moz-selection {
    text-shadow: none
}

::selection {
    background-color: #FC5B3F;
    color: #fff;
    text-shadow: none
}

pre {
    overflow-x: hidden
}

a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #FC5B3F
}

a:hover {
    color: #cc9000;
    text-decoration: none
}

a:focus {
    color: #cc9000;
    outline: none;
    text-decoration: none
}

a:active {
    color: #cc9000;
    outline: none;
    text-decoration: none
}

textarea {
    resize: none
}

button.btn {
    margin-bottom: 0
}

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

.modal-backdrop {
    z-index: 1020;
    background-color: rgba(34, 34, 34, .95)
}

.fullscreen {
    height: 100vh!important
}

@media only screen and (max-width:992px) {
    .fullscreen {
        height: auto!important
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #282828;
    font-family: 'exo 2', sans-serif;
    font-weight: 700;
    margin: 0 0 28px;
    line-height: 1
}

.h1,
h1 {
    font-size: 52px
}

.h2,
h2 {
    font-size: 42px
}

.h3,
h3 {
    font-size: 38px
}

.h4,
h4 {
    font-size: 32px
}

.h5,
h5 {
    font-size: 24px
}

.h6,
h6 {
    font-size: 18px
}

p {
    color: #9b9b9b;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px
}

.lead {
    font-size: 16px;
    line-height: 1.8
}

.text--left {
    text-align: left!important
}

.text--right {
    text-align: right!important
}

.text--center {
    text-align: center!important
}

.text--just {
    text-align: justify!important
}

.align--top {
    vertical-align: top
}

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

.align--middle {
    vertical-align: middle
}

.align--baseline {
    vertical-align: baseline
}

.bold {
    font-weight: 700!important
}

.regular {
    font-weight: 400!important
}

.medium {
    font-weight: 500!important
}

.italic {
    font-style: italic
}

.break-word {
    word-wrap: break-word
}

.no-wrap {
    white-space: nowrap
}

.text-white {
    color: #fff!important
}

.text-gray {
    color: #f9f9f9!important
}

.text-black {
    color: #282828
}

.text-theme {
    color: #FC5B3F!important
}

.text--capitalize {
    text-transform: capitalize!important
}

.text--uppercase {
    text-transform: uppercase!important
}

.font-heading {
    font-family: 'exo 2', sans-serif
}

.font-body {
    font-family: roboto, sans-serif
}

.font-18 {
    font-size: 24px
}

.font-16 {
    font-size: 16px
}

.font-20 {
    font-size: 20px
}

.font-40 {
    font-size: 40px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    text-center-xs {
        text-align: center!important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    text-center-sm {
        text-align: center!important
    }
}

.higlighted-style1 {
    background-color: #FC5B3F;
    color: #fff;
    padding: 5px 0
}

.higlighted-style2 {
    background-color: #282828;
    color: #fff;
    padding: 5px 0
}

.higlighted-style3 {
    background-color: #f9f9f9;
    color: #FC5B3F;
    padding: 5px 0
}

.color-heading {
    color: #282828!important
}

.color-theme {
    color: #FC5B3F!important
}

.color-white {
    color: #fff!important
}

.color-gray {
    color: #f9f9f9!important
}

address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
    margin-bottom: 20px
}

section {
    padding-top: 110px;
    padding-bottom: 110px;
    overflow: hidden
}

.m-0 {
    margin: 0!important
}

.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
}

.mt-10 {
    margin-top: 10px!important
}

.mt-20 {
    margin-top: 20px!important
}

.mt-30 {
    margin-top: 30px!important
}

.mt-40 {
    margin-top: 40px!important
}

.mt-50 {
    margin-top: 50px!important
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px!important
}

.mt-80 {
    margin-top: 80px!important
}

.mt-90 {
    margin-top: 90px!important
}

.mt-100 {
    margin-top: 100px!important
}

.mt-150 {
    margin-top: 150px
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-15 {
    margin-bottom: 15px
}

.mb-10 {
    margin-bottom: 10px!important
}

.mb-20 {
    margin-bottom: 20px!important
}

.mb-30 {
    margin-bottom: 30px!important
}

.mb-40 {
    margin-bottom: 40px!important
}

.mb-45 {
    margin-bottom: 45px!important
}

.mb-50 {
    margin-bottom: 50px!important
}

.mb-55 {
    margin-bottom: 50px!important
}

.mb-40 {
    margin-bottom: 40px!important
}

.mb-60 {
    margin-bottom: 60px!important
}

.mb-70 {
    margin-bottom: 70px!important
}

.mb-80 {
    margin-bottom: 80px!important
}

.mb-90 {
    margin-bottom: 90px!important
}

.mb-100 {
    margin-bottom: 100px!important
}

.mb-120 {
    margin-bottom: 120px!important
}

.mb-150 {
    margin-bottom: 150px!important
}

.mr-0 {
    margin-right: 0
}

.mr-30 {
    margin-right: 30px!important
}

.mr-50 {
    margin-right: 50px
}

.mr-60 {
    margin-right: 60px
}

.mr-150 {
    margin-right: 150px
}

.ml-0 {
    margin-left: 0
}

.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!important
}

.ml-50 {
    margin-left: 50px
}

.ml-60 {
    margin-left: 60px
}

.ml-150 {
    margin-left: 150px
}

.p-0 {
    padding: 0!important
}

.p-xs {
    padding: 10px
}

.p-sm {
    padding: 20px
}

.p-md {
    padding: 40px
}

.p-lg {
    padding: 80px
}

.pt-0 {
    padding-top: 0!important
}

.pt-30 {
    padding-top: 30px!important
}

.pt-40 {
    padding-top: 40px!important
}

.pt-50 {
    padding-top: 50px!important
}

.pt-60 {
    padding-top: 60px!important
}

.pt-70 {
    padding-top: 70px!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-20 {
    padding-bottom: 20px!important
}

.pb-30 {
    padding-bottom: 30px!important
}

.pb-50 {
    padding-bottom: 50px!important
}

.pb-60 {
    padding-bottom: 60px!important
}

.pb-70 {
    padding-bottom: 70px!important
}

.pb-80 {
    padding-bottom: 80px!important
}

.pb-85 {
    padding-bottom: 85px!important
}

.pb-90 {
    padding-bottom: 90px!important
}

.pb-100 {
    padding-bottom: 100px!important
}

.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-15 {
    padding-right: 15px!important
}

.pr-30 {
    padding-right: 30px!important
}

.pr-50 {
    padding-right: 50px
}

.pr-60 {
    padding-right: 60px
}

.pr-100 {
    padding-right: 100px!important
}

.pr-150 {
    padding-right: 150px
}

.pl-0 {
    padding-left: 0
}

.pl-30 {
    padding-left: 30px
}

.pl-50 {
    padding-left: 50px
}

.pl-60 {
    padding-left: 60px
}

.pl-70 {
    padding-left: 70px
}

.pl-100 {
    padding-left: 100px!important
}

.pl-150 {
    padding-left: 150px
}

.fixed {
    position: fixed
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.static {
    position: static
}

.zindex-1 {
    z-index: 1
}

.zindex-2 {
    z-index: 2
}

.zindex-3 {
    z-index: 3
}

.border-all {
    border: 1px solid #FC5B3F
}

.border-top {
    border-top: 1px solid #FC5B3F
}

.border-bottom {
    border-bottom: 1px solid #FC5B3F
}

.border-right {
    border-right: 1px solid #FC5B3F
}

.border-left {
    border-left: 1px solid #FC5B3F
}

.inline {
    display: inline
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.hide {
    display: none
}

.flex {
    display: flex
}

@media only screen and (max-width:767px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .text-center-xs {
        text-align: center!important
    }
    .pull-none-xs {
        float: none!important;
        text-align: center!important
    }
    .mb-15-xs {
        margin-bottom: 15px
    }
    .mb-30-xs {
        margin-bottom: 30px!important
    }
    .mb-40-xs {
        margin-bottom: 40px!important
    }
    .mb-50-xs {
        margin-bottom: 50px
    }
    .mb-60-xs {
        margin-bottom: 60px!important
    }
    .p-none-xs {
        padding-right: 0;
        padding-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .text-center-sm {
        text-align: center!important
    }
    .mb-0-sm {
        margin-bottom: 0
    }
    .mb-15-sm {
        margin-bottom: 15px
    }
    .mb-30-sm {
        margin-bottom: 30px!important
    }
    .mb-40-sm {
        margin-bottom: 40px
    }
    .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
    }
    .pull-none-sm {
        float: none!important;
        text-align: center!important
    }
}

.border-b {
    border-bottom: 1px solid #f9f9f9
}

.mt--80 {
    margin-top: -80px
}

.row-no-padding [class*=col-] {
    padding-left: 0!important;
    padding-right: 0!important
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-5ths {
    width: 20%;
    float: left
}

@media(min-width:768px) {
    .col-sm-5ths {
        width: 20%;
        float: left
    }
}

@media(min-width:992px) {
    .col-md-5ths {
        width: 20%;
        float: left
    }
}

@media(min-width:1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left
    }
}

.col-content {
    padding: 120px 100px 110px 120px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .col-content {
        padding: 40px!important
    }
}

.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%);
    -moz-transform: perspective(1px) translateY(-50%);
    -o-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%)
}

.height-700 {
    height: 700px!important
}

.height-500 {
    height: 500px!important
}

.height-800 {
    height: 800px!important
}

@media only screen and (min-width:992px) {
    .hidden-lg,
    .hidden-md {
        display: none
    }
}

.blockquote,
blockquot {
    font-size: 20px;
    font-family: 'exo 2', sans-serif;
    color: #9b9b9b;
    font-style: italic;
    line-height: 28px;
    font-weight: 500;
    padding: 30px 0 30px 30px;
    position: relative
}

.quote-author {
    font-family: roboto, sans-serif;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    color: #282828;
    margin-top: 18px
}

.blockquote-1 {
    border-left: 6px solid #282828
}

.blockquote-3,
.blockquote-4 {
    padding-right: 30px
}

.blockquote-2,
.blockquote-3,
.blockquote-4 {
    border-left: none
}

.blockquote-2:after,
.blockquote-2:before {
    font-family: fontawesome;
    font-size: 16px;
    position: absolute;
    color: #282828;
    line-height: 1.8
}

.blockquote-2:before {
    content: "\f10d";
    top: 0;
    left: 0
}

.blockquote-2:after {
    content: "\f10e";
    right: 0;
    bottom: 0
}

.blockquote-3 {
    color: #FC5B3F;
    background-color: #f4f4f4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.blockquote-4 {
    color: #fff;
    background-color: #282828;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.blockquote-4 .quote-author {
    color: #fff
}

.bg-theme {
    background-color: #FC5B3F!important
}

.bg-gray {
    background-color: #f9f9f9!important
}

.bg-white {
    background-color: #fff!important
}

.bg-dark {
    background-color: #222!important
}

.bg-secondary {
    background-color: #333
}

.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-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%
}

.bg-parallax {
    background-attachment: fixed
}

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

.bg-overlay-dark:before {
    background-image: -webkit-linear-gradient(to bottom, rgba(27, 26, 26, 0.5) 0%, rgba(27, 26, 26, 0) 31%, rgba(27, 26, 26, 0) 82%);
    background-image: -moz-linear-gradient(to bottom, rgba(27, 26, 26, 0.5) 0%, rgba(27, 26, 26, 0) 31%, rgba(27, 26, 26, 0) 82%);
    background-image: -o-linear-gradient(to bottom, rgba(27, 26, 26, 0.5) 0%, rgba(27, 26, 26, 0) 31%, rgba(27, 26, 26, 0) 82%);
    background-image: linear-gradient(to bottom, rgba(27, 26, 26, 0.5) 0%, rgba(27, 26, 26, 0) 31%, rgba(27, 26, 26, 0) 82%);
    background-color: #1b1a1a;
    opacity: .6
}

.bg-overlay-dark2:before {
    background-color: #1b1a1a;
    opacity: .97
}

.bg-overlay-dark3:before {
    background-image: -webkit-linear-gradient(to bottom, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 0) 69%, #f9f9f9 96%);
    background-image: -moz-linear-gradient(to bottom, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 0) 69%, #f9f9f9 96%);
    background-image: -o-linear-gradient(to bottom, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 0) 69%, #f9f9f9 96%);
    background-image: linear-gradient(to bottom, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 0) 69%, #f9f9f9 96%);
    background-color: #1b1a1a;
    opacity: .96
}

.bg-overlay-dark4:before {
    background-image: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 69%, #ffffff 92%);
    background-image: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 69%, #ffffff 92%);
    background-image: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 69%, #ffffff 92%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 69%, #ffffff 92%);
    background-color: #1b1a1a;
    opacity: .96
}

.bg-overlay-dark5:before {
    background-color: #1b1a1a;
    opacity: .94
}

.bg-overlay-dark6:before {
    background-color: #1b1a1a;
    opacity: .95
}

.bg-overlay-dark7:before {
    background-color: #1b1a1a;
    opacity: .75
}

.bg-overlay-dark8:before {
    background-color: #1b1a1a;
    opacity: .8
}

.bg-overlay-dark9:before {
    background-color: #1b1a1a;
    opacity: .9
}

.bg-overlay-dark10:before {
    background-image: -moz-linear-gradient(90deg, #1b1a1a 0%, rgba(27, 26, 26, 0.11) 82%, #1b1a1a 92%);
    background-image: -webkit-linear-gradient(90deg, #1b1a1a 0%, rgba(27, 26, 26, 0.11) 82%, #1b1a1a 92%);
    background-image: -ms-linear-gradient(90deg, #1b1a1a 0%, rgba(27, 26, 26, 0.11) 82%, #1b1a1a 92%);
    background-image: linear-gradient(90deg, #1b1a1a 0%, rgba(27, 26, 26, 0.11) 82%, #1b1a1a 92%)
}

.bg-overlay-theme:before {
    background-color: #FC5B3F;
    opacity: .85
}

.bg-overlay-theme2:before {
    background-image: -webkit-linear-gradient(to top, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 0) 45%, #f9f9f9 92%);
    background-image: -moz-linear-gradient(to top, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 0) 45%, #f9f9f9 92%);
    background-image: -o-linear-gradient(to top, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 0) 45%, #f9f9f9 92%);
    background-image: linear-gradient(to top, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 0) 45%, #f9f9f9 92%);
    background-color: #FC5B3F;
    opacity: .96
}

.bg-overlay-theme2:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(to top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 1%, #ffffff 35%);
    height: 150px;
    width: 100%;
    z-index: -1
}

.bg-overlay-theme3:before {
    background-color: #FC5B3F;
    opacity: .9
}

.bg-video {
    position: relative
}

.bg-video .bg-player {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: url(polina.html) no-repeat;
    min-height: 500px
}

.bg-video .vidbg {
    min-width: 100%;
    min-height: 100%
}

.bg-vyoutube {
    z-index: 550;
    text-align: center;
    height: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden
}

.no-shadow {
    box-shadow: none!important
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    color: #e5e4e4;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize
}

.breadcrumb>li+li:before,
.breadcrumb>li a {
    color: #e5e4e4
}

.breadcrumb>.active {
    color: #f9f9f9
}

.breadcrumb-2>li+li:before {
    content: "\f101";
    font-family: fontawesome
}

.breadcrumb-3>li+li:before {
    content: "\f105";
    font-family: fontawesome
}

.breadcrumb>li a:hover {
    color: #FC5B3F
}

.btn {
    font-family: roboto, sans-serif;
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    border-radius: 0;
    padding: 0;
    line-height: 48px;
    width: 170px;
    height: 50px;
    letter-spacing: .26px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn.active,
.btn:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn--primary {
    background-color: #FC5B3F;
    color: #fff;
    border: 2px solid #FC5B3F
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
    background-color: transparent;
    color: #FC5B3F
}

.btn--primary.btn--inverse:active,
.btn--primary.btn--inverse:focus,
.btn--primary.btn--inverse:hover {
    background-color: #fff;
    color: #FC5B3F;
    border-color: #fff
}

.btn--secondary {
    background-color: #282828;
    color: #fff;
    border: 2px solid #282828
}

.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
    background-color: #FC5B3F;
    color: #fff;
    border-color: #FC5B3F
}

.btn--secondary.btn--inverse:active,
.btn--secondary.btn--inverse:focus,
.btn--secondary.btn--inverse:hover {
    background-color: #fff;
    color: #282828;
    border-color: #fff
}

.btn--white {
    background-color: #fff;
    color: #282828;
    border: 2px solid #fff
}

.btn--white:active,
.btn--white:focus,
.btn--white:hover {
    background-color: #FC5B3F;
    color: #fff;
    border-color: #FC5B3F
}

.btn--block {
    width: 100%
}

.btn--auto {
    width: auto
}

.btn--rounded {
    border-radius: 50px
}

.btn--link {
    background-color: transparent;
    border-color: transparent
}

.btn--link.btn--primary {
    color: #FC5B3F
}

.btn--link.btn--primary:active,
.btn--link.btn--primary:focus,
.btn--link.btn--primary:hover {
    color: #282828;
    background-color: transparent;
    border-color: transparent
}

.btn--link.btn--secondary {
    color: #282828
}

.btn--link.btn--secondary:active,
.btn--link.btn--secondary:focus,
.btn--link.btn--secondary:hover {
    color: #FC5B3F;
    background-color: transparent;
    border-color: transparent
}

.btn--bordered {
    background-color: transparent
}

.btn--bordered.btn--primary {
    color: #FC5B3F;
    border-color: #FC5B3F
}

.btn--bordered.btn--primary:active,
.btn--bordered.btn--primary:focus,
.btn--bordered.btn--primary:hover {
    color: #fff;
    background-color: #FC5B3F;
    border-color: #FC5B3F
}

.btn--bordered.btn--secondary {
    color: #282828;
    border-color: #282828
}

.btn--bordered.btn--secondary:active,
.btn--bordered.btn--secondary:focus,
.btn--bordered.btn--secondary:hover {
    color: #fff;
    background-color: #282828;
    border-color: #282828
}

.btn--bordered.btn--white {
    color: #fff;
    border-color: #fff
}

.btn--bordered.btn--white:active,
.btn--bordered.btn--white:focus,
.btn--bordered.btn--white:hover {
    color: #FC5B3F;
    background-color: #fff;
    border-color: #fff
}

.btn--white.btn--secondary {
    color: #282828;
    border-color: #fff;
    background-color: #fff
}

.btn--white.btn--secondary:active,
.btn--white.btn--secondary:focus,
.btn--white.btn--secondary:hover {
    color: #fff;
    background-color: #FC5B3F;
    border-color: #FC5B3F
}

.btn--slide:last-of-type {
    margin-left: -6px
}

.btn--slide-wide {
    width: 270px
}

.btn--video {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 51px;
    text-transform: uppercase;
    padding-left: 50px
}

.btn--video i {
    position: absolute;
    left: 0;
    top: 0;
    color: #f9f9f9;
    font-size: 48px
}

.btn--video:hover,
.btn--video:hover i {
    color: #FC5B3F
}

.btn--video-bordered {
    width: 68px;
    height: 68px;
    line-height: 65px;
    border-radius: 50%;
    border-radius: 33px;
    background-color: rgba(255, 255, 255, .2);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.btn--video-bordered .btn--video {
    padding-left: 0;
    width: 48px;
    height: 48px;
    color: #f9f9f9
}

.btn--video-bordered .btn--video i {
    left: 9px
}

.btn--video-bordered:hover {
    background-color: #fff
}

.btn--video-bordered:hover .btn--video,
.btn--video-bordered:hover .btn--video i {
    color: #FC5B3F
}

.btn-more span {
    position: relative;
    padding-right: 7px
}

.btn-more span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 8px;
    margin-left: -7px;
    height: 2px;
    background-color: #222
}

.btn-more span:after {
    position: absolute;
    content: "";
    left: -4px;
    top: 50%;
    margin-top: -3px;
    width: 2px;
    height: 8px;
    background-color: #222
}

.btn-more:hover span:after,
.btn-more:hover span:before {
    background-color: #fff
}

.btn--link.btn-more {
    color: #FC5B3F;
    height: 15px;
    line-height: 15px
}

.btn--link.btn-more:hover {
    color: #282828
}

.btn--link.btn-more span:after,
.btn--link.btn-more span:before {
    background-color: #FC5B3F
}

.btn--link.btn-more:hover span:after,
.btn--link.btn-more:hover span:before {
    background-color: #282828
}

.btn--action {
    line-height: 130px;
    height: 130px
}

.btn--action span:after,
.btn--action span:before {
    background-color: #fff
}

.btn--gradient {
    background-image: -webkit-linear-gradient(#FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    background-image: -moz-linear-gradient(#FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    background-image: -ms-linear-gradient(#FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    background-image: -o-linear-gradient(#FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    background-image: linear-gradient(#FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    color: #fff;
    border: none;
    line-height: 50px
}

.btn--gradient:active,
.btn--gradient:focus,
.btn--gradient:hover {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#FC5B3a), to(#FC5B3a));
    background-image: -webkit-linear-gradient(left, #FC5B3a, #FC5B3a);
    background-image: -moz-linear-gradient(left, #FC5B3a, #FC5B3a);
    background-image: -ms-linear-gradient(left, #FC5B3a, #FC5B3a);
    background-image: -o-linear-gradient(left, #FC5B3a, #FC5B3a);
    background-image: linear-gradient(left, #FC5B3a, #FC5B3a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#FC5B3a', endColorStr='#FC5B3a', gradientType='1')
}

.form-control {
    color: #9b9b9b;
    font-size: 13px;
    font-weight: 400;
    height: 50px;
    line-height: 49px;
    border: none;
    background: #f4f4f4;
    padding-left: 20px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control:focus {
    border-color: #FC5B3F;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control::-webkit-input-placeholder {
    color: #9b9b9b;
    text-transform: capitalize
}

.form-control:-moz-placeholder {
    color: #9b9b9b;
    text-transform: capitalize
}

.form-control::-moz-placeholder {
    color: #9b9b9b;
    text-transform: capitalize
}

.form-control:-ms-input-placeholder {
    color: #9b9b9b;
    text-transform: capitalize
}

.form-select {
    position: relative
}

.form-select i {
    position: absolute;
    font-size: 19px;
    font-weight: 400;
    line-height: 49px;
    right: 20px;
    top: 0;
    z-index: 1;
    pointer-events: none;
    cursor: pointer;
    color: #9b9b9b
}

.form-select select {
    line-height: 1;
    color: #9b9b9b;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.input-checkbox {
    margin-bottom: 30px
}

.label-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    z-index: 2
}

.label-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.check-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 17px;
    width: 17px;
    background: 0 0;
    border: 1px solid #e1e3e3;
    border-radius: 2px
}

.label-checkbox input:checked~.check-indicator {
    background: #fff
}

.check-indicator:after {
    content: '';
    position: absolute;
    display: none
}

.label-checkbox .check-indicator:after {
    left: 4px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #FC5B3F;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

.label-checkbox input:checked~.check-indicator:after {
    display: block
}

.input-checkbox p {
    display: block;
    position: relative;
    font-size: 13px;
    padding-left: 30px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 0
}

#icons section {
    padding-top: 60px;
    padding-bottom: 60px
}

#icons h3 {
    margin-bottom: 0
}

#icons .fa-hover {
    margin-bottom: 15px;
    font-size: 15px
}

#icons i {
    margin-right: 10px
}

ul.list {
    padding: 0;
    font-size: 14px;
    list-style-type: none
}

ul.list li {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    position: relative
}

ul.dot-list li {
    padding-left: 26px
}

ul.dot-list li:before {
    content: "\f111";
    position: absolute;
    top: 4px;
    left: 0;
    font-family: fontawesome;
    font-size: 7px;
    color: #FC5B3F
}

.screen-img {
    position: relative;
    display: block;
    overflow: hidden
}

.screen-img img {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.screen-img .screen-hover {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .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 .4s .4s ease-in-out;
    -moz-transition: all .4s .4s ease-in-out;
    -o-transition: all .4s .4s ease-in-out;
    transition: all .4s .4s ease-in-out;
    opacity: 0
}

.screen-img:hover .screen-hover {
    opacity: 1
}

.screen-img:hover .screen-hover a {
    opacity: 1
}

.tabs .nav-tabs {
    border: none;
    text-align: center
}

.tabs .nav-tabs>li {
    float: none;
    display: inline-block
}

.tabs .nav-tabs>li>a {
    color: #333;
    font-size: 13px;
    font-weight: 800;
    text-transform: capitalize;
    border-radius: 0;
    border: none;
    padding-right: 14px;
    padding-left: 14px
}

.tabs .nav-tabs>li>a:focus,
.tabs .nav-tabs>li>a:hover,
.tabs .nav-tabs>li.active>a,
.tabs .nav-tabs>li.active>a:focus,
.tabs .nav-tabs>li.active>a:hover {
    color: #0cb4ce;
    background-color: transparent;
    border: none
}

.tabs .tab-content>.tab-pane {
    padding-top: 27px
}

.tabs .tab-content>.tab-pane p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px
}

.tabs-2.tabs .nav-tabs {
    border-bottom: none
}

.tabs-2.tabs .nav-tabs>li>a {
    padding-top: 0;
    padding-bottom: 0
}

.tabs-2.tabs .nav-tabs>li>a i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 2px;
    background-color: #282828;
    display: block;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px
}

.tabs-2.tabs .nav-tabs>li>a:focus,
.tabs-2.tabs .nav-tabs>li>a:hover,
.tabs-2.tabs .nav-tabs>li.active>a,
.tabs-2.tabs .nav-tabs>li.active>a:focus,
.tabs-2.tabs .nav-tabs>li.active>a:hover {
    color: #0cb4ce;
    background-color: #fff;
    border: none
}

.tabs-2.tabs .nav-tabs>li>a:focus i,
.tabs-2.tabs .nav-tabs>li>a:hover i,
.tabs-2.tabs .nav-tabs>li.active>a i,
.tabs-2.tabs .nav-tabs>li.active>a:focus i,
.tabs-2.tabs .nav-tabs>li.active>a:hover i {
    background-color: #0cb4ce
}

.tabs-vertical.tabs .nav-tabs {
    border-bottom: none;
    border-right: 1px solid #ededed;
    width: 15%;
    float: left
}

.tabs-vertical.tabs .nav-tabs>li {
    float: none;
    display: block
}

.tabs-vertical.tabs .nav-tabs>li>a {
    border-radius: 0;
    border: none;
    padding-right: 20px;
    padding-left: 0;
    margin-right: 0
}

.tabs-vertical.tabs .nav-tabs>li>a:focus,
.tabs-vertical.tabs .nav-tabs>li>a:hover,
.tabs-vertical.tabs .nav-tabs>li.active>a,
.tabs-vertical.tabs .nav-tabs>li.active>a:focus,
.tabs-vertical.tabs .nav-tabs>li.active>a:hover {
    color: #0cb4ce;
    background-color: #fff;
    border: none;
    border-right: 2px solid #0cb4ce;
    padding-left: 11px
}

.tabs-vertical.tabs .tab-content {
    padding-left: 15%;
    text-align: left
}

.tabs-vertical.tabs .tab-content>.tab-pane {
    padding-left: 60px;
    padding-top: 0
}

.tabs-vertical.tabs .tab-content>.tab-pane p {
    color: #a5a5a5;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px
}

.tabs-vertical-2.tabs-vertical.tabs .nav-tabs>li>a:focus,
.tabs-vertical-2.tabs-vertical.tabs .nav-tabs>li>a:hover,
.tabs-vertical-2.tabs-vertical.tabs .nav-tabs>li.active>a,
.tabs-vertical-2.tabs-vertical.tabs .nav-tabs>li.active>a:focus,
.tabs-vertical-2.tabs-vertical.tabs .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #0cb4ce;
    border: none;
    border-right: 2px solid #0cb4ce;
    padding-left: 11px
}

.accordion {
    border: 1px solid #ededed
}

.accordion .panel {
    padding: 32px;
    margin-bottom: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 1px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #ededed
}

.accordion .panel:last-of-type {
    border-bottom: none
}

.accordion .panel .panel--heading {
    padding: 0
}

.accordion .panel .panel--heading a {
    font-family: roboto, sans-serif;
    font-size: 16px;
    color: #FC5B3F;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
    position: relative;
    display: block
}

.accordion .panel .panel--heading a.collapsed {
    color: #282828
}

.accordion .panel .panel--body {
    padding: 22px 0 6px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px
}

.accordion .panel--heading .accordion-toggle:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "\f068";
    font-family: fontawesome;
    font-size: 9px;
    color: #fff;
    background-color: #FC5B3F;
    border: 1px solid #FC5B3F;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px
}

.accordion .panel--heading .accordion-toggle.collapsed:after {
    background-color: transparent;
    content: "\f067";
    color: #282828;
    border: none
}

.accordion.accordion-1 .panel--heading a {
    padding-left: 0
}

.accordion.accordion-2 .panel {
    background-color: transparent
}

.pagination {
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.pagination>li {
    margin-right: 10px;
    display: inline-block
}

.pagination>li>a,
.pagination>li>span {
    background-color: transparent;
    color: #9b9b9b;
    font-family: roboto, sans-serif;
    font-size: 20px;
    font-weight: 700;
    border-color: 2px solid rgba(34, 34, 34, .1);
    text-transform: uppercase;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%
}

.pagination>.active>a,
.pagination>li:hover>a,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #FC5B3F!important;
    color: #fff;
    border-color: #FC5B3F
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 50%
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    border-color: #FC5B3F
}

.alerts {
    background-color: #f9f9f9;
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 40px
}

.alerts .alert-icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: #FC5B3F;
    -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: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px
}

.alerts .alert-content {
    padding-left: 68px
}

.alerts .alert-content h4 {
    color: #FC5B3F;
    font-size: 15px;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: -6px
}

.alerts .alert-content p {
    font-family: open sans, sans-serif;
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 500;
    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
}

.subscribe-alert .alert {
    margin: 10px auto;
    font-size: 12px
}

#contact-result .alert,
#reservation-result .alert {
    margin: 10px auto;
    font-size: 12px
}

#back-to-top {
    z-index: 9999;
    position: fixed;
    right: 40px;
    bottom: 40px;
    opacity: 0
}

.backtop {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    transition: opacity .2s ease-out;
    background-color: #FC5B3F;
    font-size: 20px
}

#back-to-top.show {
    opacity: 1
}

#back-to-top:hover {
    background-color: #FC5B33
}

.backtop.style-2 {
    border-radius: 0
}

.backtop.style-3 {
    border-radius: 5px
}

.backtop.style-4 {
    border-radius: 50%
}

.back-top-styles .backtop {
    text-align: center;
    margin-right: auto;
    margin-left: auto
}

@media only screen and (max-width:992px) {
    #back-to-top.show {
        opacity: 0
    }
}

.range-slider .ui-slider {
    height: 8px;
    background-color: #d7d7d7;
    border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 5px
}

.range-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    margin-left: 0;
    background-color: #272930;
    border-radius: 1px
}

.range-slider .ui-slider-range {
    height: 8px;
    background-color: #FC5B3F;
    margin-bottom: 20px
}

.range-slider p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1
}

.range-slider label {
    color: #f9f9f9
}

.range-slider input {
    color: #FC5B3F;
    border: none;
    background-color: transparent
}

.feature-box {
    text-align: center;
    margin-bottom: 0
}

.feature-box .feature-heading h3 {
    color: #f9f9f9;
    font-size: 17px;
    font-weight: 500;
    line-height: 1
}

.feature-box .feature-icon {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #f9f9f9;
    border-radius: 1px;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 20px;
    overflow: hidden
}

.feature-box .feature-icon i {
    position: relative;
    display: block;
    line-height: 60px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.feature-box:hover .feature-icon i:first-child {
    margin-top: -60px
}

.feature-box .feature-body p {
    margin-bottom: 0
}

.fbox-2 .feature-icon {
    float: left
}

.fbox-2 .feature-body,
.fbox-2 .feature-heading {
    padding-left: 80px;
    text-align: left
}

.fbox-3 .feature-icon {
    float: right
}

.fbox-3 .feature-body,
.fbox-3 .feature-heading {
    padding-right: 80px;
    text-align: right
}

.fbox-bordered .feature-icon {
    background-color: transparent;
    border: 1px solid #f9f9f9;
    color: #f9f9f9
}

.fbox-circle .feature-icon {
    border-radius: 50%
}

.fbox-circle.fb-bordered .feature-icon {
    border-radius: 50%;
    background-color: transparent!important;
    border: 2px solid #f9f9f9;
    color: #f9f9f9
}

.bs-table th small,
.responsive-utilities th small {
    display: block;
    font-weight: 400;
    color: #999
}

.responsive-utilities tbody th {
    font-weight: 400
}

.responsive-utilities td {
    text-align: center
}

.responsive-utilities td.is-visible {
    color: #468847;
    background-color: #dff0d8!important
}

.responsive-utilities td.is-hidden {
    color: #ccc;
    background-color: #f9f9f9!important
}

.pallete-item {
    border: 1px solid #eee;
    margin-bottom: 24px
}

.pallete-color {
    padding: 45px 15px;
    text-align: center;
    text-transform: uppercase
}

.pallete-color p {
    margin-bottom: 0;
    font-weight: 700;
    color: #fff
}

body.modal-open {
    padding-right: 0!important
}

body.modal-open .affix {
    display: none
}

.modal {
    z-index: 1080;
    background: rgba(34, 34, 34, .95)
}

.modal::-webkit-scrollbar {
    display: none;
    width: 0;
    background: 0 0
}

.modal-backdrop {
    z-index: 1020;
    background-color: #282828;
    display: none
}

.modal-content {
    border: none;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none
}

.modal-dialog {
    margin-top: 20px
}

.modal button.close {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    z-index: 1040;
    font-size: 14px;
    font-weight: 400;
    opacity: 1
}

.modal.reservation-popup button.close {
    color: #282828
}

.modal button.close:focus,
.modal button.close:hover {
    color: #FC5B3F
}

@keyframes pulse {
    0% {
        transform: scale(.95);
        opacity: .7
    }
    50% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(.95);
        opacity: .7
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.95);
        opacity: .7
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(.95);
        opacity: .7
    }
}

table {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    margin-bottom: 0
}

table thead {
    background-color: #f9f9f9
}

table thead tr th {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #282828;
    line-height: 30px!important;
    border-bottom-width: 0!important;
    border-color: #eee;
    padding: 0
}

table tbody tr td {
    padding: 20px;
    border-color: #eee
}

table tbody tr td,
table tbody tr td {
    font-size: 13px;
    font-weight: 600;
    line-height: 26px;
    color: #9b9b9b
}

.heading .heading--subtitle {
    font-family: roboto, sans-serif;
    color: #FC5B3F;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 7px
}

.heading .heading--title {
    font-family: 'exo 2', sans-serif;
    font-size: 36px;
    font-weight: 600;
    font-style: italic;
    line-height: 45px;
    margin-bottom: 17px
}

.heading .heading--desc {
    color: #a5a5a5;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0
}

.heading-2 .heading--title {
    font-size: 32px;
    margin-bottom: 0
}

.heading-3 .heading--title {
    font-size: 32px;
    margin-bottom: 0
}

.heading-4 .heading--title {
    font-size: 32px
}

.heading-5 .heading--subtitle {
    font-size: 16px;
    margin-bottom: 9px
}

.heading-5 .heading--title {
    font-size: 45px;
    line-height: 57px;
    font-weight: 500
}

.preloader {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 99999;
    background-color: #fff;
    overflow: hidden
}

.signal {
    border: 5px solid #FC5B3F;
    border-radius: 30px;
    height: 30px;
    left: 50%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 30px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite
}

@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

.header {
    height: 100px
}

.header-transparent {
    background-color: transparent
}

.header-transparent+.mtop-100,
.header-transparent+.page-title {
    position: relative;
    margin-top: -100px
}

.transparent-header .module .module-icon>i {
    color: #fff
}

.static-affix {
    top: 0;
    width: 100%;
    z-index: 10
}

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

.header .navbar {
    margin-bottom: 0;
    border-radius: 0;
    min-height: 100px;
    border: none
}

.header-bordered .navbar {
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.header-bordered .navbar.navbar--dark {
    border-bottom: 1px solid rgba(34, 34, 34, .1)
}

.header .navbar .logo {
    height: 100px;
    line-height: 100px
}

.navbar-nav:not(.nav-pos-right) {
    margin-right: 200px
}

.nav-bordered-right {
    margin-right: 30px
}

.nav-bordered-right+.module:first-of-type:before {
    position: relative;
    margin-left: 12px
}

.nav-bordered-right+.module:first-of-type:before {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: -46px;
    content: "";
    width: 2px;
    height: 26px;
    background-color: #c9c9c9
}

.affix .nav-bordered-right+.module:first-of-type:before {
    background-color: #c9c9c9
}

.navbar-nav>li {
    margin-right: 30px
}

.navbar-nav>li>a {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 100px;
    color: #fff;
    padding: 0
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border: none
}

.navbar-nav>li.active>ul {
    margin-top: 0
}

.navbar-nav>li>a:focus,
.navbar-nav>li>a:hover {
    background-color: transparent;
    color: #fff
}

.navbar-nav>li>.menu-item:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 2px;
    background: 0 0;
    content: '';
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.navbar-nav>li>.menu-item:hover::before,
.navbar-nav>li.active>.menu-item:before {
    background-color: #FC5B3F;
    width: 100%
}

li.has-dropdown>ul.dropdown-menu>li.dropdown-submenu>a:before,
ul.dropdown-menu>li.has-dropdown>a:before {
    font-family: fontawesome;
    content: "\f105";
    font-size: 13px;
    position: absolute;
    right: 25px
}

.dropdown-menu {
    background-color: transparent;
    position: relative;
    width: 100%;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.transparent-header .navbar {
    background-color: transparent;
    height: 101px
}

.transparent-header .navbar-nav>li.has-dropdown>a {
    color: #fff
}

.transparent-header .navbar-nav li.has-dropdown>a:hover,
.transparent-header .navbar-nav li.has-dropdown.active>a {
    color: #FC5B3F
}

.header-light {
    background-color: #fff
}

.header-light .navbar .logo-dark {
    display: inline-block
}

.header-light .navbar .logo-light {
    display: none
}

.header-light .navbar .module .module-icon i,
.header-light .navbar .navbar-nav>li>a {
    color: #222
}

.header-light .navbar .navbar-nav>li>.menu-item:hover::before,
.header-light .navbar .navbar-nav>li.active>.menu-item:before {
    background-color: #222
}

.header-fixed .affix {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .09)
}

.header-fixed:not(.header-light) .navbar .logo-dark {
    display: none
}

.header-fixed .navbar.affix .logo-dark {
    display: inline-block
}

.header-fixed .navbar.affix .logo-light {
    display: none
}

.header-fixed .navbar.affix .module .module-icon i,
.header-fixed .navbar.affix .navbar-nav>li>a {
    color: #222
}

.header-fixed .navbar.affix .navbar-nav>li>.menu-item:hover::before,
.header-fixed .navbar.affix .navbar-nav>li.active>.menu-item:before {
    background-color: #222;
    bottom: -1px
}

.header-centered {
    height: 255px
}

.header-centered .navbar-collapse {
    padding-right: 260px;
    padding-left: 260px
}

.header-centered .navbar {
    top: 155px
}

.header-centered .navbar.affix {
    top: 0
}

.header-centered .logo-centered {
    padding-top: 50px;
    padding-bottom: 25px
}

.header-topbar {
    height: 155px
}

.header-topbar .navbar {
    top: 55px
}

.header-topbar .navbar.affix {
    top: 0
}

.header-3 .navbar-nav {
    margin-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, .25)
}

.header-3 .navbar+.module:first-of-type:before {
    position: relative;
    margin-left: 12px
}

.header-5 .container-fluid {
    padding-right: 0
}

.header-5 .module {
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, .25)
}

.header-5 .module .module-icon {
    margin-left: 25px;
    margin-right: 25px
}

.header-6 .container-fluid {
    padding-right: 0
}

.header-6 .navbar {
    min-height: 79px
}

.header-6 .navbar .logo {
    height: 79px;
    line-height: 79px
}

.header-6 .module .module-icon {
    line-height: 79px
}

.header-6 .module .module-label {
    top: 24px;
    right: 17px;
    left: auto
}

.header-6 .navbar-nav>li {
    margin-right: 0
}

.header-6 .navbar-nav>li>a {
    padding-right: 32px;
    padding-left: 32px;
    border-left: 1px solid rgba(255, 255, 255, .25);
    line-height: 79px
}

.header-6 .navbar-nav>li>.menu-item:before {
    display: none
}

.header-6 .navbar-nav>li.active,
.header-6 .navbar-nav>li:hover {
    background-color: rgba(34, 34, 34, .5)
}

.header-6 .module {
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, .25)
}

.header-6 .module .module-icon {
    margin-left: 32px;
    margin-right: 32px
}

.header-6.header-bordered .affix.navbar {
    border-bottom: none
}

.header-6 .affix .navbar-nav>li.active,
.header-6 .affix .navbar-nav>li:hover {
    background-color: #282828
}

.header-6 .affix .navbar-nav>li.active>a,
.header-6 .affix .navbar-nav>li:hover>a {
    color: #fff
}

.header-7 {
    height: 305px
}

.header-7 .navbar {
    top: 205px
}

.header-7 .navbar.affix {
    top: 0
}

.header-13 .navbar-header>.logo {
    position: absolute;
    left: 50%;
    margin-left: -51px
}

.header-10 .nav-bordered-right+.module:first-of-type:before {
    background-color: #464d52
}

.header-16 .navbar {
    top: 30px
}

.header-16 .navbar.affix {
    top: 0
}

.header-centered.header-17 {
    height: 265px
}

.header-centered.header-17 .navbar {
    top: 165px
}

.header-17 .navbar.affix {
    top: 0
}

.header-half .navbar-nav>li>.menu-item:before {
    bottom: 36px
}

.container-bordered {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    height: 100px
}

.header-transparent.header-light .navbar.affix {
    background-color: transparent
}

.navbar.navbar--dark .logo-dark {
    display: inline-block!important
}

.navbar.navbar--dark .logo-light {
    display: none
}

.navbar.navbar--dark .module .module-icon,
.navbar.navbar--dark .module .module-icon i,
.navbar.navbar--dark .navbar-nav>li>a {
    color: #222
}

.header-8 .navbar.navbar--dark .module-menu .module-icon:after,
.navbar.navbar--dark .navbar-nav>li>.menu-item:hover::before,
.navbar.navbar--dark .navbar-nav>li.active>.menu-item:before {
    background-color: #222
}

.header-split .logo-dark {
    display: none
}

.header-split .logo-light {
    display: inline-block
}

.header-split .module .module-icon i,
.header-split .navbar-nav>li>a {
    color: #222
}

.header-split .navbar-nav>li>.menu-item:hover::before,
.header-split .navbar-nav>li.active>.menu-item:before {
    background-color: #222
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .header-5 .module .module-icon,
    .header-6 .module .module-icon {
        margin-left: 0;
        margin-right: 0
    }
    .header-6 .module .module-label {
        top: 0;
        right: 0
    }
    .header-centered .logo-centered {
        display: none
    }
    .header-7,
    .header-centered.header-17 {
        height: 120px
    }
    .header-7 .navbar {
        top: 30px
    }
    .header-centered.header-17 .navbar {
        top: 0
    }
    .header-centered .navbar-collapse {
        padding: 0;
        background-color: #282828
    }
    .header-13 .navbar-header>.logo {
        position: relative;
        left: 0;
        margin-left: 0
    }
    .header-13 #navbar-collapse-2 {
        display: none
    }
    .header-16 .navbar {
        top: 0
    }
    .header-bordered .navbar {
        border-bottom: none
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-13 .navbar-header>.logo {
        position: relative;
        left: 0;
        margin-left: 0
    }
    .header-centered .logo-centered {
        display: none
    }
    .header-centered.header-17 {
        height: 100px
    }
    .header-centered.header-17 .navbar {
        top: 0
    }
    .header-centered .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
    .header-centered.header-17 .module {
        display: inline-block
    }
    .header-16 .navbar {
        top: 0;
        background-color: #fff
    }
    .header-7 {
        height: 130px
    }
    .header-7 .navbar {
        top: 30px
    }
    .header-bordered .navbar {
        border-bottom: none
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .mega-dropdown-menu ul {
        list-style: none;
        margin-left: -10px
    }
    .mega-dropdown-menu ul li a {
        line-height: 28px;
        padding: 0
    }
    .mega-dropdown-menu ul li a i {
        margin-right: 8px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .header .container {
        padding-right: 0;
        padding-left: 0
    }
    .navbar-nav {
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }
    .navbar-toggle {
        border-color: #fff;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-top: 35px
    }
    .affix .navbar-toggle,
    .header-light .navbar-toggle {
        border-color: #282828
    }
    .navbar-toggle .icon-bar {
        background-color: #fff
    }
    .affix .navbar-toggle .icon-bar,
    .header-light .navbar-toggle .icon-bar {
        background-color: #282828
    }
    .container>.navbar-header {
        margin-left: 0;
        padding-right: 10px;
        padding-left: 10px
    }
    .container .navbar-collapse,
    .container-bordered .navbar-collapse,
    .container-fluid .navbar-collapse {
        width: 100%;
        background-color: #282828;
        margin-right: 0;
        margin-left: 0
    }
    .navbar-nav>li {
        height: auto!important;
        margin-right: 0
    }
    .navbar-nav>li.pull-left {
        float: none!important
    }
    .navbar-nav li a {
        line-height: 36px;
        color: #fff;
        padding-right: 0;
        padding-left: 10px;
        padding-top: 0
    }
    .navbar-nav>li>.menu-item:before {
        display: none
    }
    ul ul {
        list-style: none
    }
    ul.dropdown-menu li a,
    ul.mega-menu,
    ul.mega-menu li ul li a {
        background-color: transparent;
        position: relative;
        padding: 0
    }
    .navbar-nav>li.has-dropdown>a:after,
    li.dropdown-submenu>a:after {
        font-family: fontawesome;
        content: "\f105";
        font-size: 13px;
        position: absolute;
        right: 10px
    }
    .navbar-nav>li.has-dropdown.open>a,
    .navbar-nav>li.has-dropdown.open>a:focus,
    .navbar-nav>li.has-dropdown.open>a:hover {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }
    li.dropdown-submenu.open>ul>li>a {
        padding-left: 50px!important
    }
    .navbar-nav>li.has-dropdown.open>a:after,
    .navbar-nav>li.has-dropdown.open>a:focus:after,
    .navbar-nav>li.has-dropdown.open>a:hover:after,
    li.dropdown-submenu.open>a:after,
    li.dropdown-submenu.open>a:focus:after,
    li.dropdown-submenu.open>a:hover:after {
        font-family: fontawesome;
        content: "\f107";
        font-size: 13px;
        position: absolute;
        right: 10px
    }
    li.dropdown-submenu>a:after,
    li.dropdown-submenu.open>a:focus:after,
    li.dropdown-submenu.open>a:hover:after {
        right: 10px
    }
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover,
    .mega-menu li a:focus,
    .mega-menu li a:hover,
    .nav>li>a:focus,
    .nav>li>a:hover {
        background-color: transparent
    }
    .dropdown-menu>li>a,
    .mega-menu>li>a {
        color: #fff
    }
    .mega-menu ul {
        list-style: none;
        padding-left: 25px
    }
    .mega-menu ul li {
        padding-top: 5px
    }
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover,
    .mega-menu li a:focus,
    .mega-menu li a:hover {
        color: #fff
    }
    ul.mega-menu {
        list-style: none;
        display: none
    }
    .dropdown-submenu.open>.mega-menu,
    .has-dropdown.open>.mega-menu {
        display: block
    }
    .dropdown-submenu.open>.mega-menu ul {
        padding-left: 50px
    }
    .header-fixed .navbar.affix .module .module-icon i,
    .header-fixed .navbar.affix .navbar-nav>li>a {
        color: #fff
    }
    .mega-dropdown-menu .container a[href='#'] {
        color: #FC5B3F;
        cursor: default;
        margin-left: 10px;
        padding: 0;
        font-weight: 700;
        text-transform: capitalize
    }
    li.has-dropdown>ul.dropdown-menu>li.dropdown-submenu>a:before,
    ul.dropdown-menu>li.has-dropdown>a:before {
        display: none
    }
    .navbar.navbar--dark .module .module-icon i,
    .navbar.navbar--dark .navbar-nav>li>a {
        color: #fff
    }
    .navbar-nav:not(.nav-pos-right) {
        margin-right: 0
    }
    .mega-dropdown-menu li ul li a i {
        margin-right: 8px
    }
    .header-3 .navbar-nav {
        margin-right: 0;
        border-right: none
    }
    .header-light .navbar .module .module-icon i,
    .header-light .navbar .navbar-nav>li>a {
        color: #fff
    }
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
    .header-5 .container-fluid {
        padding-right: 15px
    }
    .header-6 .navbar-nav>li>a {
        padding-right: 0;
        padding-left: 10px;
        border-left: none;
        line-height: 36px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header .container {
        padding-right: 0;
        padding-left: 0
    }
    .navbar-header {
        float: none!important;
        margin-right: auto;
        margin-left: auto;
        text-align: center
    }
    .header .navbar .logo {
        float: left
    }
    .navbar-toggle {
        border-color: #fff;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-top: 35px;
        display: block
    }
    .affix .navbar-toggle,
    .header-light .navbar-toggle {
        border-color: #282828
    }
    .navbar-toggle .icon-bar {
        background-color: #fff
    }
    .affix .navbar-toggle .icon-bar,
    .header-light .navbar-toggle .icon-bar {
        background-color: #282828
    }
    .navbar-fixed-top .navbar-collapse {
        overflow: scroll!important
    }
    .navbar-collapse.collapse {
        display: none!important
    }
    .collapse.in {
        display: block!important
    }
    .navbar-nav {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px
    }
    .navbar-nav>li {
        float: none
    }
    .container>.navbar-collapse {
        width: 100%;
        background-color: #282828;
        margin-right: 0
    }
    .navbar-nav>li {
        height: auto!important;
        margin-right: 0
    }
    .navbar-nav>li.pull-left {
        float: none!important
    }
    .navbar-nav>li>a {
        line-height: 36px!important;
        color: #fff!important;
        padding-right: 0;
        padding-left: 0;
        padding-top: 0
    }
    .dropdown-menu>li>a,
    .mega-menu a {
        padding-top: 0
    }
    .navbar-nav>li:after {
        display: none
    }
    .navbar-nav>li.active {
        border-bottom: none
    }
    .navbar-nav>li.has-dropdown>a:after,
    .navbar-nav>li.has-dropdown>a:after,
    li.dropdown-submenu>a:after {
        font-family: fontawesome;
        content: "\f105";
        font-size: 13px;
        position: absolute;
        right: 0
    }
    .navbar-nav>li.has-dropdown.open>a,
    .navbar-nav>li.has-dropdown.open>a:focus,
    .navbar-nav>li.has-dropdown.open>a:hover {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }
    .mega-menu>li>a,
    li a:hover,
    li.dropdown-submenu.open>a,
    li.open>a:focus {
        color: #fff
    }
    li.dropdown-submenu.open>ul>li>a {
        padding-left: 50px!important
    }
    .navbar-nav>li.has-dropdown.open>a:after,
    .navbar-nav>li.has-dropdown.open>a:focus:after,
    .navbar-nav>li.has-dropdown.open>a:hover:after,
    li.dropdown-submenu.open>a:after,
    li.dropdown-submenu.open>a:focus:after,
    li.dropdown-submenu.open>a:hover:after {
        font-family: fontawesome;
        content: "\f107";
        font-size: 13px;
        position: absolute;
        right: 0
    }
    li.dropdown-submenu>a:after,
    li.dropdown-submenu.open>a:focus:after,
    li.dropdown-submenu.open>a:hover:after {
        right: 10px
    }
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover,
    .nav>li>a:focus,
    .nav>li>a:hover {
        background-color: transparent
    }
    .dropdown-menu>li>a,
    .mega-dropdown-menu .container a,
    .mega-menu a {
        color: #fff
    }
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover {
        color: #fff
    }
    .mega-menu ul {
        list-style: none;
        padding-left: 0
    }
    .mega-menu ul li {
        padding-top: 5px
    }
    .mega-menu ul ul {
        padding-left: 0
    }
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover,
    .mega-menu li a:focus,
    .mega-menu li a:hover {
        color: #fff
    }
    ul.mega-menu {
        list-style: none;
        display: none
    }
    .mega-dropdown-menu .container ul {
        list-style: none;
        padding-left: 5px
    }
    .mega-dropdown-menu .container ul li {
        line-height: 25px
    }
    .mega-dropdown-menu .container ul i {
        margin-right: 5px
    }
    .dropdown-submenu.open>.mega-menu,
    .has-dropdown.open>.mega-menu {
        display: block;
        padding-left: 25px
    }
    .dropdown-submenu.open>.mega-menu ul {
        padding-left: 25px
    }
    .navbar-nav>li>.menu-item:before,
    li.has-dropdown>ul.dropdown-menu>li.dropdown-submenu>a:before,
    ul.dropdown-menu>li.has-dropdown>a:before {
        display: none
    }
    .mega-dropdown-menu .container a[href='#'] {
        color: #FC5B3F;
        cursor: default;
        margin-left: 10px;
        padding: 0;
        font-weight: 700;
        text-transform: capitalize
    }
    .header-6 .navbar-nav>li>a {
        border-left: none;
        padding: 0
    }
    .header-6 .module {
        border-left: none
    }
    .header-6 .module .module-icon,
    .header-5 .module .module-icon {
        margin-left: 0;
        margin-right: 0
    }
    .header-6 .module .module-label {
        top: 0;
        right: 0
    }
}

@media only screen and (max-width:991px) {
    .navbar.navbar--dark .module .module-icon i,
    .navbar.navbar--dark .navbar-nav>li>a {
        color: #fff
    }
    .container .navbar-collapse,
    .container-bordered .navbar-collapse,
    .container-fluid .navbar-collapse {
        width: 100%;
        background-color: #282828;
        margin-right: 0;
        margin-left: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .navbar-nav>li {
        margin-right: 16px
    }
}

@media only screen and (min-width:992px) {
    .navbar-nav>li.has-dropdown>ul.dropdown-menu,
    .navbar-nav>li.has-dropdown>ul.mega-menu,
    li.dropdown-submenu>ul.mega-menu {
        background-color: #1b1a1a;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .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, .16);
        -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, .16);
        box-shadow: 0 2px 3px rgba(40, 40, 40, .16);
        -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: #1b1a1a
    }
    .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: #1b1a1a;
        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: #9b9b9b;
        padding: 0;
        border-bottom: 1px solid #272626;
        display: block;
        font-size: 14px;
        font-weight: 400;
        -o-transition: all .35s;
        -moz-transition: all .35s;
        -webkit-transition: all .35s;
        transition: all .35s;
        text-transform: capitalize;
        margin: 0 25px
    }
    ul.mega-menu li ul li span {
        color: #FC5B3F;
        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: #FC5B3F;
        padding: 0 0 0 20px
    }
    ul.dropdown-menu.left {
        left: -185px!important;
        margin-left: 0!important
    }
    ul.mega-menu.left {
        left: -410px!important
    }
    li.dropdown-submenu>ul.mega-menu,
    li.has-dropdown>ul.dropdown-menu>li.dropdown-submenu>ul.dropdown-menu {
        background-color: #1b1a1a;
        padding: 25px 0;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .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, .1);
        -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, .1);
        box-shadow: 0 2px 3px rgba(40, 40, 40, .1)
    }
    li.dropdown-submenu.pull-left>ul.dropdown-menu {
        left: auto;
        right: 0;
        margin-right: 0
    }
    li.dropdown-submenu>ul.dropdown-menu>li.has-dropdown>ul.dropdown-menu {
        background-color: #1b1a1a;
        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-dropdown {
        position: static!important
    }
    .mega-dropdown-menu {
        padding: 20px 0!important;
        width: 100%!important;
        border: none!important;
        margin-top: -23px
    }
    .mega-dropdown-menu .container div[class*=col-] {
        padding-left: 0;
        padding-right: 0
    }
    .mega-dropdown-menu li ul {
        padding: 0;
        margin: 0
    }
    .mega-dropdown-menu li ul li {
        list-style: none
    }
    .mega-dropdown-menu li ul li a {
        padding: 0
    }
    .mega-dropdown-menu li ul li a:hover {
        padding: 0 0 0 12px
    }
    .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: #FC5B3F;
        cursor: default;
        font-weight: 600
    }
}

.hamburger-panel {
    padding: 50px 30px;
    text-align: center
}

.hamburger-panel .list-links {
    margin-bottom: 0;
    padding: 45px 30px
}

.hamburger-panel .list-links a {
    font-size: 14px;
    font-weight: 700;
    line-height: 44px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    display: block
}

.hamburger-panel .list-links a:hover {
    color: #FC5B3F
}

.hamburger-panel .social-share {
    padding: 0 30px;
    margin-bottom: 49px
}

.hamburger-panel .social-share a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 1px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: inline-block;
    background-color: transparent;
    margin-right: 5px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.hamburger-panel .social-share a:hover {
    color: #fff!important
}

.hamburger-panel .social-share a.share-facebook:hover {
    background-color: #3b5998
}

.hamburger-panel .social-share a.share-twitter:hover {
    background-color: #00acee
}

.hamburger-panel .social-share a.share-pinterest:hover {
    background-color: #c8232c
}

.hamburger-panel .social-share a.share-google-plus:hover {
    background-color: #dd4b39
}

.hamburger-panel .social-share a.share-dribbble:hover {
    background-color: #ea4c89
}

.hamburger-panel .copywright {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #9b9b9b
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .hamburger-panel .list-links {
        padding: 25px
    }
    .hamburger-panel {
        padding: 30px
    }
    .hamburger-panel .list-links a {
        line-height: 35px
    }
    .hamburger-panel .copywright span {
        display: block
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hamburger-panel .logo {
        float: none!important;
        height: 50px!important;
        line-height: 50px!important
    }
    .hamburger-panel .list-links {
        padding: 25px
    }
}

.module {
    display: inline-block;
    position: relative
}

.module span.title {
    display: none
}

.module .module-icon {
    margin-right: 20px;
    cursor: pointer;
    line-height: 100px
}

.module:last-of-type .module-icon {
    margin-right: 0
}

.module .module-icon i {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 400
}

.module .menu-icon-double i {
    margin-left: 30px
}

.menu-icon-button {
    width: 58px;
    height: 29px;
    background-color: #333;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 29px;
    text-transform: uppercase;
    letter-spacing: .26px;
    text-align: center;
    margin-top: 25px;
    border-radius: 4px
}

.menu-icon-button:hover {
    background-color: #FC5B3F
}

.module .module-active .module-icon i {
    color: #FC5B3F
}

.module-content {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
    transition: all .35s
}

.module-fullscreen {
    left: 0;
    top: 0;
    z-index: 99;
    display: block;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    background-color: rgba(34, 34, 34, .98);
    position: fixed
}

.module-fullscreen.fullscreen-light {
    background-color: #fff
}

.module-fullscreen .container {
    display: none;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear
}

.module-active .module-fullscreen {
    opacity: 1;
    visibility: visible;
    height: 100%;
    width: 100%
}

.module-active .module-fullscreen .container {
    display: block
}

.module-cancel {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 30px;
    right: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 28px;
    text-align: center
}

.module-cancel:hover {
    opacity: 1;
    color: #FC5B3F
}

.module .module-box {
    position: absolute;
    display: block;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
    right: -50px;
    width: 370px;
    border-radius: 2px;
    padding: 32px;
    z-index: 99;
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    transform: translateY(10%);
    height: 0;
    -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, .06);
    -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, .06);
    box-shadow: 0 2px 3px rgba(40, 40, 40, .06)
}

.module-active .module-box {
    opacity: 1;
    visibility: visible;
    display: block;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    height: inherit
}

.module .module-hamburger {
    height: 100%;
    width: 370px;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    display: block;
    overflow-x: hidden;
    -webkit-transition: all .35s linear;
    -moz-transition: all .35s linear;
    -o-transition: all .35s linear;
    transition: all .35s linear;
    -webkit-transform: translateX(370px);
    -moz-transform: translateX(370px);
    transform: translateX(370px)
}

.module-active .module-hamburger {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
}

.module-active .module-hamburger::-webkit-scrollbar {
    display: none
}

.module-active .module-hamburger .module-cancel {
    top: 30px;
    position: absolute;
    right: 30px;
    left: auto;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    z-index: 3
}

.module--search-box .form-search {
    margin-bottom: 0;
    border-bottom: 2px solid #FC5B3F;
    padding-bottom: 15px;
    padding-left: 46px;
    position: relative
}

.module--search-box .form-search:before {
    position: absolute;
    left: 15px;
    top: 0;
    content: "\f002";
    color: #fff;
    font-family: FontAwesome;
    font-size: 28px;
    font-weight: 400;
    line-height: 70px
}

.module--search-box .form-control {
    position: relative;
    color: #fff;
    font-family: 'exo 2', sans-serif;
    font-size: 45px;
    font-weight: 400;
    font-style: italic;
    line-height: 70px;
    height: 70px;
    border: none;
    background-color: transparent;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    text-transform: capitalize
}

.module--search-box .btn {
    background-color: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 35px;
    line-height: 57px;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    text-align: right;
    margin-left: 0;
    padding: 0
}

.module--search-box .form-control::-webkit-input-placeholder {
    color: #f9f9f9
}

.module--search-box .form-control:-moz-placeholder {
    color: #f9f9f9
}

.module--search-box .form-control::-moz-placeholder {
    color: #9e9e9e
}

.module--search-box .form-control:-ms-input-placeholder {
    color: #f9f9f9
}

.module .module-label {
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    background-color: #FC5B3F;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: 34px;
    left: 8px
}

.cart-box .cart-overview li {
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 20px;
    position: relative
}

.cart-box .cart-overview li:last-child {
    margin-bottom: 0
}

.cart-box .cart-overview li .cart-cancel {
    font-size: 0
}

.cart-box .cart-overview li .cart-cancel: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: #fff;
    color: #282828
}

.cart-box .cart-overview li .cart-cancel:hover:after {
    background-color: #FC5B3F;
    color: #fff
}

.cart-box .cart-overview img {
    width: 49px;
    height: 49px;
    margin-right: 15px;
    position: absolute
}

.cart-box .cart-overview .product-meta {
    padding-left: 60px
}

.cart-box .cart-overview h5 {
    color: #333;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 28px;
    font-weight: 600
}

.cart-box .cart-overview p {
    font-family: 'exo 2', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 0
}

.cart-total {
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 20px;
    min-height: 40px
}

.cart-total .total-desc {
    float: left;
    text-align: left
}

.cart-total .total-des,
.cart-total .total-price {
    font-family: 'exo 2', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 20px
}

.cart-total .total-price {
    float: right;
    text-align: right;
    color: #FC5B3F
}

.cart-box .cart--control .btn {
    height: 42px;
    line-height: 40px
}

.module-menu .logo-container {
    text-align: left;
    margin-top: 30px;
    margin-left: 50px;
    margin-bottom: 230px
}

.module-menu .logo-container .logo {
    line-height: 1;
    height: auto
}

.module-menu {
    text-align: center
}

.module-menu .menu-list li {
    margin-bottom: 30px
}

.module-menu .menu-list li:last-child {
    margin-bottom: 0
}

.module-menu .menu-list a {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-right: 30px;
    letter-spacing: 1.2px;
    text-transform: capitalize
}

.module-menu .menu-list li:last-child a {
    margin-right: 0
}

.module-menu .menu-list a:hover {
    color: #FC5B3F
}

.module-menu .menu-social {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    text-align: center
}

.module-menu .menu-social a {
    color: #646464;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-right: 23px
}

.module-menu .menu-social a:hover {
    color: #FC5B3F
}

.module-menu .menu-copyrights {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center
}

.module-menu .menu-copyrights {
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    bottom: 30px
}

.module-menu-vertical.module-menu .logo-container {
    margin-bottom: 80px
}

.module-menu-vertical.module-menu .menu-list a {
    margin-right: 0
}

.module-menu-vertical.module-menu .menu-list li {
    margin-bottom: 25px
}

.module-menu-light.module-menu .menu-list a,
.module-menu-light.module-menu .module-cancel {
    color: #333
}

.module-menu-light.module-menu .menu-list a:hover {
    color: #FC5B3F
}

.module-widgets {
    text-align: left;
    padding: 80px 50px
}

.module-active .module-hamburger .module-widgets .module-cancel {
    color: #282828;
    line-height: 29px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.module-active .module-hamburger .module-widgets .module-cancel:hover {
    color: #FC5B3F
}

.module-consultation .btn {
    width: 116px;
    height: 33px;
    line-height: 31px;
    text-transform: capitalize;
    display: block;
    margin-right: 20px;
    cursor: pointer;
    margin-top: 34px;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.navbar.affix .module-signup .btn-popup {
    color: #222
}

.navbar.affix .module-signup .btn-popup:hover {
    color: #FC5B3F
}

.navbar.affix .module-consultation .btn {
    border-color: #222;
    color: #222
}

.module-consultation .btn:hover,
.navbar.affix .module-consultation .btn:hover {
    background-color: #FC5B3F;
    background-image: -webkit-gradient(linear, left top, right top, from(#FC5B3F), to(#FC5B3a));
    background-image: -webkit-linear-gradient(left, #FC5B3F, #FC5B3a);
    background-image: -moz-linear-gradient(left, #FC5B3F, #FC5B3a);
    background-image: -ms-linear-gradient(left, #FC5B3F, #FC5B3a);
    background-image: -o-linear-gradient(left, #FC5B3F, #FC5B3a);
    background-image: linear-gradient(left, #FC5B3F, #FC5B3a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#FC5B3F', endColorStr='#FC5B3a', gradientType='1');
    color: #fff;
    border-color: #FC5B3F
}

.module-signup .btn-popup {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 100px;
    cursor: pointer
}

.module-signup .btn-popup:hover {
    color: #FC5B3F
}

.module-signup .signup-form-container {
    width: 370px;
    margin-right: auto;
    margin-left: auto
}

.module-signup .signupform {
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(40, 40, 40, .16);
    border-radius: 2px;
    padding: 40px;
    margin-bottom: 30px
}

.module-signup .signin a {
    color: #FC5B3F;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .28px;
    display: inline-block;
    position: relative;
    padding-bottom: 5px
}

.module-signup .signin a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #FC5B3F;
    width: 100%;
    height: 2px
}

.module-signup .btn {
    height: 70px;
    line-height: 70px;
    text-transform: capitalize
}

.module-signup .btn:hover {
    background-color: #282828;
    color: #fff;
    border-color: #282828
}

.module-signup .signin a:hover {
    color: #fff
}

.module-signup .signin a:hover:before {
    background-color: #fff
}

.header-2 .module-signup .btn-popup {
    color: #333
}

.header-2 .module-signup .btn-popup:hover {
    color: #FC5B3F
}

.module-social a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 100px;
    margin-left: 19px
}

.module-social a:first-of-type {
    margin-left: 0
}

.module-social a:hover {
    color: #FC5B3F
}

.transparent-header .module .module-icon>i {
    color: #fff
}

.transparent-header .search-box {
    top: 100px!important
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .navbar.affix .module-signup .btn-popup {
        color: #fff
    }
    .module--search-box .form-search:before {
        left: 0
    }
    .module .module-box {
        position: relative;
        right: 0;
        width: 100%;
        border: none
    }
    .module .module-box .btn--bordered.btn--secondary {
        background-color: #fff;
        color: #282828
    }
    .module .module-label {
        top: -3px
    }
    .module {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .1)
    }
    .module .module-icon {
        padding-top: 8px;
        padding-left: 10px
    }
    .module.active i {
        color: #fff
    }
    .module span.title {
        display: inline-block;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase
    }
    .module .cart-box,
    .search-box {
        display: none;
        padding-right: 10px;
        padding-left: 10px
    }
    .module .module-content {
        margin-bottom: 10px
    }
    .cart-box .cart-overview h5 {
        color: #fff
    }
    .module--search-box .form-search {
        margin: 25px
    }
    .module--search-box .form-control {
        font-size: 14px;
        width: 220px;
        line-height: 30px
    }
    .module--search-box .btn {
        font-size: 14px;
        line-height: 30px
    }
    .module-cart.active .cart-box {
        opacity: 1;
        visibility: visible;
        display: block;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        background-color: #272930
    }
    .module .module-icon {
        line-height: 36px!important
    }
    .module-search .search-icon i {
        border-left: none;
        padding-left: 0;
        padding-right: 5px
    }
    .module.module-active .cart-box,
    .module.module-active .search-box {
        display: block!important
    }
    .module-search.module-active .search-box .search-form {
        margin-bottom: 10px
    }
    .module-search.module-active .search-box .search-form input {
        background-color: #fff;
        margin-bottom: 0;
        height: 35px;
        line-height: 35px;
        padding-left: 10px
    }
    .module-cart.module-active .cart-box {
        background-color: #222;
        padding: 30px 20px;
        margin-bottom: 10px
    }
    .module-cart.module-active .cart-box .cart-control {
        margin-right: auto;
        margin-left: auto;
        text-align: center
    }
    .module-cart.module-active .cart-box .cart-control .pull-right {
        float: none!important
    }
    .module .module-label {
        position: relative
    }
    .module-menu.pull-left {
        float: none!important
    }
    .module-menu .logo-container {
        margin-top: 40px;
        margin-bottom: 50px
    }
    .module-menu .menu-social {
        bottom: 20px
    }
    .module-menu .menu-list li {
        display: block;
        margin-bottom: 20px
    }
    .module-menu .menu-list a {
        margin-right: 0
    }
    .navbar.navbar--dark .module .module-icon {
        color: #fff!important
    }
    .module-signup .btn-popup,
    .module-social {
        line-height: 36px!important;
        margin-left: 15px
    }
    .module-social a {
        line-height: 36px!important
    }
    .module-consultation .btn {
        margin: 10px 10px 10px 15px
    }
    .navbar.affix .module-consultation .btn,
    .module-consultation .btn--bordered.btn--secondary,
    .header-2 .module-signup .btn-popup {
        border-color: #fff;
        color: #fff
    }
    .module-signup .signup-form-container {
        width: 300px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar.affix .module-signup .btn-popup {
        color: #fff
    }
    .module {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        padding: 5px 15px
    }
    .module .module-icon {
        padding-top: 0
    }
    .module .module-box {
        position: relative;
        right: 0;
        width: 100%;
        border: none
    }
    .module .module-box .btn--bordered.btn--secondary {
        background-color: #fff;
        color: #282828
    }
    .module .module-label {
        top: -3px;
        position: relative
    }
    .module span.title {
        display: inline-block;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase
    }
    .module .cart-box,
    .search-box {
        display: none;
        padding-right: 10px;
        padding-left: 10px
    }
    .module .module-content {
        margin-bottom: 10px
    }
    .cart-box .cart-overview h5 {
        color: #fff
    }
    .module-cart.active .cart-box {
        opacity: 1;
        visibility: visible;
        display: block;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    .module .module-icon,
    .module-signup .btn-popup,
    .module-social a {
        line-height: 36px!important
    }
    .module-consultation .btn {
        margin-top: 10px;
        margin-bottom: 10px
    }
    .navbar.affix .module-consultation .btn,
    .module-consultation .btn--bordered.btn--secondary,
    .header-2 .module-signup .btn-popup {
        border-color: #fff;
        color: #fff
    }
    .module-search .search-icon i {
        border-left: none;
        padding-left: 0;
        padding-right: 5px
    }
    .module.module-active .cart-box,
    .module.module-active .search-box {
        display: block!important
    }
    .module-search.module-active .search-box .search-form {
        margin-bottom: 10px
    }
    .module-search.module-active .search-box .search-form input {
        background-color: #fff;
        margin-bottom: 0;
        height: 35px;
        line-height: 35px;
        padding-left: 10px
    }
    .module-cart.module-active .cart-box {
        background-color: #222;
        border: none;
        padding: 30px 20px;
        margin-bottom: 10px
    }
    .module-cart.module-active .cart-box .cart-control {
        margin-right: auto;
        margin-left: auto;
        text-align: center
    }
    .module-cart.module-active .cart-box .cart-control .pull-right {
        float: none!important
    }
    .header-fixed .navbar.affix .module .module-icon i,
    .header-fixed .navbar.affix .navbar-nav>li>a,
    .module .module-icon i {
        color: #fff!important
    }
    .menu-popup .logo {
        float: none!important
    }
    .module-menu .logo-container {
        margin-top: 100px;
        margin-bottom: 130px
    }
    .navbar.navbar--dark .navbar-nav>li>.menu-item:hover::before,
    .navbar.navbar--dark .navbar-nav>li.active>.menu-item:before {
        background-color: #fff!important
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .module-search .search-icon i {
        padding-left: 16px;
        padding-right: 16px
    }
}

.top-bar {
    height: 50px;
    background-color: #222;
    overflow: hidden
}

.top-bar .top--contact li {
    margin-right: 21px
}

.top-bar .top--contact li:last-child {
    margin-right: 0
}

.top-bar .top--contact {
    font-family: open sans, sans-serif;
    line-height: 50px;
    color: #cecece;
    font-size: 12px;
    font-weight: 400
}

.top-bar .top--contact i {
    margin-right: 6px
}

.top-bar .top--social {
    color: #cecece;
    font-family: open sans, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 50px
}

.top-bar .top--social a {
    color: #cecece;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-left: 19px
}

.top-bar .top--social a:hover {
    color: #FC5B3F
}

.top-bar .contact-info {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 50px;
    margin-right: 30px;
    display: inline-block
}

.top-bar .contact-info i {
    color: #FC5B3F;
    margin-right: 9px;
    font-size: 16px
}

.top-bar .contact-social {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    display: inline-block
}

.top-bar .contact-social a {
    color: #FC5B3F;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    margin-left: 20px
}

.top-bar .contact-social a:hover {
    color: #fff
}

.header-transparent+.hero,
.header-transparent+.slider {
    margin-top: -100px
}

.slider {
    height: 700px;
    padding-top: 0;
    padding-bottom: 0
}

.slider .slide--item {
    height: 700px
}

.slider .slide--subheadline,
.slider .slide--bio {
    color: #f9f9f9;
    font-family: roboto, sans-serif;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 0;
    text-transform: capitalize
}

.slider .slide--headline {
    color: #fff;
    font-family: 'exo 2', sans-serif;
    font-weight: 600;
    line-height: 65px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-style: italic
}

.slider .slide--headline.extend {
    line-height: 1.2
}

.slider .slide--bio {
    margin-bottom: 40px
}

.hero .hero--content {
    margin-bottom: 47px
}

.hero .hero--headline {
    font-size: 60px;
    font-weight: 600;
    font-style: italic;
    line-height: 70px;
    margin-bottom: 22px;
    color: #fff
}

.hero .hero--desc {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 0
}

.hero-1 .hero--desc {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
    padding: 0 80px
}

.hero-1+.cta-3 {
    margin-top: -55px
}

.hero-2 .bitcoin-calculator {
    background-color: rgba(255, 255, 255, .25)
}

.hero-2 .hero--desc {
    font-size: 14px
}

.slider .zeus .tp-bullet {
    height: 7px;
    width: 7px;
    border-color: transparent
}

.slider .tp-bullet.selected,
.slider .tp-bullet:hover {
    background-color: transparent;
    border-color: #fff
}

.slider .zeus .tp-bullet:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.slider .zeus .tp-bullet:hover:after,
.slider .zeus .tp-bullet.selected:after {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.slide-overlay-dark .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background-color: rgba(27, 26, 26, .35)
}

.slide-overlay-black .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background-color: rgba(27, 26, 26, .7)
}

.slide-overlay-black2 .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background-color: rgba(27, 26, 26, .85)
}

.slider .btn--video {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-transform: capitalize;
    font-family: roboto, sans-serif;
    letter-spacing: 1px;
    height: auto
}

.slider .btn--video:hover {
    color: #FC5B3F
}

.slider .btn--video i {
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #fff;
    margin-right: 13px;
    font-size: 14px
}

.slider .btn--video:hover i {
    border: 2px solid #FC5B3F
}

.store-slider .slide--headline,
.store-slider .slide--bio {
    color: #282828
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .slider .slide--headline {
        line-height: 1.1
    }
    .slider .slide--bio {
        width: 320px;
        white-space: normal
    }
    .slide-action .mr-30 {
        margin-right: 20px!important
    }
    .slide-action .btn:not(.btn--video) {
        width: 130px;
        height: 40px;
        line-height: 38px;
        font-size: 12px
    }
    .slider .btn--video {
        padding-left: 30px
    }
    .slider .btn--video i {
        width: 40px;
        height: 40px;
        line-height: 38px;
        border-radius: 50%;
        text-align: center;
        border: 2px solid #fff;
        margin-right: 10px;
        font-size: 12px
    }
    .slider,
    .slider .slide--item {
        height: 600px
    }
    .zeus .tp-bullet {
        display: none
    }
    .hero-1 {
        padding: 150px 0 100px
    }
    .hero-1 .hero--headline {
        font-size: 40px;
        line-height: 50px
    }
    .hero-1 .hero--desc {
        padding: 0
    }
    .hero-1 .pos-vertical-center {
        position: static;
        -webkit-transform: perspective(1px) translateY(0);
        -moz-transform: perspective(1px) translateY(0);
        -o-transform: perspective(1px) translateY(0);
        transform: perspective(1px) translateY(0)
    }
    .slider .countdown-2 {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider {
        height: 600px
    }
    .slider-portfolio .slide--headline {
        font-size: 25px!important
    }
    .slider .countdown-2 {
        display: none
    }
}

.team {
    padding-bottom: 50px
}

.member {
    text-align: center;
    overflow: hidden;
    margin-bottom: 50px
}

.member .member-img {
    position: relative;
    overflow: hidden
}

.member .member-img img {
    max-width: 100%;
    width: 100%;
    height: auto
}

.member .member-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1a1a), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, #1b1a1a, rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, #1b1a1a, rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(bottom, #1b1a1a, rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, #1b1a1a, rgba(0, 0, 0, 0));
    background-image: linear-gradient(bottom, #1b1a1a, rgba(0, 0, 0, 0));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#1b1a1a', endColorStr='rgba(0, 0, 0, 0)');
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: .6
}

.member:hover .member-overlay {
    height: 62%;
    opacity: .8
}

.member .member-overlay .member-social {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    opacity: 0
}

.member .member-img:hover .member-overlay .member-social {
    opacity: 1
}

.member .member-overlay .member-social a {
    color: #FC5B3F;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-right: 20px
}

.member .member-overlay .member-social a:last-child {
    margin-right: 0
}

.member .member-overlay .member-social a:hover {
    color: #282828
}

.member .member-overlay .member-info {
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0
}

.member .member-info h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    line-height: 1;
    margin-bottom: 12px
}

.member .member-info h6 {
    color: #c5c5c5;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0
}

@media only screen and (max-width:991px) {
    .member {
        max-width: 370px;
        margin-right: auto;
        margin-left: auto
    }
}

.testimonial-panel {
    text-align: center
}

.testimonial-panel .testimonial--icon {
    position: relative;
    height: 36px;
    width: 55px;
    display: inline-block;
    background: url(../images/testimonial/icon.png) no-repeat center
}

.testimonial-panel .testimonial--body {
    background: url(../images/testimonial/icon-2.png) no-repeat center;
    padding: 49px 97px
}

.testimonial-panel .testimonial--body p {
    font-family: 'exo 2', sans-serif;
    font-size: 23px;
    font-weight: 300;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 0
}

.testimonial-panel .testimonial--meta {
    position: relative;
    text-align: center;
    margin-right: auto;
    margin-left: auto
}

.testimonial-panel .testimonial--meta h4 {
    color: #282828;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    margin-bottom: 6px;
    text-transform: capitalize
}

.testimonial-panel .testimonial--meta p {
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0
}

.testimonial-panel .testimonial--meta-img {
    width: 50px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 20px
}

.testimonial-2 .testimonial-panel {
    text-align: left
}

.testimonial-2 .testimonial-panel .testimonial--body {
    padding: 0 0 28px 82px;
    background: 0 0
}

.testimonial-2 .testimonial-panel .testimonial--body p {
    font-size: 22px;
    line-height: 32px
}

.testimonial-2 .testimonial-panel .testimonial--icon {
    position: absolute;
    top: 20px;
    left: 0
}

.testimonial-2 .testimonial-panel .testimonial--meta {
    text-align: left;
    margin-left: 82px
}

.testimonial-2 .testimonial-panel .testimonial--meta-img {
    margin: 0 15px 0 0
}

.testimonial--meta-content {
    display: inline-block
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .testimonial-panel .testimonial--body {
        padding: 30px
    }
    .testimonial-panel .testimonial--body p {
        font-size: 20px;
        line-height: 30px
    }
    .testimonial .carousel-navs .owl-controls .owl-nav [class*=owl-] {
        display: none!important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .testimonial-panel .testimonial--body {
        padding: 50px
    }
    .testimonial-panel .testimonial--body p {
        font-size: 20px;
        line-height: 30px
    }
}

.gallery-filter {
    text-align: center;
    margin-bottom: 30px
}

.gallery-filter li a {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-right: 15px;
    text-transform: capitalize
}

.gallery-filter li:last-child a {
    margin-right: 0
}

.gallery-filter li a.active-filter,
.gallery-filter li a:hover {
    color: #FC5B3F
}

.gallery-item {
    margin-bottom: 30px
}

.gallery-item .gallery--img {
    position: relative
}

.gallery-item .gallery--img img {
    max-width: 100%;
    height: auto
}

.gallery-item .gallery--hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.gallery-item .gallery--hover .gallery--action {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 180, 0, .85);
    text-align: center;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.gallery-item:hover .gallery--hover .gallery--action {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.gallery-zoom a {
    display: inline-block;
    width: 20px;
    height: 20px
}

.icon--zoom {
    position: relative
}

.icon--zoom:before {
    position: absolute;
    content: "";
    left: -9px;
    top: 0;
    width: 20px;
    height: 2px;
    background-color: #fff
}

.icon--zoom:after {
    position: absolute;
    content: "";
    left: 0;
    top: -9px;
    width: 2px;
    height: 20px;
    background-color: #fff
}

.icon--zoom:hover:before,
.icon--zoom:after:after {
    color: #282828
}

a.gallery-more i {
    font-size: 10px;
    margin-right: 6px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .gallery-filter li a {
        margin-right: 10px
    }
    .gallery-item .gallery--img {
        max-width: 370px;
        margin-right: auto;
        margin-left: auto
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .gallery-item .gallery--img img {
        width: 100%
    }
}

.feature-card {
    position: relative
}

.feature-card .feature-card-icon {
    margin-bottom: 22px
}

.feature-card .feature-card-icon img {
    max-width: 100%;
    height: auto
}

.feature-card .feature-card-icon i {
    font-size: 64px;
    color: #FC5B3F;
    font-weight: 400
}

.feature-card .feature-card-title {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 16px
}

.feature-card .feature-card-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px
}

.featured-1 .col-content {
    padding: 0!important
}

.featured-1 .featured-img img {
    margin-left: -60%;
    height: 620px
}

.featured-1 .feature-card-content {
    padding-right: 15px
}

.featured-2 .feature-card {
    margin-bottom: 50px
}

.featured-2 .feature-card .feature-card-icon {
    margin-bottom: 30px;
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: inline-block
}

.featured-2 .feature-card .feature-card-icon i {
    z-index: 1;
    position: relative;
    padding-top: 10px;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    transition: 1s ease
}

.featured-2 .feature-card .feature-card-icon:hover i {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.featured-2 .feature-card .feature-card-icon:before {
    position: absolute;
    content: "";
    top: 0;
    left: 6px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(255, 180, 0, 0.15));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(255, 180, 0, 0.15));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(255, 180, 0, 0.15));
    background-image: linear-gradient(left, rgba(0, 0, 0, 0), rgba(255, 180, 0, 0.15))
}

.featured-2 .feature-card .feature-card-title {
    font-size: 20px
}

.featured-2 .feature-card-content {
    padding-right: 20px
}

.featured-3 .feature-card {
    margin-bottom: 40px
}

.featured-3 .feature-card-icon {
    position: absolute;
    top: 55px;
    left: 32px
}

.featured-3 .feature-card-icon i {
    font-size: 32px;
    color: #f9f9f9;
    font-weight: 400
}

.featured-3 .feature-card-content {
    padding-left: 100px
}

.featured-3 .feature-card-title {
    color: #fff
}

.featured-3 .read--more {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 29px
}

.featured-3 .read--more i {
    margin-right: 7px
}

.featured-3 .feature-card:hover .read--more {
    color: #fff
}

.featured-3 .video-button {
    margin-top: 36px
}

.featured-3 .video--button {
    height: 439px
}

.featured-4 .feature-card {
    margin-bottom: 46px
}

.featured-4 .feature-card-icon {
    top: 10px;
    left: 0
}

.featured-4 .feature-card-content {
    padding-left: 80px
}

.featured-5 {
    overflow: visible
}

.featured-5 .feature-card {
    margin-bottom: 50px
}

.featured-5 .bitcoin-calculator {
    margin-top: -260px
}

.featured-6 .feature-card .feature-card-title {
    color: #282828
}

.featured-6 .heading {
    margin-bottom: 48px
}

.featured-6 .heading .heading--title {
    font-weight: 500
}

.featured-6 .featured-img {
    padding-top: 33px
}

.featured-7 .feature-card .feature-card-icon {
    margin-bottom: 33px
}

.featured-7 .feature-card .feature-card-title {
    font-size: 20px
}

.featured-8 .heading {
    margin-top: 36px
}

.featured-8 .heading--desc {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    padding: 0 100px;
    margin-bottom: 43px
}

.featured-8 .heading--title {
    margin-bottom: 31px
}

.featured-8 .btn {
    width: 270px;
    text-transform: capitalize
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .featured-4 .container-fluid {
        padding-left: 15px
    }
    .featured-1 .col-content {
        padding: 30px!important
    }
    .featured-1 .featured-img img {
        margin-left: 0;
        height: auto;
        max-width: 100%
    }
    .featured-6 .pl-100 {
        padding-left: 15px!important
    }
    .featured-7 .feature-card {
        margin-bottom: 30px
    }
    .featured-5 .bitcoin-calculator {
        margin-top: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .featured-1 .col-content {
        padding: 30px!important
    }
    .featured-1 .featured-img img {
        margin-left: 0;
        height: auto;
        max-width: 100%
    }
    .featured-6 .pl-100 {
        padding-left: 15px!important
    }
    .featured-7 .feature-card {
        margin-bottom: 30px
    }
    .featured-5 .bitcoin-calculator {
        margin-top: 0
    }
}

@media only screen and (min-width:991px) and (max-width:1200px) {
    .featured-1 .featured-img img {
        margin-left: -90%
    }
}

.cta h3 {
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    line-height: 51px;
    margin-bottom: 0;
    color: #fff
}

.cta p {
    color: #f9f9f9;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px
}

.cta-1 {
    padding: 20px 0;
    background-image: -moz-linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    background-image: -webkit-linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    background-image: -ms-linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    background-image: linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%)
}

.cta-2 .cta--content {
    padding-right: 50px
}

.cta-2 .cta--content h3 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 32px
}

.cta-2 .cta--content p:last-of-type {
    margin-bottom: 45px
}

.cta-2 .cta--content .download--btns a {
    background: linear-gradient(to left, #FC5B37 0%, #FC5B56 100%);
    color: #fff;
    height: 70px;
    line-height: 70px;
    text-transform: capitalize;
    font-style: italic;
    font-size: 15px;
    transition: all .4s linear;
    border-radius: 2px
}

.cta-2 .cta--content .download--btns a:hover {
    background: linear-gradient(to left, #FC5B56 0%, #FC5B37 100%)
}

.cta-2 .cta--content .download--btns a img {
    margin-right: 12px
}

.cta-3 {
    padding: 0;
    position: relative;
    z-index: 2
}

.cta-3 .cta-container {
    background-color: #232323;
    padding-top: 30px;
    padding-bottom: 37px
}

.cta-3 h3 {
    color: #fff
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .cta h3 {
        text-align: center;
        margin-bottom: 30px
    }
    .cta .text-right {
        text-align: center!important
    }
    .cta-2 .cta--content {
        padding-right: 0
    }
    .cta-2 .download--btns a {
        margin: 15px auto!important;
        display: block
    }
    .cta-2 .cta--content p {
        text-align: center
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .cta h3 {
        text-align: center;
        margin-bottom: 30px
    }
    .cta .text-right {
        text-align: center!important
    }
    .cta-2 .download--btns {
        text-align: center
    }
    .cta-2 .cta--content p {
        text-align: center
    }
    .cta-2 .mockup--img img {
        margin-right: auto;
        margin-left: auto
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .download--btns {
        margin-bottom: 20px!important
    }
    .cta-2 .cta--content h3 {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 20px
    }
    .cta-2 p {
        font-size: 14px
    }
    .cta-2 .cta--content p:last-of-type {
        margin-bottom: 15px
    }
}

.counter {
    padding: 60px 0
}

.counter .count-box .counting {
    font-family: 'exo 2', sans-serif;
    color: #1b1a1a;
    font-size: 60px;
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    margin-bottom: 22px;
    position: relative
}

.counter .count-box .count-title {
    color: #282828;
    font-family: roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize
}

.counter-white .count-box .counting,
.counter-white .count-box .count-title {
    color: #fff
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .count-box {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .count-box {
        margin-bottom: 30px
    }
}

.pricing-panel {
    position: relative;
    text-align: center
}

.pricing-panel .pricing--heading {
    box-shadow: 0 10px 20px rgba(224, 224, 224, .4);
    border-radius: 2px;
    background-color: #fff;
    padding: 50px 64px;
    margin-bottom: 30px
}

.pricing-panel .pricing--heading .pricing--icon {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 30px
}

.pricing-panel .pricing--heading h4 {
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    margin-bottom: 17px;
    text-transform: capitalize
}

.pricing-panel .pricing--heading p {
    font-family: 'exo 2', sans-serif;
    color: #333;
    font-size: 90px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 16px
}

.pricing-panel .pricing--heading .pricing--desc {
    color: #a5a5a5;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 46px
}

.pricing-panel .btn--secondary {
    border: 2px solid rgba(34, 34, 34, .1)
}

.pricing-panel .pricing--footer {
    color: #282828;
    font-size: 14px;
    font-weight: 700
}

.pricing-active .pricing-panel .pricing--heading {
    background-image: -moz-linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    background-image: -webkit-linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    background-image: -ms-linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    background-image: linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    padding: 70px 64px;
    margin-top: -20px
}

.pricing-active .pricing-panel .pricing--heading p,
.pricing-active .pricing-panel .pricing--heading .pricing--desc {
    color: #fff
}

.pricing--notes {
    color: #a5a5a5;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-top: 50px
}

.pricing-2 {
    overflow: visible
}

.pricing-2 .pricing-wrapper {
    margin-top: -240px;
    position: relative;
    z-index: 2
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .pricing-panel {
        max-width: 400px;
        margin: 0 auto 30px
    }
    .pricing-active .pricing-panel .pricing--heading {
        margin-top: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .pricing-panel {
        max-width: 400px;
        margin: 0 auto 30px
    }
    .pricing-active .pricing-panel .pricing--heading {
        margin-top: 0
    }
}

.blog-entry {
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 30px
}

.blog-entry .entry--img {
    overflow: hidden;
    position: relative
}

.blog-entry .entry--img:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #1b1a1a;
    background-image: linear-gradient(to bottom, rgba(28, 27, 27, 0) 0%, rgba(28, 27, 27, 0) 26%, rgba(28, 27, 27, 0.7) 88%);
    opacity: .1
}

.blog-entry .entry--img:hover:before {
    opacity: .2
}

.blog-entry .entry--img img {
    max-width: 100%;
    height: auto;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.blog-entry .entry--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(27, 28, 28, .1);
    -moz-transition: all .35s linear;
    -webkit-transition: all .35s linear;
    -ms-transition: all .35s linear;
    -o-transition: all .35s linear;
    transition: all .35s linear
}

.blog-entry .entry--img:hover .entry--overlay {
    opacity: 1
}

.blog-entry .entry--overlay a {
    position: absolute;
    top: 100%;
    left: 100%;
    display: block
}

.blog-entry .entry--overlay:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    margin-left: -20px;
    width: 20px;
    height: 2px;
    background-color: #fff
}

.blog-entry .entry--overlay:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    margin-top: -9px;
    margin-left: -11px;
    width: 2px;
    height: 20px;
    background-color: #fff
}

.blog-entry .entry--content {
    padding: 22px 30px 15px;
    position: relative
}

.entry--meta {
    color: #616161;
    font-family: roboto, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 26px;
    margin-bottom: 3px
}

.entry--meta a {
    position: relative;
    padding-left: 5px
}

.entry--meta a:before {
    content: ",";
    color: #616161;
    position: absolute;
    top: -4px;
    left: 1px
}

.entry--meta a:first-of-type {
    padding-left: 0
}

.entry--meta a:first-of-type:before {
    display: none
}

.blog-entry .entry--meta .entry--cat a {
    color: #FC5B3F
}

.blog-entry .entry--title {
    margin-bottom: 14px
}

.blog-entry .entry--title h4 {
    color: #282828;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 0;
    font-style: italic
}

.blog-entry .entry--title h4 a {
    color: #282828
}

.blog-entry .entry--title h4 a:hover {
    color: #FC5B3F
}

.blog-entry .entry--bio {
    color: #9b9b9b;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 22px
}

.blog-entry .entry--footer,
.blog-entry .entry--more {
    overflow: hidden
}

.blog-entry .entry--date {
    color: #616161;
    font-size: 13px;
    font-weight: 400;
    line-height: 1
}

.blog-entry .entry--more a {
    color: #FC5B3F;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    position: relative
}

.blog-entry .entry--more a i {
    margin-right: 7px
}

.blog-entry .entry--more a:hover {
    color: #282828
}

.blog-standard .blog-entry .entry--title {
    margin-bottom: 18px
}

.blog-standard .blog-entry .entry--title h4 {
    font-size: 22px
}

.blog-standard .blog-entry .entry--content {
    padding: 22px 40px 25px;
    position: relative
}

.blog-standard .blog-entry .entry--meta,
.blog-standard .blog-entry .entry--date {
    display: inline-block;
    line-height: 26px
}

.blog-standard .blog-entry .entry--meta {
    margin-right: 20px
}

.blog-standard .blog-entry .entry--bio {
    margin-bottom: 18px
}

.blog-single .blog-entry .entry--title h4 {
    font-size: 22px;
    font-weight: 700
}

.blog-single .blog-entry .entry--bio {
    padding-bottom: 0
}

.blog-single .entry--share {
    float: left;
    line-height: 39px
}

.entry--share .share--title {
    font-family: 'exo 2', sans-serif;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 26px;
    font-style: italic
}

.entry--share a {
    color: #5d5d5d;
    font-size: 14px;
    margin-right: 22px
}

.entry--share a:last-child {
    margin-right: 0
}

.entry--share a:hover {
    color: #FC5B3F
}

.blog-single .entry--tags {
    float: right
}

.blog-single .entry--tags a {
    display: inline-block;
    font-size: 13px;
    padding: 9px 15px;
    border-radius: 1px;
    border: 1px solid #FC5B3F;
    margin-right: 10px
}

.blog-single .entry--tags a:hover {
    background-color: #FC5B3F;
    color: #fff
}

.blog-single .entry--tags a:last-of-type {
    margin-right: 0
}

.entry-prev-next {
    position: relative;
    border-top: 1px solid #eee;
    padding: 40px 0
}

.entry-next,
.entry-prev {
    width: 50%;
    float: left
}

.entry-prev-next .entry-prev {
    padding-right: 15px
}

.entry-prev-next .entry-next {
    padding-left: 15px;
    text-align: right
}

.entry-next-content,
.entry-prev-content {
    position: relative
}

.entry-prev-next .entry-prev img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px
}

.entry-prev-next .entry-next img {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 3px
}

.entry-prev-next .entry-prev .entry-desc {
    position: relative;
    margin-left: 110px
}

.entry-prev-next .entry-next .entry-desc {
    position: relative;
    margin-right: 110px
}

.entry-prev-next a {
    font-family: 'exo 2', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #282828;
    font-style: italic;
    line-height: 22px
}

.entry-prev-next p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 7px;
    font-style: italic;
    color: #616161
}

.entry-widget {
    padding: 50px 0;
    border-top: 1px solid #eee
}

.entry-widget .entry-widget-title {
    position: relative;
    margin-bottom: 20px
}

.entry-widget .entry-widget-title h4 {
    color: #282828;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
    font-style: italic;
    padding-bottom: 10px;
    position: relative
}

.entry-widget .entry-widget-title h4:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #282828
}

.entry-widget .entry-widget-content {
    position: relative
}

.entry-bio img {
    position: absolute;
    left: 0;
    top: 0
}

.entry-bio .entry-bio-desc {
    padding-left: 105px
}

.entry-bio .entry-bio-desc h4 {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 21px;
    font-style: italic
}

.entry-bio .entry-bio-desc p {
    margin-bottom: 22px
}

.entry-bio .entry-bio-desc a {
    color: #5d5d5d;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin-right: 25px
}

.entry-bio .entry-bio-desc a:last-child {
    margin-right: 0
}

.entry-bio .entry-bio-desc a:hover,
.entry-meta a:hover,
.entry-next:hover a,
.entry-prev:hover a,
.entry-related .entry:hover .entry-title h5,
.entry-share a:hover {
    color: #FC5B3F
}

ul.comments-list {
    width: 100%;
    list-style: none;
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 0
}

ul.comments-list li {
    position: relative;
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 30px
}

ul.comments-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

ul.comments-list .comment-body .avatar {
    position: absolute;
    left: 0;
    top: 0
}

ul.comments-list .comment-body .comment {
    padding-left: 90px
}

ul.comments-list .comment-body .comment h6 {
    font-size: 15px;
    font-style: italic;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #282828;
    line-height: 27px
}

ul.comments-list .comment-body .comment .date {
    color: #616161;
    font-family: roboto, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 9px
}

ul.comments-list .comment-body .comment p {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px
}

ul.comments-list .comment-body .comment a.reply {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    color: #FC5B3F;
    line-height: 1;
    display: inline-block
}

ul.comments-list .comment a.reply:hover {
    color: #282828
}

ul.comments-list ul.comment-children {
    list-style: none;
    margin: 20px 0 0 90px;
    padding-top: 30px;
    padding-left: 0;
    border-top: 2px solid #eee
}

ul.comments-list ul.comment-children .comment-body .comment {
    padding-left: 90px
}

ul.comments-list ul.comment-children li:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

ul.comments-list ul.comment-children ul .comment-body .comment {
    padding-left: 90px
}

.comments-form .form-control {
    margin-bottom: 30px
}

.blog-carousel .blog-entry {
    height: 500px;
    position: relative;
    margin-bottom: 0
}

.blog-carousel .blog-entry .entry--content {
    padding: 0;
    position: absolute;
    bottom: 50px;
    left: 50px;
    max-width: 480px
}

.blog-carousel .entry--meta {
    margin-bottom: 9px
}

.blog-carousel .blog-entry .entry--title {
    margin-bottom: 21px
}

.blog-carousel .blog-entry .entry--title h4 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    font-style: italic
}

.blog-carousel .blog-entry .entry--title h4 a,
.blog-carousel .blog-entry .entry--date {
    color: #fff
}

.blog-carousel .blog-entry .entry--title h4 a:hover {
    color: #FC5B3F
}

.blog-carousel .carousel-dots .owl-controls {
    margin-top: 15px;
    position: absolute;
    top: 50%;
    left: -60px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .blog-single .entry--share {
        margin-bottom: 20px
    }
    .blog-single .entry--share,
    .blog-single .entry--tags {
        float: none
    }
    .blog-entry .entry--content {
        padding-right: 0;
        padding-left: 0
    }
    .blog-standard .blog-entry .entry--content {
        padding: 22px 0 15px
    }
    .blog-single .entry--tags a {
        margin-bottom: 10px
    }
    ul.comments-list ul.comment-children {
        margin: 20px 0 0
    }
    .blog-entry {
        padding: 20px
    }
    .blog-entry .entry--content {
        padding: 0;
        margin-top: 15px
    }
    .blog-single .blog-entry .entry--title h4,
    .blog-standard .blog-entry .entry--title h4 {
        font-size: 17px;
        line-height: 1.7
    }
    .entry--share .text-right {
        text-align: left
    }
    .entry--share .share--title {
        display: block;
        margin-bottom: 15px
    }
    .entry-next,
    .entry-prev {
        width: 100%;
        float: none;
        margin-bottom: 0
    }
    .entry-next {
        margin-bottom: 0
    }
    .entry-prev {
        margin-bottom: 30px
    }
    .entry-prev-next {
        padding: 10px
    }
    .entry-prev-next a {
        font-size: 13px
    }
    .entry-prev-next .entry-prev {
        padding-right: 0
    }
    .entry-widget {
        padding: 20px
    }
    .entry-bio .entry-bio-desc p,
    .entry-bio img {
        position: relative;
        margin-bottom: 15px
    }
    .entry-bio .entry-bio-desc {
        padding-left: 0
    }
    .blog-grid .blog-entry {
        max-width: 370px;
        margin: 0 auto 30px;
        padding: 0
    }
    .blog-carousel .blog-entry .entry--title h4 {
        font-size: 18px;
        line-height: 28px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog-grid .blog-entry,
    .blog-entry .entry--content {
        padding: 0
    }
}

.cart-table {
    margin-bottom: 50px
}

.cart-table .table {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    margin-bottom: 0
}

.cart-table thead {
    background-color: #f9f9f9
}

.cart-table thead tr th {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    color: #282828;
    line-height: 55px!important;
    border-bottom-width: 0!important;
    border-color: #eee;
    padding: 0
}

.cart-table tbody tr td {
    padding: 20px;
    border-color: #eee
}

.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: #9b9b9b
}

.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: 1px solid #eee;
    border-radius: 2px;
    text-align: center;
    color: #222;
    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: 1px solid #eee;
    border-radius: 1px;
    color: #FC5B3F;
    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: #9b9b9b;
    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 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin-left: 10px;
    line-height: 39px;
    height: 42px;
    width: auto;
    text-align: center;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 1px
}

.cart-product-img {
    float: left;
    padding-right: 20px
}

.cart-product-name h6 {
    color: #282828;
    font-family: raleway, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    text-transform: capitalize
}

.cart-product-remove {
    float: right;
    width: 19px;
    height: 19px;
    line-height: 19px;
    font-size: 9px;
    background-color: #000;
    border-radius: 1px;
    color: #fff;
    text-align: center;
    cursor: pointer
}

.cart-product-remove:hover {
    background-color: #FC5B3F
}

.cart-shiping,
.cart-total-amount {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 1px;
    padding: 30px 20px
}

.cart-shiping h6,
.cart-total-amount h6 {
    color: #282828;
    font-family: raleway, sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative
}

.cart-total-amount ul li {
    font-family: raleway, sans-serif;
    color: #FC5B3F;
    font-size: 13px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase
}

.cart-total-amount ul li span {
    color: #959595;
    font-size: 13px;
    font-weight: 400;
    line-height: 36px
}

.cart-shiping .form-control {
    background-color: transparent;
    border: 1px solid #eee;
    font-size: 12px;
    color: #959595;
    font-weight: 400;
    padding: 0 15px;
    height: 42px;
    line-height: 42px;
    margin-bottom: 20px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: capitalize
}

.cart-shiping .form-control::-webkit-input-placeholder {
    color: #959595
}

.cart-shiping .form-control:-moz-placeholder {
    color: #959595
}

.cart-shiping .form-control::-moz-placeholder {
    color: #959595
}

.cart-shiping .form-control:-ms-input-placeholder {
    color: #959595
}

.cart-shiping .col-xs-12 {
    position: relative
}

.cart-shiping i {
    position: absolute;
    font-size: 13px;
    right: 25px;
    top: 12px;
    z-index: 1;
    pointer-events: none;
    cursor: pointer;
    color: #b8b8b8
}

.cart-shiping .btn {
    line-height: 39px;
    height: 42px;
    font-size: 13px;
    width: auto;
    padding: 0 17px;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase
}

.cart-shiping .btn:hover {
    color: #fff;
    background: #282828
}

.product-item {
    margin-bottom: 30px;
    text-align: center;
    border: 2px solid transparent;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.product-item .product--img {
    position: relative
}

.product-item .product--img img {
    max-width: 100%;
    height: auto;
    margin-bottom: 0
}

.product-item .product--action {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%
}

.product-item .btn {
    transform: translateY(60px);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.product-item:hover .btn {
    transform: translateY(0)
}

.product-item:hover {
    border: 2px solid #FC5B3F
}

.product-item:hover .btn {
    opacity: 1
}

.product-item .product--content {
    position: relative;
    padding: 28px 25px;
    background-color: #fff;
    z-index: 2
}

.product--content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #f9f9f9;
    z-index: -1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.product-item:hover .product--content:before {
    height: 100%
}

.product--content .product--price {
    color: #e6ae48;
    font-size: 15px;
    font-weight: 700;
    font-family: roboto, sans-serif;
    line-height: 1;
    margin-bottom: 7px
}

.product--content .product--title h3 {
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
    margin-bottom: 0
}

.product--content .product--title a {
    color: #282828
}

.product--content .product--title a:hover {
    color: #FC5B3F
}

.product--content .product--cat {
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-style: italic;
    line-height: 1;
    margin-bottom: 12px
}

.product--content .product--cat a {
    color: #3d3c3c
}

.product--content .product--cat a:hover {
    color: #FC5B3F
}

.shop-options {
    padding: 20px;
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 30px;
    height: 70px;
    border: 1px solid #eee
}

.shop-options .product-options2 span,
.shop-options .product-view-mode span {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-right: 10px
}

.shop-options .product-options2 .product-sort {
    position: relative;
    margin-right: 30px
}

.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: #9b9b9b
}

.shop-options .product-options2 select {
    height: 30px;
    line-height: 30px;
    width: 134px;
    border: 1px solid #eee;
    background-color: transparent;
    border-radius: 1px;
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 400;
    padding-left: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.shop-options .product-view-mode {
    line-height: 30px
}

.shop-options .product-view-mode a i {
    background-color: transparent;
    border: 1px solid #eee;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.shop-options .product-view-mode a:first-of-type i {
    margin-left: 0
}

.shop-options .product-view-mode a.active i,
.shop-options .product-view-mode a:hover i {
    color: #FC5B3F
}

.product-list {
    width: 100%;
    text-align: left;
    min-height: 340px;
    margin-bottom: 0
}

.product-list .product--img {
    float: left;
    width: 33%
}

.product-list .product--content {
    padding-left: 300px
}

.single-product .product-img {
    margin-bottom: 45px
}

.single-product .product-title h3 {
    color: #282828;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-style: italic
}

.single-product .product-price {
    color: #e6ae48;
    font-size: 17px;
    font-weight: 700;
    line-height: 1
}

.single-product .product-rating {
    margin-right: 30px
}

.single-product .product-rating i {
    color: #9b9b9b;
    font-size: 15px;
    font-weight: 400;
    line-height: 1
}

.single-product .product-rating i.active {
    color: #FC5B3F
}

.single-product .product-review span {
    color: #9b9b9b;
    font-size: 13px;
    line-height: 1;
    font-weight: 400
}

.single-product .product-review span a {
    color: #9b9b9b
}

.single-product .product-review span a:hover {
    color: #FC5B3F
}

.single-product .product-desc {
    padding-bottom: 25px;
    margin-bottom: 45px;
    border-bottom: 1px solid #eee
}

.single-product .product-desc p {
    margin-bottom: 20px
}

.single-product .product-details {
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee
}

.single-product .product-details h5,
.single-product .product-share h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    font-style: italic;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 17px
}

.single-product .product-details h5:after,
.single-product .product-share h5:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #222
}

.single-product .product-details ul {
    margin-bottom: 32px
}

.single-product .product-details ul li {
    line-height: 26px;
    color: #e6ae48;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize
}

.single-product .product-details ul li span {
    color: #9b9b9b;
    font-size: 13px;
    font-weight: 400
}

.single-product .product-quantity {
    line-height: 49px
}

.single-product .product-quantity .qua {
    font-family: 'exo 2', sans-serif;
    color: #282828;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-right: 10px
}

.single-product .product-quantity a i {
    width: 25px;
    height: 25px;
    font-size: 10px;
    line-height: 25px;
    border: 1px solid #eee;
    border-radius: 1px;
    color: #FC5B3F;
    text-align: center
}

.single-product .product-quantity input {
    width: 30px;
    height: 25px;
    border: 1px solid #eee;
    border-radius: 1px;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    background-color: transparent
}

.single-product .product-cta {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee
}

.single-product .product-cta .btn {
    margin-left: 20px;
    width: 134px;
    height: 42px;
    line-height: 38px;
    text-transform: capitalize;
    font-size: 14px
}

.single-product .product-share {
    margin-bottom: 50px
}

.single-product .product-share a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: inline-block;
    background-color: #FC5B3F;
    background: -webkit-linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    background: -moz-linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    background: -ms-linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    background: linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    margin-right: 3px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.single-product .product-share a {
    background-color: #FC5B3F
}

.single-product .product-share a.share-facebook:hover {
    background: #3b5998
}

.single-product .product-share a.share-twitter:hover {
    background: #00acee
}

.single-product .product-share a.share-google-plus:hover {
    background: #dd4b39
}

.single-product .product-share a.share-linkedin:hover {
    background: #0e76a8
}

.product-tabs {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 1px;
    color: #9b9b9b;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 50px
}

.product-tabs .nav-tabs {
    background-color: #f9f9f9
}

.product-tabs .nav-tabs>li {
    margin-bottom: -1px
}

.product-tabs .nav-tabs>li>a {
    color: #282828;
    font-size: 15px;
    font-weight: 700;
    font-family: 'exo 2', sans-serif;
    font-style: italic;
    text-transform: capitalize;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 20px;
    border-right: 1px solid #eee;
    margin-right: 0;
    line-height: 60px;
    height: 60px
}

.product-tabs .nav-tabs>li:last-child>a {
    border-right: none
}

.product-tabs .nav-tabs>li>a:focus,
.product-tabs .nav-tabs>li>a:hover {
    background-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    color: #FC5B3F!important
}

.product-tabs .nav-tabs>li.active>a,
.product-tabs .nav-tabs>li.active>a:focus,
.product-tabs .nav-tabs>li.active>a:hover {
    color: #FC5B3F!important;
    border: none;
    border-right: 1px solid #eee;
    background-color: #fff
}

.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: #FC5B3F;
    margin-bottom: 10px
}

.product-review li .product-comment p {
    margin-bottom: 0
}

.form-review .form-control {
    margin-bottom: 30px
}

.single-product .product-related-title {
    position: relative;
    border-bottom: 2px solid #eee;
    margin-bottom: 30px
}

.single-product .product-related-title h5 {
    color: #222;
    font-family: raleway, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-transform: uppercase
}

.single-product .product-related-title h5:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 119px;
    height: 2px;
    background-color: #FC5B3F
}

.single-product .product-related .divider--line {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px
}

.product-options {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f9f9f9
}

.product-options .product-select {
    position: relative
}

.product-options .product-select span {
    font-weight: 700;
    color: #222;
    font-size: 14px;
    margin-right: 13px;
    display: inline-block
}

.product-options .product-select .select--box {
    position: relative;
    display: inline-block
}

.product-options .product-select i {
    position: absolute;
    font-size: 14px;
    right: 12px;
    top: 12px;
    z-index: 1;
    pointer-events: none;
    cursor: pointer;
    color: #9b9b9b
}

.product-options select {
    width: 135px;
    height: 35px;
    border: 1px solid #eee;
    border-radius: 1px;
    color: #9b9b9b;
    font-size: 13px;
    line-height: 35px;
    padding-left: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent
}

.product-options .product-select {
    margin-right: 30px
}

.product-options .view--options {
    display: inline-block
}

.product-options .view--options i {
    display: inline-block;
    position: static;
    padding: 5px;
    border: 1px solid #eee;
    cursor: pointer;
    color: #9b9b9b
}

.product-options .view--options i:first-of-type {
    margin-right: 7px
}

.product-options .view--options i.active {
    color: #FC5B3F
}

.shop-filter {
    text-align: center;
    margin-bottom: 36px
}

.shop-filter li a {
    color: #333;
    font-family: raleway, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin-right: 29px;
    text-transform: capitalize
}

.shop-filter li:last-child a {
    margin-right: 0
}

.shop-filter li a.active-filter,
.shop-filter li a:hover {
    color: #FC5B3F
}

.shop-item .shop--img {
    position: relative
}

.shop-item .shop--img img {
    max-width: 100%;
    height: auto
}

.shop-item .shop--hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.shop-item .shop--hover .shop--action {
    width: 100%;
    height: 100%;
    background-color: rgba(40, 40, 40, .95);
    text-align: center;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.shop-item:hover .shop--hover .shop--action {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.shop-item .shop--price {
    color: #9b9b9b;
    font-family: raleway, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px
}

.shop-item .shop--title h4 {
    color: #fff;
    font-family: raleway, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 35px;
    text-transform: capitalize
}

.shop-item .shop--title h4 a {
    color: #fff
}

.shop-item .shop--title h4 a:hover {
    color: #FC5B3F
}

.shop-item .shop--cat .btn:hover {
    background-color: #fff;
    color: #FC5B3F
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .cart-product-img {
        float: none
    }
    .cart-table .cart-product-action form {
        margin-bottom: 30px
    }
    .cart-product-action .text-right {
        text-align: left!important
    }
    .cart-table .cart-product-action .form-control {
        display: inline-block
    }
    .product-options .product-select span {
        display: block;
        margin: 10px 0
    }
}

.contact--info h3 {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    margin-bottom: 20px
}

.contact--info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 8px
}

.contact--info p:last-of-type {
    margin-bottom: 16px
}

a.link--styled {
    color: #FC5B3F;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 4px
}

a.link--styled:hover {
    color: #282828
}

@media only screen and (max-width:991px) {
    .contact--info {
        margin-bottom: 30px
    }
}

.widget {
    margin-bottom: 50px
}

.widget .widget--title {
    margin-bottom: 20px
}

.widget .widget--title h5 {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    font-style: italic;
    text-transform: capitalize;
    margin-bottom: 0;
    padding-bottom: 12px;
    position: relative
}

.widget .widget--title h5:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #222
}

.widget .divider--line {
    margin-right: 0;
    margin-left: 0
}

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

.widget-categories ul li {
    border-bottom: 1px solid #eee
}

.widget-categories li {
    margin-bottom: 3px;
    border-radius: 2px
}

.widget-categories li:last-child {
    margin-bottom: 0
}

.widget-categories li a {
    display: block;
    background-color: #f4f4f4;
    padding: 20px;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    position: relative
}

.widget-categories li.active a,
.widget-categories li a:hover {
    background-color: #FC5B3F;
    color: #fff
}

.widget-categories li a:before {
    position: absolute;
    left: 0;
    top: 12px;
    content: "";
    width: 2px;
    height: 30px;
    background-color: #022222;
    opacity: 0;
    transition: all .3s ease-in-out
}

.widget-categories li a:hover:before,
.widget-categories li.active a:before {
    opacity: 1
}

.widget-tags ul {
    margin-bottom: 0;
    margin-left: 0
}

.widget-tags ul li {
    padding-left: 0;
    padding-right: 0
}

.widget-tags a {
    display: inline-block;
    border: 1px solid rgba(34, 34, 34, .07);
    background-color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #9b9b9b;
    margin-right: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
    padding: 9px 10px
}

.widget-tags a:hover {
    background-color: #FC5B3F;
    color: #fff;
    border-color: #FC5B3F
}

.widget-recent-posts .entry {
    position: relative;
    margin-bottom: 17px
}

.widget-recent-posts .entry:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.widget-recent-posts .entry--img {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 60px;
    border-radius: 2px;
    overflow: hidden
}

.widget-recent-posts .entry--img:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(27, 28, 28, .2)
}

.widget-recent-posts .entry .entry--desc {
    position: relative;
    margin-left: 110px
}

.widget-recent-posts .entry .entry--title {
    margin-bottom: 2px
}

.widget-recent-posts .entry .entry--title a {
    font-family: 'exo 2', sans-serif;
    color: #282828;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-transform: capitalize;
    font-style: italic
}

.widget-recent-posts .entry .entry--title a:hover {
    color: #FC5B3F
}

.widget-recent-posts .entry .entry--desc .entry-meta a {
    font-family: raleway, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #616161;
    text-transform: uppercase
}

.widget-recent-posts .entry--meta {
    margin-right: 13px
}

.widget-recent-posts .entry--meta,
.widget-recent-posts .entry--date {
    display: inline-block;
    line-height: 26px
}

.widget-search .form-search {
    background-color: #f4f4f4
}

.widget-search .form-search .form-control {
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #9e9e9e;
    font-size: 13px;
    font-weight: 400;
    line-height: 49px;
    height: 49px;
    text-transform: capitalize;
    padding-left: 15px
}

.widget-search .form-search .btn {
    background-color: #f4f4f4;
    color: #FC5B3F;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 35px;
    height: 49px;
    line-height: 29px;
    font-size: 16px
}

.widget-recent-products .product {
    position: relative;
    margin-bottom: 24px;
    min-height: 70px
}

.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;
    padding-left: 80px;
    margin-bottom: 18px
}

.widget-recent-products .product:last-of-type .product-desc {
    border-bottom: none;
    padding-bottom: 0
}

.widget-recent-products .product .product-title {
    margin-bottom: 0
}

.widget-recent-products .product .product-title a {
    font-family: 'exo 2', sans-serif;
    color: #282828;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    text-transform: capitalize;
    font-style: italic
}

.widget-recent-products .product .product-title a:hover {
    color: #FC5B3F
}

.widget-recent-products .product .product-desc .product-meta {
    font-size: 14px;
    font-weight: 700;
    line-height: 23px;
    color: #FC5B3F
}

.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
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.2em;
    margin-left: -.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: -.3em;
    margin-left: 0;
    margin-bottom: -.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: 4px;
    background-color: rgba(34, 34, 34, .06);
    border-radius: 0;
    margin-bottom: 20px;
    margin-top: 5px
}

.widget-filter .ui-slider-handle {
    width: 9px;
    height: 9px;
    margin-left: 0;
    background-color: #222;
    border-radius: 0
}

.widget-filter .ui-slider-range {
    height: 4px;
    background-color: #FC5B3F;
    margin-bottom: 20px
}

.widget-filter .slider-mount {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 19px;
    float: left
}

.widget-filter label {
    color: #9b9b9b
}

.widget-filter input {
    color: #FC5B3F;
    border: none;
    background-color: transparent
}

.widget-filter .btn-filter {
    float: right;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    color: #222
}

.widget-filter .btn-filter:hover {
    color: #FC5B3F
}

.ads-widget img {
    max-width: 100%;
    height: auto
}

.widget-info {
    border-radius: 2px;
    background-color: #222;
    padding: 40px
}

.widget-info .info--title {
    color: #fff;
    font-family: 'exo 2', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    position: relative
}

.widget-info .info--content {
    color: #9b9b9b;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px
}

.widget-instagram a {
    width: 58px;
    height: 58px;
    float: left;
    margin: 2px;
    position: relative
}

.widget-instagram a img {
    max-width: 100%;
    height: auto
}

.widget-instagram .insta-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.widget-instagram .insta-hover i {
    display: block;
    border-radius: 1px;
    background-color: #0cb4ce;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    line-height: 58px;
    text-align: center
}

.widget-instagram a:hover .insta-hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

footer .widget-instagram a {
    width: 60px;
    height: 60px
}

footer .widget-instagram .insta-hover i {
    line-height: 54px
}

.widget-tweets ul li:before {
    content: "\f099";
    font-family: fontawesome;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FC5B3F;
    width: 14px;
    height: 12px;
    float: left;
    margin-right: 10px
}

.widget-tweets ul li p.tweet {
    color: #9b9b9b;
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 5px
}

.widget-tweets ul li a {
    color: #FC5B3F;
    font-weight: 400
}

.widget-tweets ul li a:hover {
    color: #FC5B3F
}

.widget-tweets ul li .timePosted {
    color: #9b9b9b;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px
}

.widget-tweets ul li:last-child .timePosted {
    margin-bottom: 0
}

.widget-tweets ul li .timePosted a {
    color: #9b9b9b
}

.widget-download a {
    display: flex;
    background: #FC5B3F;
    border-radius: 2px;
    padding: 20px;
    font-family: 'exo 2', sans-serif;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    color: #222;
    line-height: 21px
}

.widget-download a span {
    float: left
}

.widget-download a img {
    float: right;
    margin-top: 4px;
    width: 22px;
    height: 24px;
    margin-left: auto
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .sidebar {
        margin-bottom: 30px;
        padding: 30px
    }
    .widget {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .widget-recent .entry .entry-desc {
        margin-left: 70px
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .widget-info {
        padding: 20px
    }
    .widget-info .btn {
        width: 100%
    }
}

.footer {
    background-color: #222;
    padding-top: 110px;
    padding-bottom: 0
}

.footer--action-container {
    border-radius: 2px;
    padding: 40px;
    background-color: #282828
}

.footer--action h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    font-style: italic;
    letter-spacing: -.48px;
    margin-bottom: 20px
}

.footer--action p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0
}

.footer--action .action-button {
    text-align: right;
    line-height: 50px
}

.footer--action .action-button a {
    margin-right: 50px
}

.footer--action .action-button a:last-of-type {
    margin-right: 0
}

.footer--action .action-button a img {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.footer--action .action-button a:hover img {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px)
}

.footer-widget {
    padding-top: 90px;
    padding-bottom: 68px
}

.footer-widget .widget-title h5 {
    color: #fff;
    font-family: roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 30px
}

.footer-widget .widget-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 16px
}

.footer-widget .widget-about {
    padding-right: 20px
}

.footer-widget .widget-about img {
    margin-bottom: 25px
}

.footer-widget .widget-about ul li {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #9b9b9b
}

.footer-widget .widget-about ul li span {
    font-weight: 700;
    color: #fff
}

.footer-social-icon a {
    width: 15px;
    height: 15px;
    line-height: 15px;
    color: #646464;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin-right: 24px;
    text-align: center;
    overflow: hidden;
    float: left;
    display: block
}

.footer-social-icon a i {
    position: relative;
    line-height: 15px;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.footer-social-icon a:hover i:first-child {
    margin-top: -15px
}

.footer-social-icon a.facebook:hover {
    color: #3b5998
}

.footer-social-icon a.twitter:hover {
    color: #00acee
}

.footer-social-icon a.linkedin:hover {
    color: #0e76a8
}

.footer-social-icon a.instagram:hover {
    color: #3f729b
}

.footer--widget-recent .entry {
    margin-bottom: 30px;
    position: relative
}

.footer--widget-recent .entry--img {
    position: absolute;
    top: 0;
    left: 0
}

.footer--widget-recent .entry--content {
    padding-left: 65px
}

.footer--widget-recent .entry:last-of-type {
    margin-bottom: 0
}

.footer--widget-recent .entry--meta {
    color: #616161;
    font-size: 13px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: .26px
}

.footer--widget-recent .entry--title a {
    font-family: 'exo 2', sans-serif;
    color: #cecece;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px
}

.footer--widget-recent .entry--title a:hover {
    color: #FC5B3F
}

footer .widget-newsletter form {
    height: 42px;
    border-radius: 2px;
    background-color: #1d1d1d;
    margin-bottom: 19px
}

footer .widget-newsletter .form-control {
    background-color: transparent;
    border: none;
    color: #474747;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    line-height: 42px;
    width: 85%;
    height: 42px;
    float: left;
    margin-bottom: 0;
    padding-left: 15px;
    text-transform: capitalize
}

footer .widget-newsletter button {
    background-color: transparent;
    border: none;
    height: 42px;
    line-height: 42px;
    color: #FC5B3F;
    font-size: 11px;
    font-weight: 400;
    width: 15%;
    -webkit-transition: background .6s linear;
    -moz-transition: background .6s linear;
    transition: background .6s linear
}

footer .widget-newsletter button:hover {
    background-color: #FC5B3F;
    background-image: -webkit-gradient(linear, left top, right top, from(#FC5B3F), to(#FC5B3a));
    background-image: -webkit-linear-gradient(left, #FC5B3F, #FC5B3a);
    background-image: -moz-linear-gradient(left, #FC5B3F, #FC5B3a);
    background-image: -ms-linear-gradient(left, #FC5B3F, #FC5B3a);
    background-image: -o-linear-gradient(left, #FC5B3F, #FC5B3a);
    background-image: linear-gradient(left, #FC5B3F, #FC5B3a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#FC5B3F', endColorStr='#FC5B3a', gradientType='1');
    color: #fff
}

footer .widget-newsletter button i {
    position: relative;
    line-height: 41px;
    overflow: hidden
}

footer .widget-newsletter .form-control::-webkit-input-placeholder {
    color: #474747
}

footer .widget-newsletter .form-control:-moz-placeholder {
    color: #474747
}

footer .widget-newsletter .form-control::-moz-placeholder {
    color: #474747
}

footer .widget-newsletter .form-control:-ms-input-placeholder {
    color: #474747
}

footer .widget-newsletter p {
    font-size: 13px;
    margin-bottom: 21px
}

footer .widget-links ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

footer .widget-links ul li a {
    color: #a5a5a5;
    font-size: 13px;
    font-weight: 400;
    line-height: 27px;
    text-transform: capitalize;
    font-family: roboto, sans-serif
}

footer .widget-links ul li a:hover {
    color: #FC5B3F
}

.footer--copyright {
    border-top: 2px solid rgba(71, 71, 71, .25);
    padding: 30px 0
}

.footer--copyright .payment--methods a {
    display: inline-block;
    opacity: .5;
    margin: 0 5px;
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.footer--copyright .payment--methods a:hover {
    opacity: 1
}

.footer--links ul {
    margin-left: 0
}

.footer--links li {
    padding-left: 0;
    padding-right: 0
}

.footer--links li a {
    color: #7f7f7f;
    font-size: 13px;
    font-weight: 400;
    line-height: 43px;
    text-transform: capitalize;
    margin-right: 26px;
    position: relative
}

.footer--links li a:hover {
    color: #FC5B3F
}

.footer--links li:last-child a {
    margin-right: 0
}

footer .widget-instagram a {
    width: 61px;
    height: 61px
}

footer .widget-instagram .insta-hover i {
    line-height: 61px
}

.footer-light {
    border-top: 1px solid #eee;
    background-color: #fff
}

.footer-light .footer-widget .footer--widget-title h5,
.footer-light .footer-widget .widget-about ul li span,
.footer-light .footer--widget-recent .entry--title a {
    color: #333
}

.footer-light .footer--widget-recent .entry--title a:hover {
    color: #FC5B3F
}

.footer-light .footer--bar {
    border-top-color: #eee
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .footer-widget {
        padding-top: 60px;
        padding-bottom: 0
    }
    .footer--widget {
        margin-bottom: 30px
    }
    .footer--copyright {
        text-align: center
    }
    .footer--copyright,
    .footer-widget .footer--widget-title h5 {
        margin-bottom: 15px
    }
    .footer--action p {
        margin-bottom: 20px;
        line-height: 20px
    }
    .footer--action .action-button {
        text-align: left
    }
    footer .widget-newsletter form {
        max-width: 400px
    }
    .footer--bar {
        text-align: center
    }
    .pull-right {
        float: none!important
    }
    .footer--widget-recent .entry {
        margin-bottom: 10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-widget .footer--widget-title h5 {
        margin-bottom: 15px
    }
    .footer--widget-recent .entry {
        margin-bottom: 10px
    }
    .footer--widget {
        margin-bottom: 20px
    }
    .footer-widget {
        padding-bottom: 40px
    }
    .footer--links li a {
        margin-right: 16px
    }
    .footer--action p {
        margin-bottom: 20px;
        line-height: 20px
    }
    .footer--action .action-button {
        text-align: left
    }
    .footer--action-container {
        padding: 20px
    }
    .footer--action .action-button a {
        margin-right: 10px
    }
}

.page-404 h3 {
    font-size: 280px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0
}

.page-404 p {
    color: #a5a5a5;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 20px
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .page-404 {
        padding-top: 150px!important;
        padding-bottom: 150px!important
    }
    .page-404 h3 {
        font-size: 150px
    }
    .page-404 .btn {
        width: 125px
    }
    .page-404.fullscreen {
        height: auto!important
    }
}

.page-soon {
    padding-top: 140px;
    padding-bottom: 140px
}

.page-soon h3 {
    color: #282828;
    font-size: 85px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 38px
}

.page-soon p {
    color: #a5a5a5;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 70px
}

.flip-clock-wrapper {
    margin: 0 auto;
    width: 360px;
    height: 130px;
    padding-left: 30px
}

.flip-clock-divider {
    width: 26px
}

.flip-clock-divider .flip-clock-label {
    font-size: 14px;
    font-weight: 700;
    color: #282828;
    top: auto;
    bottom: -26px;
    right: -42px
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -51px
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -55px
}

.flip-clock-divider .flip-clock-label:before {
    position: absolute;
    top: -69px;
    left: -19px;
    content: "";
    width: 69px;
    height: 8px;
    background: url(../images/icons/divider.png) no-repeat center;
    z-index: 9
}

.flip-clock-divider.hours .flip-clock-label:before {
    left: -12px
}

.flip-clock-divider.minutes .flip-clock-label:before {
    left: -9px
}

.flip-clock-divider.seconds .flip-clock-label:before {
    left: -7px
}

.flip-clock-dot {
    display: none
}

.flip-clock-wrapper .flip {
    width: 20px;
    height: 90px;
    margin: 0;
    border-radius: 0;
    font-size: 38px;
    box-shadow: none;
    position: relative;
    margin-left: -11px;
    background-color: transparent
}

.flip-clock-wrapper .flip:before {
    position: absolute;
    content: "";
    left: 3px;
    right: 3px;
    bottom: -3px;
    height: 10px;
    background-color: #1d1d1d;
    border-radius: 3px
}

.flip-clock-wrapper .flip:after {
    position: absolute;
    content: "";
    left: 5px;
    right: 5px;
    bottom: -6px;
    height: 10px;
    border-radius: 0 0 2px 2px;
    background-color: #1d1d1d;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .35);
    -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, .35);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .35)
}

.flip-clock-wrapper ul li a div,
.flip-clock-wrapper ul li a div div.inn {
    font-family: 'exo 2', sans-serif;
    font-size: 38px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    outline: none
}

.flip-clock-wrapper ul li a div div.inn {
    background-color: #1d1d1d
}

.countdown-rtl {
    direction: rtl
}

.countdown-section {
    display: block;
    float: left;
    text-align: center;
    position: relative;
    height: auto;
    margin-right: 26px;
    width: 18%;
    padding: 0 23px
}

.countdown-section:last-of-type {
    margin-right: 0
}

.countdown-amount {
    font-family: 'exo 2', sans-serif;
    color: #FC5B3F;
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 18px
}

.countdown-period {
    display: block;
    color: #616161;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    text-align: center
}

.countdown-boxed .countdown-section {
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .4);
    padding: 23px
}

.countdown-boxed .countdown-amount {
    color: #fff
}

.countdown-boxed .countdown-period {
    color: #f9f9f9
}

.countdown-dark .countdown-amount {
    color: #282828
}

.countdown-dark .countdown-period {
    color: #616161
}

.countdown-theme .countdown-amount,
.countdown-theme .countdown-period {
    color: #FC5B3F
}

@media only screen and (min-width:320px) and (max-width:480px) {
    .countdown-section {
        width: 40%;
        margin-top: 10px;
        margin-bottom: 10px
    }
    .page-soon h3 {
        font-size: 45px;
        margin-top: 100px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .countdown-section {
        width: 16%;
        margin-top: 10px;
        margin-bottom: 10px
    }
    .countdown-amount {
        font-size: 50px
    }
    .page-soon h3 {
        font-size: 45px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .countdown-section {
        width: 17%
    }
    .countdown-amount {
        font-size: 60px
    }
}

@media only screen and (max-width:991px) {
    .page-soon {
        padding-top: 100px!important;
        padding-bottom: 100px!important
    }
}

.page-maintenance {
    padding-top: 150px;
    padding-bottom: 150px
}

.page-maintenance h3 {
    font-size: 85px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
    letter-spacing: 1.7px
}

.page-maintenance p {
    color: #a5a5a5;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 50px
}

.skills.skills-scroll .progress-bar {
    background-color: #282828
}

.skills.skills-scroll .progress-title .title {
    color: #fff
}

.maintenance-fullscreen.skills .progress-title .value {
    color: #f4f4f4
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .page-maintenance {
        padding-top: 100px!important;
        padding-bottom: 100px!important
    }
    .page-maintenance h3 {
        font-size: 45px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .page-maintenance {
        padding-top: 100px!important;
        padding-bottom: 100px!important
    }
}

.clients .client {
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    -ms-transition: all .35s;
    transition: all .35s
}

.clients .client img {
    max-width: 100%;
    width: auto!important
}

.clients-carousel-1 {
    padding-top: 80px;
    padding-bottom: 80px
}

.clients-divider .client {
    position: relative
}

.clients-divider .client:after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 2px;
    height: 20px;
    background-color: #222;
    margin-top: -10px;
    opacity: .2
}

.carousel-divder-reverse {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 2px;
    height: 20px;
    background-color: #fff;
    margin-top: -13px;
    z-index: 333;
    margin-left: 15px
}

.clients-carousel [class*=col-] {
    max-height: 84px
}

.clients-carousel-2 {
    padding: 135px 0
}

.clients-1 {
    padding-top: 35px;
    padding-bottom: 100px
}

.clients-1 .client {
    line-height: 45px
}

.clients-1 .client img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.clients-1 .client:hover img {
    -webkit-filter: none;
    filter: none
}

.clients-2 .row-clients .client {
    position: relative;
    height: 135px;
    margin-bottom: 15px;
    line-height: 135px;
    padding: 20px
}

.clients-2 .row-clients .client:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 121px;
    background-color: #f0f0f0
}

.clients-2 .row-clients .client:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 14px;
    width: 90%;
    height: 1px;
    background-color: #f0f0f0
}

.clients-2 .row-clients .client:last-child:before {
    display: none
}

.clients-2 .row-clients:last-child .client:after {
    display: none
}

.clients-3.clients-2 .row-clients .client:before,
.clients-3.clients-2 .row-clients .client:after {
    background-color: #585a5d
}

.clients-2.clients-4 .row-clients .client:before,
.clients-2.clients-4 .row-clients .client:after {
    background-color: #fff;
    opacity: .2
}

.clients-5 {
    position: relative;
    margin-top: -100px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 30px 0
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .clients .client {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .clients .client {
        margin-bottom: 20px
    }
}

.ccc-widget.ccc-header-v3 {
    padding: 20px 0
}

.bitcoin-tracker-dark .ccc-widget.ccc-header-v3 {
    background-color: #1b1a1a!important
}

.ccc-widget.ccc-header-v3 .ccc-header-v3-price-logo {
    margin-right: 9px
}

.bitcoin-tracker-dark .ccc-header-v3-price-value {
    color: #a5a5a5!important;
    font-size: 12px!important
}

.bitcoin-tracker-dark .ccc-header-v3-price-name {
    color: #f9f9f9!important;
    font-size: 14px!important;
    font-weight: 700!important;
    margin-right: 6px!important;
    text-transform: capitalize!important
}

.bitcoin-tracker-theme .ccc-widget.ccc-header-v3 {
    background-color: #FC5B3F!important
}

.bitcoin-tracker-theme .ccc-header-v3-price-value {
    color: #282828!important;
    font-size: 12px!important
}

.bitcoin-tracker-theme .ccc-header-v3-price-name {
    color: #1b1a1a!important;
    font-size: 14px!important;
    font-weight: 700!important;
    margin-right: 6px!important;
    text-transform: capitalize!important
}

.ccc-widget.ccc-chart {
    background-color: #FC5B3F
}

.ccc-widget.ccc-chart>div {
    background-color: transparent!important;
    border: none!important
}

.ccc-widget.ccc-chart .header-div {
    background-color: transparent!important;
    border: none!important;
    padding: 40px 40px 26px!important
}

.ccc-widget.ccc-chart .header-div a:last-of-type {
    font-size: 0!important;
    border-radius: 0!important;
    width: 42px;
    height: 42px;
    position: relative
}

.ccc-widget.ccc-chart .header-div a:last-of-type:before {
    position: absolute;
    content: "";
    color: #fff;
    width: 2px;
    height: 14px;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    background: #fff
}

.ccc-widget.ccc-chart .header-div a:last-of-type:after {
    position: absolute;
    content: "";
    color: #fff;
    width: 14px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    background: #fff
}

.ccc-widget.ccc-chart div:nth-child(2) {
    padding: 10px 30px 10px 40px!important
}

.ccc-widget.ccc-chart div:nth-child(2) a {
    font-family: 'exo 2', sans-serif;
    font-size: 40px;
    font-weight: 300
}

.ccc-widget.ccc-chart div:nth-child(3) {
    padding-left: 44px!important
}

.ccc-widget.ccc-chart div:nth-child(4) {
    padding-right: 44px!important
}

.ccc-widget.ccc-chart div:last-of-type {
    margin-top: 36px!important
}

.bitcoin-converter {
    background-color: #FC5B3F;
    padding: 31px
}

.bitcoin-converter .cryptonatorwidget {
    padding: 0!important;
    border: none!important
}

.bitcoin-converter table {
    border: none;
    background-color: #FC5B3F
}

.bitcoin-converter table tbody tr td {
    border: none;
    padding: 9px
}

.bitcoin-converter input,
.bitcoin-converter select {
    border-radius: 2px;
    background-color: #fff;
    height: 53px!important;
    line-height: 53px;
    font-family: roboto, sans-serif;
    color: #9b9b9b;
    font-size: 13px!important;
    font-weight: 400;
    border: none;
    padding-left: 16px
}

.bitcoin-calculator {
    background-color: #FC5B3F;
    padding: 40px
}

.bitcoin-calculator input,
.bitcoin-calculator select {
    border-radius: 0;
    background-color: transparent;
    height: 40px!important;
    line-height: 28px;
    font-family: 'exo 2', sans-serif!important;
    color: #fff;
    font-size: 40px!important;
    font-weight: 300;
    border: none;
    text-align: center;
    width: 100%!important;
    margin-bottom: 10px
}

.bitcoin-calculator div {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: 'exo 2', sans-serif;
    font-weight: 600;
    font-style: italic;
    line-height: 1
}

.bitcoin-calculator .calcs-arrows {
    margin: 20px auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #f77313;
    position: relative
}

.bitcoin-calculator .calcs-arrows:before,
.bitcoin-calculator .calcs-arrows:after {
    position: absolute;
    top: 0;
    font-family: FontAwesome;
    color: #fff;
    font-size: 17px;
    line-height: 50px;
    font-style: normal;
    font-weight: 300
}

.bitcoin-calculator .calcs-arrows:before {
    left: 16px;
    content: "\f175"
}

.bitcoin-calculator .calcs-arrows:after {
    left: 25px;
    content: "\f176"
}

.bitcoin-calculator input::-webkit-input-placeholder {
    color: #282828;
    text-transform: capitalize;
    color: #fff;
    font-family: 'exo 2', sans-serif!important
}

.bitcoin-calculator input:-moz-placeholder {
    color: #282828;
    text-transform: capitalize;
    color: #fff;
    font-family: 'exo 2', sans-serif!important
}

.bitcoin-calculator input::-moz-placeholder {
    color: #282828;
    text-transform: capitalize;
    color: #fff;
    font-family: 'exo 2', sans-serif!important
}

.bitcoin-calculator input:-ms-input-placeholder {
    color: #282828;
    text-transform: capitalize;
    color: #fff;
    font-family: 'exo 2', sans-serif!important
}

.bitcoin-calculator .cryptonatorwidget {
    padding: 0!important;
    border: none!important
}

.bitcoin-calculator table {
    border: none;
    background-color: #FC5B3F
}

.bitcoin-calculator table tbody tr td {
    border: none;
    padding: 9px;
    width: 100%!important;
    display: block;
    text-align: center
}

.bitcoin-pricing {
    border-radius: 2px;
    background-color: #f9f9f9;
    padding: 26px 40px
}

.bitcoin-pricing .bitcoin-list {
    color: #a5a5a5;
    font-size: 14px;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
    border-bottom: 2px solid #ededed;
    display: flex
}

.bitcoin-pricing .bitcoin-list:last-of-type {
    border-bottom: none
}

.bitcoin-list span {
    display: inline-block
}

.bitcoin-list span:first-child {
    padding-left: 30px;
    color: #282828;
    font-weight: 900;
    width: 40%;
    background: url(../images/icons/bitcoin-icon.png) no-repeat left center
}

.bitcoin-list span:last-child {
    width: 60%;
    overflow: hidden;
    height: 48px;
    padding-left: 24px
}

.bitcoin-list span.BTCmktcapUSD {
    background: url(../images/icons/dollor.png) no-repeat left center
}

.bitcoin-list span.BTCmktcapEUR {
    background: url(../images/icons/eur.png) no-repeat left center
}

.bitcoin-list span.BTCmktcapETH {
    background: url(../images/icons/eth.png) no-repeat left center
}

.bitcoin-list span.BTCmktcapJPY {
    background: url(../images/icons/jpy.png) no-repeat left center
}

.bitcoin-list span.BTCmktcapCHF {
    background: url(../images/icons/chf.png) no-repeat left center
}

.bitcoin-list span.BTCmktcapLTC {
    background: url(../images/icons/ltc.png) no-repeat left center
}

.bitcoin-list span.BTCmktcapAUD {
    background: url(../images/icons/aud.png) no-repeat left center
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .bitcoin-calculator {
        padding: 20px
    }
}

.skills .progressbar {
    margin-bottom: 39px
}

.skills .progressbar:last-of-type {
    margin-bottom: 0
}

.skills .progress {
    height: 9px;
    background-color: #eee;
    border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
    margin-bottom: 0
}

.skills .progress-bar {
    height: 9px;
    background-color: #FC5B3F;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 0
}

.skills .progress-title {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 8px;
    line-height: 1
}

.skills .progress-title .title {
    color: #222;
    font-size: 14px;
    font-weight: 700;
    line-height: inherit;
    margin-bottom: 2px;
    text-transform: capitalize
}

.skills .progress-title .value {
    float: right;
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 700;
    line-height: inherit;
    text-transform: capitalize;
    padding-top: 0
}

.progressbar.progress-gradient .progress-bar {
    background-image: -moz-linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    background-image: -webkit-linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    background-image: -ms-linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    background-image: linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%)
}

.skills-light .progress-title .title {
    color: #f9f9f9
}

.skills-theme .progress-title .title {
    color: #9b9b9b
}

.skills-theme .heading .heading--desc {
    color: #f9f9f9
}

.video--button {
    height: 487px;
    position: relative
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1a1a), to(rgba(0, 0, 0, 0.2)));
    background-image: -webkit-linear-gradient(bottom, #1b1a1a, rgba(0, 0, 0, 0.2));
    background-image: -moz-linear-gradient(bottom, #1b1a1a, rgba(0, 0, 0, 0.2));
    background-image: -ms-linear-gradient(bottom, #1b1a1a, rgba(0, 0, 0, 0.2));
    background-image: -o-linear-gradient(bottom, #1b1a1a, rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(bottom, #1b1a1a, rgba(0, 0, 0, 0.2));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#1b1a1a', endColorStr='rgba(0, 0, 0, 0.2)');
    opacity: .8
}

.video--content {
    border-radius: 1px
}

.video--content .video--button .popup-video {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    display: inline-block;
    position: relative
}

.video--content .video--button .popup-video span {
    position: relative;
    width: 88px;
    height: 88px
}

.video--content .video--button .popup-video span:before {
    position: absolute;
    left: -14px;
    top: -37px;
    content: "";
    width: 88px;
    height: 88px;
    border: 2px solid #FC5B3F;
    border-radius: 50%;
    opacity: 1;
    animation: pulse 1s infinite linear;
    animation-delay: .5s
}

.video--content .video--button .popup-video i {
    font-size: 18px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background-color: #FC5B3F;
    position: relative
}

.video--content .video--button .popup-video i:after {
    position: absolute;
    left: -8px;
    top: -8px;
    content: "";
    width: 76px;
    height: 76px;
    border: 2px solid #FC5B3F;
    border-radius: 50%
}

.video--content .video--button .popup-video div {
    padding-top: 33px
}

.video--content .video--button .popup-video:hover {
    animation: none
}

.video-2 .video-overlay {
    background-color: rgba(27, 26, 26, .15)
}

.video-3 .video-overlay {
    background-color: rgba(27, 26, 26, .25)
}

.video-4 {
    padding-bottom: 240px
}

.video-4 .video--button {
    height: auto
}

.video-5 {
    position: relative
}

.video-5:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: #fff;
    height: 110px;
    width: 100%;
    z-index: -1
}

.video-6 .video--content {
    position: relative
}

.video-6 .video--button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto
}

.video-6 .heading .heading--title {
    margin-bottom: 32px
}

.video-6 .heading .heading--desc {
    font-size: 17px;
    line-height: 26px;
    color: #a5a5a5;
    font-weight: 400;
    margin-bottom: 66px
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

.newsletter p {
    color: #f4f4f4;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: .8px
}

.newsletter h3 {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 40px
}

.newsletter .btn--primary:hover,
.newsletter .btn--secondary:hover {
    background-color: #fff;
    border-color: #fff;
    color: #FC5B3F
}

.newsletter .form-control {
    background-color: transparent;
    width: 370px;
    border: 2px solid #eee;
    margin-right: 30px;
    margin-bottom: 0;
    padding: 0 15px;
    height: 51px;
    color: #fff
}

.newsletter-3.newsletter .form-control,
.newsletter-4.newsletter .form-control {
    border: 2px solid #eee;
    margin-right: 0;
    border-radius: 100px;
    width: 455px;
    max-width: 100%
}

.newsletter-3.newsletter button,
.newsletter-4.newsletter button {
    margin-left: -50px
}

.newsletter .form-control::-webkit-input-placeholder {
    color: #fff
}

.newsletter .form-control:-moz-placeholder {
    color: #fff
}

.newsletter .form-control::-moz-placeholder {
    color: #fff
}

.newsletter .form-control:-ms-input-placeholder {
    color: #fff
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .newsletter h3 {
        font-size: 35px;
        line-height: 40px
    }
    .newsletter .form-control,
    .newsletter-3.newsletter .form-control,
    .newsletter-4.newsletter .form-control {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px
    }
    .newsletter-3.newsletter button,
    .newsletter-4.newsletter button {
        margin-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .newsletter h3 {
        font-size: 39px;
        line-height: 45px
    }
}

.case-filter {
    text-align: center;
    margin-bottom: 30px
}

.case-filter li a {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-right: 24px;
    text-transform: capitalize
}

.case-filter li:last-child a {
    margin-right: 0
}

.case-filter li a.active-filter,
.case-filter li a:hover {
    color: #FC5B3F
}

.case-item {
    margin-bottom: 30px
}

.case-item-container {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(224, 224, 224, .4);
    box-shadow: 0 10px 20px 0 rgba(224, 224, 224, .4);
    border-radius: 0 0 2px 2px
}

.case-item .case--img {
    position: relative
}

.case-item .case--img:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%)
}

.case-item .case--img img {
    max-width: 100%;
    height: auto
}

.case-item .case--hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.case-item .case--hover .case--action,
.case-gallery .case--hover .case--content {
    width: 100%;
    height: 100%;
    background-color: rgba(253, 179, 0, .85);
    text-align: center;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.case-item:hover .case--hover .case--action,
.case-item:hover .case--hover .case--content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.case-item .case--hover .case--action a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.case-item .case--hover .case--action a:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    margin-left: -10px;
    width: 20px;
    height: 1px;
    background-color: #fff
}

.case-item .case--hover .case--action a:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    margin-top: -10px;
    width: 1px;
    height: 20px;
    background-color: #fff
}

.case-item .case--content {
    padding: 30px 25px 24px
}

.case-item .case--title h4 {
    color: #282828;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 0;
    text-transform: capitalize
}

.case-item .case--title h4 a {
    color: #282828
}

.case-item .case--title h4 a:hover {
    color: #FC5B3F
}

.case-item .case--cat {
    margin-bottom: 8px
}

.case-item .case--cat a {
    color: #FC5B3F;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    padding-left: 7px
}

.case-item .case--cat a:before {
    content: ",";
    position: absolute;
    top: 0;
    left: 2px
}

.case-item .case--cat a:hover {
    color: #282828
}

.case-item .case--cat a:first-of-type {
    padding-left: 0
}

.case-item .case--cat a:first-of-type:before {
    display: none
}

.case-gallery .case--hover .case--content {
    text-align: left;
    padding: 0
}

.case-gallery .case--hover .case--inner-content {
    position: absolute;
    bottom: 26px;
    left: 30px
}

.case-gallery .case-item .case--cat a,
.case-gallery .case-item .case--title h4 a {
    color: #fff
}

.case-gallery .case-item .case--cat a:hover,
.case-gallery .case-item .case--title h4 a:hover {
    color: #282828
}

.case-study-single .case--study-text {
    margin-bottom: 45px
}

.case-study-single .case--study-text h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 18px
}

.case-study-single .case--study-text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px
}

.how-to-panel {
    margin-bottom: 70px
}

.how-to-panel h3 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 24px
}

.how-to-panel p {
    line-height: 24px;
    margin-bottom: 0
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .case-filter li a {
        margin-right: 10px
    }
    .case-item-container {
        max-width: 370px;
        margin-right: auto;
        margin-left: auto
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .case-item .case--img img {
        width: 100%
    }
}

.owl-carousel .owl-item img {
    width: inherit
}

.carousel-dots .owl-controls {
    margin-top: 15px
}

.carousel-dots .owl-controls .owl-dots .owl-dot span {
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background-color: #333;
    border: none;
    margin: 0 4px
}

.carousel-dots .owl-controls .owl-dots .owl-dot.active span {
    background-color: #fff;
    box-shadow: 0 0 0 2px #333
}

.carousel-dots.carousel-white .owl-controls .owl-dots .owl-dot span {
    border-color: rgba(255, 255, 255, .5)
}

.carousel-dots.carousel-theme .owl-controls .owl-dots .owl-dot.active span {
    background-color: #FC5B3F;
    border-color: #FC5B3F
}

.carousel-dots.carousel-white .owl-controls .owl-dots .owl-dot.active span {
    background-color: #fff;
    border-color: #fff
}

.carousel-navs .owl-controls .owl-nav {
    position: relative
}

.carousel-navs .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    height: 53px;
    width: 53px;
    line-height: 53px;
    color: #9b9b9b;
    font-size: 0;
    font-weight: 400;
    text-align: center;
    background-color: transparent;
    padding: 0;
    border-radius: 50%;
    border: 2px solid rgba(34, 34, 34, .1);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    margin-top: -250px;
    font-weight: 700
}

.carousel-navs .owl-controls .owl-nav [class*=owl-]:hover {
    color: #FC5B3F;
    border-color: #FC5B3F;
    background-color: transparent
}

.carousel-navs .owl-controls .owl-nav .owl-prev {
    left: 0
}

.carousel-navs .owl-controls .owl-nav .owl-prev:before {
    font-family: linearicons-free;
    content: "\e879";
    font-size: 20px
}

.carousel-navs .owl-controls .owl-nav .owl-next {
    right: 0
}

.carousel-navs .owl-controls .owl-nav .owl-next:before {
    font-family: linearicons-free;
    content: "\e87a";
    font-size: 20px
}

.carousel-navs .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%
}

.carousel-navs .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #fff
}

.carousel-navs .owl-dots .owl-dot.active span,
.carousel-navs .owl-dots .owl-dot:hover span {
    background: #fff
}

.slider-dots .owl-controls {
    margin-top: 0
}

.slider-dots .owl-controls .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%
}

.slider-dots .owl-controls .owl-dots .owl-dot span {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, .6);
    margin: 0 4px
}

.slider-dots .owl-controls .owl-dots .owl-dot.active span {
    -moz-box-shadow: 0 0 0 2px #3d3c3c;
    -webkit-box-shadow: 0 0 0 2px #3d3c3c;
    box-shadow: 0 0 0 2px #fff
}

.slider-navs .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin-top: -30px;
    color: #fff;
    font-size: 0;
    font-weight: 400;
    background-color: rgba(27, 26, 26, .5);
    text-align: center;
    padding: 0;
    border-radius: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.slider-navs .owl-controls .owl-nav [class*=owl-]:hover {
    color: #999;
    background-color: #fff
}

.slider-navs .owl-controls .owl-nav .owl-prev {
    left: 30px
}

.slider-navs .owl-controls .owl-nav .owl-next:before,
.slider-navs .owl-controls .owl-nav .owl-prev:before {
    font-family: fontawesome;
    font-size: 25px
}

.slider-navs .owl-controls .owl-nav .owl-prev:before {
    content: "\f104"
}

.slider-navs .owl-controls .owl-nav .owl-next {
    right: 30px
}

.slider-navs .owl-controls .owl-nav .owl-next:before {
    content: "\f105"
}

.slider-navs .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%
}

.slider-navs .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #fff
}

.slider-navs .owl-dots .owl-dot.active span,
.slider-navs .owl-dots .owl-dot:hover span {
    background: #fff
}

.slider-navs.slider-shop .owl-controls .owl-dots .owl-dot span {
    background-color: #3d3c3c;
    border: 2px solid #fff
}

.slider-navs.slider-shop .owl-controls .owl-dots .owl-dot.active span {
    -moz-box-shadow: 0 0 0 2px #3d3c3c;
    -webkit-box-shadow: 0 0 0 2px #3d3c3c;
    box-shadow: 0 0 0 2px #3d3c3c
}

.slider-theme.slider-navs .owl-controls .owl-nav [class*=owl-]:hover {
    color: #282828
}

.slider-theme.slider-dots .owl-controls .owl-dots .owl-dot span {
    border-color: #FC5B3F
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .carousel-dots .owl-controls {
        margin-top: 20px
    }
    .slider-navs .owl-controls .owl-nav .owl-prev {
        left: 0
    }
    .slider-navs .owl-controls .owl-nav .owl-next {
        right: 0
    }
    .slider-navs .owl-controls .owl-nav .owl-next:before,
    .slider-navs .owl-controls .owl-nav .owl-prev:before {
        font-size: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider-navs .owl-controls .owl-nav .owl-next:before,
    .slider-navs .owl-controls .owl-nav .owl-prev:before {
        font-size: 30px
    }
}

.divider--line {
    position: relative;
    height: 2px
}

.divider--line:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background-color: #FC5B3F;
    bottom: 0;
    left: 0;
    margin: 0 auto
}

.divider--wide:after {
    width: 70px!important
}

.divider--center:after {
    left: 50%;
    margin-left: -25px
}

.divider--white:after {
    background-color: #fff
}

.section-bordered {
    border-bottom: 1px solid #f0f0f0
}

.divider--section {
    border-top: 1px solid #f0f0f0;
    margin-top: 0;
    margin-bottom: 0
}

.info-card {
    position: relative
}

.info-card .info-card-step {
    position: absolute;
    left: 0;
    top: 10px;
    font-family: 'exo 2', sans-serif;
    color: #e8e8e8;
    font-size: 52px;
    font-style: italic;
    line-height: 29px
}

.info-card .info-card-content {
    padding-left: 100px
}

.info-card .info-card-subtitle {
    color: #9b9b9b;
    font-family: roboto, sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 0
}

.info-card .info-card-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 17px
}

.info-card .info-card-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 15px
}

.info-card .info-card-links {
    color: #FC5B3F;
    font-size: 14px;
    font-weight: 700;
    line-height: 29px
}

.info-card .info-card-links i {
    margin-right: 7px
}

.info-card .info-card-links:hover {
    color: #282828
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .info-card .info-card-content {
        padding-left: 70px
    }
}

.number-panel {
    position: relative
}

.number-panel .number--img {
    margin-bottom: 30px
}

.number-panel .number--img img {
    max-width: 100%;
    height: auto
}

.number-panel .number--content h6 {
    color: #FC5B3F;
    font-family: open sans, sans-serif;
    font-size: 13px;
    font-style: italic;
    line-height: 1;
    margin-bottom: 14px;
    position: relative;
    z-index: 2
}

.number-panel .number--content h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #282828;
    margin-bottom: 21px
}

.number-panel .number--content p {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0
}

.number-panel .number--content a {
    color: #FC5B3F;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 4px;
    text-transform: uppercase;
    position: relative;
    margin-top: 26px;
    display: inline-block
}

.number-panel .number--content a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 2px;
    background-color: #FC5B3F;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.number-panel:hover .number--content a:after {
    width: 100%
}

.number-panel .num {
    position: absolute;
    left: 0;
    top: -32px;
    color: #efefef;
    font-size: 65px;
    font-weight: 600;
    line-height: 1
}

.number-1 .number-panel .number--content h3 span {
    color: #FC5B3F;
    position: relative;
    padding-bottom: 3px
}

.number-1 .number-panel .number--content h3 span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #dd543d
}

.number-2 .number-panel .number--content h3 {
    margin-bottom: 15px
}

.number-3 .number-panel .num {
    left: auto;
    right: 0;
    top: -5px
}

.number-white .number-panel {
    padding: 76px 50px 57px
}

.number-white .number-panel .number--content h6 {
    color: #f9f9f9
}

.number-white .number-panel .number--content h3 {
    color: #fff;
    position: relative;
    padding-bottom: 16px
}

.number-white .number-panel .number--content h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #fff
}

.number-white .number-panel .number--content p {
    color: #fff
}

.number-white .number-panel .number--content a {
    color: #fff
}

.number-white .number-panel .number--content a:after {
    background-color: #fff
}

.number-white .number-panel .num {
    position: absolute;
    left: 49px;
    top: 31px;
    color: rgba(239, 239, 239, .05);
    font-size: 65px;
    font-weight: 700;
    line-height: 1
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .number-panel {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .number-white .number-panel {
        padding: 20px
    }
}

.workflow .tab-pane {
    min-height: 597px
}

.workflow .tab-pane .col-img {
    height: 597px
}

.workflow .tab-pane .col-content {
    padding: 100px!important;
    height: 597px;
    box-shadow: 0 2px 3px rgba(40, 40, 40, .16);
    border-radius: 0 2px 2px 0;
    background-color: #fff
}

.workflow .tab-pane .col-content h4 {
    font-size: 35px;
    font-weight: 700;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 40px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .workflow .tab-pane .col-content {
        padding: 30px!important;
        height: auto
    }
    .workflow .tab-pane .pr-0 {
        padding-right: 15px!important
    }
    .workflow .tab-pane .pl-0 {
        padding-left: 15px!important
    }
    .workflow .tab-pane .col-img {
        height: auto;
        min-height: 300px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .workflow {
        padding-top: 70px;
        padding-bottom: 70px
    }
    .workflow .tab-pane .col-content {
        padding: 50px!important
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .workflow {
        padding-top: 70px;
        padding-bottom: 70px
    }
    .workflow .tab-pane .col-content {
        padding: 70px!important
    }
}

.pie-chart .rounded-skill {
    min-height: 160px
}

.pie-chart .rounded-skill .prcentage {
    width: 144px;
    height: 144px;
    line-height: 144px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #ebebeb;
    margin: 11px;
    display: inline-block
}

.pie-chart .rounded-skill span {
    color: #0cb4ce;
    font-weight: 600;
    line-height: inherit;
    text-transform: uppercase
}

.pie-chart .rounded-skill .prcent {
    font-size: 43px
}

.pie-chart .rounded-skill .symbol {
    font-size: 23px
}

.pie-chart .skill-name h6 {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-top: 40px;
    margin-bottom: 0
}

.pie-chart .rounded-skill .rounded--icon {
    width: 144px;
    height: 144px;
    line-height: 144px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    border: 3px solid #ebebeb;
    margin: 11px;
    display: inline-block;
    color: #0cb4ce;
    font-size: 40px
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .pie-chart .skill {
        margin-bottom: 30px
    }
}

.header-fixed-side {
    width: 270px;
    position: fixed;
    border-radius: 0;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center
}

.header-fixed-side .header--panel {
    width: 100%;
    height: 100%
}

.header-fixed-side .navbar-header {
    float: none
}

.header-fixed-side .header--panel-logo {
    width: 100%;
    display: block;
    text-align: center;
    padding: 30px 30px 30px 0;
    margin-bottom: 80px
}

.header-fixed-side .header--panel .navbar-nav {
    margin-bottom: 0;
    padding: 30px;
    margin: 0;
    float: none
}

.header-fixed-side .header--panel .navbar-nav>li {
    margin-right: 0;
    float: none;
    text-align: center
}

.header-fixed-side .header--panel .navbar-nav>li:last-child {
    border-bottom: none
}

.header-fixed-side .navbar-nav a {
    font-size: 13px;
    font-weight: 700;
    font-family: roboto, sans-serif;
    line-height: 39px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 0;
    position: relative;
    text-align: center
}

.header-fixed-side .header--panel .navbar-nav li:last-child a {
    margin-bottom: 0
}

.header-fixed-side .header--panel .navbar-nav a:hover {
    color: #FC5B3F
}

.header--panel-footer {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center
}

.header-fixed-side .header--panel .header--panel-social {
    margin-bottom: 20px
}

.header-fixed-side .header--panel .header--panel-social a {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #646464;
    text-align: center;
    display: inline-block;
    margin-right: 24px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .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-social a.share-facebook:hover {
    color: #3b5998
}

.header-fixed-side .header--panel .header--panel-social a.share-twitter:hover {
    color: #00acee
}

.header-fixed-side .header--panel .header--panel-social a.share-instagram:hover {
    color: #9b6954
}

.header-fixed-side .header--panel .header--panel-social a.share-linkedin:hover {
    color: #0e76a8
}

.header-fixed-side .header--panel .header--panel-copyright {
    text-align: center;
    font-size: 13px;
    font-weight: 400
}

.side-header .wrapper {
    margin: 0 0 0 270px!important;
    width: auto!important
}

.side-header .wrapper .container {
    width: auto!important
}

.header-fixed-white .header--panel .header--panel-copyright,
.header-fixed-white .header--panel .header--panel-social a,
.header-fixed-white .navbar-nav a {
    color: #fff
}

.header-fixed-white .header--panel .navbar-nav>li {
    border-bottom-color: rgba(255, 255, 255, .15)!important
}

.header-fixed-white .header--panel .header--panel-social a:hover,
.header-fixed-white .navbar-nav a:hover {
    color: #282828!important
}

.header-fixed-white.bg-dark .header--panel .header--panel-social a:hover,
.header-fixed-white.bg-dark .navbar-nav a:hover {
    color: #FC5B3F!important
}

@media only screen and (min-width:320px) and (max-width:991px) {
    .header-fixed-side {
        width: 100%;
        position: relative
    }
    .side-header .wrapper {
        margin: 0!important
    }
    .header-fixed-side .header--panel-logo {
        padding: 0 0 0 15px;
        margin-bottom: 0;
        float: left;
        width: auto
    }
    .header--panel-footer {
        display: none
    }
    .header-fixed-side .container>.navbar-collapse {
        margin-left: 0;
        background-color: #fff;
        border-top: 1px solid #f7f7f7
    }
    .header-fixed-side .header--panel .header--panel-social a {
        color: #646464
    }
    .header-fixed-side .navbar-nav a {
        color: #333!important
    }
    .header-fixed-side .header--panel .navbar-nav a:hover {
        color: #FC5B3F!important
    }
}

.service-panel {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    margin-bottom: 50px
}

.service-panel .service--img {
    overflow: hidden;
    position: relative;
    margin-bottom: 26px
}

.service-panel .service--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 28, 28, .2);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .35s linear;
    -moz-transition: all .35s linear;
    -ms-transition: all .35s linear;
    -o-transition: all .35s linear;
    transition: all .35s linear
}

.service-panel .service--img:hover .service--overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.service-panel .service--overlay a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

.service-panel .service--overlay a:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin-left: -9px;
    width: 20px;
    height: 2px;
    background-color: #fff
}

.service-panel .service--overlay a:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin-top: -10px;
    width: 2px;
    height: 20px;
    background-color: #fff
}

.service-panel img {
    max-width: 100%;
    height: auto
}

.service-panel h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    font-style: italic;
    text-transform: capitalize;
    margin-bottom: 11px
}

.service-panel p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 19px
}

.service-panel .link-more {
    color: #FC5B3F;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize
}

.service-panel .link-more i {
    margin-right: 6px
}

.service-panel .link-more:hover {
    color: #222
}

.services-2 .service-panel {
    margin-bottom: 45px
}

.services-2 .service--img {
    margin-bottom: 35px
}

.services-2 .service-panel h3 {
    margin-bottom: 23px
}

.services-2 .btn {
    width: 270px
}

.services-single .services--text {
    margin-bottom: 50px
}

.services-single .services--text h3 {
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    margin-bottom: 18px
}

.services-single .services--text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px
}

.how-to-panel {
    margin-bottom: 60px
}

.how-to-panel h3 {
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 22px
}

.how-to-panel p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0
}

@media only screen and (max-width:991px) {
    .service-panel {
        max-width: 270px;
        margin-left: auto;
        margin-right: auto
    }
}

.landing-hero {
    height: 100vh;
    padding-top: 200px;
    position: relative
}

.landing-hero .hero--desc {
    margin-bottom: 33px
}

.landing-hero .scroll--down-btn {
    position: absolute;
    left: 50%;
    bottom: 50px;
    z-index: 2;
    font-size: 18px;
    color: #fff;
    display: block
}

.landing-demos .portfolio-filter li a {
    font-weight: 700;
    margin-right: 20px
}

.landing-demos .portfolio-item {
    margin-bottom: 47px
}

.landing-demos .portfolio-title h4 {
    font-family: roboto, sans-serif;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0
}

.landing-demos .portfolio-title h4 a {
    color: #282828
}

.landing-demos .portfolio-title:hover h4 a {
    color: #FC5B3F
}

.landing-demos .portfolio-img {
    position: relative;
    -webkit-box-shadow: 0 0 33px 0 rgba(40, 40, 40, .13);
    -moz-box-shadow: 0 0 33px 0 rgba(40, 40, 40, .13);
    box-shadow: 0 0 33px 0 rgba(40, 40, 40, .13);
    background-color: silver;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.landing-demos .portfolio-img .portfolio--hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
    -khtml-transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
    -moz-transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
    -ms-transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
    -o-transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
    transition: all .3s cubic-bezier(.39, .575, .565, 1) 0s;
    background-image: -webkit-gradient(linear, left top, right top, from(#FC5B3F), to(#FC5B3a));
    background-image: -webkit-linear-gradient(left, #FC5B3F, #FC5B3a);
    background-image: -moz-linear-gradient(left, #FC5B3F, #FC5B3a);
    background-image: -ms-linear-gradient(left, #FC5B3F, #FC5B3a);
    background-image: -o-linear-gradient(left, #FC5B3F, #FC5B3a);
    background-image: linear-gradient(left, #FC5B3F, #FC5B3a);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#FC5B3F', endColorStr='#FC5B3a', gradientType='1');
    z-index: 1;
    opacity: 0;
    text-align: center
}

.landing-demos .portfolio-img:hover .portfolio--hover {
    opacity: 1
}

.landing-demos .portfolio-img .portfolio--hover .btn {
    position: absolute;
    left: 50%;
    margin-left: -85px;
    bottom: 40%;
    margin-bottom: -25px;
    transition: .4s ease-in-out;
    opacity: 0
}

.landing-demos .portfolio-img:hover .portfolio--hover .btn {
    bottom: 50%;
    opacity: 1
}

.landing-demos .portfolio-img .portfolio--hover .btn:hover {
    background-color: #282828;
    border-color: #282828;
    color: #fff
}

.landing-demos .portfolio-img img {
    max-width: 100%;
    height: auto
}

.landing-demos .portfolio-item:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.landing-demos .portfolio-bio {
    padding-top: 26px
}

.landing-demos .add-sugg {
    opacity: 1;
    min-height: 320px
}

.landing-demos .add-sugg .portfolio-img {
    min-height: 320px
}

.landing-demos .add-sugg .portfolio--hover {
    opacity: 1
}

.landing-demos .add-sugg .portfolio--hover a {
    display: block;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.wrapper-parallax {
    margin-bottom: 600px;
    position: relative;
    z-index: 50
}

.landing-action .footer--copyright {
    padding: 35px 0;
    border-top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.landing-action {
    padding: 270px 0;
    position: relative
}

.landing-action p {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px
}

.landing-action h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    font-style: italic;
    color: #fff;
    margin-bottom: 29px
}

.landing-action .btn {
    width: 270px
}

.landing-banners .panel--logo {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(224, 224, 224, .4);
    box-shadow: 0 10px 20px 0 rgba(224, 224, 224, .4);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    padding: 40px 35px 32px;
    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;
    font-family: roboto, sans-serif;
    line-height: 20px;
    margin-bottom: 0
}

.landing-featues {
    padding-bottom: 50px
}

.landing-featues .feature-box {
    margin-bottom: 50px
}

@keyframes animatedBackground {
    from {
        background-position: 0 0
    }
    to {
        background-position: 100% 0
    }
}

.bg-animate {
    background-position: 0 0;
    background-repeat: repeat-x;
    animation: animatedBackground 30s linear infinite
}

.landing-carousel {
    height: 765px
}

.landing-carousel .owl-item .carousel-item {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.landing-carousel .owl-item.center .carousel-item {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    transform: scale(.9)
}

.landing-carousel .carousel-navs .owl-controls {
    margin: 0
}

.landing-carousel .carousel-navs .owl-controls .owl-nav .owl-prev:before,
.landing-carousel .carousel-navs .owl-controls .owl-nav .owl-next:before {
    font-size: 25px;
    color: #9b9b9b
}

.landing-carousel .carousel-navs .owl-controls .owl-nav .owl-prev {
    left: 290px
}

.landing-carousel .carousel-navs .owl-controls .owl-nav .owl-next {
    right: 290px
}

.landing-carousel .carousel-navs .owl-controls .owl-nav [class*=owl-] {
    border: none
}

.landing-carousel .owl-carousel .owl-item img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
    -webkit-box-shadow: 0 1px 73px 0 rgba(40, 40, 40, .2);
    -moz-box-shadow: 0 1px 73px 0 rgba(40, 40, 40, .2);
    box-shadow: 0 1px 73px 0 rgba(40, 40, 40, .2)
}

.landing-feature .feature-panel {
    margin-bottom: 50px
}

.landing-feature .feature-panel .feature--content h3 {
    font-size: 18px
}

.landing-niche .btn {
    margin-right: 30px;
    margin-bottom: 30px
}

.btn--architecture {
    background-color: #e9bf41
}

.btn--bakery {
    background-color: #e1be64
}

.btn--barber {
    background-color: #bf9456
}

.btn--cafe {
    background-color: #cda964
}

.btn--construction {
    background-color: #ffc527
}

.btn--consulting {
    background-color: #fc5d4a
}

.btn--finance {
    background-color: #4258a8
}

.btn--health {
    background-color: #3498db
}

.btn--hosting {
    background-color: #288feb
}

.btn--hotel {
    background-color: #bf9958
}

.btn--lawyer {
    background-color: #d5aa6d
}

.btn--marketing {
    background-color: #1dc49a
}

.btn--pet {
    background-color: #52be7f
}

.btn--psychology {
    background-color: #0eaff5
}

.btn--restaurant {
    background-color: #bb9356
}

.landing-carousel2 .owl-carousel .owl-item img {
    width: 100%
}

.landing-carousel2 .owl-item .carousel-item {
    box-shadow: 0 0 36px 4px rgba(0, 0, 0, .1)
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .landing-demos .portfolio-item-box {
        max-width: 370px;
        margin: 0 auto 30px
    }
    .landing-hero .scroll--down-btn {
        bottom: 20px
    }
    .landing-action h2 {
        font-size: 40px;
        line-height: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .landing-demos .portfolio-item-box {
        max-width: 370px;
        margin: 0 auto 30px
    }
}

.about .about--text {
    margin-bottom: 36px
}

.about .about--text p {
    font-size: 16px;
    line-height: 25px;
    color: #a5a5a5;
    margin-bottom: 27px
}

.about .about--text p:last-of-type {
    margin-bottom: 0
}

.about-1 .heading .heading--subtitle {
    margin-bottom: 18px
}

.about-1 .heading .heading--title {
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
    line-height: 33px
}

.about-2 {
    overflow: visible
}

.about-2 .heading .heading--subtitle {
    margin-bottom: 16px
}

.about-2 .heading .heading--title {
    font-weight: 500;
    margin-bottom: 26px
}

.about-2 .heading .heading--desc {
    margin-bottom: 26px
}

.about-2 .about--img {
    position: relative
}

.about-2 .about--img:before {
    position: absolute;
    right: -20px;
    top: -20px;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-image: -moz-linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    background-image: -webkit-linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    background-image: -ms-linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    background-image: linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%)
}

.about-2 .about--img img {
    max-width: 100%;
    height: auto;
    position: relative
}

.about-3 {
    padding-bottom: 124px
}

.about-3 .about--img:before {
    top: 20px;
    right: auto;
    left: -20px
}

.about-3 .heading .heading--desc,
.about-4 .heading .heading--desc {
    margin-bottom: 36px
}

.about-4 .heading--title {
    margin-bottom: 25px
}

.about-4 .heading--desc {
    margin-bottom: 42px
}

.about-4 .btn {
    margin-right: 24px
}

.about-4 .social-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background-color: #2b2b2b;
    color: #fff;
    font-size: 15px;
    margin-right: 5px
}

.about-4 .social-icon:hover {
    background-color: #FC5B3F
}

.about-4 .list {
    margin-bottom: 38px
}

.about-4 .about--img img {
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    transform: translateX(30px)
}

.about-4 .about--img:before {
    background-image: none;
    background-color: #2b2b2b;
    top: auto;
    bottom: -30px;
    right: auto;
    left: 0
}

.about-5 .heading {
    margin-bottom: 36px
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .about-2 .about--img {
        margin-bottom: 40px;
        max-width: 400px
    }
    .about-4 .pl-70 {
        padding-left: 15px!important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-2 .about--img {
        margin-bottom: 40px
    }
    .about-4 .pl-70 {
        padding-left: 15px!important
    }
}

.get-quote {
    overflow: visible;
    padding-top: 90px
}

.get-quote-container {
    border-radius: 2px;
    background-image: -webkit-linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    background-image: -moz-linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    background-image: -ms-linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    background-image: linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    margin-top: -189px
}

.get-quote-header {
    padding: 40px;
    border-bottom: 2px solid rgba(255, 255, 255, .25)
}

.get-quote-header h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 0;
    padding-left: 30px;
    position: relative
}

.get-quote-header h4:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "";
    background: url(../images/icons/quote.png) no-repeat center
}

.get-quote form {
    padding: 40px;
    margin-bottom: 0
}

.get-quote form .btn {
    height: 70px;
    line-height: 70px;
    text-transform: capitalize
}

.get-quote form .form-control {
    margin-bottom: 20px;
    background-color: #fff
}

.get-quote .row-clients {
    padding-top: 80px
}

.get-quote .social-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #2b2b2b;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    margin-right: 20px;
    display: inline-block
}

.get-quote .social-icon:first-of-type {
    margin-right: 10px
}

.get-quote .social-icon:hover {
    background-color: #FC5B3F
}

.get-quote-2 {
    padding-top: 0
}

.get-quote-2 .get-quote-container {
    margin-top: 0;
    background-color: #fff;
    background-image: none
}

.get-quote-2 .get-quote-header {
    border-color: #f4f4f4
}

.get-quote-2 .get-quote-header h4 {
    color: #282828
}

.get-quote-2 .get-quote-header h4:before {
    background: url(../images/icons/quote2.png) no-repeat center
}

.get-quote-2 form .form-control {
    background-color: #f4f4f4
}

@media only screen and (max-width:991px) {
    .get-quote-container {
        margin-top: 30px
    }
}

.screenshot .heading {
    margin-bottom: 115px
}

.screenshot .carousel-dots .owl-controls {
    margin-top: 100px
}

.device-mockup {
    background: url(../images/app/holder.html) no-repeat center;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: -56px;
    width: 254px;
    height: 475px;
    margin-left: -128px
}

.screenshot .owl-item:not(.center) {
    padding-bottom: 30px;
    padding-top: 0
}

.screenshot .owl-item:not(.center) .screenshot-item {
    box-shadow: 0 2px 30px rgba(40, 40, 40, .2);
    background-color: #474747
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .device-mockup {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .screenshot .owl-item .screenshot-item {
        padding: 0 70px
    }
}

.calendar .calendar--heading {
    margin-bottom: 50px
}

.calendar .calendar--heading .calendar--icon {
    background: #333;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 2px;
    margin-bottom: 30px;
    font-size: 40px;
    text-align: center
}

.calendar .calendar--heading h2 {
    color: #333;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: capitalize
}

.calendar .calendar--heading p {
    font-size: 13px;
    font-weight: 400
}

.calendar .calendar--heading .divider--line:after {
    width: 100%;
    background-color: #d9d9d9
}

.calendar .calendar--date {
    margin-bottom: 40px
}

.calendar .calendar--date h6 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 14px
}

.calendar .calendar--date p {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .calendar .calendar--heading h2 {
        font-size: 17px;
        margin-bottom: 10px
    }
    .calendar .calendar--heading p {
        margin-bottom: 10px
    }
    .calendar .calendar--heading {
        margin-bottom: 30px
    }
}

.consultation-form {
    box-shadow: 0 10px 10px rgba(224, 224, 224, .3);
    border-radius: 2px;
    background-color: #fff;
    padding: 80px 100px 100px
}

.consultation--desc {
    font-family: 'exo 2', sans-serif;
    font-size: 32px;
    font-weight: 600;
    font-style: italic;
    color: #222;
    margin-bottom: 55px;
    line-height: 1
}

.consultation-1 .heading--title {
    font-size: 45px;
    line-height: 57px;
    font-weight: 500;
    margin-bottom: 36px
}

.consultation-2:after {
    background: #fff
}

@media only screen and (max-width:991px) {
    .consultation-form {
        padding: 20px
    }
}

.page-title {
    padding: 0;
    max-height: 600px
}

.page-title .title {
    padding: 235px 0 149px
}

.page-title .title--heading {
    margin-bottom: 20px
}

.page-title .title--heading h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: capitalize;
    letter-spacing: -.95px;
    font-style: italic
}

.page-title .title--desc p {
    color: #f9f9f9;
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 400
}

.page-title .breadcrumb,
.page-title .breadcrumb a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    background: 0 0;
    color: #fff
}

.page-title .breadcrumb .active {
    color: #fff
}

.page-title .breadcrumb a:hover {
    color: #FC5B3F
}

.page-title .breadcrumb>li+li:before {
    color: #fff
}

.page-title .title-1 {
    padding-bottom: 110px
}

.title-1 .breadcrumb {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0
}

.page-title .title-2 {
    padding-bottom: 130px
}

.title-2 .title--heading {
    margin-bottom: 5px
}

.page-title .title-2 {
    padding-bottom: 120px
}

.title-3 .title--heading {
    margin-bottom: 5px
}

.title-3 .breadcrumb {
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0
}

.page-title .title-4 {
    padding-bottom: 190px
}

.page-title .title-4 .title--heading {
    margin-bottom: 35px
}

.page-title .title-5 {
    padding-bottom: 130px
}

.page-title .title-5 .title--heading {
    margin-bottom: 15px
}

.page-title .title-6 .title--heading {
    margin-bottom: 15px
}

.page-title .title-8 {
    padding-bottom: 150px
}

.title-8 .title--heading {
    margin-bottom: 6px
}

.title-8 .title--desc {
    margin-bottom: 25px
}

.title-9 .title--heading h1 {
    text-transform: uppercase
}

.page-title .title-10 {
    padding-bottom: 100px
}

.title-10 .breadcrumb {
    margin-bottom: 8px
}

.title-10 .title--heading {
    margin-bottom: 10px
}

.title-10 .title--desc {
    padding: 0 20px
}

.page-title .title-11 {
    padding-bottom: 120px
}

.page-title .title-15 {
    padding-bottom: 170px
}

.page-title .title-16 {
    padding-bottom: 90px
}

.title-16 .title--heading h1,
.title-17 .title--heading h1 {
    font-size: 45px;
    color: #282828
}

.page-title .title-16 .breadcrumb,
.page-title .title-16 .breadcrumb a,
.page-title .title-17 .breadcrumb,
.page-title .title-17 .breadcrumb a {
    color: #333
}

.page-title .title-16 .active,
.page-title .title-16 .breadcrumb>li+li:before,
.page-title .title-17 .active,
.page-title .title-17 .breadcrumb>li+li:before {
    color: #222
}

.page-title .title-17 {
    padding: 170px 0 60px
}

.title-17 .title--heading {
    margin-bottom: 0
}

.title-17 .title--heading h1,
.title-17 .breadcrumb {
    line-height: 50px
}

.page-title .title-18 {
    padding-bottom: 80px
}

.title-18 .title--heading {
    margin-bottom: 8px
}

.title-18 .title--desc {
    margin-bottom: 50px
}

.page-title .title-19 {
    padding-bottom: 80px
}

.title-19 .title--heading h1 {
    font-size: 45px
}

.title-20 .title--heading h1 {
    color: #282828;
    font-size: 35px;
    font-weight: 400;
    font-style: italic;
    line-height: 35px
}

.counter-clock-container h5 {
    font-family: roboto, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0
}

.counter-clock-panel {
    border-radius: 2px;
    background-image: -moz-linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    background-image: -webkit-linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    background-image: -ms-linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    background-image: linear-gradient(180deg, #FC5B37 0%, #FC5B47 64%, #FC5B56 100%);
    margin-bottom: 18px
}

.counter-clock-panel-inner {
    padding: 30px 0
}

.counter-clock-panel h4 {
    color: #fff;
    text-align: left;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 28px
}

.counter-clock-panel h4 i {
    margin-right: 9px;
    font-size: 20px
}

.counter-clock-panel .btn {
    width: 310px;
    margin: 36px auto 0;
    display: block
}

.counter-clock-panel .progress--wrap {
    padding: 30px;
    border-top: 1px solid rgba(255, 255, 255, .25);
    text-align: left
}

.counter-clock-panel .skills .progress {
    height: 20px;
    background-color: transparent;
    border-radius: 20px;
    padding: 4px;
    width: 100%;
    margin-bottom: 8px;
    border: 2px solid #333
}

.counter-clock-panel .skills .progress-bar {
    background-color: #2e2d2d;
    border-radius: 8px;
    height: 8px
}

.counter-clock-panel .skills .progress-title .title,
.counter-clock-panel .skills .progress-title .value,
.counter-clock-panel .skills .progress-title .desc {
    color: #fff;
    font-family: roboto, sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 2px
}

.counter-clock-panel .skills .progress-title .title span {
    color: #282828
}

.counter-clock-panel .skills .progress-title .desc {
    float: right
}

.counter-clock-panel .skills .progress-title .value {
    font-size: 13px
}

.timeline-content {
    text-align: left;
    position: relative
}

.timeline-content:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #cecece;
    left: 50%;
    margin-left: -1px
}

.timeline-content .row-interval,
.timeline-content .row .col-md-6,
.timeline-content .timeline-panel {
    position: relative
}

.timeline-content .timeline-panel-right {
    text-align: left;
    padding-left: 80px;
    margin-left: 20px
}

.timeline-content .timeline-panel-left {
    text-align: right;
    padding-right: 80px;
    margin-right: 20px
}

.timeline-content .row-interval:before {
    position: absolute;
    content: "\f017";
    top: 0;
    left: 50%;
    color: #282828;
    font-family: fontawesome;
    font-size: 17px;
    line-height: 40px;
    background-color: #f9f9f9;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.timeline-content .event--content {
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(224, 224, 224, .4);
    box-shadow: 0 10px 20px 0 rgba(224, 224, 224, .4);
    padding: 30px 30px 23px
}

.timeline-content .event--content h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    font-style: italic;
    margin-bottom: 14px
}

.timeline-content .event--content p {
    font-size: 15px;
    line-height: 23px;
    color: #9b9b9b;
    margin-bottom: 0
}

.timeline-content .event--date {
    text-align: center;
    position: absolute;
    top: 0
}

.timeline-content .timeline-panel-right .event--date {
    left: 0
}

.timeline-content .timeline-panel-left .event--date {
    right: 0
}

.timeline-content .event--date .day {
    width: 70px;
    height: 49px;
    line-height: 49px;
    display: block;
    background-color: #FC5B3F;
    color: #fff;
    font-family: 'exo 2', sans-serif;
    font-size: 25px;
    font-style: italic;
    margin-bottom: 4px
}

.timeline-content .event--date .month {
    font-size: 13px;
    line-height: 1;
    color: #9b9b9b
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .timeline-content {
        padding-left: 20px
    }
    .timeline-content:before {
        left: 0
    }
    .timeline-content .timeline-panel-left,
    .timeline-content .timeline-panel-right {
        text-align: left;
        padding-left: 80px;
        padding-right: 0;
        margin: 0 0 20px
    }
    .timeline-content .timeline-panel-left .event--date {
        right: auto;
        left: 0
    }
    .timeline-content .row-interval:before {
        left: -4px
    }
    .timeline-content .row {
        text-align: left;
        margin-bottom: 25px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .timeline-content {
        padding-left: 20px
    }
    .timeline-content:before {
        left: 0
    }
    .timeline-content .timeline-panel-left,
    .timeline-content .timeline-panel-right {
        text-align: left;
        padding-left: 80px;
        padding-right: 0;
        margin: 0 0 20px
    }
    .timeline-content .timeline-panel-left .event--date {
        right: auto;
        left: 0
    }
    .timeline-content .row-interval:before {
        left: -4px
    }
    .timeline-content .row {
        text-align: left;
        margin-bottom: 25px
    }
}

.btcwdgt-custom .btcwdgt-chart .btcwdgt-header {
    display: none!important
}

.btcwdgt-custom .btcwdgt {
    padding: 0!important;
    box-shadow: none!important;
    margin: 0!important;
    max-width: 100%!important
}

.btcwdgt-custom .btcwdgt-chart .btcwdgt-body {
    max-height: 400px!important
}

.chart .heading--title {
    font-weight: 500
}

.chart .chart--desc {
    font-size: 16px;
    line-height: 24px
}

.page-boxed {
    background: url(../images/background/patterns/wood-dark.html)
}

@media only screen and (min-width:1200px) {
    .page-boxed .wrapper {
        width: 1170px;
        margin: auto;
        -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
        box-shadow: 0 3px 10px rgba(0, 0, 0, .2)
    }
    .page-boxed .wrapper .container {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media only screen and (max-width:1200px) {
    .page-boxed .wrapper {
        width: auto;
        margin: auto;
        overflow-x: hidden
    }
}

.page-boxed .header-fixed .affix {
    background-color: transparent
}

.page-boxed .header-fixed .affix .container {
    background-color: #fff
}

.page-boxed .col-content {
    padding: 90px
}

.body-bordered .bordered--line {
    position: fixed;
    display: block;
    background: #fff;
    z-index: 999999
}

.body-bordered .bordered--line-top,
.body-bordered .bordered--line-bottom {
    height: 20px;
    left: 0;
    right: 0
}

.body-bordered .bordered--line-right,
.body-bordered .bordered--line-left {
    width: 20px;
    top: 0;
    bottom: 0
}

.body-bordered .bordered--line-top {
    top: 0
}

.body-bordered .bordered--line-bottom {
    bottom: 0
}

.body-bordered .bordered--line-right {
    right: 0
}

.body-bordered .bordered--line-left {
    left: 0
}

.body-bordered .navbar-fixed-top {
    top: 20px
}

.body-bordered .navbar-fixed-top.affix {
    top: 0
}

.nav-split {
    position: fixed;
    top: 50%;
    right: 30px;
    padding: 10px;
    z-index: 99;
    margin-bottom: 0;
    list-style: none;
    border-radius: 15px;
    background-color: #f9f9f9
}

.nav-split li a {
    width: 9px;
    height: 9px;
    border: 2px solid rgba(100, 100, 100, .5);
    background-color: #fff;
    font-size: 0;
    border-radius: 50%;
    display: block;
    margin-bottom: 13px
}

.nav-split li a:hover,
.nav-split li.active a {
    background-color: #FC5B3F;
    border-color: #FC5B3F
}

.nav-split li:last-child a {
    margin-bottom: 0
}

.round-card {
    padding: 10px;
}

.round-card .card {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #c8232c;
}

.shadow-card {
    padding: 2rem;
}

.shadow-card .card {
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 0 30px 1px #c5c5c5, 0 0 30px 1px #c5c5c5;
}

.icon-badge {
    background: red;
    color: #ffffff;
    padding: 1rem;
    border-radius: 30px;
    font-size: 60px;
    margin-bottom: 2rem;
}

.team-img {
    border-radius: 20px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.reg a {
    background: #dd4b39 !important;
    transition: all .5s !important;
    border: none !important;
}

.reg a:hover {
    background: #ffffff !important;
    color: #dd4b39 !important;
    border: none !important;
}

.log a {
    background: #ffffff !important;
    transition: all .5s !important;
    color: #dd4b39 !important;
    border: none !important;
}

.log a:hover {
    background: #dd4b39 !important;
    color: #ffffff !important;
    border: none #dd4b39 !important;
}

.puper {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: fixed;
    background: #101112;
    z-index: 999;
    min-width: 200px;
    border-radius: 10px;
    color: #DD4B39;
    bottom: 10px;
    left: 10px;
    padding: 20px 10px;
    border: 1px solid #fc5d4a;
}

.puper h3 {
    font-size: 16px;
    color: #DD4B39;
    line-height: 0;
}

.puper h5 {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 0;
}

.puper .amt_ {
    font-size: 14px;
    color: #00acee !important;
    color: #FFFFFF;
    line-height: 0;
    padding-left: rem;
    margin-bottom: 0px;
}

.puper small {
    color: #FFFFFF;
    text-align: right;
    display: block;
    padding-top: 0px;
    margin-top: 0px;
    line-height: 0px;
}

.th-up {
    font-weight: 900;
    font-size: 20px;
    background: #DD4B39;
    color: #ffffff;
    display: inline-block;
    padding: 5px;
    border-radius: 500px;
    animation-name: th-up;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes th-up {
    from {
        transform: rotateY(0deg);
        background: #DD4B39;
        color: #ffffff;
    }
    to {
        transform: rotateY(360deg);
        background: #ffffff;
        color: #DD4B39;
    }
}