@charset "UTF-8";

/*!
// Contents
// ------------------------------------------------>

1.  Global Styles
2.  Typography
3.	Color
4.	Align
6.	Blockquotes
7.	Background
8.	Breadcrumbs
9.	Buttons
10. Forms
11. Icons
12. List
13. Media
14. Tabs
15. Accordions
17. Pagination
18. Alerts
19. Backtop
20. Range
21. Icon Box
22. Misc
23. Modals
25. Tables
26. utilities
27. Loading
28. Header
29. Menu
30. Page Title
31. Blog
32. Sidebar
33. Heading
34. Skills
35. Hero
36. Carousel
37. Portfolio
38. Icon With Text
39. Pricing
40. Team
41. Contact
42. Clients
43. Testimonial
44. Video
45. Counters
46. Services
47. Action
48. 404
49. Countdown
50. Plugins
51. Banners
52. Shop
53. Layout
54. Banner
55. Footer
56. Custom

/*------------------------------------*\
#RESET
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
dl,
dt,
dd {
  margin : 0;
  padding: 0;
}

*,
:active,
:focus {
  outline: none !important;
}

textarea {
  resize: none;
}

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

::selection {
  text-shadow: none;
}

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

::-webkit-selection {
  text-shadow: none;
}

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

button {
  background-color  : transparent;
  -webkit-box-shadow: none;
  box-shadow        : none;
  border            : none;
  outline           : none;
  padding           : 0;
}

textarea {
  resize: none;
}

li {
  line-height: 30px;
}

pre {
  background : #f9f9f9;
  font-size  : 14px;
  margin     : 22px 0;
  overflow   : auto;
  padding    : 20px;
  white-space: pre-wrap;
  word-wrap  : break-word;
}

dl dt {
  font-weight   : 700;
  text-transform: capitalize;
  color         : #222222;
}

/*------------------------------------*\
    #GLOBAL STYLES
\*------------------------------------*/
body,
html {
  overflow-x: hidden;
}

body {
  background-color: #ffffff;
  font-family     : "Source Sans Pro", sans-serif;
  font-size       : 16px;
  font-weight     : 400;
  color           : #9b9b9b;
  margin          : 0;
}

.wrapper {
  background-color: #ffffff;
}

::-moz-selection {
  background-color: #f9bc01;
  color           : #ffffff;
  text-shadow     : none;
}

::selection {
  background-color: #f9bc01;
  color           : #ffffff;
  text-shadow     : none;
}

a {
  color             : #f9bc01;
  -webkit-transition: none 86ms ease-out;
  -o-transition     : none 86ms ease-out;
  transition        : none 86ms ease-out;
}

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

textarea {
  resize: none;
}

.fullscreen {
  height: 100vh !important;
}

section {
  padding-top     : 100px;
  padding-bottom  : 100px;
  background-color: #ffffff;
}

.page .page-container.nopadding {
  padding-top   : 0;
  padding-bottom: 0;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .fullscreen {
    height: auto !important;
  }
}

/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color      : #222222;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin     : 0 0 28px;
  line-height: 1.1;
}

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

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

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

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

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

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

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

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

/* Aligning Text */
.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;
}

/* Weight Text */
.bold {
  font-weight: bold !important;
}

.regular {
  font-weight: normal !important;
}

.medium {
  font-weight: 500 !important;
}

.italic {
  font-style: normal;
}

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

.no-wrap {
  white-space: nowrap;
}

/* Text Color */
.text-white {
  color: #ffffff !important;
}

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

.text-black {
  color: #222222;
}

.text-theme {
  color: #f9bc01 !important;
}

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

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

.font-heading {
  font-family: "Montserrat", sans-serif;
}

.font-body {
  font-family: "Source Sans Pro", sans-serif;
}

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

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

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

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

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  text-center-xs {
    text-align: center !important;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  text-center-sm {
    text-align: center !important;
  }
}

.highlighted-theme {
  background-color: #f9bc01;
  color           : #fff;
  padding         : 5px 0;
}

.highlighted-dark {
  background-color: #222222;
  color           : #fff;
  padding         : 5px 0;
}

.highlighted-gray {
  background-color: #f9f9f9;
  color           : #f9bc01;
  padding         : 5px 0;
}

.dropcap span.first-letter {
  display    : inline-block;
  text-align : center;
  font-size  : 40px;
  line-height: 50px;
  font-weight: 600;
  width      : 50px;
  height     : 50px;
  margin     : 5px 25px 0 0;
}

.dropcap.dropcap-1 span.first-letter {
  color: #222222;
}

.dropcap.dropcap-2 span.first-letter {
  color     : #222222;
  background: #f9f9f9;
}

.dropcap.dropcap-3 span.first-letter {
  color        : #ffffff;
  background   : #f9bc01;
  border-radius: 50%;
}

/*------------------------------------*\
    #COLORS
\*------------------------------------*/
.color-heading {
  color: #222222 !important;
}

.color-theme {
  color: #f9bc01 !important;
}

.color-white {
  color: #ffffff !important;
}

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

/*------------------------------------*\
    #Align
\*------------------------------------*/
address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 20px;
}

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

/* All margin */
.m-0 {
  margin: 0 !important;
}

.m-xs {
  margin: 10px;
}

.m-sm {
  margin: 20px;
}

.m-md {
  margin: 40px;
}

.m-lg {
  margin: 80px;
}

/* top margin */
.mt-0 {
  margin-top: 0;
}

.mt-xs {
  margin-top: 10px;
}

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

.mt-15 {
  margin-top: 15px !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;
}

/* bottom margin */
.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

.mb-25 {
  margin-bottom: 25px !important;
}

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

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

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

/* right margin */
.mr-0 {
  margin-right: 0;
}

.mr-25 {
  margin-right: 25px !important;
}

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

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

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

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

/* left margin */
.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;
}

/* All padding */
.p-0 {
  padding: 0 !important;
}

.p-xs {
  padding: 10px;
}

.p-sm {
  padding: 20px;
}

.p-md {
  padding: 40px;
}

.p-lg {
  padding: 80px;
}

/* top padding */
.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-130 {
  padding-top: 130px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

/* bottom padding */
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

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

.pb-40 {
  padding-bottom: 40px !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;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

/* right padding */
.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;
}

/* left padding */
.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;
}

/* Postions */
.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

/* Zindex*/
.zindex-1 {
  z-index: 1;
}

.zindex-2 {
  z-index: 2;
}

.zindex-3 {
  z-index: 3;
}

/* Borders */
.border-all {
  border: 1px solid #f9bc01;
}

.border-top {
  border-top: 1px solid #f9bc01;
}

.border-bottom {
  border-bottom: 1px solid #f9bc01;
}

.border-right {
  border-right: 1px solid #f9bc01;
}

.border-left {
  border-left: 1px solid #f9bc01;
}

/* Display */
.inline {
  display: inline;
}

.block {
  display: block;
}

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

.hide {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  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) {
  .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;
}

/*------------------------------------*\
    #Blockquotes
\*------------------------------------*/
.blockquote,
blockquote:not(.wp-block-quote) {
  font-size  : 20px;
  font-family: "Montserrat", sans-serif;
  color      : #9b9b9b;
  font-style : normal;
  line-height: 28px;
  font-weight: 500;
  padding    : 30px 0 30px 30px;
  position   : relative;
}

.blockquote p,
blockquote:not(.wp-block-quote) p {
  font-size    : 20px;
  font-family  : "Montserrat", sans-serif;
  color        : #9b9b9b;
  font-style   : italic;
  line-height  : 32px;
  font-weight  : 500;
  margin-bottom: 6px;
}

.blockquote .quote-author,
blockquote:not(.wp-block-quote) .quote-author {
  font-family: "Source Sans Pro", sans-serif;
  display    : block;
  font-size  : 18px;
  font-style : italic;
  font-weight: 600;
  line-height: 1;
  color      : #222222;
  margin-top : 18px;
}

.blockquote-1,
blockquote:not(.wp-block-quote) {
  border-left: 6px solid #222222;
}

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

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

.blockquote-2:after,
.blockquote-2:before {
  font-family: "Font Awesome 5 Free";
  font-size  : 16px;
  position   : absolute;
  color      : #f9bc01;
  line-height: 1.8;
  font-weight: 600;
}

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

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

.blockquote-3 {
  color           : #f9bc01;
  background-color: #f4f4f4;
}

.blockquote-4 {
  color           : #ffffff;
  background-color: #222222;
}

.blockquote-4 .quote-author {
  color: #ffffff;
}

/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/
.bg-theme {
  background-color: #f9bc01 !important;
}

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

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

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

.bg-secondary {
  background-color: #282828;
}

/* Background Image */
.bg-parallax {
  background-attachment: fixed !important;
  background-size      : cover;
}

@media screen and (min-width: 992px) {
  .bg-contain {
    background-size: contain !important;
  }
}

.bg-overlay {
  position           : relative;
  overflow           : hidden;
  z-index            : 1;
  -ms-background-size: cover;
  background-size    : cover;
  background-repeat  : no-repeat;
  background-position: center center;
  width              : 100%;
  height             : 100%;
}

.bg-overlay:before {
  content : "";
  display : inline-block;
  height  : 100%;
  left    : 0;
  position: absolute;
  top     : 0;
  width   : 100%;
  z-index : -1;
}

.bg-overlay-light:before {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-overlay-dark:before {
  background-color: rgba(27, 26, 26, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 26, 26, 0.25)), color-stop(34%, rgba(27, 26, 26, 0)), color-stop(82%, rgba(27, 26, 26, 0)));
  background-image: -o-linear-gradient(top, rgba(27, 26, 26, 0.25) 0%, rgba(27, 26, 26, 0) 34%, rgba(27, 26, 26, 0) 82%);
  background-image: linear-gradient(to bottom, rgba(27, 26, 26, 0.25) 0%, rgba(27, 26, 26, 0) 34%, rgba(27, 26, 26, 0) 82%);
}

.bg-overlay-dark2:before {
  background-color: rgba(27, 26, 26, 0.6);
}

.bg-overlay-theme:before {
  background-color: rgba(249, 188, 1, 0.9);
}

.bg-overlay-theme2:before {
  background-color: rgba(249, 188, 1, 0.96);
}

.bg-overlay-custom {
  position: relative;
}

.bg-overlay-custom:before {
  content         : "";
  display         : inline-block;
  position        : absolute;
  left            : 0;
  top             : 0;
  width           : 100%;
  height          : 100%;
  background-color: rgba(27, 26, 26, 0.251);
}

/* Background Video */
.bg-video {
  position: relative;
}

