/* =========================================================== */
/* 00. Call To Action
/* =========================================================== */
.cta {
  width: 100%;
  background-color: #000;
  padding: 30px 0;
}

.cta .cta-content {
  display: inline-block;
}

.cta h1 {
  color: #fff;
  font-size: 24px;
  line-height: inherit;
  text-transform: uppercase;
  padding-top: 26px;
  margin: 0;
}

.cta .cta-buttons {
  display: inline-block;
  padding-top: 5px;
  float: right;
}

.cta a.btn {
  background-color: #fff;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  padding: 18px 24px;
}

@media (max-width: 992px) {
  .cta {
    text-align: center;
  }

  .cta .cta-buttons {
    margin-top: 15px;
    text-align: center;
    display: inline-block;
    float: none;
  }
}

/* =========================================================== */
/* 00. Recent Posts
/* =========================================================== */
.recent-posts {
  position: relative;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.recent-post {
  display: inline-block;
  height: 100%;
  position: relative;
  margin-bottom: 30px;
  margin: 0px 12px;
}

.recent-post img {
  width: 100%;
  height: auto;
}

.recent-posts-content {
  background-color: #f4f5f7;
  padding: 30px 20px 15px 20px;
}

.recent-posts-content h4 {
  line-height: 23px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.recent-posts-content h4 a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.recent-posts-content h4 a:hover {
  color: #000;
}

.recent-posts-content p {
  font-size: 13px;
  font-weight: 400;
  color: #737373;
  margin: 0;
}

.recent-post .droplet-btn {
  display: none;
  margin-top: 10px;
}

.recent-post .droplet-btn a.btn {
  color: #000;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.recent-posts-meta {
  color: #737373;
  background-color: #f4f5f7;
  border-top: 1px solid #e4e7ec;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 13px;
}

.recent-posts-meta span.meta i {
  margin-right: 10px;
  font-size: 12px;
  vertical-align: middle;
  color: #000;
}

/* =========================================================== */
/* 00. Iconbox
/* =========================================================== */ 
.iconbox {
  margin-bottom: 30px;
}

.iconbox.style-1 .img,
.iconbox.style-1 .iconbox-content {
  text-align: center;
  margin:0 20px;
}

.iconbox.style-2 .img,
.iconbox.style-2 .iconbox-content {
  text-align: left;
  margin-right: 20px;
}

.iconbox.style-1 .img,
.iconbox.style-2 .img {
  margin-bottom: 40px;
}

.iconbox .iconbox-caption h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: normal;
  text-transform: uppercase;
}

.iconbox .iconbox-caption p {
  font-size: 14px;
  margin: 0;
}

.iconbox .iconbox-btn {
  margin-top: 12px;
}

.iconbox .iconbox-btn a {
  text-transform: uppercase;
  font-size: 12px;
  color: #000;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
}

.iconbox .iconbox-btn i {
  font-size: 10px;
  color: #000;
  margin-left: 12px;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
}

/* =========================================================== */
/* 00. Testimonials
/* =========================================================== */
.testimonials {
  visibility: hidden;
}

.testimonials .info {
  position: relative;
  padding: 40px 50px 40px 60px;
  margin: 0 12px;
  background-color: #f3f4f6;
  text-align: left;
  margin-bottom: 30px;
}

.testimonials .info:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 140px;
  line-height: 1em;
  color: #000;
  font-weight: 900;
  opacity: .02;
  content: "\f10d";
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
}

.testimonials .info p {
  font-size: 14px;
  color: #737373;
  margin-bottom: 0;
  line-height: 26px;
  text-align: left;
  overflow: hidden;
}

.testimonials img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  float: left;
  margin-right: 30px;
  margin-left: 70px;
}

.testimonials h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding-top: 10px;
  margin-bottom: 0;
}

.testimonials h4:after {
  content: "-";
  margin-right: 5px;
}

.testimonials .slick-dots {
  bottom: -35px;
}

/*Google Map*/
.wpb_gmaps_widget .wpb_wrapper {
  background-color: transparent !important;
  padding: 0 !important;
}

/* =========================================================== */
/* 00. Accordion
/* =========================================================== */ 
.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel:first-child .vc_tta-panel-heading {
  border-top: none;
}

