@charset "UTF-8";
/**
*** Table Of Contents
**/
/*
** Template colors
*

Accent Colors:
1: #8073b2
2: #5b83cd
3: #c280bf
4: #56d7fe

Light section (.ls) colors:
Text color in light section: #808080
Background color for light section and font color in dark section: #ffffff
Color for headings in light section and for background in dark section (.ds): #323232
Background color for light muted section (grey - .ls.ms): #f2f2f2
Background color for dark muted section (.ds.ms): #252525
Border colors for elements in light section (and .bordered elements): rgba(76, 76, 76, 0.1), rgba(0, 0, 0, 0.1)
Background color for elements in light section (.hero-bg): #f7f6fb

Dark section (.ds) colors: 
Text color in dark section: #9a9a9a
Border colors for elements in dark section: #454545
Background color for elements in dark section (.hero-bg): rgba(255, 255, 255, 0.05)

Color section (.cs) colors: 
Background color for elements in color section: rgba(255, 255, 255, 0.1)
Border color for elements in color section: rgba(255, 255, 255, 0.15)


1. Common tags styles
2. Styled lists
3. Overrides for default Bootstrap components
4. jQuery plugins styles
  - owl
  - flexslider
  - photoswipe
  - piechart
  - timetable
  - totop
  - countdown
5. Bootstrap Addons helpers styles for sections and elements
  - horizontal
  - vertical
  - sections
  - media_items
  - buttons
6. Light background sections (.ls) styles
7. Dark background sections (.ds) styles
8. Color background sections (.cs) styles
9. Bootstrap Addons utility styles
  - layout
  - colors
  - spacing
10. Shortcodes styles
  - icon-box
  - special-heading
  - number-card
  - price_table
  - quote-item
  - items-masonry
11. Widgets styles
  - search_mailchimp
  - nav_cat_arch_meta_pages
  - calendar
  - rss
  - tag_cloud
  - flickr
  - instagram
  - access_press
  - twitter
  - post_slider
  - post_tabs
  - post_2cols
12. Social icons styles
13. WordPress styles
14. Menu styles
15. Header styles
16. Side header styles
17. Intro section styles
18. Common sub-pages styles
19. Template specific sections styles
*/
:root {
  --accent-color-1: #8073b2;
}

:root {
  --accent-color-2: #5b83cd;
}

:root {
  --accent-color-3: #c280bf;
}

/*
** General Styles for HTML tags
*/
html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

::selection {
  color: #ffffff;
  background-color: #8073b2;
}

::-moz-selection {
  color: #ffffff;
  background-color: #8073b2;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  background-color: #ffffff;
  overflow: visible;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}