.bg-video .bg-player {
  bottom    : 0;
  left      : 0;
  right     : 0;
  position  : absolute;
  top       : 0;
  width     : 100%;
  background: url(polina.jpg) 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 {
  -webkit-box-shadow: none;
  box-shadow        : none;
}

.has-background-primary {
  background-color: #f9bc01;
}

.has-background-primary-gradient {
  background-color: #f9bc01;
}

.has-background-primary-light {
  background-color: #f9f9f9;
}

.has-background-white {
  background-color: #ffffff;
}

.has-background-light {
  background-color: #f9f9f9;
}

.has-background-dark {
  background-color: #222222;
}

.has-background-grey {
  background-color: #282828;
}

/*------------------------------------*\
    #BREADCRUMB
\*------------------------------------*/
/* Breadcrumb Style 1 */
.breadcrumb {
  background-color: transparent;
  margin-bottom   : 0;
  padding         : 0;
  border-radius   : 0;
  color           : #e5e4e4;
  font-size       : 14px;
  font-weight     : 600;
  line-height     : 1;
  text-transform  : capitalize;
  display         : block;
}

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

.breadcrumb>li a {
  color: #e5e4e4;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color  : #ccc;
  content: "/\00a0";
}

.breadcrumb>li+li:empty:before {
  content: "";
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn {
  font-family       : "Montserrat", sans-serif;
  position          : relative;
  z-index           : 2;
  font-size         : 13px;
  font-weight       : 700;
  text-transform    : uppercase;
  text-align        : center;
  padding           : 0;
  line-height       : 48px;
  width             : 170px;
  height            : 50px;
  letter-spacing    : normal;
  background        : transparent;
  border            : none;
  border-radius     : 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition     : all 0.3s ease-in-out;
  transition        : all 0.3s ease-in-out;
  cursor            : pointer;
  overflow          : hidden;
}

.btn:focus,
.btn.active,
.btn:active,
.btn:hover {
  -webkit-box-shadow: none;
  box-shadow        : none;
  outline           : none;
}

body .btn-primary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: none;
  box-shadow        : none;
  outline           : none;
}

/* Button Primary */
.btn-primary {
  background-color: #f9bc01;
  color           : #ffffff;
  border          : 2px solid #f9bc01;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color  : #222222;
  color             : #ffffff;
  border            : 2px solid #222222;
  -webkit-box-shadow: none;
  box-shadow        : none;
}

/* Button Secondary*/
.btn-secondary {
  background-color: #222222;
  color           : #ffffff;
  border          : 2px solid #222222;
}

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

/* Button White */
.btn-white {
  background-color: #ffffff;
  color           : #222222;
  border          : 2px solid #ffffff;
}

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

/* Button Hover */
.btn-hover-dark:active,
.btn-hover-dark:focus,
.btn-hover-dark:hover {
  background-color: #222222;
  color           : #ffffff;
  border-color    : #222222;
}

.btn-hover-light:active,
.btn-hover-light:focus,
.btn-hover-light:hover {
  background-color: #ffffff;
  color           : #222222;
  border-color    : #ffffff;
}

/* Button Block */
.btn-block {
  width: 100%;
}

.btn-fullwidth {
  width: 100%;
}

.btn-auto {
  width  : auto;
  padding: 0 20px;
}

/* Button Size */
.btn-large {
  height     : 61px;
  line-height: 59px;
}

.btn-small {
  height     : 41px;
  line-height: 39px;
}

/* Button Rounded */
.btn-rounded {
  border-radius: 3px;
}

.btn-rounded:active,
.btn-rounded:focus,
.btn-rounded:hover {
  border-radius: 3px;
}

.btn-circle {
  border-radius: 50px;
}

.btn-circle:active,
.btn-circle:focus,
.btn-circle:hover {
  border-radius: 50px;
}

/* Button Alignment */
.btn-center {
  text-align: center;
}

.btn-left {
  text-align: left;
}

.btn-right {
  text-align: right;
}

/* Button Shadow */
.btn-shadow,
.btn-hover-shadow:hover,
.btn-hover-shadow:focus,
.btn-hover-shadow:active {
  -webkit-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  box-shadow        : 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
}

/* Button Link */
.btn-link {
  background-color: transparent;
  border-color    : transparent;
}

.btn-link.btn-primary {
  color: #f9bc01;
}

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

.btn-link.btn-secondary {
  color: #222222;
}

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

/* Button Bordered */
.btn-outline {
  background-color: transparent;
}

.btn-outline.btn-primary {
  color       : #f9bc01;
  border-color: #f9bc01;
}

.btn-outline.btn-primary:active,
.btn-outline.btn-primary:focus,
.btn-outline.btn-primary:hover {
  color           : #ffffff;
  background-color: #222222;
  border-color    : #222222;
}

.btn-outline.btn-secondary {
  color       : #222222;
  border-color: #222222;
}

.btn-outline.btn-secondary:active,
.btn-outline.btn-secondary:focus,
.btn-outline.btn-secondary:hover {
  color           : #ffffff;
  background-color: #222222;
  border-color    : #222222;
}

.btn-outline.btn-white {
  color       : #ffffff;
  border-color: #ffffff;
}

.btn-outline.btn-white:active,
.btn-outline.btn-white:focus,
.btn-outline.btn-white:hover {
  color           : #f9bc01;
  background-color: #ffffff;
  border-color    : #ffffff;
}

/* Button White */
.btn-white .btn-secondary {
  color           : #222222;
  border-color    : #ffffff;
  background-color: #ffffff;
}

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

.btn i {
  margin-right      : 7px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition     : all 0.3s ease-in-out;
  transition        : all 0.3s ease-in-out;
}

.btn-underlined {
  font-size     : 14px;
  font-weight   : 600;
  color         : #222222;
  position      : relative;
  padding-bottom: 6px;
  display       : inline-block;
  width         : auto;
  height        : auto;
  line-height   : 1;
}

.btn-underlined:hover {
  color: #f9bc01;
}

.btn-underlined:hover:after {
  width: 100%;
}

.btn-underlined:before {
  content         : "";
  position        : absolute;
  bottom          : 0;
  left            : 0;
  height          : 2px;
  width           : 100%;
  background-color: #222222;
}

.btn-underlined:after {
  content           : "";
  position          : absolute;
  bottom            : 0;
  left              : 0;
  height            : 2px;
  width             : 0;
  background-color  : #f9bc01;
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
}

.btn-custom {
  color: #ffffff;
}

.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover {
  background-color: #222222 !important;
  color           : #ffffff;
}

.btn-video-group .popup-video.popup-video-3 {
  display   : inline-block;
  margin-top: 3px;
}

.btn-video-group .popup-video.popup-video-3 .video-button-wrap {
  display    : inline-block;
  margin-left: 28px;
}

.btn-video-group .popup-video.popup-video-3 .video-button-wrap .popup-video-btn .player-icon {
  width      : 50px;
  height     : 50px;
  line-height: 50px;
}

.btn-video-group .popup-video.popup-video-3 .video-button-wrap .popup-video-btn .player-icon:after {
  width      : 50px;
  height     : 50px;
  line-height: 50px;
  font-size  : 13px;
  color      : #222222;
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 767px) {

  .btn-left,
  .btn-right {
    text-align: center;
  }

  .btn-video-group .popup-video.popup-video-3 .video-button-wrap {
    margin-left: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .btn-video-group .popup-video.popup-video-3 .video-button-wrap {
    margin-top: 30px;
  }
}

.slide-video a {
  font-family   : "Montserrat", sans-serif;
  color         : #ffffff;
  font-size     : 13px !important;
  font-weight   : 700;
  height        : 50px;
  line-height   : 51px;
  letter-spacing: normal;
  text-transform: uppercase;
  text-align    : center !important;
}

.slide-video a i {
  font-size       : 13px !important;
  text-align      : center !important;
  width           : 51px;
  height          : 51px;
  line-height     : 51px !important;
  border-radius   : 50%;
  background-color: white;
  color           : #222222;
  margin-right    : 12px !important;
}

.slide-video a span {
  display  : inline-block;
  font-size: 13px !important;
}

.slide-video a:hover {
  color: #f9bc01;
}

.slide-video a:hover i {
  background-color: #f9bc01;
  color           : #ffffff;
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
form {
  position: relative;
}

.form-control,
input,
select,
textarea {
  color             : #9b9b9b;
  font-size         : 14px;
  font-weight       : 400;
  height            : 51px;
  line-height       : 49px;
  border            : 1px solid #e6e6e6;
  background        : transparent;
  padding-left      : 20px;
  margin-bottom     : 30px;
  position          : relative;
  border-radius     : 0;
  -webkit-box-shadow: none;
  box-shadow        : none;
  -webkit-transition: all .3s ease-in-out;
  -o-transition     : all .3s ease-in-out;
  transition        : all .3s ease-in-out;
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
  background        : transparent;
  border-color      : #f9bc01;
  -webkit-box-shadow: none;
  box-shadow        : none;
}

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

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

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

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

.form-control+.error,
input+.error,
select+.error,
textarea+.error {
  position: absolute;
  top     : -23px;
  left    : 20px;
  color   : red;
}

.form-control.error,
input.error,
select.error,
textarea.error {
  border-color: red;
}

textarea {
  height: auto;
}

.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 */
.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   : transparent;
  border       : 1px solid #e1e3e3;
  border-radius: 2px;
}

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

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

.label-checkbox .check-indicator:after {
  left             : 4px;
  top              : 1px;
  width            : 6px;
  height           : 12px;
  border           : solid #f9bc01;
  border-width     : 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-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;
}

/*------------------------------------*\
    #Lists
\*------------------------------------*/
.list-inline li {
  display: inline-block;
}

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: "Font Awesome 5 Free";
  font-size  : 7px;
  color      : #f9bc01;
}

ul.list-icons {
  padding        : 0;
  font-size      : 13px;
  list-style-type: none;
  color          : #9b9b9b;
}

ul.list-icons li {
  font-size  : 16px;
  font-weight: 400;
  line-height: 30px;
}

ul.list-icons li i {
  font-size   : 13px;
  font-weight : 600;
  line-height : 30px;
  margin-right: 10px;
  color       : #222222;
}

/*------------------------------------*\
    #Tabs
\*------------------------------------*/
.tabs .nav-tabs {
  border    : none;
  text-align: center;
}

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

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

.tabs .nav-tabs>li>a a:focus,
.tabs .nav-tabs>li>a:hover,
.tabs .nav-tabs>li>a.active,
.tabs .nav-tabs>li>a.active:focus,
.tabs .nav-tabs>li>a.active:hover {
  color           : #f9bc01;
  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;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container {
  margin-bottom: 30px;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border          : 2px solid transparent;
  background-color: transparent;
  color           : #222222;
  font-family     : "Montserrat", sans-serif;
  font-size       : 16px;
  font-weight     : 700;
  text-transform  : capitalize;
  padding-top     : 0;
  border-radius   : 0;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover {
  color              : #f9bc01;
  border-bottom-color: #f9bc01;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color              : #f9bc01;
  border-bottom-color: #f9bc01;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels {
  border          : none;
  background-color: transparent;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  border-color    : transparent;
  background-color: transparent;
  background-image: none;
  font-size       : 15px;
  font-weight     : 400;
  line-height     : 26px;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body p {
  font-size  : 15px;
  font-weight: 400;
  line-height: 26px;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-classic:not(.vc_tta-tabs-position-left) .vc_tta-tabs-container {
  margin-bottom: 20px !important;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-classic:not(.vc_tta-tabs-position-left) .vc_tta-panels-container .vc_tta-panels {
  border          : none;
  background-color: transparent;
  text-align      : center;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-classic:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a {
  border-bottom-color: #f9bc01;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container {
  margin-bottom: 30px;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border          : 2px solid transparent;
  background-color: transparent;
  background-image: none;
  color           : #222222;
  font-family     : "Montserrat", sans-serif;
  font-size       : 16px;
  font-weight     : 700;
  text-transform  : capitalize;
  padding-top     : 0;
  padding-bottom  : 0;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a i {
  height       : 60px;
  line-height  : 60px;
  width        : 60px;
  border       : 1px solid #e6e6e6;
  border-radius: 3px;
  font-size    : 28px;
  color        : #222222;
  display      : block;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span {
  margin-left: 0;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span:not(:empty) {
  margin-top: 17px;
  display   : block;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span:empty {
  display: inline;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover {
  color: #f9bc01;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover i {
  color           : #ffffff;
  border-color    : #f9bc01;
  background-color: #f9bc01;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color: #f9bc01;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a i {
  color           : #ffffff;
  border-color    : #f9bc01;
  background-color: #f9bc01;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels {
  border          : none;
  background-color: transparent;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  border-color    : transparent;
  background-color: transparent;
  background-image: none;
  font-size       : 15px;
  font-weight     : 400;
  line-height     : 26px;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body p {
  font-weight: 400;
  line-height: 26px;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern:not(.vc_tta-tabs-position-left) .vc_tta-tabs-container {
  margin-bottom: 20px !important;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern:not(.vc_tta-tabs-position-left) .vc_tta-panels-container .vc_tta-panels {
  border          : none;
  background-color: transparent;
  text-align      : center;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list,
.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list {
  border-right: 1px solid #e6e6e6;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a,
.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  padding: 8px 16px;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover,
.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover {
  border-bottom-color: transparent;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a,
.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  border-right-color : #f9bc01;
  border-bottom-color: transparent;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-panels-container,
.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-panels-container {
  padding-left: 50px;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels,
.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-panels-container .vc_tta-panels {
  border          : none;
  background-color: transparent;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body,
.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  border-color    : transparent;
  background-color: transparent;
  background-image: none;
  font-size       : 15px;
  font-weight     : 400;
  line-height     : 26px;
  padding         : 0;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body p,
.vc_tta-container .vc_tta-tabs.vc_tta-style-classic.vc_tta-tabs-position-right .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body p {
  font-size  : 15px;
  font-weight: 400;
  line-height: 26px;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:first-of-type),
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:not(:first-of-type) {
  margin-top: -1px;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a,
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  padding         : 15px 40px;
  border          : 1px solid #e6e6e6;
  background-image: none;
  border-radius   : 0;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span,
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span {
  margin-left: 0;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span:not(:empty),
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span:not(:empty) {
  margin-top: 0;
  display   : block;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span:empty,
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a span:empty {
  display: inline;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover,
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover {
  border-color    : #f9bc01;
  background-color: #f9bc01;
  color           : #ffffff;
  background-image: none;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a,
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  border-color    : #f9bc01;
  background-color: #f9bc01;
  color           : #ffffff;
  background-image: none;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-panels-container,
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-right .vc_tta-panels-container {
  padding-left: 50px;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels,
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-right .vc_tta-panels-container .vc_tta-panels {
  border          : none;
  background-color: transparent;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body,
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-right .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
  border-color    : transparent;
  background-color: transparent;
  background-image: none;
  font-size       : 15px;
  font-weight     : 400;
  line-height     : 26px;
  padding         : 0;
}

.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body p,
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern.vc_tta-tabs-position-right .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body p {
  font-size  : 15px;
  font-weight: 400;
  line-height: 26px;
}

/* Tabs #2*/
.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           : #ffffff;
  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>a.active,
.tabs-2.tabs .nav-tabs>li>a.active:focus,
.tabs-2.tabs .nav-tabs>li>a.active:hover {
  color           : #f9bc01;
  background-color: #ffffff;
  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>a.active i,
.tabs-2.tabs .nav-tabs>li>a.active:focus i,
.tabs-2.tabs .nav-tabs>li>a.active:hover i {
  background-color: #f9bc01;
}

/* Tab Vertical */
.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>a.active,
.tabs-vertical.tabs .nav-tabs>li>a.active:focus,
.tabs-vertical.tabs .nav-tabs>li>a.active:hover {
  color           : #f9bc01;
  background-color: #ffffff;
  border          : none;
  border-right    : 2px solid #f9bc01;
  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>a.active,
.tabs-vertical-2.tabs-vertical.tabs .nav-tabs>li>a.active:focus,
.tabs-vertical-2.tabs-vertical.tabs .nav-tabs>li>a.active:hover {
  color           : #fff;
  background-color: #f9bc01;
  border          : none;
  border-right    : 2px solid #f9bc01;
  padding-left    : 11px;
}

/*------------------------------------*\
    #Accordion
\*------------------------------------*/
.accordion .card,
.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type) {
  padding           : 32px;
  -webkit-box-shadow: none;
  box-shadow        : none;
  border            : 1px solid #eaeaea;
  margin-bottom     : 15px;
  border-radius     : 6px;
}

.accordion .card .card-heading,
.accordion .card:first-of-type .card-heading,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading {
  padding: 0;
}

.accordion .card .card-heading a,
.accordion .card:first-of-type .card-heading a,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading a {
  font-size     : 15px;
  color         : #222222;
  font-weight   : 600;
  line-height   : 20px;
  text-transform: capitalize;
  position      : relative;
  display       : block;
}

.accordion .card .card-heading .card-link:after,
.accordion .card:first-of-type .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link:after {
  position   : absolute;
  right      : 0;
  top        : 0;
  content    : "\f068";
  /* symbol for "opening" cards */
  font-family: "Font Awesome 5 Free";
  font-size  : 10px;
  color      : #f9bc01;
}

.accordion .card .card-heading .card-link.collapsed:after,
.accordion .card:first-of-type .card-heading .card-link.collapsed:after,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link.collapsed:after {
  content         : "\f067";
  /* symbol for "collapsed" cards */
  background-color: transparent;
  content         : "\f067";
  color           : #f9bc01;
  border          : none;
  font-size       : 10px;
}

.accordion .card .card-body,
.accordion .card:first-of-type .card-body,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-body {
  padding    : 22px 0 6px 0;
  font-size  : 15px;
  font-weight: 400;
  line-height: 24px;
}

.accordion .card .card-body p,
.accordion .card:first-of-type .card-body p,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-body p {
  font-size  : 15px;
  font-weight: 400;
  line-height: 24px;
}

.accordion .card .card-body p:last-child,
.accordion .card:first-of-type .card-body p:last-child,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-body p:last-child {
  margin-bottom: 0;
}

.accordion .card:last-of-type {
  margin-bottom: 0;
}

/* Accordion Style #1 */
.accordion.accordion-1 .card-heading a {
  padding-left: 0;
}

/* Accordion Style #2 */
.accordion.accordion-2 .card {
  background-color: transparent;
}

/*------------------------------------*\
    #PAGINATION
\*------------------------------------*/
.pagination {
  display      : block;
  margin       : 0;
  border-radius: 0;
}

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

.pagination li a,
.pagination li span {
  background-color: #f9f9f9;
  color           : #222222;
  font-family     : "Montserrat", sans-serif;
  font-size       : 20px;
  font-weight     : 700;
  border          : none;
  text-transform  : uppercase;
  padding         : 0;
  width           : 50px;
  height          : 50px;
  line-height     : 50px;
  text-align      : center;
  border-radius   : 3px;
  display         : inline-block;
}

.pagination li a:hover,
.pagination li span:hover {
  background-color: #f9bc01;
  color           : #ffffff;
  border-color    : #f9bc01;
}

.pagination li .current {
  background-color: #f9bc01;
  color           : #ffffff;
  border-color    : #f9bc01;
}

.pagination-nav .pagination {
  display      : block;
  margin       : 0;
  border-radius: 0;
}

@media screen and (max-width: 800px) {
  .pagination-nav .pagination {
    margin-bottom: 30px;
  }
}

.pagination-nav .pagination>a {
  display: none;
}

.pagination-nav .pagination .nav-links a,
.pagination-nav .pagination .nav-links span {
  margin          : 0 5px;
  background-color: #f9f9f9;
  color           : #222222;
  font-family     : "Montserrat", sans-serif;
  font-size       : 13px;
  font-weight     : 700;
  border          : none;
  text-transform  : uppercase;
  padding         : 0;
  width           : 50px;
  height          : 50px;
  line-height     : 50px;
  text-align      : center;
  border-radius   : 0;
  display         : inline-block;
}

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

  .pagination-nav .pagination .nav-links a,
  .pagination-nav .pagination .nav-links span {
    margin: 10px;
  }
}

.pagination-nav .pagination .nav-links a:hover,
.pagination-nav .pagination .nav-links span:hover {
  background-color: #f9bc01;
  color           : #ffffff;
  border-color    : #f9bc01;
}

.pagination-nav .pagination .nav-links .current {
  background-color: #f9bc01;
  color           : #ffffff;
  border-color    : #f9bc01;
}

.pagination-buttons .next-page a,
.pagination-buttons .prev-page a {
  font-family     : "Montserrat", sans-serif;
  background-color: #f9bc01;
  color           : #ffffff;
  font-size       : 16px;
  font-weight     : 700;
  text-transform  : uppercase;
  width           : 170px;
  height          : 50px;
  line-height     : 50px;
  text-align      : center;
  display         : inline-block;
}

.pagination-buttons .next-page a:hover,
.pagination-buttons .prev-page a:hover {
  background-color: #222222;
  color           : #ffffff;
}

.pagination-buttons .next-page {
  text-align: right;
}

.page-link {
  font-size       : 15px;
  font-weight     : 400;
  line-height     : 25px;
  margin-bottom   : 16px;
  color           : #9b9b9b;
  background-color: transparent;
  border          : none;
  padding         : 0;
}

.page-link:hover {
  background-color: transparent;
  border          : none;
  color           : #222222;
  cursor          : auto;
}

.page-link a {
  color: #222222;
}

.page-link a:hover {
  color: #f9bc01;
}

/*------------------------------------*\
    #ALERT MESSAGE
\*------------------------------------*/
.alerts {
  background-color: #f9f9f9;
  border-radius   : 2px;
  padding         : 20px;
  margin-bottom   : 30px;
}

.alerts .alert-icon {
  width           : 46px;
  height          : 46px;
  line-height     : 46px;
  background-color: #f9bc01;
  border-radius   : 2px 1px 1px 2px;
  text-align      : center;
  position        : absolute;
}

.alerts .alert-icon i {
  color      : #ffffff;
  font-size  : 15px;
  font-weight: 400;
  line-height: 28px;
}

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

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

.alerts .alert-content p {
  font-family  : "Montserrat";
  color        : #9b9b9b;
  font-size    : 13px;
  font-weight  : 400;
  line-height  : 22px;
  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;
}

.alert-custom {
  min-height: 85px;
}

/* Subscribe Alert */
.subscribe-alert .alert {
  margin   : 10px auto;
  font-size: 12px;
}

/*------------------------------------*\
    #BACK TO TOP
\*------------------------------------*/
.backtop {
  z-index           : 9999;
  position          : fixed;
  right             : 40px;
  bottom            : 40px;
  opacity           : 0;
  width             : 50px;
  height            : 50px;
  line-height       : 50px;
  text-align        : center;
  color             : #ffffff;
  cursor            : pointer;
  border-radius     : 50%;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition     : opacity 0.2s ease-out;
  transition        : opacity 0.2s ease-out;
  background-color  : #f9bc01;
  font-size         : 20px;
}

.backtop.show {
  opacity: 1;
}

.backtop:hover {
  background-color: #222222;
}

.backtop.backtop-square {
  border-radius: 0;
}

.backtop.backtop-rounded {
  border-radius: 5px;
}

.backtop.backtop-circle {
  border-radius: 50%;
}

.backtop.backtop-left {
  left : 40px;
  right: auto;
}

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

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

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

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

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

.range-slider label {
  color: #f9f9f9;
}

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

/*------------------------------------*\
    #MODALS
\*------------------------------------*/
body.modal-open {
  padding-right: 0 !important;
}

body.modal-open .navbar-fixed {
  display: none;
}

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

.modal::-webkit-scrollbar {
  display    : none;
  width      : 0px;
  /* remove scrollbar space */
  background : transparent;
  /* optional: just make scrollbar invisible */
}

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

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

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

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

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

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

/*------------------------------------*\
    #Tables
\*------------------------------------*/
table {
  border-bottom  : 1px solid #eaeaea;
  border-collapse: collapse;
  border-spacing : 0;
  line-height    : 2;
  margin         : 0 0 30px;
  width          : 100%;
}

table td,
table th {
  border : 1px solid #eaeaea;
  padding: 10px;
}

table td a,
table th a {
  color          : #222222;
  text-decoration: underline;
}

table td a:hover,
table th a:hover {
  color: #f9bc01;
}

table thead tr th {
  font-size     : 16px;
  font-weight   : 700;
  text-transform: capitalize;
  font-family   : "Montserrat", sans-serif;
  color         : #222222;
  padding       : 16px;
}

table thead tr td {
  padding    : 20px;
  font-size  : 15px;
  font-weight: 600;
  line-height: 26px;
  color      : #9b9b9b;
}

/*------------------------------------*\
    #Utilities
\*------------------------------------*/
.pos-vertical-center {
  position         : relative;
  top              : 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform    : translateY(-50%);
  transform        : translateY(-50%);
}

.overflow-visible {
  overflow: visible !important;
  z-index : 2;
  position: relative;
}

/* Spacer */
@media (min-width: 320px) and (max-width: 767px) {
  .h-xs-1 {
    height: 10px !important;
  }

  .h-xs-2 {
    height: 20px !important;
  }

  .h-xs-3 {
    height: 30px !important;
  }

  .h-xs-4 {
    height: 40px !important;
  }

  .h-xs-5 {
    height: 50px !important;
  }

  .h-xs-6 {
    height: 60px !important;
  }

  .h-xs-7 {
    height: 70px !important;
  }

  .h-xs-8 {
    height: 80px !important;
  }

  .h-xs-9 {
    height: 90px !important;
  }

  .h-xs-10 {
    height: 100px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .h-sm-1 {
    height: 10px !important;
  }

  .h-sm-2 {
    height: 20px !important;
  }

  .h-sm-3 {
    height: 30px !important;
  }

  .h-sm-4 {
    height: 40px !important;
  }

  .h-sm-5 {
    height: 50px !important;
  }

  .h-sm-6 {
    height: 60px !important;
  }

  .h-sm-7 {
    height: 70px !important;
  }

  .h-sm-8 {
    height: 80px !important;
  }

  .h-sm-9 {
    height: 90px !important;
  }

  .h-sm-10 {
    height: 100px !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .h-md-1 {
    height: 10px !important;
  }

  .h-md-2 {
    height: 20px !important;
  }

  .h-md-3 {
    height: 30px !important;
  }

  .h-md-4 {
    height: 40px !important;
  }

  .h-md-5 {
    height: 50px !important;
  }

  .h-md-6 {
    height: 60px !important;
  }

  .h-md-7 {
    height: 70px !important;
  }

  .h-md-8 {
    height: 80px !important;
  }

  .h-md-9 {
    height: 90px !important;
  }

  .h-md-10 {
    height: 100px !important;
  }
}

@media (min-width: 1200px) {
  .h-lg-1 {
    height: 10px !important;
  }

  .h-lg-2 {
    height: 20px !important;
  }

  .h-lg-3 {
    height: 30px !important;
  }

  .h-lg-4 {
    height: 40px !important;
  }

  .h-lg-5 {
    height: 50px !important;
  }

  .h-lg-6 {
    height: 60px !important;
  }

  .h-lg-7 {
    height: 70px !important;
  }

  .h-lg-8 {
    height: 80px !important;
  }

  .h-lg-9 {
    height: 90px !important;
  }

  .h-lg-10 {
    height: 100px !important;
  }
}

/* Padding Content */
@media (min-width: 320px) and (max-width: 767px) {
  body .p-xs-0 {
    padding: 0 !important;
  }

  body .p-xs-1 {
    padding: 10px !important;
  }

  body .p-xs-2 {
    padding: 20px !important;
  }

  body .p-xs-2 .vc_column-inner {
    padding: 10px !important;
  }

  body .p-xs-3 {
    padding: 30px !important;
  }

  body .p-xs-3 .vc_column-inner {
    padding: 30px !important;
  }

  body .p-xs-4 {
    padding: 40px !important;
  }

  body .p-xs-5 {
    padding: 50px !important;
  }

  body .p-xs-6 {
    padding: 60px !important;
  }

  body .p-xs-7 {
    padding: 70px !important;
  }

  body .p-xs-8 {
    padding: 80px !important;
  }

  body .p-xs-9 {
    padding: 90px !important;
  }

  body .p-xs-10 {
    padding: 100px !important;
  }

  body .p-xs-15 {
    padding: 15px !important;
  }

  body .p-xs-15-inner .vc_column-inner {
    padding: 15px !important;
  }

  body .pt-xs-0 {
    padding-top: 0 !important;
  }

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

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

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

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

  body .pt-xs-70 {
    padding-top: 70px !important;
  }

  body .pt-xs-80 {
    padding-top: 80px !important;
  }

  body .pt-xs-90 {
    padding-top: 90px !important;
  }

  body .pt-xs-100 {
    padding-top: 100px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body .p-sm-0 {
    padding: 0 !important;
  }

  body .p-sm-1 {
    padding: 10px !important;
  }

  body .p-sm-2 {
    padding: 20px !important;
  }

  body .p-sm-2 .vc_column-inner {
    padding: 10px !important;
  }

  body .p-sm-3 {
    padding: 30px !important;
  }

  body .p-sm-3.vc_column_container {
    padding: 0 !important;
  }

  body .p-sm-3.vc_column_container .vc_column-inner {
    padding: 30px !important;
  }

  body .p-sm-4 {
    padding: 40px !important;
  }

  body .p-sm-5 {
    padding: 50px !important;
  }

  body .p-sm-6 {
    padding: 60px !important;
  }

  body .p-sm-7 {
    padding: 70px !important;
  }

  body .p-sm-8 {
    padding: 80px !important;
  }

  body .p-sm-9 {
    padding: 90px !important;
  }

  body .p-sm-10 {
    padding: 100px !important;
  }

  body .p-sm-15 {
    padding: 15px !important;
  }

  body .p-sm-15-inner .vc_column-inner {
    padding: 15px !important;
  }

  body .pt-sm-0 {
    padding-top: 0 !important;
  }

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

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

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

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

  body .pt-sm-70 {
    padding-top: 70px !important;
  }

  body .pt-sm-80 {
    padding-top: 80px !important;
  }

  body .pt-sm-90 {
    padding-top: 90px !important;
  }

  body .pt-sm-100 {
    padding-top: 100px !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {

  body .p-md-0,
  .p-sm-3 {
    padding: 0 !important;
  }

  body .p-md-1 {
    padding: 10px !important;
  }

  body .p-md-2 {
    padding: 20px !important;
  }

  body .p-md-3 {
    padding: 30px !important;
  }

  body .p-md-4 {
    padding: 40px !important;
  }

  body .p-md-5 {
    padding: 50px !important;
  }

  body .p-md-6 {
    padding: 60px !important;
  }

  body .p-md-7 {
    padding: 70px !important;
  }

  body .p-md-8 {
    padding: 80px !important;
  }

  body .p-md-9 {
    padding: 90px !important;
  }

  body .p-md-10 {
    padding: 100px !important;
  }
}

@media (min-width: 1200px) {

  body .p-lg-0,
  .p-sm-3 {
    padding: 0 !important;
  }

  body .p-lg-1 {
    padding: 10px !important;
  }

  body .p-lg-2 {
    padding: 20px !important;
  }

  body .p-lg-3 {
    padding: 30px !important;
  }

  body .p-lg-4 {
    padding: 40px !important;
  }

  body .p-lg-5 {
    padding: 50px !important;
  }

  body .p-lg-6 {
    padding: 60px !important;
  }

  body .p-lg-7 {
    padding: 70px !important;
  }

  body .p-lg-8 {
    padding: 80px !important;
  }

  body .p-lg-9 {
    padding: 90px !important;
  }

  body .p-lg-10 {
    padding: 100px !important;
  }

  body .pl-lg-0 {
    padding-left: 0 !important;
  }

  body .pl-lg-0 .vc_column-inner {
    padding-left: 0 !important;
  }

  body .pr-lg-0 {
    padding-right: 0 !important;
  }

  body .pr-lg-0 .vc_column-inner {
    padding-right: 0 !important;
  }
}

/* Margin Content */
@media (min-width: 320px) and (max-width: 767px) {
  body .m-xs-0 {
    margin: 0 !important;
  }

  body .m-xs-0 .vc_column-inner {
    margin: 0 !important;
  }

  body .m-xs-1 {
    margin: 10px !important;
  }

  body .m-xs-2 {
    margin: 20px !important;
  }

  body .m-xs-3 {
    margin: 30px !important;
  }

  body .m-xs-4 {
    margin: 40px !important;
  }

  body .m-xs-5 {
    margin: 50px !important;
  }

  body .m-xs-6 {
    margin: 60px !important;
  }

  body .m-xs-7 {
    margin: 70px !important;
  }

  body .m-xs-8 {
    margin: 80px !important;
  }

  body .m-xs-9 {
    margin: 90px !important;
  }

  body .m-xs-10 {
    margin: 100px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body .m-sm-0 {
    margin: 0 !important;
  }

  body .m-sm-1 {
    margin: 10px !important;
  }

  body .m-sm-2 {
    margin: 20px !important;
  }

  body .m-sm-3 {
    margin: 30px !important;
  }

  body .m-sm-4 {
    margin: 40px !important;
  }

  body .m-sm-5 {
    margin: 50px !important;
  }

  body .m-sm-6 {
    margin: 60px !important;
  }

  body .m-sm-7 {
    margin: 70px !important;
  }

  body .m-sm-8 {
    margin: 80px !important;
  }

  body .m-sm-9 {
    margin: 90px !important;
  }

  body .m-sm-10 {
    margin: 100px !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  body .m-md-0 {
    margin: 0 !important;
  }

  body .m-md-1 {
    margin: 10px !important;
  }

  body .m-md-2 {
    margin: 20px !important;
  }

  body .m-md-3 {
    margin: 30px !important;
  }

  body .m-md-4 {
    margin: 40px !important;
  }

  body .m-md-5 {
    margin: 50px !important;
  }

  body .m-md-6 {
    margin: 60px !important;
  }

  body .m-md-7 {
    margin: 70px !important;
  }

  body .m-md-8 {
    margin: 80px !important;
  }

  body .m-md-9 {
    margin: 90px !important;
  }

  body .m-md-10 {
    margin: 100px !important;
  }
}

@media (min-width: 1200px) {
  body .m-lg-0 {
    margin: 0 !important;
  }

  body .m-lg-1 {
    margin: 10px !important;
  }

  body .m-lg-2 {
    margin: 20px !important;
  }

  body .m-lg-3 {
    margin: 30px !important;
  }

  body .m-lg-4 {
    margin: 40px !important;
  }

  body .m-lg-5 {
    margin: 50px !important;
  }

  body .m-lg-6 {
    margin: 60px !important;
  }

  body .m-lg-7 {
    margin: 70px !important;
  }

  body .m-lg-8 {
    margin: 80px !important;
  }

  body .m-lg-9 {
    margin: 90px !important;
  }

  body .m-lg-10 {
    margin: 100px !important;
  }
}

.zyt_spacer {
  display: block;
  clear  : both;
  height : 100px;
}

/*------------------------------------*\
    #Loading Screen
\*------------------------------------*/
.preloader {
  width           : 100%;
  height          : 100%;
  left            : 0;
  top             : 0;
  position        : fixed;
  z-index         : 99999;
  background-color: #ffffff;
  overflow        : hidden;
  padding-top     : 240px;
  padding-bottom  : 240px;
}

/* Squre Spinner */
.sk-cube-grid {
  width : 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width            : 33%;
  height           : 33%;
  background-color : #f9bc01;
  float            : left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation        : sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay        : 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay        : 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay        : 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay        : 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay        : 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay        : 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay        : 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay        : 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay        : 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform        : scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform        : scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform        : scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform        : scale3D(0, 0, 1);
  }
}

/*Material Snake Loader*/
.mloader {
  position: relative;
  margin  : 0 auto;
  width   : 100px;
}

.mloader:before {
  content    : "";
  display    : block;
  padding-top: 100%;
}

.mloader .circular {
  -webkit-animation       : loaderRotate 2s linear infinite;
  animation               : loaderRotate 2s linear infinite;
  height                  : 100%;
  -webkit-transform-origin: center center;
  -ms-transform-origin    : center center;
  transform-origin        : center center;
  width                   : 100%;
  position                : absolute;
  top                     : 0;
  bottom                  : 0;
  left                    : 0;
  right                   : 0;
  margin                  : auto;
}

.mloader .path {
  stroke-dasharray : 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loaderDash 1.5s ease-in-out infinite,
    loaderColor 6s ease-in-out infinite;
  animation: loaderDash 1.5s ease-in-out infinite,
    loaderColor 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loaderRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform        : rotate(360deg);
  }
}

@keyframes loaderRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform        : rotate(360deg);
  }
}

@-webkit-keyframes loaderDash {
  0% {
    stroke-dasharray : 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray : 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray : 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes loaderDash {
  0% {
    stroke-dasharray : 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray : 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray : 89, 200;
    stroke-dashoffset: -124px;
  }
}

@-webkit-keyframes loaderColor {

  100%,
  0% {
    stroke: #d62d20;
  }

  40% {
    stroke: #0057e7;
  }

  66% {
    stroke: #008744;
  }

  80%,
  90% {
    stroke: #ffa700;
  }
}

@keyframes loaderColor {

  100%,
  0% {
    stroke: #d62d20;
  }

  40% {
    stroke: #0057e7;
  }

  66% {
    stroke: #008744;
  }

  80%,
  90% {
    stroke: #ffa700;
  }
}

/* Folding Cube */
.sk-folding-cube {
  margin           : 20px auto;
  width            : 40px;
  height           : 40px;
  position         : relative;
  -webkit-transform: rotateZ(45deg);
  -ms-transform    : rotate(45deg);
  transform        : rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float            : left;
  width            : 50%;
  height           : 50%;
  position         : relative;
  -webkit-transform: scale(1.1);
  -ms-transform    : scale(1.1);
  transform        : scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content                 : "";
  position                : absolute;
  top                     : 0;
  left                    : 0;
  width                   : 100%;
  height                  : 100%;
  background-color        : #f9bc01;
  -webkit-animation       : sk-foldCubeAngle 2.4s infinite linear both;
  animation               : sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin    : 100% 100%;
  transform-origin        : 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -ms-transform    : scale(1.1) rotate(90deg);
  transform        : scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -ms-transform    : scale(1.1) rotate(180deg);
  transform        : scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -ms-transform    : scale(1.1) rotate(270deg);
  transform        : scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay        : 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay        : 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay        : 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform        : perspective(140px) rotateX(-180deg);
    opacity          : 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform        : perspective(140px) rotateX(0deg);
    opacity          : 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform        : perspective(140px) rotateY(180deg);
    opacity          : 0;
  }
}

@keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform        : perspective(140px) rotateX(-180deg);
    opacity          : 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform        : perspective(140px) rotateX(0deg);
    opacity          : 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform        : perspective(140px) rotateY(180deg);
    opacity          : 0;
  }
}

/* Fading Circle */
.sk-fading-circle {
  margin  : 100px auto;
  width   : 40px;
  height  : 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width   : 100%;
  height  : 100%;
  position: absolute;
  left    : 0;
  top     : 0;
}

.sk-fading-circle .sk-circle:before {
  content          : "";
  display          : block;
  margin           : 0 auto;
  width            : 15%;
  height           : 15%;
  background-color : #f9bc01;
  border-radius    : 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation        : sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform    : rotate(30deg);
  transform        : rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform    : rotate(60deg);
  transform        : rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform    : rotate(90deg);
  transform        : rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform    : rotate(120deg);
  transform        : rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform    : rotate(150deg);
  transform        : rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform    : rotate(180deg);
  transform        : rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform    : rotate(210deg);
  transform        : rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform    : rotate(240deg);
  transform        : rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform    : rotate(270deg);
  transform        : rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform    : rotate(300deg);
  transform        : rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform    : rotate(330deg);
  transform        : rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay        : -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay        : -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay        : -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay        : -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay        : -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay        : -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay        : -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay        : -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay        : -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay        : -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay        : -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {

  0%,
  39%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {

  0%,
  39%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

/* Spinner Dots */
.spinner-dots {
  margin           : 100px auto;
  width            : 40px;
  height           : 40px;
  position         : relative;
  text-align       : center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation        : sk-rotate 2s infinite linear;
}

.spinner-dots .dot1,
.spinner-dots .dot2 {
  width            : 60%;
  height           : 60%;
  display          : inline-block;
  position         : absolute;
  top              : 0;
  background-color : #f9bc01;
  border-radius    : 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation        : sk-bounce 2s infinite ease-in-out;
}

.spinner-dots .dot2 {
  top                    : auto;
  bottom                 : 0;
  -webkit-animation-delay: -1s;
  animation-delay        : -1s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    transform        : rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform        : scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform        : scale(1);
    -webkit-transform: scale(1);
  }
}

/* Spinner Bounce */
.spinner-dbounce {
  width   : 40px;
  height  : 40px;
  position: relative;
  margin  : 100px auto;
}

.spinner-dbounce .double-bounce1,
.spinner-dbounce .double-bounce2 {
  width            : 100%;
  height           : 100%;
  border-radius    : 50%;
  background-color : #f9bc01;
  opacity          : 0.6;
  position         : absolute;
  top              : 0;
  left             : 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation        : sk-bounce 2s infinite ease-in-out;
}

.spinner-dbounce .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay        : -1s;
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform        : scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform        : scale(1);
    -webkit-transform: scale(1);
  }
}

/* Spinner Rotate */
.spinner-rotate {
  width            : 40px;
  height           : 40px;
  background-color : #f9bc01;
  margin           : 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation        : sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }

  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    transform        : perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    transform        : perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    transform        : perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/* Spinner Bounce */
.spinner-bounce {
  text-align: center;
}

.spinner-bounce>div {
  width            : 18px;
  height           : 18px;
  background-color : #f9bc01;
  border-radius    : 100%;
  display          : inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation        : sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner-bounce .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay        : -0.32s;
}

.spinner-bounce .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay        : -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform        : scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform        : scale(1);
  }
}

/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header {
  height  : 100px;
  position: relative;
}

.header-transparent {
  background-color: transparent;
  position        : absolute;
  top             : 0;
  left            : 0;
  width           : 100%;
  z-index         : 1001;
}

/* Header Light */
.header-light {
  background-color: #ffffff;
}

/* Header With Top Bar */
.header-topbar {
  height: 150px;
}

/*------------------------------------*\
    #Menu
\*------------------------------------*/
.header .navbar {
  margin-bottom: 0;
  border-radius: 0;
  min-height   : 100px;
  border       : none;
  z-index      : 1030;
  padding      : 0;
}

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

.header .navbar.navbar-centered .navbar-nav {
  margin-right: auto;
  margin-left : auto;
}

.header .navbar.navbar-centered .create-menu {
  margin-right: 30px;
}

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

.navbar-nav>li:last-child {
  margin-right: 0;
}

.navbar-nav>li>a {
  font-family   : "Montserrat", sans-serif;
  font-size     : 13px;
  text-transform: uppercase;
  font-weight   : 700;
  line-height   : 100px;
  color         : #ffffff;
  padding       : 0;
  position      : relative;
  display       : block;
}

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

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

.navbar-nav>li.menu-item>a:before {
  position                : absolute;
  bottom                  : 0;
  left                    : 0;
  margin                  : auto;
  width                   : 100%;
  height                  : 1px;
  background              : #f9bc01;
  content                 : "";
  -webkit-transition      : -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition              : -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition           : transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition              : transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition              : transform 1s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin    : 100% 50%;
  transform-origin        : 100% 50%;
  -webkit-transform       : scale3d(0, 1, 1);
  transform               : scale3d(0, 1, 1);
}

.navbar-nav>li.menu-item:hover>a:before {
  -webkit-transform       : scale3d(1, 1, 1);
  transform               : scale3d(1, 1, 1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin    : 0 50%;
  transform-origin        : 0 50%;
}

.navbar-nav>li.current-menu-ancestor>a::before {
  position                : absolute;
  bottom                  : 0;
  left                    : 0;
  margin                  : auto;
  height                  : 1px;
  background              : #f9bc01;
  content                 : "";
  -webkit-transform       : scale3d(1, 1, 1);
  transform               : scale3d(1, 1, 1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin    : 0 50%;
  transform-origin        : 0 50%;
}

/* Menu Level #1 */
.dropdown-toggle::after {
  display: none;
}

.navbar-magic-line .navbar-nav>li.menu-item>a::before {
  position                : absolute;
  bottom                  : 39px;
  left                    : 0;
  margin                  : auto;
  width                   : 100%;
  height                  : 1px;
  background              : #ffffff;
  content                 : "";
  -webkit-transition      : -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition              : -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition           : transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition              : transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition              : transform 1s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin    : 100% 50%;
  transform-origin        : 100% 50%;
  -webkit-transform       : scale3d(0, 1, 1);
  transform               : scale3d(0, 1, 1);
}

.navbar-magic-line .navbar-nav>li.menu-item:hover>a::before {
  -webkit-transform       : scale3d(1, 1, 1);
  transform               : scale3d(1, 1, 1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin    : 0 50%;
  transform-origin        : 0 50%;
}

.navbar-magic-line .navbar-nav>li.current-menu-ancestor>a::before {
  position                : absolute;
  bottom                  : 39px;
  left                    : 0;
  margin                  : auto;
  height                  : 1px;
  background              : #ffffff;
  content                 : "";
  -webkit-transform       : scale3d(1, 1, 1);
  transform               : scale3d(1, 1, 1);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin    : 0 50%;
  transform-origin        : 0 50%;
}

li.has-dropdown>ul.dropdown-menu>li.dropdown-submenu>a:before,
ul.dropdown-menu>li.has-dropdown>a:before {
  font-family   : "Font Awesome 5 Free";
  content       : "\f054" !important;
  font-size     : 10px;
  font-weight   : 600;
  text-rendering: auto;
  position      : absolute;
  right         : 25px;
}

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

/* Header Light */
.header-light .navbar.navbar-bordered {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.header-light .navbar .navbar-nav>li.menu-item>a {
  color: #222222;
}

.header-light .navbar .navbar-nav>li.menu-item.current-menu-ancestor>a {
  color: #f9bc01;
}

.header-light .navbar .navbar-nav>li.menu-item.current-menu-ancestor>a:before {
  background-color: #f9bc01;
}

.header-light .navbar .navbar-nav>li.menu-item:hover>a {
  color: #f9bc01;
}

.header-light .navbar .navbar-nav>li.menu-item:hover>a:before {
  background-color: #f9bc01;
}

.header-light .navbar.navbar-fixed .navbar-nav>li.current-menu-ancestor>a:before {
  background-color: #f9bc01;
}

.header-light .navbar.navbar-fixed .navbar-nav>li.current-menu-ancestor:hover>a {
  color: #f9bc01;
}

.header-light .navbar.navbar-fixed .navbar-nav>li.current-menu-ancestor:hover>a:before {
  background-color: #f9bc01;
}

/* Header Fixed Top */
.navbar.navbar-fixed {
  background        : #ffffff;
  -webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
  box-shadow        : 0 2px 4px rgba(3, 27, 78, 0.1);
  -webkit-animation : navbarFixed 0.8s;
  animation         : navbarFixed 0.8s;
}

.navbar.navbar-fixed .navbar-brand .logo-dark {
  display: inline-block;
}

.navbar.navbar-fixed .navbar-brand .logo-light {
  display: none;
}

.navbar.navbar-fixed .navbar-nav>li>a {
  color: #222222;
}

.navbar.navbar-fixed .navbar-nav>li.menu-item>a::before {
  background-color: #222222;
}

@-webkit-keyframes navbarFixed {
  0% {
    opacity          : 0;
    -webkit-transform: translateY(-100%);
    transform        : translateY(-100%);
  }

  100% {
    opacity          : 1;
    -webkit-transform: translateY(0);
    transform        : translateY(0);
  }
}

@keyframes navbarFixed {
  0% {
    opacity          : 0;
    -webkit-transform: translateY(-100%);
    transform        : translateY(-100%);
  }

  100% {
    opacity          : 1;
    -webkit-transform: translateY(0);
    transform        : translateY(0);
  }
}

/* Header Logo */
.navbar-brand {
  display       : inline-block;
  line-height   : 100px;
  padding-top   : 0;
  padding-bottom: 0;
}

.navbar-brand .logo {
  line-height: 100px;
  max-width  : 100px;
}

.logo-title {
  font-size  : 40px;
  font-weight: 300;
}

.logo-2x {
  display: none;
}

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

.header-light .logo-dark:not(.logo-2x) {
  display: inline-block;
}

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

.header-transparent .logo-dark {
  display: none;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
  .admin-bar .navbar {
    top: 0;
  }

  .admin-bar .navbar.navbar-sticky {
    top: 46px;
  }

  .admin-bar .navbar.navbar-fixed {
    top: 0;
  }

  .navbar .navbar-brand {
    margin-left: 15px;
    height     : 100px;
    line-height: 100px;
  }

  .navbar .navbar-collapse {
    background-color: #ffffff;
    padding         : 0 15px;
  }

  .navbar .navbar-collapse.show {
    -webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
    box-shadow        : 0 2px 4px rgba(3, 27, 78, 0.1);
    max-height        : 440px;
    overflow-y        : auto;
  }

  .navbar.navbar-bordered {
    border-bottom: none;
  }

  .navbar .navbar-nav>li {
    margin-right : 0;
    border-bottom: 1px solid #eeeeee;
  }

  .navbar .navbar-nav>li>a,
  .navbar .navbar-nav>li.active>a {
    line-height: 50px;
    color      : #222222;
    display    : block;
  }

  .navbar .menu-item a::before {
    display: none;
  }

  .navbar .dropdown-toggle {
    width: calc(100% - 36px);
  }

  .navbar .menu-toggle {
    position   : absolute;
    right      : 0;
    top        : 0;
    cursor     : pointer;
    display    : inline-block;
    height     : 50px;
    line-height: 50px;
    width      : 20px;
    text-align : center;
  }

  .navbar .menu-toggle:before {
    font-family: "Font Awesome 5 Free";
    content    : "\f054";
    font-size  : 11px;
    font-weight: 600;
    color      : #222222;
    line-height: 36px;
  }

  .navbar .menu-toggle .show:after {
    -webkit-transform: rotate(90deg);
    -ms-transform    : rotate(90deg);
    transform        : rotate(90deg);
  }

  .navbar .menu-toggle .show>.dropdown-menu {
    display: block;
  }

  .navbar .dropdown-menu.show {
    border-top   : 1px solid rgba(0, 0, 0, 0.1);
    padding-top  : 10px;
    border-radius: 0;
  }

  .navbar .dropdown-menu li {
    line-height  : 26px;
    position     : relative;
    padding-left : 20px;
    padding-right: 20px;
  }

  .navbar .dropdown-menu li a {
    color      : #222222;
    font-size  : 15px;
    line-height: 40px;
    display    : block;
  }

  .navbar .dropdown-menu li.current_page_item>a,
  .navbar .dropdown-menu li.current-menu-parent>a,
  .navbar .dropdown-menu li.current-menu-item>a,
  .navbar .dropdown-menu li.current-menu-ancestor>a {
    color: #f9bc01;
  }

  .navbar .show>.dropdown-menu {
    display: block;
  }

  .navbar .dropdown-submenu.show .dropdown-menu {
    display: block;
  }

  .navbar .dropdown-submenu .dropdown-menu {
    padding-left: 20px;
  }

  .navbar .dropdown-submenu .menu-toggle {
    right      : 15px;
    height     : 40px;
    line-height: 40px;
  }

  .navbar .col-mega .col-heading {
    margin-bottom: 0;
  }

  .navbar .col-mega ul {
    list-style  : none;
    padding-left: 0;
  }

  /* Header Modifers */
  .navbar.navbar-light .navbar-nav>li>a {
    color: #222222;
  }

  .navbar-light:not(.navbar-fixed) .navbar-toggler {
    color       : #fff;
    border-color: #fff;
  }

  .navbar-light.navbar-fixed .navbar-toggler {
    color       : #222;
    border-color: #222;
  }

  .navbar-toggler {
    width       : 25px;
    height      : 16px;
    position    : relative;
    padding     : 0;
    cursor      : pointer;
    margin-right: 15px;
    margin-top  : 15px;
  }

  .navbar-toggler:focus {
    outline: none;
  }

  .navbar-light .navbar-toggler {
    border: none;
  }

  .toogle-inner {
    top               : 50%;
    display           : block;
    margin-top        : -2px;
    position          : absolute;
    width             : 25px;
    height            : 2px;
    background-color  : #222222;
    border-radius     : 0;
    -webkit-transition: background 300ms 0s;
    -o-transition     : background 300ms 0s;
    transition        : background 300ms 0s;
  }

  .toogle-inner:before,
  .toogle-inner:after {
    display                    : block;
    content                    : "";
    position                   : absolute;
    width                      : 25px;
    height                     : 2px;
    -webkit-transition-duration: 300ms, 300ms;
    -o-transition-duration     : 300ms, 300ms;
    transition-duration        : 300ms, 300ms;
    -webkit-transition-delay   : 300ms, 0s;
    -o-transition-delay        : 300ms, 0s;
    transition-delay           : 300ms, 0s;
    background-color           : #222222;
    border-radius              : 0;
  }

  .toogle-inner:before {
    top                        : -6px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property        : top, -webkit-transform;
    -o-transition-property     : top, transform;
    transition-property        : top, transform;
    transition-property        : top, transform, -webkit-transform;
  }

  .toogle-inner:after {
    bottom                     : -6px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property        : bottom, -webkit-transform;
    -o-transition-property     : bottom, transform;
    transition-property        : bottom, transform;
    transition-property        : bottom, transform, -webkit-transform;
  }

  .toggler-active .toogle-inner {
    background-color: transparent;
  }

  .toggler-active .toogle-inner:before,
  .toggler-active .toogle-inner:after {
    -webkit-transition-delay: 0s, 300ms;
    -o-transition-delay     : 0s, 300ms;
    transition-delay        : 0s, 300ms;
  }

  .toggler-active .toogle-inner:before {
    top              : 0;
    -webkit-transform: rotate(45deg);
    -ms-transform    : rotate(45deg);
    transform        : rotate(45deg);
  }

  .toggler-active .toogle-inner:after {
    bottom           : 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform    : rotate(-45deg);
    transform        : rotate(-45deg);
  }

  .navbar-light .toogle-inner {
    background-color: #ffffff;
  }

  .navbar-light .toogle-inner:before,
  .navbar-light .toogle-inner:after {
    background-color: #ffffff;
  }

  .navbar-light .toggler-active .toogle-inner {
    background-color: transparent;
  }

  .header-transparent .toogle-inner {
    background-color: #ffffff;
  }

  .header-transparent .toogle-inner:before,
  .header-transparent .toogle-inner:after {
    background-color: #ffffff;
  }

  .header-transparent .navbar-fixed .toogle-inner {
    background-color: #222222;
  }

  .header-transparent .navbar-fixed .toogle-inner:before,
  .header-transparent .navbar-fixed .toogle-inner:after {
    background-color: #222222;
  }

  .header-transparent .toggler-active .toogle-inner {
    background-color: transparent;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-nav>li {
    margin-right: 16px;
  }

  .module .module-icon {
    margin-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .header.header-topbar .navbar-sticky {
    top: 50px;
  }

  .header.header-topbar .navbar-sticky.navbar-fixed {
    top: 0;
  }

  .admin-bar .header-transparent {
    top: 32px;
  }

  .admin-bar .header .navbar-sticky {
    top: 32px;
  }

  .admin-bar .header.header-topbar .navbar-sticky {
    top: 82px;
  }

  .admin-bar .header.header-topbar .navbar-sticky.navbar-fixed {
    top: 32px;
  }

  .navbar-collapse {
    padding-right   : 0;
    padding-left    : 0;
    -webkit-box-pack: end;
    -ms-flex-pack   : end;
    justify-content : flex-end;
  }

  /* Menu with Dropdown */
  .navbar-nav>li.has-dropdown>ul.dropdown-menu,
  .navbar-nav>li.has-dropdown>ul.mega-menu {
    background-color        : white;
    position                : absolute;
    left                    : 0;
    right                   : auto;
    opacity                 : 0;
    visibility              : hidden;
    display                 : block;
    border-radius           : 0;
    -webkit-transition      : all 300ms ease-in-out;
    -o-transition           : all 300ms ease-in-out;
    transition              : all 300ms ease-in-out;
    -webkit-transform       : scaleY(0);
    -ms-transform           : scaleY(0);
    transform               : scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin    : left top;
    transform-origin        : left top;
  }

  .navbar-nav li.dropdown-submenu>ul.mega-menu {
    background-color        : white;
    position                : absolute;
    left                    : 0;
    right                   : auto;
    opacity                 : 0;
    visibility              : hidden;
    display                 : block;
    border-radius           : 0;
    -webkit-transition      : -webkit-transform 300ms ease-in-out;
    transition              : -webkit-transform 300ms ease-in-out;
    -o-transition           : transform 300ms ease-in-out;
    transition              : transform 300ms ease-in-out;
    transition              : transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    -webkit-transform       : scaleY(0);
    -ms-transform           : scaleY(0);
    transform               : scaleY(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin    : left top;
    transform-origin        : left top;
  }

  .navbar-nav>li.has-dropdown:not(.mega-dropdown)>ul.dropdown-menu {
    width             : -webkit-max-content;
    width             : -moz-max-content;
    width             : max-content;
    min-width         : 210px;
    padding           : 13px 0;
    background-color  : white;
    margin-top        : 0;
    -webkit-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.1);
    box-shadow        : 0px 1px 73px 0px rgba(40, 40, 40, 0.1);
  }

  .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 {
    opacity          : 1;
    visibility       : visible;
    height           : auto;
    z-index          : 100;
    -webkit-transform: scaleY(1);
    -ms-transform    : scaleY(1);
    transform        : scaleY(1);
  }

  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;
    width       : 190px !important;
    height      : auto;
    overflow    : hidden;
    display     : inline-block;
  }

  ul.mega-menu>li:last-child {
    border-right: none;
  }

  ul.mega-menu>li>ul {
    width           : 190px;
    list-style      : none;
    background-color: #222222;
    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 {
    font-family       : "Montserrat", sans-serif;
    line-height       : 37px;
    color             : #9b9b9b;
    padding           : 0;
    display           : block;
    font-size         : 13px;
    font-weight       : 500;
    text-transform    : capitalize;
    margin            : 0 25px;
    -webkit-transition: all 400ms linear;
    -o-transition     : all 400ms linear;
    transition        : all 400ms linear;
  }

  ul.dropdown-menu li.current-menu-item a,
  ul.dropdown-menu li.current-menu-ancestor>a,
  ul.mega-menu li ul li.current-menu-item a {
    color: #222222;
  }

  ul.mega-menu li ul li span {
    color         : #f9bc01;
    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           : #222222;
  }

  ul.dropdown-menu.left {
    left       : -185px !important;
    margin-left: 0 !important;
  }

  ul.mega-menu.left {
    left: -410px !important;
  }

  /* Menu Level #2 */
  li.dropdown-submenu>ul.mega-menu>ul.dropdown-menu,
  li.has-dropdown>ul.dropdown-menu>li.dropdown-submenu>ul.dropdown-menu {
    background-color  : white;
    padding           : 25px 0;
    margin            : -1px 0 0;
    z-index           : 1001;
    position          : absolute;
    left              : 100%;
    right             : auto;
    top               : 0;
    opacity           : 0;
    visibility        : hidden;
    display           : block;
    border-radius     : 0;
    -webkit-transition: -webkit-transform 300ms linear;
    transition        : -webkit-transform 300ms linear;
    -o-transition     : transform 300ms linear;
    transition        : transform 300ms linear;
    transition        : transform 300ms linear, -webkit-transform 300ms linear;
    -webkit-transform : translateX(10%);
    -ms-transform     : translateX(10%);
    transform         : translateX(10%);
  }

  li.dropdown-submenu>ul.mega-menu.open-left ul.dropdown-menu,
  li.has-dropdown>ul.dropdown-menu>li.dropdown-submenu.open-left ul.dropdown-menu {
    left        : -100%;
    right       : 0;
    margin-right: 0;
  }

  li.has-dropdown>ul.dropdown-menu>li.dropdown-submenu:hover>ul.dropdown-menu {
    -webkit-transform : translateX(0);
    -ms-transform     : translateX(0);
    transform         : translateX(0);
    visibility        : visible;
    opacity           : 1;
    z-index           : 1001;
    margin-top        : -1px;
    margin-left       : 0;
    padding           : 13px 0;
    -webkit-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.1);
    box-shadow        : 0px 1px 73px 0px rgba(40, 40, 40, 0.1);
  }

  /* Menu Level #3 */
  li.dropdown-submenu>ul.dropdown-menu>li.has-dropdown>ul.dropdown-menu {
    background-color: white;
    float           : none;
    position        : absolute;
    border-radius   : 0;
    left            : 100%;
    right           : auto;
    top             : 0;
    margin          : -1px 0 0;
    z-index         : 1;
    border          : none;
    padding         : 13px 0;
  }

  li.dropdown-submenu>ul.dropdown-menu>li.has-dropdown>ul.dropdown-menu.left {
    left: -185px !important;
  }

  /* Mega Menu Content */
  .mega-dropdown {
    position: static !important;
  }

  .mega-dropdown .dropdown-menu {
    padding         : 0 !important;
    width           : 100% !important;
    background-color: transparent !important;
    border          : none !important;
    margin-top      : 0;
  }

  .mega-dropdown .dropdown-menu .container {
    background-color: transparent;
  }

  .mega-dropdown .dropdown-menu .container .row {
    padding-right     : 15px;
    padding-left      : 15px;
    background        : white;
    border-radius     : 0;
    margin-right      : 0;
    margin-left       : 0;
    -webkit-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.1);
    box-shadow        : 0px 1px 73px 0px rgba(40, 40, 40, 0.1);
  }

  .mega-dropdown .dropdown-menu .container div[class*="col-"] {
    padding-top   : 25px;
    padding-bottom: 25px;
  }

  .mega-dropdown .dropdown-menu li ul {
    padding: 0;
    margin : 0;
  }

  .mega-dropdown .dropdown-menu li ul li {
    list-style: none;
  }

  .mega-dropdown .dropdown-menu li ul li a {
    padding: 0;
  }

  .mega-dropdown .dropdown-menu li ul li a i {
    margin-right: 8px;
  }

  .mega-dropdown .dropdown-menu .container div[class*="col-"]>a {
    border-bottom: none;
    padding-left : 0;
    font-size    : 14px;
  }

  .mega-dropdown .dropdown-menu .container a[href="#"],
  .mega-dropdown .dropdown-menu .container .col-heading {
    color        : #222222;
    cursor       : default;
    font-weight  : 600;
    margin-bottom: 0;
    font-size    : 13px;
  }

  .navbar-nav>li.has-dropdown>ul.dropdown-menu.mega-dropdown .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow        : none;
  }

  .navbar-nav>li.has-dropdown>ul.dropdown-menu.mega-dropdown .dropdown-menu>li {
    height: auto;
  }
}

/*------------------------------------*\
    #MODULE
\*------------------------------------*/
.module-container {
  padding-left: 30px;
}

.navbar.navbar-centered .module-container {
  padding-left: 0;
}

.module {
  display       : inline-block;
  position      : relative;
  line-height   : 100px;
  vertical-align: middle;
}

.module span.title {
  display: none;
}

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

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

.module .module-icon:hover i {
  color: #f9bc01;
}

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

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

.module .module-label:empty {
  opacity: 0;
}

.module .module-content {
  height            : 0;
  opacity           : 0;
  -webkit-transition: all 0.35s linear;
  -o-transition     : all 0.35s linear;
  transition        : all 0.35s linear;
}

.module .module-box {
  position          : absolute;
  display           : block;
  -webkit-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.1);
  box-shadow        : 0px 1px 73px 0px rgba(40, 40, 40, 0.1);
  background-color  : white;
  opacity           : 0;
  visibility        : hidden;
  -webkit-transition: all 0.1s linear;
  -o-transition     : all 0.1s linear;
  transition        : all 0.1s linear;
  right             : 0;
  width             : 310px;
  border-radius     : 0;
  padding           : 30px;
  z-index           : 99;
  -webkit-transform : translateY(10%);
  -ms-transform     : translateY(10%);
  transform         : translateY(10%);
  height            : 0;
  margin-top        : 1px;
}

/* Module SideArea*/
.module-sidearea-wrap {
  background-color        : #ffffff;
  padding                 : 90px 40px 40px 40px;
  height                  : 100%;
  width                   : 370px;
  position                : fixed;
  z-index                 : 9999;
  top                     : 0;
  right                   : 0;
  opacity                 : 1;
  visibility              : visible;
  display                 : block;
  overflow-x              : hidden;
  -webkit-transition      : 0.5s ease-in-out;
  -o-transition           : 0.5s ease-in-out;
  transition              : 0.5s ease-in-out;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay     : 0.3s;
  transition-delay        : 0.3s;
  -webkit-transform       : translateX(400px);
  -ms-transform           : translateX(400px);
  transform               : translateX(400px);
  -webkit-box-shadow      : 0 9px 30px rgba(40, 40, 40, 0.15);
  box-shadow              : 0 9px 30px rgba(40, 40, 40, 0.15);
}

.module-sidearea-wrap::-webkit-scrollbar {
  display: none;
}

.module-sidearea-wrap.active {
  -webkit-transform: translateX(0);
  -ms-transform    : translateX(0);
  transform        : translateX(0);
}

.module-sidearea-wrap .module-cancel {
  position   : absolute;
  right      : 40px;
  top        : 40px;
  height     : 9px;
  line-height: 9px;
  font-size  : 12px;
  color      : #333333;
  z-index    : 3;
}

.sidearea-overlay::before {
  content           : "";
  position          : fixed;
  top               : 0;
  left              : auto;
  right             : -100%;
  width             : 100%;
  height            : 100%;
  background-color  : rgba(0, 0, 0, 0.9);
  z-index           : 2000;
  visibility        : hidden;
  opacity           : 0;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition     : 0.5s ease-in-out;
  transition        : 0.5s ease-in-out;
}

.sidearea-overlay.sidearea-overlay-active:before {
  visibility: visible;
  opacity   : 1;
  right     : 0;
}

.module-sidearea-inner .sidearea-header {
  margin-bottom: 40px;
}

.module-sidearea-inner .sidearea-header .logo {
  margin-bottom: 30px;
  display      : block;
}

.module-sidearea-inner .sidearea-header p {
  font-family: "Source Sans Pro", sans-serif;
  color      : #a5a5a5;
  font-size  : 14px;
  font-weight: 400;
  line-height: 25px;
}

.module-sidearea-inner .sidearea-body {
  margin-bottom: 60px;
}

.module-sidearea-inner .sidearea-body .widget {
  background   : transparent;
  border-radius: 0;
  padding      : 0;
  margin-bottom: 40px;
}

.module-sidearea-inner .sidearea-footer .social-share {
  margin-bottom: 20px;
}

.module-sidearea-inner .sidearea-footer .social-share a {
  line-height       : 32px;
  height            : 32px;
  font-size         : 18px;
  font-weight       : 400;
  color             : #222222;
  text-align        : center;
  display           : inline-block;
  background-color  : transparent;
  margin-right      : 25px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition     : all 0.4s ease-in-out;
  transition        : all 0.4s ease-in-out;
  overflow          : hidden;
}

.module-sidearea-inner .sidearea-footer .social-share a i {
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
  display           : block;
  line-height       : 32px;
}

.module-sidearea-inner .sidearea-footer .social-share a i:last-child {
  color: #f9bc01;
}

.module-sidearea-inner .sidearea-footer .social-share a:hover i:first-child {
  margin-top: -32px;
}

.module-sidearea-inner .sidearea-footer .social-share a:last-of-type {
  margin-right: 0;
}

.module-sidearea-inner .sidearea-footer .copywright {
  font-size  : 14px;
  font-weight: 400;
  line-height: 24px;
  color      : #9b9b9b;
}

/* Module Search */
.module-search-warp {
  position          : fixed;
  left              : 0;
  top               : 0;
  z-index           : 1999;
  height            : 100%;
  width             : 100%;
  -webkit-transition: 600ms ease-in-out;
  -o-transition     : 600ms ease-in-out;
  transition        : 600ms ease-in-out;
  background-color  : rgba(249, 188, 1, 0.95);
  -webkit-clip-path : circle(10px at 90% -10%);
  clip-path         : circle(10px at 90% -10%);
}

.module-search-warp .container {
  display           : none;
  -webkit-transition: all 0.1s linear;
  -o-transition     : all 0.1s linear;
  transition        : all 0.1s linear;
}

.module-search-warp .module-cancel {
  top               : 40px;
  position          : absolute;
  right             : 40px;
  font-size         : 16px;
  font-weight       : 700;
  text-transform    : uppercase;
  color             : #ffffff;
  opacity           : 0.8;
  -webkit-transition: all 400ms ease;
  -o-transition     : all 400ms ease;
  transition        : all 400ms ease;
  line-height       : 28px;
  text-align        : center;
}

.module-search-warp .module-cancel:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform    : rotate(90deg);
  transform        : rotate(90deg);
  opacity          : 1;
  color            : #ffffff;
}

.module-search-warp .form-search {
  margin-bottom     : 0;
  border-bottom     : none;
  padding-bottom    : 0;
  padding-left      : 0;
  -webkit-transition: all 500ms linear;
  -o-transition     : all 500ms linear;
  transition        : all 500ms linear;
  -webkit-transform : translateY(-50px);
  -ms-transform     : translateY(-50px);
  transform         : translateY(-50px);
  opacity           : 0;
}

.module-search-warp .form-search .form-control {
  position        : relative;
  color           : #ffffff;
  font-family     : "Montserrat", sans-serif;
  font-size       : 45px;
  font-weight     : 400;
  line-height     : 70px;
  height          : 70px;
  border          : none;
  background-color: transparent;
  width           : 100%;
  padding         : 0;
  margin-bottom   : 0;
  text-transform  : capitalize;
}

.module-search-warp .form-search .form-control::-webkit-input-placeholder {
  color: white;
}

.module-search-warp .form-search .form-control::-moz-placeholder {
  color: white;
}

.module-search-warp .form-search .form-control::-moz-placeholder {
  color: white;
}

.module-search-warp .form-search .form-control:-ms-input-placeholder {
  color: white;
}

.module-search-warp .form-search .search-submit {
  background-color: transparent;
  border-radius   : 0;
  width           : 35px;
  line-height     : 57px;
  color           : #ffffff;
  font-size       : 28px;
  font-weight     : 400;
  text-align      : right;
  margin-left     : 0;
  padding         : 0;
}

.module-search-warp .form-search .search-submit::before {
  position   : absolute;
  right      : 0;
  top        : 0;
  content    : "\f002";
  color      : #ffffff;
  font-family: "Font Awesome 5 Free";
  font-size  : 26px;
  font-weight: 600;
  line-height: 70px;
}

.module-search-warp.active {
  -webkit-clip-path: circle(150% at 90% -10%);
  clip-path        : circle(150% at 90% -10%);
}

.module-search-warp.active .form-search {
  -webkit-transform: translateY(0);
  -ms-transform    : translateY(0);
  transform        : translateY(0);
  opacity          : 1;
}

.module-search-warp.active .container {
  display: block;
}

/* Module Cart */
.cart-box .cart-overview li {
  border-bottom : 1px solid rgba(127, 127, 127, 0.15);
  margin-bottom : 20px;
  padding-bottom: 20px;
  position      : relative;
}

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

.cart-box .cart-overview li .cart-cancel {
  position        : absolute;
  right           : 0;
  top             : 0;
  display         : inline-block;
  color           : #ffffff;
  font-size       : 7px;
  width           : 19px;
  height          : 19px;
  background-color: #333333;
  text-align      : center;
  line-height     : 19px;
}

.cart-box .cart-overview li .cart-cancel:hover {
  background-color: #f9bc01;
}

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

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

.cart-box .cart-overview h5 {
  color         : #ffffff;
  font-size     : 14px;
  text-transform: capitalize;
  line-height   : 1;
  font-weight   : 700;
  margin-bottom : 8px;
}

.cart-box .cart-overview p {
  font-family  : "Source Sans Pro", sans-serif;
  color        : #f9bc01;
  font-size    : 14px;
  line-height  : 20px;
  font-weight  : 400;
  margin-bottom: 0;
}

.cart-box .cart--control .btn {
  height      : 33px;
  width       : 100px;
  line-height : 31px;
  margin-right: 10px;
}

.cart-box .cart--control:last-of-type {
  margin-right: 0;
}

.cart-box .cart--control span {
  color      : #9b9b9b;
  font-size  : 12px;
  font-weight: 700;
  line-height: 33px;
  float      : right;
}

.cart-box .cart--control .total-price {
  color: #f9bc01;
}

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

/* Module Call To Action Button */
.module-cta .btn {
  width             : auto;
  height            : 39px;
  padding           : 0 17px;
  display           : block;
  margin-right      : 20px;
  cursor            : pointer;
  font-family       : "Montserrat", sans-serif;
  color             : #222222;
  line-height       : 37px;
  font-size         : 13px;
  text-transform    : uppercase;
  background-color  : #ffffff;
  border            : 2px solid #ffffff;
  z-index           : inherit;
  -webkit-transition: all 0.2s ease;
  -o-transition     : all 0.2s ease;
  transition        : all 0.2s ease;
}

.module-cta .btn-dark {
  border-color: #222222;
  color       : #222222;
  background  : transparent;
}

.module-cta .btn:hover {
  background-color: #f9bc01;
  color           : #ffffff;
  border-color    : #f9bc01;
}

.header-9 .module-cta .btn {
  color           : #ffffff;
  background-color: transparent;
}

.header-9 .module-cta .btn:hover {
  background-color: #f9bc01;
  color           : #ffffff;
}

.header-light .module .module-icon i {
  color: #222222;
}

.header-light .module .module-icon svg {
  fill: #222222;
}

.header-light .module .module-icon svg .cls-1 {
  fill: #222222;
}

.header-light .module-cta .btn {
  color           : #ffffff;
  background-color: #222222;
  border-color    : #222222;
}

.header-light .module-cta .btn:hover {
  background-color: #f9bc01;
  border-color    : #f9bc01;
  color           : #ffffff;
}

@media only screen and (max-width: 991px) {
  .module-cta {
    padding: 10px 0;
  }

  .module-cta .btn {
    background: #f9bc01;
    color     : #ffffff;
    margin    : 0;
  }

  .module-cta .btn:hover {
    background: #222222;
  }
}

/* Module Social */
.module-social a {
  height        : 39px;
  color         : #ffffff;
  font-size     : 14px;
  font-weight   : 400;
  line-height   : 39px;
  margin-left   : 19px;
  display       : inline-block;
  overflow      : hidden;
  vertical-align: middle;
}

.module-social a i {
  height            : 39px;
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
  display           : block;
  line-height       : 39px;
}

.module-social a i:last-child {
  color: #f9bc01;
}

.module-social a:hover i:first-child {
  margin-top: -39px;
}

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

.header-light .module-social a,
.navbar-fixed .module-social a {
  color: #222222;
}

.header-light .module-social a:hover,
.navbar-fixed .module-social a:hover {
  color: #f9bc01;
}

/* Module Popup Menu*/
.module-popup-wrap {
  background-color  : rgba(27, 26, 26, 0.98);
  position          : fixed;
  z-index           : 9999;
  top               : 0;
  left              : 0;
  display           : none;
  overflow-x        : hidden;
  height            : 100%;
  width             : 100%;
  -webkit-transition: all 0.35s linear;
  -o-transition     : all 0.35s linear;
  transition        : all 0.35s linear;
}

.module-popup-wrap::-webkit-scrollbar {
  display: none;
}

.module-popup-wrap .container {
  height: 100%;
}

.module-popup-wrap .container .row {
  height: 100%;
}

.module-popup-wrap .container .row .module-popup-inner {
  height  : 100%;
  padding : 40px 0;
  position: relative;
}

.module-popup-wrap .container .row .module-popup-inner .popup-header .logo {
  max-width: 130px;
}

.module-popup-wrap.active {
  display: block;
}

.module-popup-wrap .module-cancel {
  position   : absolute;
  right      : 40px;
  top        : 40px;
  height     : 9px;
  line-height: 9px;
  font-size  : 13px;
  color      : #f9bc01;
  z-index    : 3;
}

.module-popup-wrap .module-cancel:hover {
  color: #ffffff;
}

.module-popup-wrap .popup-body ul {
  list-style: none;
  padding   : 0;
  margin    : 0;
}

.module-popup-wrap .popup-body ul li a {
  color      : #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size  : 50px;
  font-weight: 700;
  line-height: 84px;
}

.module-popup-wrap .popup-body ul li a:hover {
  color: #f9bc01;
}

@media screen and (max-width: 991px) {
  .module-popup-wrap .popup-body ul li a {
    font-size  : 30px;
    line-height: 46px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .module-popup-wrap .popup-body ul li a {
    font-size  : 40px;
    line-height: 56px;
  }
}

.module-popup-wrap .popup-footer {
  position: absolute;
  left    : 0;
  bottom  : 40px;
}

.module-popup-wrap .popup-footer .social-links {
  list-style: none;
  margin    : 0;
  padding   : 0;
}

.module-popup-wrap .popup-footer .social-links a {
  color       : #ffffff;
  font-size   : 16px;
  line-height : 20px;
  height      : 20px;
  overflow    : hidden;
  display     : inline-block;
  margin-right: 20px;
}

.module-popup-wrap .popup-footer .social-links a i {
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
  display           : block;
  line-height       : 20px;
}

.module-popup-wrap .popup-footer .social-links a i:last-child {
  color: #f9bc01;
}

.module-popup-wrap .popup-footer .social-links a:hover i:first-child {
  margin-top: -20px;
}

.module-popup-wrap .popup-footer .social-links a:last-of-type {
  margin-right: 0;
}

/* Navbar For header Top Bar */
.navbar.navbar-fixed .module .module-icon i {
  color: #222222;
}

.navbar.navbar-fixed .module .module-icon svg .cls-1 {
  fill: #222222;
}

.navbar.navbar-fixed .module.module-cta .btn {
  background  : #f9bc01;
  color       : #ffffff;
  border-color: #f9bc01;
}

.navbar.navbar-fixed .module.module-cta .btn:hover {
  background  : #222222;
  border-color: #222222;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
  .module {
    width        : 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding      : 0;
  }

  .module .module-icon {
    padding-top: 0;
    line-height: 50px !important;
  }

  .module .module-icon i {
    color: #222222;
  }

  .module .module-icon svg .cls-1 {
    fill: #222222;
  }

  .module .module-box {
    position: relative;
    right   : 0;
    width   : 100%;
    border  : none;
  }

  .module .module-label {
    top     : -3px;
    position: relative;
  }

  .module span.title {
    display       : inline-block;
    color         : #222222;
    font-size     : 13px;
    font-weight   : 700;
    text-transform: capitalize;
  }

  .module .cart-box,
  .module .search-box {
    display      : none;
    padding-right: 10px;
    padding-left : 10px;
  }

  .module .module-content {
    margin-bottom: 10px;
  }

  .module .cart-box .cart-overview h5 {
    color: #ffffff;
  }

  .module .module-search .search-icon i {
    border-left  : none;
    padding-left : 0;
    padding-right: 5px;
  }

  .module-cart.active .cart-box {
    opacity          : 1;
    visibility       : visible;
    display          : block;
    -webkit-transform: translateY(0);
    -ms-transform    : translateY(0);
    transform        : translateY(0);
  }

  .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: #ffffff;
    margin-bottom   : 0;
    height          : 35px;
    line-height     : 35px;
    padding-left    : 10px;
    max-width       : 100%;
  }

  .module-cart.module-active .cart-box {
    background-color: #222222;
    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;
  }

  .module-social a {
    color      : #222222;
    line-height: 36px;
  }

  .module-container {
    padding-left: 0;
  }

  .module-sidearea-wrap {
    width  : 320px;
    padding: 40px;
  }

  .module-search-warp .form-search .form-control {
    font-size: 30px;
  }

  .navbar-modules .module-container {
    padding-right: 30px;
  }

  .navbar-modules .module {
    border-bottom: none;
  }

  .navbar-modules .module .module-icon {
    line-height: 100px !important;
  }

  .navbar-modules .module .module-icon svg .cls-1 {
    fill: #ffffff;
  }

  .navbar-modules .module span.title {
    display: none;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .module-search .search-icon i {
    padding-left : 16px;
    padding-right: 16px;
  }
}

/*------------------------------------*\
    #TopBar
\*------------------------------------*/
.top-bar {
  height          : 50px;
  overflow        : hidden;
  background-color: #282828;
}

.top-bar .contact-info {
  margin-bottom: 0;
  font-size    : 14px;
  color        : #9b9b9b;
  font-weight  : 400;
  line-height  : 50px;
  margin-right : 15px;
  display      : inline-block;
  font-family  : "Source Sans Pro", sans-serif;
  position     : relative;
  padding-left : 15px;
}

.top-bar .contact-info:first-of-type {
  padding-left: 0;
}

.top-bar .contact-info:first-of-type:before {
  display: none;
}

.top-bar .contact-info:last-of-type {
  margin-right: 0;
}

.top-bar .contact-info:before {
  position: absolute;
  left    : 0;
  top     : 0;
  content : "/";
  color   : #f9bc01;
}

.top-bar .contact-info a {
  color: #9b9b9b;
}

.top-bar .contact-info a:hover {
  color: #f9bc01;
}

.top-bar .contact-social {
  list-style   : none;
  font-size    : 14px;
  font-weight  : 400;
  margin-bottom: 0;
  text-align   : right;
}

.top-bar .contact-social a {
  color       : #ffffff;
  font-size   : 14px;
  font-weight : 400;
  line-height : 50px;
  height      : 50px;
  display     : inline-block;
  margin-right: 20px;
  overflow    : hidden;
  display     : inline-block;
  margin-right: 20px;
}

.top-bar .contact-social a i {
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
  display           : block;
  line-height       : 50px;
}

.top-bar .contact-social a i:last-child {
  color: #f9bc01;
}

.top-bar .contact-social a:hover i:first-child {
  margin-top: -50px;
}

.top-bar .contact-social a:last-of-type {
  margin-right: 0;
}

/*------------------------------------*\
    #PAGE-TTILE
\*------------------------------------*/
.page-title {
  padding   : 0;
  max-height: 600px;
}

.page-title.bg-image {
  background-image: url(../images/pagetitle.jpg);
}

.page-title .title {
  padding: 260px 0 168px 0;
}

.page-title .title .title-heading {
  margin-bottom: 13px;
}

.page-title .title .title-heading h1 {
  color         : #ffffff;
  font-size     : 70px;
  line-height   : 75px;
  margin-bottom : 0;
  text-transform: capitalize;
}

.page-title .title .title-desc {
  max-width: 550px;
}

.page-title .title .title-desc p {
  color        : #f9f9f9;
  font-size    : 16px;
  margin-bottom: 0;
  font-weight  : 300;
}

.page-title .breadcrumb {
  font-family: "Montserrat", sans-serif;
  font-size  : 13px;
  font-weight: 400;
  line-height: 13px;
  background : transparent;
  color      : #ffffff;
}

.page-title .breadcrumb a {
  color: #ffffff;
}

.page-title .breadcrumb a:hover {
  color: #f9bc01;
}

.page-title .breadcrumb .active {
  color: #ffffff;
}

.page-title .breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-left: 0;
}

.page-title .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
  color  : #ffffff;
  padding: 0 9px;
}

/* Title #1 */
.page-title .title-1 {
  padding-bottom: 110px;
}

.page-title .title-1 .breadcrumb {
  position: absolute;
  bottom  : 30px;
  right   : 0;
  left    : 0;
}

/* Title #2 */
.page-title .title-2 {
  padding-bottom: 130px;
}

.page-title .title-2 .title-heading {
  margin-bottom: 5px;
}

/* Title #3 */
.page-title .title-3 {
  padding-bottom: 190px;
}

.page-title .title-3 .title-heading {
  margin-bottom: 5px;
}

.page-title .title-3 .breadcrumb {
  position: absolute;
  bottom  : 30px;
  right   : 0;
  left    : 0;
}

/* Title #4 */
.page-title .title-4 {
  padding-bottom: 190px;
}

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

.page-title .title-4 .breadcrumb {
  margin-right: 0 !important;
  margin-left : 0 !important;
}

/* Title #5 */
.page-title .title-5 {
  padding: 90px 0;
}

.page-title .title-5 .title-heading h1 {
  font-size    : 25px;
  line-height  : 30px;
  color        : #222222;
  font-weight  : 800;
  margin-bottom: 20px;
}

.page-title .title-5 .breadcrumb a {
  color: #282828;
}

.page-title .title-5 .breadcrumb a:hover {
  color: #f9bc01;
}

.page-title .title-5 .breadcrumb li.active {
  color: #333333;
}

.page-title .title-5 .breadcrumb li+li:before {
  color: #282828;
}

/* Title #6 */
.page-title .title-6 {
  padding: 70px 0;
}

.page-title .title-6 .title-heading {
  margin-bottom: 0;
}

.page-title .title-6 .title-heading h1 {
  font-size    : 50px;
  line-height  : 60px;
  color        : #ffffff;
  font-weight  : 700;
  margin-bottom: 0;
}

.page-title .title-6 .breadcrumb {
  line-height: 60px;
}

.page-title .title-6 .breadcrumb a {
  color: #ffffff;
}

.page-title .title-6 .breadcrumb a:hover {
  color: #222222;
}

.page-title .title-6 .breadcrumb li.active {
  color: #ffffff;
}

.page-title .title-6 .breadcrumb li+li:before {
  color: #ffffff;
}

/* Title #7 */
.page-title .title-7 {
  padding: 130px 0;
}

.page-title .title-7 .title-heading h1 {
  color      : #222222;
  font-weight: 800;
  font-size  : 50px;
  line-height: 60px;
}

.page-title .title-7 .breadcrumb {
  color: #282828;
}

.page-title .title-7 .breadcrumb a {
  color: #282828;
}

.page-title .title-7 .breadcrumb a:hover {
  color: #f9bc01;
}

.page-title .title-7 .breadcrumb li.active {
  color: #333333;
}

.page-title .title-7 .breadcrumb li+li:before {
  color: #282828;
}

.page-title.bg-white+section {
  padding-top: 0;
}

.page-title.bg-dark .title-6 .breadcrumb a:hover {
  color: #f9bc01;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
  .page-title .title {
    padding   : 160px 0 130px 0;
    text-align: center;
  }

  .page-title .title .title-heading h1 {
    font-size  : 40px;
    font-weight: 800;
    line-height: 50px;
  }

  .page-title .title .title-desc p {
    font-size: 14px;
  }

  .page-title .breadcrumb {
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .page-title .title .title-heading h1 {
    font-size  : 45px;
    font-weight: 800;
    line-height: 60px;
  }
}

/*------------------------------------*\
    #BLOG-SECTION
\*------------------------------------*/
article img {
  max-width: 100%;
}

.is-sticky {
  font-size: 20px;
}

/* Entry Meta */
.entry-meta {
  margin-bottom: 15px;
}

.entry-meta .entry-author,
.entry-meta .entry-comments,
.entry-meta .entry-cat,
.entry-meta .entry-date,
.entry-meta .entry-read {
  margin-right: 20px;
  font-size   : 14px;
  font-weight : 600;
  line-height : 26px;
  color       : #616161;
}

.entry-meta a {
  color: #616161;
}

.entry-meta a:hover {
  color: #f9bc01;
}

.entry-meta .entry-author img {
  margin-right : 8px;
  width        : 20px;
  height       : 20px;
  border-radius: 50%;
  margin-bottom: 0;
}

.entry-meta .entry-author b {
  color         : #282828;
  font-weight   : 600;
  text-transform: capitalize;
}

.entry-meta .entry-author b a {
  color      : #282828;
  font-weight: 600;
}

.entry-meta .entry-cat {
  display       : inline-block;
  color         : #f9bc01;
  font-size     : 14px;
  font-weight   : 600;
  text-transform: capitalize;
  line-height   : 22px;
}

.entry-meta .entry-cat a {
  position: relative;
  color   : #f9bc01;
  display : inline-block;
}

.entry-meta .entry-cat a:hover {
  color: #222222;
}

.entry-meta .entry-date {
  color        : #616161;
  font-size    : 14px;
  font-weight  : 600;
  line-height  : 26px;
  margin-bottom: 3px;
}

/* Post Formats */
.entry-video {
  margin-bottom: 30px;
  position     : relative;
}

.entry-audio {
  margin-bottom: 30px;
  position     : relative;
}

.entry-gallery {
  margin-bottom: 30px;
  position     : relative;
  max-height   : 400px;
  overflow     : hidden;
}

.entry-gallery .owl-item {
  max-height: 400px;
}

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

.entry-gallery .carousel-dots .owl-controls {
  position  : absolute;
  top       : 30px;
  right     : 30px;
  margin-top: 0;
}

.entry-link {
  margin-bottom   : 30px;
  position        : relative;
  background-color: #f5f5f5;
  padding         : 95px 40px 40px 40px;
  font-size       : 16px;
  font-family     : "Montserrat", sans-serif;
  text-align      : center;
  border-radius   : 0;
}

.entry-link:before {
  position   : absolute;
  left       : 50%;
  top        : 30px;
  content    : "\f0c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size  : 40px;
  color      : #f9bc01;
  margin-left: -20px;
}

.entry-link a {
  font-size     : 20px;
  font-weight   : 700;
  text-align    : center;
  font-family   : "Montserrat", sans-serif;
  color         : #222222;
  text-transform: capitalize;
}

.entry-link a:hover {
  color: #f9bc01;
}

.entry-quote {
  margin-bottom   : 30px;
  position        : relative;
  background-color: #f5f5f5;
  padding         : 95px 40px 40px 40px;
  font-size       : 26px;
  text-align      : center;
  font-style      : italic;
  border-radius   : 0;
}

.entry-quote strong {
  font-size  : 20px;
  font-family: "Montserrat", sans-serif;
  margin-top : 15px;
  color      : #222222;
  display    : block;
  font-style : normal;
}

.entry-quote:before {
  position   : absolute;
  left       : 50%;
  top        : 30px;
  content    : "\f10d";
  font-family: "Font Awesome 5 Free";
  font-size  : 40px;
  font-weight: 600;
  color      : #f9bc01;
  margin-left: -20px;
}

/* Blog Grid */
.blog-grid .blog-entry {
  margin-bottom: 50px;
  position     : relative;
}

.blog-grid .blog-entry .entry-img {
  position          : relative;
  -webkit-transition: all 300ms linear;
  -o-transition     : all 300ms linear;
  transition        : all 300ms linear;
  overflow          : hidden;
}

.blog-grid .blog-entry .entry-img img {
  max-width         : 100%;
  height            : auto;
  -webkit-transition: all 300ms linear;
  -o-transition     : all 300ms linear;
  transition        : all 300ms linear;
}

.blog-grid .blog-entry .entry-date {
  position        : absolute;
  top             : 30px;
  left            : -10px;
  display         : inline-block;
  background-color: #f9bc01;
  color           : white;
  font-size       : 14px;
  font-weight     : 600;
  text-transform  : capitalize;
  line-height     : 1;
  width           : 60px;
  height          : 60px;
  padding-top     : 8px;
  text-align      : center;
  z-index         : 1;
}

.blog-grid .blog-entry .entry-date span {
  display: block;
}

.blog-grid .blog-entry .entry-date span.entry-date-day {
  font-size: 34px;
}

.blog-grid .blog-entry:hover .entry-img img {
  -webkit-transform: scale(1.1);
  -ms-transform    : scale(1.1);
  transform        : scale(1.1);
}

.blog-grid .blog-entry .entry-content {
  padding : 22px 0 0 0;
  position: relative;
}

.blog-grid .blog-entry .entry-content .entry-cat {
  color        : #f9bc01;
  font-size    : 14px;
  font-weight  : 600;
  line-height  : 26px;
  margin-bottom: 8px;
}

.blog-grid .blog-entry .entry-content .entry-cat a {
  color: #f9bc01;
}

.blog-grid .blog-entry .entry-content .entry-cat a:hover {
  color: #222222;
}

.blog-grid .blog-entry .entry-content .entry-title {
  margin-bottom: 17px;
}

.blog-grid .blog-entry .entry-content .entry-title h4 {
  font-size    : 20px;
  font-weight  : 700;
  line-height  : 29px;
  margin-bottom: 0;
}

.blog-grid .blog-entry .entry-content .entry-title a {
  color: #222222;
}

.blog-grid .blog-entry .entry-content .entry-title a:hover {
  color: #f9bc01;
}

.blog-grid .blog-entry .entry-content .entry-bio p {
  font-size    : 16px;
  font-weight  : 400;
  line-height  : 24px;
  margin-bottom: 25px;
}

.blog-grid .blog-entry .entry-content .entry-author {
  line-height: 1;
}

.blog-grid .blog-entry .entry-content .entry-author img {
  display      : inline-block;
  border-radius: 50%;
  height       : 20px;
  width        : 20px;
  margin-right : 13px;
}

.blog-grid .blog-entry .entry-content .entry-author span {
  display       : inline-block;
  line-height   : 20px;
  font-size     : 14px;
  font-weight   : 600;
  color         : #616161;
  text-transform: capitalize;
}

.blog-grid .blog-entry .entry-content .entry-author span b {
  color      : #282828;
  font-weight: 600;
}

/* Blog Standard */
.blog-standard .blog-entry {
  margin-bottom: 50px;
  overflow     : hidden;
}

.blog-standard .blog-entry.sticky {
  background-color: #f9f9f9;
  padding         : 30px;
}

@media screen and (max-width: 800px) {
  .blog-standard .blog-entry.sticky {
    padding: 20px;
  }
}

.blog-standard .blog-entry .entry-meta {
  margin-bottom: 10px;
}

.blog-standard .blog-entry .entry-img {
  position          : relative;
  -webkit-transition: 0.3s ease;
  -o-transition     : 0.3s ease;
  transition        : 0.3s ease;
  margin-bottom     : 22px;
  overflow          : hidden;
}

.blog-standard .blog-entry .entry-img img {
  max-width         : 100%;
  height            : auto;
  -webkit-transition: 300ms ease;
  -o-transition     : 300ms ease;
  transition        : 300ms ease;
}

.blog-standard .blog-entry .entry-img:empty {
  margin-top: -22px;
}

.blog-standard .blog-entry:hover .entry-img img {
  -webkit-transform: scale(1.1);
  -ms-transform    : scale(1.1);
  transform        : scale(1.1);
}

.blog-standard .blog-entry .entry-content {
  position: relative;
}

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

.blog-standard .blog-entry .entry-title h4 {
  color        : #222222;
  font-size    : 25px;
  font-weight  : 800;
  line-height  : 36px;
  margin-bottom: 0;
}

.blog-standard .blog-entry .entry-title a {
  color: #222222;
}

.blog-standard .blog-entry .entry-title a:hover {
  color: #f9bc01;
}

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

.blog-standard .blog-entry .entry-bio p {
  font-size    : 16px;
  font-weight  : 400;
  line-height  : 25px;
  margin-bottom: 16px;
}

.blog-standard .blog-entry .entry-more {
  line-height: 1;
}

.blog-standard .blog-entry .entry-more a {
  font-family   : "Montserrat", sans-serif;
  font-size     : 13px;
  font-weight   : 700;
  line-height   : 1;
  text-transform: uppercase;
  position      : relative;
  line-height   : 1;
  color         : #f9bc01;
  padding-bottom: 7px;
  display       : inline-block;
}

.blog-standard .blog-entry .entry-more a:before {
  position          : absolute;
  bottom            : 0;
  left              : 0;
  content           : "";
  height            : 2px;
  width             : 100%;
  background-color  : #f9bc01;
  -webkit-transition: 300ms ease;
  -o-transition     : 300ms ease;
  transition        : 300ms ease;
}

.blog-standard .blog-entry .entry-more a:hover {
  color: #222222;
}

.blog-standard .blog-entry .entry-more a:hover:before {
  background-color: #222222;
}

/* Blog Textual */
.blog-textual .blog-entry {
  margin-bottom   : 50px;
  background-color: #f9f9f9;
  padding         : 40px;
}

@media screen and (max-width: 991px) {
  .blog-textual .blog-entry {
    padding: 20px;
  }
}

.blog-textual .blog-entry .entry-content {
  position: relative;
}

.blog-textual .blog-entry .entry-title {
  margin-bottom: 17px;
}

.blog-textual .blog-entry .entry-title h4 {
  color        : #222222;
  font-size    : 18px;
  font-weight  : 700;
  line-height  : 26px;
  margin-bottom: 0;
}

.blog-textual .blog-entry .entry-title a {
  color: #222222;
}

.blog-textual .blog-entry .entry-title a:hover {
  color: #f9bc01;
}

.blog-textual .blog-entry .entry-bio p {
  font-size    : 16px;
  font-weight  : 400;
  line-height  : 26px;
  margin-bottom: 21px;
}

.blog-textual .blog-entry .entry-more {
  line-height: 1;
}

.blog-textual .blog-entry .entry-more a {
  font-family   : "Montserrat", sans-serif;
  font-size     : 13px;
  font-weight   : 700;
  line-height   : 1;
  text-transform: capitalize;
  position      : relative;
  line-height   : 1;
  color         : #f9bc01;
}

.blog-textual .blog-entry .entry-more a:hover {
  color: #222222;
}

.blog-textual .blog-entry .entry-more span {
  display    : inline-block;
  margin-left: 8px;
}

/* Blog Carousel */
.blog-carousel .carousel-dots .owl-dots {
  margin-top: 0;
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 991px) {
  .blog-grid .blog-entry {
    max-width   : 370px;
    margin-right: auto;
    margin-left : auto;
  }

  .blog-grid .blog-entry .entry-content {
    padding-right: 0;
    padding-left : 0;
  }

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

.entry-img:empty {
  display: none;
}

/*------------------------------------*\
    #SINGLE
\*------------------------------------*/
.author-box,
.entry-prev-next,
.entry-related {
  margin-bottom: 40px;
}

.blog-single .entry-meta {
  margin-bottom: 20px;
}

.blog-single .entry-title {
  font-size     : 28px;
  line-height   : 36px;
  margin-bottom : 18px;
  padding-left  : 40px;
  padding-right : 40px;
  text-transform: capitalize;
}

.blog-single .entry-title a {
  color: #222222;
}

.blog-single .entry-img {
  margin-bottom: 30px;
  position     : relative;
}

.blog-single .entry-video {
  margin-bottom: 30px;
  position     : relative;
}

.blog-single .entry-audio {
  margin-bottom: 30px;
  position     : relative;
}

.blog-single .entry-gallery {
  margin-bottom: 30px;
  position     : relative;
  max-height   : 400px;
  overflow     : hidden;
}

.blog-single .entry-gallery .owl-item {
  max-height: 400px;
}

.blog-single .entry-gallery img {
  max-width: 100%;
  height   : auto;
}

.blog-single .entry-gallery .carousel-dots .owl-controls {
  position  : absolute;
  top       : 30px;
  right     : 30px;
  margin-top: 0;
}

.blog-single .entry-link {
  margin-bottom   : 30px;
  position        : relative;
  background-color: #f5f5f5;
  padding         : 95px 40px 40px 40px;
  font-size       : 16px;
  font-family     : "Montserrat", sans-serif;
  text-align      : center;
  border-radius   : 0;
}

.blog-single .entry-link:before {
  position   : absolute;
  left       : 50%;
  top        : 30px;
  content    : "\f0c1";
  font-family: "Font Awesome 5 Free";
  font-size  : 40px;
  font-weight: 600;
  color      : #f9bc01;
  margin-left: -20px;
}

.blog-single .entry-link a {
  font-size     : 20px;
  font-weight   : 700;
  text-align    : center;
  font-family   : "Montserrat", sans-serif;
  color         : #222222;
  text-transform: capitalize;
}

.blog-single .entry-link a:hover {
  color: #f9bc01;
}

.blog-single .entry-quote {
  margin-bottom   : 30px;
  position        : relative;
  background-color: #f5f5f5;
  padding         : 95px 40px 40px 40px;
  font-size       : 26px;
  text-align      : center;
  font-style      : italic;
  border-radius   : 0;
}

.blog-single .entry-quote strong {
  font-size  : 20px;
  font-family: "Montserrat", sans-serif;
  margin-top : 15px;
  color      : #222222;
  display    : block;
  font-style : normal;
}

.blog-single .entry-quote:before {
  position   : absolute;
  left       : 50%;
  top        : 30px;
  content    : "\f10d";
  font-family: "Font Awesome 5 Free";
  font-size  : 40px;
  font-weight: 600;
  color      : #f9bc01;
  margin-left: -20px;
}

.blog-single .entry-content {
  padding-bottom: 40px;
  margin-bottom : 40px;
  font-size     : 16px;
  font-weight   : 400;
  line-height   : 25px;
  border-bottom : 2px solid #eaeaea;
}

.blog-single .entry-content p {
  line-height: 1.75;
}

.blog-single .entry-content img {
  max-width    : 100%;
  height       : auto;
  margin-bottom: 0;
}

.blog-single .entry-content iframe {
  max-width: 100%;
}

.blog-single .entry-content blockquote:not(.wp-block-quote) p {
  font-size    : 20px;
  font-family  : "Montserrat", sans-serif;
  color        : #222222;
  font-style   : italic;
  line-height  : 28px;
  font-weight  : 500;
  margin-bottom: 6px;
}

.blog-single .entry-content blockquote:not(.wp-block-quote) cite {
  font-size: 15px;
}

.blog-single .entry-content .entry-meta .entry-cat a {
  color: #ffffff;
}

.blog-single .entry-content hr {
  margin: 30px 0;
}

.blog-single .entry-content ul li,
.blog-single .entry-content ol li {
  line-height: 34px;
}

.blog-single .entry-content .wp-block-button__link {
  color: #ffffff;
}

.blog-single .entry-content .entry-tags a {
  display         : inline-block;
  background-color: #f9bc01;
  font-size       : 14px;
  font-weight     : 400;
  line-height     : 1;
  color           : #ffffff;
  margin-right    : 9px;
  margin-bottom   : 5px;
  text-transform  : capitalize;
  padding         : 9px 12px;
  border-radius   : 0;
}

.blog-single .entry-content .entry-tags a:hover {
  background-color: #222222;
}

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

.blog-single .entry-content .entry-share {
  text-align: right;
}

.blog-single .entry-content .entry-share a {
  color       : #222222;
  font-size   : 16px;
  line-height : 32px;
  height      : 32px;
  margin-right: 22px;
  display     : inline-block;
  overflow    : hidden;
}

.blog-single .entry-content .entry-share a i {
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
  display           : block;
  line-height       : 32px;
}

.blog-single .entry-content .entry-share a i:last-child {
  color: #f9bc01;
}

.blog-single .entry-content .entry-share a:hover i:first-child {
  margin-top: -32px;
}

.blog-single .entry-content .entry-share a:last-child {
  margin-right: 0;
}

.blog-single .entry-content .entry-share .share-title {
  color         : #222222;
  font-size     : 13px;
  font-weight   : 700;
  text-transform: capitalize;
  margin-bottom : 0;
  margin-right  : 26px;
  display       : inline-block;
}

.blog-single .author-box .author-content {
  position        : relative;
  padding         : 40px;
  background-color: #f5f5f5;
  min-height      : 170px;
}

@media screen and (max-width: 800px) {
  .blog-single .author-box .author-content {
    padding: 20px;
  }
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
  .blog-single .author-box .author-content {
    padding: 30px;
  }
}

.blog-single .author-box img {
  position: absolute;
  left    : 40px;
  top     : 40px;
}

@media screen and (max-width: 800px) {
  .blog-single .author-box img {
    top : 20px;
    left: 20px;
  }
}

.blog-single .author-box .author-desc {
  padding-left: 120px;
}

.blog-single .author-box .author-desc h4 {
  font-size     : 18px;
  font-weight   : 700;
  line-height   : 1;
  text-transform: capitalize;
  margin-bottom : 15px;
}

.blog-single .author-box .author-desc p {
  color        : #9b9b9b;
  font-size    : 15px;
  font-weight  : 400;
  line-height  : 24px;
  margin-bottom: 12px;
}

.blog-single .author-box .author-desc a {
  color       : #222222;
  font-size   : 16px;
  font-weight : 400;
  line-height : 1;
  margin-right: 20px;
}

.blog-single .author-box .author-desc a:hover {
  color: #f9bc01;
}

.blog-single .author-box .author-desc a:last-child {
  margin-right: 0;
}

.blog-single .entry-bio p {
  margin-bottom: 21px;
}

.blog-single .entry-prev-next {
  position  : relative;
  min-height: 65px;
  display   : -webkit-box;
  display   : -ms-flexbox;
  display   : flex;
}

.blog-single .entry-prev-next .entry-prev {
  padding-right: 15px;
  width        : 50%;
  float        : left;
}

.blog-single .entry-prev-next .entry-next {
  padding-left: 15px;
  text-align  : right;
  width       : 50%;
  float       : left;
}

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

.blog-single .entry-prev-next a {
  font-family: "Montserrat", sans-serif;
  font-size  : 15px;
  font-weight: 700;
  color      : #222222;
  margin-top : 13px;
}

.blog-single .entry-prev-next a:hover {
  color: #f9bc01;
}

.blog-single .entry-prev-next p {
  font-size     : 15px;
  font-weight   : 400;
  line-height   : 1;
  text-transform: capitalize;
  margin-bottom : 10px;
}

.blog-single .entry-related h3.related-title {
  font-size     : 19px;
  font-weight   : 700;
  line-height   : 1;
  margin-bottom : 0;
  position      : relative;
  margin-bottom : 35px;
  text-transform: capitalize;
}

.blog-single .entry-related .blog-entry .entry-img {
  position          : relative;
  -webkit-transition: 0.3s ease;
  -o-transition     : 0.3s ease;
  transition        : 0.3s ease;
  overflow          : hidden;
  margin-bottom     : 20px;
}

.blog-single .entry-related .blog-entry .entry-img img {
  max-width         : 100%;
  height            : auto;
  -webkit-transition: 0.3s ease;
  -o-transition     : 0.3s ease;
  transition        : 0.3s ease;
}

.blog-single .entry-related .blog-entry:hover .entry-img img {
  -webkit-transform: scale(1.1);
  -ms-transform    : scale(1.1);
  transform        : scale(1.1);
}

.blog-single .entry-related .blog-entry .entry-content {
  padding      : 0;
  position     : relative;
  margin       : 0;
  border-bottom: none;
}

.blog-single .entry-related .blog-entry .entry-date {
  color        : #616161;
  font-size    : 12px;
  font-weight  : 400;
  line-height  : 26px;
  margin-bottom: 3px;
}

.blog-single .entry-related .blog-entry .entry-date a {
  color: #616161;
}

.blog-single .entry-related .blog-entry .entry-date a:hover {
  color: #f9bc01;
}

.blog-single .entry-related .blog-entry .entry-title {
  margin-bottom: 0;
  padding      : 0;
}

.blog-single .entry-related .blog-entry .entry-title h4 {
  font-size    : 15px;
  font-weight  : 700;
  line-height  : 24px;
  margin-bottom: 0;
}

.blog-single .entry-related .blog-entry .entry-title a {
  color: #222222;
}

.blog-single .entry-related .blog-entry .entry-title a:hover {
  color: #f9bc01;
}

/* WordPress Core */
.page-link {
  font-family   : "Montserrat", sans-serif;
  color         : #222222;
  font-size     : 15px;
  font-weight   : 600;
  line-height   : 1;
  text-transform: capitalize;
  margin-bottom : 0;
  margin        : 20px 10px 20px 0;
}

.page-link .current {
  background-color: #f9bc01;
  color           : #ffffff;
  width           : 30px;
  height          : 30px;
  line-height     : 30px;
  text-align      : center;
  display         : inline-block;
  border-radius   : 0;
  margin          : 0 3px;
}

.page-link a {
  display         : inline-block;
  font-size       : 15px;
  background-color: #f9f9f9;
  color           : #222222;
  border-radius   : 0;
  text-align      : center;
  width           : 30px;
  height          : 30px;
  line-height     : 30px;
  margin          : 0 3px;
}

.page-link a:hover {
  background-color: #f9bc01;
  color           : #ffffff;
}

.edit-link {
  margin: 20px 0;
}

.edit-link a {
  color        : #222222;
  font-size    : 14px;
  padding-right: 10px;
  font-weight  : bold;
}

.edit-link a:hover {
  color: #f9bc01;
}

.screen-reader-text {
  border           : 0;
  clip             : rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path        : inset(50%);
  height           : 1px;
  margin           : -1px;
  overflow         : hidden;
  padding          : 0;
  position         : absolute !important;
  width            : 1px;
  word-wrap        : normal !important;
}

.screen-reader-text:focus {
  background-color : #eee;
  clip             : auto !important;
  -webkit-clip-path: none;
  clip-path        : none;
  color            : #444;
  display          : block;
  font-size        : 1em;
  height           : auto;
  left             : 5px;
  line-height      : normal;
  padding          : 15px 23px 14px;
  text-decoration  : none;
  top              : 5px;
  width            : auto;
  z-index          : 100000;
}

.blog-single {
  position: relative;
}

.blog-single .sticky {
  background: #fafafa;
}

.blog-single .gallery {
  margin: 0 auto 18px;
}

.blog-single .gallery .gallery-item {
  float     : left;
  margin-top: 0;
  text-align: center;
  width     : 33%;
}

.blog-single .gallery img {
  -webkit-box-shadow: 0px 0px 4px #999;
  box-shadow        : 0px 0px 4px #999;
  border            : 1px solid white;
  padding           : 8px;
  background        : #f2f2f2;
}

.blog-single .gallery img:hover {
  background: white;
}

.blog-single .gallery .gallery-caption {
  color    : #888;
  font-size: 12px;
  margin   : 0 0 12px;
}

.blog-single .gallery dl,
.blog-single .gallery dt {
  margin: 0;
}

.blog-single .gallery br+br {
  display: none;
}

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

.blog-single .gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height   : auto;
}

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

.blog-single .gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height   : auto;
}

.blog-single .blocks-gallery-item img {
  margin-bottom: 0;
}

/* Post Style */
b,
strong {
  color: #222222;
}

.alignnone,
.aligncenter,
div.aligncenter,
.alignright,
.alignleft {
  margin-bottom: 22px;
  margin-top   : 10px;
}

.alignnone img,
.aligncenter img,
div.aligncenter img,
.alignright img,
.alignleft img {
  margin-bottom: 0;
}

.alignnone {
  margin-right: 20px;
}

.aligncenter,
div.aligncenter {
  margin: 22px auto;
}

.alignright {
  float      : right;
  margin-left: 22px;
}

.alignleft {
  float       : left;
  margin-right: 22px;
}

img.alignright {
  float : right;
  margin: 5px 0 20px 20px;
}

img.alignnone {
  margin: 5px 20px 20px 0;
}

img.alignleft {
  float : left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  max-width  : 96%;
  text-align : center;
  font-size  : 14px;
  font-family: "Montserrat", sans-serif;
  color      : #222222;
  line-height: 1.8;
}

.wp-caption img {
  border   : 0 none;
  height   : auto;
  margin   : 0;
  max-width: 98.5%;
  padding  : 0;
  width    : auto;
}

.wp-caption .wp-caption-text {
  padding: 10px 0;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption p.wp-caption-text {
  font-size  : 11px;
  line-height: 17px;
  margin     : 0;
  padding    : 0 4px 5px;
}

.post-password-form label {
  margin-right: 15px;
}

.post-password-form input {
  margin-bottom: 0;
}

.post-password-form input[type="submit"] {
  width     : 110px;
  background: #f9bc01;
  color     : #ffffff;
  padding   : 0;
  border    : none;
  cursor    : pointer;
}

.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
  background-color: #222222;
}

/*------------------------------------*\
    #Comments
\*------------------------------------*/
body.page div.entry-comments {
  margin-top : 40px;
  border-top : 2px solid #eaeaea;
  padding-top: 40px;
}

div.entry-comments h3.comments-title {
  font-size     : 19px;
  font-weight   : 700;
  line-height   : 1;
  margin-bottom : 0;
  position      : relative;
  margin-bottom : 35px;
  text-transform: capitalize;
}

div.entry-comments ul.comments-list {
  border-bottom : 1px solid #eaeaea;
  margin-bottom : 40px;
  padding-bottom: 0;
  width         : 100%;
  list-style    : none;
  overflow      : hidden;
  padding-left  : 0;
}

div.entry-comments ul.comments-list .comment-body {
  position     : relative;
  border-top   : 1px solid #eaeaea;
  padding-top  : 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  div.entry-comments ul.comments-list .comment-body {
    padding-top  : 20px;
    margin-bottom: 20px;
  }
}

div.entry-comments ul.comments-list .comment-body .comment-author {
  position: relative;
}

div.entry-comments ul.comments-list .comment-body .comment-author img {
  position: absolute;
  left    : 0;
  top     : 0;
  width   : 70px;
  height  : 70px;
  overflow: hidden;
  z-index : 3;
}

div.entry-comments ul.comments-list .comment-body .fn {
  padding-left  : 90px;
  font-size     : 14px;
  font-weight   : 700;
  text-transform: capitalize;
  color         : #222222;
  font-family   : "Montserrat", sans-serif;
  line-height   : 22px;
  margin-bottom : 0;
  margin-top    : 0;
}

div.entry-comments ul.comments-list .comment-body .fn a {
  color: #222222;
}

div.entry-comments ul.comments-list .comment-body .fn a:hover {
  color: #f9bc01;
}

div.entry-comments ul.comments-list .comment-body .says {
  font-size: 0;
}

div.entry-comments ul.comments-list .comment-body .comment-metadata {
  clear        : both;
  margin-bottom: 10px;
  margin-top   : 0;
  padding-left : 90px;
  color        : #616161;
  font-size    : 14px;
  font-weight  : 600;
  line-height  : 24px;
}

div.entry-comments ul.comments-list .comment-body .comment-metadata a {
  color: #6f6f6f;
}

div.entry-comments ul.comments-list .comment-body .comment-metadata a:hover {
  color: #f9bc01;
}

div.entry-comments ul.comments-list .comment-body .reply {
  padding-left: 90px;
}

div.entry-comments ul.comments-list .comment-body .reply a {
  font-family   : "Montserrat", sans-serif;
  font-size     : 13px;
  font-weight   : 700;
  text-transform: uppercase;
  color         : #f9bc01;
  line-height   : 1;
  margin-top    : 10px;
  display       : inline-block;
}

div.entry-comments ul.comments-list .comment-body .reply a:hover {
  color: #222222;
}

div.entry-comments ul.comments-list .comment-body .comment-content {
  padding-left : 90px;
  padding-right: 70px;
  font-size    : 15px;
  font-weight  : 400;
  line-height  : 24px;
}

@media screen and (max-width: 767px) {
  div.entry-comments ul.comments-list .comment-body .comment-content {
    padding-right: 20px;
  }
}

div.entry-comments ul.comments-list .comment-body .comment-content p {
  font-size    : 15px;
  font-weight  : 400;
  line-height  : 24px;
  margin-bottom: 5px;
}

div.entry-comments ul.comments-list .comment-body .comment-content ul,
div.entry-comments ul.comments-list .comment-body .comment-content ol {
  margin-bottom: 10px;
}

div.entry-comments ul.comments-list .comment-body .comment-content blockquote p {
  font-size  : 20px;
  font-family: "Montserrat", sans-serif;
  color      : #9b9b9b;
  font-style : italic;
  line-height: 28px;
}

div.entry-comments ul.comments-list>li:first-child>.comment-body {
  border-top : none;
  padding-top: 0;
}

div.entry-comments ul.comments-list ul.children {
  list-style  : none;
  margin      : 22px 0 0 60px;
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  div.entry-comments ul.comments-list ul.children {
    margin-left: 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  div.entry-comments ul.comments-list ul.children {
    margin-left: 40px;
  }
}

div.entry-comments ul.comments-list ul.children .comment-body .comment {
  padding-left: 97px;
}

div.entry-comments ul.comments-list ul.children li {
  border-bottom: none;
}

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

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

div.entry-comments ul.comments-list+.add-comment {
  padding-top: 20px;
}

div.entry-comments .bypostauthor {
  border-top: 5px solid #eaeaea;
}

div.entry-comments li ul.children li.bypostauthor {
  border-top: 5px solid #eaeaea;
}

/* Comment Respond */
.comment-respond .comment-reply-title {
  font-size     : 19px;
  font-weight   : 700;
  line-height   : 1;
  margin-bottom : 0;
  position      : relative;
  margin-bottom : 20px;
  text-transform: capitalize;
}

.comment-respond form {
  margin-bottom: 0;
}

.comment-respond form input[type="text"] {
  margin-bottom: 30px;
  display      : inline-block;
  border-radius: 0;
}

@media screen and (min-width: 1200px) {
  .comment-respond form input[type="text"] {
    width       : 32%;
    margin-right: 11px;
  }
}

.comment-respond form input[type="text"]:last-of-type {
  margin-right: 0;
}

.comment-respond form textarea {
  line-height  : 24px;
  padding      : 20px;
  width        : 100%;
  border-radius: 0;
  margin-bottom: 30px;
  height       : 120px;
}

.comment-respond form .comment-form-cookies-consent {
  border       : 1px solid #e6e6e6;
  display      : block;
  margin-bottom: 30px;
  padding-left : 20px;
}

@media screen and (min-width: 768px) {
  .comment-respond form .comment-form-cookies-consent {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .comment-respond form .comment-form-cookies-consent {
    padding: 20px;
  }
}

.comment-respond form .comment-form-cookies-consent input {
  height: 50px;
}

@media screen and (max-width: 767px) {
  .comment-respond form .comment-form-cookies-consent input {
    position: absolute;
    height  : 30px;
  }
}

.comment-respond form .comment-form-cookies-consent label {
  line-height  : 1.6;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .comment-respond form .comment-form-cookies-consent label {
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .comment-respond form .comment-form-cookies-consent label {
    padding-left: 30px;
  }
}

.comment-respond p {
  margin-bottom: 0;
}

.comment-respond p.form-submit {
  margin-bottom: 30px;
}

.comment-respond .comment-form-cookies-consent input {
  margin-bottom: 0;
  float        : left;
  margin-right : 10px;
  height       : 20px;
}

.comment-respond .comment-form-cookies-consent label {
  line-height: 20px;
}

.comment-respond .comment-notes,
.comment-respond .logged-in-as,
.comment-respond .no-comments {
  color         : #9b9b9b;
  font-size     : 14px;
  font-weight   : 400;
  line-height   : 1.5;
  text-transform: capitalize;
  margin-bottom : 15px;
}

.comment-respond .comment-notes a,
.comment-respond .logged-in-as a,
.comment-respond .no-comments a {
  color: #f9bc01;
}

.comment-respond .comment-notes a:hover,
.comment-respond .logged-in-as a:hover,
.comment-respond .no-comments a:hover {
  color: #222222;
}

.comment-respond .comment-notes .required {
  color: #f9bc01;
}

.comment-respond .submit {
  font-family       : "Montserrat", sans-serif;
  position          : relative;
  z-index           : 2;
  font-size         : 13px;
  font-weight       : 700;
  text-transform    : uppercase;
  text-align        : center;
  margin-bottom     : 0;
  padding           : 0;
  line-height       : 48px;
  width             : 170px;
  height            : 50px;
  background-color  : #f9bc01;
  color             : #ffffff;
  border            : none;
  cursor            : pointer;
  -webkit-transition: all 300ms linear;
  -o-transition     : all 300ms linear;
  transition        : all 300ms linear;
  border-radius     : 0;
}

.comment-respond .submit:hover {
  background: #222222;
  color     : #ffffff;
}

.comment-respond #cancel-comment-reply-link {
  font-size    : 12px;
  font-weight  : 600;
  background   : #f9bc01;
  border-radius: 0;
  color        : #ffffff;
  padding      : 4px 8px;
  margin       : 0 10px;
}

.comment-respond #cancel-comment-reply-link:hover {
  background: #222222;
}

/*------------------------------------*\
	#Widgets
\*------------------------------------*/
.widget {
  margin-bottom: 60px;
}

.widget .widget-title {
  margin-bottom : 30px;
  font-family   : "Montserrat", sans-serif;
  color         : #222222;
  font-size     : 19px;
  font-weight   : 600;
  line-height   : 1.6;
  text-transform: capitalize;
  position      : relative;
}

#secondary .widget,
.wpb_widgetised_column .widget {
  margin-bottom   : 50px;
  background-color: #f9f9f9;
  padding         : 40px;
}

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

  #secondary .widget,
  .wpb_widgetised_column .widget {
    padding: 30px;
  }
}

.woocommerce #secondary .widget {
  background-color: transparent;
  padding         : 0;
  border-radius   : 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .sidebar {
    margin-top: 40px;
  }

  .widget {
    margin-bottom: 30px;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    margin-top: 40px;
  }

  .widget_recent .entry .entry-desc {
    margin-left: 70px;
  }
}

/*------------------------------------*\
	#Widgets
\*------------------------------------*/
.screen-reader-text {
  display: none;
}

/* Tags Widget */
.widget_tag_cloud a,
.widget_product_tag_cloud a {
  display         : inline-block;
  background-color: #f9bc01;
  font-size       : 14px !important;
  font-weight     : 400;
  line-height     : 1;
  color           : #ffffff;
  margin-right    : 9px;
  margin-bottom   : 10px;
  text-transform  : capitalize;
  padding         : 9px 12px;
  border-radius   : 0;
}

.widget_tag_cloud a:hover,
.widget_product_tag_cloud a:hover {
  background-color: #222222;
}

/* Recent Widegt */
.widget_recent-posts .entry {
  position     : relative;
  margin-bottom: 27px;
}

.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        : 70px;
  height       : 70px;
  border-radius: 2px;
  overflow     : hidden;
}

.widget_recent-posts .entry .entry--desc {
  position   : relative;
  margin-left: 100px;
}

.widget_recent-posts .entry .entry--title a {
  font-family   : "Montserrat", sans-serif;
  color         : #282828;
  font-size     : 15px;
  font-weight   : 600;
  line-height   : 21px;
  text-transform: capitalize;
}

.widget_recent-posts .entry .entry--title a:hover {
  color: #f9bc01;
}

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

/* Search Widget */
.widget_search .search-form {
  border-radius: 0;
  border       : 1px solid #e6e6e6;
  margin-bottom: 0;
  background   : #ffffff;
  position     : relative;
}

.widget_search .search-form label {
  margin-bottom: 0;
  display      : none;
}

.widget_search .search-form input {
  border            : none;
  border-radius     : 0;
  -webkit-box-shadow: none;
  box-shadow        : none;
  color             : #9b9b9b;
  font-size         : 14px;
  font-weight       : 400;
  line-height       : 49px;
  height            : 49px;
  width             : 100%;
  text-transform    : capitalize;
  padding-left      : 15px;
  background-color  : transparent;
  margin-bottom     : 0;
}

.widget_search .search-form input::-webkit-search-cancel-button {
  position: relative;
  right   : -20px;
}

.widget_search .search-form .search-submit {
  position        : absolute;
  right           : 0;
  top             : 0;
  background-color: #ffffff;
  color           : #222222;
  border-radius   : 0;
  width           : 50px;
  height          : 49px;
  line-height     : 49px;
  font-size       : 16px;
  color           : #f9bc01;
  cursor          : pointer;
}

.widget_search .search-form .search-submit:hover {
  color: #222222;
}

/* About Widget */
.widget-about img {
  margin-bottom: 30px;
}

.widget-about h4 {
  font-size    : 19px;
  margin-bottom: 19px;
}

.widget-about p {
  font-size    : 15px;
  line-height  : 24px;
  margin-bottom: 0;
}

/* Recent Product Widegt */
.widget_recent-products .product {
  position     : relative;
  margin-bottom: 30px;
}

.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;
  max-width: 50px;
}

.widget_recent-products .product .product-desc {
  position     : relative;
  padding-left : 65px;
  margin-bottom: 0;
  border-bottom: none;
}

.widget_recent-products .product:last-of-type .product-desc {
  padding-bottom: 0;
}

.widget_recent-products .product .product-title {
  margin-bottom: 0;
}

.widget_recent-products .product .product-title a {
  font-family   : "Montserrat", sans-serif;
  color         : #222222;
  font-size     : 15px;
  font-weight   : 800;
  line-height   : 24px;
  text-transform: capitalize;
}

.widget_recent-products .product .product-title a:hover {
  color: #f9bc01;
}

.widget_recent-products .product .product-desc .product-meta {
  font-size  : 13px;
  font-weight: 800;
  line-height: 23px;
  color      : #f9bc01;
}

/* ADS widget */
.ads-widget img {
  max-width: 100%;
  height   : auto;
}

/* Info Widget */
.widget-info {
  padding   : 30px 20px;
  min-height: 70px;
  text-align: center;
}

.widget-info .info--title {
  color        : #222222;
  font-size    : 15px;
  font-weight  : 700;
  line-height  : 21px;
  position     : relative;
  margin-bottom: 10px;
}

.widget-info .info--content {
  margin-bottom: 20px;
}

.widget-info .info--icon {
  line-height: 42px;
}

/* Widget Contact Info */
.widget-contact-info ul {
  list-style   : none;
  margin-bottom: 0;
  padding      : 0;
}

.widget-contact-info ul li {
  font-size     : 14px;
  font-weight   : 400;
  text-transform: capitalize;
  line-height   : 21px;
  color         : #9b9b9b;
  margin-bottom : 10px;
}

.widget-contact-info ul li:last-child {
  margin-bottom: 0;
}

.widget-contact-info ul li.contact-email a {
  text-transform: lowercase;
}

.widget-contact-info ul li span {
  margin-right: 6px;
}

.widget-contact-info ul li a {
  color: #f9bc01;
}

.widget-contact-info ul li a:hover {
  color: #222222;
}

/* List Meta Widget */
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_product_categories ul {
  padding-left : 0;
  list-style   : none;
  margin-bottom: 0;
}

.widget_meta ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_categories ul li,
.widget_recent_entries ul li,
.widget_product_categories ul li {
  font-size    : 16px;
  font-weight  : 400;
  line-height  : 40px;
  border-bottom: 1px solid #eeeeee;
  margin-left  : 15px;
}

.widget_meta ul li:last-child,
.widget_pages ul li:last-child,
.widget_archive ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_categories ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_product_categories ul li:last-child {
  border-bottom: none;
}

.widget_meta ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_nav_menu ul li a,
.widget_categories ul li a,
.widget_recent_entries ul li a,
.widget_product_categories ul li a {
  display       : inline-block;
  line-height   : 40px;
  color         : #7f7f7f;
  font-size     : 16px;
  font-weight   : 400;
  text-transform: capitalize;
  position      : relative;
}

.widget_meta ul li a:before,
.widget_pages ul li a:before,
.widget_archive ul li a:before,
.widget_nav_menu ul li a:before,
.widget_categories ul li a:before,
.widget_recent_entries ul li a:before,
.widget_product_categories ul li a:before {
  position   : absolute;
  top        : 0;
  left       : -15px;
  font-family: "Font Awesome 5 Free";
  content    : "\f105";
  color      : #f9bc01;
  font-weight: 600;
  font-size  : 14px;
}

.widget_meta ul li a:hover,
.widget_pages ul li a:hover,
.widget_archive ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_categories ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_product_categories ul li a:hover {
  color: #f9bc01;
}

.widget_meta ul li a:empty,
.widget_pages ul li a:empty,
.widget_archive ul li a:empty,
.widget_nav_menu ul li a:empty,
.widget_categories ul li a:empty,
.widget_recent_entries ul li a:empty,
.widget_product_categories ul li a:empty {
  display: none;
}

.widget_meta ul ul li,
.widget_pages ul ul li,
.widget_archive ul ul li,
.widget_nav_menu ul ul li,
.widget_categories ul ul li,
.widget_recent_entries ul ul li,
.widget_product_categories ul ul li {
  border-bottom: none;
}

/* Rss */
.widget_rss ul {
  padding-left : 0;
  list-style   : none;
  margin-bottom: 0;
}

/* Recent Comments */
.widget_recent_comments ul {
  padding-left : 0;
  list-style   : none;
  margin-bottom: 0;
}

.widget_recent_comments ul li {
  border-bottom: 1px solid #eeeeee;
  padding      : 10px 0;
}

.widget_recent_comments ul li a {
  line-height   : 20px;
  font-family   : "Montserrat", sans-serif;
  color         : #222222;
  font-size     : 14px;
  text-transform: capitalize;
  position      : relative;
}

.widget_recent_comments ul li a:hover {
  color: #f9bc01;
}

.widget_recent_comments ul li:last-child {
  border-bottom : none;
  padding-bottom: 0;
}

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

.widget_recent_comments ul .comment-author-link {
  color         : #222222;
  font-weight   : 600;
  text-transform: capitalize;
}

/* Archive Widget */
.widget_archive form,
.widget_categories form {
  margin-bottom: 0;
}

.widget_archive select,
.widget_categories select {
  height          : 50px;
  line-height     : 49px;
  background-color: #ffffff;
  border          : 1px solid #e4e4e4;
  padding-right   : 10px;
  padding-left    : 10px;
  font-size       : 14px;
  font-weight     : 400;
  text-transform  : capitalize;
  border-radius   : 0;
  width           : 100%;
  max-width       : 100%;
  margin-bottom   : 0;
}

/* Calendar Widget */
#wp-calendar {
  font-family  : "Montserrat", sans-serif;
  width        : 100%;
  table-layout : fixed;
  border-color : transparent;
  margin-bottom: 0;
}

#wp-calendar caption {
  color      : #222222;
  font-size  : 13px;
  font-weight: 700;
  padding    : 9px 0;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  text-align      : center;
  color           : #222222;
  padding         : 5px 8px;
  vertical-align  : middle;
  text-transform  : uppercase;
  border          : 1px solid #eaeaea;
  background-color: rgba(0, 0, 0, 0.02);
  font-size       : 14px;
}

#wp-calendar tbody {
  color           : #aaa;
  background-color: #ffffff;
}

#wp-calendar tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.03);
}

#wp-calendar tbody td {
  text-align    : center;
  padding       : 5px 8px;
  vertical-align: middle;
  border        : 1px solid #eaeaea;
  font-size     : 15px;
}

#wp-calendar tbody td#today {
  background-color: #f9bc01;
  border-color    : #f9bc01;
  color           : #ffffff;
}

#wp-calendar tbody .pad {
  background: #ffffff;
}

#wp-calendar tbody a {
  color          : #222222;
  text-decoration: none;
}

#wp-calendar tbody a:hover {
  color: #f9bc01;
}

#wp-calendar tfoot td {
  background: transparent;
  border    : none;
}

#wp-calendar tfoot #next {
  font-size  : 13px;
  font-weight: 600;
  text-align : left;
  border     : none;
}

#wp-calendar tfoot #prev {
  font-size  : 13px;
  padding-top: 10px;
  font-weight: 600;
  border     : none;
  text-align : left;
}

#wp-calendar+.wp-calendar-nav {
  font-family   : "Montserrat", sans-serif;
  font-size     : 13px;
  font-weight   : 700;
  text-transform: capitalize;
}

#wp-calendar+.wp-calendar-nav .wp-calendar-nav-prev {
  float: left;
}

#wp-calendar+.wp-calendar-nav .wp-calendar-nav-next {
  float: right;
}

/* Text Widget */
.widget_text img {
  max-width: 100%;
  height   : auto;
}

.widget_text input,
.widget_text select,
.widget_text textarea {
  width     : 100%;
  background: #ffffff;
}

/* RSS Widget */
.widget_rss li {
  margin-bottom: 20px;
}

.widget_rss li:last-child {
  margin-bottom: 0;
}

.widget_rss .widget-title .rsswidget {
  color: #222222;
}

.widget_rss .widget-content .rsswidget {
  font-size    : 14px;
  font-weight  : 300;
  line-height  : 24px;
  margin-bottom: 5px;
  display      : block;
}

.widget_rss .widget-content .rsswidget:hover {
  color: #f9bc01;
}

.widget_query-posts .entry {
  margin-bottom: 20px;
  position     : relative;
  min-height   : 80px;
}

.widget_query-posts .entry:last-of-type {
  margin-bottom: 0;
}

.widget_query-posts .entry .entry-img {
  width   : 80px;
  height  : 80px;
  position: absolute;
  left    : 0;
  top     : 0;
}

.widget_query-posts .entry .entry-img img {
  max-width    : 100%;
  border-radius: 0;
}

.widget_query-posts .entry .entry-desc {
  padding-left: 95px;
  margin      : 0;
}

.widget_query-posts .entry .entry-title {
  color         : #222222;
  font-family   : "Montserrat", sans-serif;
  text-transform: capitalize;
  font-weight   : 600;
  font-size     : 15px;
  line-height   : 21px;
  padding       : 0;
  margin-bottom : 7px;
}

.widget_query-posts .entry .entry-title a {
  color: #222222;
}

.widget_query-posts .entry .entry-title a:hover {
  color: #f9bc01;
}

.widget_query-posts .entry .entry-meta {
  padding      : 0;
  margin-bottom: 0;
  border-bottom: none;
}

.widget_query-posts .entry .entry-date {
  line-height: 26px;
  font-size  : 13px;
}

.widget_query-posts .entry .entry-date a {
  color: #616161;
}

.widget_query-posts .entry .entry-date a:hover {
  color: #f9bc01;
}

.widget_recent-work .portfolio-item {
  margin-bottom: 20px;
}

.widget_recent-work .portfolio-item .portfolio-content {
  text-align: left;
  padding   : 15px 10px 0 0;
}

.widget_recent-work .portfolio-item .portfolio-title h4 {
  font-size: 14px;
}

.widget_recent-work .portfolio-item:last-of-type {
  margin-bottom: 0;
}

.widget_recent-work .portfolio-img {
  height  : 150px;
  overflow: hidden;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
}

.widget_recent-work .portfolio-img img {
  -o-object-fit: cover;
  object-fit   : cover;
}

.widget_login .login-container p {
  margin-bottom: 0;
}

.widget_login .login-container label {
  font-size: 12px;
}

.widget_login .login-container input[type="text"],
.widget_login .login-container input[type="password"] {
  width        : 100%;
  background   : #ffffff;
  margin-bottom: 10px;
  border-radius: 3px;
}

.widget_login .login-container input[type="checkbox"] {
  margin-bottom: 10px;
  height       : initial;
}

.widget_login .login-container .button-primary {
  font-family       : "Source Sans Pro", sans-serif;
  position          : relative;
  z-index           : 2;
  font-size         : 13px;
  font-weight       : 700;
  text-transform    : capitalize;
  text-align        : center;
  padding           : 0;
  line-height       : 48px;
  width             : 170px;
  height            : 50px;
  letter-spacing    : 0.26px;
  border            : none;
  border-radius     : 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition     : all 0.3s ease-in-out;
  transition        : all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  box-shadow        : 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  cursor            : pointer;
  background-color  : #f9bc01;
  color             : #ffffff;
  margin-bottom     : 0;
}

.widget_login .login-container .button-primary:hover {
  background-color: transparent;
  color           : #f9bc01;
  border          : 2px solid #f9bc01;
}

/* Widget Instagram  */
.widget-instagram a {
  display : inline-block;
  margin  : 2px;
  position: relative;
  width   : 59px;
  height  : 59px;
}

.widget-instagram a img {
  max-width: 100%;
  height   : auto;
}

.widget-instagram a:hover .insta-hover {
  -webkit-transform: scale(1);
  -ms-transform    : scale(1);
  transform        : scale(1);
}

.widget-instagram .insta-hover {
  position          : absolute;
  top               : 0;
  left              : 0;
  width             : 100%;
  height            : 100%;
  -webkit-transform : scale(0);
  -ms-transform     : scale(0);
  transform         : scale(0);
  -webkit-transition: all 0.35s;
  -o-transition     : all 0.35s;
  transition        : all 0.35s;
}

.widget-instagram .insta-hover i {
  line-height     : 59px;
  display         : block;
  background-color: #0cb4ce;
  color           : #ffffff;
  font-size       : 11px;
  text-align      : center;
}

/* WooCommerce Widgets */
.woocommerce-product-search {
  border-radius: 0;
  border       : 1px solid #eaeaea;
  margin-bottom: 0;
  background   : #ffffff;
}

.woocommerce-product-search input {
  border       : none;
  margin-bottom: 0;
  width        : calc(100% - 40px);
}

.woocommerce-product-search button {
  font-size: 0;
}

.woocommerce-product-search button:before {
  content    : "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size  : 16px;
  color      : #f9bc01;
  cursor     : pointer;
}

.widget_products ul.product_list_widget {
  margin-bottom: 0;
  padding      : 0;
  list-style   : none;
}

.widget_products ul.product_list_widget li {
  min-height: 60px;
  padding   : 14px 0 4px 0;
}

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

.widget_products ul.product_list_widget li a {
  font-family: "Montserrat", sans-serif;
  color      : #222222;
  line-height: 24px;
  font-size  : 14px;
  font-weight: 600;
}

.widget_products ul.product_list_widget li a img {
  width       : 60px;
  height      : 60px;
  float       : left;
  margin-left : 0;
  margin-right: 15px;
}

.widget_products ul.product_list_widget li a:hover {
  color: #f9bc01;
}

.woocommerce .widget_recently_viewed_products ul.product_list_widget li {
  min-height: 60px;
  padding   : 14px 0 4px 0;
}

.woocommerce .widget_recently_viewed_products ul.product_list_widget li a {
  font-family: "Montserrat", sans-serif;
  color      : #222222;
  line-height: 24px;
  font-size  : 15px;
  font-weight: 800;
}

.woocommerce .widget_recently_viewed_products ul.product_list_widget li a:hover {
  color: #f9bc01;
}

.woocommerce .widget_recently_viewed_products ul.product_list_widget li a img {
  width       : 49px;
  height      : 49px;
  float       : left;
  margin-left : 0;
  margin-right: 15px;
}

.woocommerce ul.product_list_widget li a {
  font-family: "Montserrat", sans-serif;
  font-size  : 15px;
}

.woocommerce .widget_products ul.product_list_widget li a+.woocommerce-Price-amount,
.woocommerce .widget_recently_viewed_products ul.product_list_widget li a+.woocommerce-Price-amount,
.woocommerce .widget_products ul.product_list_widget li a+del,
.woocommerce .widget_recently_viewed_products ul.product_list_widget li a+del {
  font-family: "Montserrat", sans-serif;
  font-size  : 13px;
  font-weight: 600;
  line-height: 23px;
  color      : #9b9b9b;
}

.product-categories {
  list-style   : none;
  padding      : 0;
  margin-bottom: 0;
}

.product-categories li {
  margin-bottom : 0;
  background    : transparent;
  padding       : 0;
  color         : #7f7f7f;
  font-size     : 16px;
  font-weight   : 400;
  text-transform: capitalize;
  line-height   : 40px;
}

.product-categories li:first-child {
  margin-top: -14px;
}

.product-categories .children {
  padding-left : 20px;
  list-style   : none;
  margin-bottom: 0;
}

.product-categories .children li:last-child {
  border-bottom: none;
}

.product-categories .children li:first-child {
  margin-top: 0;
}

.product-categories a {
  font-size  : 16px;
  font-weight: 400;
  color      : #7f7f7f;
  line-height: 40px;
  position   : relative;
  display    : inline-block;
}

.product-categories a:hover {
  color: #f9bc01;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  font-family   : "Montserrat", sans-serif;
  border-bottom : 1px solid #eeeeee;
  margin-bottom : 0;
  margin-left   : 15px;
  background    : transparent;
  padding       : 0;
  color         : #222222;
  font-size     : 14px;
  font-weight   : 400;
  text-transform: capitalize;
  line-height   : 40px;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:hover {
  color: #f9bc01;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:first-child {
  margin-top: -14px;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child {
  margin-bottom: 0;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
  font-size  : 12px;
  font-weight: 400;
  line-height: 40px;
  color      : #222222;
  position   : relative;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:before {
  position   : absolute;
  top        : -10px;
  left       : -15px;
  font-family: "Font Awesome 5 Free";
  content    : "";
  color      : #f9bc01;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover {
  color: #f9bc01;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  font-size: 12px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #eaeaea;
  height          : 4px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #f9bc01;
  height          : 4px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #f9bc01;
  width           : 10px;
  height          : 10px;
  top             : -3px;
  margin-left     : -4px;
  border-radius   : 0;
}

.woocommerce .widget_price_filter .price_slider_amount {
  line-height: 42px;
}

.woocommerce .widget_price_filter .price_slider_amount input {
  border     : none;
  height     : inherit;
  line-height: 1;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
  text-align : left;
  color      : #9b9b9b;
  font-size  : 15px;
  font-weight: 400;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label span {
  color : #f9bc01;
  border: none;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  float         : right;
  width         : inherit;
  height        : 42px;
  line-height   : 42px;
  background    : transparent;
  font-family   : "Montserrat", sans-serif;
  font-size     : 13px;
  font-weight   : 700;
  text-transform: uppercase;
  color         : #222222;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  color: #f9bc01;
}

/*------------------------------------*\
    #Heading
\*------------------------------------*/
.heading .heading-subtitle {
  font-family  : "Montserrat", sans-serif;
  color        : #f9bc01;
  font-size    : 16px;
  font-weight  : 600;
  line-height  : 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .heading .heading-subtitle {
    margin-bottom: 10px;
  }
}

.heading .heading-title {
  font-size    : 32px;
  line-height  : 42px;
  margin-bottom: 0;
}

.heading .heading-desc {
  margin-top   : 25px;
  font-size    : 18px;
  line-height  : 28px;
  margin-bottom: 0;
}

.heading.text-light .heading-subtitle {
  color: #ffffff;
}

.heading.text-light .heading-title {
  color: #ffffff;
}

.heading.text-light .heading-desc {
  color: #ffffff;
}

.heading-3 .heading-title {
  width  : 50%;
  display: inline-block;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .heading-3 .heading-title {
    width  : 100%;
    display: block;
  }
}

.heading-3 .heading-desc {
  width     : 50%;
  display   : inline-block;
  margin-top: 0;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .heading-3 .heading-desc {
    margin-top: 30px;
    width     : 100%;
    display   : block;
  }
}

.heading-2 .heading-subtitle {
  font-size: 16px;
}

.heading-2 .heading-title {
  font-size  : 50px;
  line-height: 55px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .heading-2 .heading-title {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .heading-2 .heading-title {
    font-size  : 40px;
    line-height: 45px;
  }
}

.heading-2 .heading-desc {
  margin-top: 35px;
}

.heading-4 .heading-title {
  font-size  : 45px;
  line-height: 55px;
}

.heading-5 .heading-title {
  font-size  : 50px;
  line-height: 60px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .heading-5 .heading-title {
    font-size  : 40px;
    line-height: 50px;
  }
}

.heading-5 .heading-title+.heading-desc {
  margin-top: 28px;
}

@media only screen and (min-width: 991px) {
  .heading-1.text-center .heading-desc {
    width       : 570px;
    margin-right: auto;
    margin-left : auto;
  }
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .heading .heading-title {
    font-size  : 30px;
    line-height: 36px;
  }

  .heading .heading-subtitle {
    line-height: 1.5;
  }

  .heading br {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .heading-2.text-left .heading-title {
    text-align: left;
  }
}

@media only screen and (max-width: 1200px) {
  .heading-4 .heading-title {
    font-size  : 28px;
    line-height: 36px;
  }
}

/*------------------------------------*\
    #Skills
\*------------------------------------*/
.skills .progressbar {
  margin-bottom: 27px;
}

.skills .progress {
  height            : 5px;
  background-color  : #eeeeee;
  border-radius     : 0;
  -webkit-box-shadow: none;
  box-shadow        : none;
  padding           : 0;
  width             : 100%;
  margin-bottom     : 0;
}

.skills .progress-bar {
  height            : 5px;
  background-color  : #f9bc01;
  border-radius     : 0;
  -webkit-box-shadow: none;
  box-shadow        : none;
  width             : 0;
}

.skills .progress-title {
  display      : block;
  position     : relative;
  width        : 100%;
  margin-bottom: 6px;
  line-height  : 1;
}

.skills .progress-title .title {
  font-family   : "Montserrat", sans-serif;
  color         : #222222;
  font-size     : 14px;
  font-weight   : 700;
  line-height   : 1;
  margin-bottom : 2px;
  text-transform: capitalize;
}

.skills .progress-title .value {
  font-family       : "Montserrat", sans-serif;
  font-size         : 14px;
  line-height       : 19px;
  font-weight       : 700;
  line-height       : inherit;
  text-transform    : uppercase;
  padding-top       : 0;
  position          : absolute;
  margin-left       : -27px;
  -webkit-transition: opacity 500ms 300ms linear;
  -o-transition     : opacity 500ms 300ms linear;
  transition        : opacity 500ms 300ms linear;
}

.zy_wrapper .skills:last-of-type .progressbar {
  margin-bottom: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .skills .heading {
    margin-bottom: 30px;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skills .heading {
    margin-bottom: 30px;
  }
}

.pie-chart .rounded-skill {
  min-height: 160px;
}

.pie-chart .rounded-skill .prcentage {
  font-family  : "Montserrat", sans-serif;
  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         : #f9bc01;
  line-height   : inherit;
  text-transform: uppercase;
}

.pie-chart .rounded-skill .prcent {
  font-size: 43px;
}

.pie-chart .rounded-skill .symbol {
  font-size: 23px;
}

.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        : #f9bc01;
  font-size    : 40px;
}

.pie-chart .skill-name h6 {
  font-size    : 16px;
  font-weight  : 600;
  line-height  : 1;
  margin-top   : 40px;
  margin-bottom: 0;
}

.pie-chart .skill-name p {
  margin-top   : 30px;
  margin-bottom: 0;
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 991px) {
  .pie-chart .skill {
    margin-bottom: 30px;
  }

  .pie-chart .skill .skill-name h6 {
    margin-top: 20px;
  }
}

/*------------------------------------*\
    #Carousel
\*------------------------------------*/
.owl-nav.disabled {
  display: none;
}

.carousel.owl-carousel .owl-item img {
  width: inherit;
}

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

.carousel-dots button.owl-dot,
.carousel-dots button.owl-dot:focus {
  padding           : 0;
  background-color  : transparent;
  border            : none;
  outline           : none;
  -webkit-box-shadow: none;
  box-shadow        : none;
}

.carousel-dots .owl-dots {
  text-align : center;
  line-height: 1;
  margin-top : 40px;
}

.carousel-dots .owl-dots .owl-dot span {
  height          : 10px;
  width           : 10px;
  border-radius   : 50%;
  background-color: #222222;
  border          : 3px solid #222222;
  margin          : 0 4px;
  display         : inline-block;
  cursor          : pointer;
}

.carousel-dots .owl-dots .owl-dot.active span {
  background-color: #f9bc01;
  border-color    : #f9bc01;
}

.carousel-dots.carousel-white .owl-dots .owl-dot span {
  border-color: rgba(255, 255, 255, 0.5);
}

.carousel-dots.carousel-white .owl-dots .owl-dot.active span {
  background-color: #ffffff;
  border-color    : #ffffff;
}

.carousel-dots.carousel-theme .owl-dots .owl-dot.active span {
  background-color: #f9bc01;
  border-color    : #f9bc01;
}

.carousel-navs .owl-nav span {
  font-size: 0;
}

.carousel-navs .owl-nav [class*="owl-"] {
  position          : absolute;
  top               : 50%;
  height            : auto;
  width             : auto;
  -webkit-transform : translateY(-50%);
  -ms-transform     : translateY(-50%);
  transform         : translateY(-50%);
  color             : #ffffff;
  font-size         : 0;
  font-weight       : 400;
  background-color  : transparent;
  text-align        : center;
  padding           : 0;
  border-radius     : 0;
  -webkit-transition: all 0.35s;
  -o-transition     : all 0.35s;
  transition        : all 0.35s;
  cursor            : pointer;
}

.carousel-navs .owl-nav [class*="owl-"]:before {
  position          : absolute;
  z-index           : 4;
  top               : 20%;
  right             : 0;
  font-size         : 9px;
  font-family       : "icomoon";
  font-weight       : 700;
  color             : #ffffff;
  -webkit-transition: 300ms ease-in-out;
  -o-transition     : 300ms ease-in-out;
  transition        : 300ms ease-in-out;
}

.carousel-navs .owl-nav [class*="owl-"]:hover:before {
  color: #f9bc01;
}

.carousel-navs .owl-nav .owl-prev {
  left: 40px;
}

.carousel-navs .owl-nav .owl-prev::before {
  content: "\e901";
}

.carousel-navs .owl-nav .owl-next {
  right: 40px;
}

.carousel-navs .owl-nav .owl-next::before {
  content: "\e902";
}

.carousel-navs .owl-dots {
  position: absolute;
  bottom  : 20px;
  width   : 100%;
}

.carousel-navs .owl-dots .owl-dot span {
  background-color: transparent;
  border          : 1px solid #ffffff;
}

.carousel-navs .owl-dots .owl-dot.active span,
.carousel-navs .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

/*------------------------------------*\
    #portfolio
\*------------------------------------*/
/* portfolio Filter */
.portfolio-filter {
  text-align   : center;
  margin-bottom: 26px;
}

.portfolio-filter li {
  display: inline-block;
}

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

.portfolio-filter li a {
  font-family   : "Montserrat", sans-serif;
  color         : #222222;
  font-size     : 13px;
  font-weight   : 700;
  line-height   : 1;
  margin-right  : 20px;
  text-transform: capitalize;
}

.portfolio-filter li a:hover {
  color: #f9bc01;
}

.portfolio-filter li a.active-filter {
  color: #f9bc01;
}

/* portfolio Item */
.portfolio-item {
  margin-bottom: 30px;
}

.portfolio-item .portfolio-item-container {
  overflow: hidden;
}

.portfolio-item .portfolio-img {
  position: relative;
  overflow: hidden;
}

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

.portfolio-item .portfolio-title h4 {
  color         : #222222;
  font-size     : 20px;
  font-weight   : 600;
  line-height   : 28px;
  margin-bottom : 0;
  text-transform: capitalize;
}

.portfolio-item .portfolio-title a {
  color: #222222;
}

.portfolio-item .portfolio-title a:hover:hover {
  color: #f9bc01;
}

.portfolio-item .portfolio-cat {
  color: #f9f9f9;
}

.portfolio-item .portfolio-cat a {
  color       : #f9f9f9;
  font-size   : 15px;
  line-height : 1;
  position    : relative;
  padding-left: 7px;
}

.portfolio-item .portfolio-cat a:hover:hover {
  color: #222222;
}

.portfolio-item .portfolio-cat a:first-of-type {
  padding-left: 0;
}

.portfolio-item .portfolio-zoom a {
  display : inline-block;
  position: absolute;
  top     : 49px;
  left    : 49px;
  width   : 20px;
  height  : 20px;
}

.portfolio-item .portfolio-zoom a:before {
  position        : absolute;
  content         : "";
  left            : -10px;
  top             : -1px;
  width           : 20px;
  height          : 2px;
  background-color: white;
}

.portfolio-item .portfolio-zoom a:after {
  position        : absolute;
  content         : "";
  left            : -1px;
  top             : -10px;
  width           : 2px;
  height          : 20px;
  background-color: white;
}

.portfolio-item .portfolio-zoom a:hover:before,
.portfolio-item .portfolio-zoom a:hover:after {
  background-color: #222222;
}

.portfolio-item .portfolio-content {
  padding   : 23px 10px 0;
  text-align: center;
}

/* portfolio Grid */
.portfolio-grid .portfolio-item .portfolio-content {
  padding   : 0;
  position  : absolute;
  bottom    : 36px;
  left      : 40px;
  text-align: left;
}

.portfolio-grid .portfolio-item .portfolio-title h4 a {
  color: #ffffff;
}

.portfolio-grid .portfolio-item .portfolio-title h4 a:hover {
  color: #222222;
}

.portfolio-grid .portfolio-item .portfolio-cat {
  margin-bottom: 4px;
}

.portfolio-grid .portfolio-item .portfolio-cat a {
  color: #f9f9f9;
}

.portfolio-grid .portfolio-item .portfolio-cat a:hover {
  color: #222222;
}

/* portfolio Grid */
.portfolio-gallery:not(.portfolio-single)>.container {
  width        : 100%;
  padding-right: 0;
  padding-left : 0;
  max-width    : inherit;
}

.portfolio-gallery:not(.portfolio-single)>.row [class*="col-"] {
  padding-left : 0;
  padding-right: 0;
}

.portfolio-gallery:not(.portfolio-single) .portfolio-item {
  margin-bottom: 0;
  padding      : 0;
}

.portfolio-gallery:not(.portfolio-single) .portfolio-item .portfolio-img {
  border-radius: 0;
}

.portfolio-gallery:not(.portfolio-single) .portfolio-item .portfolio-content {
  padding   : 0;
  position  : absolute;
  bottom    : 36px;
  left      : 40px;
  text-align: left;
}

.portfolio-gallery:not(.portfolio-single) .portfolio-item .portfolio-title h4 a {
  color: #ffffff;
}

.portfolio-gallery:not(.portfolio-single) .portfolio-item .portfolio-title h4 a:hover {
  color: #222222;
}

.portfolio-gallery:not(.portfolio-single) .portfolio-item .portfolio-cat a {
  color: #f9f9f9;
}

.portfolio-gallery:not(.portfolio-single) .portfolio-item .portfolio-cat a:hover {
  color: #222222;
}

/* portfolio-standard */
.portfolio-standard .portfolio-item {
  margin-bottom: 50px;
}

.portfolio-standard .portfolio-item .portfolio-content {
  text-align  : left;
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  .portfolio-standard .portfolio-item .portfolio-content {
    text-align: center;
  }
}

.portfolio-standard .portfolio-item .portfolio-cat {
  margin-top: 5px;
  color     : #333333;
}

.portfolio-standard .portfolio-item .portfolio-cat a {
  color: #333333;
}

.portfolio-standard .portfolio-item .portfolio-cat a:hover {
  color: #f9bc01;
}

.portfolio-standard .portfolio-item .portfolio-zoom a {
  top        : 50%;
  left       : 50%;
  margin-left: -10px;
  margin-top : -10px;
}

/* portfolio Parallax */
.portfolio-parallax .portfolio-item {
  margin-bottom: 0;
}

.portfolio-parallax .portfolio-item .portfolio-img {
  min-height           : 650px;
  background-attachment: fixed;
  background-size      : cover;
  border-radius        : 0;
}

.portfolio-parallax .portfolio-item .portfolio-content {
  padding-top   : 90px;
  padding-bottom: 90px;
  text-align    : center;
}

.portfolio-parallax .portfolio-item .portfolio-title h4 {
  font-size: 30px;
}

.portfolio-parallax .portfolio-item .portfolio-title h4 a {
  color: #222222;
}

.portfolio-parallax .portfolio-item .portfolio-title h4 a:hover {
  color: #f9bc01;
}

.portfolio-parallax .portfolio-item .portfolio-cat {
  font-size    : 13px;
  margin-bottom: 21px;
  color        : #222222;
}

.portfolio-parallax .portfolio-item .portfolio-cat a {
  color: #222222;
}

.portfolio-parallax .portfolio-item .portfolio-cat a:hover {
  color: #f9bc01;
}

/* Portfolio Carousel */
.portfolio-carousel .carousel-dots .owl-dots {
  margin-top: 15px;
}

/* Portfolio Hover */
.portfolio-item .portfolio-hover {
  position        : absolute;
  top             : 0;
  left            : 0;
  width           : 100%;
  height          : 100%;
  cursor          : pointer;
  background-color: #f9bc01;
  text-align      : center;
}

.portfolio-item .portfolio-hover .portfolio-title {
  opacity           : 0;
  -webkit-transition: all 200ms 900ms linear;
  -o-transition     : all 200ms 900ms linear;
  transition        : all 200ms 900ms linear;
}

.portfolio-item .portfolio-hover .portfolio-cat {
  opacity           : 0;
  -webkit-transition: all 200ms 700ms linear;
  -o-transition     : all 200ms 700ms linear;
  transition        : all 200ms 700ms linear;
}

.portfolio-item .portfolio-hover .portfolio-zoom {
  opacity           : 0;
  -webkit-transition: all 200ms 500ms linear;
  -o-transition     : all 200ms 500ms linear;
  transition        : all 200ms 500ms linear;
}

.portfolio-item .portfolio-hover.portfolio-hover-fade {
  -webkit-transition: opacity 400ms ease-in-out;
  -o-transition     : opacity 400ms ease-in-out;
  transition        : opacity 400ms ease-in-out;
  opacity           : 0;
}

.portfolio-item .portfolio-hover.portfolio-hover-centered {
  -webkit-transition: all 400ms ease-in-out;
  -o-transition     : all 400ms ease-in-out;
  transition        : all 400ms ease-in-out;
  -webkit-transform : scale(0.4);
  -ms-transform     : scale(0.4);
  transform         : scale(0.4);
  opacity           : 0;
}

.portfolio-item .portfolio-hover.portfolio-hover-slidedown {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition     : all 300ms ease-in-out;
  transition        : all 300ms ease-in-out;
  -webkit-transform : translateY(-100%);
  -ms-transform     : translateY(-100%);
  transform         : translateY(-100%);
}

.portfolio-item .portfolio-hover.portfolio-hover-slideleft {
  -webkit-transition      : -webkit-transform 300ms linear;
  transition              : -webkit-transform 300ms linear;
  -o-transition           : transform 300ms linear;
  transition              : transform 300ms linear;
  transition              : transform 300ms linear, -webkit-transform 300ms linear;
  -webkit-transform       : scale(0, 1);
  -ms-transform           : scale(0, 1);
  transform               : scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin    : right top;
  transform-origin        : right top;
}

.portfolio-item:hover .portfolio-title,
.portfolio-item:hover .portfolio-cat,
.portfolio-item:hover .portfolio-zoom {
  opacity: 1;
}

.portfolio-item:hover .portfolio-hover-fade {
  opacity: 1;
}

.portfolio-item:hover .portfolio-hover-centered {
  -webkit-transform: scale(1);
  -ms-transform    : scale(1);
  transform        : scale(1);
  opacity          : 1;
}

.portfolio-item:hover .portfolio-hover-slidedown {
  -webkit-transform: translateY(0);
  -ms-transform    : translateY(0);
  transform        : translateY(0);
}

.portfolio-item:hover .portfolio-hover-slideleft {
  -webkit-transition      : -webkit-transform 300ms linear;
  transition              : -webkit-transform 300ms linear;
  -o-transition           : transform 300ms linear;
  transition              : transform 300ms linear;
  transition              : transform 300ms linear, -webkit-transform 300ms linear;
  -webkit-transform       : scale(1, 1);
  -ms-transform           : scale(1, 1);
  transform               : scale(1, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin    : left top;
  transform-origin        : left top;
}

/* Portfolio Single */
.portfolio-single .portfolio-img img {
  margin-bottom: 30px;
  max-width    : 100%;
}

.portfolio-single .portfolio-title h3 {
  color         : #222222;
  font-size     : 30px;
  font-weight   : 700;
  line-height   : 1;
  margin-bottom : 28px;
  text-transform: capitalize;
}

.portfolio-single .portfolio-content {
  text-align: left;
}

.portfolio-single .portfolio-content p {
  color        : #9b9b9b;
  font-size    : 16px;
  font-weight  : 400;
  line-height  : 25px;
  margin-bottom: 23px;
}

.portfolio-single .portfolio-list {
  margin-bottom: 40px;
}

.portfolio-single .portfolio-list li {
  font-size     : 15px;
  font-weight   : 400;
  line-height   : 40px;
  color         : #9b9b9b;
  text-transform: capitalize;
}

.portfolio-single .portfolio-list li a {
  color: #9b9b9b;
}

.portfolio-single .portfolio-list li a:hover {
  color: #f9bc01;
}

.portfolio-single .portfolio-list li span {
  font-family: "Montserrat", sans-serif;
  font-size  : 14px;
  color      : #222222;
  font-weight: 700;
  width      : 40%;
  display    : inline-block;
}

.portfolio-single .portfolio-share span {
  color         : #222222;
  font-size     : 13px;
  font-weight   : 700;
  line-height   : 30px;
  text-transform: capitalize;
  display       : inline-block;
  width         : 40%;
}

.portfolio-single .portfolio-share a {
  color       : #222222;
  font-size   : 16px;
  line-height : 1;
  margin-right: 20px;
  height      : 26px;
  display     : inline-block;
  overflow    : hidden;
}

.portfolio-single .portfolio-share a i {
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
  display           : block;
  line-height       : 26px;
}

.portfolio-single .portfolio-share a i:last-child {
  color: #f9bc01;
}

.portfolio-single .portfolio-share a:hover i:first-child {
  margin-top: -26px;
}

.portfolio-single .portfolio-share a:last-of-type {
  margin-right: 0;
}

.portfolio-single .carousel-navs .owl-nav [class*="owl-"]:before {
  font-size         : 9px;
  height            : 50px;
  width             : 50px;
  line-height       : 50px;
  background-color  : #ffffff;
  color             : #222222;
  display           : inline-block;
  -webkit-transition: all 300ms linear;
  -o-transition     : all 300ms linear;
  transition        : all 300ms linear;
}

@media screen and (max-width: 991px) {
  .portfolio-single .carousel-navs .owl-nav [class*="owl-"]:before {
    height     : 30px;
    width      : 30px;
    line-height: 30px;
    font-size  : 7px;
  }
}

.portfolio-single .carousel-navs .owl-nav .owl-next {
  right: 30px;
}

@media screen and (max-width: 991px) {
  .portfolio-single .carousel-navs .owl-nav .owl-next {
    right: 10px;
  }
}

.portfolio-single .carousel-navs .owl-nav .owl-prev {
  left: 80px;
}

@media screen and (max-width: 991px) {
  .portfolio-single .carousel-navs .owl-nav .owl-prev {
    left: 40px;
  }
}

.portfolio-single .carousel-navs .owl-nav .owl-next:hover:before,
.portfolio-single .carousel-navs .owl-nav .owl-prev:hover:before {
  background-color: #f9bc01;
  color           : #ffffff;
}

.portfolio-single .portfolio-masonry .portfolio-item .portfolio-zoom a {
  top              : 50%;
  left             : 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform    : translate(-50%, -50%);
  transform        : translate(-50%, -50%);
}

.portfolio-single .portfolio-masonry .portfolio-img img {
  margin-bottom: 0;
}

.portfolio-single.portfolio-big-masonry .portfolio-title h3 {
  margin-bottom: 28px;
}

.portfolio-single.portfolio-big-masonry .portfolio-masonry .portfolio-item:nth-child(3) {
  -ms-flex        : 0 0 50%;
  -webkit-box-flex: 0;
  flex            : 0 0 50%;
  max-width       : 50%;
}

.portfolio-single.portfolio-big-masonry .portfolio-masonry .portfolio-item:nth-child(4) {
  -ms-flex        : 0 0 50%;
  -webkit-box-flex: 0;
  flex            : 0 0 50%;
  max-width       : 50%;
}

.portfolio-single.portfolio-big-masonry .portfolio-masonry .portfolio-item:nth-child(4) .portfolio-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height : 255px;
}

.portfolio-single.portfolio-big-masonry .portfolio-masonry .portfolio-item:nth-child(4) .portfolio-img img {
  -o-object-fit: cover;
  object-fit   : cover;
}

.portfolio-single.portfolio-small-masonry .portfolio-masonry .portfolio-item:nth-child(4) {
  -ms-flex        : 0 0 100%;
  -webkit-box-flex: 0;
  flex            : 0 0 100%;
  max-width       : 100%;
}

.portfolio-single.portfolio-small-masonry .portfolio-masonry .portfolio-item:nth-child(4) .portfolio-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height : 430px;
}

.portfolio-single.portfolio-small-masonry .portfolio-masonry .portfolio-item:nth-child(4) .portfolio-img img {
  -o-object-fit: cover;
  object-fit   : cover;
}

.portfolio-single.portfolio-small-masonry .portfolio-masonry .portfolio-item:nth-child(2) {
  height: 730px;
}

.portfolio-single.portfolio-small-masonry .portfolio-masonry .portfolio-item:nth-child(2) .portfolio-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height : 730px;
}

.portfolio-single.portfolio-small-masonry .portfolio-masonry .portfolio-item:nth-child(2) .portfolio-img img {
  -o-object-fit: cover;
  object-fit   : cover;
}

.portfolio-single.portfolio-big-gallery .portfolio-item .portfolio-item-container,
.portfolio-single.portfolio-small-gallery .portfolio-item .portfolio-item-container {
  border-radius: 0;
}

.portfolio-single.portfolio-big-gallery .portfolio-item .portfolio-item-container .portfolio-img img,
.portfolio-single.portfolio-small-gallery .portfolio-item .portfolio-item-container .portfolio-img img {
  margin-bottom: 0;
}

.portfolio-prev-next {
  position  : relative;
  margin-top: 80px;
}

.portfolio-prev-next:after {
  position   : absolute;
  left       : 50%;
  top        : 10px;
  margin-left: -12px;
  color      : #222222;
  font-family: "Font Awesome 5 Free";
  content    : "\f009";
  font-size  : 23px;
  font-weight: 600;
  line-height: 28px;
}

.portfolio-prev-next .portfolio-next,
.portfolio-prev-next .portfolio-prev {
  position  : relative;
  min-height: 49px;
}

.portfolio-prev-next .portfolio-icon {
  position        : absolute;
  top             : 0;
  width           : 50px;
  height          : 50px;
  line-height     : 50px;
  text-align      : center;
  border-radius   : 2px;
  background-color: #f9f9f9;
}

.portfolio-prev-next .portfolio-icon a {
  text-align        : center;
  display           : block;
  color             : #222222;
  font-size         : 15px;
  font-weight       : 400;
  -webkit-transition: all 0.35s;
  -o-transition     : all 0.35s;
  transition        : all 0.35s;
}

.portfolio-prev-next .portfolio-icon a:hover {
  background-color: #f9bc01;
  color           : #ffffff;
}

.portfolio-prev-next .portfolio-bio {
  padding-top   : 6px;
  text-transform: capitalize;
}

.portfolio-prev-next .portfolio-bio p {
  color        : #b8b8b8;
  font-size    : 12px;
  line-height  : 1;
  margin-bottom: 4px;
}

.portfolio-prev-next .portfolio-bio a {
  color      : #222222;
  font-size  : 16px;
  font-weight: 600;
  line-height: 28px;
}

.portfolio-prev-next .portfolio-bio a:hover {
  color: #f9bc01;
}

.portfolio-prev-next .portfolio-prev .portfolio-icon {
  left: 0;
}

.portfolio-prev-next .portfolio-prev .portfolio-bio {
  padding-left: 65px;
}

.portfolio-prev-next .portfolio-next .portfolio-icon {
  right: 0;
}

.portfolio-prev-next .portfolio-next .portfolio-bio {
  padding-right: 65px;
  text-align   : right;
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 767px) {
  .portfolio-filter li a {
    margin-right: 10px;
    font-size   : 13px;
  }

  .portfolio-item .portfolio-img img,
  .portfolio .owl-carousel .owl-item img {
    width: 100%;
  }

  .portfolio-grid .portfolio-item-container,
  .portfolio-masonry .portfolio-item-container,
  .portfolio-standard .portfolio-item-container {
    max-width   : 370px;
    margin-right: auto;
    margin-left : auto;
  }

  .portfolio-gallery .portfolio-item-container {
    max-width   : 530px;
    margin-right: auto;
    margin-left : auto;
  }

  .portfolio-slider .carousel-navs .owl-nav .owl-next:before,
  .portfolio-slider .carousel-navs .owl-nav .owl-prev:before {
    font-size: 30px;
  }

  .portfolio-carousel .portfolio-item {
    max-width   : 370px;
    margin-right: auto;
    margin-left : auto;
  }

  .portfolio-carousel .portfolio-item .portfolio-img {
    max-width   : 370px;
    margin-right: auto;
    margin-left : auto;
  }

  .portfolio-prev-next {
    padding-top: 0;
  }

  .portfolio-prev-next .portfolio-next,
  .portfolio-prev-next .portfolio-prev {
    margin: 0;
  }

  .portfolio-single.portfolio-big-masonry .portfolio-masonry .portfolio-item:nth-child(3) {
    -ms-flex        : 0 0 100%;
    -webkit-box-flex: 0;
    flex            : 0 0 100%;
    max-width       : 100%;
  }

  .portfolio-single.portfolio-big-masonry .portfolio-masonry .portfolio-item:nth-child(4) {
    -ms-flex        : 0 0 100%;
    -webkit-box-flex: 0;
    flex            : 0 0 100%;
    max-width       : 100%;
  }
}

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

  .portfolio-carousel .portfolio-item {
    max-width   : 370px;
    margin-right: auto;
    margin-left : auto;
  }

  .portfolio-carousel .portfolio-item .portfolio-img {
    max-width   : 370px;
    margin-right: auto;
    margin-left : auto;
  }

  .portfolio-single .portfolio-list {
    padding: 0;
  }

  .portfolio-single.portfolio-big-masonry .portfolio-masonry .portfolio-item {
    -ms-flex        : 0 0 50%;
    -webkit-box-flex: 0;
    flex            : 0 0 50%;
    max-width       : 50%;
  }
}

/*------------------------------------*\
    #Features
\*------------------------------------*/
.features .feature-panel {
  position: relative;
}

.features .feature-panel.text-center .feature-icon {
  margin-right: auto;
  margin-left : auto;
}

.features .feature-panel .feature-icon {
  font-size    : 64px;
  line-height  : 1;
  color        : #f9bc01;
  margin-bottom: 24px;
}

.features .feature-panel .feature-icon i {
  display           : inline-block;
  -webkit-transition: all 300ms linear;
  -o-transition     : all 300ms linear;
  transition        : all 300ms linear;
}

.features .feature-panel .feature-icon img {
  max-width: 50px;
  height   : auto;
}

.features .feature-panel .feature-content h3 {
  font-size    : 20px;
  font-weight  : 700;
  margin-bottom: 18px;
}

.features .feature-panel .feature-content p {
  font-size    : 16px;
  line-height  : 24px;
  margin-bottom: 0;
}

.features .feature-panel .feature-more {
  line-height: 1;
  margin-top : 20px;
}

.features .feature-panel .feature-more a {
  color         : #333333;
  font-size     : 14px;
  font-weight   : 600;
  line-height   : 1;
  text-transform: capitalize;
  position      : relative;
  display       : inline-block;
  overflow      : hidden;
  padding-left  : 20px;
}

.features .feature-panel .feature-more a i {
  margin-right      : 6px;
  position          : absolute;
  left              : 0;
  background        : #ffffff;
  z-index           : 1;
  -webkit-transition: all 300ms linear;
  -o-transition     : all 300ms linear;
  transition        : all 300ms linear;
}

.features .feature-panel .feature-more a span {
  display           : inline-block;
  -webkit-transition: all 300ms linear;
  -o-transition     : all 300ms linear;
  transition        : all 300ms linear;
}

.features .feature-panel:hover .feature-icon i {
  -webkit-animation: IconPulse 900ms infinite;
  animation        : IconPulse 900ms infinite;
}

.features .feature-panel:hover .feature-more a {
  color: #f9bc01;
}

.features-1 .feature-panel {
  padding           : 60px 50px;
  border            : 1px solid #eaeaea;
  -webkit-transition: all 300ms linear 0ms;
  -o-transition     : all 300ms linear 0ms;
  transition        : all 300ms linear 0ms;
}

.features-2 .feature-panel {
  margin-bottom: 40px;
  position     : relative;
}

.features-2 .feature-panel .feature-icon {
  font-size: 50px;
  position : absolute;
  left     : 0;
  top      : 0;
}

.features-2 .feature-panel .feature-content {
  padding-left: 85px;
  text-align  : left;
}

.features-2 .feature-panel .feature-content h4 {
  font-size: 18px;
}

.features-3 .feature-panel {
  padding   : 50px 40px;
  background: #fff;
  border    : 1px solid #eaeaea;
}

.features-3 .feature-panel .feature-icon {
  font-size: 50px;
}

.features-3 .feature-panel .feature-content h3 {
  font-size: 18px;
}

.features-4 .feature-panel {
  padding           : 70px 20px 56px 20px;
  -webkit-transition: all 300ms linear 0ms;
  -o-transition     : all 300ms linear 0ms;
  transition        : all 300ms linear 0ms;
  -webkit-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.1);
  box-shadow        : 0px 1px 73px 0px rgba(40, 40, 40, 0.1);
}

@keyframes IconPulse {
  0% {
    -webkit-transform: scale(0.95);
    transform        : scale(0.95);
    opacity          : 0.8;
  }

  50% {
    -webkit-transform: scale(1);
    transform        : scale(1);
    opacity          : 1;
  }

  100% {
    -webkit-transform: scale(0.95);
    transform        : scale(0.95);
    opacity          : 0.8;
  }
}

@-webkit-keyframes IconPulse {
  0% {
    -webkit-transform: scale(0.95);
    transform        : scale(0.95);
    opacity          : 0.7;
  }

  50% {
    -webkit-transform: scale(1);
    transform        : scale(1);
    opacity          : 1;
  }

  100% {
    -webkit-transform: scale(0.95);
    transform        : scale(0.95);
    opacity          : 0.7;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 991px) {
  .features .feature-panel {
    max-width : 370px;
    margin    : 0 auto 30px auto;
    text-align: center;
  }

  .features-1 .feature-panel {
    padding: 70px 20px 56px 20px;
  }
}

/*------------------------------------*\
    #Fancy Box
\*------------------------------------*/
.fancy-box {
  position          : relative;
  -webkit-box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.1);
  box-shadow        : 0px 1px 73px 0px rgba(40, 40, 40, 0.1);
  text-align        : center;
  overflow          : hidden;
  cursor            : pointer;
}

.fancy-box.fancy-1 .fancy-content {
  padding: 85px 40px;
}

.fancy-box.fancy-1 .fancy-content .fancy-content-inner {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition     : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
  -webkit-transform : translateY(15px);
  -ms-transform     : translateY(15px);
  transform         : translateY(15px);
}

.fancy-box.fancy-1 .fancy-icon {
  font-size    : 64px;
  line-height  : 1;
  color        : #f9bc01;
  margin-bottom: 24px;
}

.fancy-box.fancy-1 .fancy-icon i {
  display           : inline-block;
  -webkit-transition: all 300ms linear;
  -o-transition     : all 300ms linear;
  transition        : all 300ms linear;
}

.fancy-box.fancy-1 h3 {
  font-size    : 18px;
  font-weight  : 600;
  margin-bottom: 0;
}

.fancy-box.fancy-1 .fancy-desc {
  font-size         : 16px;
  line-height       : 24px;
  margin-top        : 18px;
  opacity           : 0;
  visibility        : hidden;
  -webkit-transform : translateY(20px);
  -ms-transform     : translateY(20px);
  transform         : translateY(20px);
  height            : 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition     : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}

.fancy-box.fancy-1 .fancy-img {
  margin-bottom     : 30px;
  border-radius     : 6px;
  overflow          : hidden;
  -webkit-transition: all 0.2s linear;
  -o-transition     : all 0.2s linear;
  transition        : all 0.2s linear;
}

.fancy-box.fancy-1 .fancy-img:hover {
  -webkit-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  box-shadow        : 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  -webkit-transform : translateY(-10px);
  -ms-transform     : translateY(-10px);
  transform         : translateY(-10px);
}

.fancy-box.fancy-1.display-hover:hover .fancy-content-inner {
  -webkit-transform: translateY(-27px);
  -ms-transform    : translateY(-27px);
  transform        : translateY(-27px);
}

.fancy-box.fancy-1.display-hover:hover .fancy-desc {
  opacity          : 1;
  visibility       : visible;
  height           : 100%;
  -webkit-transform: translateY(-32px);
  -ms-transform    : translateY(-32px);
  transform        : translateY(-32px);
}

.fancy-box.fancy-2 .fancy-content {
  padding: 60px;
}

.fancy-box.fancy-2 .fancy-icon {
  font-size    : 30px;
  line-height  : 1;
  color        : #222222;
  margin-bottom: 108px;
}

.fancy-box.fancy-2 .fancy-icon i {
  display           : inline-block;
  -webkit-transition: all 300ms linear;
  -o-transition     : all 300ms linear;
  transition        : all 300ms linear;
}

.fancy-box.fancy-2 h3 {
  font-size    : 20px;
  font-weight  : 600;
  line-height  : 29px;
  max-width    : 80%;
  margin-bottom: 0;
}

.fancy-box.fancy-2 .fancy-desc {
  font-size  : 16px;
  line-height: 24px;
  margin-top : 18px;
}

.fancy-box.fancy-light {
  background-color: white;
}

.fancy-box.fancy-light .fancy-icon {
  color: #222222;
}

.fancy-box.fancy-dark {
  background-color: #282828;
}

.fancy-box.fancy-dark .fancy-icon,
.fancy-box.fancy-dark h3,
.fancy-box.fancy-dark .fancy-desc {
  color: #ffffff;
}

.fancy-box.fancy-primary {
  background-color: #f9bc01;
}

.fancy-box.fancy-primary .fancy-icon,
.fancy-box.fancy-primary h3,
.fancy-box.fancy-primary .fancy-desc {
  color: #ffffff;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 1200px) {
  .fancy-box {
    max-width   : 570px;
    margin-right: auto;
    margin-left : auto;
  }

  .fancy-box.fancy-2 {
    text-align: center;
  }

  .fancy-box.fancy-2 .fancy-content {
    padding: 50px 30px;
  }

  .fancy-box.fancy-2 .fancy-content .fancy-icon {
    margin-bottom: 40px;
    text-align   : center;
  }

  .fancy-box.fancy-2 .fancy-content h3 {
    max-width : initial;
    text-align: center;
  }

  .fancy-box.fancy-2 .fancy-content .fancy-desc {
    text-align: center;
  }
}

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

/*--------------------------------
    #pricing
---------------------------------*/
.pricing .pricing-panel {
  text-align        : left;
  background-color  : #fff;
  padding           : 40px 40px 50px 40px;
  overflow          : hidden;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
  box-shadow        : 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
}

.pricing .pricing-panel .pricing-heading {
  margin-bottom: 12px;
}

.pricing .pricing-panel .pricing-heading h4 {
  font-size     : 16px;
  font-weight   : 600;
  line-height   : 1;
  color         : #f9bc01;
  margin-bottom : 0;
  padding-bottom: 17px;
  position      : relative;
  border-bottom : 3px solid #f9bc01;
}

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

.pricing .pricing-panel .pricing-heading p {
  font-family  : "Montserrat", sans-serif;
  font-size    : 70px;
  font-weight  : 600;
  color        : #222222;
  line-height  : 1;
  margin-bottom: 15px;
}

.pricing .pricing-panel .pricing-heading p .currency {
  font-size  : 28px;
  font-weight: 700;
}

.pricing .pricing-panel .pricing-heading p .time {
  font-size  : 13px;
  font-weight: 700;
}

.pricing .pricing-panel .pricing-body {
  padding: 15px 0;
}

.pricing .pricing-panel .pricing-body ul {
  margin-bottom: 14px;
}

.pricing .pricing-panel .pricing-body ul li {
  font-size  : 16px;
  line-height: 35px;
}

.pricing .pricing-panel.pricing-active {
  background-color: #f9bc01;
}

.pricing .pricing-panel.pricing-active .pricing-heading h4 {
  color              : #ffffff;
  border-bottom-color: #ffffff;
}

.pricing .pricing-panel.pricing-active .pricing-heading .pricing-desc {
  color: #f9f9f9;
}

.pricing .pricing-panel.pricing-active .pricing-heading p {
  color: #ffffff;
}

.pricing .pricing-panel.pricing-active .pricing-body li {
  color: #f9f9f9;
}

.pricing-1 .pricing-panel .pricing-heading .pricing-desc {
  margin-bottom: 46px;
}

@media only screen and (max-width: 991px) {
  .pricing {
    margin-bottom: 30px;
  }

  .pricing .pricing-panel {
    padding  : 25px;
    max-width: 400px;
    margin   : 0 auto;
  }

  .pricing .pricing-panel .pricing-heading p {
    font-size: 55px;
  }
}

/*------------------------------------*\
    #Team
\*------------------------------------*/
.team .member {
  -webkit-transition: all 300ms linear 0ms;
  -o-transition     : all 300ms linear 0ms;
  transition        : all 300ms linear 0ms;
  text-align        : center;
  margin-bottom     : 30px;
}

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

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

.team .member .member-overlay {
  position          : absolute;
  bottom            : 0;
  left              : 0;
  width             : 100%;
  height            : 0;
  background-color  : rgba(249, 188, 1, 0.95);
  -webkit-transition: all 300ms linear 0ms;
  -o-transition     : all 300ms linear 0ms;
  transition        : all 300ms linear 0ms;
}

.team .member .member-overlay .member-social {
  position          : absolute;
  bottom            : 40px;
  left              : 0;
  width             : 100%;
  -webkit-transition: 0.3s ease;
  -o-transition     : 0.3s ease;
  transition        : 0.3s ease;
  opacity           : 0;
}

.team .member .member-overlay .member-social a {
  color       : #ffffff;
  font-size   : 18px;
  height      : 18px;
  display     : inline-block;
  overflow    : hidden;
  line-height : 1;
  margin-right: 20px;
}

.team .member .member-overlay .member-social a i {
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
  display           : block;
  line-height       : 18px;
}

.team .member .member-overlay .member-social a i:last-child {
  color: #222222;
}

.team .member .member-overlay .member-social a:hover i:first-child {
  margin-top: -18px;
}

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

.team .member:hover .member-overlay {
  height: 100%;
}

.team .member:hover .member-social {
  opacity: 1;
}

.team .member .member-info {
  padding-top       : 30px;
  -webkit-transition: 0.6s ease;
  -o-transition     : 0.6s ease;
  transition        : 0.6s ease;
}

.team .member .member-info h5 {
  text-transform: capitalize;
  font-size     : 20px;
  line-height   : 1;
  font-weight   : 600;
  margin-bottom : 10px;
}

.team .member .member-info h6 {
  font-family   : "Source Sans Pro", sans-serif;
  color         : #9b9b9b;
  font-size     : 15px;
  font-weight   : 400;
  line-height   : 18px;
  text-transform: capitalize;
  margin-bottom : 0;
}

.team-2 {
  padding-bottom: 0;
}

.team-2 .member {
  text-align: left;
}

.team-2 .member:hover {
  -webkit-box-shadow: 0 9px 30px rgba(40, 40, 40, 0.15);
  box-shadow        : 0 9px 30px rgba(40, 40, 40, 0.15);
}

.team-2 .member .member-img {
  border-radius: 0;
}

.team-2 .member .member-img:hover .member-info {
  opacity: 1;
}

.team-2 .member .member-overlay .member-social {
  position     : relative;
  top          : auto;
  left         : auto;
  bottom       : auto;
  margin-bottom: 22px;
  text-align   : left;
}

.team-2 .member .member-info {
  position: absolute;
  left    : 40px;
  bottom  : 40px;
  opacity : 0;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .team-2 .member .member-info {
    left  : 20px;
    bottom: 20px;
  }
}

.team-2 .member .member-info h5 {
  color: white;
}

.team-2 .member .member-info h6 {
  color: #f9f9f9;
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 991px) {
  .member {
    max-width: 370px;
    margin   : 0 auto 30px;
  }
}

/*------------------------------------*\
    #Contacts
\*------------------------------------*/
.contact-card .contact-image {
  max-width: 64px;
}

.contact-card .contact-image img {
  width        : 64px;
  height       : 64px;
  border-radius: 50%;
  margin-bottom: 30px;
}

.contact-card .contact-heading h4 {
  font-size    : 20px;
  line-height  : 1;
  margin-bottom: 21px;
}

.contact-card .contact-heading p {
  font-size    : 16px;
  line-height  : 23px;
  margin-bottom: 27px;
}

.contact-card .contact-content ul {
  padding   : 0;
  margin    : 0;
  list-style: none;
}

.contact-card .contact-content ul li {
  font-size    : 14px;
  line-height  : 16px;
  padding-left : 24px;
  position     : relative;
  margin-bottom: 20px;
}

.contact-card .contact-content ul li:last-child {
  margin-bottom: 0;
}

.contact-card .contact-content ul li i {
  position : absolute;
  left     : 0;
  top      : 0;
  font-size: 16px;
}

@media only screen and (max-width: 991px) {
  .contact-card {
    margin-bottom: 40px;
  }
}

/*------------------------------------*\
    #Client
\*------------------------------------*/
.clients .client-img {
  -webkit-transition: .3s ease;
  -o-transition     : .3s ease;
  transition        : .3s ease;
  padding           : 30px;
}

.clients .client-img:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform    : translateY(-5px);
  transform        : translateY(-5px);
}

.clients .client-img img {
  margin-right: auto;
  margin-left : auto;
  text-align  : center;
}

.clients.clients-grid .client-img {
  margin    : 15px auto 15px auto;
  text-align: center;
}

.clients.clients-grid .client-img:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform    : translateY(-5px);
  transform        : translateY(-5px);
}

/*------------------------------------*\
    #Testimonial
\*------------------------------------*/
.testimonial-panel {
  text-align: center;
}

.testimonial-panel .testimonial-img {
  margin    : 0 auto;
  width     : 74px;
  height    : 74px;
  text-align: center;
}

.testimonial-panel .testimonial-img img {
  height       : 70px;
  width        : 70px;
  line-height  : 70px;
  max-width    : auto;
  border-radius: 50%;
  padding      : 2px;
  border       : 2px solid #f9bc01;
  display      : inline-block;
}

.testimonial-panel .testimonial-icon {
  position     : relative;
  display      : inline-block;
  margin-bottom: 10px;
  width        : 30px;
  height       : 30px;
  fill         : #f9bc01;
  margin-top   : 36px;
}

.testimonial-panel .testimonial-body {
  position: relative;
}

.testimonial-panel .testimonial-body p {
  font-size    : 27px;
  font-style   : italic;
  line-height  : 41px;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .testimonial-panel .testimonial-body p {
    font-size  : 24px;
    line-height: 36px;
  }
}

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

.testimonial-panel .testimonial-meta h4 {
  font-weight   : 600;
  font-size     : 14px;
  line-height   : 1;
  margin-bottom : 6px;
  text-transform: capitalize;
}

.testimonial-panel .testimonial-meta p {
  color        : #9b9b9b;
  font-size    : 15px;
  font-weight  : 400;
  line-height  : 23px;
  margin-bottom: 0;
}

.testimonial-1 .testimonial-panel .testimonial-body {
  max-width   : 800px;
  margin-right: auto;
  margin-left : auto;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .testimonial-1 .testimonial-panel .testimonial-body {
    padding: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .testimonial-1 .testimonial-panel .testimonial-body p {
    font-size: 19px;
  }
}

.testimonial-1 .testimonial-panel .testimonial-meta {
  margin-top: 36px;
}

.testimonial-1 .testimonial-panel .testimonial-meta .testimonial-img {
  margin-bottom: 20px;
}

.testimonial-2 .testimonial-panel {
  padding         : 40px 0;
  background-color: #f9f9f9;
  text-align      : center;
}

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

.testimonial-2 .testimonial-panel .testimonial-icon {
  margin-top   : 0;
  margin-bottom: 12px;
}

.testimonial-2 .testimonial-panel .testimonial-body .testimonial-img {
  margin-bottom: 30px;
}

.testimonial-2 .testimonial-panel .testimonial-body p {
  font-family  : "Montserrat", sans-serif;
  font-size    : 16px;
  font-weight  : 600;
  text-align   : left;
  line-height  : 30px;
  margin-bottom: 30px;
  padding      : 0 36px 0 40px;
}

@media screen and (max-width: 991px) {
  .testimonial-2 .testimonial-panel .testimonial-body p {
    text-align: center;
  }
}

.testimonial-2 .testimonial-meta h4 {
  margin-bottom: 4px;
}

.testimonial-2 .owl-item {
  padding: 10px;
}

.testimonial-2 .carousel-dots .owl-dots {
  margin-top: 35px;
}

.testimonial-4 .testimonial-panel .testimonial-body {
  max-width   : 800px;
  margin-right: auto;
  margin-left : auto;
}

@media only screen and (max-width: 476px) {
  .testimonial-4 .testimonial-panel .testimonial-body {
    padding-left : 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1200px) {
  .testimonial-4 .testimonial-panel .testimonial-body {
    padding-left : 30px;
    padding-right: 30px;
  }
}

.testimonial-4 .owl-thumbs {
  text-align: center;
}

.testimonial-4 .owl-thumbs .testimonial-img {
  overflow: hidden;
  display : block;
  margin  : 0 10px 30px 10px;
  display : inline-block;
}

.testimonial-4 .owl-thumbs .testimonial-img img {
  width        : 54px;
  height       : 54px;
  border-radius: 50%;
  max-width    : inherit;
  padding      : 2px;
  border       : 2px solid transparent;
}

.testimonial-4 .owl-thumbs .testimonial-img.active img {
  width       : 64px;
  height      : 64px;
  border-color: #f9bc01;
}

@media only screen and (max-width: 800px) {
  .testimonial-navs .owl-nav {
    display: none;
  }
}

.testimonial-navs .owl-nav span {
  font-size: 0;
}

.testimonial-navs .owl-nav [class*="owl-"] {
  position          : absolute;
  top               : 20%;
  height            : auto;
  width             : auto;
  -webkit-transform : translateY(-20%);
  -ms-transform     : translateY(-20%);
  transform         : translateY(-20%);
  color             : #ffffff;
  font-size         : 0;
  font-weight       : 400;
  background-color  : transparent;
  text-align        : center;
  padding           : 0;
  border-radius     : 0;
  -webkit-transition: all 0.35s;
  -o-transition     : all 0.35s;
  transition        : all 0.35s;
  cursor            : pointer;
}

.testimonial-navs .owl-nav [class*="owl-"]:before {
  position          : absolute;
  z-index           : 4;
  top               : 20%;
  right             : 0;
  font-size         : 9px;
  font-family       : "icomoon";
  font-weight       : 700;
  color             : #9b9b9b;
  -webkit-transition: 300ms ease-in-out;
  -o-transition     : 300ms ease-in-out;
  transition        : 300ms ease-in-out;
}

.testimonial-navs .owl-nav [class*="owl-"]:hover:before {
  color: #f9bc01;
}

.testimonial-navs .owl-nav .owl-prev {
  left: 0;
}

.testimonial-navs .owl-nav .owl-prev::before {
  content: "\e901";
}

.testimonial-navs .owl-nav .owl-next {
  right: 0;
}

.testimonial-navs .owl-nav .owl-next::before {
  content: "\e902";
}

/*------------------------------------*\
    #Video
\*------------------------------------*/
.popup-video .video-button-wrap {
  position  : relative;
  text-align: center;
}

.popup-video .video-button-wrap .popup-video-btn {
  margin    : 0 auto;
  text-align: center;
  display   : inline-block;
  position  : relative;
}

.popup-video .video-button-wrap .popup-video-btn .player-icon {
  font-size         : 18px;
  width             : 80px;
  height            : 80px;
  line-height       : 80px;
  border-radius     : 50%;
  background-color  : #ffffff;
  color             : #f9bc01;
  position          : relative;
  display           : inline-block;
  -webkit-transition: all 300ms linear;
  -o-transition     : all 300ms linear;
  transition        : all 300ms linear;
}

.popup-video .video-button-wrap .popup-video-btn .player-icon:before {
  position          : absolute;
  left              : 50%;
  top               : 50%;
  margin-top        : -5px;
  margin-left       : -5px;
  width             : 10px;
  height            : 10px;
  line-height       : 10px;
  content           : "";
  border-radius     : 50%;
  background-color  : #f9bc01;
  -webkit-transition: all 200ms ease;
  -o-transition     : all 200ms ease;
  transition        : all 200ms ease;
}

.popup-video .video-button-wrap .popup-video-btn .player-icon:after {
  font-size         : 18px;
  width             : 80px;
  height            : 80px;
  line-height       : 80px;
  font-family       : "Font Awesome 5 Free";
  content           : "\f04b";
  border-radius     : 50%;
  color             : #ffffff;
  font-weight       : 600;
  -webkit-transition: all 400ms linear;
  -o-transition     : all 400ms linear;
  transition        : all 400ms linear;
  opacity           : 0;
}

.popup-video .video-button-wrap .popup-video-btn .player-icon:hover {
  background-color: #f9bc01;
}

.popup-video .video-button-wrap .popup-video-btn .player-icon:hover:before {
  opacity: 0;
}

.popup-video .video-button-wrap .popup-video-btn .player-icon:hover:after {
  opacity: 1;
}

.popup-video .video-button-wrap .popup-video-btn .player-text {
  font-family   : "Montserrat", sans-serif;
  color         : #ffffff;
  font-size     : 13px;
  font-weight   : 700;
  text-transform: uppercase;
  margin-bottom : 0;
  line-height   : 1;
  margin-left   : 20px;
}

.popup-video .video-button-wrap .popup-video-btn:hover .player-icon {
  background-color: #f9bc01;
}

.popup-video .video-button-wrap .popup-video-btn:hover .player-icon:before {
  opacity: 0;
}

.popup-video .video-button-wrap .popup-video-btn:hover .player-icon:after {
  opacity: 1;
}

.popup-video .video-button-wrap .popup-video-btn:hover .player-text {
  color: #f9bc01;
}

.popup-video .video-button-wrap.player-dark .popup-video-btn .player-icon {
  background: #222222;
}

.popup-video .video-button-wrap.player-dark .popup-video-btn .player-icon:before {
  color: #ffffff;
}

.popup-video .video-button-wrap.player-dark .popup-video-btn:hover .player-icon {
  background: #f9bc01;
}

.popup-video .video-button-wrap.player-dark .popup-video-btn:hover .player-icon:after {
  color: #ffffff;
}

.popup-video .video-button-wrap.player-theme .popup-video-btn .player-icon {
  background: #f9bc01;
}

.popup-video .video-button-wrap.player-theme .popup-video-btn .player-icon:before {
  background-color: #ffffff;
}

.popup-video .video-button-wrap.player-theme .popup-video-btn:hover .player-icon {
  background: #222222;
}

.popup-video .video-button-wrap.player-theme .popup-video-btn:hover .player-icon:after {
  color: #f9bc01;
}

.popup-video.popup-video-1 {
  position: relative;
  width   : 100%;
  height  : 80px;
}

.popup-video.popup-video-1 .video-button-wrap {
  position         : absolute;
  left             : 50%;
  top              : 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform    : translate(-50%, -50%);
  transform        : translate(-50%, -50%);
}

.popup-video.popup-video-1:hover .video-button-wrap .popup-video-btn .player-icon {
  background-color: #f9bc01;
}

.popup-video.popup-video-1:hover .video-button-wrap .popup-video-btn .player-icon:before {
  opacity: 0;
}

.popup-video.popup-video-1:hover .video-button-wrap .popup-video-btn .player-icon:after {
  opacity: 1;
}

.popup-video.popup-video-2 .video-button-wrap .popup-video-btn .player-icon {
  background-color: #f9bc01;
}

.popup-video.popup-video-2 .video-button-wrap .popup-video-btn .player-icon:before {
  opacity: 0;
}

.popup-video.popup-video-2 .video-button-wrap .popup-video-btn .player-icon:after {
  opacity: 1;
}

.popup-video.popup-video-3 .video-button-wrap .popup-video-btn .player-icon:before {
  opacity: 0;
}

.popup-video.popup-video-3 .video-button-wrap .popup-video-btn .player-icon:after {
  color  : #f9bc01;
  opacity: 1;
}

.popup-video.popup-video-3 .video-button-wrap .popup-video-btn:hover .player-icon:after {
  color: #ffffff;
}

/*------------------------------------*\
    #Counters
\*------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter .count-box {
    margin-bottom: 30px;
  }
}

.counter .count-box .counting {
  font-family  : "Montserrat", sans-serif;
  color        : #f9bc01;
  font-size    : 70px;
  font-weight  : 400;
  line-height  : 1;
  margin-bottom: 8px;
  position     : relative;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .counter .count-box .counting {
    font-size: 40px;
  }
}

.counter .count-box .count-title {
  font-family   : "Source Sans Pro", sans-serif;
  font-size     : 16px;
  font-weight   : 700;
  line-height   : 1;
  text-transform: capitalize;
}

.counter-light .count-box .counting {
  color: #ffffff;
}

.counter-light .count-box .count-title {
  color: #ffffff;
}

/*--------------------------------
    #services
---------------------------------*/
.services .service-panel {
  position     : relative;
  margin-bottom: 30px;
}

.services .service-panel .service-img {
  margin-bottom     : 36px;
  border-radius     : 6px;
  overflow          : hidden;
  -webkit-transition: all .2s linear;
  -o-transition     : all .2s linear;
  transition        : all .2s linear;
}

.services .service-panel .service-img img {
  max-width: 100%;
  height   : auto;
}

.services .service-panel .service-img:hover {
  -webkit-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  box-shadow        : 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  -webkit-transform : translateY(-10px);
  -ms-transform     : translateY(-10px);
  transform         : translateY(-10px);
}

.services .service-panel .service-content h4 {
  font-size    : 18px;
  font-weight  : 800;
  margin-bottom: 18px;
}

.services .service-panel .service-content h4 span {
  color       : #f9bc01;
  margin-right: 4px;
}

.services .service-panel .service-content p {
  font-size    : 14px;
  line-height  : 24px;
  margin-bottom: 20px;
}

.services .service-panel .service-more {
  line-height: 1;
}

.services .service-panel .service-more a {
  color         : #333333;
  font-size     : 13px;
  font-weight   : 700;
  line-height   : 1;
  text-transform: capitalize;
  position      : relative;
  display       : inline-block;
  overflow      : hidden;
}

.services .service-panel .service-more a i {
  margin-right      : 6px;
  -webkit-transition: all .3s linear;
  -o-transition     : all .3s linear;
  transition        : all .3s linear;
}

.services .service-panel .service-more a span {
  display           : inline-block;
  opacity           : 0;
  margin-left       : 8px;
  -webkit-transform : translateX(-15px);
  -ms-transform     : translateX(-15px);
  transform         : translateX(-15px);
  -webkit-transition: all .2s linear;
  -o-transition     : all .2s linear;
  transition        : all .2s linear;
}

.services .service-panel:hover .service-more a {
  color: #f9bc01;
}

.services .service-panel:hover .service-more span {
  opacity          : 1;
  -webkit-transform: translateX(0);
  -ms-transform    : translateX(0);
  transform        : translateX(0);
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .services .service-panel {
    text-align  : center;
    max-width   : 370px;
    margin-right: auto;
    margin-left : auto;
  }
}

/*------------------------------------*\
    #Call To Action
\*------------------------------------*/
.cta .cta-title {
  font-size    : 24px;
  margin-bottom: 8px;
  font-weight  : 600;
}

.cta .cta-desc {
  font-size    : 18px;
  line-height  : 27px;
  margin-bottom: 0;
  font-weight  : 400;
}

.cta-1 {
  clear: both;
}

.cta-1 .cta-content {
  float    : left;
  max-width: 70%;
}

.cta-1 .cta-button {
  text-align: right;
}

.cta-2 .cta-subtitle {
  font-family  : "Montserrat", sans-serif;
  font-size    : 16px;
  font-weight  : 600;
  line-height  : 1;
  margin-bottom: 22px;
}

.cta-2 .cta-title {
  font-size    : 32px;
  line-height  : 42px;
  margin-bottom: 30px;
}

.cta-2 .cta-desc {
  font-size    : 15px;
  line-height  : 27px;
  margin-bottom: 0;
}

.cta-3 .cta-title {
  font-size    : 45px;
  line-height  : 55px;
  margin-bottom: 10px;
}

.cta-3 .cta-desc {
  font-size    : 15px;
  line-height  : 27px;
  margin-bottom: 50px;
}

.cta-light .cta-subtitle,
.cta-light .cta-title,
.cta-light .cta-desc {
  color: #ffffff;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
  .cta-1 .cta-content {
    float        : none;
    max-width    : 100%;
    text-align   : center;
    margin-bottom: 30px;
  }

  .cta-1 .cta-button {
    float     : none;
    text-align: center;
  }

  .cta-2 .cta-title,
  .cta-3 .cta-title {
    font-size  : 30px;
    line-height: 36px;
  }

  .cta-2 .cta-title br,
  .cta-3 .cta-title br {
    display: none;
  }
}

/*------------------------------------*\
    #subscribe
\*------------------------------------*/
.subscribe .form-desc {
  display: none;
}

.subscribe form {
  max-width    : 450px;
  margin-right : auto;
  margin-left  : auto;
  margin-bottom: 0;
  border       : 1px solid #f9bc01;
  border-radius: 290486px;
  overflow     : hidden;
}

.subscribe form i {
  display: none;
}

.subscribe form input {
  padding-left : 20px;
  padding-right: 10px;
  width        : 304px;
  border       : none;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .subscribe form input {
    width: calc(100% - 105px);
  }
}

.subscribe form button {
  font-family   : "Montserrat", sans-serif;
  background    : #f9bc01;
  color         : #ffffff;
  border-radius : 0 290486px 290486px 0 !important;
  font-size     : 13px;
  font-weight   : 700;
  width         : 150px;
  height        : 51px;
  text-transform: uppercase;
}

.subscribe form button:hover {
  background-color: #222222;
}

@media screen and (max-width: 767px) {
  .subscribe form button {
    width: 100px;
  }
}

.subscribe.style-1 form {
  background-color: #ffffff;
  border          : none;
}

.subscribe.style-3 form {
  max-width    : 400px;
  margin-right : auto;
  margin-left  : auto;
  margin-bottom: 0;
}

.subscribe.style-3 form i {
  display: block;
}

.subscribe.style-3 form span {
  display: none;
}

.subscribe.style-3 form input {
  width: 334px;
}

@media screen and (max-width: 767px) {
  .subscribe.style-3 form input {
    width: calc(100% - 70px);
  }
}

.subscribe.style-3 form button {
  width: 70px;
}

/*------------------------------------*\
    #404
\*------------------------------------*/
.page-404 h3 {
  font-size    : 280px;
  font-weight  : 700;
  line-height  : 1.1;
  margin-bottom: 0;
}

.page-404 p {
  color        : #a5a5a5;
  font-size    : 18px;
  font-weight  : 400;
  line-height  : 23px;
  margin-bottom: 20px;
}

.page-404 .search-404 {
  max-width   : 360px;
  margin-right: auto;
  margin-left : auto;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .page-404 h3 {
    font-size: 150px;
  }

  .page-404 .btn {
    width: 125px;
  }

  .page-404 .search-404 {
    max-width: 280px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .page-404 h3 {
    font-size: 180px;
  }
}

/*------------------------------------*\
    #SOON
\*------------------------------------*/
.countdown-rtl {
  direction: rtl;
}

.countdown-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.countdown-section {
  position  : relative;
  width     : 100%;
  display   : block;
  text-align: center;
  position  : relative;
  height    : auto;
  padding   : 0 23px;
}

.countdown-section:last-of-type {
  margin-right: 0;
}

.countdown-amount {
  font-family  : "Montserrat", sans-serif;
  color        : #f9bc01;
  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, 0.4);
  padding         : 23px;
  margin          : 0 15px;
}

.countdown-boxed .countdown-amount {
  color: #ffffff;
}

.countdown-boxed .countdown-period {
  color: #f9f9f9;
}

.countdown-dark .countdown-amount {
  color: #222222;
}

.countdown-dark .countdown-period {
  color: #616161;
}

.countdown-light .countdown-amount {
  color: #ffffff;
}

.countdown-light .countdown-period {
  color: #ffffff;
}

.countdown-theme .countdown-amount {
  color: #f9bc01;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .countdown-section {
    margin-top   : 10px;
    margin-bottom: 10px;
  }

  .page-soon h3 {
    font-size : 45px;
    margin-top: 100px;
  }

  .countdown-amount {
    font-size: 30px;
  }

  .countdown-boxed .countdown-section {
    margin : 5px;
    padding: 10px 5px;
  }

  .countdown-period {
    font-size: 12px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .countdown-section {
    margin-top   : 10px;
    margin-bottom: 10px;
  }

  .countdown-amount {
    font-size: 40px;
  }

  .page-soon h3 {
    font-size: 45px;
  }

  .countdown-boxed .countdown-section {
    padding: 15px;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .countdown-amount {
    font-size: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .page-soon {
    padding-top   : 150px !important;
    padding-bottom: 100px !important;
  }
}

/*------------------------------------*\
    #Plugins
\*------------------------------------*/
/* Revolution Slider */
.zyt-custom .custom.tparrows {
  background         : transparent !important;
  font-size          : 30px;
  background-repeat  : no-repeat !important;
  background-position: center !important;
  opacity            : 0.5 !important;
}

.zyt-custom .custom.tparrows:before {
  font-size        : 30px;
  font-weight      : 600;
  color            : white;
  opacity          : 0.5;
  content          : "";
  text-indent      : 9999px;
  background-repeat: no-repeat;
}

.zyt-custom .custom.tparrows:hover {
  background-color: transparent;
  opacity         : 1 !important;
}

.zyt-custom .custom.tparrows.tp-leftarrow {
  background-image: url("../images/svg/arrow-left.svg") !important;
}

.zyt-custom .custom.tparrows.tp-rightarrow {
  background-image: url("../images/svg/arrow-right.svg") !important;
}

.zyt-custom rs-dotted.twoxtwo {
  background-image: none;
  background-color: rgba(27, 26, 26, 0.45);
}

.zyt-custom rs-dotted.threexthree {
  background-image: none;
  background-color: rgba(27, 26, 26, 0.9);
}

.zyt-custom .custom.tp-bullets .tp-bullet {
  height          : 5px;
  width           : 5px;
  border-radius   : 50%;
  background-color: #f9f9f9;
  border          : 3px solid #f9f9f9;
}

.zyt-custom .custom.tp-bullets .tp-bullet:hover,
.zyt-custom .custom.tp-bullets .tp-bullet.selected {
  border          : 3px solid #f9bc01;
  background-color: #f9bc01;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .zyt-custom .custom.tparrows {
    display: none !important;
  }
}

/* Visual Composer */
.wpb_wrapper {
  position: relative;
}

body .vc_col-has-fill>.vc_column-inner,
body .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill>.vc_column_container>.vc_column-inner {
  padding-top: 0;
}

.bg-parallax .vc_parallax-inner {
  background-attachment: fixed !important;
}

.bg-overlay-theme .vc_parallax-inner:before {
  content         : "";
  display         : inline-block;
  height          : 100%;
  left            : 0;
  position        : absolute;
  top             : 0;
  width           : 100%;
  z-index         : -1;
  background-color: rgba(249, 188, 1, 0.9);
}

.vc-overlap {
  overflow: visible !important;
  z-index : 1;
}

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

.zyt-row-overlay {
  position: relative;
  overflow: hidden;
  z-index : 1;
  width   : 100%;
  height  : 100%;
}

.zyt-row-overlay:before {
  content         : "" !important;
  display         : block !important;
  position        : absolute;
  top             : 0;
  left            : 0;
  width           : 100%;
  height          : 100%;
  background-color: inherit;
}

.zyt-row-overlay .zy-vc-wrapper {
  position: relative;
  z-index : 2;
}

@media screen and (min-width: 1200px) {
  .zyt-remove-gap .wpb_column .vc_column-inner {
    padding-right: 0;
    padding-left : 0;
  }

  .zyt-remove-gap .wpb_column:first-of-type .vc_column-inner {
    padding-left: 15px;
  }

  .zyt-remove-gap .wpb_column:last-of-type .vc_column-inner {
    padding-right: 15px;
  }
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
  color: #222222;
}

.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel {
  border            : 1px solid #e6e6e6;
  background-color  : #ffffff;
  margin-bottom     : 15px;
  padding           : 30px;
  font-family       : "Source Sans Pro", sans-serif;
  font-weight       : 600;
  border-radius     : 0;
  -webkit-box-shadow: none;
  box-shadow        : none;
}

.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  border    : none;
  background: none;
}

.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-family: "Montserrat", sans-serif;
}

.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a {
  padding           : 0;
  font-size         : 16px;
  color             : #222222;
  font-weight       : 600;
  line-height       : 20px;
  text-transform    : capitalize;
  border            : none;
  background-color  : #ffffff;
  margin-bottom     : 0;
  border-radius     : 0;
  -webkit-box-shadow: none;
  box-shadow        : none;
}

.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title>a span {
  color: #222222;
}

.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding         : 22px 0 6px 0;
  background-color: #ffffff;
  border          : none;
  font-family     : "Source Sans Pro", sans-serif;
  font-size       : 14px;
  font-weight     : 400;
  line-height     : 24px;
}

.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel .vc_tta-panel-body p {
  font-family: "Source Sans Pro", sans-serif;
  font-size  : 15px;
  font-weight: 400;
  line-height: 24px;
}

.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-controls-icon {
  height: 10px;
  width : 10px;
}

.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-controls-icon:before,
.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-controls-icon:after {
  border-color: #f9bc01;
}

.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  right: 0;
}

.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon.vc_tta-controls-icon-plus:before,
.vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
  border-color: #f9bc01;
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .vc_tta-container .vc_tta-accordion.vc_tta-style-classic .vc_tta-panels .vc_tta-panel {
    padding: 20px;
  }
}

/* Contact Form 7 */
.wpcf7 form {
  margin-bottom: 0;
}

.wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 30px;
  display      : block;
}

.wpcf7 .wpcf7-form-control-wrap input {
  width        : 100%;
  margin-bottom: 0;
}

.wpcf7 textarea {
  width        : 100%;
  height       : 122px;
  margin-bottom: 0;
}

.wpcf7 .wpcf7-submit {
  margin-bottom: 0;
}

.wpcf7 span.wpcf7-not-valid-tip {
  margin-top: 5px;
}

/* MailChimp for WordPress */
.mc4wp-alert {
  margin-top   : 10px;
  padding      : 10px;
  border-radius: 0px;
}

.mc4wp-success {
  color           : #3c763d;
  background-color: #dff0d8;
  border-color    : #d6e9c6;
  text-align      : center;
}

.mc4wp-notice {
  color           : #31708f;
  background-color: #d9edf7;
  border-color    : #bce8f1;
}

.mc4wp-alert p,
.mc4wp-response p {
  color        : #282828;
  margin-bottom: 0;
}

/* Instagram Feed */
#sb_instagram #sbi_images {
  margin-left: -5px;
}

#sb_instagram .sbi_photo {
  position: relative;
}

#sb_instagram .sbi_photo:before {
  background-color  : rgba(249, 188, 1, 0.9);
  top               : 0px;
  left              : 0px;
  width             : 100%;
  content           : "";
  height            : 100%;
  position          : absolute;
  opacity           : 0;
  -webkit-transition: all 300ms linear;
  -o-transition     : all 300ms linear;
  transition        : all 300ms linear;
}

#sb_instagram .sbi_photo:after {
  content           : "\f16d";
  font-family       : "Font Awesome 5 Brands";
  position          : absolute;
  display           : inline-block;
  top               : 50%;
  left              : 50%;
  opacity           : 0;
  font-size         : 16px;
  font-weight       : 400;
  -webkit-transition: all 300ms linear;
  -o-transition     : all 300ms linear;
  transition        : all 300ms linear;
  -webkit-transform : translate(-50%, -50%);
  -ms-transform     : translate(-50%, -50%);
  transform         : translate(-50%, -50%);
  color             : #ffffff;
}

#sb_instagram .sbi_photo:hover:before,
#sb_instagram .sbi_photo:hover:after {
  opacity: 1;
}