.vc_tta-panels {
  border-radius: 0px !important;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background: #000;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::after,
.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before,
.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
  border-color: #fff !important;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body {
  background: #f4f5f7;
  border: none;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
  border-top: none;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 !important;
  background-color: #f4f5f7;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  text-transform: none;
  font-weight: 600;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title:after {
  display: none;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
  border-top: 1px solid #e4e7ec !important;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
  color: #fff !important;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right a {
  padding-right: 42px;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right a .vc_tta-controls-icon.vc_tta-controls-icon-plus {
  right: 25px;
  width: 9px;
  height: 9px;
}

.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after,
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before,
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
  border-color: #000 !important;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left a {
  padding-left: 45px;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left a .vc_tta-controls-icon.vc_tta-controls-icon-plus {
  left: 25px;
  width: 9px;
  height: 9px;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  padding: 25px 30px 18px;
  background: #f4f5f7 !important;
}

.vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body p {
  line-height: 26px;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel {
  margin-bottom: 19px;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
  border: none;
  margin: 0;
  background: transparent;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
  padding: 8px 30px 0 43px;
  border: none !important;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body .wpb_text_column p {
  line-height: 22px;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel-title {
  padding: 0;
  font-size: 16px;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel-title > a {
  padding: 7px 20px 5px;
  letter-spacing: -0.02em;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel-title > a .vc_tta-controls-icon {
  border: 1px solid;
  width: 24px;
  height: 24px;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel-title > a .vc_tta-controls-icon::before {
  left: 6px;
  right: 6px;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel-title > a .vc_tta-controls-icon::after {
  top: 6px;
  bottom: 6px;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel-title.vc_tta-controls-icon-position-left > a {
  padding-left: 43px;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel-title.vc_tta-controls-icon-position-left > a .vc_tta-controls-icon {
  left: 3px;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel-title:after {
  content: none;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern.vc_tta-color-orange.vc_tta-style-modern .vc_tta-controls-icon {
  border-color: #6c98e1;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern.vc_tta-color-orange.vc_tta-style-modern .vc_tta-controls-icon::after, 
.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern.vc_tta-color-orange.vc_tta-style-modern .vc_tta-controls-icon::before {
  border-color: #6c98e1;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern.vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-controls-icon {
  background: #6c98e1;
}

.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern.vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-controls-icon:before, 
.vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern.vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a .vc_tta-controls-icon:after {
  border-color: #fff;
}

/* =========================================================== */
/* 00. Tabs & Tour & Toggle
/* =========================================================== */
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  font-weight: 700;
  color: #000;
  background-color: #f4f5f7;
  text-transform: uppercase;
  border: 1px solid #e4e7ec !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  background-color: #000;
  color: #fff !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  background-color: #f4f5f7 !important;
  padding: 25px 30px 18px;
}

.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-tab > a {
  border-radius: 0px !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a{
  font-weight: 400;
  border:none;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a{
  background-color: #000 !important;
}

/*Toggle*/
.vc_toggle {
  background-color: #f4f5f7;
  padding-left: 20px !important;
}

.vc_toggle_title {
  border-bottom: 1px solid #e4e7ec;
  padding: 20px 20px 20px 30px !important;
}

.vc_toggle_title h4 {
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
}

.vc_toggle_title h4:hover {
  color: #000;
}

.vc_toggle .vc_toggle_icon {
  float: right;
}

.vc_toggle .vc_toggle_content {
  line-height: 26px;
  font-size: 14px !important;
  padding: 25px 0px 10px !important;
  margin: 0;
}

.vc_toggle .vc_toggle_content p {
  margin: 0;
}

.vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_title {
  background: transparent !important;
}

.vc_toggle_active .vc_toggle_title h4 {
  color: #000 !important;
}

.vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_icon,
.vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_icon::before {
  background: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}

.vc_toggle_default .vc_toggle_icon {
  background: #000 !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}

.vc_toggle_default .vc_toggle_icon::after,
.vc_toggle_default .vc_toggle_icon::before {
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  opacity: .6 !important;
}

.vc_toggle_default .vc_toggle_icon::before {
  border: 1px solid #000 !important;
}

.vc_toggle_default.vc_toggle_active .vc_toggle_icon::after,
.vc_toggle_default.vc_toggle_active .vc_toggle_icon::before {
  visibility: hidden;
}

.vc_toggle.vc_toggle_default .vc_toggle_icon {
  height: 1px !important;
}

.vc_toggle.vc_toggle_default .vc_toggle_icon::before {
  width: 1px !important;
}

.vc_toggle.vc_toggle_default .vc_toggle_icon::after {
  height: 1px !important;
}

/* =========================================================== */
/* 00. Charts
/* =========================================================== */
.vc_message_box p {
  font-weight: 500 !important;
}

.vc_separator h4 {
  font-size: 22px !important;
}

/*Pie Chart*/
.vc_pie_chart {
  margin: 50px;
}

.vc_pie_chart .wpb_pie_chart_heading {
  margin-top: 15px;
  margin-right: -25px;
  margin-left: -25px;
}

.vc_pie_chart .vc_pie_chart_value {
  font-size: 18px !important;
  font-weight: 500;
  color: inherit;
}

/*Chart*/
.vc_chart .vc_chart-legend span {
  border-radius: 50px !important;
  width: 10px !important;
  height: 10px !important;
}

.vc_chart h2 {
  font-size: 24px !important;
  font-weight: 700;
  margin-bottom: 25px !important;
}

.wpb_flickr_widget h2 {
  font-size: 24px !important;
  font-weight: 700;
  margin-bottom: 25px !important;
}

.wpb_images_carousel .vc_carousel-inner img {
  opacity: .6 !important;
}

.wpb_images_carousel .vc_carousel-inner img:hover {
  opacity: .9 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wpb_single_image .vc_figure-caption {
  margin-top: 1.2em !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  color: #000 !important;
}

.wpb_single_image.landing-promo img {
  box-shadow: 0 0 4.85px 0.15px rgba(0,0,0,.09);
  border: 6px solid #f4f5f7;
}

.retailer_logo .vc_single_image-wrapper {
  padding: 40px;
  height: 120px;
  border: 2px solid #f7f7f7;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.retailer_logo .vc_single_image-wrapper:hover {
  opacity: .7;
}

.retailer_logo .vc_single_image-wrapper img {
  background-position: center center !important;
}

.vc_btn3.vc_btn3-size-md {
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: .1px !important;
  padding: 12px 20px !important;
}

/* =========================================================== */
/* 00. Special Heading 
/* =========================================================== */
.special-heading {
  display: block;
  margin-bottom: 70px;
}

.special-heading h1 {
  font-size: 45px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 65px;
  color: #000;
  margin: 0;
}

@media (max-width: 768px) {
  .special-heading h1 {
    line-height: 65px;
    margin-bottom: 0px;
  }
}

.special-heading .heading-sep {
  width: 35px;
  height: 4px;
  display: block;
  border-radius: 50px;
  background-color: #000;
}

.heading-sep.center-pos {
  text-align: center;
  margin: 20px auto 0px auto;
}

.heading-sep.left-pos {
  text-align: left;
  margin-top: 20px;
  float: left;
}

.heading-sep.right-pos {
  text-align: right;
  margin-top: 20px;
  float: right;
}

/* =========================================================== */
/* 00. Special Text 
/* =========================================================== */
.special-text {
  display: block;
}

.special-text p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 28px;
  color: #737373;
  margin: 0 0 20px 0;
}

/* =========================================================== */
/* 00. Team Members
/* =========================================================== */ 
.team-member {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
}

.team-member img {
  width: 100%;
  max-width: 380px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  height: auto;
}

.person-caption {
  position: relative;
  padding: 25px 20px 10px 20px;
}

.person-caption h4 {
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
}

.person-caption p {
  color: #737373;
  opacity: .9;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0;
}

.team-member .member-social {
  opacity: 0;
  position: absolute;
  top: 40%;
  width: 100%;
  padding: 0;
  text-align: center;
  list-style: none;
  margin:0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.team-member .member-social li {
  display: inline-block;
  margin-right: 10px;
}

.team-member .member-social li:last-child {
  margin-right: 0;
}

.team-member .member-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
}

.team-member .member-social a i {
  line-height: 40px;
}

.team-member:hover img {
  opacity: .3;
}

.team-member:hover .member-social {
  opacity: 1;
}

/* =========================================================== 
/* 00. Gallery Post Type
/* =========================================================== */
/* Filters */
.gallery-filters {
  margin-bottom: 30px;
  padding: 15px 0;
  text-align: center;
}

@media (max-width: 992px) {
  .gallery-filters {
    padding-right: 15px;
  }
}

.gallery-filters span {
  margin-left: 25px;
  margin-right: 25px;
}

.gallery-filters span a {
  margin-right: 10px;
  margin-left: 10px;
  height: 36px;
  text-transform: uppercase;
  line-height: 36px;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 480px) {
  .gallery-filters {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}

.gallery-filters span a.active {
  color: #000;
}

/*Gallery*/
.gallery-items {
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.gallery-item {
  visibility: hidden;
  overflow: hidden;
}

/*Style 1*/
.gallery-style-1 .gallery-image {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.gallery-style-1.gallery-grid {
  padding-right: 5px !important;
  padding-left: 5px !important;
  margin-bottom: 10px !important;
}

.gallery-style-1 img {
  position: relative;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.gallery-style-1 h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
}

.gallery-style-1 h3 a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-style-1 h3 a:hover {
  color: #000;
}

/*Style 2*/
.gallery-style-2 .gallery-image {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.gallery-style-2.gallery-nomargin {
  padding: 0 !important;
}

.gallery-style-2 img {
  position: relative;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.gallery-style-2 h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
}

.gallery-style-2 h3 a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-style-2 h3 a:hover {
  color: #000;
}

/* =========================================================== 
/* 00. Service Menu
/* =========================================================== */
.service-menu {
  padding: 12px 0px;
}

.service-menu h3 {
  display: table-cell;
  width: 1%;
  padding-right: 7px;
  white-space: nowrap;
  font-size: 17px;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.service-menu h4 {
  display: table-cell;
  width: 1%;
  padding-left: 7px;
  white-space: nowrap;
  font-family: 'Muli', sans-serif;
  text-transform: none;
  font-weight: 400;
  color: #000;
  font-size: 15px;
  margin: 0;
}

@media (max-width: 768px) {
  .service-menu h3 {
    padding-right: 2px;
  }

  .service-menu h4 {
    padding-left: 2px;
    padding: 10px 0 5px 2px;
    display: block;
  }

  .menu-dots {
    display: none !important;
  }
}

.service-menu .menu-dots {
  height: 3px;
  background-image: radial-gradient(circle closest-side,#666666 99%,transparent 100%);
  background-position: 50% 70%;
  background-size: 4px 2px;
  background-repeat: repeat-x;
  display: table-cell;
  width: 95%;
  z-index: 1;
  position: relative;
}

/* =========================================================== */
/* 00. Before & After Slider 
/* =========================================================== */
.bfslider {
  position: relative;
  margin: auto;
  max-width: 700px;
  text-align: center;
}

/* =========================================================== */
/* 00. Video Popup 
/* =========================================================== */
.video-popup {
  width: 100%;
  max-width: 100%;
  height: 500px;
  max-height: 500px;
  position: relative;
  margin: 0 auto;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .video-popup {
    max-height: 300px;
  }
}

.video-popup img {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* =========================================================== */
/* 00. Image Carousel 
/* =========================================================== */
.image-carousel {
  position: relative;
  visibility: hidden;
}

.image-carousel .slick-slide {
  margin: 10px;
  opacity: .4;
  cursor: pointer;
}

.image-carousel .slick-slide {
  margin: 10px;
  opacity: .4;
}

.image-carousel .slick-slide.slick-active {
  margin: 10px;
  opacity: 1;
}

.image-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  line-height: 48px;
  border-radius: 50px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  background-color: #000;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.image-carousel .slick-arrow:hover {
  opacity: 1;
  cursor: pointer;
}

.image-carousel .slick-arrow.droplet-arrow-left {
  left: 80px;
}

.image-carousel .slick-arrow.droplet-arrow-right {
  right: 80px;
}

@media (max-width: 768px) {
.image-carousel .slick-arrow.droplet-arrow-left {
    left: 30px;
  }

  .image-carousel .slick-arrow.droplet-arrow-right {
    right: 30px;
  }
}

/* =========================================================== */
/* 00. Button 
/* =========================================================== */
.droplet-btn.text-left {
  text-align: left;
}

.droplet-btn.text-right {
  text-align: right;
}

.droplet-btn.text-center {
  text-align: center;
}

.droplet-btn a.btn {
  margin: 10px 0;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.1);
  box-shadow: 1px 1px 2px rgba(0,0,0,.1);
  cursor: pointer;
  padding: 18px 30px;
  display: inline-block;
}

.droplet-btn a:before {
  font-family: "simple-line-icons";
  content: "\e603";
  margin-right: 12px;
  font-size: 13px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .droplet-btn a:before {
    display: none;
  }
}