@media (max-width: 1199px) {
  body.overflow-hidden-lg {
    overflow: hidden;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.4;
  word-break: break-word;
  letter-spacing: 0.03em;
  margin-top: 0.65em;
  margin-bottom: 0.65em;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}

h1 {
  font-size: 60px;
  margin-top: 0.8em;
  margin-bottom: 0.2em;
}

h2 {
  font-size: 50px;
  margin-top: 0.65em;
  margin-bottom: 0.25em;
}

h3 {
  font-size: 40px;
  margin-top: 0.9em;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 30px;
  margin-top: 1.3em;
  margin-bottom: 0.6em;
}

h5 {
  font-size: 24px;
  margin-top: 1.8em;
  margin-bottom: 0.9em;
}

h6 {
  font-size: 20px;
  margin-top: 2.2em;
  margin-bottom: 1.2em;
}

@media (max-width: 575px) {
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1.3rem;
  }
  h5 {
    font-size: 1.2rem;
  }
  h6 {
    font-size: 1.1rem;
  }
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

p {
  margin-bottom: 1.2em;
}

ul:last-child,
ol:last-child,
p:last-child {
  margin-bottom: 0;
}

p:last-child:after {
  content: '';
  display: block;
  clear: both;
}

img, figure {
  max-width: 100%;
  height: auto;
}

figcaption {
  font-size: 0.95em;
  line-height: 1.4;
  padding: 10px 0 7px;
}

figcaption p {
  margin-bottom: 0;
}

b, strong {
  font-weight: 700;
}

label {
  color: #323232;
}

a {
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  color: #4c4c4c;
}

a:hover {
  color: #8073b2;
  text-decoration: none;
  transition: all 0.15s linear 0s;
}

blockquote {
  border-left: 0;
  padding: .4em 0 .4em 90px;
  font-style: italic;
  font-size: 20px;
  line-height: 30px;
  margin: 40px 0;
  position: relative;
}

@media (max-width: 768px) {
  blockquote {
    padding: .4em 0 .4em 70px;
  }
}

@media (max-width: 576px) {
  blockquote {
    padding: .4em 0 .4em 0;
  }
}

blockquote:before {
  text-align: center;
  font-size: 80px;
  line-height: 90px;
  font-family: 'Rasa', serif;
  text-indent: -15px;
  content: '‘‘';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 50%;
  background: #8073b2;
  background: -moz-linear-gradient(left, #8073b2 0%, #c280bf 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #8073b2), color-stop(100%, #c280bf));
  background: -webkit-linear-gradient(left, #8073b2 0%, #c280bf 100%);
  background: -o-linear-gradient(left, #8073b2 0%, #c280bf 100%);
  background: -ms-linear-gradient(left, #8073b2 0%, #c280bf 100%);
  background: linear-gradient(to right, #8073b2 0%, #c280bf 100%);
  color: #ffffff;
}

@media (max-width: 576px) {
  blockquote:before {
    display: none;
  }
}

blockquote header,
blockquote footer {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

blockquote header {
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  blockquote header {
    margin-bottom: 20px;
  }
}

blockquote footer {
  margin-top: 30px;
}

@media (max-width: 576px) {
  blockquote footer {
    margin-top: 20px;
  }
}

blockquote .media {
  margin: 15px 0;
}

blockquote .media img {
  max-width: 60px;
  border-radius: 50%;
}

blockquote h3, blockquote h4, blockquote .text-small {
  font-style: normal;
}

input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus {
  outline: medium none;
  text-decoration: none;
}

a > img {
  transition: all 0.15s ease-in-out 0s;
}

a:hover > img {
  opacity: 0.8;
}

a.btn:active,
a.button:active,
button:active,
input[type="submit"]:active {
  position: relative;
  top: 0 !important;
}

hr {
  border-color: rgba(76, 76, 76, 0.1);
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

iframe {
  border: none;
  max-width: 100%;
}

table {
  width: 100%;
  max-width: 100%;
  margin: 10px 0;
}

table td, table th {
  padding: 13px 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table th {
  color: #323232;
  font-weight: normal;
  vertical-align: middle;
}

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

pre {
  line-height: 1.5;
  background-color: rgba(150, 150, 150, 0.05);
  padding: 0.5em 1em;
}

p.big {
  font-size: 20px;
  line-height: 1.5em;
}

.media h3 {
  text-transform: uppercase;
}

.media .dropcap {
  margin-right: 0;
}

.small-text {
  font-size: 12px;
  line-height: 1.6em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

@media (min-width: 768px) {
  .small-text.extra-letter-spacing {
    letter-spacing: 1em;
  }
}

ul, ol {
  padding-left: 1.15rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.list-bordered {
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.list-bordered li {
  padding-top: 14px;
  padding-bottom: 15px;
  border-top: 1px solid rgba(76, 76, 76, 0.1);
  border-bottom: 1px solid rgba(76, 76, 76, 0.1);
}

.list-bordered li + li {
  border-top: none;
}

.list-bordered.no-top-border > li:first-child {
  border-top: none;
}

.list-bordered.no-bottom-border > li:last-child {
  border-bottom: none;
}

.list1 ol,
ol.list1 {
  counter-reset: li;
  list-style: none outside none;
  padding: 0;
  margin-bottom: 0;
}

.list1 ol li,
ol.list1 li {
  position: relative;
  padding: 4px 0 4px 30px;
  font-size: 16px;
  line-height: 30px;
  color: #4c4c4c;
}

.list1 ol li:after,
ol.list1 li:after {
  content: counter(li, decimal-leading-zero) ".";
  counter-increment: li;
  position: absolute;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 500;
  color: #c280bf;
}

.ds .list1 ol li, .ds
ol.list1 li {
  color: #ffffff;
}

.list1 ul,
ul.list1 {
  list-style: none;
  padding-left: 10px;
  margin-bottom: 20px;
}

.list1 ul li,
ul.list1 li {
  position: relative;
  padding: 5px 0 5px 5px;
  font-size: 16px;
  line-height: 30px;
  color: #4c4c4c;
}

.ds .list1 ul li, .ds
ul.list1 li {
  color: #ffffff;
}

.list1 ul li:before,
ul.list1 li:before {
  font-family: 'FontAwesome';
  font-size: 5px;
  content: "\f111";
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #c280bf;
}

/*
** Bootstrap Overrides
*/
/* bootstrap breadcrumbs*/
.breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  text-transform: uppercase;
  color: inherit;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.4em;
}

.breadcrumb > li {
  display: inline-block;
  padding: 0;
  float: none;
}

.breadcrumb .breadcrumb-item {
  color: #ffffff;
}

.breadcrumb .breadcrumb-item a {
  color: #ffffff;
}

.breadcrumb .breadcrumb-item a:hover {
  opacity: 0.6;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  content: ">";
}

@media (min-width: 992px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    padding: 0 20px;
  }
}

.text-center .breadcrumb {
  justify-content: center;
}

@media (min-width: 992px) {
  .text-lg-right .breadcrumb {
    justify-content: flex-end;
  }
}

.breadcrumb > .active {
  color: inherit;
  opacity: 0.9;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: inherit;
  padding: 0 11px;
}

/* forms */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select,
.form-control {
  height: 60px;
  border: 1px solid rgba(76, 76, 76, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: transparent;
  border-radius: 0;
  color: #252525;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  letter-spacing: 0.2em;
  width: 100%;
}

input[disabled] {
  opacity: .4;
  cursor: not-allowed;
}

[type="submit"],
button {
  cursor: pointer;
}

[type="submit"],
[type="reset"],
button {
  cursor: pointer;
  font-size: 12px;
  line-height: 1.6em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  background: transparent;
  border: 0;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
}

.ds [type="submit"]:not([class]), .cs [type="submit"]:not([class]), .ds
[type="reset"]:not([class]), .cs
[type="reset"]:not([class]), .ds
button:not([class]), .cs
button:not([class]) {
  border-color: #ffffff;
  color: #ffffff;
}

[type="reset"] {
  color: inherit;
}

textarea,
textarea.form-control {
  padding-top: 20px;
  height: auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.form-group {
  position: relative;
}

[class*='col-'] > .form-group {
  margin-bottom: 0;
}

[class*='col-'] > .form-group + .form-group {
  margin-top: 10px;
}

.field-select {
  position: relative;
}

.has-placeholder label {
  display: none;
}

/* select styling */
select[multiple] {
  height: auto;
}

select {
  text-transform: uppercase !important;
  color: #808080;
}

select option,
.form-control option {
  color: #808080;
  background-color: #ffffff;
  text-transform: uppercase !important;
}

.form-control-unstyled {
  border: none;
  background-color: transparent;
}

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

.form-control.invalid {
  -webkit-box-shadow: 0 0 0 2px #8073b2;
  box-shadow: 0 0 0 2px #8073b2;
}

.form-control:focus {
  border-color: rgba(38, 38, 38, 0.1);
  background-color: transparent;
}

.form-control:-moz-placeholder {
  color: #808080;
  text-transform: uppercase;
  opacity: 1;
}

.form-control::-moz-placeholder {
  font-style: normal;
  text-transform: uppercase;
  color: #808080;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  font-style: normal;
  text-transform: uppercase;
  color: #808080;
}

.form-control::-webkit-input-placeholder {
  font-style: normal;
  text-transform: uppercase;
  color: #808080;
}

.form-control:focus:-moz-placeholder {
  color: transparent;
}

.form-control:focus::-moz-placeholder {
  color: transparent;
}

.form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

/*icons for forms */
form .has-placeholder label + [class*="fa-"] {
  top: 22px !important;
  color: #8073b2;
}

form .has-placeholder label + [class*="fa-"] + input,
form .has-placeholder label + [class*="fa-"] + textarea {
  padding-left: 60px;
}

form label + [class*="fa-"] {
  position: absolute;
  font-size: 16px;
  left: 28px;
  top: 60px;
  width: 1em;
  text-align: center;
}

form .field-select [class*="fa-"] {
  position: absolute;
  font-size: 16px;
  left: 28px;
  top: 22px;
  width: 1em;
  text-align: center;
  color: #8073b2;
}

form label + [class*="fa-"] + .form-control {
  padding-left: 60px;
}

form .field-select [class*="fa-"] + .select_container select {
  padding-left: 60px;
}

.select_container, .select_container:after, .select_container select {
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}

/* Select styling */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

.select_container {
  position: relative;
}

aside .select_container,
.page_footer .select_container,
.footer-fullwidth .select_container {
  max-width: 370px;
  margin: 0 auto;
}

.select_container select {
  width: 100%;
  cursor: pointer;
}

.select_container select option {
  color: #4c4c4c !important;
}

.select_container::before {
  content: '\f107';
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  text-align: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
  color: #8073b2;
}

.select_container::after {
  content: '';
  font-family: "FontAwesome";
  display: block;
  position: absolute;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  width: 30px;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
  color: #808080;
}

label {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.checkbox label,
.radio label {
  font-weight: inherit;
}

.checkbox label[for],
.radio label[for] {
  font-weight: inherit;
  cursor: pointer;
  text-transform: none;
  color: #808080;
}

label[for] {
  cursor: pointer;
}

.checkbox label[for] + input[type=checkbox],
.checkbox label[for] + input[type=radio],
.radio label[for] + input[type=checkbox],
.radio label[for] + input[type=radio] {
  left: 20px;
}

.checkbox .form-check,
.radio .form-check {
  padding: 0;
}

.field-checkbox {
  margin-top: 25px;
}

input[type=checkbox],
input[type=radio] {
  margin-top: 8px;
}

.form-wrapper.hero-bg, .form-wrapper.muted-bg, .form-wrapper.cs, .form-wrapper.ds, .form-wrapper.ls {
  padding: 35px;
}

.has-error .form-control {
  border-color: #8073b2;
}

.has-error label,
.has-error .help-block {
  color: #8073b2;
}

/*styled checkbox */
.checkbox input[type="checkbox"] {
  display: none;
}

.checkbox label + input[type="checkbox"],
.checkbox label > input[type="checkbox"] {
  display: inline-block;
}

input[type="checkbox"] + label {
  padding-left: 0;
}

input[type="checkbox"] + label > a {
  color: #323232;
}

input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 1px 10px 4px 0;
  text-align: center;
  padding-right: 0.1em;
  width: 16px;
  height: 16px;
  line-height: 14px;
  font-size: 15px;
  border: 1px solid rgba(76, 76, 76, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  font-family: "FontAwesome";
}

input[type="checkbox"]:checked + label:before {
  content: "\f00c";
  color: #323232;
}

input[type="checkbox"]:disabled + label:before {
  background-color: rgba(76, 76, 76, 0.1);
}

/*styled radio*/
.radio input[type="radio"] {
  display: none;
}

.radio label + input[type="radio"],
.radio label > input[type="radio"] {
  display: inline-block;
}

input[type="radio"] + label {
  padding-left: 0;
}

input[type="radio"] + label > a {
  color: #999999;
}

input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(76, 76, 76, 0.1);
}

input[type="radio"]:checked + label:before {
  padding: 3px;
  background-color: #323232;
  background-clip: content-box;
}

input[type="radio"]:disabled + label:before {
  background-color: rgba(76, 76, 76, 0.1);
}

/* carousel */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-indicators li {
  max-width: 10px;
  height: 10px;
  border-radius: 50%;
}

/*progress bars*/
p + .progress {
  margin-top: -12px;
}

.progress {
  overflow: visible;
  height: 4px;
  margin-bottom: 18px;
  position: relative;
  border-radius: 5px;
  background-color: #f4f4f5;
  color: #4c4c4c;
  box-shadow: none;
  border: none;
}

.progress:last-child {
  margin-bottom: 10px;
}

.progress-bar {
  background-color: #8073b2;
  color: inherit;
  box-shadow: none;
  height: 5px;
}

.progress-bar span {
  position: absolute;
  right: 0;
  top: -28px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #4c4c4c;
}

.progress-title {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 23px !important;
  padding-right: 40px;
  line-height: 1.4;
  font-weight: 500;
  color: #808080;
}

.progress-level {
  font-size: 14px;
  font-weight: 400;
  float: right;
  position: relative;
  top: 4px;
}

.progress-bar-success {
  background-color: #32b9c2;
}

.progress-bar-info {
  background-color: #3197d4;
}

.progress-bar-warning {
  background-color: #f7b432;
}

.progress-bar-danger {
  background-color: #fb4f1b;
}

.alert {
  border-radius: 0;
  border-width: 0 0 0 4px;
  padding: 30px;
  margin-bottom: 40px;
}

.media {
  margin-top: 16px;
}

.media .media-object {
  max-width: 100px;
}

/* bootstrap tabs*/
.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-link {
  border-radius: 5px 5px 0 0;
  border: 0;
  text-align: center;
  margin-right: 1px;
  background-color: #f7f6fb;
}

@media (min-width: 1680px) {
  .nav-tabs .nav-link {
    min-width: 250px;
    padding: 30px 30px;
  }
}

.nav-tabs .nav-link:hover {
  opacity: 0.9;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: #c280bf;
  background-color: #c280bf !important;
  background-image: linear-gradient(to right, #8073b2 0%, #c280bf 100%);
  color: #ffffff;
}

@media (max-width: 992px) {
  .nav-item,
  .nav-link {
    width: 100% !important;
    max-width: 100%;
    display: block;
  }
  .nav-tabs {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    margin: 0 -2px;
  }
  .nav-link {
    border-radius: 0 !important;
  }
}

.nav-link {
  font-size: 12px;
  line-height: 1.6em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 15px 28px;
  color: #c280bf;
}

.small-tabs .nav-link {
  padding: 10px 15px;
}

.tab-content {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
}

@media (min-width: 1680px) {
  .tab-content {
    padding: 50px 55px;
  }
}

@media (min-width: 768px) {
  .tab-content {
    padding: 40px 40px;
  }
}

.tab-content strong {
  color: #4c4c4c;
}

.tab-pane .media img {
  max-width: 40%;
}

.tab-pane .media img:first-child {
  margin-right: 10px;
}

.tab-pane .media h3, .tab-pane .media h4, .tab-pane .media h5 {
  font-weight: 900;
}

/* bootstrap collapse*/
[data-toggle="collapse"] {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-bottom: 0;
}

[data-toggle="collapse"]:before {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 10px;
  font-family: 'FontAwesome';
  content: "\f078";
}

[data-toggle="collapse"].collapsed {
  margin-bottom: 19px;
}

[data-toggle="collapse"].collapsed:before {
  content: "\f054";
}

[role="tablist"] .card {
  border-radius: 0;
  border: none;
  background: none;
}

[role="tablist"] .card-header {
  padding: 0;
  background: none;
  border: none;
}

[role="tablist"] .card-header a {
  font-size: 16px;
  font-weight: 500;
  display: block;
  position: relative;
  padding: 5px 0px 5px 35px;
}

[role="tablist"] .card-header a:before {
  text-align: center;
  font-family: inherit;
  font-size: 26px;
  font-weight: 300;
  content: '';
  width: 24px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  color: #c280bf;
  transition: opacity 0.3s ease-in-out;
}

[role="tablist"] .card-header a:before {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  top: 1px;
  bottom: auto;
  content: '-';
  background: none;
}

[role="tablist"] .card-header a:hover {
  color: inherit;
  opacity: 0.7;
}

[role="tablist"] .card-header a.collapsed:before {
  content: '+';
}

[role="tablist"] .card-body {
  padding: 0 35px 20px;
}

[role="tablist"] .media img {
  max-width: 80px;
}

/* bootstrap dropdown menu */
.dropdown-menu {
  border: none;
  border-top: 3px solid #8073b2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  z-index: 1001;
  margin-top: 0;
  padding: 40px;
  background-color: #ffffff;
  font-size: inherit;
  line-height: 1.5;
}

.dropdown-menu > a {
  display: block;
  white-space: nowrap;
}

.dropdown-menu > a > img {
  max-width: none;
}

.dropdown-menu > a + a {
  margin-top: 1.5em;
}

.dropdown .dropdown-menu label,
.dropdown .dropdown-menu h3,
.dropdown .dropdown-menu h4 {
  color: #323232;
}

.dropdown.show .dropdown-menu input {
  border: 1px solid rgba(76, 76, 76, 0.1);
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #323232;
  background-color: transparent;
}

.dropdwon-menu-title {
  padding: 10px 30px;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}

/* modal */
.modal-open {
  padding-right: 0 !important;
}

.modal-backdrop.show {
  background-color: #8073b2;
  opacity: 0.7;
}

.modal-content {
  border-radius: 1px;
}

.modal-content [class*="col-"]:last-child {
  margin-bottom: 0;
}

/* bootstrap buttons */
.btn {
  font-size: 12px;
  line-height: 1.6em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  letter-spacing: 0;
  padding: 2px;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  border-width: 0;
}

.btn span,
.btn input {
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 18px 15px;
  display: block;
  border: 0;
  border-radius: 4px;
}

.btn.round, .btn.rounded {
  padding: 23px;
  line-height: 1;
}

.btn.small-btn {
  min-width: 140px;
  max-width: 180px;
}

.btn.small-btn span {
  padding: 9px 15px;
  white-space: normal;
  word-break: break-all;
}

/* media elements */
.media > img {
  display: block;
}

.media-body h3, .media-body h4 {
  line-height: 1;
  margin-top: 0.3em;
  margin-bottom: 0.2em;
}

* + .media-body,
.media-body + * {
  margin-left: 20px;
}

td .media-body {
  width: auto;
}

.embed-responsive-3by2 {
  height: 0;
  padding-bottom: 66.666%;
  background-color: #000;
}

.embed-placeholder:after {
  transition: all 0.3s ease-in-out;
  content: "\f04b";
  font-family: 'FontAwesome';
  position: absolute;
  color: #ffffff;
  font-size: 14px;
  line-height: 56px;
  width: 60px;
  height: 60px;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
}

.embed-placeholder:hover:after {
  opacity: 0.4;
}

.embed-placeholder.icon2:after {
  background-color: #ffffff;
  content: "";
  -webkit-mask: url("../img/icon-play.png") no-repeat center/contain;
}

@media (max-width: 767px) {
  .side-video .embed-placeholder.icon2:after {
    display: none;
  }
}

.alert {
  border-radius: 0;
  border-width: 0 0 0 4px;
  padding: 30px;
  margin-bottom: 40px;
}

.mark, mark {
  background-color: transparent;
}

button.close {
  min-width: 0;
}

/* small in headings */
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  color: inherit;
  font-weight: 300;
}

/* labels */
.label-success {
  color: #ffffff;
  background-color: #32b9c2;
}

.label-info {
  color: #ffffff;
  background-color: #3197d4;
}

.label-warning {
  color: #ffffff;
  background-color: #f7b432;
}

.label-danger {
  color: #ffffff;
  background-color: #fb4f1b;
}

/*
**plugins
*/
/* Owl carousel v 2.1.6 styles */
/* Owl Carousel - Core */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-color-main-color: transparent;
  position: relative;
  z-index: 1;
  touch-action: manipulation;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  display: flex;
}

.owl-carousel.owl-shadow .owl-stage {
  padding-bottom: 5px;
}

.owl-carousel.owl-shadow .owl-stage-outer {
  margin-bottom: -5px;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  margin-right: -10px;
  margin-left: -10px;
  padding-right: 10px;
  padding-left: 10px;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-color-main-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item .box-shadow {
  height: 100%;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease-in-out;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-color-main-color: transparent;
  line-height: 1;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 12px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  display: block;
  opacity: 0.5;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
  opacity: 1;
  border-color: #ffffff;
}

.owl-carousel .owl-nav {
  transition: all 0.3s ease;
}

.owl-carousel .owl-nav > div {
  text-transform: uppercase;
  opacity: 0.5;
  display: inline-block;
  right: 10px;
}

.owl-carousel .owl-nav > div.disabled {
  opacity: 0.2;
  cursor: default;
}

.owl-carousel .owl-nav > div.disabled:hover {
  cursor: default;
  opacity: 0.2;
}

.owl-carousel .owl-nav > div:hover {
  opacity: 0.3;
}

@media (min-width: 768px) {
  .owl-carousel .owl-nav > div i {
    font-size: 34px;
  }
}

.owl-carousel .owl-nav > div:first-child {
  left: 10px;
  right: auto;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Owl Carousel - Auto Height Plugin */
.owl-height {
  transition: height 500ms ease-in-out;
}

/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../img/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
THEMES
Owl Default Theme
*/
.owl-theme:hover .owl-nav {
  opacity: 1;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  opacity: 1;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-tap-color-main-color: transparent;
}

.owl-theme .owl-nav > div {
  position: absolute;
  right: 10px;
  text-align: center;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-dots {
  margin-top: 40px;
}

.item-media .owl-theme .owl-dots {
  position: absolute;
  margin: 0;
  left: 0;
  right: 0;
  bottom: 20px;
}

/* .owl-center theme */
.owl-center .owl-nav {
  top: 0;
  bottom: 0;
  position: static;
  margin-top: 0;
  opacity: 1;
}

.owl-center .owl-nav > div {
  right: -15px;
  width: 50px;
  top: 0;
  bottom: 0;
  margin: 0;
  height: auto;
  background-color: rgba(50, 50, 50, 0.6);
}

.owl-center .owl-nav > div:first-child {
  left: -15px;
  right: auto;
}

.owl-center .owl-nav > div:first-child:after {
  left: 13px;
}

.owl-center .owl-nav > div:after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  color: #ffffff;
  font-size: 20px;
  left: 17px;
}

/*theme with nav at the top right corner*/
.top-right-nav .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
  text-align: right;
}

.top-right-nav .owl-nav > div {
  background: transparent;
  min-width: 2em;
}

.top-right-nav .owl-nav > div:first-child {
  left: auto;
  right: 3em;
}

.top-right-nav .owl-nav > div i {
  font-size: 1em;
}

/*theme with text nav*/
.owl-text-nav .owl-nav {
  display: none;
  text-align: center;
  -webkit-tap-color-main-color: transparent;
}

@media (min-width: 1560px) {
  .owl-text-nav .owl-nav {
    display: block;
    position: absolute;
    top: 50%;
    right: -13vw;
    left: -13vw;
  }
}

@media (min-width: 1800px) {
  .owl-text-nav .owl-nav {
    right: -15vw;
    left: -15vw;
  }
}

.owl-text-nav .owl-nav > div {
  position: absolute;
  right: 10px;
  text-align: center;
  margin-top: -30px;
}

.owl-text-nav .owl-nav > div > span {
  font-weight: 900;
  line-height: 1;
  display: block;
}

@media (min-width: 1560px) {
  .owl-text-nav .owl-nav > div > span {
    line-height: 1;
    font-size: 38px;
    max-width: 5em;
  }
}

.small-gallery-carousel a {
  display: block;
  overflow: hidden;
}

.small-gallery-carousel a img {
  transition: all 0.3s ease-in-out;
  opacity: 0.4;
}

.small-gallery-carousel a:hover img {
  opacity: 0.2;
  transform: scale(1.2, 1.2);
}

.small-gallery-carousel .owl-nav > div {
  opacity: 1;
}

@media (min-width: 768px) {
  .small-gallery-carousel .owl-nav > div {
    right: 100px;
    margin-top: -8px;
  }
  .small-gallery-carousel .owl-nav > div:first-child {
    left: 100px;
  }
}

.small-gallery-carousel .owl-nav > div i {
  font-size: 20px;
}

/* owl images fix */
.owl-carousel .owl-item {
  transition: opacity 0.2s ease 0.1s;
  opacity: 0;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-center .owl-item {
  opacity: 1;
}

.owl-carousel.items-center .owl-stage {
  align-items: center;
}

/*
** Flexslider
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles */
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme */
.flexslider {
  margin: 0 0;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  text-align: center;
}

.flex-direction-nav .flex-prev {
  left: 40px;
}

.flex-direction-nav .flex-next {
  right: 40px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 20px;
  content: '\f104';
  color: #ffffff;
  position: absolute;
  top: 5px;
  left: 12px;
}

.flex-direction-nav a.flex-next:before {
  content: '\f105';
  left: 14px;
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: 'FontAwesome';
  font-size: 20px;
  display: inline-block;
  content: "\f01d";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f01d";
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 10;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.flex-control-nav li {
  text-align: center;
  display: inline-block;
  padding: 0 14px;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  border: 1px solid #ffffff;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0.5;
}

.ds .flex-control-paging li a,
.cs .flex-control-paging li a {
  border-color: #ffffff;
}

.flex-control-paging li a:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  opacity: 1;
}

.flex-control-paging li a.flex-active {
  background-color: #ffffff;
  border-color: #ffffff;
  opacity: 1;
}

.flex-control-thumbs {
  margin: 1px -1px;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0 0 1px;
  padding: 0 0 0 1px;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* custom nav for flex slider*/
.flex-custom-nav {
  text-align: center;
  position: absolute;
  bottom: 38px;
  right: 0;
  left: 0;
  z-index: 3;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.flex-custom-nav .flex-control-nav {
  width: auto;
  display: inline-block;
  position: static;
}

.flex-custom-nav .flex-custom-link {
  font-size: 12px;
  position: relative;
  bottom: 7px;
  margin: 0 8px;
  color: #323232;
}

.ds .flex-custom-nav .flex-custom-link,
.cs .flex-custom-nav .flex-custom-link {
  color: #ffffff;
}

.flex-custom-nav .flex-custom-link:hover {
  color: #8073b2;
}

.page_slider:hover .flex-custom-nav {
  opacity: 1;
}

/* Helpdesk plugin */
.wordpress-helpdesk .widget,
.tax-faq_topics .widget {
  margin-bottom: 52px;
}

.wordpress-helpdesk .widgettitle,
.tax-faq_topics .widgettitle {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

.wordpress-helpdesk .wordpress-helpdesk-faq-column,
.tax-faq_topics .wordpress-helpdesk-faq-column {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.wordpress-helpdesk .wordpress-helpdesk-faq-searchform-wrap,
.tax-faq_topics .wordpress-helpdesk-faq-searchform-wrap {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.wordpress-helpdesk .wordpress-helpdesk-faq-searchform-wrap .wordpress-helpdesk-faq-searchform .form-control,
.tax-faq_topics .wordpress-helpdesk-faq-searchform-wrap .wordpress-helpdesk-faq-searchform .form-control {
  border-radius: 5px;
  border-color: rgba(76, 76, 76, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #808080;
  font-weight: 500;
  padding: 6px 12px 6px 30px;
}

.wordpress-helpdesk .wordpress-helpdesk-faq-searchform-wrap .wordpress-helpdesk-faq-searchform .form-control.wordpress-helpdesk-faq-searchterm,
.tax-faq_topics .wordpress-helpdesk-faq-searchform-wrap .wordpress-helpdesk-faq-searchform .form-control.wordpress-helpdesk-faq-searchterm {
  height: 60px;
  background: transparent;
}

.wordpress-helpdesk .wordpress-helpdesk-faq-searchform-wrap .wordpress-helpdesk-faq-searchform .searchform-submit,
.tax-faq_topics .wordpress-helpdesk-faq-searchform-wrap .wordpress-helpdesk-faq-searchform .searchform-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 20px;
  text-align: center;
  background: #c280bf;
  opacity: 1;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0 5px 5px 0;
  outline: 0;
  color: #ffffff;
  font-size: 20px;
}

.wordpress-helpdesk .wordpress-helpdesk-faq-searchform-wrap .wordpress-helpdesk-faq-searchform .searchform-submit:hover, .wordpress-helpdesk .wordpress-helpdesk-faq-searchform-wrap .wordpress-helpdesk-faq-searchform .searchform-submit:focus,
.tax-faq_topics .wordpress-helpdesk-faq-searchform-wrap .wordpress-helpdesk-faq-searchform .searchform-submit:hover,
.tax-faq_topics .wordpress-helpdesk-faq-searchform-wrap .wordpress-helpdesk-faq-searchform .searchform-submit:focus {
  color: rgba(255, 255, 255, 0.8);
}

.wordpress-helpdesk .wordpress-helpdesk-faq-boxed,
.tax-faq_topics .wordpress-helpdesk-faq-boxed {
  margin-bottom: 30px;
  background: #f7f6fb;
  border: 0;
  border-radius: 5px;
}

.wordpress-helpdesk .wordpress-helpdesk-faq-boxed .icon-wrap,
.tax-faq_topics .wordpress-helpdesk-faq-boxed .icon-wrap {
  width: 120px;
  height: 120px;
  border: 10px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  display: inline-block;
  border-radius: 50%;
}

.wordpress-helpdesk .wordpress-helpdesk-faq-boxed .icon-wrap .icon-inner,
.tax-faq_topics .wordpress-helpdesk-faq-boxed .icon-wrap .icon-inner {
  background: #ffffff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.wordpress-helpdesk .wordpress-helpdesk-faq-boxed i,
.tax-faq_topics .wordpress-helpdesk-faq-boxed i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #2165a9;
  font-size: 50px !important;
}

.wordpress-helpdesk .wordpress-helpdesk-faq-boxed i.grad-1,
.tax-faq_topics .wordpress-helpdesk-faq-boxed i.grad-1 {
  background: -moz-linear-gradient(left, #2165a9 0%, #3197d4 100%);
  background: -webkit-linear-gradient(left, #2165a9 0%, #3197d4 100%);
  background: linear-gradient(to right, #2165a9 0%, #3197d4 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wordpress-helpdesk .wordpress-helpdesk-faq-boxed i.grad-2,
.tax-faq_topics .wordpress-helpdesk-faq-boxed i.grad-2 {
  background: -moz-linear-gradient(left, #8073b2 0%, #c280bf 100%);
  background: -webkit-linear-gradient(left, #8073b2 0%, #c280bf 100%);
  background: linear-gradient(to right, #8073b2 0%, #c280bf 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wordpress-helpdesk .wordpress-helpdesk-faq-boxed .wordpress-helpdesk-faq-boxed-title,
.tax-faq_topics .wordpress-helpdesk-faq-boxed .wordpress-helpdesk-faq-boxed-title {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 300;
  transition: all 0.2s ease-in-out 0s;
}

.wordpress-helpdesk .wordpress-helpdesk-faq-boxed .wordpress-helpdesk-faq-boxed-count,
.tax-faq_topics .wordpress-helpdesk-faq-boxed .wordpress-helpdesk-faq-boxed-count {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #808080;
}

.wordpress-helpdesk .wordpress-helpdesk-faq-boxed:hover .wordpress-helpdesk-faq-boxed-title,
.tax-faq_topics .wordpress-helpdesk-faq-boxed:hover .wordpress-helpdesk-faq-boxed-title {
  opacity: 0.6;
}

.tax-faq_topics .wordpress-helpdesk .wordpress-helpdesk-row > * {
  padding-left: 15px;
  padding-right: 15px;
}

.tax-faq_topics .wordpress-helpdesk .wordpress-helpdesk-faq {
  margin-bottom: 30px;
}

@media (min-width: 1440px) {
  .tax-faq_topics .wordpress-helpdesk .wordpress-helpdesk-faq {
    padding-left: 40px;
    position: relative;
  }
  .tax-faq_topics .wordpress-helpdesk .wordpress-helpdesk-faq .wordpress-helpdesk-faq-title:before {
    content: "\f24d";
    font-family: FontAwesome;
    color: #8073b2;
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 28px;
  }
}

.tax-faq_topics .wordpress-helpdesk .wordpress-helpdesk-faq .wordpress-helpdesk-faq-title {
  font-weight: 300;
  padding: 10px 0 15px;
}

.tax-faq_topics .wordpress-helpdesk .wordpress-helpdesk-faq .wordpress-helpdesk-faq-title i {
  display: none;
}

.tax-faq_topics .wordpress-helpdesk .wordpress-helpdesk-faq .wordpress-helpdesk-faq-divider {
  display: none;
}

.tax-faq_topics .wordpress-helpdesk .wordpress-helpdesk-faq .wordpress-helpdesk-faq-link a {
  color: #c280bf;
}

.tax-faq_topics .wordpress-helpdesk .wordpress-helpdesk-faq .wordpress-helpdesk-faq-link a:hover {
  opacity: 0.7;
}

.wordpress-helpdesk-my-tickets .dataTables_wrapper {
  margin-top: 15px;
}

.wordpress-helpdesk-my-tickets label {
  display: inline-block;
  font-size: 0;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 400 !important;
  line-height: 0;
}

.wordpress-helpdesk-my-tickets label .select_container {
  font-size: 16px !important;
  color: #808080 !important;
  line-height: 1;
}

.wordpress-helpdesk-my-tickets label .select_container > select {
  border-radius: 5px;
  font-size: 12px;
}

.wordpress-helpdesk-my-tickets table.dataTable.no-footer {
  border-bottom: 1px solid rgba(76, 76, 76, 0.1);
}

.wordpress-helpdesk-my-tickets table.dataTable thead th,
.wordpress-helpdesk-my-tickets table.dataTable thead td {
  padding: 12px 18px;
  border-bottom: 1px solid rgba(76, 76, 76, 0.1);
}

.wordpress-helpdesk-my-tickets table.dataTable thead th,
.wordpress-helpdesk-my-tickets table.dataTable tfoot th {
  font-weight: 400;
}

.wordpress-helpdesk-my-tickets table.dataTable tbody th,
.wordpress-helpdesk-my-tickets table.dataTable tbody td {
  padding: 17px 14px;
}

.wordpress-helpdesk-my-tickets .dataTables_wrapper .dataTables_filter input {
  margin-left: 0;
  height: 60px;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 5px;
}

.wordpress-helpdesk-my-tickets .wordpress-helpdesk-my-tickets-header {
  background-color: #f7f6fb;
}

.wordpress-helpdesk-my-tickets .dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 1.5em;
}

.wordpress-helpdesk-my-tickets .dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 1em;
}

.wordpress-helpdesk-my-tickets .dataTables_wrapper .dataTables_paginate .paginate_button {
  display: inline-block;
  margin-right: 4px;
  margin-left: 0;
  margin-bottom: 7px;
  padding: 0.5em 1.2em;
  min-width: 3em;
  text-align: center;
  line-height: inherit;
}

.wordpress-helpdesk-my-tickets .dataTables_wrapper .dataTables_paginate .paginate_button,
.wordpress-helpdesk-my-tickets .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #808080 !important;
  border: 2px solid rgba(76, 76, 76, 0.1);
  border-radius: 5px !important;
  background: transparent !important;
}

.wordpress-helpdesk-my-tickets .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: 2px solid #c280bf;
}

.wordpress-helpdesk-my-tickets .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.wordpress-helpdesk-my-tickets .dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.wordpress-helpdesk-my-tickets .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  box-shadow: none !important;
  border: 2px solid #c280bf;
}

.wordpress-helpdesk-my-tickets .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.wordpress-helpdesk-my-tickets .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  font-size: 0;
  width: 50px;
  height: 50px;
  line-height: 45px;
}

.wordpress-helpdesk-my-tickets .dataTables_wrapper .dataTables_paginate .paginate_button.previous:before,
.wordpress-helpdesk-my-tickets .dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
  font-family: FontAwesome;
  font-size: 18px;
  content: "\f104";
}

.wordpress-helpdesk-my-tickets .dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
  content: "\f105";
}

/* Helpdesk widgets */
.wordpress-helpdesk-sidebar .widget-first .widgettitle {
  margin-top: 15px;
}

.wordpress-helpdesk-faq-list li,
.widget_faq_topics li {
  padding: 8px 0 8px 0;
  margin-bottom: 0.2em;
  list-style: none;
  border-bottom: 1px solid rgba(76, 76, 76, 0.1);
}

.wordpress-helpdesk-faq-list li i,
.widget_faq_topics li i {
  color: #8073b2;
  margin-right: 18px;
  font-size: 16px;
}

.wordpress-helpdesk-faq-list li,
.widget_faq_topics li {
  padding: 9px 0 9px 0;
  margin-bottom: 0;
  list-style: none;
  border-bottom: 1px solid rgba(76, 76, 76, 0.1);
}

/* Helpdesk single page */
.single-page-article .wordpress-helpdesk .dataTables_length label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.single-ticket .wordpress-helpdesk-single-title {
  font-size: 30px;
  line-height: 1.2;
  margin-top: 15px;
  margin-bottom: 25px;
}

.single-ticket .wordpress-helpdesk-single-description-title {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.single-ticket .wordpress-helpdesk-ticket-attachments-title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 15px;
}

.single-ticket .wordpress-helpdesk-agent-box,
.single-ticket .wordpress-helpdesk-reporter-box {
  font-size: 12px;
  color: #4c4c4c;
}

.single-ticket .wordpress-helpdesk-agent-box .wordpress-helpdesk-col-sm-3,
.single-ticket .wordpress-helpdesk-agent-box .wordpress-helpdesk-col-sm-9,
.single-ticket .wordpress-helpdesk-reporter-box .wordpress-helpdesk-col-sm-3,
.single-ticket .wordpress-helpdesk-reporter-box .wordpress-helpdesk-col-sm-9 {
  padding-right: 15px;
  padding-left: 15px;
}

.single-ticket .wordpress-helpdesk-agent-box .wordpress-helpdesk-agent-box-title,
.single-ticket .wordpress-helpdesk-agent-box .wordpress-helpdesk-reporter-box-title,
.single-ticket .wordpress-helpdesk-reporter-box .wordpress-helpdesk-agent-box-title,
.single-ticket .wordpress-helpdesk-reporter-box .wordpress-helpdesk-reporter-box-title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.wordpress-helpdesk-comments .comment-form p.form-submit {
  margin-top: 34px;
  margin-bottom: 0;
}

.wordpress-helpdesk-comments .comment-form p.form-submit .btn {
  color: #ffffff !important;
}

.wordpress-helpdesk-comments .comment-form p.form-submit .btn span {
  font-size: 12px;
  line-height: 1.6em;
  font-weight: 500;
  text-transform: uppercase;
}

.wordpress-helpdesk-comments .comment-form p.form-submit .btn:hover, .wordpress-helpdesk-comments .comment-form p.form-submit .btn:focus {
  color: #4c4c4c;
}

.wordpress-helpdesk-comments .wp-editor-wrap {
  position: relative;
  width: 100%;
}

.wordpress-helpdesk-comments .comments-area {
  margin-top: 30px;
}

.wordpress-helpdesk-comments .comments-area .quicktags-toolbar .ed_button {
  width: auto;
  display: inline-block;
  transition: all 0.2s ease-in-out 0s;
}

.wordpress-helpdesk-comments .comments-area .quicktags-toolbar .ed_button:hover {
  background-color: #8073b2;
}

/*
**photoswipe
* http://photoswipe.com/
*
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/photoswipe/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-