/* Twitter Feeds */
#ctf p.ctf-tweet-text {
  position : relative;
  font-size: 12px;
}

#ctf p.ctf-tweet-text:before {
  content     : "\f099";
  font-family : "Font Awesome 5 Free";
  font-weight : 600;
  font-size   : 14px;
  font-weight : 400;
  line-height : 24px;
  color       : #f9bc01;
  width       : 13px;
  height      : 12px;
  float       : left;
  margin-right: 10px;
}

#ctf .ctf-item {
  padding         : 5px 0;
  border-top-color: rgba(155, 155, 155, 0.2);
}

#ctf .ctf-item:first-of-type {
  padding-top: 0;
}

.mfp-bg {
  z-index: 1099;
}

.mfp-wrap {
  z-index: 1100;
}

/*------------------------------------*\
    #Gutenberg Support
\*------------------------------------*/
/* Block separator */
.wp-block-separator {
  background-color: #222222;
  border          : 0;
  height          : 2px;
  margin-bottom   : 2rem;
  margin-top      : 2rem;
  max-width       : 2.25em;
  text-align      : left;
}

.wp-block-separator.is-style-wide,
hr.is-style-wide {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {

  .wp-block-separator.is-style-wide,
  hr.is-style-wide {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {

  .wp-block-separator.is-style-wide,
  hr.is-style-wide {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

.wp-block-separator.is-style-dots,
hr.is-style-dots {
  max-width       : 100%;
  background-color: inherit;
  border          : inherit;
  height          : inherit;
  text-align      : center;
}

@media only screen and (min-width: 768px) {

  .wp-block-separator.is-style-dots,
  hr.is-style-dots {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {

  .wp-block-separator.is-style-dots,
  hr.is-style-dots {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
  color         : #222222;
  font-size     : 1.6875em;
  letter-spacing: 0.88889em;
  padding-left  : 0.88889em;
}

.wp-block-separator+h1:before,
.wp-block-separator+h2:before,
hr+h1:before,
hr+h2:before {
  display: none;
}

.wp-block-verse {
  font-size  : 18px;
  line-height: 1.8;
}

.wp-block-table th,
.wp-block-table td {
  color      : #222222;
  padding    : 16px;
  border     : 1px solid #222222;
  word-break : normal;
  font-weight: 600;
}

.is-style-stripes.wp-block-table th,
.is-style-stripes.wp-block-table td {
  border: 1px solid #222222;
}

/* Block Audio */
.wp-block-audio {
  width: 100%;
}

.wp-block-audio audio {
  width: 100%;
}

/* Block Video */
.wp-block-video video {
  width: 100%;
}

/* Block Button */
.wp-block-button+.wp-block-button {
  margin-top: 10px;
}

.wp-block-button .wp-block-button__link {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition     : all 300ms ease-in-out;
  transition        : all 300ms ease-in-out;
  border            : none;
  font-size         : 16px;
  font-family       : "Montserrat", sans-serif;
  line-height       : 1;
  -webkit-box-sizing: border-box;
  box-sizing        : border-box;
  font-weight       : bold;
  text-decoration   : none;
  padding           : 15.2px 20px;
  outline           : none;
  outline           : none;
}

.wp-block-button .wp-block-button__link:not(.has-background) {
  background-color: #f9bc01;
}

.wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: white;
}

.wp-block-button .wp-block-button__link:hover {
  color     : white;
  background: #222222;
  cursor    : pointer;
}

.wp-block-button .wp-block-button__link:focus {
  color         : white;
  background    : #f9bc01;
  outline       : thin dotted;
  outline-offset: -4px;
}

.wp-block-button:not(.is-style-squared) .wp-block-button__link {
  border-radius: 5px;
}

.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:active {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition     : all 300ms ease-in-out;
  transition        : all 300ms ease-in-out;
  border-width      : 2px;
  border-style      : solid;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),
.wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-background),
.wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-background) {
  background: transparent;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color),
.wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color) {
  color       : #f9bc01;
  border-color: currentColor;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color       : white;
  border-color: #f9bc01;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background) {
  color: #f9bc01;
}

/* Block Latest posts, categories, archives */
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts {
  padding      : 0;
  list-style   : none;
  margin-bottom: 30px;
}

.wp-block-archives li,
.wp-block-categories li,
.wp-block-latest-posts li {
  color         : #222222;
  font-family   : "Montserrat", sans-serif;
  font-size     : 16px;
  font-weight   : bold;
  line-height   : 1;
  padding-bottom: 15px;
  margin-bottom : 15px;
}

.wp-block-archives li.menu-item-has-children,
.wp-block-archives li:last-child,
.wp-block-categories li.menu-item-has-children,
.wp-block-categories li:last-child,
.wp-block-latest-posts li.menu-item-has-children,
.wp-block-latest-posts li:last-child {
  padding-bottom: 0;
}

.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-latest-posts li a {
  text-decoration: none;
  padding-bottom : 5px;
  border-bottom  : 2px solid #f9bc01;
}

.wp-block-archives li a:hover,
.wp-block-categories li a:hover,
.wp-block-latest-posts li a:hover {
  border-bottom-color: #222222;
}

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter {
  text-align: center;
}

.wp-block-archives form,
.wp-block-categories form {
  width: 100%;
}

/* Block Latest categories */
.wp-block-categories ul {
  padding-top: 15px;
}

.wp-block-categories li ul {
  list-style  : none;
  padding-left: 0;
}

/* Block Latest posts grid view */
.wp-block-latest-posts.is-grid li {
  border-top   : 2px solid #222222;
  padding-top  : 20px;
  margin-bottom: 40px;
}

.wp-block-latest-posts.is-grid li a:after {
  content: '';
}

.wp-block-latest-posts.is-grid li:last-child {
  margin-bottom: auto;
}

.wp-block-latest-posts.is-grid li:last-child a:after {
  content: '';
}

/* Block Latest preformatted text */
.wp-block-preformatted {
  font-size  : 17px;
  line-height: 1.8;
  padding    : 20px;
}

/* Block Pullquote */
.wp-block-pullquote {
  border-color       : transparent;
  border-width       : 2px;
  padding            : 20px;
  border-top-style   : solid;
  border-bottom-style: solid;
}

.wp-block-pullquote blockquote {
  color        : #222222;
  border       : none;
  margin-top   : 40px;
  margin-bottom: 40px;
  margin-right : 0;
  padding-left : 0;
}

.wp-block-pullquote blockquote.has-very-dark-gray-color {
  color: #222222;
}

.wp-block-pullquote blockquote p {
  font-family  : "Montserrat", sans-serif;
  color        : #222222;
  font-size    : 22px;
  font-style   : italic;
  line-height  : 1.5;
  margin-bottom: 0.5em;
  margin-top   : 0.5em;
}

.wp-block-pullquote blockquote p em {
  font-style: normal;
}

.wp-block-pullquote blockquote cite {
  color         : #535353;
  font-weight   : 600;
  display       : inline-block;
  font-family   : "Montserrat", sans-serif;
  line-height   : 1.6;
  text-transform: none;
  font-size     : 14px;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  width  : 100%;
  padding: 0;
}

.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
  margin    : 20px 0;
  padding   : 0;
  text-align: left;
  max-width : 100%;
}

.wp-block-pullquote.alignleft blockquote p:first-child,
.wp-block-pullquote.alignright blockquote p:first-child {
  margin-top: 0;
}

.wp-block-pullquote.is-style-solid-color {
  background-color: #f9bc01;
  padding-left    : 0;
  padding-right   : 0;
}

@media screen and (max-width: 768px) {
  .wp-block-pullquote.is-style-solid-color {
    padding-left : 10%;
    padding-right: 10%;
  }
}

.wp-block-pullquote.is-style-solid-color p {
  font-size    : 16px;
  line-height  : 1.3;
  margin-bottom: 0.5em;
  margin-top   : 0.5em;
}

@media screen and (max-width: 768px) {
  .wp-block-pullquote.is-style-solid-color p {
    font-size: 16px;
  }
}

.wp-block-pullquote.is-style-solid-color a {
  color: #f9bc01;
}

.wp-block-pullquote.is-style-solid-color cite {
  color: #222222;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width   : 100%;
  color       : #f9bc01;
  padding-left: 0;
  margin-left : 20px;
  margin-right: 20px;
}

.wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
.wp-block-pullquote.is-style-solid-color blockquote.has-text-color a,
.wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: #222222;
}

@media screen and (max-width: 768px) {
  .wp-block-pullquote.is-style-solid-color blockquote {
    margin-left : 0;
    margin-right: 0;
  }
}

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

  .wp-block-pullquote.is-style-solid-color.alignright,
  .wp-block-pullquote.is-style-solid-color.alignleft {
    padding: 20px calc(2 * 20px);
  }
}

@media screen and (max-width: 768px) {
  .wp-block-pullquote.is-style-solid-color.alignfull {
    padding-left : calc(10% + 58px + (2 * 20px));
    padding-right: calc(10% + 58px + (2 * 20px));
  }
}

/* Block Blockquote */
.wp-block-quote:not(.is-large),
.wp-block-quote:not(.is-style-large) {
  padding-top   : 0;
  padding-bottom: 0;
  border-left   : 2px solid #f9bc01;
  padding-left  : 30px;
}

.wp-block-quote p {
  font-size  : 20px;
  color      : #222222;
  font-family: "Montserrat", sans-serif;
  font-style : italic;
  line-height: 36px;
  font-weight: 500;
}

.wp-block-quote cite {
  color      : #535353;
  font-weight: 600;
  font-size  : 16px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin     : 20px 0;
  padding    : 0;
  border-left: none;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size  : 22px;
  line-height: 1.4;
  font-style : italic;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 16px;
}

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

  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large {
    margin : 20px 0;
    padding: 20px 0;
  }

  .wp-block-quote.is-large p,
  .wp-block-quote.is-style-large p {
    font-size: 16px;
  }
}

