@charset "UTF-8";
/**
 *** Table Of Contents
 **/
/*
 ** Template colors
 *
 Accent Colors:
 1: #{$colorMain}
 2: #{$colorMain2}
 3: #{$colorMain3}
 4: #{$colorMain4}
 Light section (.ls) colors:
 Text color in light section: #{$fontColor}
 Background color for light section and font color in dark section: #{$lightColor}
 Color for headings in light section and for background in dark section (.ds): #{$darkColor}
 Background color for light muted section (grey - .ls.ms): #{$greyColor}
 Background color for dark muted section (.ds.ms): #{$darkColor}
 Border colors for elements in light section (and .bordered elements): #{$borderColor}, #{$borderColorRGBA}
 Background color for elements in light section (.hero-bg): #{$backgroundColor}
 Dark section (.ds) colors: 
 Text color in dark section: #{$darkFontColor}
 Border colors for elements in dark section: #{$darkBorderColor}
 Background color for elements in dark section (.hero-bg): #{$darkBackgroundColor}
 Color section (.cs) colors: 
 Background color for elements in color section: #{$colorBackgroundColor}
 Border color for elements in color section: #{$colorBorderColor}
 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
 */
/*
 ** General Styles for HTML tags
 */
html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}
::selection {
  color: #fff;
  background-color: #49979c;
}
::-moz-selection {
  color: #fff;
  background-color: #49979c;
}
.table-bordered {
  margin-bottom: 0;
}
.container-fluid {
  padding-right: 65px;
  padding-left: 65px;
}
body {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  background-color: #fff;
  overflow: visible;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.16;
  word-break: break-word;
  margin-top: 0.65em;
  margin-bottom: 0.4em;
  font-family: 'Nunito', sans-serif;
  text-transform: capitalize;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}
h1 {
  margin-top: 1.17em;
  font-size: 54px;
  letter-spacing: 0;
}
h2 {
  font-size: 48px;
  margin-top: 0.9em;
  margin-bottom: 0.5em;
  letter-spacing: 0;
}
h3 {
  font-size: 42px;
  margin-top: 1.1em;
  margin-bottom: 0.55em;
  letter-spacing: 0;
  line-height: 1.23;
}
h4 {
  font-size: 45px;
  margin-top: 1.37em;
  margin-bottom: 0.7em;
  letter-spacing: 0;
}
h5 {
  font-size: 30px;
  margin-top: 1.65em;
  margin-bottom: 0.9em;
  letter-spacing: 0;
}
h6 {
  font-size: 24px;
  margin-top: 2.1em;
  margin-bottom: 1.2em;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.9rem;
  }
  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: 1em;
}
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;
  color: #323232;
}
label {
  color: #323232;
}
a {
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  color: #49979c;
}
a:hover {
  color: #323232;
  text-decoration: none;
  transition: all 0.15s linear 0s;
}
blockquote.wp-block-quote, blockquote {
  display: block;
  margin: 0;
}
blockquote.wp-block-quote p, blockquote p {
  position: relative;
  text-indent: 52px;
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  color: #323232;
  font-size: 20px;
}
blockquote.wp-block-quote p:before, blockquote p:before {
  font-family: 'FontAwesome' !important;
  content: "\f10d";
  font-size: 38px;
  height: 38px;
  line-height: 38px;
  font-style: normal;
  left: -42px;
  position: absolute;
  top: -9px;
  background: linear-gradient(45deg, #8d66b4 10%, #8d66b4 30%, #49979c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #49979c;
}
blockquote.has-image {
  padding: 0;
  font-style: normal;
  margin: 48px 0 47px 0;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
}
blockquote.has-image img {
  border-radius: 50%;
  margin-right: 0;
  margin-bottom: 25px;
}
blockquote.has-image p {
  position: relative;
  margin-bottom: 0;
  text-indent: 0;
  text-align: center;
  width: 90%;
}
blockquote.has-image p:before {
  display: none;
}
blockquote.has-image p .name {
  font-weight: 700;
  color: #323232;
  font-size: 18px;
  display: block;
  text-indent: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 20px;
  position: relative;
  font-style: normal;
  font-family: 'Nunito', sans-serif;
}
blockquote.has-image p .profession {
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  color: #49979c;
  display: block;
  font-style: normal;
  font-family: 'Nunito', sans-serif;
  text-indent: 0;
}
blockquote.has-image .media {
  margin: 15px 0;
}
blockquote.has-image h3, blockquote.has-image h4, blockquote.has-image .text-small {
  font-style: normal;
}
blockquote.has-image .item-meta {
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0;
}
blockquote.has-image .item-meta span + span {
  margin-left: 27px;
  padding-left: 28px;
  position: relative;
}
blockquote.has-image .item-meta span + span:before {
  content: '|';
  position: absolute;
  left: 0;
  top: -1px;
}
[class*='col-xs-12'] blockquote.has-image p, [class*='col-sm-12'] blockquote.has-image p {
  width: 70%;
}
@media (max-width: 1440px) {
  h4 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  blockquote {
    margin: 18px 0 16px 0;
  }
  .single.single-post blockquote {
    width: 100%;
  }
}
@media (max-width: 767px) {
  blockquote {
    margin: 18px 0 16px 0;
  }
  h4 {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  blockquote {
    margin: 32px 0 38px 30px;
    padding: 1.2em 0 0.3em 2em;
    width: 80%;
  }
  .post .entry-content blockquote {
    width: 100% !important;
  }
  blockquote {
    display: block;
    padding-left: 0;
    margin-left: 0;
  }
  .post .entry-content blockquote {
    width: 100% !important;
  }
  blockquote img {
    margin-bottom: 20px;
  }
  blockquote p .name:after {
    letter-spacing: 2.2px;
  }
  blockquote.has-image img {
    margin-right: 15px;
  }
  blockquote.wp-block-quote p:before, blockquote p:before {
    left: -120px;
  }
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}
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: 1px !important;
}
hr {
  border-color: #dedede;
  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 tr {
  border-bottom: 1px solid #dedede;
}
table td, table th {
  padding: 13px 8px;
  line-height: 1.42857143;
  vertical-align: top;
}
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;
}
.big {
  margin: 0.85em 0 1.3em;
  font-size: 20px;
  line-height: 1.8em;
}
.big em {
  display: inline-block;
  margin: 0.3em 0 0;
}
@media (min-width: 768px) {
  .big em {
    margin: 1em 0 0.5em;
  }
}
.text-underlinen {
  text-decoration: underline;
  font-weight: 400;
}
.media h3 {
  text-transform: uppercase;
}
.media .dropcap {
  margin-right: 0;
}
.small-text {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .small-text.extra-letter-spacing {
    letter-spacing: 1em;
  }
}
ul, ol {
  padding-left: 1.15rem;
  line-height: 1.9;
}
ol.counter-list {
  list-style-type: decimal-leading-zero;
}
ol.counter-list {
  counter-reset: item;
  list-style-type: decimal-leading-zero;
  padding-left: 0;
}
ol.counter-list li {
  display: block;
}
ol.counter-list li:before {
  content: ".0" counter(item) " ";
  counter-increment: item;
  color: #49979c;
  font-weight: 500;
  margin-right: 6px;
}
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 #dedede;
  border-bottom: 1px solid #dedede;
}
.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;
}
.list-not-style {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.list-not-style li {
  padding-top: 6px;
  padding-bottom: 6px;
}
.list-not-style li:first-child {
  padding-top: 0;
}
.custom-style {
  padding: 0;
  list-style: none;
  line-height: 1.5;
}
.custom-style .icon-styled {
  color: #49979c;
}
.custom-style p {
  font-weight: 300;
}
.custom-style li {
  margin-bottom: 10px;
}
.list-styled ul, ul.list-styled {
  list-style: none;
  padding: 0;
  color: #323232;
}
.list-styled ul li, ul.list-styled li {
  position: relative;
  padding: 0 !important;
  border: none !important;
}
.list-styled ul li:before, ul.list-styled li:before {
  font-family: FontAwesome;
  content: "\f0da";
  font-size: 16px;
  color: #49979c;
  position: relative;
  padding-right: 9px;
  top: -1px;
}
ul.list-styled-circle {
  list-style: none;
  padding: 0;
  color: #323232;
  line-height: 2;
}
ul.list-styled-circle li {
  position: relative;
  padding: 0 !important;
  border: none !important;
}
ul.list-styled-circle li:before {
  font-family: FontAwesome;
  content: "\f111";
  font-size: 6px;
  color: #49979c;
  position: relative;
  padding-right: 18px;
  top: -4px;
}
ul.list-styled-circle li span.new {
  background: #49979c;
  color: #fff;
  padding: 0 6px;
  font-size: 14px;
  line-height: 1;
  margin-left: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
ul.list-styled-caret {
  list-style: none;
  padding: 0;
  color: #323232;
}
ul.list-styled-caret li {
  position: relative;
}
ul.list-styled-caret li:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  font-size: 14px;
  color: #49979c;
  position: relative;
  padding-right: 9px;
  top: 0;
}
/*
 ** Bootstrap Overrides
 */
/* bootstrap breadcrumbs*/
.breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  text-transform: capitalize;
  color: inherit;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0;
  justify-content: center;
}
.breadcrumb > li {
  display: inline-block;
  padding: 0;
  float: none;
}
@media (min-width: 992px) {
  .text-lg-right .breadcrumb {
    justify-content: flex-end;
  }
}
.breadcrumb > li.active {
  color: #fff;
}
.breadcrumb > li.active:before {
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 6px;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: inherit;
  padding: 0;
  margin-left: 26px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .breadcrumb-item + .breadcrumb-item::before {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 479px) {
  .breadcrumb-item + .breadcrumb-item::before {
    color: inherit;
    padding: 0 5px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
/* 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: 50px;
  border: none;
  outline: none;
  color: #9da5a9;
  background-color: #f7f6fb;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 18px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
form.fw_form_fw_form .form-group {
  position: relative;
}
form.fw_form_fw_form .form-group i {
  position: absolute;
  top: 19px !important;
  left: auto;
  right: 23px;
  color: #49979c;
  font-size: 14px;
}
footer input[type="text"], footer input[type="email"], footer input[type="url"], footer input[type="password"], footer input[type="search"], footer input[type="tel"], footer input[type="number"], footer textarea, footer select, footer .form-control {
  padding: 5px 20px;
}
select {
  padding-bottom: 0;
  padding-top: 0;
}
input[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}
[type="submit"], button {
  cursor: pointer;
}
[type="submit"], button {
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  padding: 11px 28px;
  margin-bottom: 0;
  outline: none;
  color: #fff;
  border: 3px solid #49979c;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
  background-color: #49979c;
  transition: all 0.2s ease-in-out;
}
[type="submit"]:hover, button:hover {
  border-color: #49979c;
  background-color: transparent;
  color: #49979c;
}
.ds [type="submit"]:not([class]), .ds button:not([class]), .cs [type="submit"]:not([class]), .cs button:not([class]) {
  border-color: #fff;
  color: #fff;
}
[type="submit"], .form-submit [type="submit"] {
  padding: 12px 20px;
}
textarea, textarea.form-control {
  padding-top: 9px;
  height: 145px;
}
.form-group {
  position: relative;
}
[class*='col-'] > .form-group {
  margin-bottom: 0;
}
[class*='col-'] > .form-group + .form-group {
  margin-top: 21px;
}
[class*='col-'] > .form-group + .form-group label {
  margin-top: 41px;
}
.form-group .btn {
  padding: 20px 58px;
  margin-top: 21px;
}
form.fw_form_fw_form .wrap-forms .btn {
  padding: 20px 58px;
  margin-top: 21px;
}
@media (max-width: 991px) {
  .form-group .btn {
    margin-top: 0;
  }
  .form-group.mt-25 {
    margin-top: 0 !important;
  }
}
@media (max-width: 575px) {
  [class*='col-'] > .form-group + .form-group {
    margin-top: 10px;
  }
  [class*='col-'] > .form-group + .form-group label {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
/* select styling */
select[multiple] {
  height: auto;
}
select option, .form-control option {
  color: #323232;
  background-color: #fff;
}
.form-control-unstyled {
  border: none;
  background-color: transparent;
}
.form-control, .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  background-color: #eae9ee;
}
.form-control.invalid {
  -webkit-box-shadow: 0 0 0 2px #49979c;
  box-shadow: 0 0 0 2px #49979c;
}
.form-control:-moz-placeholder {
  font-style: normal;
  color: #9da5a9;
  opacity: 1;
}
.form-control::-moz-placeholder {
  font-style: normal;
  color: #9da5a9;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  font-style: normal;
  color: #9da5a9;
  opacity: 1;
}
.comment-form input::-webkit-input-placeholder {
  font-style: normal;
  color: #9da5a9;
  opacity: 1;
}
.comment-form input:-moz-placeholder {
  font-style: normal;
  color: #9da5a9;
  opacity: 1;
}
.comment-form input::-moz-placeholder {
  font-style: normal;
  color: #9da5a9;
  opacity: 1;
}
.comment-form input:-ms-input-placeholder {
  font-style: normal;
  color: #9da5a9;
  opacity: 1;
}
.form-control::-webkit-input-placeholder {
  font-style: normal;
  color: #9da5a9;
  opacity: 1;
}
/*icons for forms */
form label + [class*="fa-"] {
  position: absolute;
  font-size: 16px;
  left: 28px;
  top: 60px;
  width: 1em;
  text-align: center;
}
form .has-placeholder label + [class*="fa-"] {
  top: 13px;
}
form label + [class*="fa-"] + .form-control {
  padding-right: 60px;
}
label {
  display: none;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}
.checkbox label, .radio label {
  font-weight: inherit;
}
.checkbox label[for], .radio label[for] {
  font-weight: inherit;
  cursor: pointer;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}
label[for] {
  cursor: pointer;
}
.checkbox label[for] + input[type=checkbox], .radio label[for] + input[type=checkbox], .checkbox label[for] + input[type=radio], .radio label[for] + input[type=radio] {
  left: 20px;
}
.checkbox .form-check, .radio .form-check {
  padding: 0;
}
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: #49979c;
}
.has-error label, .has-error .help-block {
  color: #49979c;
}
/*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 #dedede;
  font-family: "FontAwesome";
}
input[type="checkbox"]:checked + label:before {
  content: "\f00c";
  color: #49979c;
}
input[type="checkbox"]:disabled + label:before {
  background-color: #dedede;
}
/*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: #999;
}
input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 2px;
  width: 16px;
  height: 16px;
  background: #dedede;
  border: 2px solid #dedede;
}
input[type="radio"]:checked + label:before {
  padding: 3px;
  background-color: #323232;
  background-clip: content-box;
}
input[type="radio"]:disabled + label:before {
  background-color: #dedede;
}
.wrap-forms input[type="submit"] {
  margin-top: 30px;
  padding: 11px 30px;
}
form.contact-form input[type=checkbox] {
  margin-right: 10px;
}
/* carousel */
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}
.carousel-indicators li {
  max-width: 10px;
  height: 10px;
  border-radius: 50%;
}
/* bootstrap tabs*/
.nav-tabs {
  border-bottom: none;
}
.nav-tabs .nav-link {
  border-radius: 5px 5px 0 0;
  border: none;
  background: #f7f6fb;
  margin-right: 2px;
  font-weight: 700;
  color: #9da5a9;
}
.nav-tabs .nav-link:hover {
  border-color: #49979c;
  background: #49979c;
  color: #fff;
  font-weight: 700;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color: #49979c;
  background: #49979c;
  color: #fff;
  font-weight: 700;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-link {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 32px 90px;
  color: #9da5a9;
  line-height: 1.15;
}
.nav-link i {
  color: #323232;
}
.small-tabs .nav-link {
  padding: 23px 28px 19px;
}
.nav-link .small-tabs .tab-content {
  padding: 40px;
}
@media (max-width: 1440px) {
  .nav-link {
    padding: 10px 21px;
  }
  .nav-tabs .nav-link {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .nav-link {
    padding: 10px 14px;
  }
}
.tab-content {
  border: none;
  padding: 60px;
  -webkit-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
  background-color: #f7f6fb;
  border-top: 4px solid #49979c;
}
.tab-pane .media img {
  max-width: 40%;
}
.tab-pane .media img:first-child {
  margin-right: 10px;
}
/* style 2 */
.nav.nav-tabs.style2 {
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #dedede;
  position: relative;
  left: 50%;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 80px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nav.nav-tabs.style2 .nav-item {
  display: inline-block;
}
.nav.nav-tabs.style2 .nav-item .nav-link {
  background: transparent;
  font-size: 20px;
  font-weight: 300;
  color: #323232;
  padding: 0 10px 18px;
  position: relative;
}
.nav.nav-tabs.style2 .nav-item .nav-link:after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  top: auto;
  left: 0;
  right: 0;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav.nav-tabs.style2 .nav-item .nav-link:hover {
  opacity: 1;
}
.nav.nav-tabs.style2 .nav-item .nav-link:hover:after {
  background: #9da5a9;
}
.nav.nav-tabs.style2 .nav-item + .nav-item .nav-link {
  margin-left: 25px;
}
.nav.nav-tabs.style2 .nav-item.show .nav-link, .nav.nav-tabs.style2 .nav-link.active {
  color: #9da5a9;
  font-weight: 600;
}
.nav.nav-tabs.style2 .nav-item.show .nav-link:after, .nav.nav-tabs.style2 .nav-link.active:after {
  height: 3px;
  width: 100%;
  background: #9da5a9;
}
.nav.nav-tabs.style2 + .tab-content {
  padding: 0;
  box-shadow: none;
}
@media (max-width: 991px) {
  .nav.nav-tabs.style2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .nav.nav-tabs.style2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 576px) {
  .nav.nav-tabs.style2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav.nav-tabs.style2 .nav-item + .nav-item .nav-link {
    margin-left: 10px;
  }
}
@media (max-width: 479px) {
  .nav.nav-tabs.style2 .nav-item + .nav-item .nav-link {
    margin-left: 0;
  }
  .nav.nav-tabs.style2 .nav-item .nav-link {
    font-size: 17px;
    padding: 0 4px 18px;
  }
  .nav.nav-tabs.style2 {
    padding-left: 0;
    padding-right: 0;
  }
}
/* bootstrap collapse*/
[data-toggle="collapse"] {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-bottom: 0;
  font-size: 24px;
}
[data-toggle="collapse"]:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  font-size: 10px;
  font-family: 'FontAwesome';
  content: "\f078";
}
[data-toggle="collapse"].collapsed:after {
  content: "\f054";
}
[role="tablist"] .card {
  border-radius: 0;
  border: none;
  background: none;
  margin-bottom: 0;
}
[role="tablist"] .card > div {
  margin-bottom: 15px;
}
[role="tablist"] .card > div .card-body {
  padding: 0;
  margin-bottom: 20px;
}
[role="tablist"] .card:first-child .card-header {
  padding-top: 0;
}
[role="tablist"] .card-header {
  padding: 25px 0;
  background: none;
  border: none;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #dedede;
}
[role="tablist"] .card-header a {
  font-size: 24px;
  letter-spacing: 0;
  text-transform: capitalize;
  display: block;
  position: relative;
  padding: 0 40px 0 0;
  background-color: #fff;
  color: #49979c;
}
[role="tablist"] .card-header a:before, [role="tablist"] .card-header a:after {
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 100;
  content: '';
  width: 20px;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  color: #49979c;
  background-color: transparent;
  transition: opacity 0.3s ease-in-out;
}
[role="tablist"] .card-header a:after {
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  vertical-align: top;
  top: 50%;
  bottom: auto;
  content: "\f077";
  font-family: 'FontAwesome';
  background: none;
}
[role="tablist"] .card-header a:hover {
  color: #49979c;
}
[role="tablist"] .card-header a.collapsed {
  background-color: #fff;
  color: #323232;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
}
[role="tablist"] .card-header a.collapsed:hover {
  color: #49979c;
  opacity: 1;
}
[role="tablist"] .card-header a.collapsed:after {
  content: "\f078";
  font-family: 'FontAwesome';
  margin-top: -15px;
}
[role="tablist"] .collapse {
  margin-bottom: 0 !important;
}
[role="tablist"] .media img {
  max-width: 80px;
}
#accordion02 .card {
  box-shadow: none;
}
[role="tablist"] .card-header + div .card-body {
  padding: 0 40px 0 0;
  margin-bottom: 0;
  background-color: #fff;
}
[role="tablist"] h6.mb-20 {
  margin-bottom: 20px;
}
[role="tablist"] .collapse {
  margin-bottom: 0;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  padding-top: 13px;
}
[role="tablist"] .card + .card {
  margin-top: 0;
}
[role="tablist"] > div + div {
  margin-top: 11px;
}
@media (max-width: 767px) {
  [role="tablist"] .card-header a {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  [role="tablist"] .card-header a {
    padding: 0 0 0 20px;
  }
  [role="tablist"] .card-header a:before, [role="tablist"] .card-header a:after {
    left: -10px;
  }
  [role="tablist"] .card-header + div .card-body {
    padding: 0 0 0 20px;
  }
}
/* bootstrap dropdown menu */
.dropdown-menu {
  border: none;
  border-top: 3px solid #49979c;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  border-radius: 0;
  z-index: 1001;
  margin-top: 0;
  padding: 40px;
  background-color: #fff;
  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 #dedede;
}
.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: #4d4d4d;
  opacity: 0.9;
}
.modal-content {
  border-radius: 1px;
}
.modal-content [class*="col-"]:last-child {
  margin-bottom: 0;
}
/* bootstrap buttons */
.btn {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  padding: 20px 55px;
  margin-bottom: 0;
  border-width: 3px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
}
.btn.round, .btn.rounded {
  padding: 23px;
  line-height: 1;
}
.btn.large {
  padding: 10px 40px;
}
.btn.small {
  padding: 6px 17px;
}
/* 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: 18px;
}
@media (max-width: 991px) {
  * + .media-body, .media-body + * {
    margin-left: 10px;
  }
}
@media (max-width: 479px) {
  button.btn + span.m-25 {
    margin: 10px;
  }
}
td .media-body {
  width: auto;
}
.embed-responsive-3by2 {
  height: 0;
  padding-bottom: 56%;
  background-color: #1d2225;
}
.embed-responsive-3by2 a > img {
  opacity: 0.8;
}
.embed-responsive-3by2 a:hover > img {
  opacity: 0.8;
}
#video .photoswipe-link:after, .format-video .photoswipe-link:after, #video .embed-placeholder:after, .format-video .embed-placeholder:after {
  transition: all 0.3s ease-in-out;
  content: "\f04b";
  font-family: 'FontAwesome';
  position: absolute;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  width: 57px;
  height: 40px;
  text-align: center;
  background-color: #d7143a;
  border-radius: 10px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
}
#video .photoswipe-link:hover:after, .format-video .photoswipe-link:hover:after, #video .embed-placeholder:hover:after, .format-video .embed-placeholder:hover:after {
  opacity: 0.4;
}
@media (max-width: 479px) {
  #video .photoswipe-link:after, #video .embed-placeholder:after, .format-video .photoswipe-link:after, .format-video .embed-placeholder:after {
    font-size: 40px;
  }
}
.alert {
  border-width: 0 0 0 4px;
  padding: 18px 30px;
  margin-bottom: 20px;
  border: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
  color: #fff;
}
.alert:before {
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 10px;
}
.alert-success {
  background-color: #ae419a;
}
.alert-success:before {
  content: "\f058";
}
.alert-info {
  background-color: #7238a0;
}
.alert-info:before {
  content: "\f06a";
}
.alert-warning {
  background-color: #f8e540;
  color: #323232;
}
.alert-warning:before {
  content: "\f071";
  color: #323232;
}
.alert-danger {
  background-color: #49979c;
}
.alert-danger:before {
  content: "\f057";
}
.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: #fff;
  background-color: #f8e540;
}
.label-info {
  color: #fff;
  background-color: #007ebd;
}
.label-warning {
  color: #fff;
  background-color: #eeb269;
}
.label-danger {
  color: #fff;
  background-color: #dc5753;
}
/*
 progressbar*/
.progress-bar-title {
  margin-bottom: 7px;
  color: #323232;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.progress {
  height: 4px;
  margin-bottom: 19px;
  position: relative;
  box-shadow: none;
  overflow: unset;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #dedede;
}
.progress + .progress {
  margin-top: 10px;
}
.progress [data-transitiongoal] {
  width: 0;
}
.progress .progress-bar {
  transition: width 0.5s ease 0.2s;
  height: 4px;
  position: relative;
  top: 0;
}
.progress span {
  position: absolute;
  right: 0;
  top: -31px;
  font-size: 14px;
  font-weight: 700;
  color: #323232;
}
/*
 **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-items .owl-stage {
  padding-top: 11px;
  padding-bottom: 11px;
}
.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: 10px;
  height: 10px;
  margin: 5px 12px;
  border: 1px solid #9da5a9;
  background-color: #9da5a9;
  display: block;
  opacity: 1;
  -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: #49979c;
  background-color: #49979c;
}
.owl-carousel .owl-nav {
  transition: all 0.3s ease;
  top: 50%;
  position: absolute;
  left: -5px;
  width: 100%;
  margin-top: -15px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-carousel .owl-nav > div {
  text-transform: uppercase;
  position: absolute;
  opacity: 1;
  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: 1;
}
.owl-carousel .owl-nav > div:hover i {
  background: transparent;
  color: #323232;
}
.owl-carousel .owl-nav > div i {
  font-size: 28px;
  color: #fff;
  border: 2px solid #49979c;
  background: #49979c;
  padding: 6px 15px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
}
.owl-carousel .owl-nav > div:first-child {
  left: 0;
  right: auto;
}
.post.gallery .owl-carousel .owl-nav > div i {
  border: none;
  color: #fff;
  background-color: transparent;
  font-size: 30px;
  font-weight: 700;
}
.post.gallery .owl-carousel .owl-nav > div i:hover {
  color: #49979c;
}
@media (min-width: 768px) {
  .owl-carousel .owl-nav > div.owl-next i {
    padding: 6px 25px 6px 15px;
  }
  .owl-carousel .owl-nav > div.owl-prev i {
    padding: 6px 15px 6px 25px;
  }
}
@media (min-width: 768px) {
  .owl-carousel .owl-nav > div.owl-next i {
    left: auto;
    right: 0;
  }
}
/* 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: 0;
  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;
}
@media (max-width: 479px) {
  .owl-theme .owl-dots {
    margin-top: 0;
  }
}
/* .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: #fff;
  font-size: 20px;
  left: 17px;
}
@media (min-width: 768px) {
  .owl-center .owl-nav > div {
    width: 30px;
  }
}
/*theme with nav at the top right corner*/
.top-right-nav .owl-nav {
  position: absolute;
  top: -35px;
  right: 0;
  background: #49979c;
}
.top-right-nav .owl-nav > div {
  background: transparent;
  min-width: 2em;
}
.top-right-nav .owl-nav > div:first-child {
  left: auto;
  right: 2em;
}
.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;
}
@media (max-width: 767px) {
  .owl-carousel .owl-nav > div.owl-next i {
    left: -35px;
  }
}
@media (max-width: 575px) {
  .owl-carousel .owl-nav > div i {
    padding: 2px 12px 4px 10px;
    left: 1px;
  }
  .owl-carousel .owl-nav > div.owl-next i {
    left: -39px;
  }
}
/* 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;
}
/*
 ** 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: #fff;
  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;
}
.page_slider.static_layer .flex-control-nav {
  display: none;
}
.flex-control-nav li {
  text-align: center;
  display: inline-block;
  padding: 0 14px;
  zoom: 1;
  margin-bottom: 5px;
  *display: inline;
}
.flex-control-paging li a {
  line-height: 1;
  background: transparent;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  color: #fff;
}
.ds .flex-control-paging li a, .cs .flex-control-paging li a {
  border-color: #fff;
}
.flex-control-paging li a:hover {
  opacity: 1;
}
.flex-control-paging li a.flex-active {
  opacity: 1;
  position: relative;
}
.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: 0.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: #fff;
}
.flex-custom-nav .flex-custom-link:hover {
  color: #49979c;
}
.page_slider:hover .flex-custom-nav {
  opacity: 1;
}
@media (max-width: 1440px) {
  .flex-control-nav:before {
    height: 100px;
  }
  .flex-control-nav:after {
    height: 100px;
  }
}
@media (max-width: 991px) {
  .page_slider .flexslider.flexslider-style2 .slides li.flex-slide {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .page_slider.team_slider .flexslider .slides li.flex-slide {
    min-height: 400px;
  }
  .page_slider.team_slider .intro_layers {
    text-align: center;
  }
  .page_slider .flexslider .slides li.flex-slide {
    min-height: 480px;
  }
}
@media (max-width: 575px) {
  .flexslider .slides img {
    display: none;
  }
}
@media (max-width: 479px) {
  .page_slider .flexslider.flexslider-style2 .slides li.flex-slide {
    min-height: 700px;
  }
}
/*
 **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: rgba(0, 0, 0, 0);
  -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-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}
/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}
a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}
a.pswp__share--download:hover {
  background: #ddd;
}
/*
 3. Index indicator ("1 of X" counter)
 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}
/*
 4. Caption
 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
}
.pswp__caption--empty {
  display: none;
}
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}
/*
 5. Loading indicator (preloader)
 You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR
 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../img/photoswipe/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /*
   The idea of animating inner circle is based on Polymer ("material") loading indicator
   by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
   */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*
 6. Additional styles
 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar, .pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
/*
 pswp__ui--hidden class is added when controls are hidden
 e.g. when user taps to toggle visibility of controls
 */
.pswp__ui--hidden {
  /* Force paint & create composition layer for controls. */
}
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
.pswp__zoom-wrap .embed-responsive {
  max-width: 90%;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .pswp__zoom-wrap .embed-responsive {
    max-width: 50%;
  }
}
/*
 ** Easy pieChart
 */
.chart {
  position: relative;
  display: inline-block;
  min-height: 150px;
  min-width: 150px;
  margin-bottom: 0;
  text-align: center;
}
.chart .chart-meta {
  position: absolute;
  width: 100%;
  top: 48%;
  transform: translateY(-50%);
}
.chart .chart-meta h4 {
  font-size: 14px;
  margin: 0;
  color: #9da5a9;
  letter-spacing: 0;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
}
.percent {
  font-family: 'Nunito', sans-serif;
  display: inline-block;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  z-index: 2;
}
.percent:after {
  content: '%';
}
.angular {
  margin-top: 100px;
}
.angular .chart {
  margin-top: 0;
}
/* 
 ** Time Table 
 */
#timetable span {
  display: block;
}
#timetable th, #timetable td {
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
  padding: 25px 5px;
}
#timetable thead {
  color: #fff;
}
#timetable thead th {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-width: 0 1px;
}
#timetable tbody th, #timetable tbody td {
  border: 1px solid #dedede;
  transition: all 0.3s ease-in-out;
}
#timetable tbody .current {
  background-color: #49979c;
  border-color: #49979c;
}
#timetable tbody .current a {
  color: #fff;
}
/* 
 ** toTop
 */
#toTop {
  bottom: 0;
  right: 0;
  display: none;
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  z-index: 1000;
  font-size: 0;
  color: transparent;
  background-color: #49979c;
  opacity: 0.7;
}
#toTop:after {
  color: #fff;
  content: '\f106';
  font-size: 16px;
  line-height: 60px;
  font-family: 'FontAwesome';
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.2s linear;
}
#toTopHover, #toTop:hover {
  bottom: 3px;
  opacity: 1;
}
#toTop:hover:after {
  color: #fff;
}
#toTop:active, #toTop:focus {
  outline: medium none;
}
.modal-open #toTop {
  visibility: hidden;
}
/* Countdown */
#comingsoon-countdown {
  text-align: center;
}
#comingsoon-countdown:before, #comingsoon-countdown:after {
  clear: both;
  display: table;
  content: ' ';
}
.countdown-rtl {
  direction: rtl;
}
.countdown-row {
  clear: both;
  display: table;
  margin: auto;
  padding: 20px 0;
  text-align: center;
}
.countdown-section {
  display: table-cell;
  padding: 10px 30px 20px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.countdown-section:first-child {
  border-left-width: 0;
}
.countdown-amount {
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
  color: #49979c;
}
.countdown-period {
  display: block;
  color: #323232;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  min-width: 11em;
}
.countdown-descr {
  display: block;
}
@media (max-width: 991px) {
  .countdown-section {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .countdown-section {
    padding: 20px 8px 0;
  }
  .countdown-amount {
    font-size: 40px;
  }
  .countdown-period {
    min-width: 4em;
    letter-spacing: 0.1em;
  }
}
.counter-wrap.color-main {
  color: #49979c;
}
h3.counter-wrap {
  font-family: 'Nunito', sans-serif;
  font-style: italic;
  font-size: 50px;
  margin-bottom: 10px !important;
}
h3.counter-wrap .counter-add {
  margin-left: 10px;
}
.icon-styled + h3.counter-wrap {
  margin-top: 18px !important;
  margin-bottom: 14px;
}
h3.counter-wrap + p {
  position: relative;
  padding-bottom: 26px;
}
.ds h3.counter-wrap + p:before {
  opacity: 0.2;
}
h3.counter-wrap.style2 {
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-size: 40px;
}
h3.counter-wrap.style2 + p {
  padding-bottom: 26px;
  position: relative;
}
h3.counter-wrap.style2 + p:before {
  background-color: #fff;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70%;
  opacity: 0.2;
  bottom: 0;
  content: "";
  position: absolute;
  top: auto;
}
h3.counter-wrap.style2 + p:after {
  background-color: #49979c;
  bottom: -1px;
  height: 3px;
  left: 50%;
  top: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  content: "";
  position: absolute;
}
@media (max-width: 1199px) {
  h3.counter-wrap.style2 + p {
    font-size: 14px;
  }
}
/* sidebar scroll plugin */
.scroll-wrapper {
  overflow: hidden;
  padding: 0;
  position: relative;
  height: 100%;
}
.scroll-wrapper > .scroll-content {
  border: none;
  box-sizing: content-box;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  overflow: scroll;
  padding: 0;
  position: relative;
  top: 0;
  width: auto;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-wrapper.scroll--rtl {
  direction: rtl;
}
.scroll-element {
  box-sizing: content-box;
  display: none;
}
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scrollbar-macosx > .scroll-element, .scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}
.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: rgba(127, 127, 127, 0.4);
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 1px;
  transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar, .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0;
  height: 0;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}
.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 0;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}
.firefox-on-macos {
  overflow: scroll !important;
}
.firefox-on-macos.scroll-wrapper > .scroll-content {
  overflow: auto;
}
/*
 ** Bootstrap Addons
 */
/*
 ** Horizontal padding (gutters) for columns and rows
 */
/* columns
 .c - columns
 px-* - horizontal padding value
 */
.c-gutter-175 [class*="col-"], .row.c-gutter-175 > [class*="col-"] {
  padding-right: 87px;
  padding-left: 88px;
}
.c-gutter-160 [class*="col-"], .row.c-gutter-160 > [class*="col-"] {
  padding-right: 80px;
  padding-left: 80px;
}
.c-gutter-150 [class*="col-"], .row.c-gutter-150 > [class*="col-"] {
  padding-right: 75px;
  padding-left: 75px;
}
.c-gutter-140 [class*="col-"], .row.c-gutter-140 > [class*="col-"] {
  padding-right: 70px;
  padding-left: 70px;
}
.c-gutter-135 [class*="col-"], .row.c-gutter-135 > [class*="col-"] {
  padding-right: 67px;
  padding-left: 68px;
}
.c-gutter-120 [class*="col-"], .row.c-gutter-120 > [class*="col-"] {
  padding-right: 60px;
  padding-left: 60px;
}
.c-gutter-110 [class*="col-"], .row.c-gutter-110 > [class*="col-"] {
  padding-right: 55px;
  padding-left: 55px;
}
.c-gutter-100 [class*="col-"], .row.c-gutter-100 > [class*="col-"] {
  padding-right: 50px;
  padding-left: 50px;
}
.c-gutter-80 [class*="col-"], .row.c-gutter-80 > [class*="col-"] {
  padding-right: 40px;
  padding-left: 40px;
}
.c-gutter-75 [class*="col-"], .row.c-gutter-75 > [class*="col-"] {
  padding-right: 37px;
  padding-left: 38px;
}
.c-gutter-60 [class*="col-"], .row.c-gutter-60 > [class*="col-"] {
  padding-right: 30px;
  padding-left: 30px;
}
.c-gutter-50 [class*="col-"], .row.c-gutter-50 > [class*="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}
.c-gutter-46 [class*="col-"], .row.c-gutter-46 > [class*="col-"] {
  padding-right: 23px;
  padding-left: 23px;
}
.c-gutter-40 [class*="col-"], .row.c-gutter-40 > [class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}
.c-gutter-30 [class*="col-"], .row.c-gutter-30 > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
.c-gutter-25 [class*="col-"], .row.c-gutter-25 > [class*="col-"] {
  padding-right: 12px;
  padding-left: 13px;
}
.c-gutter-20 [class*="col-"], .row.c-gutter-20 > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.c-gutter-15 [class*="col-"], .row.c-gutter-15 > [class*="col-"] {
  padding-right: 7px;
  padding-left: 8px;
}
.c-gutter-10 [class*="col-"], .row.c-gutter-10 > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.c-gutter-8 [class*="col-"], .row.c-gutter-8 > [class*="col-"] {
  padding-right: 4px;
  padding-left: 4px;
}
.c-gutter-5 [class*="col-"], .row.c-gutter-5 > [class*="col-"] {
  padding-right: 2px;
  padding-left: 3px;
}
.c-gutter-4 [class*="col-"], .row.c-gutter-4 > [class*="col-"] {
  padding-right: 2px;
  padding-left: 2px;
}
.c-gutter-2 [class*="col-"], .row.c-gutter-2 > [class*="col-"] {
  padding-right: 1px;
  padding-left: 1px;
}
.c-gutter-1 [class*="col-"], .row.c-gutter-1 > [class*="col-"] {
  padding-right: 0px;
  padding-left: 1px;
}
.c-gutter-0 [class*="col-"], .row.c-gutter-0 > [class*="col-"] {
  padding-right: 0px;
  padding-left: 0px;
}
/* rows */
.c-gutter-175 .row, div.row.c-gutter-175 {
  margin-left: -88px;
  margin-right: -87px;
}
.c-gutter-160 .row, div.row.c-gutter-160 {
  margin-left: -80px;
  margin-right: -80px;
}
.c-gutter-150 .row, div.row.c-gutter-150 {
  margin-left: -75px;
  margin-right: -75px;
}
.c-gutter-140 .row, div.row.c-gutter-140 {
  margin-left: -70px;
  margin-right: -70px;
}
.c-gutter-135 .row, div.row.c-gutter-135 {
  margin-left: -68px;
  margin-right: -67px;
}
.c-gutter-120 .row, div.row.c-gutter-120 {
  margin-left: -60px;
  margin-right: -60px;
}
.c-gutter-110 .row, div.row.c-gutter-110 {
  margin-left: -55px;
  margin-right: -55px;
}
.c-gutter-100 .row, div.row.c-gutter-100 {
  margin-left: -50px;
  margin-right: -50px;
}
.c-gutter-80 .row, div.row.c-gutter-80 {
  margin-left: -40px;
  margin-right: -40px;
}
.c-gutter-75 .row, div.row.c-gutter-75 {
  margin-left: -38px;
  margin-right: -37px;
}
.c-gutter-60 .row, div.row.c-gutter-60 {
  margin-left: -30px;
  margin-right: -30px;
}
.c-gutter-50 .row, div.row.c-gutter-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.c-gutter-46 .row, div.row.c-gutter-46 {
  margin-left: -23px;
  margin-right: -23px;
}
.c-gutter-40 .row, div.row.c-gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.c-gutter-30 .row, div.row.c-gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.c-gutter-25 .row, div.row.c-gutter-25 {
  margin-left: -13px;
  margin-right: -12px;
}
.c-gutter-20 .row, div.row.c-gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.c-gutter-15 .row, div.row.c-gutter-15 {
  margin-left: -8px;
  margin-right: -7px;
}
.c-gutter-10 .row, div.row.c-gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.c-gutter-8 .row, div.row.c-gutter-8 {
  margin-left: -4px;
  margin-right: -4px;
}
.c-gutter-5 .row, div.row.c-gutter-5 {
  margin-left: -3px;
  margin-right: -2px;
}
.c-gutter-4 .row, div.row.c-gutter-4 {
  margin-left: -2px;
  margin-right: -2px;
}
.c-gutter-2 .row, div.row.c-gutter-2 {
  margin-left: -1px;
  margin-right: -1px;
}
.c-gutter-1 .row, div.row.c-gutter-1 {
  margin-left: -1px;
  margin-right: 0px;
}
.c-gutter-0 .row, div.row.c-gutter-0 {
  margin-left: 0px;
  margin-right: 0px;
}
/* containers */
.container-px-0 [class*='container'] {
  padding-left: 0px;
  padding-right: 0px;
}
.container-px-1 [class*='container'] {
  padding-left: 1px;
  padding-right: 1px;
}
.container-px-2 [class*='container'] {
  padding-left: 2px;
  padding-right: 2px;
}
.container-px-5 [class*='container'] {
  padding-left: 5px;
  padding-right: 5px;
}
.container-px-10 [class*='container'] {
  padding-left: 10px;
  padding-right: 10px;
}
.container-px-20 [class*='container'] {
  padding-left: 20px;
  padding-right: 20px;
}
.container-px-30 [class*='container'] {
  padding-left: 30px;
  padding-right: 30px;
}
.container-px-50 [class*='container'] {
  padding-left: 50px;
  padding-right: 50px;
}
.container-px-60 [class*='container'] {
  padding-left: 60px;
  padding-right: 60px;
}
.container-px-80 [class*='container'] {
  padding-left: 80px;
  padding-right: 80px;
}
.width-0 {
  width: 0%;
}
.width-1 {
  width: 1%;
}
.width-2 {
  width: 2%;
}
.width-5 {
  width: 5%;
}
.width-10 {
  width: 10%;
}
.width-20 {
  width: 20%;
}
.width-30 {
  width: 30%;
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 60%;
}
.width-80 {
  width: 80%;
}
@media (min-width: 576px) {
  .width-sm-0 {
    width: 0%;
  }
  .width-sm-1 {
    width: 1%;
  }
  .width-sm-2 {
    width: 2%;
  }
  .width-sm-5 {
    width: 5%;
  }
  .width-sm-10 {
    width: 10%;
  }
  .width-sm-20 {
    width: 20%;
  }
  .width-sm-30 {
    width: 30%;
  }
  .width-sm-50 {
    width: 50%;
  }
  .width-sm-60 {
    width: 60%;
  }
  .width-sm-80 {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .width-md-0 {
    width: 0%;
  }
  .width-md-1 {
    width: 1%;
  }
  .width-md-2 {
    width: 2%;
  }
  .width-md-5 {
    width: 5%;
  }
  .width-md-10 {
    width: 10%;
  }
  .width-md-20 {
    width: 20%;
  }
  .width-md-30 {
    width: 30%;
  }
  .width-md-50 {
    width: 50%;
  }
  .width-md-60 {
    width: 60%;
  }
  .width-md-80 {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .width-lg-0 {
    width: 0%;
  }
  .width-lg-1 {
    width: 1%;
  }
  .width-lg-2 {
    width: 2%;
  }
  .width-lg-5 {
    width: 5%;
  }
  .width-lg-10 {
    width: 10%;
  }
  .width-lg-20 {
    width: 20%;
  }
  .width-lg-30 {
    width: 30%;
  }
  .width-lg-50 {
    width: 50%;
  }
  .width-lg-60 {
    width: 60%;
  }
  .width-lg-80 {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .width-xl-0 {
    width: 0%;
  }
  .width-xl-1 {
    width: 1%;
  }
  .width-xl-2 {
    width: 2%;
  }
  .width-xl-5 {
    width: 5%;
  }
  .width-xl-10 {
    width: 10%;
  }
  .width-xl-20 {
    width: 20%;
  }
  .width-xl-30 {
    width: 30%;
  }
  .width-xl-50 {
    width: 50%;
  }
  .width-xl-60 {
    width: 60%;
  }
  .width-xl-80 {
    width: 80%;
  }
}
/*
 ** Vertical margins and padding for sections and columns
 */
/* Vertical padding for sections
 .s - section
 pt-* - padding top value
 pb-* - padding bottom value
 py-* - same value for top and for bottom padding
 */
.s-pt-0 > [class*='container'] {
  padding-top: 0px;
}
.s-pt-1 > [class*='container'] {
  padding-top: 1px;
}
.s-pt-2 > [class*='container'] {
  padding-top: 2px;
}
.s-pt-3 > [class*='container'] {
  padding-top: 3px;
}
.s-pt-5 > [class*='container'] {
  padding-top: 5px;
}
.s-pt-10 > [class*='container'] {
  padding-top: 10px;
}
.s-pt-15 > [class*='container'] {
  padding-top: 15px;
}
.s-pt-20 > [class*='container'] {
  padding-top: 20px;
}
.s-pt-25 > [class*='container'] {
  padding-top: 25px;
}
.s-pt-30 > [class*='container'] {
  padding-top: 30px;
}
.s-pt-35 > [class*='container'] {
  padding-top: 35px;
}
.s-pt-40 > [class*='container'] {
  padding-top: 40px;
}
.s-pt-45 > [class*='container'] {
  padding-top: 45px;
}
.s-pt-50 > [class*='container'] {
  padding-top: 50px;
}
.s-pt-55 > [class*='container'] {
  padding-top: 55px;
}
.s-pt-60 > [class*='container'] {
  padding-top: 60px;
}
.s-pt-65 > [class*='container'] {
  padding-top: 65px;
}
.s-pt-70 > [class*='container'] {
  padding-top: 70px;
}
.s-pt-75 > [class*='container'] {
  padding-top: 75px;
}
.s-pt-77 > [class*='container'] {
  padding-top: 77px;
}
.s-pt-80 > [class*='container'] {
  padding-top: 80px;
}
.s-pt-85 > [class*='container'] {
  padding-top: 85px;
}
.s-pt-90 > [class*='container'] {
  padding-top: 90px;
}
.s-pt-95 > [class*='container'] {
  padding-top: 95px;
}
.s-pt-100 > [class*='container'] {
  padding-top: 100px;
}
.s-pt-110 > [class*='container'] {
  padding-top: 110px;
}
.s-pt-115 > [class*='container'] {
  padding-top: 115px;
}
.s-pt-120 > [class*='container'] {
  padding-top: 120px;
}
.s-pt-125 > [class*='container'] {
  padding-top: 125px;
}
.s-pt-130 > [class*='container'] {
  padding-top: 130px;
}
.s-pt-135 > [class*='container'] {
  padding-top: 135px;
}
.s-pt-140 > [class*='container'] {
  padding-top: 140px;
}
.s-pt-141 > [class*='container'] {
  padding-top: 141px;
}
.s-pt-145 > [class*='container'] {
  padding-top: 145px;
}
.s-pt-150 > [class*='container'] {
  padding-top: 150px;
}
.s-pt-160 > [class*='container'] {
  padding-top: 160px;
}
.s-pt-175 > [class*='container'] {
  padding-top: 175px;
}
.s-pt-190 > [class*='container'] {
  padding-top: 190px;
}
.s-pt-200 > [class*='container'] {
  padding-top: 200px;
}
.s-pt-230 > [class*='container'] {
  padding-top: 230px;
}
.s-pb-0 > [class*='container'] {
  padding-bottom: 0px;
}
.s-pb-1 > [class*='container'] {
  padding-bottom: 1px;
}
.s-pb-2 > [class*='container'] {
  padding-bottom: 2px;
}
.s-pb-3 > [class*='container'] {
  padding-bottom: 3px;
}
.s-pb-5 > [class*='container'] {
  padding-bottom: 5px;
}
.s-pb-10 > [class*='container'] {
  padding-bottom: 10px;
}
.s-pb-15 > [class*='container'] {
  padding-bottom: 15px;
}
.s-pb-20 > [class*='container'] {
  padding-bottom: 20px;
}
.s-pb-25 > [class*='container'] {
  padding-bottom: 25px;
}
.s-pb-30 > [class*='container'] {
  padding-bottom: 30px;
}
.s-pb-35 > [class*='container'] {
  padding-bottom: 35px;
}
.s-pb-40 > [class*='container'] {
  padding-bottom: 40px;
}
.s-pb-45 > [class*='container'] {
  padding-bottom: 45px;
}
.s-pb-50 > [class*='container'] {
  padding-bottom: 50px;
}
.s-pb-55 > [class*='container'] {
  padding-bottom: 55px;
}
.s-pb-60 > [class*='container'] {
  padding-bottom: 60px;
}
.s-pb-65 > [class*='container'] {
  padding-bottom: 65px;
}
.s-pb-70 > [class*='container'] {
  padding-bottom: 70px;
}
.s-pb-75 > [class*='container'] {
  padding-bottom: 75px;
}
.s-pb-77 > [class*='container'] {
  padding-bottom: 77px;
}
.s-pb-80 > [class*='container'] {
  padding-bottom: 80px;
}
.s-pb-85 > [class*='container'] {
  padding-bottom: 85px;
}
.s-pb-90 > [class*='container'] {
  padding-bottom: 90px;
}
.s-pb-95 > [class*='container'] {
  padding-bottom: 95px;
}
.s-pb-100 > [class*='container'] {
  padding-bottom: 100px;
}
.s-pb-110 > [class*='container'] {
  padding-bottom: 110px;
}
.s-pb-115 > [class*='container'] {
  padding-bottom: 115px;
}
.s-pb-120 > [class*='container'] {
  padding-bottom: 120px;
}
.s-pb-125 > [class*='container'] {
  padding-bottom: 125px;
}
.s-pb-130 > [class*='container'] {
  padding-bottom: 130px;
}
.s-pb-135 > [class*='container'] {
  padding-bottom: 135px;
}
.s-pb-140 > [class*='container'] {
  padding-bottom: 140px;
}
.s-pb-141 > [class*='container'] {
  padding-bottom: 141px;
}
.s-pb-145 > [class*='container'] {
  padding-bottom: 145px;
}
.s-pb-150 > [class*='container'] {
  padding-bottom: 150px;
}
.s-pb-160 > [class*='container'] {
  padding-bottom: 160px;
}
.s-pb-175 > [class*='container'] {
  padding-bottom: 175px;
}
.s-pb-190 > [class*='container'] {
  padding-bottom: 190px;
}
.s-pb-200 > [class*='container'] {
  padding-bottom: 200px;
}
.s-pb-230 > [class*='container'] {
  padding-bottom: 230px;
}
.s-py-0 > [class*='container'] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.s-py-1 > [class*='container'] {
  padding-top: 1px;
  padding-bottom: 1px;
}
.s-py-2 > [class*='container'] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.s-py-3 > [class*='container'] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.s-py-5 > [class*='container'] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.s-py-10 > [class*='container'] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.s-py-15 > [class*='container'] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.s-py-20 > [class*='container'] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.s-py-25 > [class*='container'] {
  padding-top: 25px;
  padding-bottom: 25px;
}
.s-py-30 > [class*='container'] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.s-py-35 > [class*='container'] {
  padding-top: 35px;
  padding-bottom: 35px;
}
.s-py-40 > [class*='container'] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.s-py-45 > [class*='container'] {
  padding-top: 45px;
  padding-bottom: 45px;
}
.s-py-50 > [class*='container'] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.s-py-55 > [class*='container'] {
  padding-top: 55px;
  padding-bottom: 55px;
}
.s-py-60 > [class*='container'] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.s-py-65 > [class*='container'] {
  padding-top: 65px;
  padding-bottom: 65px;
}
.s-py-70 > [class*='container'] {
  padding-top: 70px;
  padding-bottom: 70px;
}
.s-py-75 > [class*='container'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
.s-py-77 > [class*='container'] {
  padding-top: 77px;
  padding-bottom: 77px;
}
.s-py-80 > [class*='container'] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.s-py-85 > [class*='container'] {
  padding-top: 85px;
  padding-bottom: 85px;
}
.s-py-90 > [class*='container'] {
  padding-top: 90px;
  padding-bottom: 90px;
}
.s-py-95 > [class*='container'] {
  padding-top: 95px;
  padding-bottom: 95px;
}
.s-py-100 > [class*='container'] {
  padding-top: 100px;
  padding-bottom: 100px;
}
.s-py-110 > [class*='container'] {
  padding-top: 110px;
  padding-bottom: 110px;
}
.s-py-115 > [class*='container'] {
  padding-top: 115px;
  padding-bottom: 115px;
}
.s-py-120 > [class*='container'] {
  padding-top: 120px;
  padding-bottom: 120px;
}
.s-py-125 > [class*='container'] {
  padding-top: 125px;
  padding-bottom: 125px;
}
.s-py-130 > [class*='container'] {
  padding-top: 130px;
  padding-bottom: 130px;
}
.s-py-135 > [class*='container'] {
  padding-top: 135px;
  padding-bottom: 135px;
}
.s-py-140 > [class*='container'] {
  padding-top: 140px;
  padding-bottom: 140px;
}
.s-py-141 > [class*='container'] {
  padding-top: 141px;
  padding-bottom: 141px;
}
.s-py-145 > [class*='container'] {
  padding-top: 145px;
  padding-bottom: 145px;
}
.s-py-150 > [class*='container'] {
  padding-top: 150px;
  padding-bottom: 150px;
}
.s-py-160 > [class*='container'] {
  padding-top: 160px;
  padding-bottom: 160px;
}
.s-py-175 > [class*='container'] {
  padding-top: 175px;
  padding-bottom: 175px;
}
.s-py-190 > [class*='container'] {
  padding-top: 190px;
  padding-bottom: 190px;
}
.s-py-200 > [class*='container'] {
  padding-top: 200px;
  padding-bottom: 200px;
}
.s-py-230 > [class*='container'] {
  padding-top: 230px;
  padding-bottom: 230px;
}
@media (min-width: 576px) {
  .s-pt-sm-0 > [class*='container'] {
    padding-top: 0px;
  }
  .s-pt-sm-1 > [class*='container'] {
    padding-top: 1px;
  }
  .s-pt-sm-2 > [class*='container'] {
    padding-top: 2px;
  }
  .s-pt-sm-3 > [class*='container'] {
    padding-top: 3px;
  }
  .s-pt-sm-5 > [class*='container'] {
    padding-top: 5px;
  }
  .s-pt-sm-10 > [class*='container'] {
    padding-top: 10px;
  }
  .s-pt-sm-15 > [class*='container'] {
    padding-top: 15px;
  }
  .s-pt-sm-20 > [class*='container'] {
    padding-top: 20px;
  }
  .s-pt-sm-25 > [class*='container'] {
    padding-top: 25px;
  }
  .s-pt-sm-30 > [class*='container'] {
    padding-top: 30px;
  }
  .s-pt-sm-35 > [class*='container'] {
    padding-top: 35px;
  }
  .s-pt-sm-40 > [class*='container'] {
    padding-top: 40px;
  }
  .s-pt-sm-45 > [class*='container'] {
    padding-top: 45px;
  }
  .s-pt-sm-50 > [class*='container'] {
    padding-top: 50px;
  }
  .s-pt-sm-55 > [class*='container'] {
    padding-top: 55px;
  }
  .s-pt-sm-60 > [class*='container'] {
    padding-top: 60px;
  }
  .s-pt-sm-65 > [class*='container'] {
    padding-top: 65px;
  }
  .s-pt-sm-70 > [class*='container'] {
    padding-top: 70px;
  }
  .s-pt-sm-75 > [class*='container'] {
    padding-top: 75px;
  }
  .s-pt-sm-77 > [class*='container'] {
    padding-top: 77px;
  }
  .s-pt-sm-80 > [class*='container'] {
    padding-top: 80px;
  }
  .s-pt-sm-85 > [class*='container'] {
    padding-top: 85px;
  }
  .s-pt-sm-90 > [class*='container'] {
    padding-top: 90px;
  }
  .s-pt-sm-95 > [class*='container'] {
    padding-top: 95px;
  }
  .s-pt-sm-100 > [class*='container'] {
    padding-top: 100px;
  }
  .s-pt-sm-110 > [class*='container'] {
    padding-top: 110px;
  }
  .s-pt-sm-115 > [class*='container'] {
    padding-top: 115px;
  }
  .s-pt-sm-120 > [class*='container'] {
    padding-top: 120px;
  }
  .s-pt-sm-125 > [class*='container'] {
    padding-top: 125px;
  }
  .s-pt-sm-130 > [class*='container'] {
    padding-top: 130px;
  }
  .s-pt-sm-135 > [class*='container'] {
    padding-top: 135px;
  }
  .s-pt-sm-140 > [class*='container'] {
    padding-top: 140px;
  }
  .s-pt-sm-141 > [class*='container'] {
    padding-top: 141px;
  }
  .s-pt-sm-145 > [class*='container'] {
    padding-top: 145px;
  }
  .s-pt-sm-150 > [class*='container'] {
    padding-top: 150px;
  }
  .s-pt-sm-160 > [class*='container'] {
    padding-top: 160px;
  }
  .s-pt-sm-175 > [class*='container'] {
    padding-top: 175px;
  }
  .s-pt-sm-190 > [class*='container'] {
    padding-top: 190px;
  }
  .s-pt-sm-200 > [class*='container'] {
    padding-top: 200px;
  }
  .s-pt-sm-230 > [class*='container'] {
    padding-top: 230px;
  }
  .s-pb-sm-0 > [class*='container'] {
    padding-bottom: 0px;
  }
  .s-pb-sm-1 > [class*='container'] {
    padding-bottom: 1px;
  }
  .s-pb-sm-2 > [class*='container'] {
    padding-bottom: 2px;
  }
  .s-pb-sm-3 > [class*='container'] {
    padding-bottom: 3px;
  }
  .s-pb-sm-5 > [class*='container'] {
    padding-bottom: 5px;
  }
  .s-pb-sm-10 > [class*='container'] {
    padding-bottom: 10px;
  }
  .s-pb-sm-15 > [class*='container'] {
    padding-bottom: 15px;
  }
  .s-pb-sm-20 > [class*='container'] {
    padding-bottom: 20px;
  }
  .s-pb-sm-25 > [class*='container'] {
    padding-bottom: 25px;
  }
  .s-pb-sm-30 > [class*='container'] {
    padding-bottom: 30px;
  }
  .s-pb-sm-35 > [class*='container'] {
    padding-bottom: 35px;
  }
  .s-pb-sm-40 > [class*='container'] {
    padding-bottom: 40px;
  }
  .s-pb-sm-45 > [class*='container'] {
    padding-bottom: 45px;
  }
  .s-pb-sm-50 > [class*='container'] {
    padding-bottom: 50px;
  }
  .s-pb-sm-55 > [class*='container'] {
    padding-bottom: 55px;
  }
  .s-pb-sm-60 > [class*='container'] {
    padding-bottom: 60px;
  }
  .s-pb-sm-65 > [class*='container'] {
    padding-bottom: 65px;
  }
  .s-pb-sm-70 > [class*='container'] {
    padding-bottom: 70px;
  }
  .s-pb-sm-75 > [class*='container'] {
    padding-bottom: 75px;
  }
  .s-pb-sm-77 > [class*='container'] {
    padding-bottom: 77px;
  }
  .s-pb-sm-80 > [class*='container'] {
    padding-bottom: 80px;
  }
  .s-pb-sm-85 > [class*='container'] {
    padding-bottom: 85px;
  }
  .s-pb-sm-90 > [class*='container'] {
    padding-bottom: 90px;
  }
  .s-pb-sm-95 > [class*='container'] {
    padding-bottom: 95px;
  }
  .s-pb-sm-100 > [class*='container'] {
    padding-bottom: 100px;
  }
  .s-pb-sm-110 > [class*='container'] {
    padding-bottom: 110px;
  }
  .s-pb-sm-115 > [class*='container'] {
    padding-bottom: 115px;
  }
  .s-pb-sm-120 > [class*='container'] {
    padding-bottom: 120px;
  }
  .s-pb-sm-125 > [class*='container'] {
    padding-bottom: 125px;
  }
  .s-pb-sm-130 > [class*='container'] {
    padding-bottom: 130px;
  }
  .s-pb-sm-135 > [class*='container'] {
    padding-bottom: 135px;
  }
  .s-pb-sm-140 > [class*='container'] {
    padding-bottom: 140px;
  }
  .s-pb-sm-141 > [class*='container'] {
    padding-bottom: 141px;
  }
  .s-pb-sm-145 > [class*='container'] {
    padding-bottom: 145px;
  }
  .s-pb-sm-150 > [class*='container'] {
    padding-bottom: 150px;
  }
  .s-pb-sm-160 > [class*='container'] {
    padding-bottom: 160px;
  }
  .s-pb-sm-175 > [class*='container'] {
    padding-bottom: 175px;
  }
  .s-pb-sm-190 > [class*='container'] {
    padding-bottom: 190px;
  }
  .s-pb-sm-200 > [class*='container'] {
    padding-bottom: 200px;
  }
  .s-pb-sm-230 > [class*='container'] {
    padding-bottom: 230px;
  }
  .s-py-sm-0 > [class*='container'] {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .s-py-sm-1 > [class*='container'] {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .s-py-sm-2 > [class*='container'] {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .s-py-sm-3 > [class*='container'] {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .s-py-sm-5 > [class*='container'] {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .s-py-sm-10 > [class*='container'] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .s-py-sm-15 > [class*='container'] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .s-py-sm-20 > [class*='container'] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .s-py-sm-25 > [class*='container'] {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .s-py-sm-30 > [class*='container'] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .s-py-sm-35 > [class*='container'] {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .s-py-sm-40 > [class*='container'] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-py-sm-45 > [class*='container'] {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .s-py-sm-50 > [class*='container'] {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .s-py-sm-55 > [class*='container'] {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .s-py-sm-60 > [class*='container'] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .s-py-sm-65 > [class*='container'] {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .s-py-sm-70 > [class*='container'] {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .s-py-sm-75 > [class*='container'] {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .s-py-sm-77 > [class*='container'] {
    padding-top: 77px;
    padding-bottom: 77px;
  }
  .s-py-sm-80 > [class*='container'] {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .s-py-sm-85 > [class*='container'] {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .s-py-sm-90 > [class*='container'] {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .s-py-sm-95 > [class*='container'] {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .s-py-sm-100 > [class*='container'] {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .s-py-sm-110 > [class*='container'] {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .s-py-sm-115 > [class*='container'] {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .s-py-sm-120 > [class*='container'] {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .s-py-sm-125 > [class*='container'] {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .s-py-sm-130 > [class*='container'] {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .s-py-sm-135 > [class*='container'] {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .s-py-sm-140 > [class*='container'] {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .s-py-sm-141 > [class*='container'] {
    padding-top: 141px;
    padding-bottom: 141px;
  }
  .s-py-sm-145 > [class*='container'] {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .s-py-sm-150 > [class*='container'] {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .s-py-sm-160 > [class*='container'] {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .s-py-sm-175 > [class*='container'] {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .s-py-sm-190 > [class*='container'] {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .s-py-sm-200 > [class*='container'] {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .s-py-sm-230 > [class*='container'] {
    padding-top: 230px;
    padding-bottom: 230px;
  }
}
@media (min-width: 768px) {
  .s-pt-md-0 > [class*='container'] {
    padding-top: 0px;
  }
  .s-pt-md-1 > [class*='container'] {
    padding-top: 1px;
  }
  .s-pt-md-2 > [class*='container'] {
    padding-top: 2px;
  }
  .s-pt-md-3 > [class*='container'] {
    padding-top: 3px;
  }
  .s-pt-md-5 > [class*='container'] {
    padding-top: 5px;
  }
  .s-pt-md-10 > [class*='container'] {
    padding-top: 10px;
  }
  .s-pt-md-15 > [class*='container'] {
    padding-top: 15px;
  }
  .s-pt-md-20 > [class*='container'] {
    padding-top: 20px;
  }
  .s-pt-md-25 > [class*='container'] {
    padding-top: 25px;
  }
  .s-pt-md-30 > [class*='container'] {
    padding-top: 30px;
  }
  .s-pt-md-35 > [class*='container'] {
    padding-top: 35px;
  }
  .s-pt-md-40 > [class*='container'] {
    padding-top: 40px;
  }
  .s-pt-md-45 > [class*='container'] {
    padding-top: 45px;
  }
  .s-pt-md-50 > [class*='container'] {
    padding-top: 50px;
  }
  .s-pt-md-55 > [class*='container'] {
    padding-top: 55px;
  }
  .s-pt-md-60 > [class*='container'] {
    padding-top: 60px;
  }
  .s-pt-md-65 > [class*='container'] {
    padding-top: 65px;
  }
  .s-pt-md-70 > [class*='container'] {
    padding-top: 70px;
  }
  .s-pt-md-75 > [class*='container'] {
    padding-top: 75px;
  }
  .s-pt-md-77 > [class*='container'] {
    padding-top: 77px;
  }
  .s-pt-md-80 > [class*='container'] {
    padding-top: 80px;
  }
  .s-pt-md-85 > [class*='container'] {
    padding-top: 85px;
  }
  .s-pt-md-90 > [class*='container'] {
    padding-top: 90px;
  }
  .s-pt-md-95 > [class*='container'] {
    padding-top: 95px;
  }
  .s-pt-md-100 > [class*='container'] {
    padding-top: 100px;
  }
  .s-pt-md-110 > [class*='container'] {
    padding-top: 110px;
  }
  .s-pt-md-115 > [class*='container'] {
    padding-top: 115px;
  }
  .s-pt-md-120 > [class*='container'] {
    padding-top: 120px;
  }
  .s-pt-md-125 > [class*='container'] {
    padding-top: 125px;
  }
  .s-pt-md-130 > [class*='container'] {
    padding-top: 130px;
  }
  .s-pt-md-135 > [class*='container'] {
    padding-top: 135px;
  }
  .s-pt-md-140 > [class*='container'] {
    padding-top: 140px;
  }
  .s-pt-md-141 > [class*='container'] {
    padding-top: 141px;
  }
  .s-pt-md-145 > [class*='container'] {
    padding-top: 145px;
  }
  .s-pt-md-150 > [class*='container'] {
    padding-top: 150px;
  }
  .s-pt-md-160 > [class*='container'] {
    padding-top: 160px;
  }
  .s-pt-md-175 > [class*='container'] {
    padding-top: 175px;
  }
  .s-pt-md-190 > [class*='container'] {
    padding-top: 190px;
  }
  .s-pt-md-200 > [class*='container'] {
    padding-top: 200px;
  }
  .s-pt-md-230 > [class*='container'] {
    padding-top: 230px;
  }
  .s-pb-md-0 > [class*='container'] {
    padding-bottom: 0px;
  }
  .s-pb-md-1 > [class*='container'] {
    padding-bottom: 1px;
  }
  .s-pb-md-2 > [class*='container'] {
    padding-bottom: 2px;
  }
  .s-pb-md-3 > [class*='container'] {
    padding-bottom: 3px;
  }
  .s-pb-md-5 > [class*='container'] {
    padding-bottom: 5px;
  }
  .s-pb-md-10 > [class*='container'] {
    padding-bottom: 10px;
  }
  .s-pb-md-15 > [class*='container'] {
    padding-bottom: 15px;
  }
  .s-pb-md-20 > [class*='container'] {
    padding-bottom: 20px;
  }
  .s-pb-md-25 > [class*='container'] {
    padding-bottom: 25px;
  }
  .s-pb-md-30 > [class*='container'] {
    padding-bottom: 30px;
  }
  .s-pb-md-35 > [class*='container'] {
    padding-bottom: 35px;
  }
  .s-pb-md-40 > [class*='container'] {
    padding-bottom: 40px;
  }
  .s-pb-md-45 > [class*='container'] {
    padding-bottom: 45px;
  }
  .s-pb-md-50 > [class*='container'] {
    padding-bottom: 50px;
  }
  .s-pb-md-55 > [class*='container'] {
    padding-bottom: 55px;
  }
  .s-pb-md-60 > [class*='container'] {
    padding-bottom: 60px;
  }
  .s-pb-md-65 > [class*='container'] {
    padding-bottom: 65px;
  }
  .s-pb-md-70 > [class*='container'] {
    padding-bottom: 70px;
  }
  .s-pb-md-75 > [class*='container'] {
    padding-bottom: 75px;
  }
  .s-pb-md-77 > [class*='container'] {
    padding-bottom: 77px;
  }
  .s-pb-md-80 > [class*='container'] {
    padding-bottom: 80px;
  }
  .s-pb-md-85 > [class*='container'] {
    padding-bottom: 85px;
  }
  .s-pb-md-90 > [class*='container'] {
    padding-bottom: 90px;
  }
  .s-pb-md-95 > [class*='container'] {
    padding-bottom: 95px;
  }
  .s-pb-md-100 > [class*='container'] {
    padding-bottom: 100px;
  }
  .s-pb-md-110 > [class*='container'] {
    padding-bottom: 110px;
  }
  .s-pb-md-115 > [class*='container'] {
    padding-bottom: 115px;
  }
  .s-pb-md-120 > [class*='container'] {
    padding-bottom: 120px;
  }
  .s-pb-md-125 > [class*='container'] {
    padding-bottom: 125px;
  }
  .s-pb-md-130 > [class*='container'] {
    padding-bottom: 130px;
  }
  .s-pb-md-135 > [class*='container'] {
    padding-bottom: 135px;
  }
  .s-pb-md-140 > [class*='container'] {
    padding-bottom: 140px;
  }
  .s-pb-md-141 > [class*='container'] {
    padding-bottom: 141px;
  }
  .s-pb-md-145 > [class*='container'] {
    padding-bottom: 145px;
  }
  .s-pb-md-150 > [class*='container'] {
    padding-bottom: 150px;
  }
  .s-pb-md-160 > [class*='container'] {
    padding-bottom: 160px;
  }
  .s-pb-md-175 > [class*='container'] {
    padding-bottom: 175px;
  }
  .s-pb-md-190 > [class*='container'] {
    padding-bottom: 190px;
  }
  .s-pb-md-200 > [class*='container'] {
    padding-bottom: 200px;
  }
  .s-pb-md-230 > [class*='container'] {
    padding-bottom: 230px;
  }
  .s-py-md-0 > [class*='container'] {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .s-py-md-1 > [class*='container'] {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .s-py-md-2 > [class*='container'] {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .s-py-md-3 > [class*='container'] {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .s-py-md-5 > [class*='container'] {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .s-py-md-10 > [class*='container'] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .s-py-md-15 > [class*='container'] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .s-py-md-20 > [class*='container'] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .s-py-md-25 > [class*='container'] {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .s-py-md-30 > [class*='container'] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .s-py-md-35 > [class*='container'] {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .s-py-md-40 > [class*='container'] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-py-md-45 > [class*='container'] {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .s-py-md-50 > [class*='container'] {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .s-py-md-55 > [class*='container'] {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .s-py-md-60 > [class*='container'] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .s-py-md-65 > [class*='container'] {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .s-py-md-70 > [class*='container'] {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .s-py-md-75 > [class*='container'] {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .s-py-md-77 > [class*='container'] {
    padding-top: 77px;
    padding-bottom: 77px;
  }
  .s-py-md-80 > [class*='container'] {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .s-py-md-85 > [class*='container'] {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .s-py-md-90 > [class*='container'] {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .s-py-md-95 > [class*='container'] {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .s-py-md-100 > [class*='container'] {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .s-py-md-110 > [class*='container'] {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .s-py-md-115 > [class*='container'] {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .s-py-md-120 > [class*='container'] {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .s-py-md-125 > [class*='container'] {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .s-py-md-130 > [class*='container'] {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .s-py-md-135 > [class*='container'] {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .s-py-md-140 > [class*='container'] {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .s-py-md-141 > [class*='container'] {
    padding-top: 141px;
    padding-bottom: 141px;
  }
  .s-py-md-145 > [class*='container'] {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .s-py-md-150 > [class*='container'] {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .s-py-md-160 > [class*='container'] {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .s-py-md-175 > [class*='container'] {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .s-py-md-190 > [class*='container'] {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .s-py-md-200 > [class*='container'] {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .s-py-md-230 > [class*='container'] {
    padding-top: 230px;
    padding-bottom: 230px;
  }
}
@media (min-width: 992px) {
  .s-pt-lg-0 > [class*='container'] {
    padding-top: 0px;
  }
  .s-pt-lg-1 > [class*='container'] {
    padding-top: 1px;
  }
  .s-pt-lg-2 > [class*='container'] {
    padding-top: 2px;
  }
  .s-pt-lg-3 > [class*='container'] {
    padding-top: 3px;
  }
  .s-pt-lg-5 > [class*='container'] {
    padding-top: 5px;
  }
  .s-pt-lg-10 > [class*='container'] {
    padding-top: 10px;
  }
  .s-pt-lg-15 > [class*='container'] {
    padding-top: 15px;
  }
  .s-pt-lg-20 > [class*='container'] {
    padding-top: 20px;
  }
  .s-pt-lg-25 > [class*='container'] {
    padding-top: 25px;
  }
  .s-pt-lg-30 > [class*='container'] {
    padding-top: 30px;
  }
  .s-pt-lg-35 > [class*='container'] {
    padding-top: 35px;
  }
  .s-pt-lg-40 > [class*='container'] {
    padding-top: 40px;
  }
  .s-pt-lg-45 > [class*='container'] {
    padding-top: 45px;
  }
  .s-pt-lg-50 > [class*='container'] {
    padding-top: 50px;
  }
  .s-pt-lg-55 > [class*='container'] {
    padding-top: 55px;
  }
  .s-pt-lg-60 > [class*='container'] {
    padding-top: 60px;
  }
  .s-pt-lg-65 > [class*='container'] {
    padding-top: 65px;
  }
  .s-pt-lg-70 > [class*='container'] {
    padding-top: 70px;
  }
  .s-pt-lg-75 > [class*='container'] {
    padding-top: 75px;
  }
  .s-pt-lg-77 > [class*='container'] {
    padding-top: 77px;
  }
  .s-pt-lg-80 > [class*='container'] {
    padding-top: 80px;
  }
  .s-pt-lg-85 > [class*='container'] {
    padding-top: 85px;
  }
  .s-pt-lg-90 > [class*='container'] {
    padding-top: 90px;
  }
  .s-pt-lg-95 > [class*='container'] {
    padding-top: 95px;
  }
  .s-pt-lg-100 > [class*='container'] {
    padding-top: 100px;
  }
  .s-pt-lg-110 > [class*='container'] {
    padding-top: 110px;
  }
  .s-pt-lg-115 > [class*='container'] {
    padding-top: 115px;
  }
  .s-pt-lg-120 > [class*='container'] {
    padding-top: 120px;
  }
  .s-pt-lg-125 > [class*='container'] {
    padding-top: 125px;
  }
  .s-pt-lg-130 > [class*='container'] {
    padding-top: 130px;
  }
  .s-pt-lg-135 > [class*='container'] {
    padding-top: 135px;
  }
  .s-pt-lg-140 > [class*='container'] {
    padding-top: 140px;
  }
  .s-pt-lg-141 > [class*='container'] {
    padding-top: 141px;
  }
  .s-pt-lg-145 > [class*='container'] {
    padding-top: 145px;
  }
  .s-pt-lg-150 > [class*='container'] {
    padding-top: 150px;
  }
  .s-pt-lg-160 > [class*='container'] {
    padding-top: 160px;
  }
  .s-pt-lg-175 > [class*='container'] {
    padding-top: 175px;
  }
  .s-pt-lg-190 > [class*='container'] {
    padding-top: 190px;
  }
  .s-pt-lg-200 > [class*='container'] {
    padding-top: 200px;
  }
  .s-pt-lg-230 > [class*='container'] {
    padding-top: 230px;
  }
  .s-pb-lg-0 > [class*='container'] {
    padding-bottom: 0px;
  }
  .s-pb-lg-1 > [class*='container'] {
    padding-bottom: 1px;
  }
  .s-pb-lg-2 > [class*='container'] {
    padding-bottom: 2px;
  }
  .s-pb-lg-3 > [class*='container'] {
    padding-bottom: 3px;
  }
  .s-pb-lg-5 > [class*='container'] {
    padding-bottom: 5px;
  }
  .s-pb-lg-10 > [class*='container'] {
    padding-bottom: 10px;
  }
  .s-pb-lg-15 > [class*='container'] {
    padding-bottom: 15px;
  }
  .s-pb-lg-20 > [class*='container'] {
    padding-bottom: 20px;
  }
  .s-pb-lg-25 > [class*='container'] {
    padding-bottom: 25px;
  }
  .s-pb-lg-30 > [class*='container'] {
    padding-bottom: 30px;
  }
  .s-pb-lg-35 > [class*='container'] {
    padding-bottom: 35px;
  }
  .s-pb-lg-40 > [class*='container'] {
    padding-bottom: 40px;
  }
  .s-pb-lg-45 > [class*='container'] {
    padding-bottom: 45px;
  }
  .s-pb-lg-50 > [class*='container'] {
    padding-bottom: 50px;
  }
  .s-pb-lg-55 > [class*='container'] {
    padding-bottom: 55px;
  }
  .s-pb-lg-60 > [class*='container'] {
    padding-bottom: 60px;
  }
  .s-pb-lg-65 > [class*='container'] {
    padding-bottom: 65px;
  }
  .s-pb-lg-70 > [class*='container'] {
    padding-bottom: 70px;
  }
  .s-pb-lg-75 > [class*='container'] {
    padding-bottom: 75px;
  }
  .s-pb-lg-77 > [class*='container'] {
    padding-bottom: 77px;
  }
  .s-pb-lg-80 > [class*='container'] {
    padding-bottom: 80px;
  }
  .s-pb-lg-85 > [class*='container'] {
    padding-bottom: 85px;
  }
  .s-pb-lg-90 > [class*='container'] {
    padding-bottom: 90px;
  }
  .s-pb-lg-95 > [class*='container'] {
    padding-bottom: 95px;
  }
  .s-pb-lg-100 > [class*='container'] {
    padding-bottom: 100px;
  }
  .s-pb-lg-110 > [class*='container'] {
    padding-bottom: 110px;
  }
  .s-pb-lg-115 > [class*='container'] {
    padding-bottom: 115px;
  }
  .s-pb-lg-120 > [class*='container'] {
    padding-bottom: 120px;
  }
  .s-pb-lg-125 > [class*='container'] {
    padding-bottom: 125px;
  }
  .s-pb-lg-130 > [class*='container'] {
    padding-bottom: 130px;
  }
  .s-pb-lg-135 > [class*='container'] {
    padding-bottom: 135px;
  }
  .s-pb-lg-140 > [class*='container'] {
    padding-bottom: 140px;
  }
  .s-pb-lg-141 > [class*='container'] {
    padding-bottom: 141px;
  }
  .s-pb-lg-145 > [class*='container'] {
    padding-bottom: 145px;
  }
  .s-pb-lg-150 > [class*='container'] {
    padding-bottom: 150px;
  }
  .s-pb-lg-160 > [class*='container'] {
    padding-bottom: 160px;
  }
  .s-pb-lg-175 > [class*='container'] {
    padding-bottom: 175px;
  }
  .s-pb-lg-190 > [class*='container'] {
    padding-bottom: 190px;
  }
  .s-pb-lg-200 > [class*='container'] {
    padding-bottom: 200px;
  }
  .s-pb-lg-230 > [class*='container'] {
    padding-bottom: 230px;
  }
  .s-py-lg-0 > [class*='container'] {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .s-py-lg-1 > [class*='container'] {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .s-py-lg-2 > [class*='container'] {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .s-py-lg-3 > [class*='container'] {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .s-py-lg-5 > [class*='container'] {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .s-py-lg-10 > [class*='container'] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .s-py-lg-15 > [class*='container'] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .s-py-lg-20 > [class*='container'] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .s-py-lg-25 > [class*='container'] {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .s-py-lg-30 > [class*='container'] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .s-py-lg-35 > [class*='container'] {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .s-py-lg-40 > [class*='container'] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-py-lg-45 > [class*='container'] {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .s-py-lg-50 > [class*='container'] {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .s-py-lg-55 > [class*='container'] {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .s-py-lg-60 > [class*='container'] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .s-py-lg-65 > [class*='container'] {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .s-py-lg-70 > [class*='container'] {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .s-py-lg-75 > [class*='container'] {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .s-py-lg-77 > [class*='container'] {
    padding-top: 77px;
    padding-bottom: 77px;
  }
  .s-py-lg-80 > [class*='container'] {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .s-py-lg-85 > [class*='container'] {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .s-py-lg-90 > [class*='container'] {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .s-py-lg-95 > [class*='container'] {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .s-py-lg-100 > [class*='container'] {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .s-py-lg-110 > [class*='container'] {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .s-py-lg-115 > [class*='container'] {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .s-py-lg-120 > [class*='container'] {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .s-py-lg-125 > [class*='container'] {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .s-py-lg-130 > [class*='container'] {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .s-py-lg-135 > [class*='container'] {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .s-py-lg-140 > [class*='container'] {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .s-py-lg-141 > [class*='container'] {
    padding-top: 141px;
    padding-bottom: 141px;
  }
  .s-py-lg-145 > [class*='container'] {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .s-py-lg-150 > [class*='container'] {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .s-py-lg-160 > [class*='container'] {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .s-py-lg-175 > [class*='container'] {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .s-py-lg-190 > [class*='container'] {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .s-py-lg-200 > [class*='container'] {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .s-py-lg-230 > [class*='container'] {
    padding-top: 230px;
    padding-bottom: 230px;
  }
}
@media (min-width: 1200px) {
  .s-pt-xl-0 > [class*='container'] {
    padding-top: 0px;
  }
  .s-pt-xl-1 > [class*='container'] {
    padding-top: 1px;
  }
  .s-pt-xl-2 > [class*='container'] {
    padding-top: 2px;
  }
  .s-pt-xl-3 > [class*='container'] {
    padding-top: 3px;
  }
  .s-pt-xl-5 > [class*='container'] {
    padding-top: 5px;
  }
  .s-pt-xl-10 > [class*='container'] {
    padding-top: 10px;
  }
  .s-pt-xl-15 > [class*='container'] {
    padding-top: 15px;
  }
  .s-pt-xl-20 > [class*='container'] {
    padding-top: 20px;
  }
  .s-pt-xl-25 > [class*='container'] {
    padding-top: 25px;
  }
  .s-pt-xl-30 > [class*='container'] {
    padding-top: 30px;
  }
  .s-pt-xl-35 > [class*='container'] {
    padding-top: 35px;
  }
  .s-pt-xl-40 > [class*='container'] {
    padding-top: 40px;
  }
  .s-pt-xl-45 > [class*='container'] {
    padding-top: 45px;
  }
  .s-pt-xl-50 > [class*='container'] {
    padding-top: 50px;
  }
  .s-pt-xl-55 > [class*='container'] {
    padding-top: 55px;
  }
  .s-pt-xl-60 > [class*='container'] {
    padding-top: 60px;
  }
  .s-pt-xl-65 > [class*='container'] {
    padding-top: 65px;
  }
  .s-pt-xl-70 > [class*='container'] {
    padding-top: 70px;
  }
  .s-pt-xl-75 > [class*='container'] {
    padding-top: 75px;
  }
  .s-pt-xl-77 > [class*='container'] {
    padding-top: 77px;
  }
  .s-pt-xl-80 > [class*='container'] {
    padding-top: 80px;
  }
  .s-pt-xl-85 > [class*='container'] {
    padding-top: 85px;
  }
  .s-pt-xl-90 > [class*='container'] {
    padding-top: 90px;
  }
  .s-pt-xl-95 > [class*='container'] {
    padding-top: 95px;
  }
  .s-pt-xl-100 > [class*='container'] {
    padding-top: 100px;
  }
  .s-pt-xl-110 > [class*='container'] {
    padding-top: 110px;
  }
  .s-pt-xl-115 > [class*='container'] {
    padding-top: 115px;
  }
  .s-pt-xl-120 > [class*='container'] {
    padding-top: 120px;
  }
  .s-pt-xl-125 > [class*='container'] {
    padding-top: 125px;
  }
  .s-pt-xl-130 > [class*='container'] {
    padding-top: 130px;
  }
  .s-pt-xl-135 > [class*='container'] {
    padding-top: 135px;
  }
  .s-pt-xl-140 > [class*='container'] {
    padding-top: 140px;
  }
  .s-pt-xl-141 > [class*='container'] {
    padding-top: 141px;
  }
  .s-pt-xl-145 > [class*='container'] {
    padding-top: 145px;
  }
  .s-pt-xl-150 > [class*='container'] {
    padding-top: 150px;
  }
  .s-pt-xl-160 > [class*='container'] {
    padding-top: 160px;
  }
  .s-pt-xl-175 > [class*='container'] {
    padding-top: 175px;
  }
  .s-pt-xl-190 > [class*='container'] {
    padding-top: 190px;
  }
  .s-pt-xl-200 > [class*='container'] {
    padding-top: 200px;
  }
  .s-pt-xl-230 > [class*='container'] {
    padding-top: 230px;
  }
  .s-pb-xl-0 > [class*='container'] {
    padding-bottom: 0px;
  }
  .s-pb-xl-1 > [class*='container'] {
    padding-bottom: 1px;
  }
  .s-pb-xl-2 > [class*='container'] {
    padding-bottom: 2px;
  }
  .s-pb-xl-3 > [class*='container'] {
    padding-bottom: 3px;
  }
  .s-pb-xl-5 > [class*='container'] {
    padding-bottom: 5px;
  }
  .s-pb-xl-10 > [class*='container'] {
    padding-bottom: 10px;
  }
  .s-pb-xl-15 > [class*='container'] {
    padding-bottom: 15px;
  }
  .s-pb-xl-20 > [class*='container'] {
    padding-bottom: 20px;
  }
  .s-pb-xl-25 > [class*='container'] {
    padding-bottom: 25px;
  }
  .s-pb-xl-30 > [class*='container'] {
    padding-bottom: 30px;
  }
  .s-pb-xl-35 > [class*='container'] {
    padding-bottom: 35px;
  }
  .s-pb-xl-40 > [class*='container'] {
    padding-bottom: 40px;
  }
  .s-pb-xl-45 > [class*='container'] {
    padding-bottom: 45px;
  }
  .s-pb-xl-50 > [class*='container'] {
    padding-bottom: 50px;
  }
  .s-pb-xl-55 > [class*='container'] {
    padding-bottom: 55px;
  }
  .s-pb-xl-60 > [class*='container'] {
    padding-bottom: 60px;
  }
  .s-pb-xl-65 > [class*='container'] {
    padding-bottom: 65px;
  }
  .s-pb-xl-70 > [class*='container'] {
    padding-bottom: 70px;
  }
  .s-pb-xl-75 > [class*='container'] {
    padding-bottom: 75px;
  }
  .s-pb-xl-77 > [class*='container'] {
    padding-bottom: 77px;
  }
  .s-pb-xl-80 > [class*='container'] {
    padding-bottom: 80px;
  }
  .s-pb-xl-85 > [class*='container'] {
    padding-bottom: 85px;
  }
  .s-pb-xl-90 > [class*='container'] {
    padding-bottom: 90px;
  }
  .s-pb-xl-95 > [class*='container'] {
    padding-bottom: 95px;
  }
  .s-pb-xl-100 > [class*='container'] {
    padding-bottom: 100px;
  }
  .s-pb-xl-110 > [class*='container'] {
    padding-bottom: 110px;
  }
  .s-pb-xl-115 > [class*='container'] {
    padding-bottom: 115px;
  }
  .s-pb-xl-120 > [class*='container'] {
    padding-bottom: 120px;
  }
  .s-pb-xl-125 > [class*='container'] {
    padding-bottom: 125px;
  }
  .s-pb-xl-130 > [class*='container'] {
    padding-bottom: 130px;
  }
  .s-pb-xl-135 > [class*='container'] {
    padding-bottom: 135px;
  }
  .s-pb-xl-140 > [class*='container'] {
    padding-bottom: 140px;
  }
  .s-pb-xl-141 > [class*='container'] {
    padding-bottom: 141px;
  }
  .s-pb-xl-145 > [class*='container'] {
    padding-bottom: 145px;
  }
  .s-pb-xl-150 > [class*='container'] {
    padding-bottom: 150px;
  }
  .s-pb-xl-160 > [class*='container'] {
    padding-bottom: 160px;
  }
  .s-pb-xl-175 > [class*='container'] {
    padding-bottom: 175px;
  }
  .s-pb-xl-190 > [class*='container'] {
    padding-bottom: 190px;
  }
  .s-pb-xl-200 > [class*='container'] {
    padding-bottom: 200px;
  }
  .s-pb-xl-230 > [class*='container'] {
    padding-bottom: 230px;
  }
  .s-py-xl-0 > [class*='container'] {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .s-py-xl-1 > [class*='container'] {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .s-py-xl-2 > [class*='container'] {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .s-py-xl-3 > [class*='container'] {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .s-py-xl-5 > [class*='container'] {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .s-py-xl-10 > [class*='container'] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .s-py-xl-15 > [class*='container'] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .s-py-xl-20 > [class*='container'] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .s-py-xl-25 > [class*='container'] {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .s-py-xl-30 > [class*='container'] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .s-py-xl-35 > [class*='container'] {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .s-py-xl-40 > [class*='container'] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-py-xl-45 > [class*='container'] {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .s-py-xl-50 > [class*='container'] {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .s-py-xl-55 > [class*='container'] {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .s-py-xl-60 > [class*='container'] {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .s-py-xl-65 > [class*='container'] {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .s-py-xl-70 > [class*='container'] {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .s-py-xl-75 > [class*='container'] {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .s-py-xl-77 > [class*='container'] {
    padding-top: 77px;
    padding-bottom: 77px;
  }
  .s-py-xl-80 > [class*='container'] {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .s-py-xl-85 > [class*='container'] {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .s-py-xl-90 > [class*='container'] {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .s-py-xl-95 > [class*='container'] {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .s-py-xl-100 > [class*='container'] {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .s-py-xl-110 > [class*='container'] {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .s-py-xl-115 > [class*='container'] {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .s-py-xl-120 > [class*='container'] {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .s-py-xl-125 > [class*='container'] {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .s-py-xl-130 > [class*='container'] {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .s-py-xl-135 > [class*='container'] {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .s-py-xl-140 > [class*='container'] {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .s-py-xl-141 > [class*='container'] {
    padding-top: 141px;
    padding-bottom: 141px;
  }
  .s-py-xl-145 > [class*='container'] {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .s-py-xl-150 > [class*='container'] {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .s-py-xl-160 > [class*='container'] {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .s-py-xl-175 > [class*='container'] {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .s-py-xl-190 > [class*='container'] {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .s-py-xl-200 > [class*='container'] {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .s-py-xl-230 > [class*='container'] {
    padding-top: 230px;
    padding-bottom: 230px;
  }
}
/* Vertical margins for columns in sections and rows
 .c - columns
 mt-* - margin top value
 mb-* - margin bottom value
 my-* - same value for top and for bottom margin
 */
.c-mt-0 [class*="col-"], .row.c-mt-0 > [class*="col-"] {
  margin-top: 0px;
}
.c-mt-1 [class*="col-"], .row.c-mt-1 > [class*="col-"] {
  margin-top: 1px;
}
.c-mt-2 [class*="col-"], .row.c-mt-2 > [class*="col-"] {
  margin-top: 2px;
}
.c-mt-5 [class*="col-"], .row.c-mt-5 > [class*="col-"] {
  margin-top: 5px;
}
.c-mt-10 [class*="col-"], .row.c-mt-10 > [class*="col-"] {
  margin-top: 10px;
}
.c-mt-15 [class*="col-"], .row.c-mt-15 > [class*="col-"] {
  margin-top: 15px;
}
.c-mt-20 [class*="col-"], .row.c-mt-20 > [class*="col-"] {
  margin-top: 20px;
}
.c-mt-25 [class*="col-"], .row.c-mt-25 > [class*="col-"] {
  margin-top: 25px;
}
.c-mt-30 [class*="col-"], .row.c-mt-30 > [class*="col-"] {
  margin-top: 30px;
}
.c-mt-40 [class*="col-"], .row.c-mt-40 > [class*="col-"] {
  margin-top: 40px;
}
.c-mt-46 [class*="col-"], .row.c-mt-46 > [class*="col-"] {
  margin-top: 46px;
}
.c-mt-50 [class*="col-"], .row.c-mt-50 > [class*="col-"] {
  margin-top: 50px;
}
.c-mt-60 [class*="col-"], .row.c-mt-60 > [class*="col-"] {
  margin-top: 60px;
}
.c-mb-0 [class*="col-"], .row.c-mb-0 > [class*="col-"] {
  margin-bottom: 0px;
}
.c-mb-1 [class*="col-"], .row.c-mb-1 > [class*="col-"] {
  margin-bottom: 1px;
}
.c-mb-2 [class*="col-"], .row.c-mb-2 > [class*="col-"] {
  margin-bottom: 2px;
}
.c-mb-5 [class*="col-"], .row.c-mb-5 > [class*="col-"] {
  margin-bottom: 5px;
}
.c-mb-10 [class*="col-"], .row.c-mb-10 > [class*="col-"] {
  margin-bottom: 10px;
}
.c-mb-15 [class*="col-"], .row.c-mb-15 > [class*="col-"] {
  margin-bottom: 15px;
}
.c-mb-20 [class*="col-"], .row.c-mb-20 > [class*="col-"] {
  margin-bottom: 20px;
}
.c-mb-25 [class*="col-"], .row.c-mb-25 > [class*="col-"] {
  margin-bottom: 25px;
}
.c-mb-30 [class*="col-"], .row.c-mb-30 > [class*="col-"] {
  margin-bottom: 30px;
}
.c-mb-40 [class*="col-"], .row.c-mb-40 > [class*="col-"] {
  margin-bottom: 40px;
}
.c-mb-46 [class*="col-"], .row.c-mb-46 > [class*="col-"] {
  margin-bottom: 46px;
}
.c-mb-50 [class*="col-"], .row.c-mb-50 > [class*="col-"] {
  margin-bottom: 50px;
}
.c-mb-60 [class*="col-"], .row.c-mb-60 > [class*="col-"] {
  margin-bottom: 60px;
}
.c-my-0 [class*="col-"], .row.c-my-0 > [class*="col-"] {
  margin-top: 0px;
  margin-bottom: 0px;
}
.c-my-1 [class*="col-"], .row.c-my-1 > [class*="col-"] {
  margin-top: 1px;
  margin-bottom: 1px;
}
.c-my-2 [class*="col-"], .row.c-my-2 > [class*="col-"] {
  margin-top: 2px;
  margin-bottom: 2px;
}
.c-my-5 [class*="col-"], .row.c-my-5 > [class*="col-"] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.c-my-10 [class*="col-"], .row.c-my-10 > [class*="col-"] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.c-my-15 [class*="col-"], .row.c-my-15 > [class*="col-"] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.c-my-20 [class*="col-"], .row.c-my-20 > [class*="col-"] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.c-my-25 [class*="col-"], .row.c-my-25 > [class*="col-"] {
  margin-top: 25px;
  margin-bottom: 25px;
}
.c-my-30 [class*="col-"], .row.c-my-30 > [class*="col-"] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.c-my-40 [class*="col-"], .row.c-my-40 > [class*="col-"] {
  margin-top: 40px;
  margin-bottom: 40px;
}
.c-my-46 [class*="col-"], .row.c-my-46 > [class*="col-"] {
  margin-top: 46px;
  margin-bottom: 46px;
}
.c-my-50 [class*="col-"], .row.c-my-50 > [class*="col-"] {
  margin-top: 50px;
  margin-bottom: 50px;
}
.c-my-60 [class*="col-"], .row.c-my-60 > [class*="col-"] {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  .c-mt-sm-0 [class*="col-"], .row.c-mt-sm-0 > [class*="col-"] {
    margin-top: 0px;
  }
  .c-mt-sm-1 [class*="col-"], .row.c-mt-sm-1 > [class*="col-"] {
    margin-top: 1px;
  }
  .c-mt-sm-2 [class*="col-"], .row.c-mt-sm-2 > [class*="col-"] {
    margin-top: 2px;
  }
  .c-mt-sm-5 [class*="col-"], .row.c-mt-sm-5 > [class*="col-"] {
    margin-top: 5px;
  }
  .c-mt-sm-10 [class*="col-"], .row.c-mt-sm-10 > [class*="col-"] {
    margin-top: 10px;
  }
  .c-mt-sm-15 [class*="col-"], .row.c-mt-sm-15 > [class*="col-"] {
    margin-top: 15px;
  }
  .c-mt-sm-20 [class*="col-"], .row.c-mt-sm-20 > [class*="col-"] {
    margin-top: 20px;
  }
  .c-mt-sm-25 [class*="col-"], .row.c-mt-sm-25 > [class*="col-"] {
    margin-top: 25px;
  }
  .c-mt-sm-30 [class*="col-"], .row.c-mt-sm-30 > [class*="col-"] {
    margin-top: 30px;
  }
  .c-mt-sm-40 [class*="col-"], .row.c-mt-sm-40 > [class*="col-"] {
    margin-top: 40px;
  }
  .c-mt-sm-46 [class*="col-"], .row.c-mt-sm-46 > [class*="col-"] {
    margin-top: 46px;
  }
  .c-mt-sm-50 [class*="col-"], .row.c-mt-sm-50 > [class*="col-"] {
    margin-top: 50px;
  }
  .c-mt-sm-60 [class*="col-"], .row.c-mt-sm-60 > [class*="col-"] {
    margin-top: 60px;
  }
  .c-mb-sm-0 [class*="col-"], .row.c-mb-sm-0 > [class*="col-"] {
    margin-bottom: 0px;
  }
  .c-mb-sm-1 [class*="col-"], .row.c-mb-sm-1 > [class*="col-"] {
    margin-bottom: 1px;
  }
  .c-mb-sm-2 [class*="col-"], .row.c-mb-sm-2 > [class*="col-"] {
    margin-bottom: 2px;
  }
  .c-mb-sm-5 [class*="col-"], .row.c-mb-sm-5 > [class*="col-"] {
    margin-bottom: 5px;
  }
  .c-mb-sm-10 [class*="col-"], .row.c-mb-sm-10 > [class*="col-"] {
    margin-bottom: 10px;
  }
  .c-mb-sm-15 [class*="col-"], .row.c-mb-sm-15 > [class*="col-"] {
    margin-bottom: 15px;
  }
  .c-mb-sm-20 [class*="col-"], .row.c-mb-sm-20 > [class*="col-"] {
    margin-bottom: 20px;
  }
  .c-mb-sm-25 [class*="col-"], .row.c-mb-sm-25 > [class*="col-"] {
    margin-bottom: 25px;
  }
  .c-mb-sm-30 [class*="col-"], .row.c-mb-sm-30 > [class*="col-"] {
    margin-bottom: 30px;
  }
  .c-mb-sm-40 [class*="col-"], .row.c-mb-sm-40 > [class*="col-"] {
    margin-bottom: 40px;
  }
  .c-mb-sm-46 [class*="col-"], .row.c-mb-sm-46 > [class*="col-"] {
    margin-bottom: 46px;
  }
  .c-mb-sm-50 [class*="col-"], .row.c-mb-sm-50 > [class*="col-"] {
    margin-bottom: 50px;
  }
  .c-mb-sm-60 [class*="col-"], .row.c-mb-sm-60 > [class*="col-"] {
    margin-bottom: 60px;
  }
  .c-my-sm-0 [class*="col-"], .row.c-my-sm-0 > [class*="col-"] {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .c-my-sm-1 [class*="col-"], .row.c-my-sm-1 > [class*="col-"] {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .c-my-sm-2 [class*="col-"], .row.c-my-sm-2 > [class*="col-"] {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .c-my-sm-5 [class*="col-"], .row.c-my-sm-5 > [class*="col-"] {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .c-my-sm-10 [class*="col-"], .row.c-my-sm-10 > [class*="col-"] {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .c-my-sm-15 [class*="col-"], .row.c-my-sm-15 > [class*="col-"] {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .c-my-sm-20 [class*="col-"], .row.c-my-sm-20 > [class*="col-"] {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .c-my-sm-25 [class*="col-"], .row.c-my-sm-25 > [class*="col-"] {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .c-my-sm-30 [class*="col-"], .row.c-my-sm-30 > [class*="col-"] {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .c-my-sm-40 [class*="col-"], .row.c-my-sm-40 > [class*="col-"] {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .c-my-sm-46 [class*="col-"], .row.c-my-sm-46 > [class*="col-"] {
    margin-top: 46px;
    margin-bottom: 46px;
  }
  .c-my-sm-50 [class*="col-"], .row.c-my-sm-50 > [class*="col-"] {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .c-my-sm-60 [class*="col-"], .row.c-my-sm-60 > [class*="col-"] {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .c-mt-md-0 [class*="col-"], .row.c-mt-md-0 > [class*="col-"] {
    margin-top: 0px;
  }
  .c-mt-md-1 [class*="col-"], .row.c-mt-md-1 > [class*="col-"] {
    margin-top: 1px;
  }
  .c-mt-md-2 [class*="col-"], .row.c-mt-md-2 > [class*="col-"] {
    margin-top: 2px;
  }
  .c-mt-md-5 [class*="col-"], .row.c-mt-md-5 > [class*="col-"] {
    margin-top: 5px;
  }
  .c-mt-md-10 [class*="col-"], .row.c-mt-md-10 > [class*="col-"] {
    margin-top: 10px;
  }
  .c-mt-md-15 [class*="col-"], .row.c-mt-md-15 > [class*="col-"] {
    margin-top: 15px;
  }
  .c-mt-md-20 [class*="col-"], .row.c-mt-md-20 > [class*="col-"] {
    margin-top: 20px;
  }
  .c-mt-md-25 [class*="col-"], .row.c-mt-md-25 > [class*="col-"] {
    margin-top: 25px;
  }
  .c-mt-md-30 [class*="col-"], .row.c-mt-md-30 > [class*="col-"] {
    margin-top: 30px;
  }
  .c-mt-md-40 [class*="col-"], .row.c-mt-md-40 > [class*="col-"] {
    margin-top: 40px;
  }
  .c-mt-md-46 [class*="col-"], .row.c-mt-md-46 > [class*="col-"] {
    margin-top: 46px;
  }
  .c-mt-md-50 [class*="col-"], .row.c-mt-md-50 > [class*="col-"] {
    margin-top: 50px;
  }
  .c-mt-md-60 [class*="col-"], .row.c-mt-md-60 > [class*="col-"] {
    margin-top: 60px;
  }
  .c-mb-md-0 [class*="col-"], .row.c-mb-md-0 > [class*="col-"] {
    margin-bottom: 0px;
  }
  .c-mb-md-1 [class*="col-"], .row.c-mb-md-1 > [class*="col-"] {
    margin-bottom: 1px;
  }
  .c-mb-md-2 [class*="col-"], .row.c-mb-md-2 > [class*="col-"] {
    margin-bottom: 2px;
  }
  .c-mb-md-5 [class*="col-"], .row.c-mb-md-5 > [class*="col-"] {
    margin-bottom: 5px;
  }
  .c-mb-md-10 [class*="col-"], .row.c-mb-md-10 > [class*="col-"] {
    margin-bottom: 10px;
  }
  .c-mb-md-15 [class*="col-"], .row.c-mb-md-15 > [class*="col-"] {
    margin-bottom: 15px;
  }
  .c-mb-md-20 [class*="col-"], .row.c-mb-md-20 > [class*="col-"] {
    margin-bottom: 20px;
  }
  .c-mb-md-25 [class*="col-"], .row.c-mb-md-25 > [class*="col-"] {
    margin-bottom: 25px;
  }
  .c-mb-md-30 [class*="col-"], .row.c-mb-md-30 > [class*="col-"] {
    margin-bottom: 30px;
  }
  .c-mb-md-40 [class*="col-"], .row.c-mb-md-40 > [class*="col-"] {
    margin-bottom: 40px;
  }
  .c-mb-md-46 [class*="col-"], .row.c-mb-md-46 > [class*="col-"] {
    margin-bottom: 46px;
  }
  .c-mb-md-50 [class*="col-"], .row.c-mb-md-50 > [class*="col-"] {
    margin-bottom: 50px;
  }
  .c-mb-md-60 [class*="col-"], .row.c-mb-md-60 > [class*="col-"] {
    margin-bottom: 60px;
  }
  .c-my-md-0 [class*="col-"], .row.c-my-md-0 > [class*="col-"] {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .c-my-md-1 [class*="col-"], .row.c-my-md-1 > [class*="col-"] {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .c-my-md-2 [class*="col-"], .row.c-my-md-2 > [class*="col-"] {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .c-my-md-5 [class*="col-"], .row.c-my-md-5 > [class*="col-"] {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .c-my-md-10 [class*="col-"], .row.c-my-md-10 > [class*="col-"] {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .c-my-md-15 [class*="col-"], .row.c-my-md-15 > [class*="col-"] {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .c-my-md-20 [class*="col-"], .row.c-my-md-20 > [class*="col-"] {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .c-my-md-25 [class*="col-"], .row.c-my-md-25 > [class*="col-"] {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .c-my-md-30 [class*="col-"], .row.c-my-md-30 > [class*="col-"] {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .c-my-md-40 [class*="col-"], .row.c-my-md-40 > [class*="col-"] {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .c-my-md-46 [class*="col-"], .row.c-my-md-46 > [class*="col-"] {
    margin-top: 46px;
    margin-bottom: 46px;
  }
  .c-my-md-50 [class*="col-"], .row.c-my-md-50 > [class*="col-"] {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .c-my-md-60 [class*="col-"], .row.c-my-md-60 > [class*="col-"] {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .c-mt-lg-0 [class*="col-"], .row.c-mt-lg-0 > [class*="col-"] {
    margin-top: 0px;
  }
  .c-mt-lg-1 [class*="col-"], .row.c-mt-lg-1 > [class*="col-"] {
    margin-top: 1px;
  }
  .c-mt-lg-2 [class*="col-"], .row.c-mt-lg-2 > [class*="col-"] {
    margin-top: 2px;
  }
  .c-mt-lg-5 [class*="col-"], .row.c-mt-lg-5 > [class*="col-"] {
    margin-top: 5px;
  }
  .c-mt-lg-10 [class*="col-"], .row.c-mt-lg-10 > [class*="col-"] {
    margin-top: 10px;
  }
  .c-mt-lg-15 [class*="col-"], .row.c-mt-lg-15 > [class*="col-"] {
    margin-top: 15px;
  }
  .c-mt-lg-20 [class*="col-"], .row.c-mt-lg-20 > [class*="col-"] {
    margin-top: 20px;
  }
  .c-mt-lg-25 [class*="col-"], .row.c-mt-lg-25 > [class*="col-"] {
    margin-top: 25px;
  }
  .c-mt-lg-30 [class*="col-"], .row.c-mt-lg-30 > [class*="col-"] {
    margin-top: 30px;
  }
  .c-mt-lg-40 [class*="col-"], .row.c-mt-lg-40 > [class*="col-"] {
    margin-top: 40px;
  }
  .c-mt-lg-46 [class*="col-"], .row.c-mt-lg-46 > [class*="col-"] {
    margin-top: 46px;
  }
  .c-mt-lg-50 [class*="col-"], .row.c-mt-lg-50 > [class*="col-"] {
    margin-top: 50px;
  }
  .c-mt-lg-60 [class*="col-"], .row.c-mt-lg-60 > [class*="col-"] {
    margin-top: 60px;
  }
  .c-mb-lg-0 [class*="col-"], .row.c-mb-lg-0 > [class*="col-"] {
    margin-bottom: 0px;
  }
  .c-mb-lg-1 [class*="col-"], .row.c-mb-lg-1 > [class*="col-"] {
    margin-bottom: 1px;
  }
  .c-mb-lg-2 [class*="col-"], .row.c-mb-lg-2 > [class*="col-"] {
    margin-bottom: 2px;
  }
  .c-mb-lg-5 [class*="col-"], .row.c-mb-lg-5 > [class*="col-"] {
    margin-bottom: 5px;
  }
  .c-mb-lg-10 [class*="col-"], .row.c-mb-lg-10 > [class*="col-"] {
    margin-bottom: 10px;
  }
  .c-mb-lg-15 [class*="col-"], .row.c-mb-lg-15 > [class*="col-"] {
    margin-bottom: 15px;
  }
  .c-mb-lg-20 [class*="col-"], .row.c-mb-lg-20 > [class*="col-"] {
    margin-bottom: 20px;
  }
  .c-mb-lg-25 [class*="col-"], .row.c-mb-lg-25 > [class*="col-"] {
    margin-bottom: 25px;
  }
  .c-mb-lg-30 [class*="col-"], .row.c-mb-lg-30 > [class*="col-"] {
    margin-bottom: 30px;
  }
  .c-mb-lg-40 [class*="col-"], .row.c-mb-lg-40 > [class*="col-"] {
    margin-bottom: 40px;
  }
  .c-mb-lg-46 [class*="col-"], .row.c-mb-lg-46 > [class*="col-"] {
    margin-bottom: 46px;
  }
  .c-mb-lg-50 [class*="col-"], .row.c-mb-lg-50 > [class*="col-"] {
    margin-bottom: 50px;
  }
  .c-mb-lg-60 [class*="col-"], .row.c-mb-lg-60 > [class*="col-"] {
    margin-bottom: 60px;
  }
  .c-my-lg-0 [class*="col-"], .row.c-my-lg-0 > [class*="col-"] {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .c-my-lg-1 [class*="col-"], .row.c-my-lg-1 > [class*="col-"] {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .c-my-lg-2 [class*="col-"], .row.c-my-lg-2 > [class*="col-"] {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .c-my-lg-5 [class*="col-"], .row.c-my-lg-5 > [class*="col-"] {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .c-my-lg-10 [class*="col-"], .row.c-my-lg-10 > [class*="col-"] {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .c-my-lg-15 [class*="col-"], .row.c-my-lg-15 > [class*="col-"] {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .c-my-lg-20 [class*="col-"], .row.c-my-lg-20 > [class*="col-"] {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .c-my-lg-25 [class*="col-"], .row.c-my-lg-25 > [class*="col-"] {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .c-my-lg-30 [class*="col-"], .row.c-my-lg-30 > [class*="col-"] {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .c-my-lg-40 [class*="col-"], .row.c-my-lg-40 > [class*="col-"] {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .c-my-lg-46 [class*="col-"], .row.c-my-lg-46 > [class*="col-"] {
    margin-top: 46px;
    margin-bottom: 46px;
  }
  .c-my-lg-50 [class*="col-"], .row.c-my-lg-50 > [class*="col-"] {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .c-my-lg-60 [class*="col-"], .row.c-my-lg-60 > [class*="col-"] {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .c-mt-xl-0 [class*="col-"], .row.c-mt-xl-0 > [class*="col-"] {
    margin-top: 0px;
  }
  .c-mt-xl-1 [class*="col-"], .row.c-mt-xl-1 > [class*="col-"] {
    margin-top: 1px;
  }
  .c-mt-xl-2 [class*="col-"], .row.c-mt-xl-2 > [class*="col-"] {
    margin-top: 2px;
  }
  .c-mt-xl-5 [class*="col-"], .row.c-mt-xl-5 > [class*="col-"] {
    margin-top: 5px;
  }
  .c-mt-xl-10 [class*="col-"], .row.c-mt-xl-10 > [class*="col-"] {
    margin-top: 10px;
  }
  .c-mt-xl-15 [class*="col-"], .row.c-mt-xl-15 > [class*="col-"] {
    margin-top: 15px;
  }
  .c-mt-xl-20 [class*="col-"], .row.c-mt-xl-20 > [class*="col-"] {
    margin-top: 20px;
  }
  .c-mt-xl-25 [class*="col-"], .row.c-mt-xl-25 > [class*="col-"] {
    margin-top: 25px;
  }
  .c-mt-xl-30 [class*="col-"], .row.c-mt-xl-30 > [class*="col-"] {
    margin-top: 30px;
  }
  .c-mt-xl-40 [class*="col-"], .row.c-mt-xl-40 > [class*="col-"] {
    margin-top: 40px;
  }
  .c-mt-xl-46 [class*="col-"], .row.c-mt-xl-46 > [class*="col-"] {
    margin-top: 46px;
  }
  .c-mt-xl-50 [class*="col-"], .row.c-mt-xl-50 > [class*="col-"] {
    margin-top: 50px;
  }
  .c-mt-xl-60 [class*="col-"], .row.c-mt-xl-60 > [class*="col-"] {
    margin-top: 60px;
  }
  .c-mb-xl-0 [class*="col-"], .row.c-mb-xl-0 > [class*="col-"] {
    margin-bottom: 0px;
  }
  .c-mb-xl-1 [class*="col-"], .row.c-mb-xl-1 > [class*="col-"] {
    margin-bottom: 1px;
  }
  .c-mb-xl-2 [class*="col-"], .row.c-mb-xl-2 > [class*="col-"] {
    margin-bottom: 2px;
  }
  .c-mb-xl-5 [class*="col-"], .row.c-mb-xl-5 > [class*="col-"] {
    margin-bottom: 5px;
  }
  .c-mb-xl-10 [class*="col-"], .row.c-mb-xl-10 > [class*="col-"] {
    margin-bottom: 10px;
  }
  .c-mb-xl-15 [class*="col-"], .row.c-mb-xl-15 > [class*="col-"] {
    margin-bottom: 15px;
  }
  .c-mb-xl-20 [class*="col-"], .row.c-mb-xl-20 > [class*="col-"] {
    margin-bottom: 20px;
  }
  .c-mb-xl-25 [class*="col-"], .row.c-mb-xl-25 > [class*="col-"] {
    margin-bottom: 25px;
  }
  .c-mb-xl-30 [class*="col-"], .row.c-mb-xl-30 > [class*="col-"] {
    margin-bottom: 30px;
  }
  .c-mb-xl-40 [class*="col-"], .row.c-mb-xl-40 > [class*="col-"] {
    margin-bottom: 40px;
  }
  .c-mb-xl-46 [class*="col-"], .row.c-mb-xl-46 > [class*="col-"] {
    margin-bottom: 46px;
  }
  .c-mb-xl-50 [class*="col-"], .row.c-mb-xl-50 > [class*="col-"] {
    margin-bottom: 50px;
  }
  .c-mb-xl-60 [class*="col-"], .row.c-mb-xl-60 > [class*="col-"] {
    margin-bottom: 60px;
  }
  .c-my-xl-0 [class*="col-"], .row.c-my-xl-0 > [class*="col-"] {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .c-my-xl-1 [class*="col-"], .row.c-my-xl-1 > [class*="col-"] {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .c-my-xl-2 [class*="col-"], .row.c-my-xl-2 > [class*="col-"] {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .c-my-xl-5 [class*="col-"], .row.c-my-xl-5 > [class*="col-"] {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .c-my-xl-10 [class*="col-"], .row.c-my-xl-10 > [class*="col-"] {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .c-my-xl-15 [class*="col-"], .row.c-my-xl-15 > [class*="col-"] {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .c-my-xl-20 [class*="col-"], .row.c-my-xl-20 > [class*="col-"] {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .c-my-xl-25 [class*="col-"], .row.c-my-xl-25 > [class*="col-"] {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .c-my-xl-30 [class*="col-"], .row.c-my-xl-30 > [class*="col-"] {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .c-my-xl-40 [class*="col-"], .row.c-my-xl-40 > [class*="col-"] {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .c-my-xl-46 [class*="col-"], .row.c-my-xl-46 > [class*="col-"] {
    margin-top: 46px;
    margin-bottom: 46px;
  }
  .c-my-xl-50 [class*="col-"], .row.c-my-xl-50 > [class*="col-"] {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .c-my-xl-60 [class*="col-"], .row.c-my-xl-60 > [class*="col-"] {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
form[class*="c-mb-"] .row:last-child [class^="col-"], [class*="c-mb-"] form .row:last-child [class^="col-"] {
  margin-bottom: 0 !important;
}
/* overlap featured image on top section (for big screens) */
@media screen and (min-width: 1200px) {
  .s-top-overlap {
    margin-top: -140px;
  }
  .s-top-overlap-big {
    margin-top: -180px;
  }
  .s-top-overlap-small {
    margin-top: -100px;
  }
}
/* full height section */
.s-full-height {
  min-height: 100vh;
}
/* Vertical dividers - use them with Bootstrap responsive utilities - http://getbootstrap.com/docs/4.1/utilities/display/#hiding-elements */
[class*='divider-'] {
  width: 100%;
  clear: both;
}
[class*='divider-']:last-child {
  order: 10000;
}
.fw-divider-special, .fw-divider-special-center, .fw-divider-special-right {
  clear: both;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.fw-divider-special .special, .fw-divider-special-center .special, .fw-divider-special-right .special {
  position: relative;
}
.fw-divider-special .special:before, .fw-divider-special-center .special:before, .fw-divider-special-right .special:before, .fw-divider-special .special:after, .fw-divider-special-center .special:after, .fw-divider-special-right .special:after {
  content: "";
  left: 0;
  position: absolute;
  top: auto;
  bottom: 0;
}
.fw-divider-special .special:before, .fw-divider-special-center .special:before, .fw-divider-special-right .special:before {
  background-color: #dedede;
  height: 1px;
  left: 0;
  opacity: 1;
  width: 75%;
}
.fw-divider-special .special:after, .fw-divider-special-center .special:after, .fw-divider-special-right .special:after {
  background-color: #9da5a9;
  height: 3px;
  left: 0;
  bottom: -1px;
  width: 50px;
}
.fw-divider-special-center .special:before {
  left: 50%;
  width: 60%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fw-divider-special-center .special:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fw-divider-special-right .special:before {
  left: auto;
  right: 0;
}
.fw-divider-special-right .special:after {
  left: auto;
  right: 0;
}
.ds .ls .fw-divider-special-center .special:before {
  background-color: #dedede;
  opacity: 1;
}
.ds .ls .fw-divider-special-center .special:after {
  background-color: #9da5a9;
}
@media (max-width: 767px) {
  .text-right .fw-divider-special-right .special:after, .text-right .fw-divider-special-right .special:before, .page_slider.team_slider .fw-divider-special-right .special:after, .page_slider.team_slider .fw-divider-special-right .special:before {
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
  }
}
@media (max-width: 767px) {
  .text-left .fw-divider-special .special:before {
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .text-left .fw-divider-special .special:after {
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 575px) {
  .divider-top-bottom {
    margin-top: 1.5em;
    margin-bottom: 1.9em;
    padding-bottom: 1.5em;
  }
}
@media (max-width: 479px) {
  .fw-divider-special-center .special {
    width: 300px;
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.divider-0 {
  margin-top: 0px;
}
.divider-5 {
  margin-top: 5px;
}
.divider-8 {
  margin-top: 8px;
}
.divider-10 {
  margin-top: 10px;
}
.divider-15 {
  margin-top: 15px;
}
.divider-20 {
  margin-top: 20px;
}
.divider-23 {
  margin-top: 23px;
}
.divider-25 {
  margin-top: 25px;
}
.divider-30 {
  margin-top: 30px;
}
.divider-35 {
  margin-top: 35px;
}
.divider-40 {
  margin-top: 40px;
}
.divider-42 {
  margin-top: 42px;
}
.divider-45 {
  margin-top: 45px;
}
.divider-48 {
  margin-top: 48px;
}
.divider-50 {
  margin-top: 50px;
}
.divider-52 {
  margin-top: 52px;
}
.divider-55 {
  margin-top: 55px;
}
.divider-60 {
  margin-top: 60px;
}
.divider-64 {
  margin-top: 64px;
}
.divider-65 {
  margin-top: 65px;
}
.divider-67 {
  margin-top: 67px;
}
.divider-70 {
  margin-top: 70px;
}
.divider-75 {
  margin-top: 75px;
}
.divider-80 {
  margin-top: 80px;
}
.divider-85 {
  margin-top: 85px;
}
.divider-90 {
  margin-top: 90px;
}
.divider-95 {
  margin-top: 95px;
}
.divider-96 {
  margin-top: 96px;
}
.divider-100 {
  margin-top: 100px;
}
.divider-105 {
  margin-top: 105px;
}
.divider-110 {
  margin-top: 110px;
}
.divider-115 {
  margin-top: 115px;
}
.divider-120 {
  margin-top: 120px;
}
.divider-130 {
  margin-top: 130px;
}
.divider-140 {
  margin-top: 140px;
}
.divider-145 {
  margin-top: 145px;
}
.divider-150 {
  margin-top: 150px;
}
@media (min-width: 576px) {
  .divider-sm-0 {
    margin-top: 0px;
  }
  .divider-sm-5 {
    margin-top: 5px;
  }
  .divider-sm-8 {
    margin-top: 8px;
  }
  .divider-sm-10 {
    margin-top: 10px;
  }
  .divider-sm-15 {
    margin-top: 15px;
  }
  .divider-sm-20 {
    margin-top: 20px;
  }
  .divider-sm-23 {
    margin-top: 23px;
  }
  .divider-sm-25 {
    margin-top: 25px;
  }
  .divider-sm-30 {
    margin-top: 30px;
  }
  .divider-sm-35 {
    margin-top: 35px;
  }
  .divider-sm-40 {
    margin-top: 40px;
  }
  .divider-sm-42 {
    margin-top: 42px;
  }
  .divider-sm-45 {
    margin-top: 45px;
  }
  .divider-sm-48 {
    margin-top: 48px;
  }
  .divider-sm-50 {
    margin-top: 50px;
  }
  .divider-sm-52 {
    margin-top: 52px;
  }
  .divider-sm-55 {
    margin-top: 55px;
  }
  .divider-sm-60 {
    margin-top: 60px;
  }
  .divider-sm-64 {
    margin-top: 64px;
  }
  .divider-sm-65 {
    margin-top: 65px;
  }
  .divider-sm-67 {
    margin-top: 67px;
  }
  .divider-sm-70 {
    margin-top: 70px;
  }
  .divider-sm-75 {
    margin-top: 75px;
  }
  .divider-sm-80 {
    margin-top: 80px;
  }
  .divider-sm-85 {
    margin-top: 85px;
  }
  .divider-sm-90 {
    margin-top: 90px;
  }
  .divider-sm-95 {
    margin-top: 95px;
  }
  .divider-sm-96 {
    margin-top: 96px;
  }
  .divider-sm-100 {
    margin-top: 100px;
  }
  .divider-sm-105 {
    margin-top: 105px;
  }
  .divider-sm-110 {
    margin-top: 110px;
  }
  .divider-sm-115 {
    margin-top: 115px;
  }
  .divider-sm-120 {
    margin-top: 120px;
  }
  .divider-sm-130 {
    margin-top: 130px;
  }
  .divider-sm-140 {
    margin-top: 140px;
  }
  .divider-sm-145 {
    margin-top: 145px;
  }
  .divider-sm-150 {
    margin-top: 150px;
  }
}
@media (min-width: 768px) {
  .divider-md-0 {
    margin-top: 0px;
  }
  .divider-md-5 {
    margin-top: 5px;
  }
  .divider-md-8 {
    margin-top: 8px;
  }
  .divider-md-10 {
    margin-top: 10px;
  }
  .divider-md-15 {
    margin-top: 15px;
  }
  .divider-md-20 {
    margin-top: 20px;
  }
  .divider-md-23 {
    margin-top: 23px;
  }
  .divider-md-25 {
    margin-top: 25px;
  }
  .divider-md-30 {
    margin-top: 30px;
  }
  .divider-md-35 {
    margin-top: 35px;
  }
  .divider-md-40 {
    margin-top: 40px;
  }
  .divider-md-42 {
    margin-top: 42px;
  }
  .divider-md-45 {
    margin-top: 45px;
  }
  .divider-md-48 {
    margin-top: 48px;
  }
  .divider-md-50 {
    margin-top: 50px;
  }
  .divider-md-52 {
    margin-top: 52px;
  }
  .divider-md-55 {
    margin-top: 55px;
  }
  .divider-md-60 {
    margin-top: 60px;
  }
  .divider-md-64 {
    margin-top: 64px;
  }
  .divider-md-65 {
    margin-top: 65px;
  }
  .divider-md-67 {
    margin-top: 67px;
  }
  .divider-md-70 {
    margin-top: 70px;
  }
  .divider-md-75 {
    margin-top: 75px;
  }
  .divider-md-80 {
    margin-top: 80px;
  }
  .divider-md-85 {
    margin-top: 85px;
  }
  .divider-md-90 {
    margin-top: 90px;
  }
  .divider-md-95 {
    margin-top: 95px;
  }
  .divider-md-96 {
    margin-top: 96px;
  }
  .divider-md-100 {
    margin-top: 100px;
  }
  .divider-md-105 {
    margin-top: 105px;
  }
  .divider-md-110 {
    margin-top: 110px;
  }
  .divider-md-115 {
    margin-top: 115px;
  }
  .divider-md-120 {
    margin-top: 120px;
  }
  .divider-md-130 {
    margin-top: 130px;
  }
  .divider-md-140 {
    margin-top: 140px;
  }
  .divider-md-145 {
    margin-top: 145px;
  }
  .divider-md-150 {
    margin-top: 150px;
  }
}
@media (min-width: 992px) {
  .divider-lg-0 {
    margin-top: 0px;
  }
  .divider-lg-5 {
    margin-top: 5px;
  }
  .divider-lg-8 {
    margin-top: 8px;
  }
  .divider-lg-10 {
    margin-top: 10px;
  }
  .divider-lg-15 {
    margin-top: 15px;
  }
  .divider-lg-20 {
    margin-top: 20px;
  }
  .divider-lg-23 {
    margin-top: 23px;
  }
  .divider-lg-25 {
    margin-top: 25px;
  }
  .divider-lg-30 {
    margin-top: 30px;
  }
  .divider-lg-35 {
    margin-top: 35px;
  }
  .divider-lg-40 {
    margin-top: 40px;
  }
  .divider-lg-42 {
    margin-top: 42px;
  }
  .divider-lg-45 {
    margin-top: 45px;
  }
  .divider-lg-48 {
    margin-top: 48px;
  }
  .divider-lg-50 {
    margin-top: 50px;
  }
  .divider-lg-52 {
    margin-top: 52px;
  }
  .divider-lg-55 {
    margin-top: 55px;
  }
  .divider-lg-60 {
    margin-top: 60px;
  }
  .divider-lg-64 {
    margin-top: 64px;
  }
  .divider-lg-65 {
    margin-top: 65px;
  }
  .divider-lg-67 {
    margin-top: 67px;
  }
  .divider-lg-70 {
    margin-top: 70px;
  }
  .divider-lg-75 {
    margin-top: 75px;
  }
  .divider-lg-80 {
    margin-top: 80px;
  }
  .divider-lg-85 {
    margin-top: 85px;
  }
  .divider-lg-90 {
    margin-top: 90px;
  }
  .divider-lg-95 {
    margin-top: 95px;
  }
  .divider-lg-96 {
    margin-top: 96px;
  }
  .divider-lg-100 {
    margin-top: 100px;
  }
  .divider-lg-105 {
    margin-top: 105px;
  }
  .divider-lg-110 {
    margin-top: 110px;
  }
  .divider-lg-115 {
    margin-top: 115px;
  }
  .divider-lg-120 {
    margin-top: 120px;
  }
  .divider-lg-130 {
    margin-top: 130px;
  }
  .divider-lg-140 {
    margin-top: 140px;
  }
  .divider-lg-145 {
    margin-top: 145px;
  }
  .divider-lg-150 {
    margin-top: 150px;
  }
}
@media (min-width: 1200px) {
  .divider-xl-0 {
    margin-top: 0px;
  }
  .divider-xl-5 {
    margin-top: 5px;
  }
  .divider-xl-8 {
    margin-top: 8px;
  }
  .divider-xl-10 {
    margin-top: 10px;
  }
  .divider-xl-15 {
    margin-top: 15px;
  }
  .divider-xl-20 {
    margin-top: 20px;
  }
  .divider-xl-23 {
    margin-top: 23px;
  }
  .divider-xl-25 {
    margin-top: 25px;
  }
  .divider-xl-30 {
    margin-top: 30px;
  }
  .divider-xl-35 {
    margin-top: 35px;
  }
  .divider-xl-40 {
    margin-top: 40px;
  }
  .divider-xl-42 {
    margin-top: 42px;
  }
  .divider-xl-45 {
    margin-top: 45px;
  }
  .divider-xl-48 {
    margin-top: 48px;
  }
  .divider-xl-50 {
    margin-top: 50px;
  }
  .divider-xl-52 {
    margin-top: 52px;
  }
  .divider-xl-55 {
    margin-top: 55px;
  }
  .divider-xl-60 {
    margin-top: 60px;
  }
  .divider-xl-64 {
    margin-top: 64px;
  }
  .divider-xl-65 {
    margin-top: 65px;
  }
  .divider-xl-67 {
    margin-top: 67px;
  }
  .divider-xl-70 {
    margin-top: 70px;
  }
  .divider-xl-75 {
    margin-top: 75px;
  }
  .divider-xl-80 {
    margin-top: 80px;
  }
  .divider-xl-85 {
    margin-top: 85px;
  }
  .divider-xl-90 {
    margin-top: 90px;
  }
  .divider-xl-95 {
    margin-top: 95px;
  }
  .divider-xl-96 {
    margin-top: 96px;
  }
  .divider-xl-100 {
    margin-top: 100px;
  }
  .divider-xl-105 {
    margin-top: 105px;
  }
  .divider-xl-110 {
    margin-top: 110px;
  }
  .divider-xl-115 {
    margin-top: 115px;
  }
  .divider-xl-120 {
    margin-top: 120px;
  }
  .divider-xl-130 {
    margin-top: 130px;
  }
  .divider-xl-140 {
    margin-top: 140px;
  }
  .divider-xl-145 {
    margin-top: 145px;
  }
  .divider-xl-150 {
    margin-top: 150px;
  }
}
/*
 ** Common Sections Styles
 */
section {
  position: relative;
}
img {
  max-width: 100%;
}
/*parallax*/
.s-parallax, .cover-image, .cover-background, .texture-background {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
.cover-background.internet-service {
  background-position: 30% 0%;
}
.page_copyright {
  background-color: #323232;
}
.page_copyright p {
  color: #9da5a9;
}
.cover-image {
  width: 100%;
  height: 100%;
}
.texture-background {
  background-image: url(../img/background-texture-cover.jpg);
}
.pattern-background:before {
  background-image: url(../img/patterns/pattern8.png);
}
.cover-image {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
}
section > .cover-image {
  position: absolute !important;
}
.cover-image.s-cover-right {
  width: 50%;
  left: auto;
}
.cover-image.s-cover-left {
  width: 62%;
  height: 90%;
  left: -122px;
}
.cover-image > img {
  visibility: hidden;
}
.cover-image > a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cover-image + [class*='container'] [class*='col-'] > img, .cover-image + [class*='container'] [class*='col-'] > a:after, .cover-image + [class*='container'] [class*='col-'] > a > img {
  visibility: hidden;
}
.cover-image > img {
  width: 100%;
}
@media (max-width: 1679px) {
  .cover-image.s-cover-left {
    width: 65%;
    height: 81%;
    left: -145px;
  }
}
@media (max-width: 1440px) {
  .cover-image.s-cover-left {
    width: 65%;
    height: 70%;
    left: -145px;
  }
}
@media (max-width: 1199px) {
  .cover-image.s-cover-left {
    display: none;
  }
  .cover-image + [class*='container'] [class*='col-'] > img {
    visibility: visible;
  }
}
@media (max-width: 991px) {
  .cover-image.s-cover-right {
    display: none;
  }
  .hide-img-on-mobile {
    background-image: none !important;
  }
}
.event-post .cover-image > img {
  visibility: hidden;
}
.fixed-background, .s-parallax {
  background-attachment: fixed;
  background-position: 50% 0;
}
@media (max-width: 767px) {
  .s-parallax {
    -webkit-background-size: auto auto;
    -moz-background-size: auto auto;
    -o-background-size: auto auto;
    background-size: auto auto;
  }
}
/*additional overlay for parallax sections*/
.s-overlay:before {
  opacity: 0.8;
}
.s-overlay.ls:before {
  background-color: #fff;
  opacity: 0.93;
}
.s-overlay.ls.ms:before {
  background-color: #f7f6fb;
  opacity: 0.81;
}
.s-overlay.cs:before {
  background-color: #49979c;
  opacity: 0.82;
}
.s-overlay.cs.cs2:before {
  background-color: #8d66b4;
}
.s-overlay.cs.cs3:before {
  background-color: #ae419a;
}
.s-overlay.ds:before {
  background-color: #323232;
  opacity: 0.7;
  z-index: 3;
}
article.s-overlay.ds:before {
  background-color: #1d2225;
  opacity: 0.6;
  z-index: 1;
}
.s-overlay.ds.ms:before {
  background-color: #323232;
  opacity: 1;
}
.s-muted:before {
  background-color: rgba(50, 50, 50, 0.1);
  opacity: 1;
}
.gradientradial-background {
  overflow: hidden;
}
.s-parallax > *, .s-overlay > *, .s-muted > *, .s-overlay-diagonal-double > *, .pattern-background > *, .gradientradial-background > *, .gradient-background > *, .gradientvertical-background > *, .gradientdarken-background > * {
  z-index: 9;
  position: relative;
}
.s-parallax:before, .s-overlay:before, .s-muted:before, .s-overlay-diagonal-double:before, .s-overlay-diagonal-double:after, .pattern-background:before, .gradient-background:before, .gradientvertical-background:before, .gradientdarken-background:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.s-muted:before, .s-parallax:before {
  opacity: 0.8;
}
.s-overlay-diagonal {
  overflow: hidden;
  padding: 10px 0;
  background-clip: content-box;
}
.s-overlay-diagonal:before {
  width: 40%;
  height: 3000px;
  margin-left: 30%;
  top: 50%;
  left: 0;
  right: auto;
  bottom: auto;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 1200px) {
  .s-overlay-diagonal:before {
    width: 70%;
    margin-left: 15%;
  }
}
.s-overlay-diagonal-double {
  overflow: hidden;
  padding: 10px 0;
}
.s-overlay-diagonal-double:before {
  background: linear-gradient(45deg, #49979c 30%, transparent 30%);
  opacity: 0.6;
}
.s-overlay-diagonal-double:after {
  background: linear-gradient(45deg, transparent 70%, #49979c 70%);
  opacity: 0.6;
}
.gradient-background:before {
  background: #49979c;
  background: -moz-linear-gradient(left, rgba(73, 151, 156, 1) 0%, rgba(141, 102, 180, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(73, 151, 156, 1)), color-stop(100%, rgba(141, 102, 180, 1)));
  background: -webkit-linear-gradient(left, rgba(73, 151, 156, 1) 0%, rgba(141, 102, 180, 1) 100%);
  background: -o-linear-gradient(left, rgba(73, 151, 156, 1) 0%, rgba(141, 102, 180, 1) 100%);
  background: -ms-linear-gradient(left, rgba(73, 151, 156, 1) 0%, rgba(141, 102, 180, 1) 100%);
  background: linear-gradient(to right, rgba(73, 151, 156, 1) 0%, rgba(141, 102, 180, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$colorMain', endColorstr='$colorMain2', GradientType=1);
}
.gradientvertical-background:before {
  background: #49979c;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(73, 151, 156, 1) 0%, rgba(141, 102, 180, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(73, 151, 156, 1) 0%, rgba(141, 102, 180, 1) 100%);
  background: -o-linear-gradient(top, rgba(73, 151, 156, 1) 0%, rgba(141, 102, 180, 1) 100%);
  background: -ms-linear-gradient(top, rgba(73, 151, 156, 1) 0%, rgba(141, 102, 180, 1) 100%);
  background: linear-gradient(to bottom, rgba(73, 151, 156, 1) 0%, rgba(141, 102, 180, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$colorMain', endColorstr='$colorMain2', GradientType=0);
}
.gradientdarken-background:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=0);
}
.gradientradial-background:before {
  content: '';
  display: block;
  position: absolute;
  width: 1400px;
  height: 1400px;
  top: 50%;
  left: 50%;
  margin-top: -700px;
  margin-left: -700px;
  z-index: 2;
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0, center center, 50%, color-stop(0%, rgba(255, 255, 255, 0.24)), color-stop(50%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.s-overlay.gradientradial-background:before {
  width: 100vw;
  height: 100vw;
  margin-top: -50vw;
  margin-left: -50vw;
}
.s-bordertop, .s-borderbottom, .s-bordertop-container .container, .s-borderbottom-container .container {
  position: relative;
}
.s-bordertop:before, .s-borderbottom:after, .s-bordertop-container .container:before, .s-borderbottom-container .container:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  top: 0;
  background-color: #dedede;
  z-index: 1;
}
.s-borderheight-2:before, .s-borderheight-2:after, .s-borderheight-2 .container:before, .s-borderheight-2 .container:after {
  height: 2px;
}
.s-borderheight-3:before, .s-borderheight-3:after, .s-borderheight-3 .container:before, .s-borderheight-3 .container:after {
  height: 3px;
}
.s-borderheight-5:before, .s-borderheight-5:after, .s-borderheight-5 .container:before, .s-borderheight-5 .container:after {
  height: 5px;
}
.s-bordercolormain:before, .s-bordercolormain:after, .s-bordercolormain .container:before, .s-bordercolormain .container:after {
  background-color: #49979c;
}
.s-bordertop-container .container:before, .s-borderbottom-container .container:after {
  right: 15px;
  left: 15px;
}
.s-borderbottom:after, .s-borderbottom-container .container:after {
  top: auto;
  bottom: 0;
}
.s-bordered-columns [class*='col-'] + [class*='col-']:before {
  content: '';
  position: absolute;
  top: 1em;
  bottom: 1em;
  left: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
/*page preloader*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.99);
  z-index: 13000;
  height: 100%;
}
.no-js .preloader, .lt-ie9 .preloader, .lt-ie10 .preloader {
  display: none;
}
.preloader_image {
  width: 256px;
  height: 256px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/preloader.gif) no-repeat 50% 50% transparent;
  margin: -128px 0 0 -128px;
}
.preloader_css {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -60px 0 0 -60px;
  border: 10px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  border-top-color: #49979c;
  animation: spin 2s infinite linear;
}
/* animated elements */
.animate {
  visibility: hidden;
}
.no-js .animate, .lt-ie10 .animate, .lt-ie9 .animate {
  visibility: visible;
}
.animated {
  visibility: visible !important;
}
/* boxed layout */
#box_wrapper, #canvas {
  overflow: visible;
  position: relative;
}
#box_wrapper > section, #box_wrapper > div > section {
  position: relative;
  clear: both;
}
#canvas.boxed {
  padding: 1px 0;
}
body.boxed {
  position: static;
  width: auto;
  height: auto;
}
.pattern1 {
  background-image: url(../img/patterns/pattern1.png);
}
.pattern2 {
  background-image: url(../img/patterns/pattern2.png);
}
.pattern3 {
  background-image: url(../img/patterns/pattern3.png);
}
.pattern4 {
  background-image: url(../img/patterns/pattern4.png);
}
.pattern5 {
  background-image: url(../img/patterns/pattern5.png);
}
.pattern6 {
  background-image: url(../img/patterns/pattern6.png);
}
.pattern7 {
  background-image: url(../img/patterns/pattern7.png);
}
.pattern8 {
  background-image: url(../img/patterns/pattern8.png);
}
.pattern9 {
  background-image: url(../img/patterns/pattern9.png);
}
.pattern10 {
  background-image: url(../img/patterns/pattern10.png);
}
.pattern11 {
  background-image: url(../img/patterns/pattern11.png);
}
.boxed .container {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 500px) {
  .boxed .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.boxed #box_wrapper.container {
  padding: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  margin-top: 120px;
}
@media (min-width: 1600px) {
  .boxed #box_wrapper.container {
    max-width: 1560px;
  }
}
.boxed #box_wrapper.container.top-bottom-margins {
  margin-top: 150px;
  margin-bottom: 120px;
}
/*common background sections*/
.s-map-dark {
  background-image: url("../img/parallax/map-dark.jpg");
}
.s-map-light {
  background-image: url("../img/parallax/map-light.jpg");
}
.s-light-abstract {
  background-image: url("../img/parallax/light-abstract.jpg");
}
.s-light-wood {
  background-image: url("../img/parallax/light-wood.jpg");
}
/*bordered columns*/
.c-bordered [class*='col-'] {
  border: 1px solid #dedede;
  margin-top: -1px;
  margin-left: -1px;
}
@media (min-width: 768px) {
  .c-bordered.c-bordered-center .row [class*='col-']:first-child {
    border-left-color: transparent;
  }
  .c-bordered.c-bordered-center .row [class*='col-']:last-child {
    border-right-color: transparent;
  }
  .c-bordered.c-bordered-center .row:first-child [class*='col-'] {
    border-top-color: transparent;
  }
  .c-bordered.c-bordered-center .row:last-child [class*='col-'] {
    border-bottom-color: transparent;
  }
}
.background-video .container, .background-video .container-fluid {
  position: relative;
  z-index: 1;
}
.background-video .fs-background-container {
  padding: 0;
}
/* Media Items - Common Side and Top Image Items */
.item-content > p:last-child {
  margin-bottom: 0;
}
.bordered .item-media, .bordered .entry-thumbnail {
  margin: -1px -1px -1px -1px;
  z-index: 1;
}
.bordered .item-media.cover-image {
  height: calc(100% + 2px);
}
.bordered.full-padding .item-media {
  margin: 0;
}
/* side and vertical items paddings */
.full-padding {
  padding: 40px;
}
.content-padding .item-content {
  padding: 40px;
}
/* font weight normal  */
.font-weight-normal {
  font-weight: 400;
}
@media (max-width: 992px) {
  .full-padding {
    padding: 30px;
  }
  .content-padding .item-content {
    padding: 30px;
  }
}
/*side item*/
.side-item h2, .side-item h3, .side-item h4 {
  line-height: 1;
}
.side-item .row {
  margin: 0;
}
.side-item .row [class*="col-"] {
  padding: 0;
  margin: 0;
}
.side-item .item-title + .item-content {
  padding-top: 30px;
}
.side-item [class*="col-"] > .item-title {
  padding: 15px 30px;
}
.side-item [class*="col-"] > .item-title h2, .side-item [class*="col-"] > .item-title h3, .side-item [class*="col-"] > .item-title h4 {
  margin: 0;
}
.side-item.bordered [class*="col-"] > .item-title {
  margin: -1px;
}
/*-xs- -sm- side-item paddings and margins*/
@media (max-width: 767px) {
  .no-content-padding [class*='col-sm-'] .item-content, .full-padding [class*='col-sm-'] .item-content, .no-content-padding [class*='col-xs-'] .item-content, .full-padding [class*='col-xs-'] .item-content {
    padding-left: 30px;
  }
  .no-content-padding [class*='col-sm-'][class*='sm-pull-'] .item-content, .full-padding [class*='col-sm-'][class*='sm-pull-'] .item-content, .no-content-padding [class*='col-xs-'][class*='sm-pull-'] .item-content, .full-padding [class*='col-xs-'][class*='sm-pull-'] .item-content, .no-content-padding [class*='col-sm-'][class*='xs-pull-'] .item-content, .full-padding [class*='col-sm-'][class*='xs-pull-'] .item-content, .no-content-padding [class*='col-xs-'][class*='xs-pull-'] .item-content, .full-padding [class*='col-xs-'][class*='xs-pull-'] .item-content, .no-content-padding [class*='col-sm-'][class*='order-sm-1'] .item-content, .full-padding [class*='col-sm-'][class*='order-sm-1'] .item-content, .no-content-padding [class*='col-xs-'][class*='order-sm-1'] .item-content, .full-padding [class*='col-xs-'][class*='order-sm-1'] .item-content, .no-content-padding [class*='col-sm-'][class*='order-xs-1'] .item-content, .full-padding [class*='col-sm-'][class*='order-xs-1'] .item-content, .no-content-padding [class*='col-xs-'][class*='order-xs-1'] .item-content, .full-padding [class*='col-xs-'][class*='order-xs-1'] .item-content {
    padding-left: 0;
    padding-right: 30px;
  }
  .no-content-padding .col-sm-12 .item-content, .full-padding .col-sm-12 .item-content, .no-content-padding .col-xs-12 .item-content, .full-padding .col-xs-12 .item-content {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
/*-md- side-item paddings and margins*/
@media (min-width: 768px) {
  .no-content-padding [class*='col-md-'] .item-content, .full-padding [class*='col-md-'] .item-content {
    padding-left: 30px;
  }
  .no-content-padding [class*='col-md-'][class*='md-pull-'] .item-content, .full-padding [class*='col-md-'][class*='md-pull-'] .item-content, .no-content-padding [class*='col-md-'][class*='order-md-1'] .item-content, .full-padding [class*='col-md-'][class*='order-md-1'] .item-content {
    padding-left: 0;
    padding-right: 30px;
  }
  .no-content-padding .col-sm-12 .item-content, .full-padding .col-sm-12 .item-content {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
/*-lg- side-item paddings and margins*/
@media (min-width: 992px) {
  .no-content-padding [class*='col-lg-'] .item-content, .full-padding [class*='col-lg-'] .item-content {
    padding-left: 30px;
  }
  .no-content-padding [class*='col-lg-'][class*='lg-pull-'] .item-content, .full-padding [class*='col-lg-'][class*='lg-pull-'] .item-content, .no-content-padding [class*='col-lg-'][class*='order-lg-1'] .item-content, .full-padding [class*='col-lg-'][class*='order-lg-1'] .item-content {
    padding-left: 0;
    padding-right: 30px;
  }
  .no-content-padding .col-md-12 .item-content, .full-padding .col-md-12 .item-content {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
/*-xl- side-item paddings and margins*/
@media (min-width: 1200px) {
  .no-content-padding [class*='col-xl-'] .item-content, .full-padding [class*='col-xl-'] .item-content {
    padding-left: 30px;
  }
  .no-content-padding [class*='col-xl-'][class*='order-xl-1'] .item-content, .full-padding [class*='col-xl-'][class*='order-xl-1'] .item-content {
    padding-left: 0;
    padding-right: 30px;
  }
  .no-content-padding .col-lg-12 .item-content, .full-padding .col-lg-12 .item-content {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* vertical media item */
.vertical-item .item-media + .item-content {
  padding: 56px 40px 54px;
}
.vertical-item.content-padding .item-content {
  padding: 32px 40px 42px;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
}
.vertical-item.content-padding .item-media + .item-content, .vertical-item.content-padding .item-media-wrap + .item-content {
  padding: 53px 59px 59px;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
}
.vertical-item.content-padding .item-media + .item-content p, .vertical-item.content-padding .item-media-wrap + .item-content p {
  margin-bottom: 0;
}
.vertical-item.content-padding.padding-small .item-content {
  padding: 40px 40px 40px;
}
.vertical-item.content-absolute {
  position: relative;
}
.vertical-item.content-absolute .item-content {
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  right: 0;
  padding: 25px 30px 22px;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #323232;
}
.vertical-item.content-absolute:hover .item-content {
  opacity: 1;
}
.vertical-item.content-absolute.vertical-center .item-content {
  top: 0;
}
.vertical-item + .item-title {
  padding: 10px 30px;
}
.vertical-item + .item-title h2, .vertical-item + .item-title h3, .vertical-item + .item-title h4 {
  margin: 0;
}
.isotope-wrapper .vertical-item .item-media + .item-content {
  padding: 20px;
}
.home-gallery .vertical-item.content-absolute .item-content {
  position: absolute;
  bottom: 0;
  top: 0;
  padding: 0;
  opacity: 1;
  left: 0;
  right: 0;
  z-index: 2;
  background: transparent;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home-gallery .vertical-item.content-absolute .item-content h4 {
  opacity: 1;
  transform: scale(1);
  font-size: 36px;
  font-weight: 600;
  z-index: 1;
}
.home-gallery .vertical-item.content-absolute .item-content h4 a {
  color: #fff;
}
.home-gallery .vertical-item.content-absolute .item-content h4 a:hover {
  color: #fff;
}
.home-gallery .vertical-item.content-absolute .item-content:after {
  content: '';
  background: #323232;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home-gallery .vertical-item.content-absolute .item-content:hover:after {
  opacity: 0.5;
}
/* item meta */
.item-meta {
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0;
  line-height: 1.6;
}
.item-meta i {
  width: 1em;
  text-align: center;
  position: relative;
  font-size: 14px;
  margin-right: 8px;
}
.item-meta i + span {
  margin-right: 40px;
}
@media (max-width: 575px) {
  .item-meta i + span {
    margin-right: 20px;
  }
}
@media (max-width: 1440px) {
  .home-gallery .vertical-item.content-absolute .item-content h4 {
    font-size: 27px;
  }
}
@media (max-width: 1199px) {
  .home-gallery .vertical-item.content-absolute .item-content h4 {
    font-size: 25px;
  }
  .vertical-item.content-padding .item-media-wrap + .item-content {
    padding: 30px;
  }
}
/* item media & item links */
.item-media {
  position: relative;
  overflow: hidden;
}
.item-media img {
  width: 100%;
}
.item-media.cover-image {
  height: 100%;
}
.media-links {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.media-links div {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -30px;
  z-index: 4;
}
.content-absolute .media-links div {
  display: flex;
  top: 50%;
  -moz-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  margin-top: 0;
  justify-content: center;
}
.content-absolute .media-links div a {
  transition: all 0.35s ease 0.1s;
}
.content-absolute .media-links div a:hover {
  transform: scaleX(-1);
}
.content-absolute .media-links div a:first-child {
  transition-delay: 0s;
}
[class*="-item"]:hover .media-links:before {
  opacity: 0.5;
}
.media-links a.abs-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
[class*="-item"]:hover .media-links a.abs-link {
  opacity: 1;
}
[class*="-item"] .links-wrap a {
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 58px;
  top: -100px;
  border: 2px solid transparent;
  display: inline-block;
  z-index: 5;
  font-size: 16px;
  text-align: center;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
[class*="-item"] .links-wrap a.link-zoom {
  color: #fff;
  background-color: #323232;
  border-color: #323232;
}
[class*="-item"] .links-wrap a.link-zoom:hover {
  opacity: 1;
  background-color: #49979c;
  border-color: #49979c;
  color: #fff;
}
[class*="-item"] .links-wrap a.link-anchor {
  color: #323232;
  background-color: #fff;
  border-color: #fff;
  transition-delay: 0.1s;
}
[class*="-item"] .links-wrap a.link-anchor:hover {
  opacity: 1;
  color: #fff;
  background-color: #49979c;
  border-color: #49979c;
}
[class*="-item"] .links-wrap a:before {
  font-family: 'FontAwesome';
  content: "\f002";
}
[class*="-item"] .links-wrap a.link-anchor:before {
  content: "\f041";
}
[class*="-item"]:hover .links-wrap a {
  top: 0;
  filter: alpha(opacity=100);
  opacity: 1;
}
[class*="-item"]:hover .media-links div {
  filter: alpha(opacity=100);
  opacity: 1;
}
/* item icons */
.item-icons {
  margin-top: 35px;
  font-size: 12px;
}
.content-padding .item-icons {
  margin-top: 0;
}
.item-icons i {
  padding: 0 4px;
}
.item-icons .col {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .vertical-item .item-media + .item-content {
    padding: 35px;
  }
  .vertical-item.content-padding .item-media + .item-content {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .vertical-item.content-absolute .item-content {
    padding: 20px 0 20px;
  }
  .vertical-item.content-padding .item-media + .item-content, .vertical-item .item-media + .item-content {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .vertical-item.content-padding .item-content {
    padding: 20px 20px 20px;
  }
}
/*
 ** Buttons
 */
.btn:hover {
  cursor: pointer;
}
.btn.focus, .btn:focus {
  box-shadow: 0 0 3px 0 rgba(100, 100, 100, .75);
}
.btn-secondary {
  border-color: #cacaca;
  background-color: #cacaca;
  color: #323232;
}
.btn-link {
  font-weight: 300;
  color: #323232;
  background-color: transparent;
  position: relative;
  padding: 0;
}
.btn-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: auto;
  bottom: 1px;
  left: 0;
  background: #323232;
}
.btn-link:hover {
  color: #49979c;
  text-decoration: none;
}
.btn-link:hover:before {
  background: #49979c;
}
/*color background buttons*/
.btn-maincolor, .btn-maincolor2, .btn-maincolor3, .btn-darkgrey {
  color: #fff;
}
.btn-darkgrey {
  color: #fff;
}
.btn-maincolor {
  background-color: #49979c;
}
.btn-maincolor:hover {
  color: #323232;
}
.btn-maincolor2 {
  background-color: #8d66b4;
}
.btn-maincolor3 {
  background-color: #ae419a;
}
.btn-darkgrey {
  background-color: #323232;
}
/*color outline buttons*/
.btn-outline-maincolor, .btn-outline-maincolor2, .btn-outline-maincolor3, .btn-outline-darkgrey {
  background-color: transparent;
}
.btn-outline-maincolor {
  color: #49979c;
  border-color: #49979c;
}
.btn-outline-maincolor2 {
  color: #323232;
  border-color: #8d66b4;
}
.btn-outline-maincolor3 {
  color: #323232;
  border-color: #ae419a;
}
.btn-outline-darkgrey {
  color: #323232;
  border-color: #49979c;
}
.btn.btn-outline-light {
  color: #323232;
  border-color: #fff;
}
.btn.btn-outline-light:hover {
  background-color: #fff;
}
.corner {
  position: relative;
  height: 0;
  padding-bottom: 70px;
  background-color: transparent !important;
  overflow: visible !important;
  z-index: 3;
}
.corner:before, .corner:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
}
.corner:after {
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 70px solid #fff;
}
.corner.corner-outside {
  position: absolute;
}
.corner.corner-outside:first-child {
  top: -70px;
}
.corner.corner-outside:last-child {
  bottom: -70px;
}
.corner.corner-half:after {
  border-left-width: 100vw;
  border-right-width: 0;
}
.corner.corner-half.corner-half-inverse:after {
  border-left-width: 0;
  border-right-width: 100vw;
}
.corner.corner-mirror:after {
  border-left-width: 0;
}
.corner.corner-mirror:before {
  border-left: 50vw solid transparent;
  border-top: 70px solid #fff;
  left: 50vw;
}
.corner.corner-inverse:before, .corner.corner-inverse:after {
  border-top: none;
  border-bottom: 70px solid #fff;
}
@media (max-width: 1199px) {
  .corner {
    padding-bottom: 30px;
  }
  .corner:after {
    border-top-width: 30px;
  }
  .corner.corner-outside {
    position: absolute;
  }
  .corner.corner-outside:first-child {
    top: -30px;
  }
  .corner.corner-outside:last-child {
    bottom: -30px;
  }
  .corner.corner-mirror:before {
    border-top-width: 30px;
  }
  .corner.corner-inverse:before, .corner.corner-inverse:after {
    border-bottom-width: 30px;
  }
}
.corner.ls.ms.corner-mirror:before, .corner.ls.ms:after {
  border-top-color: #f7f6fb;
  border-bottom-color: #f7f6fb;
}
.corner.ls.ms.corner-inverse:after {
  border-bottom-color: #f7f6fb;
}
.corner.ds.corner-mirror:before, .corner.ds:after {
  border-top-color: #323232;
  border-bottom-color: #323232;
}
.corner.ds.corner-inverse:after {
  border-bottom-color: #323232;
}
.corner.ds.ms.corner-mirror:before, .corner.ds.ms:after {
  border-top-color: #323232;
  border-bottom-color: #323232;
}
.corner.ds.ms.corner-inverse:after {
  border-bottom-color: #323232;
}
.corner.ds.bs.corner-mirror:before, .corner.ds.bs:after {
  border-top-color: #303a81;
  border-bottom-color: #303a81;
}
.corner.ds.bs.corner-inverse:after {
  border-bottom-color: #303a81;
}
.corner.cs.corner-mirror:before, .corner.cs:after {
  border-top-color: #49979c;
  border-bottom-color: #49979c;
}
.corner.cs.corner-inverse:after {
  border-bottom-color: #49979c;
}
.corner.cs.cs2.corner-mirror:before, .corner.cs.cs2:after {
  border-top-color: #8d66b4;
  border-bottom-color: #8d66b4;
}
.corner.cs.cs2.corner-inverse:after {
  border-bottom-color: #8d66b4;
}
.corner.cs.cs3.corner-mirror:before, .corner.cs.cs3:after {
  border-top-color: #ae419a;
  border-bottom-color: #ae419a;
}
.corner.cs.cs3.corner-inverse:after {
  border-bottom-color: #ae419a;
}
/*
 ** Light Background Section - .ls
 */
.ls {
  background-color: #fff;
  color: #9da5a9;
}
.ls h1, .ls h2, .ls h3, .ls h4, .ls h5, .ls h6 {
  color: #323232;
}
.ls h1 a, .ls h2 a, .ls h3 a, .ls h4 a, .ls h5 a, .ls h6 a {
  color: inherit;
}
.ls h1 a:hover, .ls h2 a:hover, .ls h3 a:hover, .ls h4 a:hover, .ls h5 a:hover, .ls h6 a:hover {
  opacity: 0.8;
}
.ls .btn-maincolor:hover, .ls .btn-maincolor2:hover, .ls .btn-maincolor3:hover, .ls .btn-darkgrey:hover, .ls .btn-outline-maincolor:hover, .ls .btn-outline-maincolor2:hover, .ls .btn-outline-maincolor3:hover, .ls .btn-outline-darkgrey:hover {
  color: #fff;
}
.ls .btn-outline-maincolor:hover {
  background-color: #49979c;
}
.ls .btn-maincolor:hover {
  border-color: #49979c;
  background-color: transparent;
  color: #49979c;
}
.ls .btn-outline-maincolor2:hover, .ls .btn-maincolor2:hover {
  background-color: #744c9b;
  border-color: #744c9b;
}
.ls .btn-outline-maincolor3:hover, .ls .btn-maincolor3:hover {
  background-color: #893379;
  border-color: #893379;
}
.ls .btn-outline-darkgrey:hover, .ls .btn-darkgrey:hover {
  background-color: #49979c;
  border-color: #49979c;
}
.ls .links-maincolor a:hover {
  opacity: 0.7;
}
.ls h1.grey-color, .ls h2.grey-color, .ls h3.grey-color, .ls h4.grey-color, .ls h5.grey-color, .ls h6.grey-color {
  color: #9da5a9;
}
.ls .page_title h1, .ls .page_title h2 {
  color: #323232;
}
.ls .breadcrumb > li.active:before {
  color: #323232;
}
/*
 ** Grey Background Section - light section, muted section - .ls.ms
 */
.ls.ms {
  background-color: #f7f6fb;
  color: #8a9498;
}
.ls.ms .links-grey a {
  color: #8a9498;
}
.ls.ms .hero-bg {
  background-color: #fff;
}
.ls.ms .hero-bg hr {
  background-color: #dedede;
}
.ls.ms hr {
  background-color: #fff;
}
.ls.ms input[type="text"], .ls.ms input[type="email"], .ls.ms input[type="url"], .ls.ms input[type="password"], .ls.ms input[type="search"], .ls.ms input[type="tel"], .ls.ms input[type="number"], .ls.ms textarea, .ls.ms select, .ls.ms .form-control {
  background-color: #eae9ee;
  border-color: #eae9ee;
}
.ls.ms .hero-bg input[type="text"], .ls.ms .hero-bg input[type="email"], .ls.ms .hero-bg input[type="url"], .ls.ms .hero-bg input[type="password"], .ls.ms .hero-bg input[type="search"], .ls.ms .hero-bg input[type="tel"], .ls.ms .hero-bg input[type="number"], .ls.ms .hero-bg textarea, .ls.ms .hero-bg select, .ls.ms .hero-bg .form-control {
  border-color: #dedede;
  background-color: #f7f6fb;
}
.ls.ms td, .ls.ms th, .ls.ms .bordered {
  border-color: #d1d1d1;
}
.ls.ms .btn-secondary {
  border-color: #fff;
}
.ls.ms .btn-secondary:hover {
  border-color: #e4e1f2;
  background-color: #e4e1f2;
}
.ls.page_title h1, .ls.page_title h2 {
  color: #323232;
}
.ls .color-icon.bg-icon {
  background-color: #ececec;
}
.ls .pricing-plan [class*='btn-outline-'] {
  background-color: transparent;
}
.ls .pricing-plan [class*='btn-outline-']:hover {
  background-color: #49979c;
}
.ls.ms .nav-tabs > li.active > a, .ls.ms .nav-tabs > li.active > a:hover, .ls.ms .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border-color: #fff;
}
.ls.ms .tab-content {
  background-color: #fff;
}
.ls.ms .tab-content .bordered {
  border-color: #e6e6e6;
}
.ls.ms .tab-content.no-border {
  background-color: transparent;
}
.ls.ms .tab-content .form-control {
  background-color: #f7f6fb;
}
.ls.ms .vertical-tabs .nav > li > a {
  background-color: #fff;
}
.ls.ms .vertical-tabs .nav > li > a:hover, .ls.ms .vertical-tabs .nav > li.active > a {
  background-color: #323232;
}
.ls.ms .pagination a, .ls.ms .pagination span {
  background-color: #fff;
  border-color: #fff;
}
.ls.ms .breadcrumb {
  color: #323232;
}
.ls.ms .breadcrumb a {
  color: #323232;
}
.ls.ms .breadcrumb a:hover {
  color: #49979c;
}
.ls.ms .breadcrumb > li.active {
  color: #323232;
}
/*
 ** Dark Section background and Dark Muted background sections - .ds and .ds.ms
 */
/* dark grey background section - .ds */
.ds {
  background-color: #323232;
  color: #fff;
}
.ds * .ds {
  background-color: #252525;
}
.ds .widget_rss .rss-date {
  color: #49979c;
}
.ds .fw-divider-special .special:before, .ds .fw-divider-special-center .special:before {
  background-color: #fff;
  opacity: 0.1;
}
.ds .fw-divider-special .special:after, .ds .fw-divider-special-center .special:after {
  background-color: #fff;
}
.ds .special-heading .above, .ds .special-heading .after {
  color: #fff;
}
.ds .intro_layers_wrapper .intro_layers .fw-divider-special .special:before, .ds .intro_layers_wrapper .intro_layers .fw-divider-special-center .special:before, .ds .intro_layers_wrapper .intro_layers .fw-divider-special-right .special:before {
  background: #fff;
  opacity: 0.1;
}
.ds .intro_layers_wrapper .intro_layers .fw-divider-special .special:after, .ds .intro_layers_wrapper .intro_layers .fw-divider-special-center .special:after, .ds .intro_layers_wrapper .intro_layers .fw-divider-special-right .special:after {
  background: #fff;
}
.ds .icon-box.text-center .icon-styled i {
  background-color: #fff;
  -webkit-text-fill-color: #fff;
  color: #fff;
}
.ds .icon-box.text-center h5 {
  color: #323232;
}
.ds .icon-box.text-center h5 a {
  color: #fff;
}
.ds .icon-box.text-center h5 a:hover {
  color: #49979c;
}
.ds .icon-box.text-center p {
  color: #fff;
  opacity: 0.7;
}
.ds .icon-box.bordered .icon-styled i {
  -webkit-text-fill-color: #fff;
  color: #fff;
}
.ds .icon-box.bordered {
  border-color: rgba(255, 255, 255, 0.1);
}
.ds .btn.btn-outline-secondary {
  color: #fff;
  border-color: #cacaca;
  border-width: 2px;
}
.ds .btn.btn-outline-secondary:hover {
  color: #fff;
  border-color: #49979c;
  background: #49979c;
}
.ds .widget_calendar tbody {
  background: #323232;
}
.ds time, .ds .entry-footer .author:before, .ds .entry-meta .author:before {
  color: #fff;
}
.ds .column-sidebar .widget ul li a, .ds aside .widget ul li a, .ds .entry-footer .author, .ds .entry-meta .author {
  color: #fff;
}
.ds .page-item > span:hover, .ds .page-item > a:hover, .ds .nav-links > span:hover, .ds .nav-links > a:hover, .ds .page-links > span:hover, .ds .page-links > a:hover {
  color: #49979c !important;
}
form.ds {
  padding: 55px 75px;
}
/* dark background section - .ds.ms */
.ds.ms {
  background-color: #2a2f35;
}
.ds.ms p {
  color: #fff;
}
.ds.ms p .copyright_year {
  font-size: 16px;
}
.ds.ms .ds.ms {
  background-color: #373737;
}
/* dark section blue - .ds.bs */
.ds.bs {
  background-color: #303a81;
}
.ds a:not(.btn) {
  color: #9da5a9;
}
.ds a:not(.btn):hover {
  color: #49979c;
}
.ds h1, .ds h2, .ds h3, .ds h4, .ds h5, .ds h6 {
  color: #fff;
}
.ds h1 a, .ds h2 a, .ds h3 a, .ds h4 a, .ds h5 a, .ds h6 a {
  color: #fff;
}
.ds h1 a:hover, .ds h2 a:hover, .ds h3 a:hover, .ds h4 a:hover, .ds h5 a:hover, .ds h6 a:hover {
  opacity: 0.8;
}
.ds .ls {
  background-color: #fff;
  color: #9da5a9;
}
.ds .ls h1, .ds .ls h2, .ds .ls h3, .ds .ls h4, .ds .ls h5, .ds .ls h6 {
  color: #323232;
}
.ds .ls h1 a, .ds .ls h2 a, .ds .ls h3 a, .ds .ls h4 a, .ds .ls h5 a, .ds .ls h6 a {
  color: inherit;
}
.ds .ls h1 a:hover, .ds .ls h2 a:hover, .ds .ls h3 a:hover, .ds .ls h4 a:hover, .ds .ls h5 a:hover, .ds .ls h6 a:hover {
  color: #49979c;
}
.ds .ls a:not(.btn) {
  color: #323232;
}
.ds .ls a:not(.btn):hover {
  color: #49979c;
}
.ds label {
  color: #fff;
}
.ds hr {
  border-color: #34373a;
  background-color: #34373a;
}
.ds blockquote, .ds .blockquote {
  color: #fff;
}
.ds pre {
  color: #fff;
}
.ds .muted-bg, .ds .hero-bg {
  background-color: rgba(255, 255, 255, 0.05);
}
.ds .bordered {
  border-color: #34373a;
}
.ds .color-main {
  color: #49979c;
}
.ds .color-main2 {
  color: #8d66b4;
}
.ds .color-dark, .ds .color-darkgrey {
  color: #fff;
  border-color: #fff;
}
.ds .links-maincolor a {
  color: #49979c;
}
.ds .links-maincolor a:hover {
  color: #fff;
}
.ds .links-maincolor2 a {
  color: #8d66b4;
}
.ds .links-maincolor2 a:hover {
  color: #fff;
}
.ds .links-maincolor3 a {
  color: #ae419a;
}
.ds .links-maincolor3 a:hover {
  color: #fff;
}
.ds .links-grey a {
  color: #fff;
}
.ds .links-grey a:hover {
  color: #fff;
}
.ds .links-darkgrey a {
  color: #fff;
}
.ds .links-darkgrey a:hover {
  color: #49979c;
}
.ds.s-bordertop:before, .ds.s-borderbottom:after, .ds.s-bordertop-container .container:before, .ds.s-borderbottom-container .container:after {
  background-color: #34373a;
}
.ds.s-bordered-columns [class*='col-'] + [class*='col-']:before {
  background-color: #34373a;
}
.ds .btn-darkgrey {
  background-color: #fff;
  color: #323232;
}
.ds .btn-maincolor:hover, .ds .btn-maincolor2:hover, .ds .btn-maincolor3:hover, .ds .btn-darkgrey:hover, .ds .btn-outline-maincolor:hover, .ds .btn-outline-maincolor2:hover, .ds .btn-outline-maincolor3:hover, .ds .btn-outline-darkgrey:hover {
  color: #fff;
}
.ds .btn-outline-maincolor:hover, .ds .btn-maincolor:hover {
  background-color: transparent;
  border-color: #fff;
}
.ds .btn-outline-maincolor2:hover, .ds .btn-maincolor2:hover {
  background-color: #744c9b;
}
.ds .btn-outline-maincolor3:hover, .ds .btn-maincolor3:hover {
  background-color: #893379;
}
.ds .btn-outline-darkgrey {
  color: #fff;
  border-color: #fff;
}
.ds .btn-outline-darkgrey:hover, .ds .btn-darkgrey:hover {
  background-color: #49979c;
  border-color: #49979c;
}
.ds .btn-outline-maincolor, .ds .btn-outline-maincolor2, .ds .btn-outline-maincolor3 {
  color: #fff;
}
.ds .btn-link {
  color: #49979c;
}
.ds .btn-link:before {
  background: #49979c;
}
.ds .btn-link:hover {
  color: #fff;
}
.ds .btn-link:hover:before {
  background: #fff;
}
.ds a.fa, .ds a.fab {
  color: #49979c;
  border-color: #34373a;
}
.ds a.bg-icon {
  background-color: rgba(255, 255, 255, 0.05);
}
.ds .fa.color-icon:hover {
  color: #fff;
}
.ds .color-icon.bg-icon {
  background-color: rgba(255, 255, 255, 0.05);
}
.ds .color-icon.bg-icon:hover {
  color: #fff;
}
.ds .color-bg-icon:hover {
  background-color: #49979c;
}
@media (min-width: 1200px) {
  .ds .sf-menu > li > a.sf-with-ul:after {
    color: #fff;
  }
  .ds .sf-menu > li > a:hover:after, .ds .sf-menu > li.active > a:after {
    color: #49979c;
  }
}
.ds .ls .color-main {
  color: #49979c;
}
.ds .ls input[type="text"], .ds .ls input[type="email"], .ds .ls input[type="url"], .ds .ls input[type="password"], .ds .ls input[type="search"], .ds .ls input[type="tel"], .ds .ls input[type="number"], .ds .ls textarea, .ds .ls select, .ds .ls .form-control {
  border-color: #dedede;
}
.ds .ls .btn-maincolor:hover {
  border-color: #49979c;
  background-color: transparent;
  color: #49979c;
}
.ds.page_copyright {
  background-color: #191d20;
}
@media (max-width: 1199px) {
  form.ds {
    padding: 20px;
  }
}
.ds {
  /* shop */
}
.ds .list-bordered li {
  border-color: #34373a;
}
.ds input[type="text"], .ds input[type="email"], .ds input[type="url"], .ds input[type="password"], .ds input[type="search"], .ds input[type="tel"], .ds input[type="number"], .ds textarea, .ds select, .ds .form-control {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
  color: #323232;
}
.ds .form-group-select:before {
  border-color: #34373a;
}
.ds .form-control:focus {
  border-color: #34373a;
}
.ds .form-control:-moz-placeholder {
  color: #9da5a9;
  opacity: 1;
}
.ds .form-control::-moz-placeholder {
  color: #9da5a9;
  opacity: 1;
}
.ds .form-control:-ms-input-placeholder {
  color: #9da5a9;
}
.ds .form-control::-webkit-input-placeholder {
  color: #9da5a9;
}
.ds .form-control:focus:-moz-placeholder {
  color: transparent;
}
.ds .form-control:focus::-moz-placeholder {
  color: transparent;
}
.ds .form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.ds .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.ds .contact-form.transparent-background .form-control {
  border-color: #34373a;
}
.ds .tab-content {
  border-color: #34373a;
}
.ds .nav-tabs .nav-link {
  border-color: #34373a;
}
.ds .owl-theme .owl-dots .owl-dot span {
  border-color: #fff;
}
.ds .post-adds .share_button > i, .ds .post-adds .like_button > i {
  color: #fff;
}
.ds .side-item {
  border-color: #34373a;
}
.ds .excerpt {
  color: #fff;
}
.ds .ls .excerpt {
  color: #9da5a9;
}
.ds .reply a {
  color: #fff;
}
.ds .widget_search .form-inline .btn, .ds .widget_product_search [type="submit"], .ds .widget_mailchimp .form-inline .btn {
  background-color: transparent;
  color: #49979c;
}
.ds .widget_mailchimp input {
  background-color: #262c30;
}
.ds .widget_mailchimp input:-moz-placeholder {
  color: #9da5a9;
}
.ds .widget_mailchimp input::-moz-placeholder {
  color: #9da5a9;
}
.ds .widget_mailchimp input:-ms-input-placeholder {
  color: #9da5a9;
}
.ds .widget_mailchimp input::-webkit-input-placeholder {
  color: #9da5a9;
}
.ds .widget_shopping_cart .cart_list, .ds .widget_recent_entries li, .ds .widget_recent_comments li, .ds .widget_archive li, .ds .widget_categories li, .ds .widget_meta li, .ds .widget_nav_menu li, .ds .widget_pages li, .ds .widget_popular_entries li {
  border-color: #34373a;
}
.ds .widget_nav_menu ul ul {
  border-color: #34373a;
}
.ds .widget_popular_entries .media-heading {
  color: #fff;
}
.ds .tweet_list li + li .tweet_right {
  border-color: #34373a;
}
.ds .widget_tag_cloud a {
  color: #fff;
  border-color: #49979c;
}
.ds .widget_shopping_cart li a + a {
  color: #fff;
}
.ds .widget_shopping_cart li a + a:hover {
  color: #49979c;
}
.ds .summary .price {
  color: #fff;
  border-color: #34373a;
}
.ds .summary .product_meta {
  border-color: #34373a;
}
.ds .widget_price_filter .price_label {
  color: #fff;
}
.ds #calendar_wrap {
  border-color: #34373a;
}
.ds .widget_calendar table {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #34373a;
}
.ds .widget_calendar tfoot td a {
  border-color: #34373a;
}
.ds .widget_calendar caption, .ds .widget_calendar thead, .ds .widget_calendar th {
  color: #fff;
}
.ds .widget_calendar tbody td a:hover {
  color: #fff;
}
.ds .grid-view h3:before, .ds .grid-view h3:after {
  background-color: #34373a;
}
.ds .owl-carousel.product-thumbnails .owl-nav > div:after {
  color: #fff;
}
.ds .ui-slider {
  background-color: rgba(255, 255, 255, 0.05);
}
.ds .ui-slider .ui-slider-handle {
  background-color: #fff;
}
.ds #sort_view {
  background-color: transparent;
  color: #fff;
}
.ds #toggle_shop_view.grid-view:after, .ds #toggle_shop_view:before {
  background-color: rgba(247, 247, 247, 0.05);
}
.ds .widget_layered_nav .color-filters a:before {
  border-color: #34373a;
}
.ds .table.cart a {
  color: #fff;
}
.ds .pagination > li > a, .ds .pagination > li > span {
  color: #fff;
  background-color: transparent;
  border: 1px solid #34373a;
}
.ds .pagination > li.active > a, .ds .pagination > li.active > span, .ds .pagination > li > a:hover, .ds .pagination > li > span:hover, .ds .pagination > li > a:focus, .ds .pagination > li > span:focus {
  border-color: #49979c;
  background-color: #49979c;
  color: #fff;
}
.ds .thumbnail {
  background-color: transparent;
}
.ds .thumbnail h3 a {
  color: #fff;
}
.ds .thumbnail .caption {
  border-color: transparent;
  background-color: rgba(252, 252, 252, 0.05);
}
.ds .progress {
  background-color: #34373a;
}
.ds .vertical-tabs .nav > li > a {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.ds .vertical-tabs .nav > li.active > a, .ds .vertical-tabs .nav > li > a:hover {
  background-color: #49979c;
}
.ds .vertical-tabs .nav > li > a:hover:after {
  color: #fff;
}
.ds .entry-meta .comments-link a {
  color: #fff;
}
.ds #timetable tbody th, .ds #timetable tbody td {
  border-color: #34373a;
}
.ds #isotope_filters a, .ds .filters a {
  color: #fff;
}
.ds div .fw-shortcode-calendar-wrapper .page-header h3, .ds div .btn-group button[data-calendar-nav], .ds div .btn-group button[data-calendar-nav*='today'] {
  color: #fff;
}
/*
 ** Color Background Section - .cs
 */
.cs.cs2 {
  background-color: #8d66b4;
}
.cs.cs2 .color-main {
  color: #49979c;
}
.cs.cs3 {
  background-color: #ae419a;
}
.cs.cs3 .color-main {
  color: #49979c;
}
/* color section grey - .cs.gs */
.cs.gs {
  background-color: #aaa6a7;
}
.cs.cs-success {
  background-color: #f8e540;
}
.cs.cs-info {
  background-color: #007ebd;
}
.cs.cs-warning {
  background-color: #eeb269;
}
.cs.cs-danger {
  background-color: #dc5753;
}
.cs {
  background-color: #49979c;
  color: #fff;
}
.cs h1, .cs h2, .cs h3, .cs h4, .cs h5, .cs h6 {
  color: #fff;
}
.cs h1 a, .cs h2 a, .cs h3 a, .cs h4 a, .cs h5 a, .cs h6 a {
  color: #fff;
}
.cs h1 a:hover, .cs h2 a:hover, .cs h3 a:hover, .cs h4 a:hover, .cs h5 a:hover, .cs h6 a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.cs a:not(.btn) {
  color: #fff;
}
.cs a:not(.btn):hover {
  opacity: 0.8;
}
.cs blockquote, .cs .blockquote {
  border-color: #62b1b6;
}
.cs hr {
  border-color: rgba(255, 255, 255, 0.15);
}
.cs pre {
  color: #fff;
}
.cs .hero-bg {
  background-color: rgba(255, 255, 255, 0.1);
}
.cs .bordered {
  border-color: rgba(255, 255, 255, 0.15);
}
.cs.s-bordertop:before, .cs.s-borderbottom:after, .cs.s-bordertop-container .container:before, .cs.s-borderbottom-container .container:after {
  background-color: rgba(255, 255, 255, 0.15);
}
.cs.s-bordered-columns [class*='col-'] + [class*='col-']:before {
  background-color: rgba(255, 255, 255, 0.15);
}
.cs .links-darkgrey a, .cs .links-grey a {
  color: #fff;
  opacity: 0.9;
}
.cs .links-darkgrey a:hover, .cs .links-grey a:hover {
  opacity: 1;
  color: #fff;
}
.cs .color-dark {
  border-color: #fff;
  color: #323232;
}
.cs .color-darkgrey {
  border-color: #323232;
  color: #323232;
}
.cs .response, .cs .color-main {
  color: #fff;
}
.cs input[type="text"], .cs input[type="email"], .cs input[type="url"], .cs input[type="password"], .cs input[type="tel"], .cs input[type="number"], .cs textarea, .cs select, .cs .form-control {
  color: #323232;
  background-color: transparent;
  border-color: #dedede;
}
.cs input[type="search"] {
  background-color: #fff;
  border-color: #fff;
  padding: 5px 10px;
}
.cs .contact-form textarea {
  min-height: 119px;
}
.cs .form-control:focus {
  border-color: transparent transparent #fff;
}
.cs .form-control:-moz-placeholder {
  color: #323232;
  opacity: 1;
}
.cs .form-control::-moz-placeholder {
  color: #323232;
  opacity: 1;
}
.cs .form-control:-ms-input-placeholder {
  color: #323232;
}
.cs .form-control::-webkit-input-placeholder {
  color: #323232;
}
.cs .form-control:focus:-moz-placeholder {
  color: transparent;
}
.cs .form-control:focus::-moz-placeholder {
  color: transparent;
}
.cs .form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.cs .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.cs [class*='col-'] > .form-group + .form-group {
  margin-top: 13px;
}
.cs .btn-maincolor {
  background-color: #fff;
  color: #323232;
}
.cs .btn-outline-maincolor {
  border-color: #fff;
  color: #fff;
}
.cs .btn-maincolor:hover, .cs .btn-maincolor2:hover, .cs .btn-maincolor3:hover, .cs .btn-darkgrey:hover, .cs .btn-outline-maincolor:hover, .cs .btn-outline-maincolor2:hover, .cs .btn-outline-maincolor3:hover, .cs .btn-outline-darkgrey:hover {
  color: #fff;
}
.cs .btn-outline-warning {
  border-color: #fff;
  color: #323232;
}
.cs .btn-outline-warning:hover {
  background-color: #323232;
  color: #fff;
  border-color: #323232;
}
.cs .btn.btn-outline-danger {
  color: #323232;
  border-color: #323232;
}
.cs .btn.btn-outline-danger:hover {
  border-color: #dc3545;
  color: #fff;
}
.cs .btn-outline-maincolor:hover, .cs .btn-maincolor:hover {
  border-color: #fff;
  background-color: #fff;
  color: #49979c;
}
.cs .btn-maincolor:hover {
  border-color: #fff !important;
  background-color: transparent;
  color: #fff;
}
.cs .btn-outline-maincolor2:hover, .cs .btn-maincolor2:hover {
  background-color: #744c9b;
}
.cs .btn-outline-maincolor3:hover, .cs .btn-maincolor3:hover {
  background-color: #893379;
}
.cs .btn-outline-darkgrey, .cs .btn-darkgrey {
  border-color: #fff;
}
.cs .btn-outline-darkgrey:hover, .cs .btn-darkgrey:hover {
  background-color: #fff;
  border-color: #fff;
  color: #323232;
}
.cs a.fa {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.15);
}
.cs a.bg-icon {
  background-color: rgba(255, 255, 255, 0.17);
}
.cs .color-icon.bg-icon {
  background-color: rgba(255, 255, 255, 0.9);
}
.cs a.fa.color-bg-icon:hover {
  background-color: #323232;
}
.cs .title_block span {
  color: #323232;
}
.cs .title_block:after {
  background-color: #fff;
}
.cs .title_block:before {
  background-color: #fff;
  opacity: 0.4;
}
.cs .give-form-wrap .give-goal-progress .income {
  color: #fff;
}
.cs .give-form-wrap .give-goal-progress .give-progress-bar span {
  background: #fff !important;
}
.cs .give-form-wrap .give-goal-progress .give-progress-bar {
  background: rgba(19, 30, 37, 0.2);
}
.cs .give-form-wrap input:-moz-placeholder {
  color: #9da5a9;
  opacity: 1;
}
.cs .give-form-wrap input::-moz-placeholder {
  color: #9da5a9;
  opacity: 1;
}
.cs .give-form-wrap input:-ms-input-placeholder {
  color: #9da5a9;
  opacity: 1;
}
.cs .give-form-wrap input::-webkit-input-placeholder {
  color: #9da5a9;
  opacity: 1;
}
.cs.teaser {
  color: #323232;
}
.cs.teaser h1, .cs.teaser h2, .cs.teaser h3, .cs.teaser h4, .cs.teaser h5, .cs.teaser h6, .cs.teaser p {
  color: #323232;
}
.cs.s-overlay [class*='col-'] > .form-group + .form-group {
  margin-top: 0;
}
.cs .btn-action {
  background-color: #fff;
}
.cs .btn-action i {
  color: #323232;
}
.cs .btn-action:hover i {
  opacity: 0.7;
}
/*
 ** Helper Utilities
 */
/* layout */
.clear, .clearfix {
  clear: both;
}
.round {
  border-radius: 50%;
}
.text-normal {
  text-transform: none;
}
/* paddings for .*-bg, .bg-* and .bordered */
.p-big {
  padding: 40px 45px;
}
@media (min-width: 1200px) {
  .p-big {
    padding: 55px 60px;
  }
}
.p-normal {
  padding: 40px 45px;
}
.p-small {
  padding: 30px 35px;
}
.cover-before, .cover-after {
  overflow: hidden;
}
.cover-before, .cover-after, .cover-before > *, .cover-after > * {
  position: relative;
  z-index: 2;
}
.cover-before:before, .cover-after:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #323232;
  opacity: 0.7;
}
.top-corner {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
/* text helpers */
.fs-8 {
  font-size: 8px;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-24 {
  font-size: 24px;
}
.fs-28 {
  font-size: 28px;
}
.fs-32 {
  font-size: 32px;
}
.fs-35 {
  font-size: 35px;
}
.fs-36 {
  font-size: 36px;
}
.fs-40 {
  font-size: 40px;
}
.fs-51 {
  font-size: 51px;
}
.fs-56 {
  font-size: 56px;
}
.fs-60 {
  font-size: 60px;
}
.fw-100 {
  font-weight: 100;
}
.fw-300, .thin {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-700, .bolder {
  font-weight: 700;
}
.fw-900, .bold {
  font-weight: 900;
}
.dropcap {
  font-size: 108px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.9;
  margin: 0 15px 0 0;
  float: left;
}
@media (max-width: 1600px) {
  .dropcap {
    font-size: 92px;
    margin-right: 15px;
  }
}
.overflow-hidden {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.overflow-visible {
  overflow: visible;
  position: relative;
  z-index: 2;
}
.z-index-2 {
  z-index: 2;
}
/*display helpers*/
[class*='visible-above-'], [class*='visible-below-'] {
  display: none !important;
}
@media (min-width: 576px) {
  .visible-above-sm {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .visible-below-sm {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .visible-above-md {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-below-md {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .visible-above-lg {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .visible-below-lg {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-above-xl {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .visible-below-xl {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .hidden-below-sm {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-above-sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-below-md {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-above-md {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-below-lg {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-above-lg {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-below-xl {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-above-xl {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
}
/* borders, colors and backgrounds */
.light-bg {
  background-color: #fff;
}
.hero-bg {
  background-color: #f7f6fb;
}
.muted-bg {
  background-color: rgba(50, 50, 50, 0.06);
}
.bordered {
  border: 4px solid #dedede;
}
.box-shadow {
  border-color: transparent;
  box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.05);
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.response, .color-main, h1.color-main, h2.color-main, h3.color-main, h4.color-main, h5.color-main, h6.color-main {
  color: #49979c;
  border-color: #49979c;
}
.color-main2 {
  color: #8d66b4;
  border-color: #8d66b4;
}
.color-main3 {
  color: #ae419a;
  border-color: #ae419a;
}
.color-main4 {
  color: #7238a0;
  border-color: #7238a0;
}
.color-main5 {
  color: #303a81;
  border-color: #303a81;
}
.color-dark {
  color: #323232;
  border-color: #323232;
}
.color-darkgrey {
  color: #323232;
  border-color: #323232;
}
.color-success {
  color: #f8e540;
}
.color-info {
  color: #007ebd;
}
.color-warning {
  color: #eeb269;
}
.required, .color-danger {
  color: #dc5753;
}
.links-maincolor a {
  color: #49979c;
}
.links-maincolor2 a {
  color: #8d66b4;
}
.links-maincolor3 a {
  color: #ae419a;
}
.links-grey a {
  color: #9da5a9;
}
.links-grey a:hover {
  color: #49979c;
}
.links-darkgrey a {
  color: #323232;
}
.links-darkgrey a:hover {
  color: #49979c;
}
.bg-maincolor {
  background-color: #49979c;
}
.bg-maincolor2 {
  background-color: #8d66b4;
}
.bg-maincolor3 {
  background-color: #ae419a;
}
.bg-dark {
  background-color: #323232;
}
.bg-darkblue {
  color: #fff;
  background-color: #303a81;
}
.bg-darkgrey {
  color: #fff;
  background-color: #323232;
}
.bg-success {
  background-color: #49979c !important;
}
.bg-info {
  background-color: #8d66b4 !important;
}
.bg-warning {
  background-color: #ae419a !important;
}
.bg-danger {
  background-color: #7238a0 !important;
}
[class*='bg-'] {
  color: #fff;
}
[class*='bg-'] a, [class*='bg-'] h1, [class*='bg-'] h2, [class*='bg-'] h3, [class*='bg-'] h4, [class*='bg-'] h5, [class*='bg-'] h6 {
  color: #fff;
}
/*padding for inline elements with theme backgrounds*/
span[class*='bg-'], span.bordered, span.light-bg, span.hero-bg, span.muted-bg {
  padding-left: 0.37em;
  padding-right: 0.37em;
}
@media (max-width: 575px) {
  .box-shadow.p-60 {
    padding: 20px;
  }
}
/*Dividers, margins and padding helpers*/
/* margins */
/*top&bottom equal margins - dividers*/
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-17 {
  margin-top: 17px;
  margin-bottom: 17px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.my-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.my-38 {
  margin-top: 38px;
  margin-bottom: 38px;
}
.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.my-41 {
  margin-top: 41px;
  margin-bottom: 41px;
}
.my-44 {
  margin-top: 44px;
  margin-bottom: 44px;
}
.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.my-46 {
  margin-top: 46px;
  margin-bottom: 46px;
}
.my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.my-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}
.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.my-66 {
  margin-top: 66px;
  margin-bottom: 66px;
}
.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}
.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.my-105 {
  margin-top: 105px;
  margin-bottom: 105px;
}
.my-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}
.my-135 {
  margin-top: 135px;
  margin-bottom: 135px;
}
.my-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
/*left&right equal margins*/
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.mx-17 {
  margin-left: 17px;
  margin-right: 17px;
}
.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}
.mx-28 {
  margin-left: 28px;
  margin-right: 28px;
}
.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.mx-35 {
  margin-left: 35px;
  margin-right: 35px;
}
.mx-38 {
  margin-left: 38px;
  margin-right: 38px;
}
.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.mx-41 {
  margin-left: 41px;
  margin-right: 41px;
}
.mx-44 {
  margin-left: 44px;
  margin-right: 44px;
}
.mx-45 {
  margin-left: 45px;
  margin-right: 45px;
}
.mx-46 {
  margin-left: 46px;
  margin-right: 46px;
}
.mx-48 {
  margin-left: 48px;
  margin-right: 48px;
}
.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.mx-55 {
  margin-left: 55px;
  margin-right: 55px;
}
.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}
.mx-66 {
  margin-left: 66px;
  margin-right: 66px;
}
.mx-70 {
  margin-left: 70px;
  margin-right: 70px;
}
.mx-75 {
  margin-left: 75px;
  margin-right: 75px;
}
.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}
.mx-90 {
  margin-left: 90px;
  margin-right: 90px;
}
.mx-105 {
  margin-left: 105px;
  margin-right: 105px;
}
.mx-130 {
  margin-left: 130px;
  margin-right: 130px;
}
.mx-135 {
  margin-left: 135px;
  margin-right: 135px;
}
.mx-150 {
  margin-left: 150px;
  margin-right: 150px;
}
/*top margins*/
.mt-0 {
  margin-top: 0px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-17 {
  margin-top: 17px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-28 {
  margin-top: 28px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-38 {
  margin-top: 38px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-41 {
  margin-top: 41px;
}
.mt-44 {
  margin-top: 44px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-46 {
  margin-top: 46px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-66 {
  margin-top: 66px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-105 {
  margin-top: 105px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-135 {
  margin-top: 135px;
}
.mt-150 {
  margin-top: 150px;
}
/*bottom margins*/
.mb-0 {
  margin-bottom: 0px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-17 {
  margin-bottom: 17px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-28 {
  margin-bottom: 28px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-38 {
  margin-bottom: 38px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-41 {
  margin-bottom: 41px;
}
.mb-44 {
  margin-bottom: 44px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-46 {
  margin-bottom: 46px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-66 {
  margin-bottom: 66px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-105 {
  margin-bottom: 105px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-135 {
  margin-bottom: 135px;
}
.mb-150 {
  margin-bottom: 150px;
}
/*top right bottom left margins*/
.m-0 {
  margin: 0px;
}
.m-5 {
  margin: 5px;
}
.m-10 {
  margin: 10px;
}
.m-15 {
  margin: 15px;
}
.m-17 {
  margin: 17px;
}
.m-20 {
  margin: 20px;
}
.m-25 {
  margin: 25px;
}
.m-28 {
  margin: 28px;
}
.m-30 {
  margin: 30px;
}
.m-35 {
  margin: 35px;
}
.m-38 {
  margin: 38px;
}
.m-40 {
  margin: 40px;
}
.m-41 {
  margin: 41px;
}
.m-44 {
  margin: 44px;
}
.m-45 {
  margin: 45px;
}
.m-46 {
  margin: 46px;
}
.m-48 {
  margin: 48px;
}
.m-50 {
  margin: 50px;
}
.m-55 {
  margin: 55px;
}
.m-60 {
  margin: 60px;
}
.m-66 {
  margin: 66px;
}
.m-70 {
  margin: 70px;
}
.m-75 {
  margin: 75px;
}
.m-80 {
  margin: 80px;
}
.m-90 {
  margin: 90px;
}
.m-105 {
  margin: 105px;
}
.m-130 {
  margin: 130px;
}
.m-135 {
  margin: 135px;
}
.m-150 {
  margin: 150px;
}
/* paddings */
/*top&bottom equal paddings - dividers*/
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-17 {
  padding-top: 17px;
  padding-bottom: 17px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.py-38 {
  padding-top: 38px;
  padding-bottom: 38px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-41 {
  padding-top: 41px;
  padding-bottom: 41px;
}
.py-44 {
  padding-top: 44px;
  padding-bottom: 44px;
}
.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.py-46 {
  padding-top: 46px;
  padding-bottom: 46px;
}
.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-66 {
  padding-top: 66px;
  padding-bottom: 66px;
}
.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.py-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}
.py-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.py-135 {
  padding-top: 135px;
  padding-bottom: 135px;
}
.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
/*left&right equal paddings*/
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.px-17 {
  padding-left: 17px;
  padding-right: 17px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.px-28 {
  padding-left: 28px;
  padding-right: 28px;
}
.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}
.px-38 {
  padding-left: 38px;
  padding-right: 38px;
}
.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.px-41 {
  padding-left: 41px;
  padding-right: 41px;
}
.px-44 {
  padding-left: 44px;
  padding-right: 44px;
}
.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}
.px-46 {
  padding-left: 46px;
  padding-right: 46px;
}
.px-48 {
  padding-left: 48px;
  padding-right: 48px;
}
.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.px-55 {
  padding-left: 55px;
  padding-right: 55px;
}
.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.px-66 {
  padding-left: 66px;
  padding-right: 66px;
}
.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}
.px-75 {
  padding-left: 75px;
  padding-right: 75px;
}
.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}
.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}
.px-105 {
  padding-left: 105px;
  padding-right: 105px;
}
.px-130 {
  padding-left: 130px;
  padding-right: 130px;
}
.px-135 {
  padding-left: 135px;
  padding-right: 135px;
}
.px-150 {
  padding-left: 150px;
  padding-right: 150px;
}
/*top paddings*/
.pt-0 {
  padding-top: 0px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-17 {
  padding-top: 17px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-28 {
  padding-top: 28px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-38 {
  padding-top: 38px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-41 {
  padding-top: 41px;
}
.pt-44 {
  padding-top: 44px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-46 {
  padding-top: 46px;
}
.pt-48 {
  padding-top: 48px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-55 {
  padding-top: 55px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-66 {
  padding-top: 66px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-75 {
  padding-top: 75px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-105 {
  padding-top: 105px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-135 {
  padding-top: 135px;
}
.pt-150 {
  padding-top: 150px;
}
/*bottom paddings*/
.pb-0 {
  padding-bottom: 0px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-17 {
  padding-bottom: 17px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-28 {
  padding-bottom: 28px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-38 {
  padding-bottom: 38px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-41 {
  padding-bottom: 41px;
}
.pb-44 {
  padding-bottom: 44px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-46 {
  padding-bottom: 46px;
}
.pb-48 {
  padding-bottom: 48px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-66 {
  padding-bottom: 66px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-105 {
  padding-bottom: 105px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-135 {
  padding-bottom: 135px;
}
.pb-150 {
  padding-bottom: 150px;
}
/*top right bottom left paddings*/
.p-0 {
  padding: 0px;
}
.p-5 {
  padding: 5px;
}
.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}
.p-17 {
  padding: 17px;
}
.p-20 {
  padding: 20px;
}
.p-25 {
  padding: 25px;
}
.p-28 {
  padding: 28px;
}
.p-30 {
  padding: 30px;
}
.p-35 {
  padding: 35px;
}
.p-38 {
  padding: 38px;
}
.p-40 {
  padding: 40px;
}
.p-41 {
  padding: 41px;
}
.p-44 {
  padding: 44px;
}
.p-45 {
  padding: 45px;
}
.p-46 {
  padding: 46px;
}
.p-48 {
  padding: 48px;
}
.p-50 {
  padding: 50px;
}
.p-55 {
  padding: 55px;
}
.p-60 {
  padding: 60px;
}
.p-66 {
  padding: 66px;
}
.p-70 {
  padding: 70px;
}
.p-75 {
  padding: 75px;
}
.p-80 {
  padding: 80px;
}
.p-90 {
  padding: 90px;
}
.p-105 {
  padding: 105px;
}
.p-130 {
  padding: 130px;
}
.p-135 {
  padding: 135px;
}
.p-150 {
  padding: 150px;
}
/*
 ** Shortcodes
 */
/*
 ** Icon Box
 */
.icon-styled {
  text-align: center;
  display: inline-block;
}
.icon-styled[class*='bg-'], .icon-styled[class*='btn-'], .icon-styled.bordered, .icon-styled.icon-bordered.bordered {
  width: 3em;
  height: 3em;
  line-height: 1;
  box-sizing: content-box;
}
.text-center .icon-styled[class*='bg-'], .text-center .icon-styled[class*='btn-'], .text-center .icon-styled.bordered, .text-center .icon-styled.icon-bordered.bordered {
  margin-left: auto;
  margin-right: auto;
}
.icon-styled[class*='bg-'] i, .icon-styled[class*='btn-'] i, .icon-styled.bordered i, .icon-styled.icon-bordered.bordered i {
  line-height: 3em;
}
.icon-styled[class*='bg-'] + p, .icon-styled[class*='btn-'] + p, .icon-styled.bordered + p, .icon-styled.icon-bordered.bordered + p {
  margin-top: 12px;
}
.icon-styled.icon-bordered:not([class*="color-"]) {
  border-color: #dedede;
}
.icon-styled[class*='bg-'] {
  border-color: transparent;
}
.icon-styled.icon-top {
  align-self: flex-start;
  line-height: inherit;
}
.media > .icon-styled:first-child {
  flex-shrink: 0;
}
.media > .icon-styled:last-child {
  flex-shrink: 0;
}
.icon-inline > .icon-styled:first-child {
  flex-shrink: 0;
  margin-right: 8px;
}
.icon-inline > .icon-styled:last-child {
  flex-shrink: 0;
  margin-left: 20px;
}
.icon-box.media.text-left {
  text-align: left !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.icon-box.media.text-left .icon-styled {
  display: inline-block !important;
  line-height: 1;
}
.icon-box.media.text-left .icon-styled + .media-body {
  margin-left: 20px;
  display: inline-block;
}
.icon-box.media.text-left .icon-styled + .media-body h6 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 19px;
}
.icon-box.media.text-left.small .icon-styled + .media-body {
  margin-left: 18px;
}
.icon-box.media.text-left.small .icon-styled + .media-body h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 7px;
}
.icon-box.media.text-left.small .media-body h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 7px;
}
.media.style2 .icon-styled + .media-body {
  margin-left: 40px;
}
.media.style2 .icon-styled + .media-body h6 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 19px;
}
.icon-styled.icon-bordered {
  height: 2em;
  width: 2em;
  line-height: 2em;
}
.icon-inline {
  font-family: 'Nunito', sans-serif !important;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
}
.text-center .icon-inline {
  justify-content: center;
}
.icon-inline > * {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 4px;
}
.icon-box {
  display: inline-block;
  font-family: 'Nunito', sans-serif !important;
}
.icon-box.ls, .icon-box.ds, .icon-box.cs, .icon-box.bordered, .icon-box.hero-bg, .icon-box.muted-bg, .icon-box.box-shadow {
  padding: 50px 20px 42px;
}
.c-bordered .icon-box {
  padding: 70px 30px 30px;
}
.c-bordered .icon-box p:last-child {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .icon-box.featured-box {
    position: relative;
    z-index: 2;
    margin: -6px -10px;
    height: calc(100% + 12px);
    padding-top: 76px;
    padding-bottom: 36px;
  }
}
.icon-box .icon-styled[class*='bg-'], .icon-box .icon-styled.icon-bordered {
  margin-bottom: 14px;
}
.icon-box .icon-styled + h2, .icon-box .icon-styled + h3, .icon-box .icon-styled + h4 {
  margin-top: 1.6em;
}
.icon-box .icon-styled + p.small-text {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.2em;
  margin: 0.74em 0;
}
.icon-box .icon-styled h6 {
  margin-top: 0.8em;
  margin-bottom: 0.65em;
}
.icon-box .icon-styled i {
  display: inline-block;
  vertical-align: bottom;
}
.icon-box .icon-styled h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  margin: 0 0 10px 0;
  padding: 0;
}
.icon-box .icon-styled .contentafter_wrap {
  display: inline-block;
  vertical-align: bottom;
}
.icon-box .icon-styled .contentafter_wrap h4 {
  margin-bottom: 15px;
}
.icon-box .icon-styled .contentafter_wrap p {
  font-size: 16px;
  color: #323232;
  font-family: 'Nunito', sans-serif;
}
.icon-box h2, .icon-box h3, .icon-box h4 {
  margin-bottom: 1.6em;
  line-height: 1;
}
.icon-box h6 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0.45em;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 700;
}
.icon-box h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
}
.icon-box.bordered, .icon-box.bordered.text-center {
  padding: 50px 40px 42px;
}
.icon-box.bordered .icon-styled i, .icon-box.bordered.text-center .icon-styled i {
  margin-bottom: 23px;
}
.icon-box.bordered h5, .icon-box.bordered.text-center h5 {
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 15px;
}
.icon-box.bordered {
  width: 100%;
}
.text-left .contentafter_wrap {
  text-align: left;
}
.text-left .contentafter_wrap p {
  text-align: left;
}
.icon-box .icon-styled i {
  display: inline-block;
  vertical-align: bottom;
}
.icon-box.text-center .icon-styled i {
  background: linear-gradient(45deg, #8d66b4 10%, #8d66b4 30%, #49979c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #49979c;
  margin-bottom: 5px;
}
.text-left .icon-box.text-center .icon-styled i {
  color: #49979c;
  font-size: 40px;
  background: linear-gradient(45deg, #8d66b4 10%, #8d66b4 30%, #49979c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #49979c;
}
.icon-box.text-center {
  width: 100%;
  box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 45px 40px 40px;
}
.icon-box.text-center .icon-styled.color-main i {
  background: transparent;
  -webkit-text-fill-color: #49979c;
  color: #49979c;
}
.icon-box.text-center h5 {
  margin-bottom: 0;
}
.icon-box.bordered {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.icon-box.text-center .icon-styled.icon-bordered.bordered {
  margin-bottom: 10px;
}
.icon-box.text-center .icon-styled.icon-bordered.bordered i {
  line-height: 2.6em;
}
.icon-box .icon-styled.rounded i {
  font-size: 25px;
  color: #fff;
  background-image: none;
  background: transparent;
  -webkit-text-fill-color: #fff;
}
.icon-box .icon-styled.round i {
  font-size: 16px;
  color: #fff;
  background-image: none;
  background: transparent;
  -webkit-text-fill-color: #fff;
}
.icon-box.text-center .icon-styled + p {
  margin-bottom: 0;
}
.cs.icon-box .icon-styled {
  margin-bottom: 22px;
}
.cs.icon-box .icon-styled i {
  color: #323232;
  font-size: 30px;
  margin-right: 5px;
}
.cs.icon-box .icon-styled + div.media-body {
  color: #323232;
  font-size: 20px;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}
.cs.icon-box .icon-styled + div.media-body p {
  margin-bottom: 10px;
}
.cs.icon-box .icon-styled + div.media-body a {
  color: #323232;
}
.cs.icon-box .icon-styled + div.media-body a:hover {
  color: #fff;
}
.icon-box.home-style .icon-styled i {
  font-size: 60px;
}
.icon-box.home-style h5 {
  font-size: 30px;
  margin-top: 10px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.icon-box.home-style h5 a:hover {
  color: #49979c;
}
.icon-box.media {
  display: block;
  text-align: center !important;
  font-family: 'Nunito', sans-serif !important;
}
.media .heading-accent, .icon-box .heading-accent {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: inherit;
  font-size: 30px;
  margin-bottom: 0.6em;
  line-height: 1;
}
@media (min-width: 1200px) {
  .media .heading-accent, .icon-box .heading-accent {
    font-size: 38px;
  }
}
.media .icon-styled + .heading-accent, .icon-box .icon-styled + .heading-accent {
  margin-top: 0.6em;
}
.media .special-heading, .icon-box .special-heading {
  margin: 0;
  font-family: 'Nunito', sans-serif;
}
.media.ls, .media.ds, .media.cs, .media.bordered, .media.hero-bg, .media.muted-bg, .media.box-shadow {
  padding: 35px 40px;
}
.media.ls [class*='bg-'], .media.ds [class*='bg-'], .media.cs [class*='bg-'], .media.bordered [class*='bg-'], .media.hero-bg [class*='bg-'], .media.muted-bg [class*='bg-'], .media.box-shadow [class*='bg-'], .media.ls .icon-bordered, .media.ds .icon-bordered, .media.cs .icon-bordered, .media.bordered .icon-bordered, .media.hero-bg .icon-bordered, .media.muted-bg .icon-bordered, .media.box-shadow .icon-bordered {
  margin-right: 10px;
}
.media.ls [class*='bg-']:last-child, .media.ds [class*='bg-']:last-child, .media.cs [class*='bg-']:last-child, .media.bordered [class*='bg-']:last-child, .media.hero-bg [class*='bg-']:last-child, .media.muted-bg [class*='bg-']:last-child, .media.box-shadow [class*='bg-']:last-child, .media.ls .icon-bordered:last-child, .media.ds .icon-bordered:last-child, .media.cs .icon-bordered:last-child, .media.bordered .icon-bordered:last-child, .media.hero-bg .icon-bordered:last-child, .media.muted-bg .icon-bordered:last-child, .media.box-shadow .icon-bordered:last-child {
  margin-right: 0;
  margin-left: 30px;
}
.media .media-body > p:first-child {
  margin-top: -0.2em;
}
.icon-styled + .media-body h6 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
}
.media.box-shadow .icon-styled + .media-body h6 {
  margin-bottom: 7px;
}
.media.box-shadow .icon-styled + .media-body h6 + p.small {
  line-height: 1.5;
  font-size: 14px;
}
.side-icon-box {
  margin: 15px 0 32px;
}
.side-icon-box h4 {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .side-icon-box .icon-styled + .media-body {
    margin-left: 50px;
  }
  .side-icon-box {
    margin-bottom: 50px;
  }
}
@media (max-width: 1600px) {
  .col-lg-3 .icon-box.bordered {
    padding: 50px 30px 42px;
  }
}
@media (max-width: 1440px) {
  .col-lg-3 .icon-box.bordered {
    padding: 50px 0 42px;
  }
}
@media (max-width: 1199px) {
  .col-md-4 .icon-box.bordered {
    padding: 50px 10px 42px;
  }
  .icon-box h5 {
    font-size: 24px;
  }
  .icon-box.text-center h5 {
    margin-bottom: 15px;
  }
  .media.box-shadow {
    padding: 30px 20px;
  }
  .col-lg-3 .icon-box.bordered {
    padding: 50px 10px 42px;
  }
  .col-lg-4 .icon-box.bordered {
    padding: 50px 20px 42px;
  }
  .icon-box.media.text-left .icon-styled + .media-body {
    margin-left: 10px;
  }
  .icon-box.media.text-left .icon-styled + .media-body h6 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .icon-box h5 {
    font-size: 22px;
  }
  .col-lg-3 .icon-box.bordered {
    padding: 50px 15px 42px;
  }
}
.vertical-center {
  display: flex;
  align-items: center;
}
.cs .media-body h4 + p {
  color: #323232;
}
.media-body h4 + p {
  margin-top: 12px;
}
.ds .icon-box.text-center.bordered h5 + p {
  opacity: 0.5;
}
.icon-box .icon-styled + h5 + p {
  font-family: 'Nunito', sans-serif;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .text-left .contentafter_wrap p {
    text-align: center;
  }
  .icon-box .icon-styled h4 {
    margin: 0;
    padding: 0;
  }
  .icon-box.ls, .icon-box.ds, .icon-box.cs, .icon-box.bordered, .icon-box.hero-bg, .icon-box.muted-bg, .icon-box.box-shadow {
    padding: 13px;
  }
}
@media (max-width: 991px) {
  .icon-box.ls, .icon-box.ds, .icon-box.cs, .icon-box.bordered, .icon-box.hero-bg, .icon-box.muted-bg, .icon-box.box-shadow {
    padding: 35px 10px;
  }
  .text-left .contentafter_wrap p {
    text-align: left;
  }
  .icon-box.box-shadow {
    width: 100%;
  }
  .text-left .icon-box.text-center {
    width: auto;
  }
  .icon-box.home-style h5 {
    min-height: auto;
  }
  .col-lg-3 .icon-box.bordered {
    padding: 50px 10px 42px;
  }
  .media.box-shadow {
    padding: 20px;
  }
  .col-lg-4 .icon-box.bordered {
    padding: 50px 0 42px;
  }
}
@media (max-width: 575px) {
  .icon-box .icon-styled.mb-40 {
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .icon-box .icon-styled .contentafter_wrap h4 {
    text-align: center;
  }
  .icon-box + .icon-box {
    margin-left: 20px;
  }
  .icon-box.text-center {
    padding: 35px 0 10px;
  }
}
/*
 ** Special Heading
 */
h1.special-heading {
  word-wrap: break-word;
  font-size: 63px;
  letter-spacing: 3px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 80%;
  margin-left: 0;
  margin-right: 0;
}
h1.special-heading.text-lowercase {
  font-size: 62px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.1;
}
h1.special-heading.big, h1.special-heading.text-uppercase {
  font-size: 64px;
  font-weight: 900;
  line-height: 0.8;
}
h1.special-heading.big {
  margin-top: 0.65em;
  margin-bottom: 0.65em;
}
@media (max-width: 1600px) {
  h1.special-heading.big, h1.special-heading.text-lowercase, h1.special-heading.text-uppercase {
    font-size: 42px;
    line-height: 1;
  }
}
h1.special-heading + h3 {
  margin-top: -0.5px;
}
h1.special-heading + p {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0;
}
@media (min-width: 1200px) {
  h1.special-heading + p.extra-letter-spacing {
    letter-spacing: 2em;
  }
}
h1.special-heading.text-center + p {
  text-align: center;
}
h3.small h1.special-heading {
  line-height: 1;
  font-size: 38px;
}
h1.special-heading > img {
  max-width: 60px;
}
[class*='mb-'].special-heading {
  margin-bottom: 40px;
}
.special-heading {
  color: #323232;
  margin: 0;
  line-height: 1;
}
.special-heading .above {
  font-family: 'Nunito', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 14px;
  margin-top: 5px;
  display: inline-block;
  color: #323232;
}
.special-heading .after {
  font-family: 'Nunito', sans-serif;
  font-size: 30px;
  font-weight: 200;
  color: #9da5a9;
  position: relative;
  top: -8px;
}
.special-heading.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
h4.special-heading {
  text-transform: capitalize;
}
h1.special-heading.text-center {
  margin-left: auto;
  margin-right: auto;
}
h3.small {
  font-size: 20px;
  margin-bottom: 36px;
}
@media (max-width: 1440px) {
  h1.special-heading {
    max-width: 85%;
  }
}
@media (max-width: 1199px) {
  h1.special-heading {
    max-width: 100%;
  }
  h2.special-heading {
    font-size: 50px;
  }
  .special-heading .after {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .special-heading {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .special-heading .after {
    top: 0;
  }
}
@media (max-width: 575px) {
  .special-heading.text-left {
    text-align: left !important;
  }
  h2.special-heading {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  h1.special-heading {
    font-size: 43px;
  }
}
/*
 ** Number Card
 */
.number-card {
  display: flex;
  overflow: hidden;
  position: relative;
  margin: 30px 0;
}
.number-card .card-number span {
  position: relative;
  display: block;
  margin-left: -0.32em;
  margin-top: -0.14em;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.03em;
}
.number-card .card-number span:after {
  font-size: 0.62em;
  content: '•';
  position: absolute;
  right: -0.4em;
  bottom: -0.09em;
}
@media (min-width: 992px) {
  .number-card .card-number span {
    font-size: 100px;
  }
}
@media (min-width: 1200px) {
  .number-card .card-number span {
    font-size: 238px;
  }
}
.number-card .card-content {
  padding: 36px 36px 46px;
}
@media (min-width: 992px) {
  .number-card .card-content {
    padding: 56px 60px 66px 100px;
  }
}
.number-card .card-content h4 {
  margin: 0;
  line-height: 1;
}
.number-card .card-content h3 {
  line-height: 1;
  margin: 6px 0 25px;
  font-weight: 900;
}
@media (min-width: 500px) {
  .number-card .card-content h3 {
    font-size: 38px;
  }
}
@media (max-width: 499px) {
  .number-card .card-number {
    position: absolute;
  }
  .number-card .card-number span {
    font-size: 36px;
  }
  .number-card h3, .number-card h4 {
    display: inline-block;
  }
}
.pricing-plan {
  padding: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.pricing-plan i {
  font-size: 60px;
  background: linear-gradient(45deg, #8d66b4 10%, #8d66b4 30%, #49979c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #49979c;
  margin-bottom: 0.95em;
  display: inline-block;
}
.pricing-plan .plan-name {
  text-align: center;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.pricing-plan .plan-name h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  line-height: 1;
  color: #fff;
  padding-top: 26px;
  padding-bottom: 26px;
  position: relative;
  margin-bottom: 0;
}
.pricing-plan .plan-header {
  background-color: #f7f6fb;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
  padding: 40px 40px 20px;
}
.pricing-plan .plan-header ul {
  list-style: none;
  padding-left: 0;
}
.pricing-plan .plan-header ul li.plan-header-title {
  color: #49979c;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1;
}
.pricing-plan .plan-header ul li.plan-header-aftertitle {
  color: #303a81;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 4px;
  line-height: 1;
  font-weight: 700;
}
.pricing-plan .plan-header ul li.plan-header-text {
  color: #303a81;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 1;
}
.pricing-plan .plan-header ul li.plan-header-text + .plan-header-title {
  margin-top: 15px;
}
.pricing-plan .plan-header img {
  width: 140px;
  height: 140px;
}
.pricing-plan .price-wrap {
  font-family: 'Nunito', sans-serif;
  display: inline-block;
  position: relative;
  font-size: 20px;
  line-height: 0.7;
  margin: 20px 40px 10px;
  color: #49979c;
  font-weight: 600;
}
.pricing-plan .price-wrap[class*='bg-'] {
  padding: 30px 30px 10px;
  margin-top: 50px;
  margin-bottom: 0;
}
.pricing-plan .price-wrap[class*='bg-'] .plan-decimals {
  right: 33px;
}
.pricing-plan .price-wrap .plan-sign {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  vertical-align: top;
  display: inline-block;
  color: #323232;
}
.pricing-plan .price-wrap .plan-price {
  font-size: 36px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #323232;
}
.pricing-plan .price-wrap .plan-decimals {
  display: inline-block;
  color: #323232;
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  vertical-align: top;
}
.pricing-plan .plan-button {
  margin-left: 40px;
  margin-top: 20px;
  padding-bottom: 40px;
}
.pricing-plan .plan-button a {
  font-weight: 400;
  padding: 12px 25px;
}
.pricing-plan .plan-button a:after {
  content: '\f0da';
  font-family: 'FontAwesome';
  display: inline-block;
  color: #fff;
  margin-left: 10px;
}
.pricing-plan .plan-button a:hover:after {
  color: #49979c;
}
.pricing-plan .plan-button .btn.btn-link {
  color: #323232;
  padding: 0;
  margin-left: 15px;
}
.pricing-plan .plan-button .btn.btn-link:before {
  display: none;
}
.pricing-plan .plan-button .btn.btn-link:after {
  content: '\f0da';
  font-family: 'FontAwesome';
  display: inline-block;
  color: #303a81;
  margin-left: 10px;
}
.pricing-plan .plan-button .btn.btn-link:hover {
  color: #49979c;
}
.pricing-plan .plan-button .btn.btn-link:hover:after {
  color: #49979c;
}
.pricing-plan .plan-description {
  margin-top: 2.1em;
  font-size: 20px;
  font-style: italic;
  font-family: 'Nunito', sans-serif;
  color: #323232;
}
.pricing-plan [class*='bg-'] {
  padding: 10px 30px 30px;
  margin-left: -41px;
  margin-right: -41px;
}
@media (min-width: 1200px) {
  .pricing-plan [class*='bg-'] {
    margin-left: -61px;
    margin-right: -61px;
  }
  .pricing-plan .plan-name[class*='bg-'] {
    margin-top: -57px;
  }
}
.pricing-plan .plan-features {
  margin: 30px 40px 0;
  padding-top: 0;
  position: relative;
}
.pricing-plan .plan-features ul {
  line-height: 1.95;
}
.pricing-plan .plan-features ul li {
  font-size: 16px;
}
.pricing-plan .plan-features ul li:before {
  padding-right: 10px;
  font-size: 7px;
}
.pricing-plan .plan-button a {
  color: #fff;
}
.pricing-plan.plan-featured {
  background-color: #49979c;
}
.pricing-plan.plan-featured i {
  -webkit-text-fill-color: #fff;
  color: #fff;
}
.pricing-plan.plan-featured .plan-name h3 {
  color: #fff;
}
.pricing-plan.plan-featured .plan-name h3:before {
  opacity: 0.3;
}
.pricing-plan.plan-featured .plan-name h3:after {
  background: #fff;
}
.pricing-plan.plan-featured .price-wrap span, .pricing-plan.plan-featured .plan-description {
  color: #fff;
}
.pricing-plan.plan-featured .plan-features ul li:before {
  color: #fff;
}
.pricing-plan.plan-featured .plan-price:before {
  border-color: #323232;
}
.pricing-plan.plan-featured .plan-button .btn.btn-link {
  border: none;
}
.pricing-plan.plan-featured .plan-button .btn.btn-link:hover {
  color: #fff;
  background-color: transparent;
}
.pricing-plan.plan-featured .plan-button a {
  color: #fff;
  border-color: #fff;
}
.pricing-plan.plan-featured .plan-button a:hover {
  color: #323232;
  background-color: #fff;
}
.pricing-plan.plan-featured .plan-button a:hover:after {
  color: #323232;
}
.pricing-plan.plan-featured .plan-button a.btn.btn-link:hover:after {
  color: #fff;
}
.pricing-plan hr {
  margin: 15px 0;
}
.pricing-plan .fw-switch-row {
  position: absolute;
}
.desc-col .pricing-plan {
  padding-left: 0;
  padding-right: 0;
}
.desc-col .pricing-plan .fw-switch-row {
  display: none;
}
.pricing-plan.color_style1 .plan-name {
  background-color: #7238a0 !important;
  background-image: linear-gradient(to right, #303a81 0%, #7238a0 100%);
}
.pricing-plan.color_style2 .plan-name {
  background-color: #7238a0 !important;
}
.pricing-plan.color_style3 .plan-name {
  background-color: #ae419a !important;
  background-image: linear-gradient(to right, #7238a0 0%, #ae419a 100%);
}
@media (max-width: 1199px) {
  .pricing-plan .plan-button {
    margin-left: 10px;
    padding-bottom: 15px;
  }
  .pricing-plan .plan-button a {
    padding: 10px 18px;
  }
  .pricing-plan .plan-button .btn.btn-link {
    margin-left: 0;
  }
  .pricing-plan .plan-features {
    margin: 20px 15px 0;
  }
  .pricing-plan .price-wrap {
    margin: 20px 15px 10px;
  }
  .pricing-plan .plan-header {
    padding: 25px 15px 15px;
  }
}
@media (max-width: 991px) {
  .pricing-plan .plan-header {
    display: block;
  }
  .pricing-plan .plan-button .btn.btn-link {
    margin-top: 10px;
  }
  .icon-box h5 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .pricing-plan .plan-header {
    display: flex;
  }
  .pricing-plan .plan-button .btn.btn-link {
    margin-top: 0;
  }
  .pricing-plan .plan-button .btn.btn-link {
    margin-left: 10px;
  }
  .pricing-plan .plan-button {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .pricing-plan {
    margin-top: 0;
  }
}
.quote-item {
  border: none;
  padding: 48px 40px 18px;
  margin-top: 0;
  margin-bottom: 93px;
  position: relative;
  background: #fff;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .quote-item {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
.quote-item i {
  display: block;
  font-size: 31px;
  background: linear-gradient(45deg, #8d66b4 10%, #8d66b4 30%, #49979c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #49979c;
  left: -3px;
  margin-bottom: 33px;
}
.quote-item .quote-image img {
  width: 100px;
}
.quote-item footer span.author_job {
  display: block;
  margin-top: 9px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  line-height: 1;
  color: #49979c;
}
.quote-item p {
  margin-top: 0;
  display: block;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 30px;
  color: #323232;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  font-family: 'Nunito', sans-serif;
  text-align: center;
}
.quote-item cite {
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  display: block;
  margin-top: 15px;
  color: #9da5a9;
}
.quote-item footer {
  display: block;
}
.quote-image {
  display: block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: auto;
  bottom: -89px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.quote-image img {
  border-radius: 50%;
}
.quote-image + p {
  margin: 30px 0 20px;
}
.active.center .quote-item {
  opacity: 1;
}
.container-fluids-mw .container-fluid {
  width: 80%;
}
@media (max-width: 1199px) {
  .quote-item p:after {
    width: 220px;
  }
  .quote-item {
    padding: 28px 30px 34px;
  }
  .testimonials-slider.style2 .quote-item .quote-image {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .quote-item {
    padding: 20px 15px 20px;
  }
  .quote-item em {
    margin-top: 1.2rem;
    font-size: 14px;
  }
  .quote-item cite {
    margin-top: 1.4em;
  }
}
@media (max-width: 991px) {
  .quote-image {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .container-fluids-mw .container-fluid {
    width: 100%;
  }
}
/* testimonials style 2 */
#section_testimonials {
  background-image: url(../images/section_testimonials.jpg);
  background-size: cover;
}
.testimonials-slider.style2 .quote-item {
  box-shadow: none;
  margin: 0;
  padding: 60px 120px;
  width: 71%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.testimonials-slider.style2 .quote-item:before {
  content: '';
  background: #fff;
  position: absolute;
  opacity: 0.7;
  bottom: -30px;
  height: 30px;
  width: 90%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  top: auto;
}
.testimonials-slider.style2 .quote-item:after {
  content: '';
  background: #fff;
  position: absolute;
  opacity: 0.5;
  bottom: -60px;
  height: 60px;
  width: 83%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  top: auto;
}
.testimonials-slider.style2 .quote-item .quote-image {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  bottom: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  left: 0;
  margin-bottom: 20px;
}
.testimonials-slider.style2 .quote-item .quote-image img {
  width: 110px;
}
.testimonials-slider.style2 .quote-item p {
  font-style: normal;
  color: #9da5a9;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 35px;
  margin-top: 35px;
}
.testimonials-slider.style2 .quote-item p:before {
  font-family: FontAwesome;
  font-size: 35px;
  font-weight: 700;
  content: "\f10d";
  position: absolute;
  color: #8d66b4;
  margin-left: 0;
  top: -15px;
  left: -50px;
}
.testimonials-slider.style2 .quote-item p:after {
  font-family: FontAwesome;
  font-size: 35px;
  font-weight: 700;
  content: "\f10e";
  position: absolute;
  color: #8d66b4;
  margin-left: 0;
  top: -12px;
  right: -50px;
  left: auto;
}
.testimonials-slider.style2 .quote-item footer {
  position: relative;
  text-align: center;
}
.testimonials-slider.style2 .quote-item footer cite {
  margin: 0;
  padding: 0;
  color: #323232;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0;
}
.testimonials-slider.style2 .quote-item footer p {
  margin: 0;
  padding: 0;
  color: #49979c;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
}
.testimonials-slider.style2 .quote-item footer p:before, .testimonials-slider.style2 .quote-item footer p:after {
  display: none;
}
.testimonials-slider.style2 .owl-nav > div {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.testimonials-slider.style2 .owl-nav > div:hover {
  color: #49979c;
}
.testimonials-slider.style2 .owl-nav > div:hover i {
  color: #49979c;
}
.testimonials-slider.style2 .owl-nav > div i {
  border: none;
  background: transparent;
  color: #fff;
  padding: 0;
  margin-right: 20px;
  font-size: 45px;
  position: relative;
  top: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.testimonials-slider.style2 .owl-nav div.owl-next i {
  margin-right: 0;
  margin-left: 20px;
}
.contacts .icon-box.media.text-left .icon-styled + .media-body h6 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 9px;
}
@media (max-width: 1199px) {
  .testimonials-slider.style2 .quote-item .quote-image {
    margin-bottom: 30px;
  }
  .testimonials-slider.style2 .quote-item {
    width: 65%;
    padding: 40px 30px 30px;
  }
}
@media (max-width: 991px) {
  .testimonials-slider.style2 .quote-item {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .testimonials-slider.style2 .owl-nav {
    display: none;
  }
  .testimonials-slider.style2 .quote-item {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .testimonials-slider.style2 .quote-item .quote-image i {
    position: absolute;
    left: -173px;
    top: -35px;
  }
}
@media (max-width: 479px) {
  .testimonials-slider.style2 .quote-item .quote-image {
    display: block;
  }
  .testimonials-slider.style2 .quote-item .quote-image img {
    margin-bottom: 20px;
  }
  .testimonials-slider.style2 .quote-item .quote-image footer cite {
    text-align: center;
  }
  .testimonials-slider.style2 .quote-item .quote-image footer p {
    text-align: center;
  }
  .testimonials-slider.style2 .quote-item .quote-image {
    margin-bottom: 0;
  }
  .testimonials-slider.style2 .quote-item p {
    margin-top: 0;
  }
}
/*
 ** Items Masonry
 */
.items-tile .item-content {
  padding-bottom: 100px;
}
.items-tile .item-content h3 {
  text-transform: none;
  margin-bottom: 0.3em;
}
@media (min-width: 992px) {
  .items-tile .item-content h3 a {
    display: inline-block;
    max-height: 3.05em;
    overflow: hidden;
    padding-bottom: 0.1em;
  }
  .items-tile .item-content h3 + p {
    max-height: 5.5em;
    overflow: hidden;
  }
}
.items-tile .item-icons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  line-height: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 40px;
  border-bottom: 10px solid rgba(0, 0, 0, 0.1);
}
.items-tile .item-icons span {
  padding: 0 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .items-tile .col-lg-4 [class*='col-']:first-child .item-media {
    margin-bottom: 32px;
  }
  .items-tile .col-lg-4 [class*='col-']:last-child .item-content {
    min-height: 320px;
  }
}
@media (min-width: 1200px) {
  .items-tile .item-content {
    padding: 60px 60px 100px;
  }
  .items-tile .item-content h3 {
    font-size: 38px;
  }
  .items-tile .col-lg-4 [class*='col-']:first-child .item-media {
    margin-bottom: 16px;
  }
  .items-tile .col-lg-4 [class*='col-']:last-child .item-content {
    min-height: 388px;
  }
}
/*
 filters
 */
.filters {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.filters.gallery-filters {
  padding-bottom: 45px;
}
.filters.filters-active-tob-border {
  padding-top: 0;
}
.filters.filters-active-tob-border a {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 991px) {
  .filters.filters-active-tob-border a {
    padding-top: 10px;
    padding-bottom: 7px;
  }
}
.filters.filters-active-tob-border a.active:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 1px;
  background: #49979c;
  z-index: 1;
}
.filters a {
  padding: 0 15px;
  line-height: 3em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}
.filters .active {
  color: #49979c;
}
@media (min-width: 992px) {
  .isotope-wrapper + .row {
    margin-top: 60px;
  }
  .isotope-wrapper.c-mb-30 + .row {
    margin-top: 30px;
  }
  .isotope-wrapper.c-mb-10 + .row {
    margin-top: 50px;
  }
  .isotope-wrapper.c-mb-1 + .row {
    margin-top: 59px;
  }
}
.isotope-wrapper h3 {
  font-size: 25px;
}
@media (max-width: 991px) {
  .isotope-wrapper + .row {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .filters a {
    padding: 0 10px;
  }
}
.excerpt {
  font-size: 16px;
  color: #9da5a9;
}
/*
 ** Widgets
 */
aside h2 {
  margin-bottom: 0;
  line-height: 1;
}
aside > * + * {
  margin-top: 56px;
}
.widget {
  position: relative;
}
.widget > h3, .widget .widget-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 1.25em;
  letter-spacing: 0;
  line-height: 1;
  color: #323232;
}
.widget > h2:last-child {
  line-height: 1;
}
.widget li.media {
  border: none;
  margin: 0 0 10px;
  padding-bottom: 0;
}
.widget li.media a.media-image {
  padding-top: 0;
  padding-bottom: 0;
}
.widget li.media a.media-image img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.widget li.media + li.media {
  margin-top: 0;
  border: none;
}
.widget li.media img {
  max-width: 100px;
}
.widget li.media h3, .widget li.media h4 {
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.25em;
  letter-spacing: 0;
  text-transform: none;
  font-size: inherit;
}
.widget li.media h3 a, .widget li.media h4 a {
  font-weight: 700;
}
.widget li.media p.item-meta {
  line-height: 1.4;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #49979c;
  margin-top: 4px;
}
.page_footer .widget {
  margin-bottom: 0;
}
.page_footer .widget ul {
  line-height: 1;
}
.page_footer .widget .copyright {
  margin-top: 1.75em;
}
.page_footer .widget > h3, .page_footer .widget .widget-title {
  margin-top: 0;
  margin-bottom: 1.8em;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.page_footer .widget > h5, .page_footer .widget .widget-title {
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
}
.page_footer .widget .widget.widget_search .widget-title {
  color: #fff;
}
.page_footer .widget li.media img {
  margin-bottom: 0;
  max-width: 60px;
}
.page_footer .widget li.media h3, .page_footer .widget li.media h4 {
  margin-top: 0;
  letter-spacing: 0.5px;
  line-height: 1.3;
}
.page_footer .widget_recent_posts ul li {
  margin: 0 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 17px;
}
.page_footer .widget_recent_posts ul li:last-child {
  border-bottom: none;
}
.page_footer .widget_recent_posts.widget li.media p {
  font-size: 12px;
  margin-top: 9px;
}
.page_footer .widget_recent_posts.widget li.media p:before {
  display: none;
}
.page_footer .widget ul {
  list-style: none;
  padding-left: 0;
}
.page_footer .widget ul li {
  margin-bottom: 24px;
}
.page_footer .widget ul li ul.children {
  margin-top: 24px;
}
.page_footer .widget ul li ul.children li:last-child {
  margin-bottom: 0;
}
/* widget Post slider */
.widget_post_slider.vertical-item .item-media + .item-content {
  padding: 0;
}
.widget_post_slider.vertical-item .item-media + .item-content h3.entry-title {
  margin-bottom: 0;
  font-size: 16px;
  margin-top: 26px;
  line-height: 1.3;
}
.widget_post_slider.vertical-item .item-media + .item-content h3.entry-title:before, .widget_post_slider.vertical-item .item-media + .item-content h3.entry-title:after {
  display: none;
}
/* Recent Comments */
#recentcomments .recentcomments span.comment-author-link {
  position: relative;
  padding-left: 0;
}
#recentcomments .recentcomments span.comment-author-link:before {
  font-family: FontAwesome;
  content: "\f007";
  margin-right: 5px;
  font-size: 15px;
  position: relative;
  top: -1px;
}
#recentcomments .recentcomments span.comment-author-link a {
  display: inline !important;
}
#recentcomments .recentcomments a {
  display: block !important;
}
/* Blog Info widget */
.widget.widget_bloginfo .social-icons {
  margin-top: 27px;
  display: inline-block;
}
.widget-title.next-image-background {
  position: relative;
  z-index: 2;
}
.widget-title.next-image-background + img {
  position: absolute;
  left: 0;
  top: -15px;
  opacity: 0.5;
}
.text-center .widget-title.next-image-background + img {
  left: 50%;
  transform: translateX(-50%);
}
.column-sidebar .widget h3, aside .widget h3, .column-sidebar .widget .widget-title, aside .widget .widget-title {
  margin-bottom: 1.5em;
}
.column-sidebar .widget ul li, aside .widget ul li {
  color: #323232;
}
.column-sidebar .widget ul li a, aside .widget ul li a {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #323232;
  line-height: 24px;
  font-weight: 400;
}
.column-sidebar .widget ul li a:hover, aside .widget ul li a:hover {
  color: #49979c;
}
.column-sidebar .widget ul li a span, aside .widget ul li a span {
  color: #323232;
}
.column-sidebar .widget ul li a.media-left, aside .widget ul li a.media-left {
  padding-top: 0;
}
.column-sidebar .widget ul li ul li a:before, aside .widget ul li ul li a:before {
  color: #8d66b4;
}
.column-sidebar .widget.widget_recent_comments a:before, aside .widget.widget_recent_comments a:before {
  display: none;
}
.column-sidebar .widget ul li .rssSummary, aside .widget ul li .rssSummary {
  color: #9da5a9;
}
.widget.widget_rss .rssSummary {
  line-height: 1.5;
}
.column-sidebar .textwidget strong, aside .textwidget strong {
  padding-top: 5px;
  padding-bottom: 5px;
}
.widget li.media h3 a, .widget li.media h4 a {
  font-weight: 700;
}
.widget.woocommerce.widget_product_categories .product-categories li a {
  color: #9da5a9;
}
.widget.woocommerce.widget_product_categories .product-categories li a:hover {
  color: #49979c;
}
.column-sidebar .widget.widget_categories ul li, aside .widget.widget_categories ul li, .column-sidebar .widget.widget_archive ul li, aside .widget.widget_archive ul li, .column-sidebar .widget.widget_meta ul li, aside .widget.widget_meta ul li, .column-sidebar .widget.widget_nav_menu ul li, aside .widget.widget_nav_menu ul li, .column-sidebar .widget.widget_pages ul li, aside .widget.widget_pages ul li, .column-sidebar .widget.woocommerce.widget_product_categories ul li, aside .widget.woocommerce.widget_product_categories ul li, .column-sidebar .widget.woocommerce.widget_layered_nav ul li, aside .widget.woocommerce.widget_layered_nav ul li, .column-sidebar .widget.woocommerce.widget_layered_nav_filters ul li, aside .widget.woocommerce.widget_layered_nav_filters ul li {
  border-top: 1px solid #dedede;
}
.column-sidebar .widget.widget_categories ul li:last-child, aside .widget.widget_categories ul li:last-child, .column-sidebar .widget.widget_archive ul li:last-child, aside .widget.widget_archive ul li:last-child, .column-sidebar .widget.widget_meta ul li:last-child, aside .widget.widget_meta ul li:last-child, .column-sidebar .widget.widget_nav_menu ul li:last-child, aside .widget.widget_nav_menu ul li:last-child, .column-sidebar .widget.widget_pages ul li:last-child, aside .widget.widget_pages ul li:last-child, .column-sidebar .widget.woocommerce.widget_product_categories ul li:last-child, aside .widget.woocommerce.widget_product_categories ul li:last-child, .column-sidebar .widget.woocommerce.widget_layered_nav ul li:last-child, aside .widget.woocommerce.widget_layered_nav ul li:last-child, .column-sidebar .widget.woocommerce.widget_layered_nav_filters ul li:last-child, aside .widget.woocommerce.widget_layered_nav_filters ul li:last-child {
  border-bottom: 1px solid #dedede;
}
.column-sidebar .widget.widget_categories ul li a:before, aside .widget.widget_categories ul li a:before, .column-sidebar .widget.widget_archive ul li a:before, aside .widget.widget_archive ul li a:before, .column-sidebar .widget.widget_meta ul li a:before, aside .widget.widget_meta ul li a:before, .column-sidebar .widget.widget_nav_menu ul li a:before, aside .widget.widget_nav_menu ul li a:before, .column-sidebar .widget.widget_pages ul li a:before, aside .widget.widget_pages ul li a:before, .column-sidebar .widget.woocommerce.widget_product_categories ul li a:before, aside .widget.woocommerce.widget_product_categories ul li a:before, .column-sidebar .widget.woocommerce.widget_layered_nav ul li a:before, aside .widget.woocommerce.widget_layered_nav ul li a:before, .column-sidebar .widget.woocommerce.widget_layered_nav_filters ul li a:before, aside .widget.woocommerce.widget_layered_nav_filters ul li a:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #49979c;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.column-sidebar .widget.widget_categories ul li ul li a:before, aside .widget.widget_categories ul li ul li a:before, .column-sidebar .widget.widget_archive ul li ul li a:before, aside .widget.widget_archive ul li ul li a:before, .column-sidebar .widget.widget_meta ul li ul li a:before, aside .widget.widget_meta ul li ul li a:before, .column-sidebar .widget.widget_nav_menu ul li ul li a:before, aside .widget.widget_nav_menu ul li ul li a:before, .column-sidebar .widget.widget_pages ul li ul li a:before, aside .widget.widget_pages ul li ul li a:before, .column-sidebar .widget.woocommerce.widget_product_categories ul li ul li a:before, aside .widget.woocommerce.widget_product_categories ul li ul li a:before, .column-sidebar .widget.woocommerce.widget_layered_nav ul li ul li a:before, aside .widget.woocommerce.widget_layered_nav ul li ul li a:before, .column-sidebar .widget.woocommerce.widget_layered_nav_filters ul li ul li a:before, aside .widget.woocommerce.widget_layered_nav_filters ul li ul li a:before {
  color: #8d66b4;
}
.column-sidebar .widget.widget_categories ul li ul li:last-child, aside .widget.widget_categories ul li ul li:last-child, .column-sidebar .widget.widget_archive ul li ul li:last-child, aside .widget.widget_archive ul li ul li:last-child, .column-sidebar .widget.widget_meta ul li ul li:last-child, aside .widget.widget_meta ul li ul li:last-child, .column-sidebar .widget.widget_nav_menu ul li ul li:last-child, aside .widget.widget_nav_menu ul li ul li:last-child, .column-sidebar .widget.widget_pages ul li ul li:last-child, aside .widget.widget_pages ul li ul li:last-child, .column-sidebar .widget.woocommerce.widget_product_categories ul li ul li:last-child, aside .widget.woocommerce.widget_product_categories ul li ul li:last-child, .column-sidebar .widget.woocommerce.widget_layered_nav ul li ul li:last-child, aside .widget.woocommerce.widget_layered_nav ul li ul li:last-child, .column-sidebar .widget.woocommerce.widget_layered_nav_filters ul li ul li:last-child, aside .widget.woocommerce.widget_layered_nav_filters ul li ul li:last-child {
  border-bottom: none;
}
.widget.widget_recent_comments ul li, .widget.widget_recent_entries ul li {
  padding-bottom: 7px;
  padding-top: 7px;
  color: #9da5a9;
  line-height: 1.5;
  margin-bottom: 0;
}
.widget.widget_recent_comments ul li span, .widget.widget_recent_entries ul li span {
  color: #323232;
}
@media (max-width: 1199px) {
  .page_footer .widget > h3, .page_footer .widget .widget-title {
    margin-bottom: 1em;
  }
}
@media (max-width: 991px) {
  .column-sidebar, aside {
    margin: 60px auto;
    max-width: 410px;
  }
  .page_footer.c-gutter-150 .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .page_footer .c-gutter-150 [class*="col-"], .page_footer .row.c-gutter-150 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .column-sidebar {
    margin: 60px auto 0;
  }
  aside > * + * {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  blockquote p .name:after {
    letter-spacing: 2.2px;
  }
}
@media (max-width: 480px) {
  .column-sidebar, aside {
    margin: 60px auto 0;
    max-width: 410px;
  }
}
/* affix-aside */
.affix-aside {
  position: relative;
}
.affix-aside.affix {
  position: fixed;
  top: 100px;
}
.affix-aside.affix-bottom {
  position: absolute !important;
}
.affix-aside.affix-top {
  width: inherit !important;
  left: auto !important;
}
@media (max-width: 991px) {
  .affix-aside, .affix-aside.affix-top, .affix-aside.affix, .affix-aside.affix-bottom {
    position: static !important;
    width: 100% !important;
  }
}
.stars > span {
  display: flex;
}
.stars a {
  position: relative;
  width: 1em;
  color: transparent;
  text-indent: -999em;
}
.stars a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-indent: 0;
  font-family: 'FontAwesome';
}
.stars a:before, .stars a:hover ~ a:before {
  color: #9da5a9;
  content: "\f006";
}
.stars.selected a.active:before, .stars:hover a:before {
  content: "\f005";
  color: #49979c;
  opacity: 1;
}
.stars.selected a.active ~ a:before {
  content: "\f005";
  color: #9da5a9;
  opacity: 0.75;
}
.stars.selected a:not(.active):before {
  content: "\f005";
  color: #49979c;
  opacity: 1;
}
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 13px;
  width: 6em;
  letter-spacing: 2px;
  font-family: 'FontAwesome';
  color: #8d66b4;
}
.star-rating:before {
  content: '\f006\f006\f006\f006\f006';
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: '\f005\f005\f005\f005\f005';
  top: 0;
  position: absolute;
  left: 0;
}
.widget_categories select, .widget_archive select, .widget_product_categories select, .widget.dropdown select, .woocommerce-result-count + form select {
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.widget_categories.dropdown select, .widget.widget_archive .select-wrap select, .widget.widget_categories form select {
  padding: 10px 30px 9px 10px;
}
.widget_categories.dropdown:after, .widget.widget_archive .select-wrap:after, .widget.widget_categories form:after {
  bottom: 12px;
  color: #323232;
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 11px;
  left: auto;
  position: absolute;
  right: 19px;
}
footer .widget_categories.dropdown:after, footer .widget.widget_archive .select-wrap:after, footer .widget.widget_categories form:after {
  color: #49979c;
}
.widget_categories.dropdown, .woocommerce.widget_product_categories.dropdown, .widget.dropdown, .woocommerce-result-count + form {
  position: relative;
  z-index: 1;
}
.widget_categories.dropdown:after, .woocommerce.widget_product_categories.dropdown:after, .widget.dropdown:after, .woocommerce-result-count + form:after {
  color: #8d66b4;
  font-size: 11px;
  font-family: 'FontAwesome';
  content: '\f078';
  position: absolute;
  right: 19px;
  left: auto;
  bottom: 12px;
}
.widget_categories.dropdown select, .woocommerce.widget_product_categories.dropdown select, .widget.dropdown select, .woocommerce-result-count + form select {
  padding: 10px 30px 9px 20px;
}
.widget.widget_search, .widget.widget_product_search {
  background: #8d66b4;
  background: -moz-linear-gradient(45deg, #8d66b4, #49979c 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #8d66b4), color-stop(100%, #49979c));
  background: -webkit-linear-gradient(45deg, #8d66b4 0%, #49979c 100%);
  background: -o-linear-gradient(45deg, #8d66b4 0%, #49979c 100%);
  background: -ms-linear-gradient(45deg, #8d66b4 0%, #49979c 100%);
  background: linear-gradient(45deg, #8d66b4 0%, #49979c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$colorMain2', endColorstr='$colorMain', GradientType=1);
  padding: 38px 39px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.widget.widget_search input[type="search"], .widget.widget_product_search input[type="search"] {
  height: 50px;
  background: #f7f6fb;
  border: none;
  padding-left: 19px;
  padding-top: 5px;
  padding-right: 52px;
  color: #9da5a9;
  font-family: 'Nunito', sans-serif;
}
.widget.widget_search .widget-title, .widget.widget_product_search .widget-title {
  font-size: 24px;
  margin-bottom: 25px;
  margin-top: 0;
  color: #fff;
}
.widget.widget_search .form-group, .widget.widget_product_search .form-group {
  margin-bottom: 0;
}
.widget.widget_search form, .widget.widget_product_search form {
  position: relative;
}
.widget_product_search form:before {
  background: transparent;
}
.page_toplogo .widget.widget_search, header .widget.widget_search, .page_toplogo .widget.widget_product_search, header .widget.widget_product_search {
  background: transparent;
  padding: 0;
}
.widget.widget_product_search form label {
  display: none;
}
.ds.page_footer .widget.widget_search .widget-title, .ds.page_footer .widget.widget_product_search .widget-title {
  color: #fff;
}
.ds.page_footer b, .ds.page_footer strong {
  color: #fff;
}
.ds.page_footer .widget_tag_cloud a {
  color: #fff;
  border-color: #49979c;
}
.ds.page_footer .widget_tag_cloud a:hover {
  color: #49979c;
}
.page_footer .container-fluid {
  padding-left: 85px;
  padding-right: 85px;
}
.page_footer ul.bottom-includes {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page_footer ul.bottom-includes li {
  display: inline-block;
}
.page_footer ul.bottom-includes li p.phone_number, .page_footer ul.bottom-includes li p.email_top {
  color: #fff;
  font-size: 16px;
  margin-right: 0;
  text-transform: none;
}
.page_footer ul.bottom-includes li p.phone_number:before, .page_footer ul.bottom-includes li p.email_top:before {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  margin-right: 15px;
}
.page_footer ul.bottom-includes li p.phone_number span, .page_footer ul.bottom-includes li p.email_top span {
  margin-right: 5px;
}
.page_footer ul.bottom-includes li p.phone_number a, .page_footer ul.bottom-includes li p.email_top a {
  color: #fff;
  margin-right: 0;
}
.page_footer ul.bottom-includes li p.phone_number a:hover, .page_footer ul.bottom-includes li p.email_top a:hover {
  color: #49979c;
}
.page_footer ul.bottom-includes li p.phone_number:before {
  font-family: 'icomoon' !important;
  content: "\e905";
}
.page_footer ul.bottom-includes li p.email_top:before {
  content: "\f0e0";
  font-family: FontAwesome;
}
.page_footer ul.bottom-includes li a {
  margin-right: 10px;
}
.page_footer ul.bottom-includes li + li {
  margin-left: 95px;
}
.page_footer .widget + .widget {
  margin-top: 50px;
}
.page_footer .widget ul.menu li.menu-item .sub-menu {
  margin-top: 24px;
}
.page_footer .widget ul.menu li.menu-item .sub-menu li:last-child {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .page_footer .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*
 widget_search,
 widget_mailchimp
 widget_product_search
 */
.widget_mailchimp form {
  position: relative;
}
.widget_mailchimp input {
  padding-right: 45px !important;
}
.widget_search .form, .widget_product_search .form, .widget_mailchimp .form {
  position: relative;
  margin: auto;
}
.widget_search label, .widget_product_search label, .widget_mailchimp label {
  margin: 0;
  padding: 0;
  display: inline;
}
.widget_search input, .widget_product_search input, .widget_mailchimp input {
  width: 100%;
  max-width: 100%;
}
.widget_mailchimp input {
  border: none;
  background-color: #262c30;
}
.widget_mailchimp input:-moz-placeholder {
  font-style: normal;
  color: #9da5a9;
  opacity: 1;
  font-size: 18px;
}
.widget_mailchimp input::-moz-placeholder {
  font-style: normal;
  color: #9da5a9;
  opacity: 1;
  font-size: 18px;
}
.widget_mailchimp input:-ms-input-placeholder {
  font-style: normal;
  color: #9da5a9;
  opacity: 1;
  font-size: 18px;
}
.widget_mailchimp input::-webkit-input-placeholder {
  font-style: normal;
  color: #9da5a9;
  opacity: 1;
  font-size: 18px;
}
.widget.widget_search input[type="search"]:-moz-placeholder {
  font-style: normal;
  color: #9da5a9;
  opacity: 1;
  font-family: 'Nunito', sans-serif;
}
.widget.widget_search input[type="search"]::-moz-placeholder {
  font-style: normal;
  color: #9da5a9;
  opacity: 1;
  font-family: 'Nunito', sans-serif;
}
.widget.widget_search input[type="search"]:-ms-input-placeholder {
  font-style: normal;
  color: #9da5a9;
  opacity: 1;
  font-family: 'Nunito', sans-serif;
}
.widget.widget_search input[type="search"]::-webkit-input-placeholder {
  font-style: normal;
  color: #9da5a9;
  opacity: 1;
  font-family: 'Nunito', sans-serif;
}
.modal .widget_search button:before {
  display: none;
}
.widget.widget_mailchimp .screen-reader-text {
  position: relative !important;
}
.widget_search button, .widget_mailchimp button, .widget_product_search form input[type="submit"], .widget_product_search form:before {
  text-align: center;
  width: auto;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  background-color: transparent;
  opacity: 1;
  border: none;
  padding: 2px 16px;
}
.widget_mailchimp button {
  background-color: #49979c;
  opacity: 1;
  border: none;
  padding: 16px;
  position: absolute;
  right: 0;
  left: auto;
  top: auto;
  bottom: 0;
}
.widget_mailchimp button i {
  font-size: 20px;
}
.ds .widget_mailchimp button {
  background-color: transparent;
  opacity: 1;
  border: none;
  color: #49979c;
}
.ds .widget_mailchimp button:hover {
  color: #fff;
}
.widget_search button {
  background-color: transparent;
}
.widget_search button:hover, .widget_mailchimp button:hover, .widget_product_search form input[type="submit"]:hover {
  border-color: #323232;
}
.widget_search button {
  right: 0;
  font-weight: 400;
  padding: 16px;
}
.widget_search button:before {
  font-family: 'FontAwesome';
  content: '\f002';
  font-size: 17px;
  color: #8d66b4;
}
.widget_product_search button {
  font-size: 0;
  background: transparent;
  border-color: transparent;
  position: absolute !important;
  white-space: nowrap;
  height: 100%;
  width: 1px;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 10;
}
.widget_product_search button:hover {
  background: transparent;
  border-color: transparent;
}
.widget_product_search form:before {
  font-family: 'FontAwesome';
  content: '\f002';
  font-size: 17px;
  top: 5px;
  color: #8d66b4;
  font-weight: 400;
  background: transparent;
  height: 40px;
  line-height: 37px;
}
.widget_product_search input[type="submit"] {
  color: transparent;
  font-size: 0;
}
@media (max-width: 1199px) {
  footer .widget_mailchimp form {
    margin: 0;
  }
  .widget_mailchimp input, .cs .widget_mailchimp input, .cs .widget_mailchimp input[type="email"] {
    padding-right: 90px;
  }
}
@media (max-width: 1024px) {
  .widget_search input, .widget_product_search input, .widget_mailchimp input {
    max-width: 275px;
  }
  .widget_mailchimp input, .cs .widget_mailchimp input, .cs .widget_mailchimp input[type="email"] {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .widget_search input, .widget_product_search input, .widget_mailchimp input {
    max-width: 480px;
  }
}
@media (max-width: 767px) {
  .widget_search input, .widget_product_search input, .widget_mailchimp input {
    max-width: 300px;
  }
  .widget_mailchimp input {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .widget_search input, .widget_product_search input, .widget_mailchimp input, .cs .widget_mailchimp input {
    width: 100%;
    max-width: 100%;
    padding-right: 180px;
  }
  .widget_search form, .widget_product_search form, .widget_mailchimp form {
    max-width: 100%;
  }
  .widget_mailchimp input, .cs .widget_mailchimp input, .cs .widget_mailchimp input[type="email"] {
    padding-right: 175px;
  }
}
/*
 widget_archive
 widget_categories
 widget_nav_menu
 widget_meta
 widget_pages
 widget_recent_comments
 widget_recent_entries
 */
.widget_archive ul, .widget_categories ul, .widget_nav_menu ul, .widget_meta ul, .widget_pages ul, .widget_recent_comments ul, .widget_recent_entries ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.widget_archive ul ul li, .widget_categories ul ul li, .widget_nav_menu ul ul li, .widget_meta ul ul li, .widget_pages ul ul li, .widget_recent_comments ul ul li, .widget_recent_entries ul ul li {
  padding-left: 15px;
}
.widget_archive ul ul li:last-child, .widget_categories ul ul li:last-child, .widget_nav_menu ul ul li:last-child, .widget_meta ul ul li:last-child, .widget_pages ul ul li:last-child, .widget_recent_comments ul ul li:last-child, .widget_recent_entries ul ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.widget_archive li, .widget_categories li, .widget_nav_menu li, .widget_meta li, .widget_pages li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.widget_archive li a, .widget_categories li a, .widget_nav_menu li a, .widget_meta li a, .widget_pages li a {
  flex-grow: 10;
  display: inline-block;
}
.page_copyright .widget_nav_menu li, .page_topline .widget_nav_menu li {
  display: inline-block;
  position: relative;
  border: none;
  padding-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
}
.page_copyright .widget_nav_menu li:before, .page_topline .widget_nav_menu li:before {
  content: '';
  position: absolute;
  padding: 0;
  left: -5px;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0.3;
  display: block;
}
.page_copyright .widget_nav_menu li:first-child:before, .page_topline .widget_nav_menu li:first-child:before {
  display: none;
}
.page_copyright .widget_nav_menu a, .page_topline .widget_nav_menu a {
  padding: 0 27px;
}
.page_copyright .widget_nav_menu a:before, .page_topline .widget_nav_menu a:before {
  display: none;
}
.widget_categories select, .widget_archive select {
  width: 100%;
  max-width: 370px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
/* widget_calendar */
.calendar_wrap {
  width: 100%;
  margin-bottom: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media (min-width: 768px) and (max-width: 992px) {
  .calendar_wrap {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.widget_calendar a {
  color: #49979c;
}
.widget_calendar a:hover {
  color: #323232;
}
.widget_calendar table {
  margin: 0;
  position: relative;
  text-align: center;
  max-width: 370px;
  display: flex;
  flex-direction: column;
}
.widget_calendar caption {
  line-height: 1;
  font-family: 'Nunito', sans-serif;
  padding: 21px 0 19px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  color: #fff;
  background-color: #49979c;
}
.widget_calendar thead {
  background-color: #8d66b4;
  color: #fff;
}
.widget_calendar thead th {
  text-align: center;
  width: 100px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 2.7;
}
.widget_calendar thead th:first-child {
  padding-left: 20px;
}
.widget_calendar thead th:last-child {
  padding-right: 20px;
}
.widget_calendar tbody {
  border-top: none;
  background: #f7f6fb;
}
.widget_calendar tbody tr {
  border: none;
}
.widget_calendar tbody tr:first-child td {
  padding-top: 25px;
  color: #9da5a9;
}
.widget_calendar tbody tr:last-child td {
  padding-bottom: 25px;
}
.widget_calendar tbody td {
  padding: 10px 4px;
  position: relative;
  color: #9da5a9;
  width: 100px;
  font-weight: 400;
  font-size: 14px;
}
.widget_calendar tbody td:first-child {
  padding-left: 20px;
}
.widget_calendar tbody td:last-child {
  padding-right: 20px;
}
.widget_calendar th {
  color: inherit;
}
.widget_calendar tfoot td {
  position: absolute;
  top: 0;
}
.widget_calendar tfoot td a {
  text-align: center;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  padding: 0 25px;
  font-size: 0;
  color: transparent;
}
.widget_calendar tfoot td a:hover {
  background-color: #49979c;
  border-color: #49979c;
}
.widget_calendar tfoot td a:before, .widget_calendar tfoot td a:after {
  color: #fff;
  font-size: 9px;
  font-family: 'FontAwesome';
}
.widget_calendar tfoot td.pad {
  display: none;
}
.widget_calendar tfoot td:first-child {
  left: 0;
  padding: 0;
}
.widget_calendar tfoot td:first-child a:before {
  content: '\f053';
}
.widget_calendar tfoot td:last-child {
  right: 0;
  padding: 0;
}
.widget_calendar tfoot td:last-child a:after {
  content: '\f054';
}
.ds.page_footer .widget_calendar tbody tr td {
  color: #fff;
}
.ds.page_footer .widget_calendar tbody tr a {
  color: #49979c;
}
.ds.page_footer .widget_calendar caption {
  background-color: rgba(255, 255, 255, 0.05);
}
/* widget_rss */
.widget_rss .widget-title .rsswidget:first-child img {
  display: none;
}
.widget_rss .widget-title .rsswidget:first-child:before {
  position: relative;
  top: -1px;
  font-size: 0.8em;
  padding-right: 0.3em;
  font-family: 'FontAwesome';
  content: '\f09e';
}
.widget_rss ul {
  padding-left: 0;
  list-style: none;
}
.widget_rss ul a {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.widget_rss li cite:last-child {
  display: block;
  margin-top: 0.5em;
}
.widget_rss li + li {
  margin-top: 1.5em;
}
.widget_rss .rss-date {
  display: block;
  margin: 0.8em 0;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0;
  color: #323232;
}
/* widget_tag_cloud */
.widget_tag_cloud a, .widget_product_tag_cloud a {
  color: #fff;
  border: 1px solid #49979c;
  background: #49979c;
  text-transform: capitalize;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
  padding: 3px 19px;
  margin: 0 2px 5px 0;
  text-align: center;
  display: inline-block;
  font-size: 16px !important;
  font-weight: 300;
  font-family: 'Nunito', sans-serif;
}
.widget_tag_cloud a:hover, .widget_product_tag_cloud a:hover {
  background-color: transparent;
  border-color: #49979c;
  color: #49979c;
}
/* widget_flickr */
.widget_flickr ul {
  margin: 0;
  padding: 0;
}
.widget_flickr li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.widget_flickr img {
  max-width: 160px;
  border-radius: 1px;
}
.widget_flickr a {
  opacity: 1;
}
.widget_flickr a:hover {
  opacity: 0.6;
}
.widget_instagram .photo {
  display: inline-block;
}
.widget_instagram img {
  max-width: 82px;
}
/* access_press */
.apsc-facebook-icon .social-icon i {
  background-color: #3b5998;
}
.apsc-twitter-icon .social-icon i {
  background-color: #1dcaff;
}
.apsc-youtube-icon .social-icon i {
  background-color: #e52d27;
}
.apsc-soundcloud-icon .social-icon i {
  background-color: #f80;
}
.apsc-dribble-icon .social-icon i {
  background-color: #ea4c89;
}
.apsc-comment-icon .social-icon i {
  background-color: #464646;
}
.apsc-edit-icon .social-icon i {
  background-color: #837d7d;
}
.apsc-google-plus-icon .social-icon i {
  background-color: #dd4b39;
}
.apsc-instagram-icon .social-icon i {
  background-color: #3f729b;
}
.apsc-each-profile a .social-icon i {
  color: white !important;
}
.apsc-each-profile a:hover {
  color: #49979c !important;
  text-decoration: none !important;
}
.apsc-theme-4 .apsc-each-profile {
  margin-bottom: 10px;
}
.apsc-theme-4 .apsc-inner-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.apsc-theme-4 .social-icon {
  display: inline-block;
  margin-right: auto;
  padding: 4px 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
}
.apsc-theme-4 .apsc-each-profile a {
  display: block;
  position: relative;
  padding: 20px 18px 16px 90px;
  font-size: 16px;
  text-transform: capitalize;
  color: #323232;
  background-color: transparent;
  box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.05);
  line-height: 1;
  border-radius: 5px;
}
.apsc-theme-4 .apsc-each-profile a .fa {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  transform: none;
  transition: all 0.5s ease-in-out;
  border-radius: 5px 0 0 5px;
}
.apsc-theme-4 .apsc-count {
  border-radius: 0;
  color: #9da5a9;
  font-weight: 400;
  display: inline-block;
  font-size: inherit;
  text-align: center;
  position: relative;
  padding: 4px 4px;
  transition: all 0.5s ease-in-out;
}
.apsc-theme-4 .apsc-media-type {
  display: inline-block;
  padding: 4px 0;
  font-weight: 400;
  color: #9da5a9;
}
@media screen and (max-width: 479px) {
  .apsc-theme-4 .apsc-each-profile a, .apsc-theme-3 .apsc-each-profile a {
    display: inline-block;
  }
  .apsc-theme-4 .apsc-each-profile, .apsc-theme-3 .apsc-each-profile {
    float: none;
  }
}
/* widget_twitter */
.tweet_avatar {
  float: left;
  margin-top: 4px;
}
.tweet_avatar img {
  max-width: 25px;
  display: none;
}
.tweet_avatar:before {
  font-family: 'FontAwesome';
  content: "\f099";
  color: #55acee;
}
.tweet_right {
  overflow: hidden;
  zoom: 1;
  margin-left: 35px;
}
.tweet_list {
  list-style: none;
  padding: 0;
}
.tweet_list li + li {
  padding-top: 20px;
  clear: both;
}
.tweet_text a:last-child {
  display: block;
}
.tweet_time {
  display: block;
}
/*.widget_slider*/
.widget_slider h4:first-child {
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
  line-height: 1;
  margin-bottom: 0.8em;
}
.widget_slider .cat-links {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
}
.widget_slider .vertical-item .item-media + .item-content {
  padding: 28px 0 42px;
}
/*.widget_post_tabs*/
.widget_post_tabs h4:first-child {
  font-weight: 300;
  font-size: 16px;
  text-transform: none;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 19px;
  letter-spacing: 0;
}
.widget_post_tabs .vertical-item {
  margin-bottom: 2.25em;
}
.widget_post_tabs .vertical-item:last-child {
  margin-bottom: 0;
}
.widget_post_tabs .vertical-item .item-content {
  padding: 28px 0 10px 0;
  box-shadow: none;
}
/*.widget_posts_2cols*/
.widget_posts_2cols ul {
  display: flex;
  flex-wrap: wrap;
}
.widget_posts_2cols li {
  width: 50%;
  margin-top: 20px;
}
.widget_posts_2cols li:nth-child(even) {
  padding-left: 10px;
}
.widget_posts_2cols li:nth-child(odd) {
  padding-right: 10px;
}
.widget_posts_2cols li:nth-child(1), .widget_posts_2cols li:nth-child(2) {
  margin-top: 0;
}
.widget_posts_2cols h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  margin: 10px 0 0;
}
/*
 ** Social Icons - Font Awesome Brand Icons
 */
/* social icon layout */
a[class*='fa-']:before {
  font-family: 'FontAwesome', sans-serif;
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  width: 1em;
}
a.fa, a.fab {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-left: 8px;
  margin-right: 8px;
}
a.fa.bg-icon, a.fab.bg-icon, a.fa .tooltip, a.fab .tooltip, a.fa.color-bg-icon, a.fab.color-bg-icon, a.fa .tooltip, a.fab .tooltip, a.fa.border-icon, a.fab.border-icon {
  margin-left: 3px;
  margin-right: 3px;
}
a.fa:first-child, a.fab:first-child {
  margin-left: 0;
}
a.fa:last-child, a.fab:last-child {
  margin-right: 0;
}
a.border-icon, a.bg-icon, a.color-bg-icon {
  margin-bottom: 4px;
}
a.border-icon:before, a.bg-icon:before, a.color-bg-icon:before {
  width: 2.6em;
  height: 2.6em;
  line-height: 2.6em;
}
@media (max-width: 1679px) {
  a.border-icon:before, a.bg-icon:before, a.color-bg-icon:before {
    width: 2em;
    height: 2em;
    line-height: 2em;
  }
}
a[class*='fa-'].rounded-icon {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/*social icons brand colors*/
a.color-icon.fa-500px, a[class*="fa-"].fa-500px:hover {
  color: #0099e5;
}
a.color-icon.fa-adn, a[class*="fa-"].fa-adn:hover {
  color: #4a484c;
}
a.color-icon.fa-amazon, a[class*="fa-"].fa-amazon:hover {
  color: #f90;
}
a.color-icon.fa-android, a[class*="fa-"].fa-android:hover {
  color: #a4c639;
}
a.color-icon.fa-angellist, a[class*="fa-"].fa-angellist:hover {
  color: #000;
}
a.color-icon.fa-apple, a[class*="fa-"].fa-apple:hover {
  color: #979797;
}
a.color-icon.fa-behance-square, a[class*="fa-"].fa-behance-square:hover {
  color: #1769ff;
}
a.color-icon.fa-behance, a[class*="fa-"].fa-behance:hover {
  color: #1769ff;
}
a.color-icon.fa-bitbucket-square, a[class*="fa-"].fa-bitbucket-square:hover {
  color: #205081;
}
a.color-icon.fa-bitbucket, a[class*="fa-"].fa-bitbucket:hover {
  color: #205081;
}
a.color-icon.fa-bitcoin, a[class*="fa-"].fa-bitcoin:hover {
  color: #ee9209;
}
a.color-icon.fa-black-tie, a[class*="fa-"].fa-black-tie:hover {
  color: #222;
}
a.color-icon.fa-btc, a[class*="fa-"].fa-btc:hover {
  color: #ee9209;
}
a.color-icon.fa-buysellads, a[class*="fa-"].fa-buysellads:hover {
  color: #c90100;
}
a.color-icon.fa-cc-amex, a[class*="fa-"].fa-cc-amex:hover {
  color: #007bc1;
}
a.color-icon.fa-cc-diners-club, a[class*="fa-"].fa-cc-diners-club:hover {
  color: #004a97;
}
a.color-icon.fa-cc-discover, a[class*="fa-"].fa-cc-discover:hover {
  color: #f68121;
}
a.color-icon.fa-cc-jcb, a[class*="fa-"].fa-cc-jcb:hover {
  color: #003a8f;
}
a.color-icon.fa-cc-mastercard, a[class*="fa-"].fa-cc-mastercard:hover {
  color: #0a3a82;
}
a.color-icon.fa-cc-paypal, a[class*="fa-"].fa-cc-paypal:hover {
  color: #253b80;
}
a.color-icon.fa-cc-stripe, a[class*="fa-"].fa-cc-stripe:hover {
  color: #00afe1;
}
a.color-icon.fa-cc-visa, a[class*="fa-"].fa-cc-visa:hover {
  color: #0157a2;
}
a.color-icon.fa-chrome, a[class*="fa-"].fa-chrome:hover {
  color: #4587f3;
}
a.color-icon.fa-codepen, a[class*="fa-"].fa-codepen:hover {
  color: #000;
}
a.color-icon.fa-connectdevelop, a[class*="fa-"].fa-connectdevelop:hover {
  color: #391448;
}
a.color-icon.fa-contao, a[class*="fa-"].fa-contao:hover {
  color: #eb8623;
}
a.color-icon.fa-creative-commons, a[class*="fa-"].fa-creative-commons:hover {
  color: #231f20;
}
a.color-icon.fa-css3, a[class*="fa-"].fa-css3:hover {
  color: #1680c0;
}
a.color-icon.fa-dashcube, a[class*="fa-"].fa-dashcube:hover {
  color: #7f7f7f;
}
a.color-icon.fa-delicious, a[class*="fa-"].fa-delicious:hover {
  color: #39f;
}
a.color-icon.fa-deviantart, a[class*="fa-"].fa-deviantart:hover {
  color: #4e6252;
}
a.color-icon.fa-digg, a[class*="fa-"].fa-digg:hover {
  color: #000;
}
a.color-icon.fa-dribbble, a[class*="fa-"].fa-dribbble:hover {
  color: #444;
}
a.color-icon.fa-dropbox, a[class*="fa-"].fa-dropbox:hover {
  color: #007ee5;
}
a.color-icon.fa-drupal, a[class*="fa-"].fa-drupal:hover {
  color: #0077c0;
}
a.color-icon.fa-empire, a[class*="fa-"].fa-empire:hover {
  color: #000;
}
a.color-icon.fa-expeditedssl, a[class*="fa-"].fa-expeditedssl:hover {
  color: #343433;
}
a.color-icon.fa-facebook-official, a[class*="fa-"].fa-facebook-official:hover {
  color: #3b5998;
}
a.color-icon.fa-facebook-square, a[class*="fa-"].fa-facebook-square:hover {
  color: #3b5998;
}
a.color-icon.fa-facebook, a[class*="fa-"].fa-facebook:hover {
  color: #3b5998;
}
a.color-icon.fa-firefox, a[class*="fa-"].fa-firefox:hover {
  color: #e66000;
}
a.color-icon.fa-flickr, a[class*="fa-"].fa-flickr:hover {
  color: #ff0084;
}
a.color-icon.fa-fonticons, a[class*="fa-"].fa-fonticons:hover {
  color: #1c1e29;
}
a.color-icon.fa-forumbee, a[class*="fa-"].fa-forumbee:hover {
  color: #83ad13;
}
a.color-icon.fa-foursquare, a[class*="fa-"].fa-foursquare:hover {
  color: #0072b1;
}
a.color-icon.fa-ge, a[class*="fa-"].fa-ge:hover {
  color: #000;
}
a.color-icon.fa-get-pocket, a[class*="fa-"].fa-get-pocket:hover {
  color: #d3505a;
}
a.color-icon.fa-gg-circle, a[class*="fa-"].fa-gg-circle:hover {
  color: #000;
}
a.color-icon.fa-gg, a[class*="fa-"].fa-gg:hover {
  color: #000;
}
a.color-icon.fa-git-square, a[class*="fa-"].fa-git-square:hover {
  color: #333;
}
a.color-icon.fa-500px, a[class*="fa-"].fa-500px:hover {
  color: #0099e5;
}
a.color-icon.fa-adn, a[class*="fa-"].fa-adn:hover {
  color: #4a484c;
}
a.color-icon.fa-amazon, a[class*="fa-"].fa-amazon:hover {
  color: #f90;
}
a.color-icon.fa-android, a[class*="fa-"].fa-android:hover {
  color: #a4c639;
}
a.color-icon.fa-angellist, a[class*="fa-"].fa-angellist:hover {
  color: #000;
}
a.color-icon.fa-apple, a[class*="fa-"].fa-apple:hover {
  color: #979797;
}
a.color-icon.fa-behance-square, a[class*="fa-"].fa-behance-square:hover {
  color: #1769ff;
}
a.color-icon.fa-behance, a[class*="fa-"].fa-behance:hover {
  color: #1769ff;
}
a.color-icon.fa-bitbucket-square, a[class*="fa-"].fa-bitbucket-square:hover {
  color: #205081;
}
a.color-icon.fa-bitbucket, a[class*="fa-"].fa-bitbucket:hover {
  color: #205081;
}
a.color-icon.fa-bitcoin, a[class*="fa-"].fa-bitcoin:hover {
  color: #ee9209;
}
a.color-icon.fa-black-tie, a[class*="fa-"].fa-black-tie:hover {
  color: #222;
}
a.color-icon.fa-btc, a[class*="fa-"].fa-btc:hover {
  color: #ee9209;
}
a.color-icon.fa-buysellads, a[class*="fa-"].fa-buysellads:hover {
  color: #c90100;
}
a.color-icon.fa-cc-amex, a[class*="fa-"].fa-cc-amex:hover {
  color: #007bc1;
}
a.color-icon.fa-cc-diners-club, a[class*="fa-"].fa-cc-diners-club:hover {
  color: #004a97;
}
a.color-icon.fa-cc-discover, a[class*="fa-"].fa-cc-discover:hover {
  color: #f68121;
}
a.color-icon.fa-cc-jcb, a[class*="fa-"].fa-cc-jcb:hover {
  color: #003a8f;
}
a.color-icon.fa-cc-mastercard, a[class*="fa-"].fa-cc-mastercard:hover {
  color: #0a3a82;
}
a.color-icon.fa-cc-paypal, a[class*="fa-"].fa-cc-paypal:hover {
  color: #253b80;
}
a.color-icon.fa-cc-stripe, a[class*="fa-"].fa-cc-stripe:hover {
  color: #00afe1;
}
a.color-icon.fa-cc-visa, a[class*="fa-"].fa-cc-visa:hover {
  color: #0157a2;
}
a.color-icon.fa-chrome, a[class*="fa-"].fa-chrome:hover {
  color: #4587f3;
}
a.color-icon.fa-codepen, a[class*="fa-"].fa-codepen:hover {
  color: #000;
}
a.color-icon.fa-connectdevelop, a[class*="fa-"].fa-connectdevelop:hover {
  color: #391448;
}
a.color-icon.fa-contao, a[class*="fa-"].fa-contao:hover {
  color: #eb8623;
}
a.color-icon.fa-creative-commons, a[class*="fa-"].fa-creative-commons:hover {
  color: #231f20;
}
a.color-icon.fa-css3, a[class*="fa-"].fa-css3:hover {
  color: #1680c0;
}
a.color-icon.fa-dashcube, a[class*="fa-"].fa-dashcube:hover {
  color: #7f7f7f;
}
a.color-icon.fa-delicious, a[class*="fa-"].fa-delicious:hover {
  color: #39f;
}
a.color-icon.fa-deviantart, a[class*="fa-"].fa-deviantart:hover {
  color: #4e6252;
}
a.color-icon.fa-digg, a[class*="fa-"].fa-digg:hover {
  color: #000;
}
a.color-icon.fa-dribbble, a[class*="fa-"].fa-dribbble:hover {
  color: #444;
}
a.color-icon.fa-dropbox, a[class*="fa-"].fa-dropbox:hover {
  color: #007ee5;
}
a.color-icon.fa-drupal, a[class*="fa-"].fa-drupal:hover {
  color: #0077c0;
}
a.color-icon.fa-empire, a[class*="fa-"].fa-empire:hover {
  color: #000;
}
a.color-icon.fa-expeditedssl, a[class*="fa-"].fa-expeditedssl:hover {
  color: #343433;
}
a.color-icon.fa-facebook-official, a[class*="fa-"].fa-facebook-official:hover {
  color: #3b5998;
}
a.color-icon.fa-facebook-square, a[class*="fa-"].fa-facebook-square:hover {
  color: #3b5998;
}
a.color-icon.fa-facebook, a[class*="fa-"].fa-facebook:hover {
  color: #3b5998;
}
a.color-icon.fa-linkedin-in, a[class*="fa-"].fa-linkedin-in:hover {
  color: #0976b4;
}
a.color-icon.fa-firefox, a[class*="fa-"].fa-firefox:hover {
  color: #e66000;
}
a.color-icon.fa-flickr, a[class*="fa-"].fa-flickr:hover {
  color: #ff0084;
}
a.color-icon.fa-fonticons, a[class*="fa-"].fa-fonticons:hover {
  color: #1c1e29;
}
a.color-icon.fa-forumbee, a[class*="fa-"].fa-forumbee:hover {
  color: #83ad13;
}
a.color-icon.fa-foursquare, a[class*="fa-"].fa-foursquare:hover {
  color: #0072b1;
}
a.color-icon.fa-ge, a[class*="fa-"].fa-ge:hover {
  color: #000;
}
a.color-icon.fa-get-pocket, a[class*="fa-"].fa-get-pocket:hover {
  color: #d3505a;
}
a.color-icon.fa-gg-circle, a[class*="fa-"].fa-gg-circle:hover {
  color: #000;
}
a.color-icon.fa-gg, a[class*="fa-"].fa-gg:hover {
  color: #000;
}
a.color-icon.fa-git-square, a[class*="fa-"].fa-git-square:hover {
  color: #333;
}
a.color-icon.fa-git, a[class*="fa-"].fa-git:hover {
  color: #333;
}
a.color-icon.fa-github-alt, a[class*="fa-"].fa-github-alt:hover {
  color: #333;
}
a.color-icon.fa-github-square, a[class*="fa-"].fa-github-square:hover {
  color: #333;
}
a.color-icon.fa-github, a[class*="fa-"].fa-github:hover {
  color: #333;
}
a.color-icon.fa-gittip, a[class*="fa-"].fa-gittip:hover {
  color: #630;
}
a.color-icon.fa-google-plus-square, a[class*="fa-"].fa-google-plus-square:hover {
  color: #dd4b39;
}
a.color-icon.fa-google-plus, a[class*="fa-"].fa-google-plus:hover {
  color: #dd4b39;
}
a.color-icon.fa-google-wallet, a[class*="fa-"].fa-google-wallet:hover {
  color: #4285f4;
}
a.color-icon.fa-google, a[class*="fa-"].fa-google:hover {
  color: #dd4b39;
}
a.color-icon.fa-hacker-news, a[class*="fa-"].fa-hacker-news:hover {
  color: #f60;
}
a.color-icon.fa-houzz, a[class*="fa-"].fa-houzz:hover {
  color: #7ac142;
}
a.color-icon.fa-html5, a[class*="fa-"].fa-html5:hover {
  color: #e34f26;
}
a.color-icon.fa-instagram, a[class*="fa-"].fa-instagram:hover {
  color: #3f729b;
}
a.color-icon.fa-internet-explorer, a[class*="fa-"].fa-internet-explorer:hover {
  color: #1ebbee;
}
a.color-icon.fa-ioxhost, a[class*="fa-"].fa-ioxhost:hover {
  color: #faa729;
}
a.color-icon.fa-joomla, a[class*="fa-"].fa-joomla:hover {
  color: #142849;
}
a.color-icon.fa-jsfiddle, a[class*="fa-"].fa-jsfiddle:hover {
  color: #4679bd;
}
a.color-icon.fa-lastfm-square, a[class*="fa-"].fa-lastfm-square:hover {
  color: #c3000d;
}
a.color-icon.fa-lastfm, a[class*="fa-"].fa-lastfm:hover {
  color: #c3000d;
}
a.color-icon.fa-leanpub, a[class*="fa-"].fa-leanpub:hover {
  color: #0c0c0c;
}
a.color-icon.fa-linkedin-square, a[class*="fa-"].fa-linkedin-square:hover {
  color: #0976b4;
}
a.color-icon.fa-linkedin, a[class*="fa-"].fa-linkedin:hover {
  color: #0976b4;
}
a.color-icon.fa-linux, a[class*="fa-"].fa-linux:hover {
  color: #333;
}
a.color-icon.fa-maxcdn, a[class*="fa-"].fa-maxcdn:hover {
  color: #f60;
}
a.color-icon.fa-meanpath, a[class*="fa-"].fa-meanpath:hover {
  color: #538ed7;
}
a.color-icon.fa-medium, a[class*="fa-"].fa-medium:hover {
  color: #000;
}
a.color-icon.fa-odnoklassniki-square, a[class*="fa-"].fa-odnoklassniki-square:hover {
  color: #ed812b;
}
a.color-icon.fa-odnoklassniki, a[class*="fa-"].fa-odnoklassniki:hover {
  color: #ed812b;
}
a.color-icon.fa-opencart, a[class*="fa-"].fa-opencart:hover {
  color: #2ac2ef;
}
a.color-icon.fa-openid, a[class*="fa-"].fa-openid:hover {
  color: #f78c40;
}
a.color-icon.fa-opera, a[class*="fa-"].fa-opera:hover {
  color: #cc0f16;
}
a.color-icon.fa-optin-monster, a[class*="fa-"].fa-optin-monster:hover {
  color: #83c11f;
}
a.color-icon.fa-pagelines, a[class*="fa-"].fa-pagelines:hover {
  color: #000;
}
a.color-icon.fa-paypal, a[class*="fa-"].fa-paypal:hover {
  color: #253b80;
}
a.color-icon.fa-pied-piper-alt, a[class*="fa-"].fa-pied-piper-alt :hover {
  color: #2f9f46;
}
a.color-icon.fa-pied-piper-square, a[class*="fa-"].fa-pied-piper-square :hover {
  color: #2f9f46;
}
a.color-icon.fa-pied-piper, a[class*="fa-"].fa-pied-piper:hover {
  color: #2f9f46;
}
a.color-icon.fa-pinterest-p, a[class*="fa-"].fa-pinterest-p:hover {
  color: #cc2127;
}
a.color-icon.fa-pinterest-square, a[class*="fa-"].fa-pinterest-square:hover {
  color: #cc2127;
}
a.color-icon.fa-pinterest, a[class*="fa-"].fa-pinterest:hover {
  color: #cc2127;
}
a.color-icon.fa-qq, a[class*="fa-"].fa-qq:hover {
  color: #000;
}
a.color-icon.fa-ra, a[class*="fa-"].fa-ra:hover {
  color: #000;
}
a.color-icon.fa-rebel, a[class*="fa-"].fa-rebel:hover {
  color: #000;
}
a.color-icon.fa-reddit-square, a[class*="fa-"].fa-reddit-square:hover {
  color: #ff4500;
}
a.color-icon.fa-reddit, a[class*="fa-"].fa-reddit:hover {
  color: #ff4500;
}
a.color-icon.fa-renren, a[class*="fa-"].fa-renren:hover {
  color: #005eac;
}
a.color-icon.fa-safari, a[class*="fa-"].fa-safari:hover {
  color: #1b88ca;
}
a.color-icon.fa-sellsy, a[class*="fa-"].fa-sellsy:hover {
  color: #1f78b9;
}
a.color-icon.fa-share-alt-square, a[class*="fa-"].fa-share-alt-square:hover {
  color: #01bf01;
}
a.color-icon.fa-share-alt, a[class*="fa-"].fa-share-alt:hover {
  color: #01bf01;
}
a.color-icon.fa-shirtsinbulk, a[class*="fa-"].fa-shirtsinbulk:hover {
  color: #dd3a26;
}
a.color-icon.fa-simplybuilt, a[class*="fa-"].fa-simplybuilt:hover {
  color: #000;
}
a.color-icon.fa-skyatlas, a[class*="fa-"].fa-skyatlas:hover {
  color: #00adbb;
}
a.color-icon.fa-skype, a[class*="fa-"].fa-skype:hover {
  color: #00aff0;
}
a.color-icon.fa-slack, a[class*="fa-"].fa-slack:hover {
  color: #0f7965;
}
a.color-icon.fa-slideshare, a[class*="fa-"].fa-slideshare:hover {
  color: #e98325;
}
a.color-icon.fa-soundcloud, a[class*="fa-"].fa-soundcloud:hover {
  color: #f80;
}
a.color-icon.fa-spotify, a[class*="fa-"].fa-spotify:hover {
  color: #7ab800;
}
a.color-icon.fa-stack-exchange, a[class*="fa-"].fa-stack-exchange:hover {
  color: #000;
}
a.color-icon.fa-stack-overflow, a[class*="fa-"].fa-stack-overflow:hover {
  color: #fe7a15;
}
a.color-icon.fa-steam-square, a[class*="fa-"].fa-steam-square:hover {
  color: #0b0b0b;
}
a.color-icon.fa-steam, a[class*="fa-"].fa-steam:hover {
  color: #0b0b0b;
}
a.color-icon.fa-stumbleupon-circle, a[class*="fa-"].fa-stumbleupon-circle:hover {
  color: #eb4924;
}
a.color-icon.fa-stumbleupon, a[class*="fa-"].fa-stumbleupon:hover {
  color: #eb4924;
}
a.color-icon.fa-tencent-weibo, a[class*="fa-"].fa-tencent-weibo:hover {
  color: #74af2c;
}
a.color-icon.fa-trello, a[class*="fa-"].fa-trello:hover {
  color: #256a92;
}
a.color-icon.fa-tripadvisor, a[class*="fa-"].fa-tripadvisor:hover {
  color: #589442;
}
a.color-icon.fa-tumblr-square, a[class*="fa-"].fa-tumblr-square:hover {
  color: #35465c;
}
a.color-icon.fa-tumblr, a[class*="fa-"].fa-tumblr:hover {
  color: #35465c;
}
a.color-icon.fa-twitch, a[class*="fa-"].fa-twitch:hover {
  color: #6441a5;
}
a.color-icon.fa-twitter-square, a[class*="fa-"].fa-twitter-square:hover {
  color: #55acee;
}
a.color-icon.fa-twitter, a[class*="fa-"].fa-twitter:hover {
  color: #55acee;
}
a.color-icon.fa-viacoin, a[class*="fa-"].fa-viacoin:hover {
  color: #333;
}
a.color-icon.fa-vimeo-square, a[class*="fa-"].fa-vimeo-square:hover {
  color: #1ab7ea;
}
a.color-icon.fa-vimeo, a[class*="fa-"].fa-vimeo:hover {
  color: #1ab7ea;
}
a.color-icon.fa-vine, a[class*="fa-"].fa-vine:hover {
  color: #00b488;
}
a.color-icon.fa-vk, a[class*="fa-"].fa-vk:hover {
  color: #45668e;
}
a.color-icon.fa-wechat, a[class*="fa-"].fa-wechat:hover {
  color: #93d034;
}
a.color-icon.fa-weibo, a[class*="fa-"].fa-weibo:hover {
  color: #e71d34;
}
a.color-icon.fa-weixin, a[class*="fa-"].fa-weixin:hover {
  color: #93d034;
}
a.color-icon.fa-wikipedia-w, a[class*="fa-"].fa-wikipedia-w:hover {
  color: #000;
}
a.color-icon.fa-windows, a[class*="fa-"].fa-windows:hover {
  color: #00bcf2;
}
a.color-icon.fa-wordpress, a[class*="fa-"].fa-wordpress:hover {
  color: #21759b;
}
a.color-icon.fa-xing-square, a[class*="fa-"].fa-xing-square:hover {
  color: #026466;
}
a.color-icon.fa-xing, a[class*="fa-"].fa-xing:hover {
  color: #026466;
}
a.color-icon.fa-y-combinator, a[class*="fa-"].fa-y-combinator:hover {
  color: #f0652f;
}
a.color-icon.fa-yahoo, a[class*="fa-"].fa-yahoo:hover {
  color: #400191;
}
a.color-icon.fa-yc, a[class*="fa-"].fa-yc:hover {
  color: #f0652f;
}
a.color-icon.fa-yelp, a[class*="fa-"].fa-yelp:hover {
  color: #af0606;
}
a.color-icon.fa-youtube-play, a[class*="fa-"].fa-youtube-play:hover {
  color: #e52d27;
}
a.color-icon.fa-youtube-square, a[class*="fa-"].fa-youtube-square:hover {
  color: #e52d27;
}
a.color-icon.fa-youtube, a[class*="fa-"].fa-youtube:hover {
  color: #e52d27;
}
a.color-icon.fa-rss, a[class*="fa-"].fa-rss:hover {
  color: #ffa811;
}
.color-bg-icon.fa-500px, a.fa-500px.bg-icon:hover, .fa-500px.color-icon.border-icon:hover {
  background-color: #0099e5;
}
.color-bg-icon.fa-adn, a.fa-adn.bg-icon:hover, .fa-adn.color-icon.border-icon:hover {
  background-color: #4a484c;
}
.color-bg-icon.fa-amazon, a.fa-amazon.bg-icon:hover, .fa-amazon.color-icon.border-icon:hover {
  background-color: #f90;
}
.color-bg-icon.fa-android, a.fa-android.bg-icon:hover, .fa-android.color-icon.border-icon:hover {
  background-color: #a4c639;
}
.color-bg-icon.fa-angellist, a.fa-angellist.bg-icon:hover, .fa-angellist.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-apple, a.fa-apple.bg-icon:hover, .fa-apple.color-icon.border-icon:hover {
  background-color: #979797;
}
.color-bg-icon.fa-behance-square, a.fa-behance-square.bg-icon:hover, .fa-behance-square.color-icon.border-icon:hover {
  background-color: #1769ff;
}
.color-bg-icon.fa-behance, a.fa-behance.bg-icon:hover, .fa-behance.color-icon.border-icon:hover {
  background-color: #1769ff;
}
.color-bg-icon.fa-bitbucket-square, a.fa-bitbucket-square.bg-icon:hover, .fa-bitbucket-square.color-icon.border-icon:hover {
  background-color: #205081;
}
.color-bg-icon.fa-bitbucket, a.fa-bitbucket.bg-icon:hover, .fa-bitbucket.color-icon.border-icon:hover {
  background-color: #205081;
}
.color-bg-icon.fa-bitcoin, a.fa-bitcoin.bg-icon:hover, .fa-bitcoin.color-icon.border-icon:hover {
  background-color: #ee9209;
}
.color-bg-icon.fa-black-tie, a.fa-black-tie.bg-icon:hover, .fa-black-tie.color-icon.border-icon:hover {
  background-color: #222;
}
.color-bg-icon.fa-btc, a.fa-btc.bg-icon:hover, .fa-btc.color-icon.border-icon:hover {
  background-color: #ee9209;
}
.color-bg-icon.fa-buysellads, a.fa-buysellads.bg-icon:hover, .fa-buysellads.color-icon.border-icon:hover {
  background-color: #c90100;
}
.color-bg-icon.fa-cc-amex, a.fa-cc-amex.bg-icon:hover, .fa-cc-amex.color-icon.border-icon:hover {
  background-color: #007bc1;
}
.color-bg-icon.fa-cc-diners-club, a.fa-cc-diners-club.bg-icon:hover, .fa-cc-diners-club.color-icon.border-icon:hover {
  background-color: #004a97;
}
.color-bg-icon.fa-cc-discover, a.fa-cc-discover.bg-icon:hover, .fa-cc-discover.color-icon.border-icon:hover {
  background-color: #f68121;
}
.color-bg-icon.fa-cc-jcb, a.fa-cc-jcb.bg-icon:hover, .fa-cc-jcb.color-icon.border-icon:hover {
  background-color: #003a8f;
}
.color-bg-icon.fa-cc-mastercard, a.fa-cc-mastercard.bg-icon:hover, .fa-cc-mastercard.color-icon.border-icon:hover {
  background-color: #0a3a82;
}
.color-bg-icon.fa-cc-paypal, a.fa-cc-paypal.bg-icon:hover, .fa-cc-paypal.color-icon.border-icon:hover {
  background-color: #253b80;
}
.color-bg-icon.fa-cc-stripe, a.fa-cc-stripe.bg-icon:hover, .fa-cc-stripe.color-icon.border-icon:hover {
  background-color: #00afe1;
}
.color-bg-icon.fa-cc-visa, a.fa-cc-visa.bg-icon:hover, .fa-cc-visa.color-icon.border-icon:hover {
  background-color: #0157a2;
}
.color-bg-icon.fa-chrome, a.fa-chrome.bg-icon:hover, .fa-chrome.color-icon.border-icon:hover {
  background-color: #4587f3;
}
.color-bg-icon.fa-codepen, a.fa-codepen.bg-icon:hover, .fa-codepen.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-connectdevelop, a.fa-connectdevelop.bg-icon:hover, .fa-connectdevelop.color-icon.border-icon:hover {
  background-color: #391448;
}
.color-bg-icon.fa-contao, a.fa-contao.bg-icon:hover, .fa-contao.color-icon.border-icon:hover {
  background-color: #eb8623;
}
.color-bg-icon.fa-creative-commons, a.fa-creative-commons.bg-icon:hover, .fa-creative-commons.color-icon.border-icon:hover {
  background-color: #231f20;
}
.color-bg-icon.fa-css3, a.fa-css3.bg-icon:hover, .fa-css3.color-icon.border-icon:hover {
  background-color: #1680c0;
}
.color-bg-icon.fa-dashcube, a.fa-dashcube.bg-icon:hover, .fa-dashcube.color-icon.border-icon:hover {
  background-color: #7f7f7f;
}
.color-bg-icon.fa-delicious, a.fa-delicious.bg-icon:hover, .fa-delicious.color-icon.border-icon:hover {
  background-color: #39f;
}
.color-bg-icon.fa-deviantart, a.fa-deviantart.bg-icon:hover, .fa-deviantart.color-icon.border-icon:hover {
  background-color: #4e6252;
}
.color-bg-icon.fa-digg, a.fa-digg.bg-icon:hover, .fa-digg.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-dribbble, a.fa-dribbble.bg-icon:hover, .fa-dribbble.color-icon.border-icon:hover {
  background-color: #444;
}
.color-bg-icon.fa-dropbox, a.fa-dropbox.bg-icon:hover, .fa-dropbox.color-icon.border-icon:hover {
  background-color: #007ee5;
}
.color-bg-icon.fa-drupal, a.fa-drupal.bg-icon:hover, .fa-drupal.color-icon.border-icon:hover {
  background-color: #0077c0;
}
.color-bg-icon.fa-empire, a.fa-empire.bg-icon:hover, .fa-empire.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-expeditedssl, a.fa-expeditedssl.bg-icon:hover, .fa-expeditedssl.color-icon.border-icon:hover {
  background-color: #343433;
}
.color-bg-icon.fa-facebook-official, a.fa-facebook-official.bg-icon:hover, .fa-facebook-official.color-icon.border-icon:hover {
  background-color: #3b5998;
}
.color-bg-icon.fa-facebook-square, a.fa-facebook-square.bg-icon:hover, .fa-facebook-square.color-icon.border-icon:hover {
  background-color: #3b5998;
}
.color-bg-icon.fa-facebook, a.fa-facebook.bg-icon:hover, .fa-facebook.color-icon.border-icon:hover {
  background-color: #3b5998;
}
.color-bg-icon.fa-firefox, a.fa-firefox.bg-icon:hover, .fa-firefox.color-icon.border-icon:hover {
  background-color: #e66000;
}
.color-bg-icon.fa-flickr, a.fa-flickr.bg-icon:hover, .fa-flickr.color-icon.border-icon:hover {
  background-color: #ff0084;
}
.color-bg-icon.fa-fonticons, a.fa-fonticons.bg-icon:hover, .fa-fonticons.color-icon.border-icon:hover {
  background-color: #1c1e29;
}
.color-bg-icon.fa-forumbee, a.fa-forumbee.bg-icon:hover, .fa-forumbee.color-icon.border-icon:hover {
  background-color: #83ad13;
}
.color-bg-icon.fa-foursquare, a.fa-foursquare.bg-icon:hover, .fa-foursquare.color-icon.border-icon:hover {
  background-color: #0072b1;
}
.color-bg-icon.fa-ge, a.fa-ge.bg-icon:hover, .fa-ge.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-get-pocket, a.fa-get-pocket.bg-icon:hover, .fa-get-pocket.color-icon.border-icon:hover {
  background-color: #d3505a;
}
.color-bg-icon.fa-gg-circle, a.fa-gg-circle.bg-icon:hover, .fa-gg-circle.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-gg, a.fa-gg.bg-icon:hover, .fa-gg.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-git-square, a.fa-git-square.bg-icon:hover, .fa-git-square.color-icon.border-icon:hover {
  background-color: #333;
}
.color-bg-icon.fa-git, a.fa-git.bg-icon:hover, .fa-git.color-icon.border-icon:hover {
  background-color: #333;
}
.color-bg-icon.fa-github-alt, a.fa-github-alt.bg-icon:hover, .fa-github-alt.color-icon.border-icon:hover {
  background-color: #333;
}
.color-bg-icon.fa-github-square, a.fa-github-square.bg-icon:hover, .fa-github-square.color-icon.border-icon:hover {
  background-color: #333;
}
.color-bg-icon.fa-github, a.fa-github.bg-icon:hover, .fa-github.color-icon.border-icon:hover {
  background-color: #333;
}
.color-bg-icon.fa-gittip, a.fa-gittip.bg-icon:hover, .fa-gittip.color-icon.border-icon:hover {
  background-color: #630;
}
.color-bg-icon.fa-google-plus-square, a.fa-google-plus-square.bg-icon:hover, .fa-google-plus-square.color-icon.border-icon:hover {
  background-color: #dd4b39;
}
.color-bg-icon.fa-google-plus, a.fa-google-plus.bg-icon:hover, .fa-google-plus.color-icon.border-icon:hover {
  background-color: #dd4b39;
}
.color-bg-icon.fa-google-wallet, a.fa-google-wallet.bg-icon:hover, .fa-google-wallet.color-icon.border-icon:hover {
  background-color: #4285f4;
}
.color-bg-icon.fa-google, a.fa-google.bg-icon:hover, .fa-google.color-icon.border-icon:hover {
  background-color: #dd4b39;
}
.color-bg-icon.fa-hacker-news, a.fa-hacker-news.bg-icon:hover, .fa-hacker-news.color-icon.border-icon:hover {
  background-color: #f60;
}
.color-bg-icon.fa-houzz, a.fa-houzz.bg-icon:hover, .fa-houzz.color-icon.border-icon:hover {
  background-color: #7ac142;
}
.color-bg-icon.fa-html5, a.fa-html5.bg-icon:hover, .fa-html5.color-icon.border-icon:hover {
  background-color: #e34f26;
}
.color-bg-icon.fa-instagram, a.fa-instagram.bg-icon:hover, .fa-instagram.color-icon.border-icon:hover {
  background-color: #3f729b;
}
.color-bg-icon.fa-internet-explorer, a.fa-internet-explorer.bg-icon:hover, .fa-internet-explorer.color-icon.border-icon:hover {
  background-color: #1ebbee;
}
.color-bg-icon.fa-ioxhost, a.fa-ioxhost.bg-icon:hover, .fa-ioxhost.color-icon.border-icon:hover {
  background-color: #faa729;
}
.color-bg-icon.fa-joomla, a.fa-joomla.bg-icon:hover, .fa-joomla.color-icon.border-icon:hover {
  background-color: #142849;
}
.color-bg-icon.fa-jsfiddle, a.fa-jsfiddle.bg-icon:hover, .fa-jsfiddle.color-icon.border-icon:hover {
  background-color: #4679bd;
}
.color-bg-icon.fa-lastfm-square, a.fa-lastfm-square.bg-icon:hover, .fa-lastfm-square.color-icon.border-icon:hover {
  background-color: #c3000d;
}
.color-bg-icon.fa-lastfm, a.fa-lastfm.bg-icon:hover, .fa-lastfm.color-icon.border-icon:hover {
  background-color: #c3000d;
}
.color-bg-icon.fa-leanpub, a.fa-leanpub.bg-icon:hover, .fa-leanpub.color-icon.border-icon:hover {
  background-color: #0c0c0c;
}
.color-bg-icon.fa-linkedin-square, a.fa-linkedin-square.bg-icon:hover, .fa-linkedin-square.color-icon.border-icon:hover {
  background-color: #0976b4;
}
.color-bg-icon.fa-linkedin, a.fa-linkedin.bg-icon:hover, .fa-linkedin.color-icon.border-icon:hover {
  background-color: #0976b4;
}
.color-bg-icon.fa-linux, a.fa-linux.bg-icon:hover, .fa-linux.color-icon.border-icon:hover {
  background-color: #333;
}
.color-bg-icon.fa-maxcdn, a.fa-maxcdn.bg-icon:hover, .fa-maxcdn.color-icon.border-icon:hover {
  background-color: #f60;
}
.color-bg-icon.fa-meanpath, a.fa-meanpath.bg-icon:hover, .fa-meanpath.color-icon.border-icon:hover {
  background-color: #538ed7;
}
.color-bg-icon.fa-medium, a.fa-medium.bg-icon:hover, .fa-medium.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-odnoklassniki-square, a.fa-odnoklassniki-square.bg-icon:hover, .fa-odnoklassniki-square.color-icon.border-icon:hover {
  background-color: #ed812b;
}
.color-bg-icon.fa-odnoklassniki, a.fa-odnoklassniki.bg-icon:hover, .fa-odnoklassniki.color-icon.border-icon:hover {
  background-color: #ed812b;
}
.color-bg-icon.fa-opencart, a.fa-opencart.bg-icon:hover, .fa-opencart.color-icon.border-icon:hover {
  background-color: #2ac2ef;
}
.color-bg-icon.fa-openid, a.fa-openid.bg-icon:hover, .fa-openid.color-icon.border-icon:hover {
  background-color: #f78c40;
}
.color-bg-icon.fa-opera, a.fa-opera.bg-icon:hover, .fa-opera.color-icon.border-icon:hover {
  background-color: #cc0f16;
}
.color-bg-icon.fa-optin-monster, a.fa-optin-monster.bg-icon:hover, .fa-optin-monster.color-icon.border-icon:hover {
  background-color: #83c11f;
}
.color-bg-icon.fa-pagelines, a.fa-pagelines.bg-icon:hover, .fa-pagelines.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-paypal, a.fa-paypal.bg-icon:hover, .fa-paypal.color-icon.border-icon:hover {
  background-color: #253b80;
}
.color-bg-icon.fa-pied-piper-alt, a.fa-pied-piper-alt .bg-icon:hover, .fa-pied-piper-alt .color-icon.border-icon:hover {
  color: #2f9f46;
}
.color-bg-icon.fa-pied-piper-square, a.fa-pied-piper-square .bg-icon:hover, .fa-pied-piper-square .color-icon.border-icon:hover {
  color: #2f9f46;
}
.color-bg-icon.fa-pied-piper, a.fa-pied-piper.bg-icon:hover, .fa-pied-piper.color-icon.border-icon:hover {
  background-color: #2f9f46;
}
.color-bg-icon.fa-pinterest-p, a.fa-pinterest-p.bg-icon:hover, .fa-pinterest-p.color-icon.border-icon:hover {
  background-color: #cc2127;
}
.color-bg-icon.fa-pinterest-square, a.fa-pinterest-square.bg-icon:hover, .fa-pinterest-square.color-icon.border-icon:hover {
  background-color: #cc2127;
}
.color-bg-icon.fa-pinterest, a.fa-pinterest.bg-icon:hover, .fa-pinterest.color-icon.border-icon:hover {
  background-color: #cc2127;
}
.color-bg-icon.fa-qq, a.fa-qq.bg-icon:hover, .fa-qq.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-ra, a.fa-ra.bg-icon:hover, .fa-ra.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-rebel, a.fa-rebel.bg-icon:hover, .fa-rebel.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-reddit-square, a.fa-reddit-square.bg-icon:hover, .fa-reddit-square.color-icon.border-icon:hover {
  background-color: #ff4500;
}
.color-bg-icon.fa-reddit, a.fa-reddit.bg-icon:hover, .fa-reddit.color-icon.border-icon:hover {
  background-color: #ff4500;
}
.color-bg-icon.fa-renren, a.fa-renren.bg-icon:hover, .fa-renren.color-icon.border-icon:hover {
  background-color: #005eac;
}
.color-bg-icon.fa-safari, a.fa-safari.bg-icon:hover, .fa-safari.color-icon.border-icon:hover {
  background-color: #1b88ca;
}
.color-bg-icon.fa-sellsy, a.fa-sellsy.bg-icon:hover, .fa-sellsy.color-icon.border-icon:hover {
  background-color: #1f78b9;
}
.color-bg-icon.fa-share-alt-square, a.fa-share-alt-square.bg-icon:hover, .fa-share-alt-square.color-icon.border-icon:hover {
  background-color: #01bf01;
}
.color-bg-icon.fa-share-alt, a.fa-share-alt.bg-icon:hover, .fa-share-alt.color-icon.border-icon:hover {
  background-color: #01bf01;
}
.color-bg-icon.fa-shirtsinbulk, a.fa-shirtsinbulk.bg-icon:hover, .fa-shirtsinbulk.color-icon.border-icon:hover {
  background-color: #dd3a26;
}
.color-bg-icon.fa-simplybuilt, a.fa-simplybuilt.bg-icon:hover, .fa-simplybuilt.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-skyatlas, a.fa-skyatlas.bg-icon:hover, .fa-skyatlas.color-icon.border-icon:hover {
  background-color: #00adbb;
}
.color-bg-icon.fa-skype, a.fa-skype.bg-icon:hover, .fa-skype.color-icon.border-icon:hover {
  background-color: #00aff0;
}
.color-bg-icon.fa-slack, a.fa-slack.bg-icon:hover, .fa-slack.color-icon.border-icon:hover {
  background-color: #0f7965;
}
.color-bg-icon.fa-slideshare, a.fa-slideshare.bg-icon:hover, .fa-slideshare.color-icon.border-icon:hover {
  background-color: #e98325;
}
.color-bg-icon.fa-soundcloud, a.fa-soundcloud.bg-icon:hover, .fa-soundcloud.color-icon.border-icon:hover {
  background-color: #f80;
}
.color-bg-icon.fa-spotify, a.fa-spotify.bg-icon:hover, .fa-spotify.color-icon.border-icon:hover {
  background-color: #7ab800;
}
.color-bg-icon.fa-stack-exchange, a.fa-stack-exchange.bg-icon:hover, .fa-stack-exchange.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-stack-overflow, a.fa-stack-overflow.bg-icon:hover, .fa-stack-overflow.color-icon.border-icon:hover {
  background-color: #fe7a15;
}
.color-bg-icon.fa-steam-square, a.fa-steam-square.bg-icon:hover, .fa-steam-square.color-icon.border-icon:hover {
  background-color: #0b0b0b;
}
.color-bg-icon.fa-steam, a.fa-steam.bg-icon:hover, .fa-steam.color-icon.border-icon:hover {
  background-color: #0b0b0b;
}
.color-bg-icon.fa-stumbleupon-circle, a.fa-stumbleupon-circle.bg-icon:hover, .fa-stumbleupon-circle.color-icon.border-icon:hover {
  background-color: #eb4924;
}
.color-bg-icon.fa-stumbleupon, a.fa-stumbleupon.bg-icon:hover, .fa-stumbleupon.color-icon.border-icon:hover {
  background-color: #eb4924;
}
.color-bg-icon.fa-tencent-weibo, a.fa-tencent-weibo.bg-icon:hover, .fa-tencent-weibo.color-icon.border-icon:hover {
  background-color: #74af2c;
}
.color-bg-icon.fa-trello, a.fa-trello.bg-icon:hover, .fa-trello.color-icon.border-icon:hover {
  background-color: #256a92;
}
.color-bg-icon.fa-tripadvisor, a.fa-tripadvisor.bg-icon:hover, .fa-tripadvisor.color-icon.border-icon:hover {
  background-color: #589442;
}
.color-bg-icon.fa-tumblr-square, a.fa-tumblr-square.bg-icon:hover, .fa-tumblr-square.color-icon.border-icon:hover {
  background-color: #35465c;
}
.color-bg-icon.fa-tumblr, a.fa-tumblr.bg-icon:hover, .fa-tumblr.color-icon.border-icon:hover {
  background-color: #35465c;
}
.color-bg-icon.fa-twitch, a.fa-twitch.bg-icon:hover, .fa-twitch.color-icon.border-icon:hover {
  background-color: #6441a5;
}
.color-bg-icon.fa-twitter-square, a.fa-twitter-square.bg-icon:hover, .fa-twitter-square.color-icon.border-icon:hover {
  background-color: #55acee;
}
.color-bg-icon.fa-twitter, a.fa-twitter.bg-icon:hover, .fa-twitter.color-icon.border-icon:hover {
  background-color: #55acee;
}
.color-bg-icon.fa-viacoin, a.fa-viacoin.bg-icon:hover, .fa-viacoin.color-icon.border-icon:hover {
  background-color: #333;
}
.color-bg-icon.fa-vimeo-square, a.fa-vimeo-square.bg-icon:hover, .fa-vimeo-square.color-icon.border-icon:hover {
  background-color: #1ab7ea;
}
.color-bg-icon.fa-vimeo, a.fa-vimeo.bg-icon:hover, .fa-vimeo.color-icon.border-icon:hover {
  background-color: #1ab7ea;
}
.color-bg-icon.fa-vine, a.fa-vine.bg-icon:hover, .fa-vine.color-icon.border-icon:hover {
  background-color: #00b488;
}
.color-bg-icon.fa-vk, a.fa-vk.bg-icon:hover, .fa-vk.color-icon.border-icon:hover {
  background-color: #45668e;
}
.color-bg-icon.fa-wechat, a.fa-wechat.bg-icon:hover, .fa-wechat.color-icon.border-icon:hover {
  background-color: #93d034;
}
.color-bg-icon.fa-weibo, a.fa-weibo.bg-icon:hover, .fa-weibo.color-icon.border-icon:hover {
  background-color: #e71d34;
}
.color-bg-icon.fa-weixin, a.fa-weixin.bg-icon:hover, .fa-weixin.color-icon.border-icon:hover {
  background-color: #93d034;
}
.color-bg-icon.fa-wikipedia-w, a.fa-wikipedia-w.bg-icon:hover, .fa-wikipedia-w.color-icon.border-icon:hover {
  background-color: #000;
}
.color-bg-icon.fa-windows, a.fa-windows.bg-icon:hover, .fa-windows.color-icon.border-icon:hover {
  background-color: #00bcf2;
}
.color-bg-icon.fa-wordpress, a.fa-wordpress.bg-icon:hover, .fa-wordpress.color-icon.border-icon:hover {
  background-color: #21759b;
}
.color-bg-icon.fa-xing-square, a.fa-xing-square.bg-icon:hover, .fa-xing-square.color-icon.border-icon:hover {
  background-color: #026466;
}
.color-bg-icon.fa-xing, a.fa-xing.bg-icon:hover, .fa-xing.color-icon.border-icon:hover {
  background-color: #026466;
}
.color-bg-icon.fa-y-combinator, a.fa-y-combinator.bg-icon:hover, .fa-y-combinator.color-icon.border-icon:hover {
  background-color: #f0652f;
}
.color-bg-icon.fa-yahoo, a.fa-yahoo.bg-icon:hover, .fa-yahoo.color-icon.border-icon:hover {
  background-color: #400191;
}
.color-bg-icon.fa-yc, a.fa-yc.bg-icon:hover, .fa-yc.color-icon.border-icon:hover {
  background-color: #f0652f;
}
.color-bg-icon.fa-yelp, a.fa-yelp.bg-icon:hover, .fa-yelp.color-icon.border-icon:hover {
  background-color: #af0606;
}
.color-bg-icon.fa-youtube-play, a.fa-youtube-play.bg-icon:hover, .fa-youtube-play.color-icon.border-icon:hover {
  background-color: #e52d27;
}
.color-bg-icon.fa-youtube-square, a.fa-youtube-square.bg-icon:hover, .fa-youtube-square.color-icon.border-icon:hover {
  background-color: #e52d27;
}
.color-bg-icon.fa-youtube, a.fa-youtube.bg-icon:hover, .fa-youtube.color-icon.border-icon:hover {
  background-color: #e52d27;
}
.color-bg-icon.fa-rss, a.fa-rss.bg-icon:hover, .fa-rss.color-icon.border-icon:hover {
  background-color: #ffa811;
}
/*social icons default colors*/
.color-bg-icon {
  color: #fff;
}
a.fa {
  color: #323232;
}
.page_topline .social-icons a {
  color: #323232;
}
.social-icons a {
  color: #323232;
}
a.border-icon {
  border: 1px solid #9da5a9;
  border-color: rgba(157, 165, 169, 0.4);
}
a.border-icon.color-icon:hover {
  border-color: transparent;
}
a.bg-icon {
  background-color: #e7e4f3;
}
a.color-bg-icon {
  color: #fff;
  background-color: #323232;
}
a.fa.color-icon:hover {
  color: #323232;
}
a.fa.bg-icon:hover {
  color: #fff;
}
a.fa.color-bg-icon:hover {
  background-color: #49979c;
  color: #fff;
}
a.color-icon:hover {
  color: #323232;
}
a.color-icon.border-icon:hover {
  color: #fff;
}
/*
 ** WordPress Required
 */
.alignnone {
  margin: 10px 0 30px;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 10px auto 30px auto;
}
.alignright {
  float: right;
  margin: 10px 0 30px 40px;
}
.alignleft {
  float: left;
  margin: 10px 40px 30px 0;
}
a img.alignright {
  float: right;
  margin: 10px 0 30px 40px;
}
a img.alignnone {
  margin: 10px 0 30px;
}
a img.alignleft {
  float: left;
  margin: 10px 40px 30px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  text-align: center;
  color: #323232;
}
.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 img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
  display: none;
  margin: 0;
  padding: 0;
}
.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.sticky, .bypostauthor {
  position: relative;
}
/*
 ** WordPress Page Links and Pagination
 */
.page-item, .nav-links, .page-links {
  clear: both;
}
.page-item > span, .nav-links > span, .page-links > span, .page-item > a, .nav-links > a, .page-links > a {
  color: #9da5a9;
  background-color: transparent;
  border: 2px solid #e7e8e9;
  display: inline-block;
  margin-right: 11px;
  margin-left: 0;
  padding: 12px 10px;
  min-width: 3.7em;
  height: 3.6em;
  font-size: 14px;
  line-height: 1.65em;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.page-item > span:hover, .nav-links > span:hover, .page-links > span:hover, .page-item > a:hover, .nav-links > a:hover, .page-links > a:hover {
  border-color: #49979c !important;
  outline-color: #49979c !important;
  color: #323232 !important;
  background: transparent !important;
}
.page-item.active > a, .nav-links.active > a, .page-links.active > a, .page-item > span, .nav-links > span, .page-links > span {
  border-color: #49979c !important;
  outline-color: #49979c !important;
  color: #fff !important;
  background: #49979c !important;
  cursor: not-allowed;
}
.page-item .fa, .nav-links .fa, .page-links .fa {
  font-size: 10px;
}
.page-links span.page-links-title {
  background: transparent !important;
  border-color: transparent !important;
  color: #323232 !important;
}
.entry-content .page-links {
  margin-top: 20px;
}
.page-links a:first-child {
  margin-left: 1em;
}
.pagination {
  margin-top: 60px;
  justify-content: center;
}
.post-nav {
  margin: 60px 0 0;
  position: relative;
}
.post-nav .nav-links {
  display: flex;
  flex-wrap: wrap;
}
.post-nav .nav-links > div {
  width: 50%;
  height: auto;
  position: relative;
  padding: 30px 40px;
  text-align: right;
  transition: 0.2s opacity ease;
}
.post-nav .nav-links > div:hover {
  opacity: 0.9;
}
@media (max-width: 575px) {
  .post-nav .nav-links > div {
    width: 100%;
  }
}
.post-nav .nav-links > div .fa {
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.post-nav .nav-links > div:first-child {
  text-align: left;
}
.post-nav .nav-links > div:first-child .fa {
  right: auto;
  left: 0;
}
.post-nav .nav-links .nav-subtitle {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0;
  text-align: center;
  min-width: 8em;
  padding: 0.25em 0.8em 0.05em;
  display: inline-block;
}
.post-nav .nav-links .nav-title {
  display: block;
  font-size: 25px;
}
.post-nav .nav-links a {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.post-nav .post-nav-image {
  display: none;
}
.post-nav .cover-image .post-nav-text-wrap {
  text-align: center;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
}
@media (max-width: 1199px) {
  .post-nav .nav-links > div {
    padding: 40px 20px;
  }
  .post-nav .nav-links .nav-title {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .page-item > span, .page-item > a, .nav-links > span, .nav-links > a, .page-links > span, .page-links > a {
    margin-right: 0px;
  }
}
/*
 ** Main Menu styles
 */
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-wrap {
    justify-content: flex-end;
  }
}
.nav-wrap > .top-nav + *:not(.top-includes) {
  flex-grow: 100;
  padding-left: 30px;
  padding-right: 30px;
}
/* Desktop menu - (min 1200px) styles */
@media (min-width: 1200px) {
  /* menu layout */
  /* menu skin */
  /* second and next levels */
  /* third level */
  .top-nav {
    position: relative;
    flex-grow: 10;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .justify-nav-end .top-nav {
    justify-content: flex-end;
  }
  .justify-nav-center .top-nav {
    justify-content: center;
  }
  .text-center .top-nav {
    justify-content: center;
  }
  .sf-menu {
    display: block;
  }
  .sf-menu, .sf-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sf-menu li {
    position: relative;
  }
  .sf-menu li > ul {
    position: absolute;
    display: none;
    top: 100%;
    z-index: 99;
  }
  .sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
    display: block;
  }
  .sf-menu a {
    display: block;
    position: relative;
  }
  .sf-menu > li > a.sf-with-ul:after {
    color: #323232;
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 10px;
    padding-left: 9px;
    position: relative;
    top: -3px;
  }
  .sf-menu a {
    padding: 0;
    margin: 0 30px;
    text-decoration: none;
    zoom: 1;
    transition-property: color, background-color, border-color, padding-top, padding-bottom;
    font-size: 16px;
    font-weight: 300;
  }
  .sf-menu li {
    white-space: nowrap;
    *white-space: normal;
  }
  .sf-menu > li {
    display: inline-block;
    position: relative;
  }
  .sf-menu.nav > li:first-child > a {
    margin-left: 0;
  }
  .sf-menu.nav > li:last-child > a {
    margin-right: 0;
  }
  .sf-menu > li > a {
    line-height: 16px;
    padding-top: 37px;
    font-weight: 700;
    padding-bottom: 37px;
    margin: 0 20px;
    transition-duration: 0.15s;
    text-transform: uppercase;
  }
  .affix .sf-menu > li > a {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .sf-menu > li > a:hover, .sf-menu > li.active > a {
    color: #49979c;
  }
  .sf-menu > li > a:hover:after, .sf-menu > li.active > a:after {
    color: #49979c;
  }
  .nav-narrow .sf-menu > li {
    padding: 0;
  }
  .nav-narrow .sf-menu > li > a {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .nav-narrow .sf-menu > li.active > a:before {
    background-color: #49979c;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    z-index: 1;
  }
  .nav-bordered .sf-menu > li + li:before {
    content: '';
    width: 1px;
    position: absolute;
    left: -2px;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.15);
  }
  .cs .sf-menu > li > a {
    color: #fff;
  }
  .cs .sf-menu > li > a:hover, .cs .sf-menu > li.active > a {
    color: #323232;
  }
  .ds .sf-menu > li > a {
    color: #fff;
  }
  .ds .sf-menu > li > a:hover, .ds .sf-menu > li.active > a {
    color: #49979c;
  }
  .ls .sf-menu > li > a {
    color: #323232;
  }
  .ls .sf-menu > li > a:hover, .ls .sf-menu > li.active > a {
    color: #49979c;
  }
  .ls .sf-menu > li + li:before {
    background-color: transparent;
  }
  .sf-menu li:hover, .sf-menu li.sfHover {
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
  }
  .sf-menu > li .mega-menu, .sf-menu.nav li > ul {
    margin-top: -4px !important;
    text-align: left;
    list-style: none;
    padding: 21px 0 21px;
    border-top: 4px solid #49979c;
    background-color: #1d2225;
    box-shadow: none;
    min-width: 14em;
    /* allow long menu items to determine submenu width */
    *width: 10em;
    /* no auto sub width for IE7, see white-space comment below */
  }
  .sf-menu > li .mega-menu a, .sf-menu.nav li > ul a {
    color: #9da5a9;
    font-size: 18px;
    line-height: 18px;
    display: block;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 4px;
  }
  .sf-menu > li .mega-menu a:hover, .sf-menu.nav li > ul a:hover {
    background: #262c30;
    color: #fff;
  }
  .sf-menu > li .mega-menu {
    padding-left: 0;
    padding-right: 0;
  }
  .sf-menu.nav ul a {
    color: #323232;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sf-menu .mega-menu ul {
    box-shadow: none;
    padding: 0;
    background: transparent;
  }
  .sf-menu .mega-menu ul a {
    padding-left: 20px;
    padding-right: 20px;
    color: #9da5a9;
    text-transform: capitalize;
  }
  .sf-menu ul a:hover, .sf-menu ul li.active > a {
    color: #49979c;
  }
  .sf-menu ul ul {
    margin-top: 0;
    top: -21px;
  }
  .sf-arrows ul .sf-with-ul:after {
    font-family: 'FontAwesome';
    padding-left: 7px;
    content: '\f105';
  }
}
@media (min-width: 1200px) and (min-width: 1500px) {
  .sf-menu > li > a {
    margin: 0 30px;
  }
}
@media (min-width: 1440px) {
  .sf-menu > li > a {
    margin: 0 30px;
  }
}
.sf-menu i[class] {
  margin-right: 7px;
  font-size: 1.1em;
}
/* hidden menu items */
@media (min-width: 1200px) {
  .sf-menu .sf-xl-hidden {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .sf-more-li {
    display: none;
  }
  .sf-menu > li + li:before {
    top: 20px;
  }
}
/* Mobile menu toggler */
@media (min-width: 1200px) {
  .page_header .toggle_menu, .page_toplogo .toggle_menu {
    display: none;
  }
}
.toggle_menu {
  position: absolute;
  top: 50%;
  right: 0;
  margin-left: -30px;
  margin-top: -30px;
  padding: 0 !important;
  width: 60px;
  height: 59px;
  cursor: pointer;
  z-index: 1002;
  visibility: visible;
  opacity: 0.95;
}
.page_header_wrapper .toggle_menu {
  z-index: 1003;
}
.ls .toggle_menu {
  background-color: #fff;
}
.ls .toggle_menu:before, .ls .toggle_menu span, .ls .toggle_menu span:before, .ls .toggle_menu span:after {
  background-color: #323232;
}
.page_toplogo .toggle_menu {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  margin: 0;
}
.toggle_menu:hover span:before {
  top: -9px;
}
.toggle_menu:hover span:after {
  top: 9px;
}
.toggle_menu:before, .toggle_menu span, .toggle_menu span:before, .toggle_menu span:after {
  display: block;
  width: 30px;
  position: absolute;
  background-color: #fff;
  content: '';
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  height: 2px;
}
.toggle_menu:before, .toggle_menu span {
  left: 15px;
  top: 50%;
}
.toggle_menu span:before {
  opacity: 1;
  top: -8px;
}
.toggle_menu span:after {
  opacity: 1;
  top: 8px;
}
.toggle_menu.mobile-active {
  background-color: #49979c;
  border: none;
  left: auto;
  top: 0;
  right: 0;
  position: fixed;
  margin: 0;
  z-index: 3000;
}
.toggle_menu.mobile-active:before {
  background-color: #fff;
  transform: rotate(45deg);
}
.toggle_menu.mobile-active span {
  background-color: #fff;
  transform: rotate(-45deg);
}
.toggle_menu.mobile-active span:before, .toggle_menu.mobile-active span:after {
  opacity: 0;
}
.toggle_menu.active:before {
  transform: rotate(45deg);
}
.toggle_menu.active span {
  transform: rotate(-45deg);
}
.toggle_menu.active span:before, .toggle_menu.active span:after {
  opacity: 0;
}
/* Mobile Menu (max 991px) styles */
@media (max-width: 767px) {
  .nav-wrap {
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  /* arrows (for all except IE7) */
  /* styling for both css and generated arrows */
  .page_header [class*="col"] {
    min-height: 0;
  }
  .top-nav {
    position: fixed;
    visibility: hidden;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .mobile-active .top-nav {
    visibility: visible;
    opacity: 1;
    background-color: #111;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1002;
  }
  .nav-justified > li > a {
    text-align: left;
  }
  .sf-menu {
    display: block;
    position: fixed;
    overflow: auto;
    background-color: #fff;
    border-top: 61px solid #49979c;
    padding: 20px 10px 20px 20px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .mobile-active .sf-menu {
    opacity: 1;
    right: 0;
  }
  .sf-menu li {
    position: relative;
  }
  .top-nav .sf-menu a {
    color: #323232;
    z-index: 2;
    display: block;
    padding: 10px 10px;
  }
  .sf-menu ul {
    list-style: none;
    padding-left: 10px;
    margin-top: 0 !important;
  }
  .sf-menu ul li a {
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .sf-menu ul li a:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    background-color: #49979c;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: relative;
    bottom: 3px;
  }
  .sf-arrows .sf-with-ul {
    padding-right: 3.5em;
  }
  .sf-arrows .sf-with-ul + .sf-menu-item-mobile-toggler {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
  }
  .sf-arrows .sf-with-ul + .sf-menu-item-mobile-toggler:after {
    font-family: 'FontAwesome';
    content: '\f105';
    color: #323232;
  }
  .sfHover > .sf-with-ul + .sf-menu-item-mobile-toggler:after {
    content: '\f107';
  }
}
/* Mega Menu */
@media screen and (min-width: 1200px) {
  /* row */
  /* column */
  .top-nav ul .mega-menu ul {
    border: none;
    min-width: auto;
  }
  .top-nav .menu-item-has-mega-menu {
    position: relative;
  }
  .top-nav .mega-menu {
    display: none;
    position: absolute;
    width: 940px;
    top: 100%;
    z-index: 10;
  }
  .top-nav .menu-item-has-mega-menu:hover .mega-menu {
    display: block;
  }
  .top-nav .mega-menu-row {
    position: static;
    display: table;
    table-layout: fixed;
  }
  .top-nav .mega-menu-row ul {
    position: static;
    display: block;
  }
  .top-nav .mega-menu-col {
    display: table-cell;
    width: 2000px;
    padding: 0 15px;
    border-left: 1px solid #dedede;
    /* overrides from settings / styling / mega-menu */
  }
  .top-nav .mega-menu-col > a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .top-nav .mega-menu-col:first-child {
    border-left: none;
  }
  .top-nav ul ul .mega-menu {
    width: auto;
    top: -20px;
    margin-left: 1px;
    display: block;
  }
  .top-nav ul ul .mega-menu li {
    display: block;
    width: auto;
    border: none;
  }
}
@media screen and (min-width: 1200px) {
  .top-nav .mega-menu {
    width: 1170px;
  }
  .top-nav ul .mega-menu ul {
    min-width: 10em;
  }
  .top-nav .mega-menu-col {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .top-nav .mega-menu {
    position: static;
  }
}
/* side clickable menu styles */
.menu-click {
  padding: 0;
}
.menu-click i {
  width: 1em;
  text-align: center;
  margin-right: 10px;
}
.menu-click .toggle_submenu {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 8px;
  font-size: 8px;
  text-align: center;
  opacity: 0.9;
  transform: rotate(-90deg);
  transition: 0.25s ease-in-out;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  line-height: 3em;
}
.menu-click .toggle_submenu:before {
  top: 0;
  left: 0;
  position: absolute;
  width: 3em;
  height: 3em;
  line-height: 3em;
  font-family: 'FontAwesome';
  content: "\f078";
}
.menu-click ul {
  padding: 0;
}
.menu-click li {
  position: relative;
  list-style: none;
  width: 100%;
}
.menu-click > li {
  transition: 0.3s ease-in-out;
}
.menu-click a {
  display: block;
  padding: 10px 40px;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0;
}
.menu-click a:hover {
  background-color: rgba(150, 150, 150, 0.05);
}
.menu-click .active-submenu > a {
  background-color: rgba(150, 150, 150, 0.05);
}
.menu-click .active-submenu > .toggle_submenu {
  transform: rotate(0deg);
}
.menu-click li.active > a {
  color: #49979c;
}
.menu-click ul {
  opacity: 0;
  height: 0;
}
.menu-click ul a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 50px;
}
.menu-click ul ul a {
  padding-left: 60px;
}
.menu-click ul ul ul a {
  padding-left: 70px;
}
.menu-click ul ul ul ul a {
  padding-left: 80px;
}
.menu-click .active-submenu > div.mega-menu {
  height: auto;
}
.menu-click .active-submenu > ul, .menu-click .active-submenu > div.mega-menu > ul {
  opacity: 1;
  height: auto;
}
.menu-click ul, .menu-click div.mega-menu {
  height: 0;
  overflow: hidden;
  transition: opacity 0.6s, margin-top 0.4s, margin-bottom 0.4s, height 0.3s ease-in-out;
}
.menu-click ul li.sfHover > .mega-menu ul {
  display: block;
  height: 100%;
}
.menu-click div.mega-menu > ul {
  margin-right: 0;
  height: auto;
}
/*
 ** Header
 */
.page_header {
  transition: 0.5s ease-in-out;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
}
.boxed .page_header, .page_header.affix {
  position: fixed !important;
  z-index: 1001;
  box-shadow: 0 2px 15px 0 rgba(100, 100, 100, 0.05);
  opacity: 0.98;
}
.boxed .page_header:after, .page_header.affix:after {
  background-color: transparent;
}
.page_header.affix.s-bordertop::before {
  display: none;
}
@media (max-width: 991px) {
  .page_header.mobile-active {
    z-index: 1003;
    opacity: 1;
  }
}
.page_header.affix-bottom {
  top: 0 !important;
  position: fixed;
}
.page_header .row {
  min-height: 60px;
}
.page_header [class*='container'] {
  position: relative;
}
.page_header a {
  display: inline-block;
}
.page_header .btn {
  margin-bottom: 0;
}
.slider_under_header .header_absolute {
  position: absolute;
  left: 0;
  right: 0;
}
.header_absolute {
  position: relative;
}
.header_absolute .page_header, .header_absolute .page_header_wrapper {
  z-index: 1002;
  right: 0;
  left: 0;
}
.header_absolute .page_topline, .header_absolute .page_toplogo, .header_absolute .page_header_wrapper, .header_absolute .page_title {
  background-color: transparent;
}
#canvas:not(.boxed) .header_absolute .page_header.affix-top {
  background-color: transparent;
}
.header_under_slider {
  position: absolute;
  width: 100%;
}
.page_topline {
  text-transform: capitalize;
  color: #323232;
}
.page_topline, .page_toplogo {
  line-height: 1.4;
  padding: 9px 0;
  font-size: 14px;
  font-weight: 600;
}
.page_topline.small-text i, .page_toplogo.small-text i {
  font-size: 14px;
}
.page_topline .icon-inline, .page_toplogo .icon-inline {
  justify-content: center;
}
.page_topline .social-icons, .page_toplogo .social-icons {
  display: inline-block;
}
.page_topline .social-icons a, .page_toplogo .social-icons a {
  margin-right: 9px;
}
.page_topline .widget_nav_menu, .page_toplogo .widget_nav_menu {
  display: inline-block;
}
.page_topline .top_text, .page_toplogo .top_text {
  color: #49979c;
  font-size: 16px;
  font-weight: 400;
  margin-right: 40px;
}
.page_topline ul, .page_toplogo ul {
  padding: 0;
}
.page_topline ul li, .page_toplogo ul li {
  display: inline-block;
  color: #323232;
}
.page_topline ul li p.phone_number, .page_toplogo ul li p.phone_number, .page_topline ul li p.email_top, .page_toplogo ul li p.email_top, .page_topline ul li p.worktime_top, .page_toplogo ul li p.worktime_top, .page_topline ul li p.address_top, .page_toplogo ul li p.address_top {
  color: #323232;
  font-size: 14px;
  margin-right: 0;
  text-transform: none;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.page_topline ul li p.phone_number:before, .page_toplogo ul li p.phone_number:before, .page_topline ul li p.email_top:before, .page_toplogo ul li p.email_top:before, .page_topline ul li p.worktime_top:before, .page_toplogo ul li p.worktime_top:before, .page_topline ul li p.address_top:before, .page_toplogo ul li p.address_top:before {
  content: '';
  font-size: 14px;
  position: relative;
  display: inline-block;
  color: #323232;
  margin-right: 15px;
  font-weight: 400;
}
.page_topline ul li p.phone_number:after, .page_toplogo ul li p.phone_number:after, .page_topline ul li p.email_top:after, .page_toplogo ul li p.email_top:after, .page_topline ul li p.worktime_top:after, .page_toplogo ul li p.worktime_top:after, .page_topline ul li p.address_top:after, .page_toplogo ul li p.address_top:after {
  background: #49979c;
  border-radius: 50%;
  content: "";
  height: 34px;
  left: 7px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 34px;
  z-index: -1;
}
.page_topline ul li p.phone_number span, .page_toplogo ul li p.phone_number span, .page_topline ul li p.email_top span, .page_toplogo ul li p.email_top span, .page_topline ul li p.worktime_top span, .page_toplogo ul li p.worktime_top span, .page_topline ul li p.address_top span, .page_toplogo ul li p.address_top span {
  margin-right: 5px;
}
.page_topline ul li p.phone_number a, .page_toplogo ul li p.phone_number a, .page_topline ul li p.email_top a, .page_toplogo ul li p.email_top a, .page_topline ul li p.worktime_top a, .page_toplogo ul li p.worktime_top a, .page_topline ul li p.address_top a, .page_toplogo ul li p.address_top a {
  color: #323232;
  margin-right: 0;
}
.page_topline ul li p.phone_number a:hover, .page_toplogo ul li p.phone_number a:hover, .page_topline ul li p.email_top a:hover, .page_toplogo ul li p.email_top a:hover, .page_topline ul li p.worktime_top a:hover, .page_toplogo ul li p.worktime_top a:hover, .page_topline ul li p.address_top a:hover, .page_toplogo ul li p.address_top a:hover {
  color: #49979c;
}
.page_topline ul li p.phone_number a, .page_toplogo ul li p.phone_number a {
  font-size: 24px;
  font-weight: 700;
  vertical-align: middle;
}
.page_topline ul li p.phone_number i, .page_toplogo ul li p.phone_number i {
  margin-right: 20px;
  position: relative;
  color: #fff;
  vertical-align: middle;
}
.page_topline ul li p.phone_number i:after, .page_toplogo ul li p.phone_number i:after {
  content: '';
  height: 34px;
  width: 34px;
  background: #49979c;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.page_topline ul li p.email_top i, .page_toplogo ul li p.email_top i {
  color: #fff;
  position: relative;
  margin-right: 14px;
  vertical-align: middle;
}
.page_topline ul li p.email_top i:after, .page_toplogo ul li p.email_top i:after {
  content: '';
  height: 34px;
  width: 34px;
  background: #49979c;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.page_topline ul li p.address_top i, .page_toplogo ul li p.address_top i {
  margin-right: 14px;
  color: #fff;
  position: relative;
  vertical-align: middle;
}
.page_topline ul li p.address_top i:after, .page_toplogo ul li p.address_top i:after {
  content: '';
  height: 34px;
  width: 34px;
  background: #49979c;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.page_topline ul li a, .page_toplogo ul li a {
  color: #323232;
  margin-right: 10px;
}
.page_topline ul li a:hover, .page_toplogo ul li a:hover {
  color: #49979c;
}
.page_topline .dropdown-menu, .page_toplogo .dropdown-menu {
  margin: 23px 0 0 -25px;
  min-width: auto;
}
.page_topline .dropdown-language a > img, .page_toplogo .dropdown-language a > img {
  max-width: 16px;
  position: relative;
  bottom: 1px;
  margin-right: 6px;
}
.page_topline .owl-news-slider-dates, .page_toplogo .owl-news-slider-dates {
  font-weight: 700;
}
.page_topline .topline-news-item, .page_toplogo .topline-news-item {
  height: 2.5em;
  line-height: 2.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 90px;
}
.page_topline .topline-news-item .cat-links, .page_toplogo .topline-news-item .cat-links {
  display: inline;
}
.page_topline .topline-news-nav-arrow, .page_toplogo .topline-news-nav-arrow {
  border: 1px solid #323232;
  font-size: 10px;
  position: relative;
  bottom: 5px;
  line-height: 38px;
  width: 40px;
  transition: opacity 0.2s ease-in-out;
}
.page_topline .topline-news-nav-arrow:hover, .page_toplogo .topline-news-nav-arrow:hover {
  opacity: 0.5;
}
.page_topline .owl-nav > div, .page_toplogo .owl-nav > div {
  opacity: 1;
}
.page_topline ul li p.address_top:before {
  font-family: 'icomoon';
  content: "\e907";
  color: #fff;
}
.page_topline ul li p.email_top:before {
  font-family: 'FontAwesome';
  content: "\f0e0";
  color: #fff;
}
.page_topline ul li p.phone_number:before {
  font-family: 'icomoon';
  content: "\e905";
  color: #fff;
  top: 3px;
}
.page_toplogo ul li p.phone_number {
  margin-right: 50px;
}
.page_toplogo .top-line-includes-second, .page_toplogo .top-line-includes-first {
  margin-right: 0;
}
.phone_modal_button {
  padding: 10px 25px;
  margin-right: 0 !important;
  border: 1px solid #dedede;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
}
.phone_modal_button.close-modal {
  padding: 0;
  border: none;
}
@media (max-width: 1199px) {
  .page_topline .top_text, .page_topline ul li p.phone_number, .page_topline ul li p.email_top, .page_topline ul li p.worktime_top {
    margin-right: 4px;
  }
  .page_toplogo ul li p.phone_number {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .page_topline ul li p.phone_number:after, .page_topline ul li p.email_top:after, .page_topline ul li p.worktime_top:after {
    left: 9px;
  }
  .phone_modal_button {
    margin-left: 20px;
  }
  .page_topline .social-icons a {
    margin-right: 10px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .page_topline ul li a {
    margin-right: 9px;
  }
  .phone_modal_button {
    margin-left: 5px;
  }
}
@media (max-width: 575px) {
  .page_topline ul li a {
    margin-right: 15px;
  }
  .page_topline ul li p.phone_number a {
    margin-right: 10px;
  }
  .phone_modal_button {
    display: block;
    margin: 10px 0;
  }
  .page_topline .topline-news-item, .page_toplogo .topline-news-item {
    margin: 0 50px;
  }
}
@media (max-width: 479px) {
  .page_topline ul li a {
    margin-right: 10px;
  }
  .page_topline ul li p.phone_number a {
    margin-right: 6px;
  }
  .page_topline ul li p.phone_number {
    font-size: 15px;
  }
  .page_topline .top_text {
    margin-right: 0;
  }
  .page_topline ul li p.phone_number, .page_topline ul li p.email_top, .page_topline ul li p.worktime_top {
    margin-right: 0;
  }
  .page_topline ul li p.phone_number:after, .page_topline ul li p.email_top:after, .page_topline ul li p.worktime_top:after, .page_topline ul li p.address_top:after, .page_toplogo ul li p.phone_number:after, .page_toplogo ul li p.email_top:after, .page_toplogo ul li p.worktime_top:after, .page_toplogo ul li p.address_top:after, .page_topline ul li p.phone_number:before, .page_topline ul li p.email_top:before, .page_topline ul li p.worktime_top:before, .page_topline ul li p.address_top:before, .page_toplogo ul li p.phone_number:before, .page_toplogo ul li p.email_top:before, .page_toplogo ul li p.worktime_top:before, .page_toplogo ul li p.address_top:before {
    display: none;
  }
  .top-line-includes-first li + li {
    margin-left: 0 !important;
  }
}
.simple-header .sf-menu > li > a {
  margin: 0 10px;
}
@media (min-width: 992px) {
  .page_toplogo .media + .media {
    margin-left: 60px;
  }
}
.page_toplogo .widget_search form, .page_toplogo .widget_product_search form, .page_toplogo .widget_search input, .page_toplogo .widget_product_search input {
  max-width: none;
}
@media (max-width: 991px) {
  .page_toplogo .media {
    margin: 10px;
  }
}
@media (min-width: 1500px) {
  .page_topline .container-fluid, .page_toplogo .container-fluid, .page_header .container-fluid, .page_title .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
/*header includes*/
.top-includes {
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .top-includes {
    white-space: nowrap;
  }
}
.top-includes > * {
  display: inline-block;
}
.top-includes > li {
  margin-left: 12px;
}
.top-includes > li:first-child {
  margin-left: 0;
}
@media (min-width: 992px) {
  .top-includes.border-divided > li + li {
    border-left: 2px solid rgba(200, 200, 200, 0.35);
    margin-left: 26px;
    padding-left: 30px;
  }
}
@media (min-width: 1400px) {
  .top-nav + .top-includes {
    margin-left: 58px;
  }
}
@media (max-width: 991px) {
  .top-includes.md-absolute {
    position: absolute;
    bottom: 0;
    right: 80px;
  }
}
.top-includes a.border-icon, .top-includes a.bg-icon, .top-includes a.color-bg-icon {
  margin-top: 2px;
  margin-bottom: 2px;
}
.top-line-includes-second, .top-line-includes-first {
  display: inline-block !important;
  margin-right: 26px;
}
.top-line-includes-second {
  margin-right: 0;
}
.top-line-includes-first li + li {
  margin-left: 35px;
}
@media (max-width: 1499px) {
  .top-line-includes-first li + li {
    margin-left: 20px;
  }
  .top-line-includes-first {
    margin-right: 10px;
  }
}
@media (max-width: 1440px) {
  .top-line-includes-second {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .nav-wrap {
    justify-content: center;
  }
  .top-includes .cart-dropdown .dropdown-menu.dropdown-menu-right {
    top: 15px !important;
    left: 200px !important;
  }
  .top-nav + .top-includes {
    margin-left: -210px;
  }
  .top-line-includes-second {
    margin: 15px 0 !important;
    display: block !important;
  }
}
@media (max-width: 767px) {
  .top-includes .cart-dropdown .dropdown-menu.dropdown-menu-right {
    left: 55px !important;
  }
  .top-nav + .top-includes {
    margin-left: -130px;
  }
  .top-line-includes-first li + li {
    margin-left: 15px;
  }
  .page_topline .text-left, .page_toplogo .text-left {
    text-align: center !important;
  }
  .top-line-includes-second, .top-line-includes-first {
    margin-right: 15px;
  }
}
@media (max-width: 575px) {
  .top-line-includes-second {
    margin: 0 !important;
  }
}
@media (max-width: 479px) {
  .top-nav + .top-includes {
    margin-left: -45px;
  }
  .top-includes .cart-dropdown .dropdown-menu.dropdown-menu-right {
    padding: 20px;
  }
  .widget_shopping_cart .button {
    padding-right: 30px;
    padding-left: 30px;
  }
  .top-includes .cart-dropdown .dropdown-menu.dropdown-menu-right {
    left: 0 !important;
  }
  .top-line-includes-second, .top-line-includes-first {
    margin-right: 0;
  }
}
/*logo*/
a.logo {
  display: flex;
  align-items: center;
}
a.logo img {
  display: inline-block;
  max-height: 45px;
}
a.logo .logo-text {
  font-size: 30px;
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  color: #49979c;
  padding: 0 10px;
}
a.logo .logo-subtext {
  font-size: 22px;
  padding: 0 10px;
}
a.logo .logo-text-bottom {
  font-size: 26px;
}
a.logo .flex-column, a.logo.flex-column {
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
}
a.logo .flex-column.text-center, a.logo.flex-column.text-center {
  display: inline-block;
}
.text-center a.logo {
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  a.logo img {
    max-height: 35px;
  }
}
.header_logo_center a.logo {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  z-index: 2;
}
.header_logo_center.affix a.logo {
  padding: 5px 0;
}
@media (max-width: 479px) {
  a.logo img {
    max-height: 40px;
    margin-top: 6px;
  }
}
@media (min-width: 992px) {
  .header_logo_center .logo_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/*search modal*/
#search_modal {
  padding: 0 !important;
}
#search_modal .widget {
  padding: 20px 0;
  background-color: #fff;
}
@media (min-width: 1200px) {
  #search_modal .widget:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100px;
    width: 100%;
    opacity: 0.2;
  }
}
#search_modal .search-form {
  margin: 0 auto;
  max-width: 960px;
  padding: 0;
}
@media (max-width: 1050px) {
  #search_modal .search-form {
    margin-right: 45px;
  }
}
#search_modal a {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0;
  color: #fff;
}
#search_modal a:hover {
  color: #49979c;
  opacity: 1;
}
#search_modal .searchform-respond {
  width: 300px;
  margin: 20px auto;
  color: #fff;
}
#search_modal .form-group {
  margin-bottom: 0;
}
#search_modal .form-control {
  border: none;
  background-color: transparent;
  height: 60px;
  color: #323232;
  width: 100%;
  max-width: none;
  font-size: 28px;
  font-style: normal;
}
#search_modal .form-control:-moz-placeholder {
  color: #9da5a9;
  opacity: 1;
}
#search_modal .form-control::-moz-placeholder {
  color: #9da5a9;
  opacity: 1;
}
#search_modal .form-control:-ms-input-placeholder {
  color: #9da5a9;
}
#search_modal .form-control::-webkit-input-placeholder {
  color: #9da5a9;
}
#search_modal .btn {
  color: #323232;
  width: auto;
  font-size: 0;
  padding: 21px;
  margin: 0;
}
#search_modal .btn:before {
  font-size: 18px;
  color: #323232;
}
#search_modal .close {
  text-align: center;
  line-height: 60px;
  position: absolute;
  top: 18px;
  right: 0;
  min-width: 60px;
  color: #323232;
  text-shadow: none;
  opacity: 1;
  z-index: 2;
  font-size: 30px;
}
.active-side-header #search_modal {
  right: 310px;
}
.search_modal_button {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 0 0 0 10px;
}
/*
 ** Side Header
 */
/* side header layout */
body:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  visibility: hidden;
  opacity: 0;
}
body, body:after, #canvas, .page_header_side {
  transition: 0.5s ease-in-out;
}
#canvas {
  left: 0;
  transition-property: left, margin-left;
}
body.active-side-header {
  overflow: hidden;
}
body.active-side-header #canvas {
  left: 310px;
}
body.active-side-header .page_header_side {
  left: 0;
}
body.active-side-header:after {
  visibility: visible;
  opacity: 1;
}
html.html-active-push-header {
  overflow: hidden;
}
.page_header_side {
  z-index: 1002;
  position: fixed;
  width: 310px;
  left: -310px;
  top: 0;
  bottom: 0;
}
.page_header_side.active-slide-side-header {
  box-shadow: 0 0 4px 3px rgba(50, 50, 50, 0.05);
}
.page_header_side ~ .page_toplogo .toggle_menu {
  display: none;
}
.page_header_side a.logo {
  padding: 10px 20px;
  margin-bottom: 20px;
}
.page_header_side a.logo img {
  max-width: 100%;
}
.page_header_side .widget {
  margin-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
.page_header_side .widget_icons_list li + li {
  margin-top: 1em;
}
.page_header_side .social-icons {
  display: block;
  margin-top: 43px;
}
.page_header_side .social-icons a.border-icon, .page_header_side .social-icons a.bg-icon, .page_header_side .social-icons a.color-bg-icon {
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (min-width: 1200px) {
  .page_header_side ~ .page_topline .container-fluid, .page_header_side ~ .page_toplogo .container-fluid, .page_header_side ~ div .page_header .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1199px) {
  .page_header_side ~ .page_topline [class*="container"], .page_header_side ~ .page_toplogo [class*="container"], .page_header_side ~ div .page_header [class*="container"] {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 575px) {
  .page_header_side ~ .page_topline [class*="container"], .page_header_side ~ .page_toplogo [class*="container"], .page_header_side ~ div .page_header [class*="container"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.side_header_inner {
  padding: 26px 15px 60px;
}
.toggle_menu_side {
  transition: right 0.3s ease-in-out;
  position: absolute;
  top: 0;
  right: -60px;
  margin: 0;
}
@media (max-width: 370px) {
  .toggle_menu_side.active {
    right: 0;
    opacity: 0.4;
  }
}
.toggle_menu_side:before, .toggle_menu_side span:before, .toggle_menu_side span:after, .toggle_menu_side span {
  background-color: #fff !important;
}
.ds .toggle_menu_side {
  background-color: #49979c;
}
.bs .toggle_menu_side {
  background-color: #49979c;
}
.ls .toggle_menu_side {
  background-color: #49979c;
}
.page_header_side.header_side_sticked .toggle_menu_side {
  transition: 0.5s ease-in-out;
  right: -60px;
  top: 0;
}
.page_header_side.active-slide-side-header {
  left: 0;
}
.active-side-header .boxed .header_push ~ div .page_header, .active-side-header .header_push ~ div .page_header.affix {
  margin-left: 310px;
}
.active-side-header.slide-right .boxed .header_push ~ div .page_header, .active-side-header.slide-right .header_push ~ div .page_header.affix {
  margin-left: -310px;
}
.page_header_side.header_side_right {
  left: auto;
  right: -310px;
}
.page_header_side.header_side_right.active-slide-side-header {
  right: 0;
}
.page_header_side.header_side_right .toggle_menu_side {
  right: auto;
  transition: left 0.3s ease-in-out;
  left: -60px;
}
@media (max-width: 370px) {
  .page_header_side.header_side_right .toggle_menu_side.active {
    left: 0;
  }
}
body.active-side-header.slide-right #canvas {
  left: -310px;
}
body.active-side-header.slide-right .page_header_side {
  left: auto;
  right: 0;
}
@media (min-width: 600px) {
  .page_header_side.header_side_sticked.active-slide-side-header {
    left: 0;
  }
  .header_side_sticked ~ * {
    transition: margin 0.5s ease-in-out;
  }
  .header_side_sticked ~ * .container-fluid {
    padding-left: 80px;
  }
  .header_side_sticked ~ div .page_header {
    width: auto;
  }
  .header_side_sticked.active-slide-side-header ~ *, .header_side_sticked.active-slide-side-header ~ div .page_header {
    margin-left: 310px;
  }
  .boxed .header_side_sticked.active-slide-side-header ~ *, .boxed .header_side_sticked.active-slide-side-header ~ div .page_header {
    margin-left: 0;
  }
  .header_side_sticked ~ .page_header_wrapper {
    margin: 0 !important;
  }
  .page_header_side.header_side_sticked.header_side_right.active-slide-side-header {
    left: auto;
  }
  .header_side_sticked.header_side_right.active-slide-side-header ~ *, .header_side_sticked.header_side_right.active-slide-side-header ~ div .page_header {
    margin-left: 0;
    margin-right: 310px;
  }
}
/* 
 ** Intro Section Styles
 */
.page_slider {
  position: relative;
  overflow: hidden;
  clear: both;
}
.page_slider > img {
  width: 100%;
}
.page_slider h2 {
  margin: 0;
}
.page_slider h3 {
  margin: 0;
}
.page_slider h4 {
  margin: 0;
}
.page_slider p {
  margin: 0;
}
@media (min-width: 992px) {
  .page_slider h2 {
    font-size: 6em;
  }
  .page_slider h3 {
    font-size: 3em;
  }
  .page_slider h4 {
    font-size: 2.5em;
  }
}
.page_slider .flex-direction-nav .flex-prev {
  left: 2%;
  opacity: 1;
}
.page_slider .flex-direction-nav .flex-next {
  right: 2%;
  opacity: 1;
}
.page_slider .flexslider .slides {
  display: flex;
}
.page_slider .flexslider:before, .page_slider .flexslider:after {
  content: '';
  display: block;
  clear: both;
}
.page_slider .flexslider .intro_layer img {
  width: auto;
  display: inline-block;
}
.page_slider .flexslider .intro_layer a.btn.btn-outline-maincolor {
  border-color: #49979c;
  color: #49979c;
  padding: 11px 37px;
  letter-spacing: 0.8px;
  margin-bottom: 0;
}
.page_slider .flexslider .intro_layer a.btn.btn-outline-maincolor:hover {
  border-color: #49979c;
  color: #fff;
  background: #49979c;
}
.page_slider .flexslider.slider-shadow {
  padding-bottom: 50px;
}
.page_slider .flexslider.slider-shadow:before, .page_slider .flexslider.slider-shadow:after {
  content: "";
  position: absolute;
  background: transparent;
  z-index: 1;
  bottom: 65px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 400px;
  box-shadow: 0 25px 20px rgba(0, 0, 0, 0.3);
  transform: rotate(-3deg);
}
.page_slider .flexslider.slider-shadow:after {
  right: 10px;
  left: auto;
  transform: rotate(3deg);
}
.page_slider .intro_layers_wrapper {
  display: flex;
}
.page_slider ul.slider-list {
  list-style: none;
  padding: 0;
  margin-bottom: 2.3em;
}
.page_slider ul.slider-list li {
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
}
.page_slider ul.slider-list li:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  font-size: 20px;
  color: #f4ca59;
  position: relative;
  padding-right: 11px;
  top: 0;
}
.page_slider .slider-price-wrap {
  display: inline-block;
  position: relative;
  font-size: 20px;
  line-height: 0.7;
  vertical-align: middle;
  color: #49979c;
  margin-left: 45px;
}
.page_slider .slider-price-wrap .plan-price {
  font-size: 62px;
  font-weight: 900;
}
.page_slider .slider-price-wrap .plan-decimals {
  position: absolute;
  right: 2px;
  font-size: 30px;
}
.page_slider .slider-price-wrap .pricing-plan .price-wrap .plan-sign {
  text-transform: uppercase;
}
.page_slider .slider-price-description {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 17px;
}
.page_slider .slider-price-description p {
  color: #9da5a9;
  line-height: 1.5;
}
.page_slider .intro_layers {
  display: block;
  width: 60%;
  text-align: left;
}
.page_slider .intro_layers .intro_layer {
  display: block;
  text-align: left;
}
.page_slider .intro_layers .intro_layer h6 span.above {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1px;
}
.page_slider .intro_layers .intro_layer h4 {
  margin-bottom: 20px;
}
.page_slider .intro_layers .intro_layer h4 span {
  font-size: 72px;
  font-weight: 300;
  letter-spacing: -2px;
}
.page_slider .intro_layers .intro_layer p {
  width: 80%;
  font-size: 24px;
  line-height: 1.5;
}
.page_slider .intro_layers .intro_layer .price-wrap {
  font-family: 'Nunito', sans-serif;
  display: inline-block;
  position: relative;
  font-size: 20px;
  line-height: 0.7;
  margin: 35px 0 40px;
  font-weight: 600;
}
.page_slider .intro_layers .intro_layer .price-wrap .plan-sign {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  vertical-align: top;
  display: inline-block;
  color: #fff;
}
.page_slider .intro_layers .intro_layer .price-wrap .plan-price {
  font-size: 72px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
.page_slider .intro_layers .intro_layer .price-wrap .plan-decimals {
  display: inline-block;
  color: #fff;
  margin-top: 0;
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  vertical-align: top;
}
.page_slider .intro_layers .intro_layer a {
  padding: 20px 37px;
  margin-right: 17px;
}
.page_slider .intro_layers .intro_layer span {
  font-size: 24px;
}
.page_slider .flex-control-nav {
  position: absolute;
  top: auto;
  bottom: 44px;
  right: auto;
  left: 50%;
  width: auto;
  text-align: center;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}
@media (max-width: 991px) {
  .page_slider .flex-control-nav {
    display: none;
  }
}
.page_slider .flex-control-nav li {
  display: inline-block;
  padding: 0 10px;
}
.page_slider .flex-control-nav li a {
  font-size: 0;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
}
.page_slider .flex-control-nav li a:hover {
  background: #fff;
}
.page_slider .flex-control-nav li a.flex-active {
  background: #fff;
}
.page_slider .flexslider-style2 .intro_layers_wrapper {
  text-align: left;
  left: 15px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers {
  text-align: left;
}
.page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer {
  text-align: left;
}
.page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer h1 {
  font-size: 92px;
  line-height: 1;
}
.page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer h2 {
  text-transform: capitalize;
}
.page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer a {
  margin-top: 50px;
  padding: 11px 41px;
}
.page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer a:hover {
  background: #fff;
  color: #323232;
}
.page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer a + a {
  margin-left: 10px;
  color: #fff;
}
.page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer a + a:hover {
  background: #49979c;
  color: #323232;
}
@media (min-width: 300px) {
  .page_slider .cs, .page_slider .ds {
    background-color: transparent;
  }
  .page_slider .container-fluid, .page_slider .container, .page_slider img + .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .page_slider [class*="col-"] {
    position: static;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .page_slider .intro_layers_wrapper {
    position: absolute;
    text-align: right;
    z-index: 5;
  }
}
@media (min-width: 300px) and (min-width: 600px) {
  .boxed .page_slider .intro_layers_wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 400px) {
  .page_slider .intro_featured_word {
    font-size: 40px;
  }
}
.page_slider .intro_layers_wrapper {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .page_slider {
    text-align: center;
  }
}
.tp-caption a.simple-link, .rs-layer a.simple-link {
  color: #fff !important;
}
.tp-caption a.simple-link:hover, .rs-layer a.simple-link:hover {
  color: #49979c !important;
}
.tp-caption .price-wrap, .rs-layer .price-wrap {
  display: inline-block !important;
  font-family: "Nunito", sans-serif;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 0.7 !important;
  margin: 15px 0 60px !important;
  position: relative !important;
}
.tp-caption .price-wrap .plan-sign, .rs-layer .price-wrap .plan-sign {
  color: #fff;
  display: inline-block !important;
  font-size: 40px !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
  vertical-align: top !important;
}
.tp-caption .price-wrap .plan-price, .rs-layer .price-wrap .plan-price {
  color: #fff !important;
  display: inline-block !important;
  font-size: 72px !important;
  line-height: 50px !important;
  position: relative !important;
  vertical-align: top !important;
}
.tp-caption .price-wrap .plan-decimals, .rs-layer .price-wrap .plan-decimals {
  color: #fff !important;
  display: inline-block !important;
  font-size: 40px !important;
  font-weight: 600 !important;
  margin-top: 0 !important;
  text-transform: capitalize !important;
  vertical-align: top !important;
}
.tp-caption a.btn.btn-maincolor, .rs-layer a.btn.btn-maincolor {
  margin-right: 17px !important;
  padding: 20px 37px !important;
}
.tp-caption a.btn.btn-maincolor:hover, .rs-layer a.btn.btn-maincolor:hover {
  background: transparent;
  border-color: #49979c;
  color: #fff;
}
.hermes .tp-bullet {
  width: 10px !important;
  height: 10px !important;
}
.rev_slider a.btn.btn-outline-maincolor {
  border-color: #49979c !important;
  color: #fff !important;
  letter-spacing: 0.8px !important;
  margin-bottom: 0 !important;
  padding: 11px 37px !important;
}
.rev_slider a.btn.btn-outline-maincolor span {
  color: #fff !important;
}
.rev_slider a.btn.btn-outline-maincolor span:after {
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 700;
  content: "\f105";
  display: inline-block;
  color: #fff;
  margin-left: 7px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.rev_slider a.btn.btn-outline-maincolor:hover {
  border-color: #49979c !important;
  color: #fff !important;
  background: #49979c !important;
}
.rev_slider .fw-divider-special-slider {
  margin-right: 10px;
  width: 185px;
  position: relative;
}
.rev_slider .fw-divider-special-slider p {
  background: #fff;
}
.rev_slider .tp-bullets.arma {
  width: auto !important;
}
.rev_slider .tp-bullets.arma .tp-bullet {
  background: transparent !important;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: 400;
  line-height: 1;
  display: block;
  opacity: 1;
  padding: 7px 10px;
  font-size: 14px;
  width: 30px !important;
  height: auto !important;
  text-align: center;
  top: auto !important;
  left: auto !important;
  position: static;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rev_slider .tp-bullets.arma .tp-bullet:last-child {
  margin-bottom: 0;
}
.rev_slider .tp-bullets.arma .tp-bullet.selected, .rev_slider .tp-bullets.arma .tp-bullet:hover {
  border-color: #49979c;
  border-width: 2px;
  color: #49979c;
  font-size: 20px;
  opacity: 1;
  padding: 9px 13px;
  width: 42px !important;
  margin-left: -5px;
}
.page_slider.team_slider .flexslider .slides li.flex-slide .intro_layers_wrapper {
  width: 50%;
}
.page_slider.team_slider .flexslider .slides li.flex-slide .intro_layers_wrapper .social-icons {
  margin-top: 60px;
}
.page_slider.team_slider .flexslider .slides li.flex-slide .intro_layers_wrapper .social-icons a {
  color: #fff;
}
.page_slider.team_slider .flexslider .slides li.flex-slide h6 {
  margin-bottom: 0;
}
.page_slider.team_slider .flexslider .slides li.flex-slide h2 {
  font-size: 60px;
  text-transform: capitalize;
  font-weight: 600;
}
.page_slider.team_slider .flexslider .slides li.flex-slide h3 {
  letter-spacing: 0;
}
.page_slider.team_slider .flexslider .slides li.flex-slide p {
  background: transparent;
  font-style: normal;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.9;
  padding: 0;
  margin-bottom: 0;
}
.page_slider.team_slider .flexslider .slides li.flex-slide p.special {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.page_slider.team_slider .intro_layers_wrapper {
  top: 145px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.team_slider.page_slider .flex-direction-nav {
  opacity: 1;
}
.team_slider.page_slider .flex-direction-nav a.flex-next:before {
  font-family: 'icomoon' !important;
  content: "\e916";
  font-size: 23px;
  position: relative;
  padding-right: 9px;
  top: 0;
  left: 0;
}
.team_slider.page_slider .flex-direction-nav a.flex-next:before:hover {
  color: #49979c;
}
.team_slider.page_slider .flex-direction-nav a.flex-prev:before {
  font-family: 'icomoon' !important;
  content: "\e911";
  font-size: 23px;
  position: relative;
  padding-right: 9px;
  top: 0;
}
.team_slider.page_slider .flex-direction-nav a.flex-prev:before:hover {
  color: #49979c;
}
.team_slider.page_slider .flex-direction-nav .flex-prev {
  left: 45%;
  opacity: 1;
  top: auto;
  bottom: 142px;
}
.team_slider.page_slider .flex-direction-nav .flex-prev:hover:before {
  color: #49979c;
}
.team_slider.page_slider .flex-direction-nav .flex-next {
  right: 49.5%;
  opacity: 1;
  top: auto;
  bottom: 142px;
}
.team_slider.page_slider .flex-direction-nav .flex-next:hover:before {
  color: #49979c;
}
@media (max-width: 1679px) {
  .page_slider .flexslider-style2 .intro_layers_wrapper {
    left: 21px;
  }
  .page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer p {
    margin-bottom: 40px;
  }
}
@media (max-width: 1440px) {
  .page_slider .intro_layers .intro_layer h2 {
    font-size: 52px;
  }
  .page_slider .flexslider .intro_layer h1 {
    font-size: 52px;
  }
  .page_slider ul.slider-list {
    list-style: none;
    padding: 0;
    margin-bottom: 1em;
  }
  .page_slider .flexslider .intro_layer .after-title {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .page_slider .intro_layers_wrapper {
    padding: 25px 0;
    left: 100px;
  }
  .page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer h1 {
    font-size: 40px;
  }
  .page_slider .flexslider-style2 .intro_layers_wrapper {
    left: 60px;
  }
  .page_slider.team_slider .flexslider .slides li.flex-slide .intro_layers_wrapper {
    left: 0;
  }
  .page_slider .intro_layers .intro_layer h4 span {
    font-size: 50px;
  }
  .page_slider .intro_layers .intro_layer p {
    width: 90%;
  }
  .page_slider .intro_layers .intro_layer .price-wrap {
    margin: 25px 0 25px;
  }
  .page_slider .intro_layers .intro_layer .price-wrap .plan-price {
    font-size: 60px;
  }
  .page_slider .intro_layers .intro_layer .price-wrap .plan-sign, .page_slider .intro_layers .intro_layer .price-wrap .plan-decimals {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .page_slider .flexslider .intro_layer h1 {
    font-size: 41px;
  }
  .page_slider ul.slider-list li {
    font-size: 16px;
    line-height: 21px;
  }
  .page_slider .slider-price-wrap .plan-price {
    font-size: 53px;
  }
  .page_slider .slider-price-wrap .plan-decimals {
    font-size: 26px;
  }
  .page_slider .flex-control-nav {
    display: none;
  }
  .page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer p.special {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer p {
    margin-bottom: 10px;
  }
  .page_slider .flexslider-style2 .intro_layers_wrapper {
    left: 15px;
  }
  .tp-caption .fw-divider-special-slider {
    position: relative !important;
    left: -40px;
    top: 4px;
  }
  .rev_slider a, .rev_slider a span {
    font-size: 16px !important;
  }
  .rev_slider a.btn.btn-outline-maincolor, .tp-caption a.btn.btn-maincolor {
    padding: 11px 20px !important;
  }
  .page_slider.team_slider .flexslider .slides li.flex-slide .intro_layers_wrapper .social-icons {
    margin-top: 20px;
  }
  .page_slider.team_slider .flexslider .slides li.flex-slide h2 {
    font-size: 2.5em;
  }
  .page_slider .intro_layers .intro_layer p {
    margin-bottom: 10px;
  }
  .page_slider .intro_layers {
    width: 80%;
  }
  .page_slider .intro_layers .intro_layer h6 span.above {
    margin-bottom: 10px;
  }
  .page_slider .intro_layers .intro_layer .price-wrap {
    margin: 5px 0 25px;
  }
}
@media (max-width: 1024px) {
  .page_slider .flexslider-style2 .intro_layers_wrapper .intro_layers .intro_layer p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .page_slider ul.slider-list {
    display: none;
  }
  .page_slider .flexslider .intro_layer .after-title {
    margin-bottom: 35px;
  }
  .team_slider.page_slider .flex-direction-nav {
    opacity: 0;
  }
  .page_slider .flexslider-style2 .intro_layers_wrapper {
    left: 30px;
  }
  .page_slider .intro_layers_wrapper {
    left: 20px;
  }
  .page_slider .flexslider .slides li.flex-slide {
    min-height: 480px;
  }
  .tp-caption .price-wrap .plan-price {
    font-size: 50px !important;
    line-height: 25px !important;
  }
  .tp-caption .price-wrap .plan-decimals, .tp-caption .price-wrap .plan-sign {
    font-size: 30px !important;
  }
  .tp-caption a.btn.btn-maincolor + span {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .page_slider .flexslider .intro_layer h1, .page_slider .intro_layers .intro_layer h2 {
    font-size: 35px;
  }
  .page_slider .flexslider .intro_layer a.btn.btn-outline-maincolor {
    letter-spacing: 0;
  }
  .page_slider .slider-price-wrap .plan-price {
    font-size: 40px;
  }
  .page_slider .slider-price-wrap {
    font-size: 16px;
    margin-left: 20px;
  }
  .page_slider .slider-price-wrap .plan-decimals {
    font-size: 21px;
  }
  .page_slider .slider-price-description {
    margin-left: 15px;
  }
  .page_slider .flexslider .intro_layer .after-title {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .tp-caption.style3, .style3 {
    font-size: 50px !important;
  }
  .page_slider .intro_layers .intro_layer p {
    margin-bottom: 20px;
  }
  .page_slider .intro_layers .intro_layer h6 {
    font-size: 16px;
  }
  .page_slider .intro_layers .intro_layer a.btn {
    padding: 7px 25px;
  }
  .page_slider .intro_layers {
    width: 100%;
  }
  .tp-caption.subtitle-new, .subtitle-new, .tp-caption.text, .text {
    font-size: 14px !important;
  }
  .tp-bullets.hermes {
    transform: matrix(1, 0, 0, 1, -17, -30) !important;
  }
}
@media (max-width: 575px) {
  .page_slider .intro_layers .intro_layer span {
    font-size: 20px;
  }
  .tp-caption .price-wrap .plan-price {
    font-size: 30px !important;
    line-height: 8px !important;
  }
  .tp-caption .price-wrap {
    margin: 10px 0 60px !important;
  }
}
@media (max-width: 479px) {
  .flex-direction-nav {
    opacity: 0;
  }
  .tp-caption.subtitle-new, .subtitle-new {
    font-size: 10px !important;
  }
  .tp-caption a.btn.btn-maincolor, .tp-caption a.btn.btn-maincolor + span {
    display: none !important;
  }
  .tp-caption.text, .text {
    line-height: 14px !important;
    position: relative;
    top: -5px;
  }
}
/*
 ** Subpages
 */
/*
 ** 404
 */
.error-404 {
  background-image: url("../images/404_bg.jpg");
  background-size: cover;
}
.error-404 h3 {
  font-size: 300px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 0.8;
  margin-top: 0;
}
.error-404 p {
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}
.error-404 span {
  font-size: 24px;
  font-weight: 400;
}
.error-404 .btn {
  padding: 20px 40px;
}
.error-404 .widget_search {
  width: 570px;
  background: transparent;
  position: relative;
  left: 50%;
  padding: 15px 0 18px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.error-404 .widget_search input {
  max-width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.error-404 .widget_search button:before {
  color: #49979c;
}
.error-404 .page-content {
  margin-top: 1.65em;
}
.error-404 .page-content p {
  margin-top: 44px;
}
@media (max-width: 1440px) {
  .error-404 .page-content {
    margin-top: 2em;
  }
  .error-404 .page-header h1, .error-404 .page-header h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .error-404 .page-header h1, .error-404 .page-header h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .error-404 h3 {
    font-size: 200px;
  }
}
@media (max-width: 575px) {
  .error-404 .widget_search {
    width: 300px;
  }
  .error-404 h3 {
    font-size: 100px;
    margin-bottom: 25px;
  }
  .error-404 p {
    font-size: 30px;
  }
  .error-404 .page-content {
    margin-top: 1em;
  }
}
@media (max-width: 479px) {
  .error-404 .page-header h3 {
    font-size: 150px;
  }
  .error-404 .page-header h6 {
    font-size: 35px;
  }
  .error-404 .page-content a + a {
    margin-left: 0;
    margin-top: 15px;
  }
}
/*
 ** Blog
 */
.blog_slider {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .blog_slider .intro_layers_wrapper {
    left: 130px;
    right: 130px;
  }
}
@media (max-width: 767px) {
  .blog_slider {
    display: none;
  }
}
.blog-featured-posts {
  margin-bottom: 80px !important;
}
.blog-featured-posts article {
  position: relative;
}
.blog-featured-posts article .entry-meta .author {
  color: #fff;
}
.blog-featured-posts article .item-media, .blog-featured-posts article .item-media-wrap {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.blog-featured-posts article .item-media img, .blog-featured-posts article .item-media-wrap img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.blog-featured-posts article .item-content {
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: left;
  padding: 40px 40px 40px 60px !important;
}
.blog-featured-posts article .item-content .entry-meta {
  margin-top: 0;
}
.blog-featured-posts article .item-content .entry-meta a {
  margin-bottom: 0;
  background: #49979c;
  padding: 4px 15px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
}
.blog-featured-posts article .item-content .entry-meta time, .blog-featured-posts article .item-content .entry-meta .author a {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 300;
  font-size: 14px;
  text-transform: capitalize;
}
.blog-featured-posts article .item-content .entry-meta time:hover, .blog-featured-posts article .item-content .entry-meta .author a:hover {
  color: #323232;
}
.blog-featured-posts article .item-content .entry-meta .author.vcard {
  top: 0;
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  background: #ae419a;
  padding: 7px 15px;
  margin-left: 5px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
}
.blog-featured-posts article .item-content .entry-meta .author.vcard a {
  background: transparent;
  padding: 0;
}
.blog-featured-posts article .item-content .entry-meta .author.vcard:before {
  display: none;
}
.blog-featured-posts article .item-content .entry-title {
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left;
}
.blog-featured-posts article .item-content .entry-title a {
  font-size: 18px;
  margin: 0;
  padding: 0;
  color: #fff;
}
.blog-featured-posts article .item-content .entry-title a:hover {
  color: #49979c;
}
.blog-featured-posts .main {
  width: 550px;
}
.blog-featured-posts .main article {
  margin-right: 10px;
}
.blog-featured-posts .main article .item-media:before {
  content: '';
  background: #323232;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog-featured-posts .main article .item-content .entry-meta {
  margin-bottom: 10px;
}
.blog-featured-posts .main article .item-content h4.entry-title a {
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
}
.blog-featured-posts .second {
  width: 610px;
}
.blog-featured-posts .second article .item-media:before {
  content: '';
  background: #323232;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog-featured-posts .second article .item-content .entry-meta {
  margin-bottom: 10px;
}
.blog-featured-posts .second article .item-content h4.entry-title a {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
}
.blog-featured-posts .second article + article {
  margin-top: 10px;
}
.post-password-form label {
  display: inline-block;
}
.post-password-form input.btn {
  padding: 15px 30px;
  border: none;
}
.entry-title, .entry-title:last-child {
  text-transform: none;
  margin: 0 0 0.7em;
  font-size: 30px;
  line-height: 1.2;
  position: relative;
  margin-bottom: 1em;
}
.entry-title a:hover, .entry-title:last-child a:hover {
  color: #49979c;
}
.entry-title span, .entry-title:last-child span {
  color: #49979c;
}
h3.entry-title, h3.entry-title:last-child {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 18px;
  padding-bottom: 0;
}
.blog-post h3.entry-title {
  font-size: 24px;
}
h4.entry-title, h4.entry-title:last-child {
  line-height: 20px;
  font-size: 20px;
}
h5.entry-title, h5.entry-title:last-child {
  font-size: 24px;
}
.post.format-link .entry-title, .post.format-link .entry-title:last-child, .format-status .entry-title, .format-status .entry-title:last-child {
  position: relative;
}
.post.format-link .entry-title:after, .post.format-link .entry-title:last-child:after, .format-status .entry-title:after, .format-status .entry-title:last-child:after, .post.format-link .entry-title:before, .post.format-link .entry-title:last-child:before, .format-status .entry-title:before, .format-status .entry-title:last-child:before {
  content: '';
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
}
.post.format-link .entry-title:after, .post.format-link .entry-title:last-child:after, .format-status .entry-title:after, .format-status .entry-title:last-child:after {
  bottom: -1px;
  background-color: #fff;
}
.post.format-link .entry-title:before, .post.format-link .entry-title:last-child:before, .format-status .entry-title:before, .format-status .entry-title:last-child:before {
  opacity: 0.2;
}
h4.entry-title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 0.7em;
}
.item-media + .item-content h1.entry-title {
  margin-top: 5px;
}
.single.single-post .item-media-wrap, .single.single-post .item-media {
  margin-bottom: 50px;
}
.single.single-post .entry-content {
  margin-top: 0;
  padding: 20px 0 0;
}
.single.single-post .entry-meta {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  clear: both;
}
.single.single-post .col-md-12.sidebar-off {
  margin-bottom: -150px;
}
@media only screen and (min-width: 1200px) {
  .col-md-12 .post.type-post .alignwide {
    margin-left: -117px;
    margin-right: -117px;
    max-width: 1200px;
  }
}
@media (max-width: 1440px) {
  h4.entry-title, h4.entry-title:last-child {
    line-height: 25px;
    font-size: 25px;
  }
  .blog-featured-posts .main {
    width: 45%;
  }
  .blog-featured-posts .second {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .blog-featured-posts article .item-content {
    padding: 20px !important;
  }
  .format-status.post.cover-image {
    padding: 45px;
  }
  .format-status.post.cover-image .entry-content {
    margin-top: 30px;
  }
  .format-status.post.cover-image .entry-meta {
    margin-bottom: 0;
  }
  .format-status .entry-date {
    margin-top: 0;
    padding-bottom: 0;
  }
  .single.single-post .col-md-12.sidebar-off {
    margin-bottom: -80px;
  }
}
@media (max-width: 1024px) {
  h4.entry-title, h4.entry-title:last-child {
    line-height: 25px;
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  h4.entry-title, h4.entry-title:last-child {
    line-height: 20px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h3.entry-title, h3.entry-title:last-child {
    font-size: 25px;
  }
  .single.single-post .col-md-12.sidebar-off {
    margin-bottom: -60px;
  }
}
.sticky .featured-post {
  margin-left: 15px;
}
.post {
  position: relative;
}
.post > .fa {
  position: absolute;
  right: 9px;
  top: 7px;
  color: #fff;
  transform: rotate(45deg);
  z-index: 2;
}
.post > .fa:before {
  position: relative;
  z-index: 3;
}
.post > .fa:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: -14px;
  left: -35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 40px;
  border-color: transparent transparent #49979c transparent;
}
.post + .post {
  margin-top: 60px;
}
.post h3.entry-title + .entry-meta {
  margin-top: -0.65em;
}
.post h1.entry-title + .entry-meta {
  margin: 0 0 2em;
}
.post.cover-image {
  padding: 74px 70px 45px;
  text-align: center;
  height: auto;
}
@media (min-width: 992px) {
  .post.cover-image {
    padding: 74px 70px 45px;
  }
}
.post.cover-image .entry-meta {
  margin-top: 1.5em;
}
.post.cover-image .post-thumbnail {
  display: none;
}
.post ul, .post ol {
  margin-bottom: 40px;
}
.post ul:last-child, .post ol:last-child {
  margin-bottom: 0;
}
.post-thumbnail {
  text-align: center;
}
.post-thumbnail > img {
  width: auto;
}
.post-thumbnail .owl-dots {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
}
.post-thumbnail + .entry-content {
  margin-top: 1.5em;
}
.item-media-wrap {
  justify-content: center;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.item-media-wrap .post-thumbnail {
  display: block;
}
.item-media-wrap .post-thumbnail.item-media-gallery {
  display: block;
}
.item-media {
  border-radius: 5px 5px 0 0;
}
.item-gallery .item-media {
  border-radius: 0;
}
.entry-meta-corner {
  position: absolute;
  color: #fff;
  background-color: #49979c;
}
.entry-meta-corner .day {
  padding: 0.1em 0.6em;
  display: block;
  background-color: #323232;
}
.entry-meta-corner .month {
  padding: 0.1em 0.3em;
}
.post-password-form input[type="password"] {
  margin-top: 0.5em;
  width: auto;
}
.post-password-form input[type="submit"] {
  position: relative;
  top: -2px;
}
.entry-footer, .entry-meta {
  margin-top: 0.3em;
  padding-top: 0;
  line-height: 1;
  margin-bottom: 32px;
}
.entry-footer a, .entry-meta a {
  font-weight: 400;
}
.entry-footer .date, .entry-meta .date {
  margin-top: 10px;
}
.entry-footer .author, .entry-meta .author {
  color: #323232;
}
.entry-footer .author:before, .entry-meta .author:before {
  content: '/';
  color: #323232;
  position: relative;
  display: inline-block;
  padding: 0 15px 0 10px;
  font-size: 18px;
}
.entry-footer .author a, .entry-meta .author a {
  margin-left: 0;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 6px;
  text-transform: capitalize;
  color: #49979c;
}
.entry-footer a.read_more, .entry-meta a.read_more {
  float: right;
  font-weight: 400;
}
.entry-footer a.read_more:after, .entry-meta a.read_more:after {
  font-family: 'FontAwesome';
  content: "\f061";
  font-size: 14px;
  color: #323232;
  position: relative;
  padding-left: 5px;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.entry-footer a.read_more:hover, .entry-meta a.read_more:hover {
  color: #49979c;
}
.entry-footer a.read_more:hover:after, .entry-meta a.read_more:hover:after {
  color: #49979c;
}
.entry-footer:empty, .entry-meta:empty {
  display: none;
}
.entry-footer .author-img img, .entry-meta .author-img img {
  max-width: 60px;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.entry-footer .tags-links span {
  color: #323232;
  font-weight: 700;
  margin-right: 15px;
}
.entry-footer .tags-links a {
  color: #fff;
  border: 1px solid #49979c;
  background: #49979c;
  text-transform: capitalize;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
  padding: 7px 13px;
  margin: 0 5px 5px 0;
  text-align: center;
  display: inline-block;
  font-size: 14px !important;
  font-weight: 400;
  font-family: 'Nunito', sans-serif;
}
.entry-footer .tags-links a:hover {
  background-color: transparent;
  border-color: #49979c;
  color: #49979c;
}
.author_avatar {
  display: inline-block;
  margin-right: 10px;
}
.author_avatar img {
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.entry-content:before, .entry-footer:before, .entry-header:before, .entry-content:after, .entry-footer:after, .entry-header:after {
  display: block;
  content: '';
  clear: both;
}
time {
  color: #323232;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 11px;
  font-family: 'Nunito', sans-serif;
}
.cat-links {
  font-size: 0;
  margin-bottom: 0;
  top: 0;
  left: 0;
  line-height: 1;
  clear: both;
  position: relative;
  z-index: 2;
}
.cat-links:last-child {
  margin-top: 0;
  margin-bottom: 0;
}
.cat-links i {
  font-size: 12px;
  padding-right: 10px;
  color: #323232;
}
.cat-links a {
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  background-color: #49979c;
  border: 1px solid #49979c;
  text-transform: capitalize;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
  padding: 7px 13px;
  margin: 0 5px 5px 0;
  text-align: center;
  display: inline-block;
  font-size: 14px !important;
  font-weight: 400;
  font-family: 'Nunito', sans-serif;
}
.cat-links a:nth-child(4n-5) {
  background-color: #49979c;
  color: #fff;
}
.cat-links a:nth-child(4n-4) {
  background-color: #49979c;
  color: #fff;
}
.cat-links a:nth-child(4n-3) {
  background-color: #49979c;
  color: #fff;
}
.cat-links a:hover {
  background-color: #fff;
  color: #49979c;
}
.isotope-wrapper.masonry-layout .item-content .cat-links {
  left: 25px;
}
.item-media + .item-content .cat-links, .item-media-wrap + .item-content .cat-links {
  display: block;
}
.post_format-post-format-gallery .cat-links {
  left: 0;
}
.page_topline .cat-links, .page_topline .cat-links a {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
}
.entry-footer .entry-title + .edit-link, .entry-header .entry-title + .edit-link {
  position: absolute;
  right: 15px;
  top: 0.5em;
}
.edit-link a:before {
  font-family: 'FontAwesome';
  content: '\f044';
  padding-right: 13px;
}
.post-adds {
  display: flex;
  background-color: #f7f6fb;
  line-height: 1;
  align-items: center;
  margin-bottom: 30px;
  clear: both;
}
.post-adds i {
  width: 1em;
}
.post-adds a {
  display: inline-block;
  margin: 0;
}
.post-adds .dropdown-menu {
  padding: 0;
  border: none;
}
.post-adds .share_buttons {
  display: flex;
}
.post-adds .share_buttons a {
  margin: 0;
  display: block;
}
.post-adds .share_button {
  background-color: #49979c;
  color: #fff;
  line-height: 60px;
  width: 60px;
  text-align: center;
}
.post-adds .like_button {
  display: block;
  color: #49979c;
  line-height: 60px;
  width: 60px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.post-adds .votes_count {
  padding: 0 21px;
}
.post-adds .views-count {
  margin-left: auto;
  line-height: 60px;
  padding: 0 30px;
  background-color: #49979c;
  color: #fff;
}
@media (max-width: 767px) {
  .post-adds {
    flex-wrap: wrap;
  }
  .post-adds .share_button {
    line-height: 40px;
    width: 40px;
  }
  .post-adds .like_button {
    line-height: 40px;
    width: 40px;
  }
  .post-adds .views-count {
    line-height: 40px;
    padding: 0 15px;
  }
}
@media (max-width: 400px) {
  .post-adds .item-views-word {
    display: none;
  }
}
/* format-link post*/
.post.format-link {
  padding: 73px 41px 25px;
  text-align: center;
  box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.05);
}
.post.format-link .entry-title {
  margin-bottom: 25px;
}
.post.format-link .entry-content {
  margin-bottom: 30px;
}
.post.format-link .entry-content a {
  color: #49979c;
  position: relative;
}
.post.format-link .entry-content a:after {
  content: '';
  position: absolute;
  top: auto;
  bottom: 1px;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post.format-link .entry-content a:hover {
  color: #323232;
}
.post.format-link .entry-content a:hover:after {
  background: #49979c;
}
.post.format-link .entry-meta a {
  color: #323232;
}
.post.format-link .entry-meta a:hover {
  color: #49979c;
}
.isotope-item .cat-links a {
  padding: 4px 10px;
}
/*gallery post*/
.post .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.post .gallery .gallery-item {
  width: 50%;
  padding: 0 7px;
}
.post .gallery .gallery-item figcaption {
  padding: 20px 0 5px;
}
@media (min-width: 992px) {
  .post .gallery.gallery-columns-1 .gallery-item {
    width: 100%;
  }
  .post .gallery.gallery-columns-2 .gallery-item {
    width: 50%;
  }
  .post .gallery.gallery-columns-3 .gallery-item {
    width: 33.33%;
  }
  .post .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .post .gallery.gallery-columns-5 .gallery-item {
    width: 20%;
  }
  .post .gallery.gallery-columns-6 .gallery-item {
    width: 16.66%;
  }
  .post .gallery.gallery-columns-7 .gallery-item {
    width: 14.28%;
  }
  .post .gallery.gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
  .post .gallery.gallery-columns-9 .gallery-item {
    width: 11.11%;
  }
}
.gallery .cat-links {
  left: 50px;
}
.post_format-post-format-gallery .owl-carousel .owl-nav {
  opacity: 1;
  text-align: center;
  color: red;
  bottom: 0;
  left: 0;
  position: static;
  right: 0;
  top: 50%;
}
.post_format-post-format-gallery .owl-carousel .owl-nav > div {
  background-color: rgba(3, 15, 28, 0.5);
  bottom: 0;
  height: 100%;
  position: absolute;
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}
.post_format-post-format-gallery .owl-carousel .owl-nav > div i {
  background: transparent;
  border: none;
  color: #49979c;
  font-size: 20px;
  font-weight: 700;
  right: 3px;
  left: 2px;
}
.post_format-post-format-gallery .owl-carousel .owl-nav > div:hover i {
  background: transparent;
  border: none;
  color: #fff;
}
.post.gallery .owl-carousel .owl-nav > div:first-child {
  left: 0;
  right: auto;
}
.post.gallery .owl-carousel .owl-nav > div {
  right: 0;
}
/* post shared */
.entry-footer {
  margin-top: 27px;
  margin-bottom: 45px;
}
.entry-footer .fa {
  margin-right: 10px;
}
.social_part {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social_part a {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
}
.social_part a.fa.color-bg-icon {
  margin-left: 0;
  margin-right: 1px;
}
.social_part a.fa.color-bg-icon:before {
  width: 1.6em;
  height: 3.3em;
  line-height: 3.3em;
}
/*post author*/
.author-bio {
  margin: 4.3em 0 0;
  text-align: center;
}
.author-bio .item-media img {
  max-width: 170px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.author-bio .item-content {
  padding: 0 !important;
}
.author-bio .item-content h5 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 10px;
}
.author-bio .item-content .small-text {
  font-size: 14px;
  text-transform: uppercase;
  color: #323232;
  margin-bottom: 30px;
}
.author-bio .item-content p.description {
  width: 60%;
  position: relative;
  left: 50%;
  margin-bottom: 0.6em;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.author-bio .item-content a.fa {
  margin-bottom: 0;
  margin-right: 5px;
  margin-left: 0;
}
.author-bio .item-content a.fa:last-child {
  margin-right: 0;
}
/*comments*/
.comments-title {
  margin-bottom: 60px;
}
.comment-list {
  list-style: none;
  padding: 0;
}
.comment-list ol.children {
  list-style: none;
  padding-left: 60px;
  margin-left: 40px;
}
.comment-list li.pingback.odd {
  margin-bottom: 30px;
}
.col-md-12 .comments-area {
  padding-top: 75px;
}
.col-md-12 .comments-area .container {
  width: 980px;
}
.col-md-12 .comments-area.alignfull {
  margin-top: 75px;
  background: #f7f6fb;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
.col-md-12 .comments-area.alignfull .comment-list {
  list-style: none;
  padding: 0;
  margin-top: 65px;
  padding-bottom: 150px;
}
.col-md-12 .comments-area.alignfull .comment-list li:before {
  display: none;
}
.col-md-12 .comments-area.alignfull .comment-list ol.children {
  list-style: none;
  padding-left: 60px;
  margin-left: 40px;
}
.col-md-12 .comments-area.alignfull .comment-list ol.children ol.children ol.children {
  padding-left: 35px;
}
@media (max-width: 767px) {
  .col-md-12 .comments-area.alignfull .comment-list ol.children ol.children ol.children {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .comments-title {
    margin-bottom: 40px;
  }
}
.comment-body {
  position: relative;
  margin-left: 0;
  margin-bottom: 0;
  padding: 25px 0 0;
  display: flex;
}
.comment-body ol, .comment-body ol ol {
  padding-left: 20px;
}
.comment-author {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1;
  font-family: 'Nunito', sans-serif;
  color: #323232;
}
.comment-author a {
  color: #323232;
}
.comment-author a:hover {
  color: #49979c;
}
.comment-metadata {
  line-height: 1;
}
.comment-metadata time {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 11px;
  text-transform: uppercase;
}
.comment-detailed {
  display: block;
  position: relative;
  margin-bottom: 7px;
}
.comment-detailed .reply {
  position: absolute;
  top: 0;
  right: 0;
}
.comment-detailed .reply a {
  background: #49979c;
  color: #fff;
  border: 2px solid #49979c;
  font-size: 18px;
  font-weight: 400;
  padding: 1px 15px;
  display: inline-block;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
}
.comment-detailed .reply a:hover {
  color: #49979c;
  background: #fff;
  border-color: #49979c;
}
.comment-meta {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
}
.comment-meta img {
  position: relative;
  left: 0;
  top: 0;
  margin-right: 20px;
  max-width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.comment-meta .comment-metadata a {
  color: #9da5a9;
}
.comment-meta .comment-metadata a:hover {
  color: #49979c;
}
.comment-meta .comment-metadata:before {
  font-family: 'icomoon' !important;
  content: "\e918";
  font-size: 14px;
  color: #49979c;
  position: relative;
  padding-right: 9px;
  top: 1px;
}
.comment-meta b {
  font-weight: inherit;
}
.comment-meta .comment-author-img, .comment-meta .comment-detailed {
  display: inline-block;
  vertical-align: middle;
}
.comment-meta a {
  color: #9da5a9;
}
.comment-meta a:before {
  color: #49979c;
}
.comment-meta a:hover {
  color: #49979c;
}
.comment-meta .reply a:before {
  font-weight: 700;
}
.comments-area #reply-title {
  margin-bottom: 40px;
}
.comments-area h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.comments-area h6 + ol.comment-list {
  margin-top: 10px;
}
.col-md-12 .comments-area.alignfull h6 + .comment-list {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .comment-body {
    margin-left: 0;
  }
  ol ol .comment-body {
    margin-left: 0;
  }
  .comment-meta img {
    max-width: 60px;
    left: 0;
  }
  .comments-area .comment-list ol.children {
    border-left: none;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
  }
}
.reply-info {
  margin-top: 24px;
  float: right;
}
.reply-info span i {
  color: #49979c;
  margin-right: 15px;
}
.reply-info span + span {
  margin-left: 30px;
}
@media (max-width: 575px) {
  .reply, .reply-info {
    float: none;
  }
}
.reply a {
  color: #49979c;
  font-weight: 600;
}
.comment-content {
  line-height: 1.5;
  width: 90%;
}
.comment-content p {
  margin-bottom: 7px;
  line-height: 1.35;
}
.no-comments, .comment-awaiting-moderation {
  opacity: 0.7;
}
.comments-pagination {
  margin: 2em 0 3em;
}
/*comment respond form*/
.comments-area > .comment-respond {
  margin-top: 80px;
}
.comments-area > .comment-respond .comment-reply-title {
  font-size: 35px;
}
.comments-area > .comment-respond .comment-reply-title {
  position: relative;
  margin-bottom: 35px;
  font-size: 24px;
  color: #323232;
}
.comments-area .comment-respond .comment-reply-title {
  font-size: 35px;
}
@media (max-width: 991px) {
  .comments-area > .comment-respond {
    margin-top: 80px;
  }
}
.comment-respond > .ms {
  padding: 35px 40px 40px;
}
.trackback .comment-body, .pingback .comment-body {
  display: block;
  padding: 10px 0 0;
}
.trackback .comment-body .edit-link, .trackback .comment-body .edit-link, .pingback .comment-body .edit-link, .pingback .comment-body .edit-link {
  display: block;
}
.comment-form {
  display: flex;
  flex-wrap: wrap;
}
.comment-form .comment-form-cookies-consent {
  display: none;
}
.comment-form p {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.comment-form p i {
  position: absolute;
  top: 19px;
  left: auto;
  right: 23px;
  color: #49979c;
  font-size: 14px;
}
.comment-form p.form-submit {
  margin-top: 34px;
  margin-bottom: 0;
}
.comment-form p.form-submit button:hover {
  background: #49979c;
  color: #fff;
}
.comment-form p input[type="text"], .comment-form p input[type="email"], .comment-form p input[type="url"], .comment-form p input[type="password"], .comment-form p input[type="search"], .comment-form p input[type="tel"], .comment-form p input[type="number"], .comment-form p select, .comment-form p .form-control {
  height: 50px;
  padding-left: 19px;
  padding-right: 40px;
  background: #eae9ee;
}
.comment-form p textarea {
  height: 150px !important;
  background: #eae9ee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 19px;
  padding-right: 40px;
}
.comment-form p.comment-notes {
  margin-bottom: 23px;
}
.comment-form p.comment-form-comment {
  margin-bottom: 5px;
  height: 100%;
}
.comment-form input[type=checkbox] {
  margin: 0;
  visibility: hidden;
}
@media (min-width: 992px) {
  .comment-form .comment-form-author, .comment-form .comment-form-email {
    width: 50%;
  }
  .comment-form .comment-form-author {
    padding-right: 20px;
  }
}
.comment-form p.comment-form-author i {
  right: 40px;
}
/* format link */
.post.post_format-post-format-link .item-content {
  padding: 0;
  box-shadow: none;
}
.post.post_format-post-format-link .item-content .cat-links {
  display: none;
}
/* format chat */
.post.post_format-post-format-chat .entry-content p:last-child {
  margin-bottom: 0;
}
.bg_teaser > img {
  display: none;
  visibility: hidden;
}
/* blog ( special shortcode )*/
.shortcode-posts.tiled-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}
.shortcode-posts.tiled-layout .item-views-word {
  display: none;
}
.shortcode-posts.tiled-layout .bigitem .entry-header {
  display: flex;
  justify-content: space-between;
}
.shortcode-posts.tiled-layout .bigitem .entry-header:before, .shortcode-posts.tiled-layout .bigitem .entry-header:after {
  display: none;
}
.shortcode-posts.tiled-layout .bigitem .entry-header time {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Nunito', sans-serif;
}
.shortcode-posts.tiled-layout .bigitem .entry-header time:before {
  content: "\e918";
  font-size: 14px;
  color: #49979c;
  font-family: 'icomoon';
  margin-right: 8px;
}
.shortcode-posts.tiled-layout .bigitem .entry-header .post-meta i {
  margin-right: 3px;
  color: #49979c;
}
.shortcode-posts.tiled-layout .bigitem .entry-header .post-meta a {
  color: #9da5a9;
}
.shortcode-posts.tiled-layout .bigitem .entry-header .post-meta a:hover {
  color: #49979c;
}
.shortcode-posts.tiled-layout .bigitem .entry-header .post-meta .views-count {
  display: inline-block;
}
.shortcode-posts.tiled-layout .bigitem .entry-header .post-meta .views-count:after {
  content: '';
  top: 1px;
  position: relative;
  display: inline-block;
  height: 14px;
  width: 1px;
  background: #9da5a9;
  margin: 0 16px;
}
.shortcode-posts.tiled-layout .bigitem .entry-header .post-meta .comments-link:before {
  font-family: 'FontAwesome';
  content: "\f0e6";
  font-size: 15px;
  color: #49979c;
  position: relative;
  padding-right: 3px;
}
.shortcode-posts.tiled-layout .bigitem .item-content {
  margin-top: 13px;
}
.shortcode-posts.tiled-layout .bigitem .item-content .item-title {
  margin-top: 10px;
  font-size: 22px;
  margin-bottom: 12px;
}
.shortcode-posts.tiled-layout .bigitem .item-content .more_link {
  margin-top: 24px;
  color: #323232;
  border: 2px solid #49979c;
  padding: 6px 25px;
  display: inline-block;
  font-weight: 700;
}
.shortcode-posts.tiled-layout .smallitem .entry-header {
  display: flex;
  justify-content: space-between;
}
.shortcode-posts.tiled-layout .smallitem .entry-header:before, .shortcode-posts.tiled-layout .smallitem .entry-header:after {
  display: none;
}
.shortcode-posts.tiled-layout .smallitem .entry-header time {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Nunito', sans-serif;
}
.shortcode-posts.tiled-layout .smallitem .entry-header time:before {
  content: "\e918";
  font-size: 14px;
  color: #49979c;
  font-family: 'icomoon';
  margin-right: 8px;
}
.shortcode-posts.tiled-layout .smallitem .item-content {
  margin-top: 13px;
}
.shortcode-posts.tiled-layout .smallitem .item-content .item-title {
  margin-top: 10px;
  font-size: 22px;
  margin-bottom: 12px;
}
.shortcode-posts.tiled-layout .smallitem .item-content .post-meta i {
  margin-right: 3px;
  color: #49979c;
}
.shortcode-posts.tiled-layout .smallitem .item-content .post-meta a {
  color: #9da5a9;
}
.shortcode-posts.tiled-layout .smallitem .item-content .post-meta a:hover {
  color: #49979c;
}
.shortcode-posts.tiled-layout .smallitem .item-content .post-meta .views-count {
  display: inline-block;
}
.shortcode-posts.tiled-layout .smallitem .item-content .post-meta .views-count:after {
  content: '';
  top: 1px;
  position: relative;
  display: inline-block;
  height: 14px;
  width: 1px;
  background: #9da5a9;
  margin: 0 16px;
}
.shortcode-posts.tiled-layout .smallitem .item-content .post-meta .comments-link:before {
  font-family: 'FontAwesome';
  content: "\f0e6";
  font-size: 15px;
  color: #49979c;
  position: relative;
  padding-right: 3px;
}
.shortcode-posts.tiled-layout .smallitem .item-content .post-meta .more_link {
  margin-top: 24px;
  color: #323232;
  border: 2px solid #49979c;
  padding: 6px 25px;
  display: inline-block;
  font-weight: 700;
}
.shortcode-posts.tiled-layout .post + .post {
  margin-top: 30px;
}
@media (min-width: 400px) {
  .shortcode-posts.tiled-layout .smallitem .side-item {
    display: flex;
    flex-flow: wrap;
  }
  .shortcode-posts.tiled-layout .smallitem .side-item .item-media-wrap {
    flex: 0 0 50%;
    flex-direction: column;
    justify-content: flex-start;
  }
  .shortcode-posts.tiled-layout .smallitem .side-item .item-content {
    padding: 0 0 0 30px;
    flex: 0 0 50%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
/* post formats */
.format-status {
  padding: 74px 70px 45px;
  text-align: center;
  height: auto;
}
.format-status > img {
  display: none;
  visibility: hidden;
}
.format-status .avatar {
  display: block;
  max-width: 100px;
  border-radius: 50%;
  margin: 0 auto 0;
}
.format-status .author_avatar {
  display: none;
}
.format-status .item-content {
  padding: 70px 70px 66px;
}
.format-status .cat-links {
  margin-bottom: 5px;
}
.format-status.post .entry-title + .entry-meta {
  margin: 0 0 25px;
}
.format-status .entry-date {
  margin-top: -7px;
  color: #fff;
}
.format-status .entry-date:before {
  color: #fff;
}
.format-status .entry-content p {
  font-size: 20px;
  font-weight: 300;
}
.format-status .entry-meta:before, .format-status .entry-meta:after {
  display: none;
}
.format-status .author:before {
  display: none;
}
.ds.format-status .entry-content p {
  color: #fff;
  opacity: 0.7;
}
.ds.format-status .entry-meta .author {
  color: #fff;
}
.ds.format-status .entry-title a {
  color: #fff;
}
.ds.format-status .entry-title a:hover {
  color: #49979c;
}
.format-chat .entry-content p {
  margin-bottom: 0;
  padding: 0 0 15px 0;
}
.format-chat .entry-content p strong {
  font-weight: 500;
  color: #49979c;
}
.format-chat .entry-content p:nth-child(2n) strong {
  font-weight: 500;
}
.post_format-post-format-quote .entry-content i {
  color: #49979c;
  top: 10px;
  left: 10px;
  z-index: 10;
  font-size: 50px;
}
article.format-quote:before {
  background-color: #1d2225;
  opacity: 0.6;
  z-index: 1;
}
.format-quote {
  text-align: center;
}
.format-quote i {
  position: absolute;
  top: 10px;
  left: 10px;
}
.format-quote .entry-meta {
  margin-top: 25px;
}
.format-quote .avatar {
  display: block;
  max-width: 150px;
  border-radius: 50%;
  margin: 0 auto 18px;
}
.format-quote.cover-image .entry-header > i {
  display: inline-block;
  font-size: 2em;
  margin-bottom: 0.7em;
  font-style: italic;
}
.format-quote .entry-content {
  text-align: center;
}
.format-quote .entry-content .author-img img {
  margin-bottom: 33px;
}
.format-quote .entry-content .entry-title a {
  color: #fff;
}
.format-quote .entry-content .entry-title a:hover {
  color: #49979c;
}
.format-quote .entry-meta a time {
  color: #fff;
}
.format-quote .entry-meta a time:hover {
  color: #49979c;
}
.format-quote .author {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  position: relative;
  top: -9px;
}
.format-quote .author a {
  margin-left: 0;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 13px;
  text-transform: capitalize;
  color: #49979c;
}
.format-quote .author span {
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
}
.format-quote blockquote {
  border: none;
  font-style: italic;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
}
.format-quote blockquote .entry-meta {
  font-style: normal;
}
.format-quote blockquote p {
  color: #fff;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 1.25em;
  opacity: 0.7;
  padding-bottom: 5px;
  text-indent: 0;
}
.format-quote blockquote p:before {
  display: none;
}
.format-quote blockquote cite {
  display: block;
  font-style: normal;
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 1.5;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0;
}
.format-quote .social-icons {
  margin-top: 2.3em;
  display: inline-block;
}
.format-quote .social-icons a {
  color: #fff;
}
.format-quote .social-icons a:hover {
  color: #49979c;
}
.format-quote.post.cover-image {
  padding: 80px 70px 45px;
}
.post.format-quote.post_format-post-format-quote .item-content {
  padding: 80px 70px 45px;
}
@media (max-width: 1199px) {
  .shortcode-posts.tiled-layout .smallitem .item-content {
    margin-top: 0;
  }
  .post + .post {
    margin-top: 50px;
  }
  .format-status .item-content, .post.format-quote.post_format-post-format-quote .item-content {
    padding: 45px;
  }
  .single.single-post blockquote {
    width: 100%;
  }
  .author-bio .item-content p.description {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .blog-featured-posts .main {
    width: 44%;
  }
  .blog-featured-posts .second {
    width: 48%;
  }
  .blog-featured-posts {
    margin-bottom: 50px !important;
  }
  .blog-featured-posts .main article .item-content h4.entry-title a, .blog-featured-posts .second article .item-content h4.entry-title a {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .col-md-12 .comments-area.alignfull .comment-list {
    padding-bottom: 80px;
  }
  .comment-form p.comment-form-author i {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .post.format-link {
    padding: 30px;
  }
  .blog-featured-posts .main, .blog-featured-posts .second {
    width: 100%;
  }
  .blog-featured-posts .second {
    margin-top: 10px;
  }
  .blog-featured-posts .main article {
    margin-right: 0;
  }
  .col-md-12 .comments-area.alignfull .comment-list ol.children {
    padding-left: 0;
    margin-left: 0;
  }
  .col-md-12 .comments-area.alignfull .comment-list {
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .col-md-12 .comments-area .container {
    width: 100%;
  }
  .social_part {
    display: block;
  }
}
.text-center header.entry-header {
  text-align: center;
}
.text-center header.entry-header .entry-title:after, .text-center header.entry-header .entry-title:last-child:after {
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.text-center .entry-meta {
  display: inline-block;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
}
.blog-featured-posts .entry-footer:before, .blog-grid .entry-footer:before, .blog-featured-posts .entry-footer:after, .blog-grid .entry-footer:after, .blog-featured-posts .entry-meta:before, .blog-grid .entry-meta:before, .blog-featured-posts .entry-meta:after, .blog-grid .entry-meta:after {
  display: none;
}
.comment-respond input:-moz-placeholder {
  font-style: normal;
  color: #9da5a9;
  opacity: 1;
}
.comment-respond input::-moz-placeholder {
  font-style: normal;
  color: #9da5a9;
  opacity: 1;
}
.comment-respond input:-ms-input-placeholder {
  font-style: normal;
  color: #9da5a9;
  opacity: 1;
}
.comment-respond input::-webkit-input-placeholder {
  font-style: normal;
  color: #9da5a9;
  opacity: 1;
}
.comment-respond textarea:-moz-placeholder {
  font-style: normal;
  color: #9da5a9;
  opacity: 1;
}
.comment-respond textarea::-moz-placeholder {
  font-style: normal;
  color: #9da5a9;
  opacity: 1;
}
.comment-respond textarea:-ms-input-placeholder {
  font-style: normal;
  color: #9da5a9;
  opacity: 1;
}
.comment-respond textarea::-webkit-input-placeholder {
  font-style: normal;
  color: #9da5a9;
  opacity: 1;
}
.single.single-post footer.entry-meta:before, .single.single-post footer.entry-meta:after {
  display: none;
}
.post.type-post blockquote {
  width: 100%;
}
.single.single-post .format-quote {
  text-align: left;
}
.single.single-post .format-quote .entry-content {
  text-align: left;
}
.single.single-post blockquote {
  margin: 0;
  text-align: center;
}
.single.single-post blockquote p {
  color: #323232;
}
.readmore-hidden .more-link {
  display: none;
}
.single-post.entry-header .entry-title {
  font-size: 24px;
  margin-bottom: 30px;
  letter-spacing: 0;
  position: relative;
  margin-top: 55px;
}
.single-post.entry-header .entry-meta {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 1.8rem;
}
.single-post.entry-header .entry-meta:after, .single-post.entry-header .entry-meta:before {
  display: none;
}
header.entry-header + .post-thumbnail {
  margin-bottom: 3.4em;
}
@media (max-width: 1199px) {
  .single.single-post blockquote {
    width: 100%;
  }
}
.posted-on i, .author-post i {
  margin-right: 10px;
}
article.content-padding .item-content.grey-bg {
  background: #cacaca;
}
article.content-padding .item-content {
  padding: 33px 42px 37px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
article.content-padding .item-content .read_more {
  color: #49979c;
  border: 3px solid #49979c;
  padding: 15px 30px;
  display: inline-block;
  margin-top: 43px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
}
article.content-padding .item-content .read_more:hover {
  background-color: #49979c;
  color: #fff;
}
.search-item .read_more {
  color: #49979c;
  border: 3px solid #49979c;
  padding: 15px 30px;
  display: inline-block;
  margin-top: 20px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
}
.search-item .read_more:hover {
  background-color: #49979c;
  color: #fff;
}
.main-block article {
  background: #f7f6fb;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
}
.main-block article .item-media.post-thumbnail {
  width: 50%;
}
.main-block article .item-content {
  width: 50%;
  padding: 35px 54px;
}
.main-block article .item-content .entry-title {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 55px;
}
.main-block article .entry-meta .comment-count {
  margin-top: 10px;
}
.main-block article .entry-meta .comment-count a {
  color: #9da5a9;
}
.main-block article .entry-meta .comment-count a:hover {
  color: #49979c;
}
.second-block article.content-padding .item-content {
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
  padding: 63px 70px 70px;
}
.second-block article.content-padding .item-content h3.entry-title {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 16px;
}
.blog-home-style2 .main-block article {
  display: block;
  background: transparent;
}
.blog-home-style2 .main-block article .item-media.post-thumbnail {
  width: 100%;
}
.blog-home-style2 .main-block article .item-content {
  width: 100%;
  padding: 34px 0 0;
}
.blog-home-style2 .main-block article .item-content .entry-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
}
.blog-home-style2 .main-block article .item-content .entry-header:before, .blog-home-style2 .main-block article .item-content .entry-header:after {
  display: none;
}
.blog-home-style2 .main-block article .item-content .entry-header a time {
  text-transform: capitalize;
  font-weight: 300;
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
}
.blog-home-style2 .main-block article .item-content .entry-header a time:before {
  font-family: 'icomoon' !important;
  content: "\e904";
  font-size: 14px;
  position: relative;
  padding-right: 12px;
  top: 0;
}
.blog-home-style2 .main-block article .item-content .entry-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
  margin-top: 9px;
  margin-bottom: 34px;
  padding-bottom: 0;
}
.blog-home-style2 .main-block article .item-content .entry-title:after, .blog-home-style2 .main-block article .item-content .entry-title:before {
  display: none;
}
.blog-home-style2 .main-block article .item-content .entry-meta {
  margin: 0 0 37px 0;
  padding: 0;
  justify-content: flex-start;
}
.blog-home-style2 .main-block article .item-content .entry-meta:before, .blog-home-style2 .main-block article .item-content .entry-meta:after {
  display: none;
}
.blog-home-style2 .main-block article .item-content .entry-meta a {
  color: #9da5a9;
}
.blog-home-style2 .main-block article .item-content .entry-meta i {
  margin-right: 5px;
  font-size: 14px;
}
.blog-home-style2 .main-block article .item-content .entry-meta .author a {
  color: #49979c;
}
.blog-home-style2 .main-block article .item-content .entry-meta .comment-count {
  margin-top: 0;
}
.blog-home-style2 .main-block article .item-content .entry-meta .like-count {
  padding-right: 20px;
}
.blog-home-style2 .main-block article .item-content .entry-meta .like-count:after {
  content: '/';
  width: 2px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 !important;
  height: 15px;
  position: relative;
  top: 1px;
  margin-left: 16px;
  font-size: 13px;
  color: #9da5a9;
}
.blog-home-style2 .main-block article .item-content .read_more {
  margin-top: 23px;
  padding: 7px 24px;
  font-weight: 500;
  display: inline-block;
  border: 2px solid #49979c;
}
.blog-home-style2 .second-block article {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
}
.blog-home-style2 .second-block article .item-media.post-thumbnail {
  width: 50%;
}
.blog-home-style2 .second-block article .item-content {
  width: 50%;
  padding: 0 0 0 30px;
  box-shadow: none;
}
.blog-home-style2 .second-block article .item-content h3.entry-title {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 0;
  margin-top: 8px;
  margin-bottom: 42px;
}
.blog-home-style2 .second-block article .item-content h3.entry-title:before, .blog-home-style2 .second-block article .item-content h3.entry-title:after {
  display: none;
}
.blog-home-style2 .second-block article .item-content .entry-meta {
  justify-content: flex-start;
  margin-bottom: 28px;
}
.blog-home-style2 .second-block article .item-content .entry-meta .like-count {
  padding-right: 20px;
}
.blog-home-style2 .second-block article .item-content .entry-meta .like-count:after {
  content: '/';
  width: 2px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 !important;
  height: 15px;
  position: relative;
  top: 0;
  margin-left: 16px;
  font-size: 13px;
  color: #9da5a9;
}
.blog-home-style2 .second-block article .item-content .entry-meta a {
  color: #9da5a9;
}
.blog-home-style2 .second-block article + article {
  margin-top: 30px;
}
.blog-home .cat-links a {
  padding: 3px 7px;
}
.blog-home h3.entry-title {
  font-size: 24px;
}
.blog-home article.content-padding .item-content {
  padding: 32px 42px 41px;
}
.dropcaps_item {
  padding: 0;
  font-size: 110px;
  line-height: 100px;
  text-align: center;
  font-weight: 400;
  display: block;
  margin: -30px 15px 0 0;
  float: left;
  font-style: italic;
  font-family: 'Nunito', sans-serif;
  background: linear-gradient(45deg, #8d66b4 10%, #8d66b4 30%, #49979c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #49979c;
}
@media (max-width: 1199px) {
  .posted-on i, .author-post i {
    margin-right: 4px;
  }
  article.content-padding .item-content {
    padding: 22px;
  }
  .blog-home-style2 article .item-content {
    padding: 13px 0 0;
  }
  h4.entry-title, h4.entry-title:last-child {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .blog-home article.content-padding .item-content {
    padding: 20px 20px 25px;
  }
  .entry-footer:after, .entry-meta:after {
    width: 225px;
  }
  .main-block article .item-content .entry-title {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  .main-block article .entry-meta {
    margin-top: 2em;
  }
  .blog-home-style2 .second-block article {
    align-items: flex-start;
  }
  .blog-home-style2 .second-block article .item-content .entry-meta .like-count {
    padding-right: 13px;
  }
  .blog-home-style2 .second-block article .item-content .entry-meta .like-count:after {
    margin-left: 7px;
  }
  .blog-home-style2 .second-block article .item-content h3.entry-title {
    margin-bottom: 25px;
  }
  .blog-home-style2 .second-block article .item-content .entry-meta {
    margin-bottom: 15px;
  }
  .format-quote.post.cover-image {
    padding: 40px;
  }
  .single.single-post .entry-content {
    padding: 0;
  }
  .single.single-post blockquote {
    margin: 48px 0 47px 0;
  }
  .single.single-post .entry-meta {
    margin-top: 2em;
  }
  .second-block article.content-padding .item-content {
    padding: 30px;
  }
  .blog-home-style2 .second-block article .item-content {
    padding: 0 0 0 30px;
  }
  .blog-home-style2 .main-block article .item-content {
    padding: 20px 0 0;
  }
  .blog-home-style2 .main-block article .item-content .entry-title {
    margin-bottom: 15px;
  }
  .blog-home-style2 .main-block article .item-content .entry-meta {
    margin: 0 0 15px 0;
  }
  .col-md-12 .comments-area.alignfull .comment-list {
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .main-block article {
    display: block;
  }
  .main-block article .item-media.post-thumbnail, .main-block article .item-content {
    width: 100%;
  }
  .blog-home-style2 .second-block {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  h4.entry-title, h4.entry-title:last-child {
    letter-spacing: 0;
  }
  .post_format-post-format-quote .entry-content .author:after {
    width: 401px;
  }
  .format-quote .author {
    top: 0;
    margin-top: 10px;
    align-items: center;
  }
  .format-quote .author a {
    line-height: 1.1;
  }
  article.content-padding .item-content .read_more {
    margin-top: 15px;
  }
  .entry-meta {
    margin-bottom: 20px;
  }
  .format-status.post.cover-image {
    padding: 30px;
  }
  .col-md-12 .comments-area.alignfull .comment-list {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  h4.entry-title, h4.entry-title:last-child {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .comments-area > .comment-respond .comment-reply-title {
    font-size: 40px;
  }
  .format-status .entry-meta .author a {
    margin-left: 0;
  }
  .post + .post {
    margin-top: 60px;
  }
  .comment-body {
    margin-bottom: 0;
    padding: 10px 0 20px;
  }
  .comment-meta {
    margin-bottom: 1.5em;
  }
  .post .entry-content blockquote {
    width: 100% !important;
  }
  .single.single-post blockquote {
    width: 100% !important;
  }
  .format-quote blockquote {
    padding: 0;
  }
  .post_format-post-format-quote .entry-content .author:after {
    width: 300px;
  }
  .edit-link:after, .reply:after {
    margin: 0 10px 0 9px;
  }
  .breadcrumb {
    font-size: 18px;
  }
  .format-status .entry-content:before {
    width: 300px;
  }
  .format-status .item-content, .post.format-quote.post_format-post-format-quote .item-content {
    padding: 20px;
  }
  .col-md-12 .comments-area.alignfull {
    margin-top: 50px;
  }
  .col-md-12 .comments-area {
    padding-top: 50px;
  }
}
@media (max-width: 479px) {
  .entry-footer a.read_more, .entry-meta a.read_more {
    float: none;
    margin-top: 15px;
    display: block;
  }
  h3.entry-title, h3.entry-title:last-child {
    font-size: 25px;
  }
  .entry-footer, .entry-meta {
    margin-top: 1.5em;
  }
  .entry-footer {
    margin-bottom: 20px;
  }
  .blog-home-style2 .second-block article {
    display: block;
  }
  .blog-home-style2 .second-block article .item-media.post-thumbnail {
    width: 100%;
  }
  .blog-home-style2 .second-block article .item-content {
    padding: 15px 0 0 0;
    width: 100%;
  }
  .format-status .entry-content:before, .post_format-post-format-quote .entry-content .author:after {
    width: 200px;
  }
  .comment-body {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
  }
  .comment-meta {
    font-size: 15px;
  }
  ol ol .comment-body {
    margin-left: 0;
  }
  .comment-meta .comment-metadata:before, .reply a:before, .edit-link a:before {
    padding-right: 5px;
  }
  .comment-meta img {
    max-width: 100px;
  }
  .shortcode-posts.tiled-layout .smallitem .item-content {
    margin-top: 10px;
  }
  .shortcode-posts.tiled-layout .smallitem .item-content .post-meta .more_link {
    margin-top: 10px;
  }
  .shortcode-posts.tiled-layout .smallitem .entry-header {
    align-content: center;
    justify-content: center;
  }
  .post_format-post-format-gallery .cat-links {
    left: 30px;
  }
  .entry-footer, .entry-meta {
    display: block;
  }
  .entry-footer .byline, .entry-meta .byline {
    display: block;
    margin-bottom: 15px;
  }
  .entry-footer .date, .entry-meta .date {
    margin-right: 15px;
  }
  .main-block article .entry-meta {
    margin-top: 1em;
  }
  .format-quote.post.cover-image {
    padding: 20px;
  }
  .post.gallery .owl-carousel .owl-nav > div {
    right: -17px;
  }
  .single.single-post .entry-meta {
    display: block;
  }
}
.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-block-button__link:visited {
  background: #49979c;
  border-color: #49979c;
  color: #fff;
}
.wp-block-spacer {
  clear: both;
}
.entry-content .wp-block-archives.wp-block-archives-dropdown {
  margin-bottom: 10px;
}
/* 
 ** Template Specific Styles
 */
legend {
  margin-bottom: 10px;
}
#box_wrapper > section, #box_wrapper > div > section {
  overflow: hidden;
}
#box_wrapper > section.page_topline, #box_wrapper > section.page_toplogo, #box_wrapper > section.overflow-visible, #box_wrapper > div > section.overflow-visible {
  overflow: visible;
}
.partners-carousel a {
  opacity: 0.2;
}
.partners-carousel a:hover {
  opacity: 0.8;
}
.partners-carousel .center a {
  opacity: 1;
}
/* Button */
.btn.btn-outline-secondary {
  color: #323232;
  border-color: #cacaca;
  border-width: 2px;
}
.btn.btn-outline-secondary:hover {
  color: #fff;
  border-color: #49979c;
  background: #49979c;
}
.dropdown-shopping-cart {
  position: relative;
  font-weight: 700;
}
.page_toplogo .dropdown-shopping-cart i {
  position: relative;
  top: 0.18em;
}
.dropdown-shopping-cart .badge {
  position: absolute;
  left: 9px;
  top: -2px;
  padding: 3px 5px;
  border-radius: 50%;
  font-size: 9px;
  line-height: 10px;
  font-weight: 400;
  color: #fff;
}
.page_toplogo .dropdown-shopping-cart .badge {
  top: -0.3em;
}
.dropdown-shopping-cart:hover {
  color: inherit;
}
.dropdown-shopping-cart + .dropdown-menu {
  margin-right: -35px;
  margin-top: 20px;
}
@media (min-width: 576px) {
  .dropdown-shopping-cart + .dropdown-menu {
    min-width: 430px;
  }
}
.dropdown-shopping-cart.dropdown-toggle:after {
  display: none;
}
.header_absolute.cover-background, .header_absolute.s-parallax {
  background-image: url("../images/breadcrumbs_bg.jpg");
  background-size: cover;
}
.page_title {
  text-align: center;
}
.page_title.cover-background, .page_title.s-parallax {
  background-image: url("../images/breadcrumbs_bg.jpg");
  background-size: cover;
}
.page_title h1, .page_title h2 {
  margin-bottom: 18px;
  line-height: 1;
  position: relative;
  padding-bottom: 0;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
}
@media (min-width: 992px) {
  .page_title h1, .page_title h2 {
    font-size: 42px;
  }
  .page_title h1:last-child, .page_title h2:last-child {
    margin-bottom: 0;
  }
}
.page_title .small-title {
  margin-bottom: 0;
}
.page_title .small-title + .breadcrumb {
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 300;
}
@media (min-width: 992px) {
  .page_title .title-inline {
    margin: 0;
  }
  .page_title .title-inline + .breadcrumb {
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid rgba(200, 200, 200, 0.35);
  }
}
.page_title .breadcrumb {
  line-height: 1;
}
.page_title [class*="container"] > .breadcrumb {
  position: absolute;
  right: 15px;
  bottom: 0;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .page_title h1 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .page_title h1, .page_title h2 {
    padding-bottom: 5px;
  }
  .p-50.cs {
    padding: 30px;
  }
}
@media (max-width: 479px) {
  .page_title .breadcrumb {
    line-height: 1.5;
  }
  .page_title h1, .page_title h2 {
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .page_title h1 {
    font-size: 30px;
  }
  .single-post.entry-header .entry-title {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .single-post .overlay-image.left {
    padding: 15px 0 0 15px;
    left: -15px;
  }
}
.page_title .text-center h1:before, .page_title .text-center h2:before, .page_title .text-center h1:after, .page_title .text-center h2:after {
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page_title.s-overlay h1:before, .page_title.s-overlay h2:before {
  opacity: 1;
  background-color: #fff;
}
.page_map {
  height: 600px;
  text-align: center;
}
.page_map .marker {
  display: none;
}
.map_marker_description {
  max-width: 270px;
}
.map_marker_description h3 {
  line-height: 1;
  margin-bottom: 10px;
}
.map_marker_description img {
  max-width: 90% !important;
}
/* icon-list-row */
.icon-list-row {
  margin-right: 0;
  margin-left: 0;
}
.icon-list-row .icons_heading {
  text-transform: capitalize;
  font-size: 27px;
}
.gm-style .gm-style-iw {
  overflow: visible !important;
  text-align: center;
  line-height: 1.6em;
}
.gm-style .gm-style-iw > *:first-child {
  position: relative;
}
.gm-style .gm-style-iw:before {
  content: '';
  display: block;
  position: absolute;
  border-top: 2px solid #49979c;
  top: -25px;
  left: -16px;
  right: -16px;
  bottom: -25px;
  background: #fff;
  box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.05);
}
.gm-style .gm-style-iw .icon-inline {
  display: inline-block;
  margin: 0.3em 0;
}
.gm-style .gm-style-iw .icon-inline .icon-styled {
  margin-right: 5px;
}
/*footer social buttons that hidden on half of their height*/
.footer_before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  padding-top: 60px;
  padding-bottom: 50px;
}
.footer_before .bottom-includes {
  margin: 0;
  padding: 0;
}
.footer_before .bottom-includes li {
  display: inline;
  width: 100%;
}
.footer_before .bottom-includes li img {
  margin-right: 75px;
}
.footer_before .bottom-includes li .social-icons a.fa {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-right: 40px;
}
.footer_before .bottom-includes li .social-icons a.fa:before {
  font-size: 20px;
  font-weight: 400;
  margin-right: 10px;
}
.page_footer, .footer_before {
  background-color: #1d2225;
  overflow: hidden;
  position: relative;
  /*overriding Bootstrap Addons buttons*/
}
.page_footer.s-parallax, .footer_before.s-parallax {
  background-image: url("../images/parallax/video_section_background.jpg");
}
.page_footer .side-icon-box, .footer_before .side-icon-box {
  margin: 0 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 13px;
}
.page_footer .side-icon-box:last-child, .footer_before .side-icon-box:last-child {
  border-bottom: none;
}
.page_footer .side-icon-box > .icon-styled:first-child, .footer_before .side-icon-box > .icon-styled:first-child {
  margin-right: 0;
  position: relative;
  top: 0;
}
.page_footer .side-icon-box .icon-styled + .media-body, .footer_before .side-icon-box .icon-styled + .media-body {
  margin-left: 15px;
}
.page_footer .side-icon-box .icon-styled + .media-body span, .footer_before .side-icon-box .icon-styled + .media-body span {
  display: block;
}
.page_footer .col-md-12 .widget_social_buttons, .footer_before .col-md-12 .widget_social_buttons {
  margin-bottom: 0;
}
.page_footer .col-md-12 .widget_social_buttons a, .footer_before .col-md-12 .widget_social_buttons a {
  margin: 0 4px 70px;
}
@media (min-width: 1200px) {
  .page_footer .col-md-12 .widget_social_buttons a, .footer_before .col-md-12 .widget_social_buttons a {
    margin-bottom: 0;
  }
  .page_footer .col-md-12 .widget_social_buttons a:hover, .footer_before .col-md-12 .widget_social_buttons a:hover {
    transform: translateY(0);
  }
}
.page_footer a.fa, .footer_before a.fa, .page_footer a.fab, .footer_before a.fab {
  font-size: 14px;
  color: #fff;
  margin: 0 20px 0 0;
}
.page_footer a.fa span, .footer_before a.fa span, .page_footer a.fab span, .footer_before a.fab span {
  color: #fff;
  margin-left: 3px;
  text-transform: capitalize;
  font-family: 'Nunito', sans-serif;
}
.page_footer a.fa:hover span, .footer_before a.fa:hover span, .page_footer a.fab:hover span, .footer_before a.fab:hover span {
  color: #49979c;
}
.page_copyright {
  font-size: 14px;
  text-transform: none;
  font-weight: 300;
}
.page_copyright.cover-background, .page_copyright.s-parallax {
  background-image: url("../images/parallax/video_section_background.jpg");
}
.page_copyright .menu {
  font-size: 16px;
}
@media (max-width: 1679px) {
  .page_footer[class*="c-gutter-"] [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .page_footer ul.bottom-includes li + li {
    margin-left: 20px;
  }
}
@media (max-width: 1440px) {
  .page_footer a.fa span, .page_footer a.fab span {
    margin-left: 8px;
  }
  .page_footer ul.bottom-includes li + li {
    margin-left: 10px;
  }
  .page_footer ul.bottom-includes li p.phone_number:before, .page_footer ul.bottom-includes li p.email_top:before {
    margin-right: 15px;
  }
  .footer_before .bottom-includes li .social-icons a.fa {
    margin-right: 30px;
  }
  .page_header_wrapper .page_header .top-includes .btn {
    padding: 10px 20px;
  }
}
@media (max-width: 1199px) {
  .page_footer a.fa span, .page_footer a.fab span {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .page_footer .text-left {
    text-align: center !important;
  }
  .page_footer .text-right {
    text-align: center !important;
  }
  .page_footer .social-icons a:last-child {
    margin-right: 0;
  }
  .page_copyright .widget_nav_menu a, .page_topline .widget_nav_menu a {
    padding: 0 10px;
  }
}
.item-gallery {
  overflow: hidden;
  position: relative;
  background: transparent;
}
.item-gallery .item-content h4 {
  z-index: 5;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  transform: scale(0);
  font-size: 20px;
  text-transform: capitalize;
}
.item-gallery:hover .item-content h4 {
  transform: scale(1);
  opacity: 1;
}
.gallery-single .vertical-item.content-padding .item-content {
  padding: 53px 50px 53px;
}
.form-error {
  color: #dc5753;
}
.title_block {
  position: relative;
  padding-bottom: 6px;
}
.title_block span {
  color: #49979c;
}
h4.title_block {
  padding-bottom: 36px;
  margin-bottom: 25px;
}
.width-80 {
  width: 80%;
}
.text-center [class*='width-'] {
  position: relative;
  margin-top: 24px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .width-80 {
    width: 100%;
  }
}
.subtitle {
  font-size: 20px;
  margin-top: 35px;
}
@media (max-width: 1440px) {
  .item-gallery .item-content h4 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .footer_before .bottom-includes li .social-icons a.fa {
    font-size: 16px;
    margin-right: 20px;
  }
  .footer_before .bottom-includes li img {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .footer_before .bottom-includes li img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer_before .bottom-includes li {
    display: inline-block;
    text-align: center;
  }
  .footer_before .bottom-includes li .social-icons a.fa {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .item-gallery .item-content h4 {
    font-size: 17px;
  }
  .footer_before .bottom-includes {
    display: block;
    text-align: center;
  }
  .footer_before .bottom-includes li {
    display: block;
  }
  .footer_before .bottom-includes li + li {
    margin-top: 15px;
  }
  .footer_before .bottom-includes li a.fa {
    margin: 0;
  }
}
.teaser.box-shadow:hover {
  box-shadow: 0px 27px 24px -37px rgba(0, 0, 0, 0.66);
}
.cs.teaser {
  background: #49979c;
}
.cs.teaser:hover {
  background: #fff;
}
.teaser {
  display: block;
  background: #fff;
}
.teaser i {
  display: inline-block;
  vertical-align: middle;
}
.teaser:hover {
  background: #49979c;
}
.teaser-box-section {
  margin-top: -65px;
  z-index: 10;
  background: transparent;
}
@media (max-width: 1199px) {
  .teaser-box-section {
    margin-top: -20px;
  }
}
@media (max-width: 991px) {
  .teaser-box-section .teaser h6 {
    font-size: 16px;
  }
  .teaser-box-section .py-45 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .teaser i {
    display: block;
    margin-bottom: 10px;
  }
}
.content-padding.contact-form {
  padding: 37px 40px 26px;
}
.content-padding-large.contact-form {
  padding: 54px 40px 60px;
}
@media (max-width: 1199px) {
  .content-padding.contact-form {
    padding: 29px 34px 26px;
  }
}
@media (max-width: 1199px) {
  .mobile-padding-normal [class*="col-"], .mobile-padding-normal > [class*="col-"] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .mobile-padding-normal .row, div.row.mobile-padding-normal {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}
@media (max-width: 479px) {
  .courses.media .media-body {
    bottom: -73%;
  }
  .page_title.padding-mobile .container {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .padding-mobile-small {
    padding: 30px;
  }
  .courses.media .media-body .number-lessons {
    margin-top: 10px;
    margin-bottom: 65px;
  }
}
.accordion-section .row .row {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .to-bottom-image img {
    margin-bottom: -5.1em;
  }
}
.fw-event.type-fw-event {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.fw-event.type-fw-event .item-media-wrap {
  width: 49%;
  margin-right: 30px;
}
.fw-event.type-fw-event .item-content {
  width: 100%;
  padding: 0;
  box-shadow: none;
}
.fw-event.type-fw-event .item-content .entry-meta {
  margin: 0 0 15px 0;
  padding: 0;
  display: block;
}
.fw-event.type-fw-event .item-content .entry-meta:before, .fw-event.type-fw-event .item-content .entry-meta:after {
  display: none;
}
.fw-event.type-fw-event .item-content .entry-meta .data-events {
  margin-right: 13px;
  display: inline;
}
.fw-event.type-fw-event .item-content .entry-meta .data-events time {
  text-transform: capitalize;
  font-weight: 300;
  font-size: 16px;
}
.fw-event.type-fw-event .item-content .entry-meta .data-events:before {
  font-family: 'FontAwesome' !important;
  content: "\f073";
  font-size: 14px;
  display: inline-block;
  color: #9da5a9;
  margin-right: 7px;
}
.fw-event.type-fw-event .item-content .entry-meta .data-events:after {
  content: '';
  width: 1px;
  height: 14px;
  background: #9da5a9;
  display: inline-block;
  position: relative;
  margin-left: 15px;
  top: 2px;
}
.fw-event.type-fw-event .item-content .entry-meta .location-events {
  display: inline;
}
.fw-event.type-fw-event .item-content .entry-meta .location-events:before {
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f041";
  display: inline-block;
  color: #9da5a9;
  margin-right: 7px;
}
.fw-event.type-fw-event .item-content .entry-meta .location-events p {
  display: inline-block;
}
.fw-event.type-fw-event .item-content .entry-title {
  text-transform: capitalize;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.1;
}
.fw-event.type-fw-event .item-content .read_more_events {
  margin-top: 7px;
  padding: 6px 24px;
}
.fw-event.type-fw-event + .fw-event.type-fw-event {
  margin-top: 50px;
  padding-top: 50px;
  position: relative;
}
.event-single .fw-event.type-fw-event {
  display: block;
}
.event-single .item-media + .item-content {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .post.event-post .item-content {
    padding: 30px 25px 30px;
  }
}
@media (max-width: 767px) {
  .post.event-post .item-content {
    padding: 30px 20px 30px;
  }
}
@media (max-width: 575px) {
  .subtitle {
    font-size: 15px;
    margin-top: 20px;
  }
  .after-title {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  .fw-event.type-fw-event + .fw-event.type-fw-event:after {
    width: 400px;
  }
}
@media (max-width: 479px) {
  .fw-event.type-fw-event {
    display: block;
  }
  .fw-event.type-fw-event .item-media-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .fw-event.type-fw-event + .fw-event.type-fw-event:after {
    width: 250px;
  }
  .fw-event.type-fw-event .item-content .entry-meta .data-events:after {
    margin-left: 15px;
  }
  .fw-event.type-fw-event .item-content .entry-meta .data-events {
    margin-right: 10px;
  }
  .fw-event.type-fw-event + .fw-event.type-fw-event {
    padding-top: 0;
  }
}
.button-page .btn {
  margin-bottom: 4px;
}
/* single events */
.fw-event.type-fw-event.event-single {
  display: table;
}
.fw-event.type-fw-event.event-single .item-media-wrap {
  width: 32%;
  float: left;
}
.fw-event.type-fw-event.event-single .item-content {
  box-shadow: none !important;
  padding: 0 0 0 30px;
  width: auto;
  float: left;
}
.fw-event.type-fw-event.event-single .item-content .post-thumbnail + .entry-content {
  margin-top: 0;
}
.fw-event.type-fw-event.event-single .item-content .entry-content:before {
  display: none;
}
.fw-event.type-fw-event.event-single .item-content .entry-header:before {
  display: none;
}
.fw-event.type-fw-event.event-single .item-content .entry-header:after {
  display: none;
}
.fw-event.type-fw-event.event-single .item-content .entry-header .entry-meta {
  clear: none;
  margin: 0 0 25px 0;
  padding: 0;
}
.fw-event.type-fw-event.event-single .item-content .entry-header .entry-meta:before, .fw-event.type-fw-event.event-single .item-content .entry-header .entry-meta:after {
  display: none;
  bottom: 0;
  top: auto;
}
.fw-event.type-fw-event.event-single .item-content .entry-header .entry-meta:after {
  bottom: 6px;
}
.fw-event.type-fw-event.event-single .item-content .data-events {
  margin-right: 18px;
}
.fw-event.type-fw-event.event-single .item-content .data-events:before {
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f017";
  display: inline-block;
  color: #49979c;
  margin-right: 7px;
}
.fw-event.type-fw-event.event-single .item-content .data-events:after {
  content: '';
  width: 1px;
  height: 14px;
  background: #9da5a9;
  display: inline-block;
  position: relative;
  margin-left: 21px;
  top: 2px;
}
.fw-event.type-fw-event.event-single .item-content .location-events:before {
  font-family: FontAwesome;
  font-size: 14px;
  content: "\f041";
  display: inline-block;
  color: #49979c;
  margin-right: 7px;
}
.fw-event.type-fw-event.event-single .item-content .entry-title {
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 43px;
  letter-spacing: 0;
  line-height: 1.1em;
  position: relative;
}
.fw-event.type-fw-event.event-single .item-content .entry-title:before, .fw-event.type-fw-event.event-single .item-content .entry-title:after {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  color: #49979c;
}
.fw-event.type-fw-event.event-single .item-content .entry-title:before {
  font-family: 'icomoon' !important;
  content: "\e919";
  font-size: 13px;
  line-height: 1;
}
.fw-event.type-fw-event.event-single .item-content .entry-title:after {
  content: ".....................................";
  letter-spacing: 3.2px;
  line-height: 1;
  font-size: 13px;
  left: 23px;
  top: auto;
  bottom: 4px;
}
.fw-event.type-fw-event.event-single .fw-event.type-fw-event {
  display: block;
}
.fw-event.type-fw-event.event-single .fw-event.type-fw-event .item-media {
  width: 100%;
}
.fw-event.type-fw-event.event-single .fw-event.type-fw-event .item-media + .item-content {
  margin-top: 10px;
  padding: 0;
}
.fw-event.type-fw-event.event-single .fw-event.type-fw-event .item-media + .item-content .entry-meta {
  margin-top: 17px;
}
.fw-event.type-fw-event.event-single .fw-event.type-fw-event .item-media + .item-content .entry-title {
  padding-bottom: 0;
  margin-bottom: 13px;
}
.fw-event.type-fw-event.event-single .fw-event.type-fw-event .item-media + .item-content .entry-title:after, .fw-event.type-fw-event.event-single .fw-event.type-fw-event .item-media + .item-content .entry-title:before {
  display: none;
}
@media (max-width: 479px) {
  .event-single {
    display: block;
  }
  .event-single .item-media {
    width: 100%;
  }
  .event-single .item-media + .item-content {
    width: 100%;
  }
}
#mail_modal .container {
  margin: 0 auto;
  max-width: 960px;
  padding: 0;
}
#mail_modal.modal {
  top: 100px;
}
#mail_modal.modal input[type="text"], #mail_modal.modal input[type="email"], #mail_modal.modal input[type="url"], #mail_modal.modal input[type="password"], #mail_modal.modal input[type="tel"], #mail_modal.modal input[type="number"], #mail_modal.modal textarea, #mail_modal.modal select, #mail_modal.modal .form-control {
  color: #9da5a9;
  background-color: #f7f6fb;
  border-color: transparent transparent #dedede;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3px;
}
select {
  padding: 10px 30px 9px 20px;
}
#mail_modal.modal input:-moz-placeholder {
  color: #9da5a9;
  opacity: 1;
}
#mail_modal.modal input::-moz-placeholder {
  color: #9da5a9;
  opacity: 1;
}
#mail_modal.modal input:-ms-input-placeholder {
  color: #9da5a9;
}
#mail_modal.modal input::-webkit-input-placeholder {
  color: #9da5a9;
}
#mail_modal.modal textarea:-moz-placeholder {
  color: #9da5a9;
  opacity: 1;
}
#mail_modal.modal textarea::-moz-placeholder {
  color: #9da5a9;
  opacity: 1;
}
#mail_modal.modal textarea:-ms-input-placeholder {
  color: #9da5a9;
}
#mail_modal.modal textarea::-webkit-input-placeholder {
  color: #9da5a9;
}
#mail_modal.modal textarea {
  background-image: -webkit-linear-gradient(transparent, transparent 38px, #dedede 30px, #dedede 31px, #dedede 31px) !important;
  background-image: -moz-linear-gradient(transparent, transparent 38px, #dedede 30px, #dedede 31px, #dedede 31px) !important;
  background-image: -ms-linear-gradient(transparent, transparent 38px, #dedede 30px, #dedede 31px, #dedede 31px) !important;
  background-image: -o-linear-gradient(transparent, transparent 38px, #dedede 30px, #dedede 31px, #dedede 31px) !important;
  background-image: linear-gradient(transparent, transparent 38px, #dedede 30px, #dedede 31px, #dedede 31px) !important;
  background-color: transparent;
  background-size: 100% 39px;
  height: 118px;
  line-height: 40px;
  padding-top: 2px;
}
#mail_modal.modal .contact-form {
  padding-left: 85px;
  padding-right: 85px;
}
#mail_modal.modal > .container > .row {
  background: #fff;
}
#login_modal .container, #register_modal .container {
  margin: 0 auto;
  max-width: 960px;
  padding: 0;
}
#login_modal.modal, #register_modal.modal {
  top: 100px;
}
#login_modal.modal input[type="text"], #register_modal.modal input[type="text"], #login_modal.modal input[type="email"], #register_modal.modal input[type="email"], #login_modal.modal input[type="url"], #register_modal.modal input[type="url"], #login_modal.modal input[type="password"], #register_modal.modal input[type="password"], #login_modal.modal input[type="tel"], #register_modal.modal input[type="tel"], #login_modal.modal input[type="number"], #register_modal.modal input[type="number"], #login_modal.modal textarea, #register_modal.modal textarea, #login_modal.modal select, #register_modal.modal select, #login_modal.modal .form-control, #register_modal.modal .form-control {
  color: #9da5a9;
  background-color: #f7f6fb;
  border-color: #f7f6fb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 5px 20px;
}
#login_modal.modal .form-group button, #register_modal.modal .form-group button {
  padding: 15px 40px;
}
#login_modal label, #register_modal label {
  display: none;
}
#login_modal.modal input:-moz-placeholder {
  color: #9da5a9;
  opacity: 1;
}
#login_modal.modal input::-moz-placeholder {
  color: #9da5a9;
  opacity: 1;
}
#login_modal.modal input:-ms-input-placeholder {
  color: #9da5a9;
}
#login_modal.modal input::-webkit-input-placeholder {
  color: #9da5a9;
}
#login_modal.modal textarea:-moz-placeholder {
  color: #9da5a9;
  opacity: 1;
}
#login_modal.modal textarea::-moz-placeholder {
  color: #9da5a9;
  opacity: 1;
}
#login_modal.modal textarea:-ms-input-placeholder {
  color: #9da5a9;
}
#login_modal.modal textarea::-webkit-input-placeholder {
  color: #9da5a9;
}
#register_modal.modal input:-moz-placeholder {
  color: #9da5a9;
  opacity: 1;
}
#register_modal.modal input::-moz-placeholder {
  color: #9da5a9;
  opacity: 1;
}
#register_modal.modal input:-ms-input-placeholder {
  color: #9da5a9;
}
#register_modal.modal input::-webkit-input-placeholder {
  color: #9da5a9;
}
#register_modal.modal textarea:-moz-placeholder {
  color: #9da5a9;
  opacity: 1;
}
#register_modal.modal textarea::-moz-placeholder {
  color: #9da5a9;
  opacity: 1;
}
#register_modal.modal textarea:-ms-input-placeholder {
  color: #9da5a9;
}
#register_modal.modal textarea::-webkit-input-placeholder {
  color: #9da5a9;
}
#login_modal.modal textarea, #register_modal.modal textarea {
  background-image: -webkit-linear-gradient(transparent, transparent 38px, #dedede 30px, #dedede 31px, #dedede 31px) !important;
  background-image: -moz-linear-gradient(transparent, transparent 38px, #dedede 30px, #dedede 31px, #dedede 31px) !important;
  background-image: -ms-linear-gradient(transparent, transparent 38px, #dedede 30px, #dedede 31px, #dedede 31px) !important;
  background-image: -o-linear-gradient(transparent, transparent 38px, #dedede 30px, #dedede 31px, #dedede 31px) !important;
  background-image: linear-gradient(transparent, transparent 38px, #dedede 30px, #dedede 31px, #dedede 31px) !important;
  background-color: transparent;
  background-size: 100% 39px;
  height: 118px;
  line-height: 40px;
  padding-top: 2px;
}
#login_modal.modal .contact-form, #register_modal.modal .contact-form {
  padding-left: 85px;
  padding-right: 85px;
}
#login_modal.modal .contact-form h4, #register_modal.modal .contact-form h4 {
  font-size: 30px;
}
#login_modal.modal > .container > .row, #register_modal.modal > .container > .row {
  background: #fff;
}
#register_modal .login-submit input, #login_modal .login-submit input {
  margin-top: 30px;
}
.register_modal_button, .modal_register_form #nav a {
  float: none;
  position: relative;
  margin-top: 38px;
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  opacity: 1;
}
.register_modal_button:hover, .modal_register_form #nav a:hover {
  color: #49979c;
}
.modal_register_form #nav {
  margin-top: 2em;
}
.modal_login_form .menu-left a + a, .modal_register_form .menu-left a + a {
  margin-left: 40px;
}
.register_modal_button, .modal_register_form #nav a {
  float: none;
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  opacity: 1;
  margin-top: 30px;
  position: relative;
}
.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.checkbox + label {
  position: relative;
  padding: 0 0 0 60px;
  cursor: pointer;
}
.checkbox + label:before {
  content: '';
}
.contact-form.sign-in label {
  font-size: 16px;
  color: #9da5a9;
  padding-left: 0;
  margin-top: 35px;
  margin-bottom: 0;
}
.contact-form.sign-in input[type="checkbox"] + label:before {
  position: absolute;
  left: 0;
  padding-right: 0;
  width: 20px;
  height: 20px;
  line-height: 16px;
  font-size: 15px;
}
.close-modal {
  position: relative;
  color: #9da5a9;
  margin-top: 2em;
}
.close-modal:hover {
  color: #49979c;
}
.close-modal:hover:after {
  background: #49979c;
}
@media (max-width: 991px) {
  #login_modal .container, #register_modal .container {
    max-width: 760px;
  }
  #login_modal.modal .contact-form, #register_modal.modal .contact-form {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  #login_modal .container, #register_modal .container {
    max-width: 550px;
  }
  #login_modal.modal, #register_modal.modal {
    top: 10px;
  }
  #login_modal.modal .contact-form, #register_modal.modal .contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }
  #login_modal.modal h4, #register_modal.modal h4 {
    font-size: 25px;
  }
  .contact-form.sign-in label {
    margin-top: 20px;
    margin-bottom: 0;
  }
  #register_modal #contact_signupform_submit, #login_modal #contact_signinform_submit {
    margin-top: 10px;
  }
  .close-modal {
    margin-top: 1em;
  }
}
@media (max-width: 575px) {
  #login_modal .container, #register_modal .container {
    max-width: 300px;
  }
  #login_modal.modal .contact-form, #register_modal.modal .contact-form {
    padding: 20px;
  }
}
/* Information */
#information-block {
  background-image: url(../images/information-block.jpg);
  background-size: cover;
}
.btn.large + span + .widget.widget_social_buttons {
  display: inline-block;
}
/* service */
.service-isotope .icon-box {
  background-color: #fff;
  box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.05);
  padding: 42px 30px 31px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-isotope .icon-box:hover {
  background: linear-gradient(45deg, #8d66b4 10%, #8d66b4 30%, #49979c);
}
.service-isotope .icon-box:hover .icon-styled i {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.service-isotope .icon-box:hover h6 {
  color: #fff;
}
.service-isotope .icon-box:hover p {
  color: #fff;
}
.service-isotope .icon-box:hover a.simple_link {
  color: #fff;
}
.service-isotope .icon-box:hover a.simple_link:hover {
  color: #323232;
}
.service-isotope .icon-box a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.service-isotope .icon-box .icon-styled i {
  font-size: 60px;
  color: #49979c;
}
.service-isotope .icon-box h6 {
  margin-top: 0;
  font-weight: 300;
}
.service-isotope p {
  color: #323232;
}
.service-isotope .icon-box .item-button {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
}
.service-isotope .icon-box p {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
/* Service style2*/
.service-style-2 .icon-box {
  padding: 60px;
  position: relative;
}
.service-style-2 .icon-box .icon-styled i {
  margin-bottom: 10px;
}
.service-style-2 .icon-box h6 {
  position: relative;
  margin-top: 0;
  padding-bottom: 27px;
  margin-bottom: 26px;
  font-weight: 600;
}
.service-style-2 .icon-box h6:before {
  background-color: #9da5a9;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  opacity: 0.2;
  bottom: 0;
  content: "";
  position: absolute;
  top: auto;
}
.service-style-2 .icon-box h6:after {
  background-color: #9da5a9;
  bottom: -1px;
  height: 3px;
  left: 50%;
  top: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  content: "";
  position: absolute;
}
.service-style-2 .icon-box a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.service-style-2 .icon-box:hover {
  background: linear-gradient(45deg, #8d66b4 10%, #8d66b4 30%, #49979c);
}
.service-style-2 .icon-box:hover .icon-styled i {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.service-style-2 .icon-box:hover h6 {
  color: #fff;
}
.service-style-2 .icon-box:hover h6:before, .service-style-2 .icon-box:hover h6:after {
  background: #fff;
}
.service-style-2 .icon-box:hover p {
  color: #fff;
}
.service-style-2 .icon-box:hover a.simple_link {
  color: #fff;
}
.service-style-2 .icon-box:hover a.simple_link:hover {
  color: #323232;
}
@media (max-width: 1199px) {
  .service-style-2 .icon-box {
    padding: 25px;
  }
  .w-75 {
    width: 100% !important;
  }
  .c-gutter-100 [class*="col-"], .row.c-gutter-100 > [class*="col-"] {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .c-gutter-100 .row, div.row.c-gutter-100 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.service-isotope .icon-box a.simple_link {
  position: relative;
}
.service-title {
  padding-bottom: 27px;
  position: relative;
  margin-bottom: 25px;
}
.service-title:before, .service-title:after {
  content: "";
  left: 0;
  position: absolute;
  top: auto;
  bottom: 0;
}
.service-title:before {
  background-color: #dedede;
  height: 1px;
  left: 50%;
  opacity: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 66%;
}
.service-title:after {
  background-color: #49979c;
  height: 3px;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
}
.icon-box .service-title a {
  position: relative;
}
.icon-box .service-title {
  margin-bottom: 25px;
}
.single.single-fw-services .fw-services {
  width: 90%;
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.single.single-fw-services .fw-services .item-content {
  padding: 3.2em 4.25em;
}
.ds .ls.icon-box .icon-styled i {
  color: #323232;
}
.ds .icon-box .icon-styled + h4 {
  text-transform: uppercase;
}
.ds .icon-box .icon-styled + h4 a {
  color: #49979c;
}
.ds .icon-box .icon-styled + h4 a:hover {
  color: #323232;
}
#box_wrapper > section.top-minus {
  overflow: visible;
}
.service-isotope.top-minus div[class*="col-"] {
  margin-top: -125px;
  z-index: 10;
}
@media (max-width: 1440px) {
  .service-isotope .icon-box {
    padding: 30px 20px 20px;
  }
}
@media (max-width: 1199px) {
  .service-isotope.top-minus div[class*="col-"] {
    margin-top: -85px;
  }
  .service-isotope .icon-box p:after {
    width: 200px;
  }
  .service-isotope .icon-box p:before {
    -moz-transform: translateX(-105px);
    -webkit-transform: translateX(-105px);
    -o-transform: translateX(-105px);
    -ms-transform: translateX(-105px);
    transform: translateX(-105px);
  }
  .m-45 {
    margin: 20px;
  }
  .service-isotope .icon-box {
    padding: 30px 10px 32px;
  }
}
@media (max-width: 991px) {
  .service-isotope .icon-box p:after {
    width: 160px;
    margin-left: 10px;
  }
  .service-isotope .icon-box p:before {
    -moz-transform: translateX(-90px);
    -webkit-transform: translateX(-90px);
    -o-transform: translateX(-90px);
    -ms-transform: translateX(-90px);
    transform: translateX(-90px);
  }
  .service-isotope .icon-box {
    padding: 30px 15px 32px;
    width: 100%;
  }
  .service-isotope .icon-box .icon-styled + h4 {
    font-size: 20px;
  }
  #service-home, #team-home {
    background: transparent !important;
  }
  .single.single-fw-services .fw-services .item-content {
    padding: 2em;
  }
}
@media (max-width: 767px) {
  .service-isotope.top-minus div[class*="col-"] {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  #login_modal .container, #register_modal .container {
    max-width: 300px;
  }
  #login_modal.modal .contact-form, #register_modal.modal .contact-form {
    padding: 20px;
  }
}
@media (max-width: 479px) {
  .m-45 {
    margin: 5px;
  }
  a.fa, a.fab {
    margin-left: 4px;
    margin-right: 4px;
  }
  .btn.large {
    padding: 10px 35px;
  }
}
/* single services */
.single-service article.fw-services .entry-title {
  font-size: 30px;
  margin-bottom: 18px;
  padding-bottom: 35px;
  letter-spacing: 0;
  position: relative;
}
.single-service article.fw-services .entry-title:before, .single-service article.fw-services .entry-title:after {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  color: #49979c;
}
.single-service article.fw-services .entry-title:before {
  font-family: 'icomoon' !important;
  content: "\e919";
  font-size: 13px;
}
.single-service article.fw-services .entry-title:after {
  content: ".....................................";
  letter-spacing: 3.2px;
  line-height: 1;
  font-size: 13px;
  left: 23px;
  top: auto;
  bottom: 4px;
}
.single-service + .column-sidebar .widget_nav_menu ul li {
  font-size: 18px;
  font-family: 'Anton', sans-serif;
  box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.05);
  padding: 22px 22px 18px;
  margin-bottom: 10px;
  border: none;
}
.single-service + .column-sidebar .widget_nav_menu ul li a:before {
  display: none;
}
.single-service + .column-sidebar .widget_nav_menu ul i {
  color: #49979c;
  font-size: 40px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .service-menu ul.list-styled li {
    text-align: center;
  }
  .service-menu ul.list-styled li i {
    display: block;
  }
}
@media (max-width: 767px) {
  .service-menu ul.list-styled {
    margin-bottom: 50px;
  }
}
@media (max-width: 479px) {
  article.fw-services {
    padding: 0;
  }
  .single-service article.fw-services .entry-title:after {
    letter-spacing: 2.2px;
    bottom: 8px;
  }
}
/* team */
.team-item {
  position: relative;
  overflow: hidden;
}
.team-item .item-media img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.team-item .item-content {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-item .item-content h5 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
}
.team-item .item-content h5 a {
  color: #323232;
}
.team-item .item-content h5 a:hover {
  color: #49979c;
}
.team-item .item-content .profession {
  color: #49979c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.team-item .item-content .social-icons a {
  color: #323232;
  box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.05);
  height: 40px;
  width: 40px;
  line-height: 50px;
  margin-left: 3px;
  margin-right: 3px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.team-item .item-content .social-icons a:hover {
  color: #49979c;
}
.team-item:hover .item-content {
  bottom: 0;
}
/* Single team*/
.single-team .main-block {
  background-color: #f7f6fb;
  padding-top: 3.4em;
  padding-bottom: 2em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.single-team .main-block .media-item {
  text-align: center;
}
.single-team .main-block .media-item div {
  max-width: 320px;
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.single-team .main-block .media-item div img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.single-team .main-block .media-item div .social-icons {
  background-color: #49979c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 13px 0;
  margin-top: 0;
  position: relative;
  display: block;
  top: -20px;
}
.single-team .main-block .media-item div .social-icons a {
  color: #fff;
}
.single-team .main-block .media-item div .social-icons a:hover {
  color: #323232;
}
.single-team .main-block .content .team-name {
  font-size: 36px;
  color: #323232;
  margin: 0;
}
.single-team .main-block .content .entry-description-profession {
  text-transform: capitalize;
  color: #49979c;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Nunito', sans-serif;
  margin: 5px 0 29px;
  position: relative;
  padding-bottom: 0;
}
.single-team .main-block .content .social-icons {
  margin-top: 20px;
  margin-bottom: 0;
}
.single-team .main-block .content .experience, .single-team .main-block .content .phone, .single-team .main-block .content .mail, .single-team .main-block .content .location {
  margin-bottom: 8px;
}
.single-team .main-block .content .experience strong, .single-team .main-block .content .phone strong, .single-team .main-block .content .mail strong, .single-team .main-block .content .location strong {
  width: 123px;
  display: inline-block;
}
.single-team .main-block .content .experience span, .single-team .main-block .content .phone span, .single-team .main-block .content .mail span, .single-team .main-block .content .location span {
  color: #323232;
}
.single-team .team-member-counter .shortcode-simple-counter {
  display: inline-block;
}
@media (max-width: 767px) {
  .single-team .main-block .content {
    text-align: center;
  }
  .single-team .main-block .content .experience strong, .single-team .main-block .content .phone strong, .single-team .main-block .content .mail strong, .single-team .main-block .content .location strong {
    width: auto;
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  margin-top: 0;
  .single-team .icon-box.counter-inner {
    width: 100%;
    text-align: center;
  }
  .single-team .social-icons {
    text-align: center;
  }
  .single-team .icon-box + .icon-box {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .single-team .social-icons {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .single-team .team-name {
    font-size: 40px;
  }
  .team-item .item-content h5 {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .single-team .icon-box + .icon-box {
    margin-left: 0;
  }
}
/* Portfolio */
.isotope-item.item-layout-item-regular .item-content {
  display: none;
}
/* Map section */
.map-section h4 {
  text-transform: capitalize;
  margin-bottom: 16px;
}
.map-section .jvectormap-zoomout, .map-section .jvectormap-zoomin {
  display: none;
}
.map-section svg {
  height: 450px;
}
@media (max-width: 575px) {
  .map-section svg {
    height: 350px;
  }
  .media-body h3, .media-body h4 {
    line-height: 1.2;
  }
}
@media (max-width: 479px) {
  .map-section svg {
    height: 200px;
  }
}
/* Shortcode image with list */
.image-with-list .left-column ul.list-styled {
  position: relative;
}
.image-with-list .left-column ul.list-styled li {
  font-family: 'Anton', sans-serif;
  font-size: 17px;
  position: relative;
  text-align: right;
  padding-right: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 93px;
  line-height: 1;
}
.image-with-list .left-column ul.list-styled li:before {
  display: none;
}
.image-with-list .left-column ul.list-styled li:last-child {
  margin-bottom: 2px;
}
.image-with-list .left-column ul.list-styled:after {
  content: '';
  top: 0;
  right: -170px;
  position: absolute;
  height: 526px;
  width: 100%;
  background: url("../img/mask/image-with-list-left.png") no-repeat center center;
}
.image-with-list .right-column ul.list-styled li {
  font-family: 'Anton', sans-serif;
  font-size: 17px;
  position: relative;
  text-align: left;
  padding-left: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 93px;
  line-height: 1;
}
.image-with-list .right-column ul.list-styled li:before {
  display: none;
}
.image-with-list .right-column ul.list-styled li:last-child {
  margin-bottom: 2px;
}
.image-with-list .right-column ul.list-styled:before {
  content: '';
  top: 0;
  left: -200px;
  position: absolute;
  height: 526px;
  width: 100%;
  background: url("../img/mask/image-with-list-right.png") no-repeat center center;
}
.image-with-list img {
  margin-top: 40px;
  margin-bottom: 85px;
}
.image-with-list .left-column ul.list-styled li:nth-child(1) {
  right: -3.7em;
}
.image-with-list .left-column ul.list-styled li:nth-child(2) {
  right: 4.1em;
  margin-bottom: 130px;
}
.image-with-list .left-column ul.list-styled li:nth-child(3) {
  right: 6.45em;
  margin-bottom: 113px;
}
.image-with-list .left-column ul.list-styled li:nth-child(4) {
  right: 4.6em;
  margin-bottom: 103px;
}
.image-with-list .left-column ul.list-styled li:nth-child(5) {
  right: -3.05em;
}
.image-with-list .right-column ul.list-styled li:nth-child(1) {
  left: -5.6em;
}
.image-with-list .right-column ul.list-styled li:nth-child(2) {
  left: 2.1em;
  margin-bottom: 130px;
}
.image-with-list .right-column ul.list-styled li:nth-child(3) {
  left: 4.5em;
  margin-bottom: 113px;
}
.image-with-list .right-column ul.list-styled li:nth-child(4) {
  left: 2.75em;
  margin-bottom: 103px;
}
.image-with-list .right-column ul.list-styled li:nth-child(5) {
  left: -4.8em;
}
@media (max-width: 1440px) {
  .image-with-list img {
    margin-bottom: 105px;
  }
}
@media (max-width: 1199px) {
  .image-with-list .left-column ul.list-styled:after {
    right: -120px;
  }
  .image-with-list .right-column ul.list-styled:before {
    left: -150px;
  }
  .image-with-list img {
    margin-bottom: 110px;
    width: 120%;
    max-width: 120%;
    left: -20px;
    position: relative;
  }
}
@media (max-width: 991px) {
  .image-with-list .left-column ul.list-styled:after {
    right: -95px;
  }
  .image-with-list .left-column ul.list-styled li:nth-child(3) {
    margin-bottom: 98px;
  }
  .image-with-list .right-column ul.list-styled:before {
    content: '';
    top: 0;
    left: -125px;
  }
  .image-with-list img {
    margin-top: 120px;
  }
  .image-with-list .right-column ul.list-styled li:nth-child(1) {
    left: -5.6em;
  }
  .image-with-list .right-column ul.list-styled li:nth-child(2) {
    left: 2.1em;
  }
  .image-with-list .right-column ul.list-styled li:nth-child(3) {
    left: 4.5em;
  }
  .image-with-list .right-column ul.list-styled li:nth-child(4) {
    left: 2.75em;
  }
  .image-with-list .right-column ul.list-styled li:nth-child(5) {
    left: -4.8em;
  }
  .image-with-list .left-column ul.list-styled li:nth-child(3) {
    margin-bottom: 98px;
  }
}
@media (max-width: 767px) {
  .image-with-list .left-column ul.list-styled:after {
    right: 0;
  }
  .image-with-list .left-column ul.list-styled li {
    right: 50% !important;
  }
  .image-with-list .left-column ul.list-styled li:nth-child(3) {
    margin-bottom: 113px;
  }
  .image-with-list .right-column ul.list-styled:before {
    content: '';
    top: 0;
    left: 0;
  }
  .image-with-list .right-column ul.list-styled li {
    left: 50% !important;
  }
  .image-with-list img {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .image-with-list .left-column ul.list-styled:after, .image-with-list .right-column ul.list-styled:before {
    background: url(../img/mask/image-with-list-mobile.png) no-repeat center center;
  }
  .image-with-list img {
    margin-bottom: 80px;
    width: 100%;
    max-width: 100%;
    left: 0;
    position: relative;
  }
}
@media (max-width: 575px) {
  .image-with-list .left-column ul.list-styled:after, .image-with-list .right-column ul.list-styled:before {
    width: 100px;
  }
  .image-with-list .left-column ul.list-styled li {
    right: 15% !important;
  }
  .image-with-list .right-column ul.list-styled li {
    left: 10% !important;
  }
}
/* testimonials */
/* mailchimp */
#mailchimp {
  background-image: url(../images/mailchimp.jpg);
  background-size: cover;
}
/* team-style-1 */
.team-style-1 .card {
  display: block;
}
#team-home {
  background-image: url(../images/team-home.jpg);
  background-size: cover;
}
/* team-style-2 */
.team-style-2 {
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.05);
}
.team-style-2 .item-content {
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: -80px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.team-style-2 .item-content h6 {
  margin-bottom: 0;
  padding: 28px 0;
  width: 100%;
  font-size: 27px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-style-2 .item-content h6 a:hover {
  color: #49979c;
}
.team-style-2 .item-content .social-icons {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-style-2 .item-content .social-icons a {
  color: #49979c;
}
.team-style-2:hover .item-content {
  top: 0;
  background-color: rgba(19, 30, 37, 0.2);
}
.team-style-2:hover .item-content h6 {
  padding: 0;
  background: transparent;
}
.team-style-2:hover .item-content h6 a {
  color: #fff;
}
.team-style-2:hover .item-content .social-icons {
  display: block;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
p.entry-description-profession {
  color: #323232;
  font-weight: 600;
}
p.entry-description {
  color: #323232;
  font-weight: 600;
}
@media (max-width: 991px) {
  .team-style-2 .item-content h6 + p {
    margin-bottom: 10px;
  }
  .team-style-2 .item-content h6 {
    font-size: 18px;
  }
  .team-style-2.content-padding .item-content {
    margin-top: -25px;
  }
  .team-style-2 .item-content .social-icons {
    display: block;
  }
  .team-style-2:hover .item-content h6, .team-style-2 .item-content h6 {
    padding: 20px 0;
  }
  .team-style-2:hover .item-content .social-icons {
    margin-top: 0;
  }
}
/* donation */
#donation {
  background-image: url(../images/donation.jpg);
  background-size: cover;
}
#donate {
  background-image: url(../images/donate.jpg);
  background-size: cover;
}
#donate select, #donate a {
  display: inline-block;
}
#donate select {
  width: 60%;
  margin-right: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
}
#donate .counter-inner {
  display: inline-block;
}
#donate .counter-inner + .counter-inner {
  margin-left: 40px;
}
#donate .donate-inner {
  position: relative;
}
#donate .donate-inner:after {
  color: #fff;
  font-size: 11px;
  font-family: 'FontAwesome';
  content: '\f078';
  position: absolute;
  right: 190px;
  left: auto;
  bottom: 12px;
  z-index: 0;
}
.border-column-right {
  text-align: right;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.10);
}
@media (max-width: 1199px) {
  #donate .counter-inner + .counter-inner {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .border-column-right {
    text-align: center;
    border: none;
  }
  .icon-box.counter-inner {
    width: auto;
  }
  #donation {
    background-image: none;
  }
}
@media (max-width: 767px) {
  .border-column-right {
    padding-top: 0;
    padding-bottom: 0;
  }
  .border-column-right h4 {
    font-size: 30px;
  }
  .text-right {
    text-align: center !important;
  }
  #donate .donate-inner:after {
    right: 205px;
    bottom: 15px;
  }
}
@media (max-width: 479px) {
  #donate .donate-inner:after {
    display: none;
  }
  #donate select {
    width: 100%;
  }
  #donate a {
    margin-top: 15px;
  }
  blockquote.has-image {
    align-items: flex-start;
  }
}
/* give */
.give-form-wrap .give-goal-progress {
  margin-bottom: 35px;
}
.give-form-wrap .give-goal-progress .raised {
  margin-bottom: 15px;
  color: #323232;
}
.give-form-wrap .give-goal-progress .income {
  font-size: 40px;
  line-height: 30px;
  font-weight: 500;
  color: #49979c;
  font-family: 'Nunito', sans-serif;
  font-style: italic;
}
.give-form-wrap .give-goal-progress .give-progress-bar {
  height: 1px;
  position: relative;
  background: rgba(255, 255, 255, 0.10);
  overflow: visible;
}
.give-form-wrap .give-goal-progress .give-progress-bar span {
  background: #49979c !important;
  display: block;
  position: relative;
  height: 5px;
  top: -2px;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
}
.give-form-wrap p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 33px;
  letter-spacing: -0.1px;
}
.give-form-wrap .give-total-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  width: 70%;
}
.give-form-wrap .give-total-wrap .give-text-input {
  display: inline-block;
  width: 70%;
  border: none !important;
  background: transparent !important;
}
.give-form-wrap .give-total-wrap .give-currency-symbol {
  color: #49979c !important;
  margin-right: 20px !important;
  font-size: 16px !important;
}
.give-form-wrap #give_purchase_form_wrap {
  background: #fff;
  padding: 56px 75px;
  margin-top: 5em;
  width: 72%;
}
.give-form-wrap #give_purchase_form_wrap #give_checkout_user_info legend {
  font-size: 30px;
  line-height: 1;
  color: #49979c;
  font-family: 'Nunito', sans-serif;
  padding-top: 0;
  padding-bottom: 25px;
  font-weight: 600;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}
.give-form-wrap #give_purchase_form_wrap #give_checkout_user_info legend:after, .give-form-wrap #give_purchase_form_wrap #give_checkout_user_info legend:before {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  content: '';
}
.give-form-wrap #give_purchase_form_wrap #give_checkout_user_info legend:before {
  background-color: #9da5a9;
  height: 3px;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  z-index: 1;
}
.give-form-wrap #give_purchase_form_wrap #give_checkout_user_info legend:after {
  background-color: #dedede;
  height: 1px;
  left: 50%;
  opacity: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50%;
}
.give-form-wrap #give_purchase_form_wrap #give-first-name-wrap {
  margin-bottom: 20px;
  width: 100%;
  padding-right: 0;
}
.give-form-wrap #give_purchase_form_wrap p.form-row.form-row-last {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px;
}
.give-form-wrap #give_purchase_form_wrap .give-donation-submit {
  margin-top: 10px;
}
.give-form-wrap #give_purchase_form_wrap .give-donation-submit .give_error.give_warning strong {
  color: #49979c;
}
.give-form-wrap #give_purchase_form_wrap .give-donation-submit #give-final-total-wrap {
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  width: 70%;
  padding-bottom: 3px;
}
.give-form-wrap #give_purchase_form_wrap .give-donation-submit #give-final-total-wrap .give-donation-total-label {
  color: #49979c;
  margin-right: 26px;
}
.give-form-wrap #give_purchase_form_wrap .give-donation-submit .give-submit-button-wrap {
  margin-top: 0;
  text-align: center;
}
.give-form-wrap #give_purchase_form_wrap .give-donation-submit .give-submit-button-wrap input {
  color: #fff;
  padding: 12px 24px;
  background: #49979c;
  font-weight: 300;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
}
.give-form-wrap #give_purchase_form_wrap .give-donation-submit .give-submit-button-wrap input:hover {
  background: transparent !important;
  color: #323232;
}
.give-form-wrap #give_purchase_form_wrap .give-label {
  display: none;
}
.give-form-wrap input:-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 18px;
}
.give-form-wrap input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 18px;
}
.give-form-wrap input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 18px;
}
.give-form-wrap input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 18px;
}
#give_profile_editor_form p.form-row.form-row-last {
  padding-left: 0;
}
#give_profile_editor_form p.form-row.form-row-first {
  padding-right: 0;
}
#give_profile_editor_form #give_profile_password_label, #give_profile_editor_form #give_personal_information_label {
  clear: both;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0;
}
form[id*="give-form"] .give-donation-amount {
  margin: 0;
}
form[id*="give-form"] .give-donation-amount .give-currency-symbol.give-currency-position-before {
  border: none;
  background: transparent;
}
#give-payment-mode-select, [id*=give-form] .give-form-title {
  display: none;
}
.give-form-wrap #give_purchase_form_wrap #give_checkout_user_info legend {
  border: none;
}
#give-recurring-form .form-row input[type=email], #give-recurring-form .form-row input[type=password], #give-recurring-form .form-row input[type=tel], #give-recurring-form .form-row input[type=text], #give-recurring-form .form-row input[type=url], #give-recurring-form .form-row select, #give-recurring-form .form-row textarea, form.give-form .form-row input[type=email], form.give-form .form-row input[type=password], form.give-form .form-row input[type=tel], form.give-form .form-row input[type=text], form.give-form .form-row input[type=url], form.give-form .form-row select, form.give-form .form-row textarea, form[id*=give-form] .form-row input[type=email], form[id*=give-form] .form-row input[type=password], form[id*=give-form] .form-row input[type=tel], form[id*=give-form] .form-row input[type=text], form[id*=give-form] .form-row input[type=url], form[id*=give-form] .form-row select, form[id*=give-form] .form-row textarea {
  background: transparent !important;
  border-color: #dedede;
  color: #fff !important;
}
.give-form-wrap #give_purchase_form_wrap #give-first-name-wrap {
  margin-right: 0;
}
.give-btn:hover {
  background: #49979c !important;
  border: 2px solid #49979c !important;
}
#give-donation-level-button-wrap {
  margin-top: 81px;
  padding-left: 0;
}
#give-recurring-form, form.give-form, form[id*=give-form] {
  margin: 0;
}
ul.give-donation-levels-wrap {
  list-style: none;
}
ul.give-donation-levels-wrap li {
  display: inline-block;
  margin-right: 6px;
}
ul.give-donation-levels-wrap li button {
  font-weight: 300;
  padding: 9px 50px;
  font-size: 16px;
  border: 1px solid rgba(19, 30, 37, 0.2) !important;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
}
ul.give-donation-levels-wrap li button:hover {
  border: 1px solid #fff !important;
  background: #fff !important;
  color: #323232 !important;
}
@media (max-width: 767px) {
  .give-form-wrap #give_purchase_form_wrap {
    width: 100%;
  }
  #give-donation-level-button-wrap {
    margin-top: 40px;
    padding-left: 0;
  }
  .give-form-wrap #give_purchase_form_wrap {
    margin-top: 40px;
  }
}
/* fw-portfolio */
.fw-portfolio .cat-links {
  position: relative;
  left: 0;
  margin-top: 25px;
}
/* custom classes */
.before-bg:before {
  content: '';
  background-color: #f7f6fb;
  width: 230px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -215px;
  z-index: -1;
}
.position-absolute {
  position: absolute;
  left: auto;
  right: 60px;
  top: 65px;
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.border-radius-5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.without_padding .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.without_padding .container-fluid .col-xs-12.col-12 {
  padding-left: 0;
  padding-right: 0;
}
.home-gallery .media-links {
  display: none;
}
@media (max-width: 991px) {
  .position-absolute {
    top: 30px;
  }
  #booking-img {
    background-image: none;
  }
  .before-bg:before {
    display: none;
  }
  .p-80 {
    padding: 20px !important;
  }
}
/* Buddypress */
#buddypress div.item-list-tabs {
  background: 0 0;
  clear: left;
  margin-bottom: 80px;
}
#buddypress div.item-list-tabs ul {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dedede;
}
#buddypress div.item-list-tabs ul li {
  float: left;
  margin: 0;
  list-style: none;
}
#buddypress div.item-list-tabs ul li a {
  font-size: 20px;
  padding: 10px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#buddypress div.item-list-tabs ul li a:after {
  content: '';
  position: absolute;
  background: #fff;
  bottom: -2px;
  left: 0;
  right: 0;
  top: auto;
  width: 100%;
  height: 3px;
  opacity: 0;
}
#buddypress div.item-list-tabs ul li a:hover {
  color: #9da5a9;
  font-weight: 600;
}
#buddypress div.item-list-tabs ul li a:hover:after {
  background: #9da5a9;
  opacity: 1;
}
#buddypress div.item-list-tabs ul li a.active {
  color: #9da5a9;
  font-weight: 600;
}
#buddypress div.item-list-tabs ul li a.active:after {
  background: #9da5a9;
  opacity: 1;
}
#buddypress ul.item-list {
  width: 100%;
  list-style: none;
  clear: both;
  margin: 0;
  padding: 0;
}
#buddypress ul.item-list li {
  padding: 30px 0;
  margin: 0;
  position: relative;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
}
#buddypress ul.item-list li .activity-content {
  padding-left: 28px;
}
#buddypress ul.item-list li .activity-content .activity-header p {
  font-size: 20px;
  color: #323232;
  line-height: 20px;
}
#buddypress ul.item-list li + li {
  border-top: 1px solid #dedede;
}
#buddypress .tab-content {
  padding: 0;
  box-shadow: none;
}
#besocial-bp-bar ul#besocial-bp-bar-right {
  margin: 0;
  padding: 0;
}
#besocial-bp-bar ul#besocial-bp-bar-right #activity-filter-select {
  position: relative;
  list-style: none;
}
#besocial-bp-bar ul#besocial-bp-bar-right #activity-filter-select:after {
  color: #49979c;
  font-size: 11px;
  font-family: 'FontAwesome';
  content: '\f078';
  position: absolute;
  right: 19px;
  left: auto;
  top: 20px;
  bottom: auto;
}
#besocial-bp-bar ul#besocial-bp-bar-right #activity-filter-select select.custom-select {
  background: #fff;
  padding: 10px 30px 9px 20px;
  height: 60px;
  border: 2px solid #e7e8e9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 50px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
}
#besocial-bp-bar ul#besocial-bp-bar-right #activity-filter-select select.custom-select:focus {
  box-shadow: none;
}
#members-list-options .nav-item .nav-link {
  padding: 16px 11px;
}
.widget.buddypress .tab-content {
  padding: 56px 30px 45px;
}
.widget.buddypress .tab-content ul.tab-pane {
  margin: 0;
  padding: 0;
}
.widget.buddypress .tab-content ul.tab-pane li {
  clear: both;
  margin-bottom: 20px;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
}
.widget.buddypress .tab-content ul.tab-pane li .item {
  padding-left: 15px;
  line-height: 1;
}
.widget.buddypress .tab-content ul.tab-pane li .item .item-meta .activity {
  color: #9da5a9;
}
.widget.buddypress .tab-content ul.tab-pane li .item .item-meta .activity:before {
  font-family: 'icomoon' !important;
  content: "\e904";
  font-size: 14px;
  color: #9da5a9;
  position: relative;
  padding-right: 9px;
  top: 0;
}
#groups-list-options .nav-item .nav-link {
  padding: 16px 11px;
}
.widget_display_forums ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.widget_display_forums ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.widget_display_forums ul li > a {
  flex-grow: 10;
  display: inline-block;
  padding-top: 11px;
  padding-bottom: 8px;
}
.widget_display_forums ul li > a:before {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 16px;
  color: #49979c;
  position: relative;
  top: -1px;
  padding-right: 10px;
}
.widget_display_forums ul li + li {
  border-top: none;
}
@media (max-width: 991px) {
  #buddypress div.item-list-tabs {
    margin-bottom: 40px;
  }
  #besocial-bp-bar ul#besocial-bp-bar-right #activity-filter-select select.custom-select {
    margin-bottom: 20px;
  }
  #members-list-options .nav-item .nav-link, #groups-list-options .nav-item .nav-link {
    padding: 16px 20px;
  }
  .border-radius-5 + .border-radius-5 {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  #buddypress div.item-list-tabs ul li a {
    font-size: 17px;
    padding: 10px 5px;
  }
}
/* slider for home page*/
.faces-section {
  display: block;
  position: relative;
  overflow: hidden;
}
.faces-section .model-images {
  display: inline-block;
  position: relative;
  width: 380px;
}
.faces-section .model-images .flex-viewport {
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
}
.faces-section .model-images .flex-direction-nav li a {
  top: auto;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 75px;
  line-height: 50px;
  opacity: 1;
  font-size: 15px;
  background: #fff;
}
.faces-section .model-images .flex-direction-nav li a:before {
  font-family: 'icomoon' !important;
  font-size: 20px;
  content: "\e911";
  color: #9da5a9;
  position: absolute;
  top: 0;
  left: 36px;
}
.faces-section .model-images .flex-direction-nav li a.flex-prev:after {
  content: '';
  background: #dedede;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faces-section .model-images .flex-direction-nav li.flex-nav-next a {
  left: 75px;
}
.faces-section .model-images .flex-direction-nav li.flex-nav-next a:before {
  font-family: 'icomoon' !important;
  font-size: 20px;
  content: "\e916";
  color: #9da5a9;
  position: absolute;
  top: 0;
  left: 22px;
}
section.faces-section .model-slider-thumbs .flex-direction-nav {
  display: none;
}
.faces-section .model-slider-thumbs .flex-viewport {
  height: 180px;
  width: 550px;
  -webkit-transform: rotate(-270deg) translate(33.5%, 121%);
  transform: rotate(-270deg) translate(33.5%, 121%);
}
.faces-section .model-slider-thumbs .slides li {
  position: relative;
  text-align: center;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
section.faces-section .model-slider-thumbs .slides li img {
  cursor: pointer;
}
/* images overlay */
img.default + p {
  display: inline-block;
  color: #323232;
  vertical-align: middle;
  padding-left: 15px;
  margin-bottom: 0;
}
.img-wrap.img-left, .img-wrap.img-right {
  position: relative;
}
.img-wrap.img-left img, .img-wrap.img-right img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.img-wrap.img-left img + img, .img-wrap.img-right img + img {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.img-wrap.img-right img {
  float: right;
}
.img-wrap.img-right img + img {
  top: 20px;
  right: 20px;
  left: auto;
}
/* countdown */
#countdown-section {
  background-image: url(../images/countdown-section.jpg);
  background-size: cover;
}
/* Contact form section */
#contact-form {
  background-image: url(../images/contact-form.jpg);
  background-size: cover;
}
form.ls {
  padding: 55px 75px;
}
@media (max-width: 1199px) {
  form.ls {
    padding: 40px;
  }
}
@media (max-width: 1199px) {
  img.default + p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .img-wrap.img-right img {
    float: none;
  }
  .img-wrap.img-right img + img {
    top: 20px;
    left: 20px;
  }
}
@media (max-width: 479px) {
  .img-wrap.img-right img + img, .img-wrap.img-left img + img, .img-wrap.img-right img + img {
    top: 12px;
    left: 12px;
  }
}
/*switcher styles*/