/* Block Image */
.wp-block-image {
  max-width: 100%;
}

.wp-block-image img {
  display: block;
}

@media screen and (max-width: 768px) {
  .wp-block-image .aligncenter {
    margin: 0;
  }

  .wp-block-image .aligncenter img {
    margin: 0 auto;
  }
}

@media screen and (min-width: 992px) {
  .wp-block-image .aligncenter img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .wp-block-image.alignfull img {
    margin-left : auto;
    margin-right: auto;
  }
}

/* Block Cover Image */
.wp-block-cover-image,
.wp-block-cover {
  position     : relative;
  min-height   : 430px;
  padding      : 20px;
  margin-bottom: 30px;
  color        : #f8f9f9;
}

.wp-block-cover-image a,
.wp-block-cover a {
  color: inherit;
}

.wp-block-cover-image a:hover,
.wp-block-cover a:hover {
  color: #222222;
}

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

  .wp-block-cover-image,
  .wp-block-cover {
    padding: 20px 10%;
  }
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
  font-family: "Montserrat", sans-serif;
  padding    : 0;
}

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

  .wp-block-cover-image .wp-block-cover-image-text,
  .wp-block-cover-image .wp-block-cover-text,
  .wp-block-cover-image h2,
  .wp-block-cover .wp-block-cover-image-text,
  .wp-block-cover .wp-block-cover-text,
  .wp-block-cover h2 {
    font-size: 16px;
    max-width: 100%;
  }
}

.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image h2 a,
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover h2 a {
  color          : inherit;
  text-decoration: none;
  font-size      : 30px;
  font-weight    : 500;
}

.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image h2 a:hover,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover h2 a:hover {
  color          : #222222;
  text-decoration: none;
}

.wp-block-cover-image b,
.wp-block-cover-image strong,
.wp-block-cover b,
.wp-block-cover strong {
  color: inherit;
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  width: 100%;
}

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

  .wp-block-cover-image.alignleft,
  .wp-block-cover-image.alignright,
  .wp-block-cover.alignleft,
  .wp-block-cover.alignright {
    padding: 20px calc(2 * 20px);
  }
}

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

  .wp-block-cover-image.alignfull,
  .wp-block-cover.alignfull {
    padding-left : calc(10% + 58px + (2 * 20px));
    padding-right: calc(10% + 58px + (2 * 20px));
  }

  .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .wp-block-cover-image.alignfull .wp-block-cover-text,
  .wp-block-cover-image.alignfull h2,
  .wp-block-cover.alignfull .wp-block-cover-image-text,
  .wp-block-cover.alignfull .wp-block-cover-text,
  .wp-block-cover.alignfull h2 {
    padding: 0;
  }
}

/* Block Galleries */
.wp-block-gallery {
  list-style-type: none;
  padding-left   : 0;
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  text-align   : center;
  margin-bottom: 10px;
  margin-top   : 7px;
  color        : #222222;
}

/* Block Captions */
.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-size  : 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.8;
  text-align : center;
}

/* Block Twitter Embed */
.wp-block-embed-twitter {
  word-break: break-word;
}

/* Block File */
.wp-block-file {
  font-family: "Montserrat", sans-serif;
}

.wp-block-file .wp-block-file__button {
  display           : table;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition     : all 300ms ease-in-out;
  transition        : all 300ms ease-in-out;
  border            : none;
  border-radius     : 5px;
  background        : #f9bc01;
  font-size         : 16px;
  font-family       : "Montserrat", sans-serif;
  line-height       : 1;
  text-decoration   : none;
  font-weight       : bold;
  padding           : 15px 20px;
  color             : #fff;
  margin-left       : 0;
  margin-top        : calc(0.75 * 20px);
}

@media screen and (min-width: 992px) {
  .wp-block-file .wp-block-file__button {
    font-size: 16px;
    padding  : 17.5px 30px;
  }
}

.wp-block-file .wp-block-file__button:hover {
  background: #f9bc01;
  cursor    : pointer;
}

.wp-block-file .wp-block-file__button:focus {
  background    : #f9bc01;
  outline       : thin dotted;
  outline-offset: -4px;
}

/* Block Code */
.wp-block-code {
  border-radius: 0;
}

.wp-block-code code {
  font-size  : 16px;
  white-space: pre-wrap;
  word-break : break-word;
}

/* Block Columns */
.wp-block-columns .wp-block-column>*:first-child {
  margin-top: 0;
}

.wp-block-columns .wp-block-column>*:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .wp-block-columns {
    -ms-flex-wrap: nowrap;
    flex-wrap    : nowrap;
  }

  .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 32px;
  }
}

/* Block Latest Comments */
.wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
  border-radius: 50%;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-family: "Montserrat", sans-serif;
  font-size  : 14px;
  font-weight: 600;
  line-height: 24px;
  color      : #616161;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
  color    : #616161;
  font-size: 11px;
}

.wp-block-latest-comments.has-dates .wp-block-latest-comments__comment-date {
  font-size: 11px;
}

.wp-block-latest-posts__post-date {
  color      : #616161;
  font-size  : 12px;
  line-height: 2.1;
}

/* Block Search */
.wp-block-search {
  border-radius: 0;
  border       : 1px solid #e6e6e6;
  margin-bottom: 0;
  background   : #ffffff;
  position     : relative;
  margin-bottom: 30px;
}

.wp-block-search label {
  margin-bottom: 0;
  display      : none;
}

.wp-block-search input {
  border            : none;
  border-radius     : 0;
  -webkit-box-shadow: none;
  box-shadow        : none;
  color             : #9b9b9b;
  font-size         : 14px;
  font-weight       : 400;
  line-height       : 49px;
  height            : 49px;
  width             : 100%;
  text-transform    : capitalize;
  padding-left      : 15px;
  background-color  : transparent;
  margin-bottom     : 0;
}

.wp-block-search input::-webkit-search-cancel-button {
  position: relative;
  right   : -20px;
}

.wp-block-search button {
  position        : absolute;
  right           : 0;
  top             : 0;
  background-color: #ffffff;
  color           : #222222;
  border-radius   : 0;
  width           : 80px;
  height          : 49px;
  line-height     : 49px;
  font-size       : 16px;
  background-color: #f9bc01;
  color           : #ffffff;
  cursor          : pointer;
}

.wp-block-search button:hover {
  background-color: #222222;
}

/* Block Calendar */
.wp-block-calendar a {
  color: #f9bc01;
}

.wp-block-calendar a:hover {
  color: #222222;
}

.wp-block-calendar tfoot a {
  color: #f9bc01;
}

.wp-block-calendar tfoot a:hover {
  color: #222222;
}

/* Block Group */
.wp-block-group {
  padding      : 15px;
  margin-bottom: 30px;
}

/* Block Media */
.wp-block-media-text {
  margin-bottom: 30px;
}

.wp-block-latest-posts__list li {
  font-size     : 14px;
  padding-bottom: 0;
}

.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
  font-size : 11px;
  margin-top: 5px;
}

/*------------------------------------*\
    #Banners
\*------------------------------------*/
.banners {
  position: relative;
}

.banners .banner-layer-1 {
  position          : relative;
  left              : 50%;
  top               : 45px;
  -webkit-transform : translateX(-50%);
  -ms-transform     : translateX(-50%);
  transform         : translateX(-50%);
  width             : 387px;
  height            : 340px;
  background-color  : #f9bc01;
  border-radius     : 6px;
  -webkit-box-shadow: 0 1px 73px rgba(40, 40, 40, 0.15);
  box-shadow        : 0 1px 73px rgba(40, 40, 40, 0.15);
  z-index           : 97;
}

.banners .banner-layer-2 {
  position     : absolute;
  left         : 0;
  top          : 0;
  width        : 441px;
  height       : 365px;
  border-radius: 6px;
  z-index      : 98;
}

.banners .banner-layer-3 {
  position     : absolute;
  right        : 15px;
  top          : 85px;
  width        : 406px;
  height       : 354px;
  border-radius: 6px;
  z-index      : 99;
}

.banners.position-right .banner-layer-2 {
  left : auto;
  right: 0;
}

.banners.position-right .banner-layer-3 {
  left : 20px;
  right: auto;
}

.banners.layer-hidden .banner-layer-1 {
  opacity: 0;
}

.banners.layer-hidden .banner-layer-3 {
  top: 160px;
}

.banner-card {
  padding-top: 100px;
  position   : relative;
}

.banner-card .banner-content {
  width           : 730px;
  position        : absolute;
  left            : -80px;
  top             : 0;
  background-color: #f9bc01;
  padding         : 95px 85px 90px 80px;
  color           : #ffffff;
  z-index         : 1;
}

.banner-card .banner-content .banner-subtitle {
  font-family  : "Montserrat", sans-serif;
  font-weight  : 600;
  font-size    : 16px;
  margin-bottom: 20px;
}

.banner-card .banner-content .banner-title {
  font-size    : 50px;
  color        : #ffffff;
  line-height  : 55px;
  margin-bottom: 35px;
}

.banner-card .banner-content .banner-desc {
  font-size    : 18px;
  line-height  : 28px;
  color        : #ffffff;
  margin-bottom: 38px;
}

.banner-card .banner-background {
  position             : relative;
  height               : 610px;
  background-size      : cover;
  background-attachment: fixed;
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 767px) {

  .banners .banner-layer-2,
  .banners .banner-layer-3 {
    width: 320px;
  }

  .banners.layer-hidden .banner-layer-3 {
    top: 60px;
  }

  .banner-card .banner-content {
    width  : 100%;
    left   : 10px;
    padding: 20px;
  }

  .banner-card .banner-content .banner-title {
    font-size  : 30px;
    line-height: 35px;
  }
}

/*------------------------------------*\
    #Woocommerce Core
\*------------------------------------*/
.woocommerce-container {
  padding: 90px 0;
}

/* shop Archives*/
@media (min-width: 992px) {
  .shop-container.shop-no-sidebar img {
    width: 100%;
  }
}

/* Products Loop */
.woocommerce .products div.product {
  margin-bottom: 45px;
  text-align   : center;
}

.woocommerce .products div.product .attachment-woocommerce_thumbnail {
  -webkit-transition: all 400ms linear;
  -o-transition     : all 400ms linear;
  transition        : all 400ms linear;
}

.woocommerce .products div.product .product-img {
  position     : relative;
  margin-bottom: 30px;
  overflow     : hidden;
  background   : #f3f3f3;
  display      : block;
}

.woocommerce .products div.product .product-img>a {
  display: block;
}

.woocommerce .products div.product .product-img>a img {
  width : 100%;
  height: auto;
}

.woocommerce .products div.product .product-img .product-hover {
  position: absolute;
  bottom  : 0;
  left    : 0;
  width   : 100%;
  height  : 50px;
  padding : 0 30px;
}

.woocommerce .products div.product .product-img .product-hover .button {
  -webkit-transform : translateY(60px);
  -ms-transform     : translateY(60px);
  transform         : translateY(60px);
  -webkit-transition: all 0.4s ease;
  -o-transition     : all 0.4s ease;
  transition        : all 0.4s ease;
  width             : 100%;
  max-width         : 190px;
}

.woocommerce .products div.product .product-img .product-hover .button.loading,
.woocommerce .products div.product .product-img .product-hover .button.added {
  -webkit-transform: translateY(0);
  -ms-transform    : translateY(0);
  transform        : translateY(0);
}

.woocommerce .products div.product:hover .attachment-woocommerce_thumbnail {
  -webkit-transform: scale(1.1);
  -ms-transform    : scale(1.1);
  transform        : scale(1.1);
}

.woocommerce .products div.product:hover .product-hover .button {
  -webkit-transform: translateY(0);
  -ms-transform    : translateY(0);
  transform        : translateY(0);
}

.woocommerce .products div.product .product-cat {
  font-family  : "Montserrat";
  font-size    : 12px;
  font-style   : italic;
  line-height  : 1;
  margin-bottom: 12px;
}

.woocommerce .products div.product .product-cat a {
  color: #333333;
}

.woocommerce .products div.product .product-cat a:hover {
  color: #f9bc01;
}

.woocommerce .products div.product .woocommerce-loop-product__title {
  font-size     : 18px;
  line-height   : 24px;
  text-transform: capitalize;
  text-align    : center;
  padding       : 0 0 14px 0;
  margin-bottom : 0;
}

.woocommerce .products div.product .woocommerce-loop-product__title:hover {
  color: #f9bc01;
}

.woocommerce .products div.product span.price {
  display      : block;
  text-align   : center;
  margin-bottom: 0;
  font-family  : "Montserrat", sans-serif;
  font-size    : 17px;
  font-weight  : 600;
  color        : #f9bc01;
}

.woocommerce .products div.product span.price ins {
  text-decoration: none;
}

.woocommerce .products div.product p.price {
  color: #9b9b9b;
}

.woocommerce .products div.product p.price ins {
  text-decoration: none;
}

.woocommerce .products div.product .woocommerce-LoopProduct-link {
  position: relative;
  display : block;
}

.woocommerce .products div.product .woocommerce-variation-price span.price {
  text-align: left;
}

.woocommerce .products div.product .button {
  margin: 0 auto;
}

.woocommerce a.added_to_cart.wc-forward {
  position  : absolute;
  width     : 100%;
  text-align: center;
}

.woocommerce div.product form.cart {
  margin-bottom: 30px;
}

.woocommerce div.product form.cart .button {
  width           : 140px;
  height          : 52px;
  line-height     : 50px;
  text-transform  : capitalize;
  font-size       : 14px;
  border-radius   : 0;
  background-color: #222222;
}

.woocommerce div.product form.cart .button:hover {
  background-color: #f9bc01;
}

.woocommerce div.product form.cart table td {
  padding       : 0;
  vertical-align: middle;
  position      : relative;
}

.woocommerce div.product form.cart .group_table td {
  vertical-align: middle;
  position      : relative;
}

.woocommerce div.product form.cart .variations {
  line-height  : 1;
  margin-bottom: 0;
}

.woocommerce div.product form.cart .variations td {
  padding-bottom: 30px;
  vertical-align: top;
  position      : relative;
  line-height   : 1;
}

.woocommerce div.product form.cart .variations td.label {
  padding: 0;
}

.woocommerce div.product form.cart .variations label {
  color         : #222222;
  padding       : 0;
  line-height   : 51px;
  font-size     : 16px;
  font-weight   : 600;
  text-transform: capitalize;
  margin-bottom : 0;
}

.woocommerce div.product form.cart .variations .value {
  position: relative;
}

.woocommerce div.product form.cart .variations .value:before {
  position      : absolute;
  font-size     : 16px;
  font-weight   : 600;
  line-height   : 51px;
  right         : 20px;
  top           : 0;
  z-index       : 1;
  pointer-events: none;
  cursor        : pointer;
  color         : #9b9b9b;
  font-family   : "Font Awesome 5 Free";
  content       : "\f107";
}

.woocommerce div.product form.cart .variations select {
  min-width         : 170px;
  font-size         : 16px;
  font-weight       : 300;
  padding-left      : 20px;
  cursor            : pointer;
  -webkit-appearance: none;
  -moz-appearance   : none;
  appearance        : none;
  width             : 100%;
  margin-bottom     : 0;
}

.woocommerce div.product form.cart .variations .reset_variations {
  padding-top: 20px;
  display    : block !important;
}

.woocommerce div.product form.cart .woocommerce-variation-price {
  padding: 0 0 15px 0;
}

.woocommerce div.product div.images {
  width        : 100%;
  padding-right: 10px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after,
.woocommerce div.product div.images .pswp__bg {
  background-color: #f9bc01;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  border-color: #f9bc01;
}

.woocommerce div.product div.images .flex-control-thumbs {
  padding-top  : 10px;
  padding-left : 1px;
  display      : -ms-flexbox;
  display      : -webkit-box;
  display      : flex;
  -ms-flex-wrap: wrap;
  flex-wrap    : wrap;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  -ms-flex-preferred-size: 0;
  flex-basis             : 0;
  -ms-flex-positive      : 1;
  -webkit-box-flex       : 1;
  flex-grow              : 1;
  max-width              : 25%;
  border                 : 2px solid transparent;
}

.woocommerce div.product div.images .flex-control-thumbs li:first-child {
  margin-left: -2px;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  border: 1px solid #f9bc01;
}

.woocommerce div.product div.summary {
  float  : none;
  width  : 100%;
  padding: 0;
}

.woocommerce div.product div.summary .product_title {
  padding-top   : 32px;
  font-size     : 22px;
  font-weight   : 700;
  line-height   : 1;
  text-transform: capitalize;
  margin-bottom : 10px;
}

.woocommerce div.product div.summary .woocommerce-Price-amount {
  font-family  : "Montserrat", sans-serif;
  color        : #f9bc01;
  font-size    : 19px;
  font-weight  : 700;
  line-height  : 28px;
  margin-bottom: 0;
}

.woocommerce div.product div.summary .woocommerce-product-details__short-description {
  margin-bottom: 35px;
}

.woocommerce div.product div.summary .woocommerce-product-details__short-description p {
  font-size    : 16px;
  font-weight  : 400;
  line-height  : 25px;
  margin-bottom: 17px;
}

.woocommerce div.product p.price {
  margin-bottom: 22px;
}

.woocommerce div.product p.price ins {
  text-decoration: none;
}

.woocommerce div.product .star-rating span {
  color: #ffab00;
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 4px;
}

.woocommerce div.product .woocommerce-product-rating a {
  color         : #9b9b9b;
  font-size     : 14px;
  line-height   : 26px;
  font-weight   : 400;
  text-transform: capitalize;
  margin-left   : 20px;
}

.woocommerce div.product .woocommerce-product-rating a:hover {
  color: #f9bc01;
}

.woocommerce div.product .woocommerce-tabs {
  padding      : 0;
  margin       : 50px 0;
  width        : 100%;
  border-radius: 0;
  color        : #9b9b9b;
  font-size    : 13px;
  font-weight  : 500;
  line-height  : 22px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding      : 0;
  margin-bottom: 15px;
  background   : transparent;
  text-align   : center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border          : none;
  background-color: transparent;
  display         : inline-block;
  position        : relative;
  z-index         : 0;
  border-radius   : 0;
  margin          : 0 8px 15px;
  padding         : 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: transparent;
  color           : #f9bc01;
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::before {
  width     : 100%;
  height    : 1px;
  position  : absolute;
  bottom    : 0;
  left      : 0;
  content   : "";
  background: #ffffff;
  display   : block;
  z-index   : 99;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display         : inline-block;
  padding         : 0 30px;
  color           : #ffffff;
  font-family     : "Montserrat", sans-serif;
  background-color: #f9bc01;
  text-decoration : none;
  font-size       : 14px;
  font-weight     : 700;
  line-height     : 52px;
  height          : 52px;
  text-transform  : capitalize;
  margin-bottom   : 0;
  border-radius   : 0;
  position        : relative;
}

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

.woocommerce div.product .woocommerce-tabs .panel {
  -webkit-box-shadow: none;
  box-shadow        : none;
  border            : none;
  border-top        : 1px solid #dee2e6;
  background-color  : #ffffff;
  border            : none;
  margin-bottom     : 0;
  font-size         : 15px;
  font-weight       : 400;
  line-height       : 26px;
}

.woocommerce div.product .woocommerce-tabs .panel p {
  font-size  : 15px;
  font-weight: 400;
  line-height: 23px;
}

.woocommerce div.product .woocommerce-tabs .panel .woocommerce-Reviews .comments-list {
  margin-bottom: 0;
  list-style   : none;
  padding-left : 0;
}

.woocommerce div.product .woocommerce-tabs .panel .woocommerce-Reviews .comments-list li.review {
  position     : relative;
  margin-bottom: 20px;
  padding      : 20px;
  border       : 1px solid #eee;
}

.woocommerce div.product .woocommerce-tabs .panel .woocommerce-Reviews .comments-list li.review img.avatar {
  border-radius: 50%;
  position     : absolute;
  left         : 20px;
  top          : 20px;
}

.woocommerce div.product .woocommerce-tabs .panel .woocommerce-Reviews .comments-list li.review .comment-text {
  padding: 0 0 0 80px;
}

.woocommerce div.product .woocommerce-tabs .panel .woocommerce-Reviews .comments-list li.review .comment-text p {
  margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs .panel .woocommerce-Reviews .comments-list li.review .comment-text p.meta {
  margin   : 0 0 8px;
  font-size: 16px;
}

.woocommerce div.product .woocommerce-tabs .panel .woocommerce-Reviews .comments-list li.review .comment-text .woocommerce-review__author {
  text-transform: capitalize;
}

.woocommerce div.product .woocommerce-tabs .panel .woocommerce-Reviews .comment-respond#respond {
  position     : relative;
  margin-bottom: 20px !important;
  padding      : 20px !important;
  border       : 1px solid #eee !important;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-family       : "Montserrat", sans-serif;
  font-size         : 13px;
  font-weight       : 700;
  text-transform    : uppercase;
  line-height       : 50px;
  text-align        : center;
  background-color  : #f9bc01;
  color             : #ffffff;
  border            : none;
  border-radius     : 0;
  position          : relative;
  z-index           : 2;
  padding           : 0;
  width             : 190px;
  height            : 50px;
  display           : block;
  -webkit-transition: all 300ms linear;
  -o-transition     : all 300ms linear;
  transition        : all 300ms linear;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #222222;
}

.woocommerce-terms-and-conditions-checkbox-text {
  margin-left: 0 !important;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #f9bc01;
  text-decoration : none;
  color           : #ffffff;
  border          : none !important;
}

.woocommerce span.onsale {
  background-color: #ff0000;
  color           : #fff;
  padding         : 0;
  line-height     : 40px;
  width           : 40px;
  height          : 40px;
  min-height      : inherit;
  min-width       : inherit;
  font-size       : 13px;
  font-weight     : 700;
  border-radius   : 50%;
  left            : auto;
  top             : 20px;
  right           : 20px;
  position        : absolute;
  z-index         : 9;
  margin          : 0;
}

.woocommerce a.added_to_cart {
  display   : block;
  text-align: center;
}

.woocommerce .woocommerce-result-count {
  font-family   : "Montserrat", sans-serif;
  font-size     : 16px;
  font-weight   : 700;
  line-height   : 51px;
  text-transform: capitalize;
  color         : #222222;
  margin-bottom : 40px;
}

.woocommerce .woocommerce-ordering {
  position: relative;
}

.woocommerce .woocommerce-ordering select {
  width             : 230px;
  height            : 50px;
  padding-left      : 10px;
  cursor            : pointer;
  -webkit-appearance: none;
  -moz-appearance   : none;
  appearance        : none;
  text-transform    : capitalize;
  border            : 1px solid #eaeaea;
  color             : #9b9b9b;
  font-size         : 14px;
}

.woocommerce .woocommerce-ordering:before {
  position      : absolute;
  font-size     : 16px;
  right         : 15px;
  top           : 15px;
  z-index       : 1;
  pointer-events: none;
  cursor        : pointer;
  color         : #9b9b9b;
  font-family   : "Font Awesome 5 Free";
  font-weight   : 600;
  content       : "\f107";
}

/* Product single */
.woocommerce.single-product span.onsale {
  right: auto;
  left : 30px;
}

.woocommerce.single-product div.product {
  margin-bottom: 0;
}

.woocommerce-grouped-product-list {
  margin-bottom: 20px;
  line-height  : 50px;
  border       : none;
}

.woocommerce .cart.grouped_form .button {
  margin-left: 0;
}

.product_meta {
  font-family  : "Montserrat", sans-serif;
  color        : #9b9b9b;
  font-size    : 16px;
  line-height  : 40px;
  margin-bottom: 18px;
}

.product_meta a {
  color: #9b9b9b;
}

.product_meta a:hover {
  color: #f9bc01;
}

.product_meta label {
  font-family  : "Montserrat", sans-serif;
  color        : #222222;
  font-size    : 16px;
  font-weight  : 600;
  line-height  : 40px;
  min-width    : 120px;
  padding-right: 10px;
  margin-bottom: 0;
}

.product_share {
  margin-bottom: 30px;
}

.product_share a {
  height            : 34px;
  line-height       : 34px;
  font-size         : 16px;
  font-weight       : 400;
  color             : #222222;
  display           : inline-block;
  margin-right      : 20px;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition     : all 500ms ease-in-out;
  transition        : all 500ms ease-in-out;
  display           : inline-block;
  overflow          : hidden;
}

.product_share a i {
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
  display           : block;
  line-height       : 34px;
}

.product_share a i:last-child {
  color: #f9bc01;
}

.product_share a:hover i:first-child {
  margin-top: -34px;
}

.woocommerce .quantity {
  line-height: 42px;
}

.woocommerce .quantity span {
  font-family : "Montserrat", sans-serif;
  color       : #222222;
  font-size   : 15px;
  font-weight : 700;
  line-height : 20px;
  margin-right: 10px;
}

.woocommerce .quantity span.form-inputs {
  border    : 2px solid #222222;
  display   : inline-block;
  height    : 52px;
  width     : 77px;
  position  : relative;
  text-align: left;
}

.woocommerce .quantity input[type="button"] {
  width        : 26px;
  height       : 24px;
  font-size    : 16px;
  font-weight  : bold;
  line-height  : 23px;
  border-radius: 0;
  color        : #222222;
  text-align   : center;
  padding      : 0;
  margin-bottom: 0;
  border       : none;
  position     : absolute;
  border-left  : 2px solid #222222;
  right        : 0;
}

.woocommerce .quantity input[type="button"].plus {
  top: 0;
}

.woocommerce .quantity input[type="button"].minus {
  bottom    : 0;
  border-top: 2px solid #222222;
}

.woocommerce .quantity input[type="number"] {
  width          : 49px;
  height         : 48px;
  border-radius  : 0;
  color          : #222222;
  font-size      : 20px;
  font-weight    : 700;
  line-height    : 47px;
  text-align     : center;
  margin         : 0;
  padding        : 0;
  border         : none;
  -moz-appearance: textfield;
}

.woocommerce .quantity input[type="number"]::-webkit-inner-spin-button,
.woocommerce .quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance        : none;
}

.woocommerce .quantity input[type="number"]::-webkit-input-placeholder {
  color: #222222;
}

.woocommerce .quantity input[type="number"]::-moz-placeholder {
  color: #222222;
}

.woocommerce .quantity input[type="number"]:-ms-input-placeholder {
  color: #222222;
}

.woocommerce .quantity input[type="number"]::-ms-input-placeholder {
  color: #222222;
}

.woocommerce .quantity input[type="number"]::placeholder {
  color: #222222;
}

.woocommerce table.shop_attributes {
  background-color: #ffffff;
  border          : 1px solid #eee;
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
  border: none;
}

.woocommerce table.shop_attributes th {
  color      : #222222;
  font-family: "Montserrat", sans-serif;
}

.woocommerce .quantity .qty {
  height          : 46px;
  line-height     : 46px;
  width           : 80px;
  border          : none;
  color           : #222222;
  background-color: #ffffff;
  font-size       : 13px;
  font-weight     : 400;
  margin-right    : 1px;
  padding-right   : 10px;
  border-radius   : 0;
}

.products-pagination {
  margin-bottom: 50px;
  text-align   : center;
}

.products-pagination a {
  background-color: #f5f5f5;
  color           : #222222;
  font-family     : "Montserrat", sans-serif;
  font-size       : 20px;
  font-weight     : 500;
  border          : none;
  text-transform  : uppercase;
  padding         : 0;
  width           : 50px;
  height          : 50px;
  line-height     : 50px;
  text-align      : center;
  border-radius   : 0;
  display         : inline-block;
  margin-right    : 15px;
}

.products-pagination a:last-of-type {
  margin-right: 0;
}

.products-pagination a:hover {
  background: #f9bc01;
  color     : #ffffff;
}

.related.products h3 {
  font-size     : 24px;
  font-weight   : 700;
  line-height   : 1;
  text-transform: capitalize;
  margin-bottom : 35px;
  position      : relative;
}

/* WooCommerce Alerts */
.woocommerce-info {
  border-top-color: #1e85be;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding         : 30px;
  line-height     : 1;
  background-color: #f5f5f5;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  line-height: 24px;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  display: none;
}

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

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

.woocommerce #review_form #respond .comment-form-author,
.woocommerce #review_form #respond .comment-form-email {
  display: inline-grid;
  clear  : both;
  width  : 100%;
}

.woocommerce #review_form #respond .comment-form-author input,
.woocommerce #review_form #respond .comment-form-email input {
  margin-bottom: 0;
}

.woocommerce #review_form #respond input[type="text"] {
  width: 100%;
}

.woocommerce #review_form #respond label {
  display: block;
}

/* WooCommerce Cart */
.woocommerce table.shop_table {
  margin-bottom   : 50px;
  border-radius   : 0;
  background-color: #f5f5f5;
  border-color    : transparent;
}

.woocommerce table.shop_table th {
  font-weight : 700;
  color       : #222222;
  font-size   : 16px;
  text-align  : center;
  border-right: 1px solid #e6e6e6;
  padding     : 0;
  line-height : 46px;
}

.woocommerce table.shop_table th:last-child {
  border-right: none;
}

.woocommerce table.shop_table td {
  position        : relative;
  padding         : 20px 20px 30px 20px;
  border-top-color: #e6e6e6;
  border-right    : 1px solid #e6e6e6;
}

.woocommerce table.shop_table td:last-child {
  border-right: none;
}

.woocommerce table.shop_table td.product-price,
.woocommerce table.shop_table td.product-subtotal {
  text-align : center;
  color      : #f9bc01;
  font-family: "Montserrat", sans-serif;
  font-size  : 15px;
  font-weight: 700;
  line-height: 20px;
}

.woocommerce table.shop_table td.actions {
  padding: 30px;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 400;
  font-size  : 18px;
}

.woocommerce table.shop_table img {
  float       : left;
  margin-right: 20px;
  width       : 60px;
  height      : 60px;
}

.woocommerce table.shop_table a {
  font-family: "Montserrat", sans-serif;
  color      : #222222;
  font-size  : 16px;
  font-weight: 700;
}

.woocommerce table.shop_table a:hover {
  color: #f9bc01;
}

.woocommerce table.shop_table a.remove {
  width           : 19px;
  height          : 19px;
  background-color: #222222;
  font-size       : 13px;
  line-height     : 19px;
  color           : #ffffff !important;
  position        : absolute;
  top             : 20px;
  right           : 20px;
  border-radius   : 0;
}

.woocommerce table.shop_table a.remove:hover {
  background: #f9bc01;
}

.woocommerce table.shop_table .quantity {
  text-align: center;
}

.woocommerce table.shop_table .quantity .qty,
.woocommerce table.shop_table .quantity input[type="button"] {
  background: transparent;
}

.woocommerce table.shop_table .quantity .form-inputs {
  width: 53px;
}

.woocommerce table.shop_table .quantity .form-inputs .plus,
.woocommerce table.shop_table .quantity .form-inputs .minus {
  display: none;
}

.woocommerce table.shop_table.my_account_orders {
  border       : 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.woocommerce table.shop_table.my_account_orders a.button {
  color      : #ffffff;
  width      : 102px;
  height     : 42px;
  line-height: 42px;
  font-size  : 13px;
  margin     : 0 auto;
}

.woocommerce table.shop_table.my_account_orders a.button:hover {
  background-color: #222222;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  background   : #ffffff;
  width        : 250px;
  height       : 42px;
  line-height  : 42px;
  padding      : 0 15px;
  border-radius: 0;
  color        : #959595;
  border       : 1px solid #e6e6e6;
}

.woocommerce-cart table.cart td.actions .button {
  margin-left  : 10px;
  display      : inline-block;
  width        : 134px;
  height       : 42px;
  line-height  : 42px;
  border-radius: 0;
  color        : #ffffff;
  font-family  : "Montserrat", sans-serif;
  font-size    : 13px;
  font-weight  : 700;
  padding      : 0;
}

.woocommerce-cart table.cart td.actions .button:hover {
  background-color: #222222;
}

.woocommerce-cart table.cart td.actions .button:disabled {
  cursor : pointer;
  opacity: 1;
}

.woocommerce-cart table.cart td.actions .button[name="update_cart"] {
  width           : 134px;
  height          : 42px;
  border-radius   : 0;
  background-color: #222222;
  color           : #ffffff;
}

.woocommerce-cart table.cart td.actions .button[name="update_cart"]:hover {
  background: #f9bc01;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .cross-sells {
  padding      : 30px;
  border       : none;
  border-radius: 0;
  background   : #f5f5f5;
}

.woocommerce .cart-collaterals h2 {
  font-size     : 16px;
  font-weight   : 700;
  text-transform: capitalize;
  margin-bottom : 20px;
}

.woocommerce .cart-collaterals table.shop_table {
  border          : none;
  background-color: #f5f5f5;
  font-family     : "Montserrat", sans-serif;
}

.woocommerce .cart-collaterals table.shop_table th {
  padding    : 0;
  text-align : left;
  font-size  : 13px;
  color      : #f9bc01;
  font-weight: 700;
  line-height: 36px;
  border     : none;
}

.woocommerce .cart-collaterals table.shop_table td {
  padding    : 0;
  line-height: 36px;
  text-align : right;
  font-size  : 13px;
  font-weight: 400;
  border     : none;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout {
  padding      : 0;
  margin-bottom: 0;
  text-align   : right;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout a {
  margin-bottom: 0;
  float        : right;
  margin-top   : 20px;
}

.woocommerce .cart-collaterals .checkout-button {
  padding  : 0 30px;
  margin   : 0;
  font-size: 13px;
  width    : auto;
  display  : inline-block;
}

.woocommerce .cart-collaterals .btn {
  width      : auto;
  height     : 40px;
  line-height: 40px;
  font-size  : 12px;
}

/* WooCommerce Checkout */
.woocommerce-MyAccount-content legend {
  padding: 30px 0 10px 0;
}

.woocommerce form .form-row {
  float: none;
  width: 100%;
}

.woocommerce form .form-row input.input-text {
  background: #ffffff;
}

.woocommerce form .form-row label {
  font-family   : "Montserrat", sans-serif;
  font-weight   : 500;
  text-transform: capitalize;
  color         : #222222;
  width         : 100%;
}

.woocommerce form .form-row .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce form .form-row .woocommerce-input-wrapper input {
  background: #ffffff;
  height    : 39px;
  border    : 1px solid #e6e6e6;
}

.woocommerce form .form-row .woocommerce-input-wrapper textarea {
  background   : #ffffff;
  border       : 1px solid #e6e6e6;
  border-radius: 2px;
}

.woocommerce form .form-row .select2-container {
  font-size    : 12px;
  font-weight  : 400;
  line-height  : 46px;
  border-color : #e6e6e6;
  border-radius: 0;
  height       : 46px;
  width        : 370px;
  padding      : 0 7px;
}

.woocommerce form .form-row.form-row-last {
  float: none;
}

.woocommerce form .form-row textarea {
  height       : 100px;
  padding      : 10px;
  border-radius: 0;
  border-color : #e6e6e6;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float           : left;
  width           : 48%;
  -ms-flex        : 0 0 48%;
  -webkit-box-flex: 0;
  flex            : 0 0 48%;
  max-width       : 48%;
  background-color: #f5f5f5;
  padding         : 20px;
  border-radius   : 0;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float           : right;
  width           : 48%;
  -ms-flex        : 0 0 48%;
  -webkit-box-flex: 0;
  flex            : 0 0 48%;
  max-width       : 48%;
  background-color: #f5f5f5;
  padding         : 20px;
  border-radius   : 0;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  width        : 100%;
  position     : relative;
  font-size    : 12px;
  font-weight  : 400;
  line-height  : 46px;
  border-color : #e6e6e6;
  border-radius: 0;
  height       : 46px;
  padding      : 0 7px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered:before {
  position      : absolute;
  font-size     : 16px;
  font-weight   : 600;
  right         : 10px;
  top           : 0;
  z-index       : 1;
  pointer-events: none;
  cursor        : pointer;
  color         : #9b9b9b;
  font-family   : "Font Awesome 5 Free";
  content       : "\f107";
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -13px;
  margin-top : 4px;
}

.select2-dropdown {
  background-color: #f8f8f8;
  border-radius   : 0;
  margin-top      : 0;
  border          : 1px solid #e6e6e6;
  overflow        : hidden;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__rendered {
  border-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border          : none;
  background-color: #f5f5f5;
  border-radius   : 0;
}

.select2-results__option {
  padding-left: 20px;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  height: auto;
}

.woocommerce-form__label-for-checkbox span:not(.required) {
  margin-left: 20px;
  padding-top: 7px;
  display    : inline-block;
}

.woocommerce-page form .password-input {
  width: 100%;
}

/* WooCommerce Account */
.woocommerce-account .woocommerce h2 {
  text-align: center;
}

.woocommerce form.login {
  max-width   : 400px;
  margin-right: auto;
  margin-left : auto;
  padding     : 40px;
}

.woocommerce form.login .woocommerce-Input--text {
  margin: 0 0 20px;
}

.woocommerce form.login .form-row:last-of-type {
  float: left;
  width: 50%;
}

.woocommerce form.login .woocommerce-LostPassword {
  font-size     : 13px;
  font-weight   : 700;
  text-transform: capitalize;
  margin-bottom : 0;
}

.woocommerce form.login label {
  height       : 30px;
  margin-bottom: 0;
}

.woocommerce form.login .woocommerce-Button {
  width: 140px;
}

.woocommerce form.login .woocommerce-form-login__rememberme {
  height: 50px;
}

.woocommerce form.login .woocommerce-form-login__submit {
  margin-right: 0;
}

.woocommerce form.login .woocommerce-form-login__submit:hover {
  background-color: #222222;
}

.woocommerce form.login .form-row {
  padding: 0;
}

.woocommerce-form-login .woocommerce-form__label-for-checkbox span:not(.required) {
  margin-left: 10px;
  padding-top: 7px;
  float      : left;
  line-height: 41px;
}

.woocommerce-form-login input[type="checkbox"] {
  float: left;
}

.woocommerce-account p {
  font-size: 14px;
}

.woocommerce-account a {
  color: #222222;
}

.woocommerce-account a:hover {
  color: #f9bc01;
}

.woocommerce-account .woocommerce-MyAccount-content {
  border-radius   : 0;
  padding         : 40px;
  background-color: #f5f5f5;
  border          : none;
}

.woocommerce-account .woocommerce-MyAccount-content strong {
  color: #222222;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  line-height     : 36px;
  border-radius   : 0;
  padding         : 40px;
  background-color: #f5f5f5;
  border          : none;
}

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

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color      : #222222;
  font-size  : 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #f9bc01;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #f9bc01;
}

.woocommerce-account .addresses .title h3 {
  font-size: 18px;
}

/* Module Cart */
.cart-box .woocommerce-mini-cart__empty-message {
  text-align: center;
}

.cart-box .woocommerce-mini-cart {
  padding      : 0;
  list-style   : none;
  margin-bottom: 0;
}

.cart-box .cart_list.product_list_widget.woocommerce-mini-cart li {
  margin-bottom: 20px;
  position     : relative;
  min-height   : 60px;
  padding-left : 65px;
}

.cart-box .cart_list.product_list_widget.woocommerce-mini-cart li:last-child {
  margin-bottom: 0;
}

.cart-box .cart_list.product_list_widget.woocommerce-mini-cart li a {
  font-family   : "Montserrat", sans-serif;
  color         : #222222;
  font-size     : 14px;
  text-transform: capitalize;
  line-height   : 1;
  font-weight   : 700;
  margin-bottom : 8px;
}

.cart-box .cart_list.product_list_widget.woocommerce-mini-cart li a:hover {
  color: #f9bc01;
}

.cart-box .cart_list.product_list_widget.woocommerce-mini-cart li span.quantity {
  font-family  : "Montserrat", sans-serif;
  display      : block;
  color        : #9b9b9b;
  font-size    : 14px;
  line-height  : 20px;
  font-weight  : 600;
  margin-bottom: 0;
}

.cart-box .cart_list.product_list_widget.woocommerce-mini-cart li .remove_from_cart_button {
  font-size       : 12px;
  position        : absolute;
  text-align      : center;
  background-color: #222222;
  color           : #ffffff !important;
  right           : 0;
  top             : 0;
  width           : 19px;
  height          : 19px;
  line-height     : 19px;
  border-radius   : 0;
}

.cart-box .cart_list.product_list_widget.woocommerce-mini-cart li .remove_from_cart_button:hover {
  background-color: #f9bc01;
  color           : #ffffff !important;
}

.cart-box .cart_list.product_list_widget.woocommerce-mini-cart li img {
  width        : 50px;
  height       : 50px;
  margin-right : 15px;
  position     : absolute;
  left         : 0;
  top          : 0;
  border       : none;
  border-radius: 0;
}

.cart-box .woocommerce-mini-cart__total {
  font-family   : "Montserrat", sans-serif;
  min-height    : 30px;
  font-size     : 15px;
  font-weight   : 600;
  line-height   : 1;
  text-transform: capitalize;
  margin-bottom : 0;
  padding       : 20px 0 30px 0;
}

.cart-box .woocommerce-mini-cart__total strong {
  color      : #9b9b9b;
  font-weight: 600;
}

.cart-box .woocommerce-mini-cart__total .woocommerce-Price-amount,
.cart-box .woocommerce-mini-cart__total .woocommerce-Price-currencySymbol {
  color       : #f9bc01 !important;
  font-size   : 15px !important;
  font-weight : 600;
  margin-right: 0;
}

.cart-box .woocommerce-Price-amount,
.cart-box .woocommerce-Price-currencySymbol {
  font-family : "Montserrat", sans-serif;
  color       : #9b9b9b !important;
  font-size   : 13px !important;
  font-weight : 600;
  margin-right: 0;
}

.cart-box .woocommerce-Price-amount span,
.cart-box .woocommerce-Price-currencySymbol span {
  margin-right: 0;
  font-weight : 600;
}

.cart-box .woocommerce-mini-cart__buttons {
  margin-bottom: 0;
}

.cart-box .woocommerce-mini-cart__buttons a.button {
  width         : 120px;
  height        : 40px;
  line-height   : 40px;
  display       : inline-block;
  margin-right  : 10px;
  color         : #ffffff;
  border        : none;
  border-radius : 0;
  position      : relative;
  z-index       : 2;
  font-family   : "Montserrat", sans-serif;
  font-size     : 13px;
  font-weight   : 700;
  text-transform: capitalize;
  text-align    : center;
  padding       : 0;
}

.cart-box .woocommerce-mini-cart__buttons a.button:last-of-type {
  margin-right: 0;
}

.cart-box .woocommerce-mini-cart__buttons a.button.checkout {
  background-color: #f9bc01;
}

.cart-box .woocommerce-mini-cart__buttons a.button.checkout:hover {
  background: #222222;
  color     : #ffffff;
}

.cart-box .woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout) {
  background-color: #222222;
}

.cart-box .woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout):hover {
  background-color: #f9bc01;
  color           : #ffffff;
}

.header-dark .cart-box .cart_list.product_list_widget.woocommerce-mini-cart li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.header-dark .cart-box .cart_list.product_list_widget.woocommerce-mini-cart li a {
  color: #ffffff;
}

.header-dark .cart-box .woocommerce-mini-cart__total strong {
  color: #ffffff;
}

.woocommerce .cart-empty,
.woocommerce .return-to-shop {
  text-align: center;
}

.woocommerce .return-to-shop a {
  margin: 0 auto;
}

/* WooCommerce Review */
.woocommerce #reviews #comments h2 {
  font-size    : 18px;
  margin-bottom: 15px;
}

.woocommerce.single-product .woocommerce-Tabs-panel>h2 {
  display: none;
}

.woocommerce #review_form #respond .comment-reply-title {
  display       : none;
  margin-bottom : 30px;
  margin-top    : 30px;
  font-size     : 20px;
  font-weight   : 600;
  color         : #222222;
  line-height   : 1;
  text-transform: capitalize;
  padding-bottom: 10px;
  position      : relative;
}

.woocommerce #reviews .comment-form-comment label {
  font-weight: 500;
  color      : #222222;
}

.woocommerce #reviews #comment {
  max-height   : 200px;
  border-radius: 0;
}

.comment-form-cookies-consent+.comment-form-rating {
  margin-top: 30px;
}

.comment-form-rating label {
  float         : left;
  margin-right  : 15px;
  line-height   : 14px;
  text-transform: capitalize;
  font-weight   : 500;
  color         : #222222;
}

.up-sells.upsells.products {
  padding-top: 0;
}

.up-sells.upsells.products>h2 {
  font-size     : 20px;
  font-weight   : 600;
  line-height   : 1;
  text-transform: capitalize;
  margin-bottom : 30px;
  padding-bottom: 10px;
  position      : relative;
}

.up-sells.upsells.products>h2:after {
  position        : absolute;
  bottom          : -2px;
  left            : 0;
  content         : "";
  width           : 50px;
  height          : 2px;
  background-color: #f9bc01;
}

/* WooCommerce Pagaination */
.woocommerce nav.woocommerce-pagination ul {
  border : none;
  padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  margin-right: 10px;
  border      : none;
}

.woocommerce nav.woocommerce-pagination ul li:last-child {
  margin-right: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding      : 0;
  border-radius: 0;
  color        : #222222;
  font-family  : "Montserrat", sans-serif;
  font-size    : 13px;
  font-weight  : 600;
  width        : 50px;
  height       : 50px;
  line-height  : 50px;
  text-align   : center;
  border       : 1px solid transparent;
  background   : #f9f9f9;
}

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

.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #f9bc01;
  color           : #ffffff;
}

.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
  font-size: 0;
  position : relative;
}

.woocommerce nav.woocommerce-pagination ul li .prev:before,
.woocommerce nav.woocommerce-pagination ul li .next:before {
  position   : absolute;
  top        : 0;
  left       : 0;
  height     : 50px;
  line-height: 50px;
  width      : 50px;
  text-align : center;
  font-size  : 20px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.woocommerce nav.woocommerce-pagination ul li .prev:before {
  content: "\f104";
}

.woocommerce nav.woocommerce-pagination ul li .next:before {
  content: "\f105";
}

/* Mini Cart */
.cart-box .woocommerce-mini-cart__empty-message {
  margin-bottom: 0;
}

.woocommerce-password-strength {
  margin-top   : 15px;
  border-radius: 0;
  color        : #ffffff;
}

.woocommerce-checkout h3 {
  font-size     : 22px;
  text-transform: capitalize;
}

.woocommerce-checkout h3#order_review_heading {
  margin-top: 50px;
}

.woocommerce-checkout table.shop_table {
  padding: 30px;
}

.woocommerce-checkout table.shop_table th {
  text-align  : left;
  border-right: none;
  line-height : 36px;
}

.woocommerce-checkout table.shop_table td {
  padding     : 12px;
  border-right: none;
  font-size   : 14px;
  font-weight : normal;
}

.woocommerce-checkout table.shop_table td.product-name {
  color      : #222222;
  font-weight: 700;
}

.woocommerce-checkout table.shop_table tfoot th {
  font-size  : 13px;
  font-weight: 700;
}

.woocommerce-checkout table.shop_table tfoot td {
  font-size  : 13px;
  font-weight: normal;
  color      : #959595;
}

.woocommerce-checkout #payment {
  border-radius   : 0;
  background-color: #f5f5f5;
  border          : none;
  padding         : 15px;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: #f8f8f8;
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #f8f8f8;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom-color: #e6e6e6;
}

.woocommerce-order-details {
  padding-top   : 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 320px) and (max-width: 468px) {

  .woocommerce-result-count,
  .woocommerce-ordering {
    float     : none;
    text-align: center;
  }

  .woocommerce-result-count {
    margin-bottom: 30px;
  }

  .woocommerce .woocommerce-ordering select {
    width    : 100%;
    max-width: 300px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .woocommerce .woocommerce-ordering:before {
    right: 20px;
  }

  .cart-box .woocommerce-mini-cart__total strong {
    color: #ffffff;
  }

  .woocommerce .products div.product {
    max-width   : 300px;
    margin-right: auto;
    margin-left : auto;
  }

  .woocommerce-tabs {
    width: 100%;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-right: 0;
  }

  .woocommerce.single-product .related.products div.product {
    margin: 0 auto 30px auto;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-box .woocommerce-mini-cart__total strong {
    color: #ffffff;
  }

  .woocommerce.single-product .related.products div.product {
    margin: 0 auto 30px auto;
  }
}

.woocommerce-product-gallery__image a {
  width   : 100%;
  display : block;
  position: relative;
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  opacity: 1;
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  top: 0;
}

.woocommerce-grouped-product-list-item__quantity .quantity span {
  display: none;
}

.woocommerce.single-product div.product form.cart .group_table {
  width        : 100%;
  margin-bottom: 30px;
}

.woocommerce.single-product div.product form.cart .group_table tr {
  margin-bottom: 15px;
}

.woocommerce.single-product div.product form.cart .group_table td {
  font-size: 16px;
}

.woocommerce.single-product div.product form.cart .group_table td ins {
  text-decoration: none;
}

.woocommerce.single-product div.product form.cart .group_table td:first-child {
  padding-left : 0;
  padding-right: 0;
}

.woocommerce.single-product div.product form.cart .group_table td a {
  color: #222222;
}

.woocommerce.single-product div.product form.cart .group_table td label {
  margin-bottom: 0;
}

.woocommerce.single-product div.product form.cart .group_table td .woocommerce-Price-amount {
  font-weight: 600;
  line-height: 42px;
}

.woocommerce-grouped-product-list-item__quantity .quantity .woocommerce-grouped-product-list-item__label {
  line-height: 42px;
}

.woocommerce-grouped-product-list-item__quantity .quantity .woocommerce-grouped-product-list-item__label a {
  color: #222222;
}

/*------------------------------------*\
    #BOXED LAYOUT
\*------------------------------------*/
.page-boxed.footer-parallax #footer,
.page-bordered.footer-parallax #footer {
  position: static;
}

.page-boxed.footer-parallax #wrapper,
.page-bordered.footer-parallax #wrapper {
  margin-bottom: 0 !important;
}

.page-boxed .header .navbar {
  max-width   : 1170px;
  margin-right: auto;
  margin-left : auto;
}

@media only screen and (min-width: 1200px) {
  .page-boxed {
    background-attachment: fixed;
  }

  .page-boxed .wrapper {
    width             : 1170px;
    margin            : auto;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow        : 0 3px 10px rgba(0, 0, 0, 0.2);
  }

  .page-boxed .wrapper .container {
    padding-right: 30px;
    padding-left : 30px;
  }

  .page-bordered .navbar-sticky {
    top: auto;
  }

  .page-bordered .navbar-sticky.navbar-fixed {
    top: 32px;
  }
}

@media only screen and (max-width: 1200px) {
  .page-boxed .wrapper {
    width     : auto;
    margin    : auto;
    overflow-x: hidden;
  }
}

/*------------------------------------*\
    #Divider
\*------------------------------------*/
.divider {
  position: absolute;
  left    : 0;
  bottom  : 0;
  width   : 100%;
}

/*------------------------------------*\
    #Footer
\*------------------------------------*/
/* Parallax Effect */
.footer-parallax #wrapper {
  position  : relative;
  z-index   : 1060;
  min-height: 100vh;
}

.footer-parallax #footer {
  position: fixed;
  z-index : -1;
  left    : 0;
  right   : 0;
  bottom  : 0;
}

@media only screen and (max-width: 991px) {
  .footer-parallax #wrapper {
    margin-bottom: 0 !important;
  }

  .footer-parallax #footer {
    position: static;
  }
}

.footer {
  background-color: #222222;
  padding-top     : 0;
  padding-bottom  : 0;
  /* Footer Top */
}

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

.footer .widget .footer-widget-title {
  font-size     : 13px;
  font-weight   : 700;
  line-height   : 1.8;
  text-transform: uppercase;
  margin-bottom : 16px;
}

.footer .widget .footer-widget-title:empty {
  margin-bottom: 0;
}

.footer .widget .footer-widget-title img {
  margin-bottom: 0;
}

.footer .footer-top {
  padding-top   : 120px;
  padding-bottom: 80px;
}

.footer .footer-top .menu-company ul.menu {
  padding-left : 0;
  list-style   : none;
  margin-bottom: 0;
  overflow     : hidden;
  margin-top   : -10px;
}

.footer .footer-top .menu-company ul.menu li {
  width        : 50%;
  float        : left;
  margin-left  : 0;
  border-bottom: none;
  line-height  : 31px;
}

.footer .footer-top .menu-company ul.menu li a {
  color         : #9b9b9b;
  font-size     : 14px;
  font-weight   : 400;
  line-height   : 31px;
  text-transform: capitalize;
}

.footer .footer-top .menu-company ul.menu li a:before {
  display: none;
}

.footer .footer-top .menu-company ul.menu li a:hover {
  color: #f9bc01;
}

.footer p {
  color        : #9b9b9b;
  font-size    : 14px;
  font-weight  : 400;
  line-height  : 25px;
  margin-bottom: 25px;
}

.footer img {
  margin-bottom: 24px;
}

.footer .footer-logo {
  margin-bottom: 24px;
  max-width    : 100px;
}

.footer .form-newsletter {
  border : 2px solid #2b2b2b;
  padding: 40px;
}

.footer .form-newsletter .form-desc p {
  margin-top   : 0;
  font-size    : 15px;
  margin-bottom: 21px;
}

.footer .form-newsletter .mc4wp-response p {
  margin-bottom: 0;
}

.footer .form-newsletter form {
  border-radius: 0;
  overflow     : hidden;
  margin-bottom: 12px;
  max-width    : 280px;
  margin-bottom: 0;
}

.footer .form-newsletter span {
  display: none;
}

.footer .form-newsletter .form-row {
  position: relative;
  padding : 0;
  margin  : 0;
}

.footer .form-newsletter input {
  background-color: white;
  border          : none;
  color           : #9b9b9b;
  font-size       : 14px;
  font-weight     : 400;
  height          : 41px;
  line-height     : 41px;
  margin-bottom   : 0;
  padding         : 0 50px 0 20px;
  text-transform  : capitalize;
  border-radius   : 0;
  width           : calc(100% - 50px);
}

.footer .form-newsletter input::-webkit-input-placeholder {
  color: #9b9b9b;
}

.footer .form-newsletter input:-moz-placeholder {
  color: #9b9b9b;
}

.footer .form-newsletter input::-moz-placeholder {
  color: #9b9b9b;
}

.footer .form-newsletter input:-ms-input-placeholder {
  color: #9b9b9b;
}

.footer .form-newsletter button {
  position          : absolute;
  bottom            : 0;
  right             : 0;
  background-color  : #f9bc01;
  border            : none;
  width             : 41px;
  height            : 41px;
  line-height       : 41px;
  color             : #ffffff;
  font-size         : 16px;
  font-weight       : 400;
  cursor            : pointer;
  -webkit-transition: 0.3s ease;
  -o-transition     : 0.3s ease;
  transition        : 0.3s ease;
  border-radius     : 0;
}

.footer .form-newsletter button:hover {
  background-color: #ffffff;
  color           : #222222;
}

.footer .widget-contact-info ul {
  list-style   : none;
  margin-bottom: 0;
  padding      : 0;
}

.footer .widget-contact-info ul li {
  font-size     : 14px;
  font-weight   : 400;
  text-transform: capitalize;
  line-height   : 21px;
  color         : #9b9b9b;
  margin-bottom : 10px;
}

.footer .widget-contact-info ul li:last-child {
  margin-bottom: 0;
}

.footer .widget-contact-info ul li:first-child {
  margin-bottom: 30px;
}

.footer .widget-contact-info ul li.contact-email a {
  text-transform: lowercase;
}

.footer .widget-contact-info ul li span {
  margin-right: 6px;
}

.footer .widget-contact-info ul li a {
  color: #f9bc01;
}

.footer .widget-contact-info ul li a:hover {
  color: #ffffff;
}

.footer:not(.footer-light) .footer-top a {
  color: #ffffff;
}

.footer:not(.footer-light) .footer-top a:hover {
  color: #f9bc01;
}

.footer:not(.footer-light) .footer-top .widget-contact-info ul li a {
  color: #f9bc01;
}

.footer:not(.footer-light) .footer-top .widget-contact-info ul li a:hover {
  color: #ffffff;
}

.footer:not(.footer-light) .form-newsletter .form-desc p {
  color: #f9f9f9;
}

.footer:not(.footer-light) .widget .footer-widget-title {
  color: #ffffff;
}

.footer:not(.footer-light) .widget_tag_cloud a:hover,
.footer:not(.footer-light) .widget_product_tag_cloud a:hover {
  background-color: #ffffff;
}

.footer:not(.footer-light) .widget_meta ul li,
.footer:not(.footer-light) .widget_pages ul li,
.footer:not(.footer-light) .widget_archive ul li,
.footer:not(.footer-light) .widget_nav_menu ul li,
.footer:not(.footer-light) .widget_categories ul li,
.footer:not(.footer-light) .widget_recent_comments ul li {
  border-bottom-color: rgba(238, 238, 238, 0.3);
}

.footer:not(.footer-light) #wp-calendar thead th {
  color: #ffffff;
}

.footer:not(.footer-light) #wp-calendar tbody td {
  background-color: transparent;
}

.footer:not(.footer-light) #wp-calendar caption {
  color: #ffffff;
}

.footer-bottom {
  border-top : 1px solid rgba(71, 71, 71, 0.25);
  padding    : 33px 0;
  font-size  : 12px;
  font-family: "Montserrat", sans-serif;
}

.footer-bottom .footer-menu {
  text-align   : right;
  margin-bottom: 0;
}

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

.footer-bottom .footer-menu li a {
  display     : block;
  color       : #9b9b9b;
  font-size   : 12px;
  line-height : 1;
  display     : block;
  padding-left: 16px;
  position    : relative;
}

.footer-bottom .footer-menu li a:hover {
  color: #ffffff;
}

.footer-bottom .footer-menu li a:before {
  content         : "";
  position        : absolute;
  top             : 0;
  left            : 8px;
  height          : 10px;
  width           : 1px;
  background-color: #9b9b9b;
}

.footer-bottom .footer-menu li:first-child a:before {
  display: none;
}

.footer-bottom .footer-social {
  margin-top   : 15px;
  margin-bottom: 0;
  list-style   : none;
  text-align   : center;
}

.footer-bottom .footer-social li {
  display     : inline-block;
  margin-right: 20px;
}

.footer-bottom .footer-social li:last-child {
  margin-right: 0;
}

.footer-bottom .footer-social li a {
  font-size  : 18px;
  line-height: 24px;
  height     : 24px;
  color      : #f9f9f9;
  display    : inline-block;
  overflow   : hidden;
}

.footer-bottom .footer-social li a i {
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
  display           : block;
  line-height       : 24px;
}

.footer-bottom .footer-social li a i:last-child {
  color: #f9bc01;
}

.footer-bottom .footer-social li a:hover i:first-child {
  margin-top: -24px;
}

.footer-bottom .footer-copyrights a:hover {
  color: #ffffff;
}

.social--icons a {
  color       : #ffffff;
  font-size   : 15px;
  height      : 17px;
  font-weight : 400;
  line-height : 1;
  margin-right: 24px;
  text-align  : center;
  overflow    : hidden;
  display     : inline-block;
}

.social--icons a i {
  -webkit-transition: all 0.3s ease;
  -o-transition     : all 0.3s ease;
  transition        : all 0.3s ease;
  display           : block;
  line-height       : 17px;
}

.social--icons a i:last-child {
  color: #f9bc01;
}

.social--icons a:hover i:first-child {
  margin-top: -17px;
}

.social--icons a:last-child {
  margin-right: 0;
}

.footer .widget_query-posts .entry.entry-thumb-small .entry-title a {
  color      : #cecece;
  font-weight: 600;
}

.footer .widget_query-posts .entry.entry-thumb-small .entry-title a:hover {
  color: #f9bc01;
}

.footer-light {
  border-top      : 1px solid #eaeaea;
  background-color: #ffffff;
}

.footer-light .footer-widget-title {
  color: #222222;
}

.footer-light .social--icons a {
  color: #222222;
}

.footer-light .form-newsletter input {
  border    : 1px solid #f4f4f4;
  background: #f4f4f4;
}

.footer-light .form-newsletter button:hover {
  background-color: #222222;
  color           : #ffffff;
}

.footer-light .footer-bar hr {
  border-top: 2px solid #eaeaea;
}

.footer-light .widget_meta ul li a,
.footer-light .widget_pages ul li a,
.footer-light .widget_archive ul li a,
.footer-light .widget_nav_menu ul li a {
  color: #9b9b9b;
}

.footer-light .widget_meta ul li a:hover,
.footer-light .widget_pages ul li a:hover,
.footer-light .widget_archive ul li a:hover,
.footer-light .widget_nav_menu ul li a:hover {
  color: #f9bc01;
}

.footer-light .widget-contact-info ul li a {
  color: #f9bc01;
}

.footer-light .widget-contact-info ul li a:hover {
  color: #222222;
}

.footer-light .footer-bottom .footer-copyrights a :hover {
  color: #222222;
}

.footer-1 .show-footer1 {
  display: block !important;
}

.footer-2 .show-footer2 {
  display: block !important;
}

.footer-3 .show-footer3 {
  display: block !important;
}

.footer-4 .show-footer4 {
  display: block !important;
}

.footer-5 .show-footer5 {
  display: block !important;
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 767px) {
  .footer .footer-top {
    padding-top   : 60px;
    padding-bottom: 0;
  }

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

  .footer .footer-widget-title {
    margin-bottom: 15px;
  }

  .footer .form-newsletter form {
    max-width: 400px;
  }

  .footer .form-newsletter form input {
    width: calc(100% - 50px);
  }

  .footer .form-newsletter form button {
    right: 0;
  }

  .footer .pull-right {
    float: none !important;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top {
    padding-bottom: 40px;
  }

  .footer .footer-widget {
    margin-bottom: 20px;
  }

  .footer .footer-widget-title {
    margin-bottom: 15px;
  }
}

/*------------------------------------*\
    #Landing
\*------------------------------------*/
.landing-hero {
  position: relative;
}

.landing-hero .heading .heading-title {
  color        : #ffffff;
  font-size    : 39px;
  line-height  : 52px;
  font-weight  : 700;
  margin-bottom: 40px;
}

.landing-hero .heading .heading-subtitle {
  color      : #ffffff;
  font-size  : 15px;
  font-weight: 600;
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  .landing-hero {
    position: relative;
  }

  .landing-hero .heading .heading-title {
    text-align: center;
    font-size : 30px;
  }

  .landing-hero .wpb_single_image.vc_align_left {
    text-align: center;
  }
}

.showcase-card {
  -webkit-transition: all 200ms linear 0ms;
  -o-transition     : all 200ms linear 0ms;
  transition        : all 200ms linear 0ms;
  cursor            : pointer;
}

.showcase-card a {
  position: relative;
  display : block;
}

.showcase-card .showcase-img {
  background-position: center;
  background-repeat  : no-repeat;
  background-size    : cover;
  display            : block;
  width              : 100%;
  min-height         : 400px;
  position           : relative;
  z-index            : 2;
  -webkit-transition : all 400ms ease-out 0s;
  -o-transition      : all 400ms ease-out 0s;
  transition         : all 400ms ease-out 0s;
}

.showcase-card .showcase-content {
  margin-top: 22px;
}

.showcase-card .showcase-content span {
  font-size: 14px;
}

.showcase-card .showcase-content h4 {
  font-size         : 16px;
  margin-top        : 10px;
  margin-bottom     : 40px;
  font-family       : 800;
  -webkit-transition: all 300ms linear 0ms;
  -o-transition     : all 300ms linear 0ms;
  transition        : all 300ms linear 0ms;
  cursor            : pointer;
}

.showcase-card .showcase-content h4 a {
  color: #222222;
}

.showcase-card .showcase-content h4 a:hover {
  color: #f9bc01;
}

.showcase-card:hover {
  -webkit-transform: translateY(-12px);
  -ms-transform    : translateY(-12px);
  transform        : translateY(-12px);
}

.showcase-card:hover .showcase-img {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow        : 0 0 20px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .showcase-card {
    max-width   : 370px;
    margin-left : auto;
    margin-right: auto;
  }
}

.bg-animate {
  background-size    : cover;
  background-position: 0px 0px;
  background-repeat  : repeat-x;
  -webkit-animation  : animatedBackground 30s linear infinite;
  animation          : animatedBackground 30s linear infinite;
}

@-webkit-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 100% 0;
  }
}

/*------------------------------------*\
    #Custom
\*------------------------------------*/
@media only screen and (min-width: 1800px) {
  .custom-mockup .vc_figure {
    max-width: 110%;
  }

  .custom-mockup img {
    width    : 115%;
    max-width: inherit;
  }
}

.custom-mockup2 .vc_figure {
  position: relative;
}

.custom-mockup2 .vc_single_image-wrapper img {
  position : absolute;
  bottom   : -275px;
  right    : -50px;
  max-width: inherit;
}

.mockup-img {
  position: absolute;
  right   : -50px;
}

.mockup-img img {
  max-width: inherit;
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 991px) {
  .mockup-img {
    position : relative;
    right    : 0;
    max-width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */