@charset "utf-8";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;700;800;900";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-width: 100vw;
}

html {
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
::-moz-selection {
  background-color: #295396;
  color: #fff;
}
::selection {
  background-color: #295396;
  color: #fff;
}
::-moz-selection {
  background-color: #295396;
  color: #fff;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #f7de9e; 
}
::-webkit-scrollbar-thumb:hover {
  background: #295396; 
}

body {
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  overflow: visible;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  max-width: 100%;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  word-break: break-word;
}
h1 {
  font-size: 60px;
  margin-bottom: 23px;
  margin-top: 23px;
}
h2 {
  font-size: 50px;
  margin-bottom: 20px;
  margin-top: 20px;
}
h3 {
  font-size: 40px;
  margin-bottom: 17px;
  margin-top: 17px;
}
h4 {
  font-size: 30px;
  margin-bottom: 14px;
  margin-top: 14px;
}
h5 {
  font-size: 24px;
  margin-bottom: 12px;
  margin-top: 12px;
}
h6 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
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: 10px;
}
ul:last-child,
ol:last-child,
p:last-child {
  margin-bottom: 0;
}
p:last-child:after {
  clear: both;
  content: "";
  display: block;
}
img,
figure {
  height: auto;
  max-width: 100%;
}
figcaption {
  font-size: 0.95em;
  line-height: 1.4;
  padding: 10px 0 7px;
}
figcaption p {
  margin-bottom: 0;
}
b,
strong {
  font-weight: 700;
}
label {
  color: #4c4c4c;
}
a {
  color: #4c4c4c;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
a:hover {
  color: #295396;
  text-decoration: none;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
blockquote {
  font-style: italic;
  margin: 30px 0 23px;
}
blockquote .media {
  margin: 15px 0;
}
blockquote .media .media-body > p:first-child {
  letter-spacing: 0.42em;
  margin-top: -9px;
}
blockquote h3,
blockquote h4,
blockquote .small-text {
  font-style: normal;
}
blockquote .quote-icon {
  border-radius: 50%;
  display: inline;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
}
blockquote h6 {
  font-weight: 300;
  margin-top: 21px;
}
input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus {
  outline: medium;
  text-decoration: none;
}
a > img {
  -webkit-transition: all 0.15s ease-in-out 0s;
  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: #e1e1e1;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
}

iframe {
  border: none;
  max-width: 100%;
}
table {
  margin: 10px 0;
  max-width: 100%;
  width: 100%;
}
table td,
table th {
  line-height: 1.42857143;
  padding: 13px 8px;
  vertical-align: top;
}
table th {
  color: #4c4c4c;
  font-weight: 500;
  vertical-align: middle;
}
canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
pre {
  background-color: rgba(150, 150, 150, 0.05);
  line-height: 1.5;
  padding: 0.5em 1em;
}
.big {
  font-size: 20px;
  line-height: 1.5em;
  margin: 7px 0 23px;
}

.big em {
  display: inline-block;
  margin: 0.3em 0 0;
}

.media h3 {
  text-transform: uppercase;
}
.media .dropcap {
  margin-right: 0;
}
.small-text {
  color: #4c4c4c;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

ul,
ol {
  padding-left: 1.15rem;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
.list-bordered {
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.list-bordered li {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  padding-bottom: 15px;
  padding-top: 14px;
}
.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-styled ul,
ul.list-styled {
  color: #4c4c4c;
  list-style: none;
  padding: 0;
}
.list-styled ul li,
ul.list-styled li {
  padding-left: 20px;
  position: relative;
}
.list-styled ul li:before,
ul.list-styled li:before {
  color: #295396;
  content: "\f054";
  font-family: fontawesome;
  font-size: 10px;
  padding-right: 15px;
  position: relative;
  top: -2px;
}
.list1 ul,
ul.list1 {
  color: #4c4c4c;
  list-style: none;
  padding: 0;
}
.list1 ul li,
ul.list1 li {
  padding: 2px 0;
  position: relative;
}
.list1 ul li:before,
ul.list1 li:before {
  color: #943c76;
  content: "\f111";
  font-family: fontawesome;
  font-size: 5px;
  padding-right: 8px;
  position: relative;
  top: -3px;
}
.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.4em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.breadcrumb > li {
  display: inline-block;
  float: none;
  padding: 0;
}
.text-center .breadcrumb {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.breadcrumb > .active {
  color: inherit;
  opacity: 0.9;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: inherit;
  content: "\f105";
  font-family: fontawesome;
  padding: 0 18px;
}

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 {
  background-color: transparent;
  border: 1px solid #ededed;
  border-radius: 2px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  color: #7f7f7f;
  font-size: 12px;
  height: 60px;
  letter-spacing: 0.1em;
  padding-bottom: 9px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 9px;
  width: 100%;
}
select {
  text-transform: uppercase;
}
input[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
}
input[type="submit"],
button {
  cursor: pointer;
}
input[type="submit"],
button {
  background: 0 0;
  border: 1px solid #4c4c4c;
  color: #4c4c4c;
  color: #4c4c4c;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 19px 36px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type="submit"]:hover,
button:hover {
  color: rgba(76, 76, 76, 0.8);
}
.ds input[type="submit"]:not([class]),
.cs input[type="submit"]:not([class]),
.ds button:not([class]),
.cs button:not([class]) {
  border-color: #fff;
  color: #fff;
}
textarea,
textarea.form-control {
  padding-top: 28px;
}

.form-group {
  position: relative;
}
[class*="col-"] > .form-group {
  margin-bottom: 0;
}
[class*="col-"] > .form-group + .form-group {
  margin-top: 10px;
}
.has-placeholder label {
  display: none;
}
select[multiple] {
  height: auto;
}
select option,
.form-control option {
  background-color: #fff;
  color: #4c4c4c;
}
.form-control-unstyled {
  background-color: transparent;
  border: none;
}
.form-control:focus {
  box-shadow: none;
}
.form-control:focus {
  background-color: transparent;
  border-color: #e0e0e0;
}
.form-control:-moz-placeholder {
  color: gray;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: gray;
  font-style: italic;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #7f7f7f;
  text-transform: uppercase;
}
.form-control::-webkit-input-placeholder {
  color: #7f7f7f;
  text-transform: uppercase;
}
.form-control:focus:-moz-placeholder {
  color: transparent;
}
.form-control:focus::-moz-placeholder {
  color: transparent;
}
.form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
form label + [class*="fa-"] {
  font-size: 16px;
  left: 28px;
  position: absolute;
  text-align: center;
  top: 60px;
  width: 1em;
}
form .has-placeholder label + [class*="fa-"] {
  top: 22px;
}
form label + [class*="fa-"] + .form-control {
  padding-left: 60px;
}
label {
  color: #4c4c4c;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.checkbox label,
.radio label {
  font-weight: inherit;
}
.checkbox label[for],
.radio label[for] {
  font-weight: inherit;
}
.checkbox label[for] + input[type="checkbox"],
.checkbox label[for] + input[type="radio"],
.radio label[for] + input[type="checkbox"],
.radio label[for] + input[type="radio"] {
  left: 20px;
}
input[type="checkbox"],
input[type="radio"] {
  margin-top: 8px;
}
input[type="checkbox"] {
  display: none;
}
.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: #295396;
}
.has-error label,
.has-error .help-block {
  color: #295396;
}
.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: #4c4c4c;
}
input[type="checkbox"] + label:before {
  border: 1px solid #7f7f7f;
  border-radius: 3px;
  content: "";
  display: inline-block;
  font-family: fontawesome;
  font-size: 12px;
  height: 16px;
  line-height: 14px;
  margin: 1px 18px 4px 0;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}

input[type="checkbox"]:checked + label:before {
  color: #295396;
  content: "\f00c";
}
input[type="checkbox"]:disabled + label:before {
  background-color: #e1e1e1;
}
.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 {
  border: 2px solid #e1e1e1;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 16px;
  margin-bottom: 2px;
  margin-right: 10px;
  vertical-align: middle;
  width: 16px;
}
input[type="radio"]:checked + label:before {
  background-clip: content-box;
  background-color: #4c4c4c;
  padding: 3px;
}
input[type="radio"]:disabled + label:before {
  background-color: #e1e1e1;
}
select.form-control:not([size]):not([multiple]) {
  height: 60px;
}
select.form-control {
  letter-spacing: 2px;
  text-transform: uppercase;
}
form label + [class*="fa-"] + select.form-control {
  padding-left: 54px;
}
.form-check {
  margin-top: 24px;
  padding-left: 0;
}

.form-check label {
  color: #7f7f7f;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}
form .has-placeholder.textarea label + [class*="fa-"] {
  top: 30px;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-indicators li {
  border-radius: 50%;
  height: 10px;
  max-width: 10px;
}
.nav-tabs {
  border-bottom: none;
  margin-bottom: 1px;
}

.nav-tabs .nav-link {
  background-color: #f7f6fb;
  border: 0;
  border-radius: 5px 5px 0 0;
  margin-right: 2px;
}

.nav-tabs .nav-link:hover {
  color: #2165a9;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-image: -webkit-linear-gradient(left, #295396 0%, #943c76 100%);
  background-image: linear-gradient(to right, #295396 0%, #943c76 100%);
  color: #fff;
}
.nav-link {
  color: #943c76;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.4em;
  line-height: 1.6em;
  min-width: 250px;
  padding: 30px 10px;
  text-align: center;
  text-transform: uppercase;
}

.small-tabs .nav-link {
  padding: 10px 15px;
}
.small-tabs .tab-content {
  padding: 30px;
}
.tab-content {
  border: 1px solid #ededed;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  padding: 40px 60px 40px 90px;
}

.tab-pane .media img {
  max-width: 40%;
}
.tab-pane .media img:first-child {
  margin-right: 10px;
}
.tab-pane .media h3,
.tab-pane .media h4,
.tab-pane .media h5 {
  font-weight: 900;
}
.tab-block {
  padding: 10px 0;
}
.tab-side {
  padding-left: 40px;
}

[data-toggle="collapse"] {
  display: inline-block;
  font-weight: 500;
  position: relative;
}
[data-toggle="collapse"]:after {
  color: #943c76;
  content: "-";
  font-size: 24px;
  font-weight: 300;
  height: 30px;
  left: -28px;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 24px;
}
[data-toggle="collapse"].collapsed:after {
  content: "+";
}
[role="tablist"] .card {
  background: 0 0;
  border: none;
  border-radius: 0;
}
[role="tablist"] .card-header {
  background: 0 0;
  border: none;
  padding: 0;
}
[role="tablist"] .card-header a {
  background-image: -webkit-linear-gradient(left, #295396 0%, #943c76 100%);
  background-image: linear-gradient(to right, #295396 0%, #943c76 100%);
  border-radius: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 21px 50px 21px 30px;
  position: relative;
  text-transform: uppercase;
  word-wrap: break-word;
}
[role="tablist"] .card-header a:before,
[role="tablist"] .card-header a:after {
  background-color: transparent;
  bottom: 0;
  color: #fff;
  content: "";
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 60px;
}
[role="tablist"] .card-header a:after {
  background: 0 0;
  bottom: auto;
  content: "-";
  height: 30px;
  line-height: 30px;
  margin-top: -18px;
  top: 50%;
  vertical-align: top;
}
[role="tablist"] .card-header a:hover {
  color: #fff;
  opacity: 1;
}
[role="tablist"] .card-header a.collapsed {
  background-color: #f7f6fb;
  background-image: none;
  color: #4c4c4c;
}
[role="tablist"] .card-header a.collapsed i {
  color: #295396;
}
[role="tablist"] .card-header a.collapsed:hover {
  background-image: -webkit-linear-gradient(left, #295396 0%, #943c76 100%);
  background-image: linear-gradient(to right, #295396 0%, #943c76 100%);
  color: #fff;
}
[role="tablist"] .card-header a.collapsed:hover:after {
  color: #fff;
}
[role="tablist"] .card-header a.collapsed:hover i {
  color: #fff;
}
[role="tablist"] .card-header a.collapsed:after {
  color: #295396;
  content: "+";
  margin-top: -15px;
}
[role="tablist"] .card-body {
  padding: 0;
}
[role="tablist"] .media img {
  max-width: 80px;
}
.card .card-header i {
  margin-right: 7px;
}
.card {
  margin-bottom: 20px;
}
.card:last-child {
  margin-bottom: 0;
}
.card [data-toggle="collapse"]:after {
  left: auto;
  right: 0;
}
.card .card-body {
  padding: 30px 40px 10px;
}
.dropdown-menu {
  background-color: #fff;
  border: none;
  border-radius: 0;
  border-top: 3px solid #295396;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: inherit;
  line-height: 1.5;
  margin-top: 0;
  padding: 40px;
  z-index: 1001;
}
.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: #4c4c4c;
}
.dropdown.show .dropdown-menu input {
  border: 1px solid #e1e1e1;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: transparent;
  color: #4c4c4c;
}
.dropdwon-menu-title {
  padding: 10px 30px;
}
.container {
    width: 100%;
  }
.modal-open {
  padding-right: 0 !important;
}
.modal-backdrop.show {
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.modal-content {
  border-radius: 1px;
}
.modal-content [class*="col-"]:last-child {
  margin-bottom: 0;
}
.btn {
  border: 0;
  border-radius: 5px;
  box-sizing: border-box;
  height: 60px;
  padding: 2px;
  width: 180px;
}
.btn span {
  -webkit-align-items: center;
  align-items: center;
  border-radius: 4px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  width: 100%;
}
.btn.small-btn {
  height: 40px;
  width: 140px;
}
.media > img {
  display: block;
}
.media-body h3,
.media-body h4 {
  line-height: 1;
  margin-bottom: 0.2em;
  margin-top: 0.3em;
}
* + .media-body,
.media-body + * {
  margin-left: 20px;
}
td .media-body {
  width: auto;
}
.embed-responsive-3by2 {
  background-color: #295396;
  border-radius: 5px 5px 0 0;
  height: 0;
  padding-bottom: 66.666%;
}
.embed-placeholder:after {
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  content: "\f04b";
  font-family: fontawesome;
  font-size: 14px;
  height: 60px;
  left: 50%;
  line-height: 56px;
  margin-left: -30px;
  margin-top: -30px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 60px;
}
.embed-placeholder:hover:after {
  opacity: 1;
}
.alert {
  border-radius: 0;
  border-width: 0 0 0 4px;
  margin-bottom: 40px;
  padding: 30px;
}
.mark,
mark {
  background-color: transparent;
}
button.close {
  min-width: 0;
}
.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;
}
.label-success {
  background-color: #4db19e;
  color: #fff;
}
.label-info {
  background-color: #007ebd;
  color: #fff;
}
.label-warning {
  background-color: #eeb269;
  color: #fff;
}
.label-danger {
  background-color: #dc5753;
  color: #fff;
}
p + .progress {
  margin-top: -10px;
}
.progress {
  background-color: #e5e5e5;
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: 4px;
  margin-bottom: 20px;
  margin-top: 2px;
  overflow: visible;
  position: relative;
}
.progress:last-child {
  margin-bottom: 10px;
}
.progress-bar {
  border-radius: 5px;
  box-shadow: none;
  color: inherit;
  height: 4px;
}
.progress-bar span {
  color: #4c4c4c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  position: absolute;
  right: 0;
  top: -35px;
}
.progress-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.owl-carousel {
  display: none;
  position: relative;
  -webkit-tap-color-main-color: transparent;
  touch-action: manipulation;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel.owl-shadow-items .owl-stage {
  padding-bottom: 11px;
  padding-top: 11px;
}
.owl-carousel .owl-stage:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.owl-carousel .owl-stage-outer {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  float: left;
  min-height: 1px;
  position: -webkit-sticky;
  position: sticky;
  -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;
  width: 100%;
  height: 150px;
}
.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-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  display: block;
  opacity: 0;
}
.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: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .owl-dots {
  line-height: 1;
  -webkit-tap-color-main-color: transparent;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  height: 40px;
  zoom: 1;
}
.owl-carousel .owl-dots .owl-dot:hover:after {
  color: #295396;
}
.owl-carousel .owl-dots .owl-dot:after {
  color: #943c76;
  content: counter(number, decimal-leading-zero);
  counter-increment: number;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.owl-carousel .owl-dots .owl-dot.active:after {
  color: #295396;
  text-decoration: line-through;
}

.owl-carousel .owl-nav {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-carousel .owl-nav > div {
  display: inline-block;
  right: 10px;
  text-transform: uppercase;
}
.owl-carousel .owl-nav > div.disabled {
  cursor: default;
  opacity: 0.2;
}
.owl-carousel .owl-nav > div.disabled:hover {
  cursor: default;
}

.owl-carousel .owl-nav > div:first-child {
  left: 10px;
  right: auto;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  background: #000;
  height: 100%;
  position: relative;
}
.owl-carousel .owl-video-play-icon {
  -webkit-backface-visibility: hidden;
  background: url(../img/owl.video.play.png) no-repeat;
  cursor: pointer;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
  width: 80px;
  z-index: 1;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  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 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.owl-theme:hover .owl-nav {
  opacity: 1;
}
.owl-theme .owl-nav {
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  -webkit-tap-color-main-color: transparent;
  text-align: center;
  top: 50%;
}
.owl-theme .owl-nav > div {
  position: absolute;
  right: 10px;
  text-align: center;
}
.owl-theme .owl-nav .disabled {
  cursor: default;
  opacity: 0.5;
}
.owl-theme .owl-dots {
  counter-reset: number;
  position: absolute;
  right: -2px;
  top: 37%;
}
.item-media .owl-theme .owl-dots {
  bottom: 20px;
  margin: 0;
  position: absolute;
  right: 5%;
}

.owl-center .owl-nav {
  bottom: 0;
  margin-top: 0;
  opacity: 1;
  position: static;
  top: 0;
}
.owl-center .owl-nav > div {
  background-color: rgba(76, 76, 76, 0.6);
  bottom: 0;
  height: auto;
  margin: 0;
  right: -15px;
  top: 0;
  width: 50px;
}
.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 {
  color: #fff;
  font-size: 20px;
  left: 17px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
.top-right-nav .owl-nav {
  position: absolute;
  right: -0.5em;
  top: -76px;
}

.top-right-nav .owl-nav > div {
  background: 0 0;
  min-width: 1em;
}
.top-right-nav .owl-nav > div:first-child {
  left: auto;
  right: 3em;
}
.top-right-nav .owl-nav > div i {
  color: #4c4c4c;
  font-size: 20px;
}
.owl-text-nav .owl-nav {
  display: none;
  -webkit-tap-color-main-color: transparent;
  text-align: center;
}

.owl-text-nav .owl-nav > div {
  margin-top: -30px;
  position: absolute;
  right: 10px;
  text-align: center;
}
.owl-text-nav .owl-nav > div > span {
  display: block;
  font-weight: 900;
  line-height: 1;
}

.small-gallery-carousel a {
  display: block;
  overflow: hidden;
}
.small-gallery-carousel a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.small-gallery-carousel a:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.small-gallery-carousel .owl-nav > div {
  margin-top: -8px;
  opacity: 1;
  right: 100px;
}
.small-gallery-carousel .owl-nav > div:first-child {
  left: 100px;
}
.small-gallery-carousel .owl-nav > div i {
  font-size: 28px;
}
.owl-carousel .owl-item {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease 0.1s;
  transition: opacity 0.2s ease 0.1s;
}
.owl-carousel .owl-item.active {
  opacity: 1;
}
.owl-center .owl-item {
  opacity: 1;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  -webkit-backface-visibility: hidden;
  display: block;
  float: left;
  margin-right: -100%;
  opacity: 1;
  position: relative;
  z-index: 5;
}
.flexslider .slides img {
  display: block;
  width: 100%;
}

.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  clear: both;
  content: "\0020";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.flex-direction-nav {
  height: 0;
}
.flex-direction-nav a {
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 40px;
  margin: -20px 0 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 50%;
  width: 40px;
  z-index: 10;
}
.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 {
  cursor: default;
  filter: alpha(opacity=0);
  opacity: 0;
}
.flex-direction-nav a:before {
  color: #fff;
  content: "\f104";
  font-family: fontawesome;
  font-size: 20px;
  left: 12px;
  position: absolute;
  top: 5px;
}
.flex-direction-nav a.flex-next:before {
  content: "\f105";
  left: 14px;
}
.flex-pauseplay a {
  bottom: 5px;
  color: #000;
  cursor: pointer;
  display: block;
  height: 20px;
  left: 10px;
  opacity: 0.8;
  overflow: hidden;
  position: absolute;
  width: 20px;
  z-index: 10;
}
.flex-pauseplay a:before {
  content: "\f01d";
  display: inline-block;
  font-family: fontawesome;
  font-size: 20px;
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: "\f01d";
}
.flex-control-thumbs {
  margin: 1px -1px;
  overflow: hidden;
  position: static;
}
.flex-control-thumbs li {
  float: left;
  margin: 3px 0 1px;
  padding: 0 0 0 4px;
  width: 25.2%;
}
.flex-control-thumbs li:first-child {
  padding-left: 1px;
  width: 24.4%;
}
.flex-control-thumbs img {
  cursor: pointer;
  display: block;
  opacity: 0.7;
  width: 100%;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  cursor: default;
  opacity: 1;
}
.flex-custom-nav {
  bottom: 38px;
  left: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
.flex-custom-nav .flex-control-nav {
  display: inline-block;
  position: static;
  width: auto;
}
.flex-custom-nav .flex-custom-link {
  bottom: 7px;
  color: #4c4c4c;
  font-size: 12px;
  margin: 0 8px;
  position: relative;
}
.ds .flex-custom-nav .flex-custom-link,
.cs .flex-custom-nav .flex-custom-link {
  color: #fff;
}
.flex-custom-nav .flex-custom-link:hover {
  color: #295396;
}
.page_slider:hover .flex-custom-nav {
  opacity: 1;
}
.page_slider .flexslider .flex-control-nav {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-box-pack: end;
  counter-reset: number;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  font-size: 0;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  left: 6.4%;
  line-height: 0;
  top: 45%;
  width: auto;
  z-index: 10;
}

.page_slider .flexslider .flex-control-nav li a:after {
  color: #fff;
  content: counter(number, decimal-leading-zero);
  counter-increment: number;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.page_slider .flexslider .flex-control-nav li a:hover::after {
  opacity: 0.5;
}
.page_slider .flexslider .flex-control-nav li a.flex-active:hover::after {
  opacity: 1;
}
.page_slider .social-flex {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 12px;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateY(-66%) translateX(-2%) rotate(90deg);
  -ms-transform: translateY(-66%) translateX(-2%) rotate(90deg);
  transform: translateY(-66%) translateX(-2%) rotate(90deg);
  z-index: 10;
}

.page_slider .social-flex p.social-heading {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4em;
  margin-bottom: 0;
  margin-right: 34px;
}
.page_slider .social-flex p.social-icons {
  letter-spacing: 0;
}
.page_slider .social-flex p.social-icons a.fa {
  margin-left: 13px;
}
.page_slider .social-flex p.social-icons a.fa:hover {
  opacity: 1 !important;
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.chart {
  display: inline-block;
  margin-bottom: 10px;
  min-height: 150px;
  min-width: 150px;
  position: relative;
  text-align: center;
}
.chart .chart-meta {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.chart .chart-meta h4 {
  font-size: 20px;
  letter-spacing: 0.2em;
  margin: 0;
}
.percent {
  display: inline-block;
  font-family: poppins, sans-serif;
  font-size: 62px;
  font-weight: 900;
  z-index: 2;
}
.percent:after {
  content: "%";
}
.angular {
  margin-top: 100px;
}
.angular .chart {
  margin-top: 0;
}
#timetable span {
  display: block;
}
#timetable th,
#timetable td {
  font-weight: 400;
  padding: 25px 5px;
  text-align: center;
  vertical-align: middle;
}
#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 #e1e1e1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#timetable tbody .current {
  background-color: #295396;
  border-color: #295396;
}
#timetable tbody .current a {
  color: #fff;
}
#toTop {
  background-color: #2956a8;
  border-radius: 50%;
  bottom: 10px;
  color: transparent;
  display: none;
  font-size: 0;
  height: 60px;
  opacity: 0.7;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-decoration: none;
  width: 60px;
  z-index: 1000;
  display: none !important;
}
#toTop:after {
  bottom: 0;
  color: #fff;
  content: "\f106";
  display: block;
  font-family: fontawesome;
  font-size: 16px;
  left: 0;
  line-height: 60px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#toTopHover,
#toTop:hover {
  bottom: 3px;
  opacity: 1;
}
#toTop:hover:after {
  color: #fff;
}
#toTop:active,
#toTop:focus {
  outline: medium;
}
.modal-open #toTop {
  visibility: hidden;
}
#comingsoon-countdown {
  text-align: center;
}
#comingsoon-countdown:before,
#comingsoon-countdown:after {
  clear: both;
  content: " ";
  display: table;
}
.countdown-rtl {
  direction: rtl;
}
.countdown-row {
  clear: both;
  display: table;
  margin: auto;
  padding: 20px 0;
  text-align: center;
}
.countdown-section {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  display: table-cell;
  padding: 10px 30px 20px;
  text-align: center;
}

.countdown-section:first-child {
  border-left-width: 0;
}
.countdown-amount {
  color: #943c76;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}
.countdown-period {
  color: #4c4c4c;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  min-width: 11em;
  text-transform: uppercase;
}
.countdown-descr {
  display: block;
}

.scroll-wrapper {
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.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: 0 0;
  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);
  border-radius: 1px;
  display: block;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "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;
}
.c-gutter-130 [class*="col-"],
.row.c-gutter-130 > [class*="col-"] {
  padding-left: 65px;
  padding-right: 65px;
}
.c-gutter-100 [class*="col-"],
.row.c-gutter-100 > [class*="col-"] {
  padding-left: 50px;
  padding-right: 50px;
}
.c-gutter-80 [class*="col-"],
.row.c-gutter-80 > [class*="col-"] {
  padding-left: 40px;
  padding-right: 40px;
}
/* .c-gutter-60 [class*="col-"],
.row.c-gutter-60 > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
} */
.c-gutter-50 [class*="col-"],
.row.c-gutter-50 > [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}
.c-gutter-30 [class*="col-"],
.row.c-gutter-30 > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.c-gutter-25 [class*="col-"],
.row.c-gutter-25 > [class*="col-"] {
  padding-left: 13px;
  padding-right: 12px;
}
.c-gutter-20 [class*="col-"],
.row.c-gutter-20 > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.c-gutter-15 [class*="col-"],
.row.c-gutter-15 > [class*="col-"] {
  padding-left: 8px;
  padding-right: 7px;
}
.c-gutter-10 [class*="col-"],
.row.c-gutter-10 > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.c-gutter-5 [class*="col-"],
.row.c-gutter-5 > [class*="col-"] {
  padding-left: 3px;
  padding-right: 2px;
}
.c-gutter-2 [class*="col-"],
.row.c-gutter-2 > [class*="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}
.c-gutter-1 [class*="col-"],
.row.c-gutter-1 > [class*="col-"] {
  padding-left: 1px;
  padding-right: 0;
}
.c-gutter-0 [class*="col-"],
.row.c-gutter-0 > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.c-gutter-130 .row,
div.row.c-gutter-130 {
  margin-left: -65px;
  margin-right: -65px;
}
.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-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-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-5 .row,
div.row.c-gutter-5 {
  margin-left: -3px;
  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: 0;
}
.c-gutter-0 .row,
div.row.c-gutter-0 {
  margin-left: 0;
  margin-right: 0;
}
.container-px-0 [class*="container"] {
  padding-left: 0;
  padding-right: 0;
}
.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-60 [class*="container"] {
  padding-left: 60px;
  padding-right: 60px;
}
.s-pt-0 > [class*="container"] {
  padding-top: 0;
}
.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-40 > [class*="container"] {
  padding-top: 40px;
}
.s-pt-45 > [class*="container"] {
  padding-top: 45px;
}
.s-pt-50 > [class*="container"] {
  padding-top: 50px;
}
.s-pt-60 > [class*="container"] {
  padding-top: 60px;
}
.s-pt-70 > [class*="container"] {
  padding-top: 70px;
}
.s-pt-75 > [class*="container"] {
  padding-top: 75px;
}
.s-pt-80 > [class*="container"] {
  padding-top: 80px;
}
.s-pt-90 > [class*="container"] {
  padding-top: 90px;
}
.s-pt-100 > [class*="container"] {
  padding-top: 100px;
}
.s-pt-105 > [class*="container"] {
  padding-top: 105px;
}
.s-pt-110 > [class*="container"] {
  padding-top: 110px;
}
.s-pt-120 > [class*="container"] {
  padding-top: 120px;
}
.s-pt-130 > [class*="container"] {
  padding-top: 130px;
}
.s-pt-135 > [class*="container"] {
  padding-top: 135px;
}
.s-pt-150 > [class*="container"] {
  padding-top: 150px;
}
.s-pt-155 > [class*="container"] {
  padding-top: 155px;
}
.s-pt-160 > [class*="container"] {
  padding-top: 160px;
}
.s-pb-0 > [class*="container"] {
  padding-bottom: 0;
}
.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-40 > [class*="container"] {
  padding-bottom: 40px;
}
.s-pb-45 > [class*="container"] {
  padding-bottom: 45px;
}
.s-pb-50 > [class*="container"] {
  padding-bottom: 50px;
}
.s-pb-60 > [class*="container"] {
  padding-bottom: 60px;
}
.s-pb-70 > [class*="container"] {
  padding-bottom: 70px;
}
.s-pb-75 > [class*="container"] {
  padding-bottom: 75px;
}
.s-pb-80 > [class*="container"] {
  padding-bottom: 80px;
}
.s-pb-90 > [class*="container"] {
  padding-bottom: 90px;
}
.s-pb-100 > [class*="container"] {
  padding-bottom: 100px;
}
.s-pb-105 > [class*="container"] {
  padding-bottom: 105px;
}
.s-pb-110 > [class*="container"] {
  padding-bottom: 110px;
}
.s-pb-120 > [class*="container"] {
  padding-bottom: 120px;
}
.s-pb-130 > [class*="container"] {
  padding-bottom: 130px;
}
.s-pb-135 > [class*="container"] {
  padding-bottom: 135px;
}
.s-pb-150 > [class*="container"] {
  padding-bottom: 150px;
}
.s-pb-155 > [class*="container"] {
  padding-bottom: 155px;
}
.s-pb-160 > [class*="container"] {
  padding-bottom: 160px;
}
.s-py-0 > [class*="container"] {
  padding-bottom: 0;
  padding-top: 0;
}
.s-py-1 > [class*="container"] {
  padding-bottom: 1px;
  padding-top: 1px;
}
.s-py-2 > [class*="container"] {
  padding-bottom: 2px;
  padding-top: 2px;
}
.s-py-3 > [class*="container"] {
  padding-bottom: 3px;
  padding-top: 3px;
}
.s-py-5 > [class*="container"] {
  padding-bottom: 5px;
  padding-top: 5px;
}
.s-py-10 > [class*="container"] {
  padding-bottom: 10px;
  padding-top: 10px;
}
.s-py-15 > [class*="container"] {
  padding-bottom: 15px;
  padding-top: 15px;
}
.s-py-20 > [class*="container"] {
  padding-bottom: 20px;
  padding-top: 20px;
}
.s-py-25 > [class*="container"] {
  padding-bottom: 25px;
  padding-top: 25px;
}
.s-py-30 > [class*="container"] {
  padding-bottom: 30px;
  padding-top: 30px;
}
.s-py-40 > [class*="container"] {
  padding-bottom: 40px;
  padding-top: 40px;
}
.s-py-45 > [class*="container"] {
  padding-bottom: 45px;
  padding-top: 45px;
}
.s-py-50 > [class*="container"] {
  padding-bottom: 50px;
  padding-top: 50px;
}
.s-py-60 > [class*="container"] {
  padding-bottom: 60px;
  padding-top: 60px;
}
.s-py-70 > [class*="container"] {
  padding-bottom: 70px;
  padding-top: 70px;
}
.s-py-75 > [class*="container"] {
  padding-bottom: 75px;
  padding-top: 75px;
}
.s-py-80 > [class*="container"] {
  padding-bottom: 80px;
  padding-top: 80px;
}
.s-py-90 > [class*="container"] {
  padding-bottom: 90px;
  padding-top: 90px;
}
.s-py-100 > [class*="container"] {
  padding-bottom: 100px;
  padding-top: 100px;
}
.s-py-105 > [class*="container"] {
  padding-bottom: 105px;
  padding-top: 105px;
}
.s-py-110 > [class*="container"] {
  padding-bottom: 110px;
  padding-top: 110px;
}
.s-py-120 > [class*="container"] {
  padding-bottom: 120px;
  padding-top: 120px;
}
.s-py-130 > [class*="container"] {
  padding-bottom: 130px;
  padding-top: 130px;
}
.s-py-135 > [class*="container"] {
  padding-bottom: 135px;
  padding-top: 135px;
}
.s-py-150 > [class*="container"] {
  padding-bottom: 150px;
  padding-top: 150px;
}
.s-py-155 > [class*="container"] {
  padding-bottom: 155px;
  padding-top: 155px;
}
.s-py-160 > [class*="container"] {
  padding-bottom: 160px;
  padding-top: 160px;
}

.c-mt-0 [class*="col-"],
.row.c-mt-0 > [class*="col-"] {
  margin-top: 0;
}
.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-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: 0;
}
.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-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-bottom: 0;
  margin-top: 0;
}
.c-my-1 [class*="col-"],
.row.c-my-1 > [class*="col-"] {
  margin-bottom: 1px;
  margin-top: 1px;
}
.c-my-2 [class*="col-"],
.row.c-my-2 > [class*="col-"] {
  margin-bottom: 2px;
  margin-top: 2px;
}
.c-my-5 [class*="col-"],
.row.c-my-5 > [class*="col-"] {
  margin-bottom: 5px;
  margin-top: 5px;
}
.c-my-10 [class*="col-"],
.row.c-my-10 > [class*="col-"] {
  margin-bottom: 10px;
  margin-top: 10px;
}
.c-my-15 [class*="col-"],
.row.c-my-15 > [class*="col-"] {
  margin-bottom: 15px;
  margin-top: 15px;
}
.c-my-20 [class*="col-"],
.row.c-my-20 > [class*="col-"] {
  margin-bottom: 20px;
  margin-top: 20px;
}
.c-my-25 [class*="col-"],
.row.c-my-25 > [class*="col-"] {
  margin-bottom: 25px;
  margin-top: 25px;
}
.c-my-30 [class*="col-"],
.row.c-my-30 > [class*="col-"] {
  margin-bottom: 30px;
  margin-top: 30px;
}
.c-my-40 [class*="col-"],
.row.c-my-40 > [class*="col-"] {
  margin-bottom: 40px;
  margin-top: 40px;
}
.c-my-50 [class*="col-"],
.row.c-my-50 > [class*="col-"] {
  margin-bottom: 50px;
  margin-top: 50px;
}
.c-my-60 [class*="col-"],
.row.c-my-60 > [class*="col-"] {
  margin-bottom: 60px;
  margin-top: 60px;
}

form[class*="c-mb-"] .row:last-child [class^="col-"],
[class*="c-mb-"] form .row:last-child [class^="col-"] {
  margin-bottom: 0 !important;
}

.s-full-height {
  min-height: 100vh;
}
[class*="divider-"] {
  clear: both;
  width: 100%;
}
[class*="divider-"]:last-child {
  -webkit-box-ordinal-group: 10001;
  -webkit-order: 10000;
  order: 10000;
}
.divider-0 {
  margin-top: 0;
}
.divider-4 {
  margin-top: 4px;
}
.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-25 {
  margin-top: 25px;
}
.divider-30 {
  margin-top: 30px;
}
.divider-35 {
  margin-top: 35px;
}
.divider-40 {
  margin-top: 40px;
}
.divider-45 {
  margin-top: 45px;
}
.divider-50 {
  margin-top: 50px;
}
.divider-55 {
  margin-top: 55px;
}
.divider-60 {
  margin-top: 60px;
}
.divider-70 {
  margin-top: 70px;
}
.divider-80 {
  margin-top: 80px;
}
.divider-90 {
  margin-top: 90px;
}
.divider-100 {
  margin-top: 100px;
}
.divider-110 {
  margin-top: 110px;
}
.divider-120 {
  margin-top: 120px;
}

section {
  position: relative;
}
img {
  max-width: 100%;
}
.s-parallax,
.cover-image,
.cover-background,
.texture-background {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.cover-image {
  height: 100%;
  width: 100%;
}
.texture-background {
  background-image: url(../img/background-texture-cover.jpg);
}
.pattern-background:before {
  background-image: url(../img/patterns/pattern6.png);
}

.fixed-background,
.s-parallax {
  background-attachment: fixed;
  background-position: 50% 0;
}

.s-overlay:before {
  border-radius: 5px;
  opacity: 0.8;
}
.s-overlay.ls:before {
  background-color: #fff;
  opacity: 0.93;
}
.s-overlay.ls.ms:before {
  background-color: #f2f2f2;
  opacity: 0.81;
}
.s-overlay.cs:before {
  background-color: #295396;
  opacity: 0.5;
}
.s-overlay.cs.cs2:before {
  background-color: #943c76;
}
.s-overlay.cs.cs3:before {
  background-color: #2165a9;
}
.s-overlay.ds:before {
  background-color: #000;
  opacity: 0.7;
}
.s-overlay.ds.ms:before {
  opacity: 0.9;
}
.s-muted:before {
  background-color: rgba(76, 76, 76, 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 > * {
  position: relative;
  z-index: 4;
}
.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 {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.s-muted:before,
.s-parallax:before {
  opacity: 0.8;
}
.s-overlay-diagonal {
  background-clip: content-box;
  overflow: hidden;
  padding: 10px 0;
}
.s-overlay-diagonal:before {
  bottom: auto;
  height: 3000px;
  left: 0;
  margin-left: 30%;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 40%;
}

.s-overlay-diagonal-double {
  overflow: hidden;
  padding: 10px 0;
}
.s-overlay-diagonal-double:before {
  background: -webkit-linear-gradient(45deg, #295396 30%, transparent 30%);
  background: linear-gradient(45deg, #295396 30%, transparent 30%);
  opacity: 0.6;
}
.s-overlay-diagonal-double:after {
  background: -webkit-linear-gradient(45deg, transparent 70%, #295396 70%);
  background: linear-gradient(45deg, transparent 70%, #295396 70%);
  opacity: 0.6;
}
.gradient-background:before {
  background: #295396;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #295396),
    color-stop(100%, #943c76)
  );
  background: -webkit-linear-gradient(left, #295396 0%, #943c76 100%);
  background: linear-gradient(to right, #295396 0%, #943c76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$colorMain",endColorstr="$colorMain2",GradientType=1);
}
.gradientvertical-background:before {
  background: #295396;
  background: -webkit-linear-gradient(top, #295396 0%, #943c76 100%);
  background: linear-gradient(to bottom, #295396 0%, #943c76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$colorMain",endColorstr="$colorMain2",GradientType=0);
}
.gradientdarken-background:before {
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000",endColorstr="#00000000",GradientType=0);
}
.gradientradial-background:before {
  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))
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 0.24) 0%,
    rgba(255, 255, 255, 0) 50%
  );
  background: -webkit-radial-gradient(
    center ellipse,
    rgba(255, 255, 255, 0.24) 0%,
    rgba(255, 255, 255, 0) 50%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.24) 0%,
    rgba(255, 255, 255, 0) 50%
  );
  content: "";
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3ffff",endColorstr="#00ffffff",GradientType=1);
  height: 1400px;
  left: 50%;
  margin-left: -700px;
  margin-top: -700px;
  position: absolute;
  top: 50%;
  width: 1400px;
  z-index: 2;
}
.s-overlay.gradientradial-background:before {
  height: 100vw;
  margin-left: -50vw;
  margin-top: -50vw;
  width: 100vw;
}
.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 {
  background-color: #e1e1e1;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  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: #295396;
}
.s-bordertop-container .container:before,
.s-borderbottom-container .container:after {
  left: 15px;
  right: 15px;
}
.s-borderbottom:after,
.s-borderbottom-container .container:after {
  bottom: 0;
  top: auto;
}
.s-bordered-columns [class*="col-"] + [class*="col-"]:before {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 1em;
  content: "";
  left: 0;
  position: absolute;
  top: 1em;
  width: 1px;
}
.preloader {
  background: rgba(255, 255, 255, 0.99);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 13000;
}
.no-js .preloader,
.lt-ie9 .preloader,
.lt-ie10 .preloader {
  display: none;
}

.preloader_image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:120px;
  height:60px;
  border-radius:200px 200px 0 0;
  -webkit-mask:repeating-radial-gradient(farthest-side at bottom ,#0000 0,#000 1px 12%,#0000 calc(12% + 1px) 20%);
  background:
   radial-gradient(farthest-side at bottom,#295396 0 95%,#0000 0) bottom/0% 0% no-repeat
   #E4E4ED;
  animation:p10 2s infinite steps(6);
}

.custom-loader {
  
}
@keyframes p10 {
    100% {background-size:120% 120%}
}



.animate {
  visibility: hidden;
}
.no-js .animate,
.lt-ie10 .animate,
.lt-ie9 .animate {
  visibility: visible;
}
.animated {
  visibility: visible !important;
}
#box_wrapper,
#canvas {
  overflow: visible;
  position: relative;
}
#box_wrapper > section,
#box_wrapper > div > section {
  clear: both;
  position: relative;
}
#canvas.boxed {
  padding: 1px 0;
}
body.boxed {
  height: auto;
  position: static;
  width: 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;
}

.boxed #box_wrapper.container {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  margin-top: 120px;
  padding: 0;
}

.boxed #box_wrapper.container.top-bottom-margins {
  margin-bottom: 120px;
  margin-top: 150px;
}
.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);
}
.c-bordered [class*="col-"] {
  border: 1px solid #e1e1e1;
  margin-left: -1px;
  margin-top: -1px;
}

.bordered .item-media,
.bordered .entry-thumbnail {
  margin: -1px;
  z-index: 1;
}
.bordered .item-media.cover-image {
  height: calc(100% + 2px);
}
.bordered.full-padding .item-media {
  margin: 0;
}
.full-padding {
  padding: 40px;
}
.content-padding .item-content {
  padding: 40px;
}

.side-item h2,
.side-item h3,
.side-item h4 {
  line-height: 1;
}
.side-item .row {
  margin: 0;
}
.side-item .row [class*="col-"] {
  margin: 0;
  padding: 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;
}

.vertical-item .item-media + .item-content {
  padding-top: 20px;
}
.vertical-item.content-padding .item-content {
  padding: 60px;
}

.vertical-item.content-padding.padding-small .item-content {
  padding: 40px 35px;
}
.vertical-item.content-absolute {
  position: relative;
}
.vertical-item.content-absolute .item-content {
  bottom: 0;
  left: 0;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  z-index: 2;
}
.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;
}
.item-meta {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.item-meta i {
  font-size: 14px;
  position: relative;
  text-align: center;
  width: 0.5em;
}
.item-meta span {
  margin-right: 15px;
  padding: 0 0.5em;
}

.item-media {
  overflow: hidden;
  position: relative;
}
.item-media img {
  width: 100%;
}
.item-media.cover-image {
  height: 100%;
}
.media-links {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.media-links div {
  margin-top: -30px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 4;
}
.content-absolute .media-links div a {
  -webkit-transition: all 0.35s ease 0.1s;
  transition: all 0.35s ease 0.1s;
}
.content-absolute .media-links div a:hover {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.content-absolute .media-links div a:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.media-links:before {
  background-color: rgba(91, 131, 205, 0.6);
  border-radius: 5px 5px 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
[class*="-item"]:hover .media-links:before {
  opacity: 0.6;
}
.media-links a.abs-link {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
[class*="-item"]:hover .media-links a.abs-link {
  opacity: 1;
}
[class*="-item"] .links-wrap a {
  border: 2px solid transparent;
  display: inline-block;
  font-size: 16px;
  height: 60px;
  line-height: 58px;
  opacity: 0;
  position: relative;
  text-align: center;
  top: -100px;
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  width: 60px;
  z-index: 5;
}
[class*="-item"] .links-wrap a.link-zoom {
  background-color: #943c76;
  border-color: #943c76;
  color: #fff;
  font-size: 20px;
}
[class*="-item"] .links-wrap a.link-zoom:hover {
  background-color: #2165a9;
  border-color: #2165a9;
  color: #fff;
  opacity: 1;
}
[class*="-item"] .links-wrap a.link-anchor {
  background-color: #fff;
  border-color: #fff;
  color: #4c4c4c;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
[class*="-item"] .links-wrap a.link-anchor:hover {
  background-color: #295396;
  border-color: #295396;
  color: #fff;
  opacity: 1;
}
[class*="-item"] .links-wrap a:before {
  content: "\f002";
  font-family: fontawesome;
}
[class*="-item"] .links-wrap a.link-anchor:before {
  content: "\f041";
}
[class*="-item"]:hover .links-wrap a {
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0;
}
[class*="-item"]:hover .media-links div {
  filter: alpha(opacity=100);
  opacity: 1;
}
.item-icons {
  font-size: 12px;
  margin-top: 35px;
}
.content-padding .item-icons {
  margin-top: 0;
}
.item-icons i {
  padding: 0 4px;
}
.item-icons .col {
  padding-bottom: 20px;
  padding-top: 15px;
  text-align: center;
}
.btn:hover {
  cursor: pointer;
}
.btn.focus,
.btn:focus {
  box-shadow: 0 0 3px 0 rgba(100, 100, 100, 0.75);
}
.btn-maincolor,
.btn-maincolor2,
.btn-maincolor3,
.btn-maincolor4 {
  color: #fff;
}
.btn-maincolor:hover span,
.btn-maincolor2:hover span,
.btn-maincolor3:hover span,
.btn-maincolor4:hover span
 {
  background: #fff;
  color: #4c4c4c;
}
.btn-white,
.btn-white2,
.btn-white3 {
  background-color: #fff;
  border: 1px solid rgba(76, 76, 76, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  color: #943c76;
}
.btn-white:hover,
.btn-white2:hover,
.btn-white3:hover {
  color: #295396;
}
.btn-white2 {
  color: #295396;
}
.btn-white2:hover {
  color: #2165a9;
}
.btn-white3 {
  color: #32b9c2;
}
.btn-white3:hover {
  color: #208291;
}
.btn-white:focus {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.btn-maincolor,
.btn-maincolor:not(:disabled):not(.disabled):active {
  background-image: -webkit-linear-gradient(left, #295396 0%, #943c76 100%);
  background-image: linear-gradient(to right, #295396 0%, #943c76 100%);
}
.btn-maincolor2,
.btn-maincolor2:not(:disabled):not(.disabled):active {
  background-image: -webkit-linear-gradient(left, #2165a9 0%, #295396 100%);
  background-image: linear-gradient(to right, #2165a9 0%, #295396 100%);
}
.btn-maincolor3,
.btn-maincolor3:not(:disabled):not(.disabled):active {
  background-image: -webkit-linear-gradient(left, #208291 0%, #32b9c2 100%);
  background-image: linear-gradient(to right, #208291 0%, #32b9c2 100%);
}
.btn-maincolor4,
.btn-maincolor4:not(:disabled):not(.disabled):active {
  background-image: -webkit-linear-gradient(left, #209162 0%, #32c256 100%);
  background-image: linear-gradient(to right, #209162 0%, #32c256 100%);
}
.btn-outline-maincolor:hover span,
.btn-outline-maincolor2:hover span,
.btn-outline-maincolor3:hover span,
.btn-outline-maincolor4:hover span {
  background: 0 0;
  color: #fff;
}
.btn-outline-maincolor span,
.btn-outline-maincolor2 span,
.btn-outline-maincolor3 span,
.btn-outline-maincolor4 span {
  background-color: #fff;
}
.btn-outline-maincolor,
.btn-outline-maincolor:not(:disabled):not(.disabled):active {
  background-image: -webkit-linear-gradient(left, #295396 0%, #943c76 100%);
  background-image: linear-gradient(to right, #295396 0%, #943c76 100%);
  color: #943c76;
}
.btn-outline-maincolor2,
.btn-outline-maincolor2:not(:disabled):not(.disabled):active {
  background-image: -webkit-linear-gradient(left, #2165a9 0%, #295396 100%);
  background-image: linear-gradient(to right, #2165a9 0%, #295396 100%);
  color: #295396;
}
.btn-outline-maincolor3,
.btn-outline-maincolor3:not(:disabled):not(.disabled):active {
  background-image: -webkit-linear-gradient(left, #208291 0%, #32b9c2 100%);
  background-image: linear-gradient(to right, #208291 0%, #32b9c2 100%);
  color: #32b9c2;
}
.btn-outline-maincolor4,
.btn-outline-maincolor4:not(:disabled):not(.disabled):active {
  background-image: -webkit-linear-gradient(left, #209162 0%, #32c256 100%);
  background-image: linear-gradient(to right, #209162 0%, #32c256 100%);
  color: #209162;
}
.btn-google,
.btn-apple {
  background-color: transparent;
  border: 2px solid #262626;
  border-radius: 5px;
  color: #262626;
  font-size: 24px;
  font-weight: 500;
  height: 80px;
  letter-spacing: -1px;
  line-height: 60px;
  margin-right: 12px;
  padding: 15px 5px 5px 45px;
  position: relative;
  width: 270px;
}

.btn-google:hover,
.btn-apple:hover {
  color: #4c4c4c;
  opacity: 0.8;
}
.btn-google:before {
  background-image: url(../images/google-play.png);
  background-repeat: no-repeat;
  content: "";
  height: 40px;
  left: 37px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}
.btn-google:after,
.btn-apple:after {
  content: "get it on";
  font-size: 14px;
  font-weight: 200;
  left: 87px;
  letter-spacing: 0;
  line-height: 1.5;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
}
.btn-apple {
  background-color: #262626;
  border: 2px solid #262626;
  color: #fff;
  margin-left: 12px;
  margin-right: 0;
}

.btn-apple:hover {
  color: #fff;
}
.btn-apple:before {
  background-image: url(../images/whatsapp.png);
  background-repeat: no-repeat;
  content: "";
  height: 50px;
  left: 30px;
  margin-top: -22px;
  position: absolute;
  top: 50%;
  width: 50px;
}
.btn-apple:after {
  content: "El mejor servicio";
  left: 89px;
}
.corner {
  background-color: transparent !important;
  height: 0;
  overflow: visible !important;
  padding-bottom: 70px;
  position: relative;
  z-index: 3;
}
.corner:before,
.corner:after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 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-bottom: 70px solid #fff;
  border-top: none;
}

.corner.ls.ms.corner-mirror:before,
.corner.ls.ms:after {
  border-bottom-color: #f2f2f2;
  border-top-color: #f2f2f2;
}
.corner.ls.ms.corner-inverse:after {
  border-bottom-color: #f2f2f2;
}
.corner.ds.corner-mirror:before,
.corner.ds:after {
  border-bottom-color: #4c4c4c;
  border-top-color: #4c4c4c;
}
.corner.ds.corner-inverse:after {
  border-bottom-color: #4c4c4c;
}
.corner.ds.ms.corner-mirror:before,
.corner.ds.ms:after {
  border-bottom-color: #252525;
  border-top-color: #252525;
}
.corner.ds.ms.corner-inverse:after {
  border-bottom-color: #252525;
}
.corner.ds.bs.corner-mirror:before,
.corner.ds.bs:after {
  border-bottom-color: #2f3e47;
  border-top-color: #2f3e47;
}
.corner.ds.bs.corner-inverse:after {
  border-bottom-color: #2f3e47;
}
.corner.cs.corner-mirror:before,
.corner.cs:after {
  border-bottom-color: #295396;
  border-top-color: #295396;
}
.corner.cs.corner-inverse:after {
  border-bottom-color: #295396;
}
.corner.cs.cs2.corner-mirror:before,
.corner.cs.cs2:after {
  border-bottom-color: #943c76;
  border-top-color: #943c76;
}
.corner.cs.cs2.corner-inverse:after {
  border-bottom-color: #943c76;
}
.corner.cs.cs3.corner-mirror:before,
.corner.cs.cs3:after {
  border-bottom-color: #2165a9;
  border-top-color: #2165a9;
}
.corner.cs.cs3.corner-inverse:after {
  border-bottom-color: #2165a9;
}
.ls {
  background-color: #fff;
  color: #7f7f7f;
}

.ls:first-child {
  background-color: rgba(255, 255, 255, 0.9);
  color: #7f7f7f;
}
.ls h1,
.ls h2,
.ls h3,
.ls h4,
.ls h5,
.ls h6 {
  color: #4c4c4c;
}
.ls.ms {
  background-color: #f7f6fb;
  color: gray;
}
.ls.ms .links-grey a {
  color: #6e6e6e;
}
.ls.ms .hero-bg {
  background-color: #fff;
}
.ls.ms .hero-bg hr {
  background-color: #e1e1e1;
}
.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: #fff;
}
.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 {
  background-color: #f2f2f2;
  border-color: #e1e1e1;
}
.ls.ms td,
.ls.ms th,
.ls.ms .bordered {
  border-color: #d4d4d4;
}
.ls.ms .btn-secondary {
  border-color: #fff;
}
.ls.ms .btn-secondary:hover {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.ls.ms .btn-outline-maincolor:hover span,
.ls.ms .btn-outline-maincolor2:hover span,
.ls.ms .btn-outline-maincolor3:hover span,
.ls.ms .btn-outline-maincolor4:hover span,
.hero-bg .btn-outline-maincolor:hover span,
.hero-bg .btn-outline-maincolor2:hover span,
.hero-bg .btn-outline-maincolor3:hover span,
.hero-bg .btn-outline-maincolor4:hover span {
  background: 0 0;
  color: #f7f6fb;
}
.ls.ms .btn-outline-maincolor span,
.ls.ms .btn-outline-maincolor2 span,
.ls.ms .btn-outline-maincolor3 span,
.ls.ms .btn-outline-maincolor4 span,
.hero-bg .btn-outline-maincolor span,
.hero-bg .btn-outline-maincolor2 span,
.hero-bg .btn-outline-maincolor3 span,
.hero-bg .btn-outline-maincolor4 span {
  background-color: #f7f6fb;
}
.ls.ms .btn-maincolor,
.ls.ms .btn-maincolor2,
.ls.ms .btn-maincolor3,
.ls.ms .btn-maincolor4,
.hero-bg .btn-maincolor,
.hero-bg .btn-maincolor2,
.hero-bg .btn-maincolor3,
.hero-bg .btn-maincolor4 {
  color: #f7f6fb;
}
.ls.ms .btn-maincolor:hover span,
.ls.ms .btn-maincolor2:hover span,
.ls.ms .btn-maincolor3:hover span,
.ls.ms .btn-maincolor4:hover span,
.hero-bg .btn-maincolor:hover span,
.hero-bg .btn-maincolor2:hover span,
.hero-bg .btn-maincolor3:hover span,
.hero-bg .btn-maincolor4:hover span {
  background: #f7f6fb;
}
.ls .color-icon.bg-icon {
  background-color: #f4f4f5;
}
.ls .pricing-plan [class*="btn-outline-"] {
  background-color: #fff;
}
.ls .pricing-plan [class*="btn-outline-"]:hover {
  background-color: #295396;
}
.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: #f2f2f2;
}
.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: #4c4c4c;
}
.ls.ms .panel-title > a {
  background-color: #4c4c4c;
}
.ls.ms .panel-title > a.collapsed {
  background-color: #fff;
}
.ls.ms .hero-bg .panel-title > a {
  border: 1px solid #e1e1e1;
}
.ls.ms .panel-title > a.collapsed:hover,
.ls.ms .panel-title > a:hover {
  background-color: #4c4c4c;
}
.ls.ms .pagination a,
.ls.ms .pagination span {
  background-color: #fff;
  border-color: #fff;
}
.ls.ms .breadcrumb {
  color: gray;
}
.ls.ms .breadcrumb a {
  color: #676767;
}
.ls.ms .breadcrumb a:hover {
  color: #295396;
}
.ls.ms [class*="btn-outline-"] span {
  background-color: #f7f6fb;
}
.ds {
  background-color: #4c4c4c;
  color: #fff;
}
.ds * .ds {
  background-color: #3f3f3f;
}
.ds.ms {
  background-color: #666;
}
.ds.ms .ds.ms {
  background-color: #2a2a2a;
}
.ds.bs {
  background-color: #2f3e47;
}
.ds a:not(.btn) {
  color: #fff;
}
.ds a:not(.btn):hover {
  opacity: 0.8;
}
.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: gray;
}
.ds .ls h1,
.ds .ls h2,
.ds .ls h3,
.ds .ls h4,
.ds .ls h5,
.ds .ls h6 {
  color: #4c4c4c;
}
.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: #295396;
}
.ds .ls a:not(.btn) {
  color: #4c4c4c;
}
.ds .ls a:not(.btn):hover {
  color: #295396;
}
.ds label {
  color: #fff;
}
.ds hr {
  background-color: #ffffff;
  border-color: #ffffff;
}
.ds blockquote,
.ds .blockquote {
  color: #fff;
}
.ds pre {
  color: #9a9a9a;
}
.ds .muted-bg,
.ds .hero-bg {
  background-color: rgba(255, 255, 255, 0.05);
}
.ds .bordered {
  border-color: #454545;
}
.ds .color-main {
  color: #295396;
}
.ds .color-main2 {
  color: #943c76;
}
.ds .color-dark,
.ds .color-darkgrey {
  border-color: #fff;
  color: #fff;
}
.ds .links-maincolor a {
  color: #295396;
}
.ds .links-maincolor a:hover {
  color: #fff;
}
.ds .links-maincolor2 a {
  color: #943c76;
}
.ds .links-maincolor2 a:hover {
  color: #fff;
}
.ds .links-maincolor3 a {
  color: #2165a9;
}
.ds .links-maincolor3 a:hover {
  color: #fff;
}
.ds .links-maincolor4 a {
  color: #209162;
}
.ds .links-maincolor4 a:hover {
  color: #fff;
}
.ds .links-grey a {
  color: #9a9a9a;
}
.ds .links-grey a:hover {
  color: #fff;
}
.ds .links-darkgrey a {
  color: #fff;
}
.ds .links-darkgrey a:hover {
  color: #295396;
}
.ds.s-bordertop:before,
.ds.s-borderbottom:after,
.ds.s-bordertop-container .container:before,
.ds.s-borderbottom-container .container:after {
  background-color: #454545;
}
.ds.s-bordered-columns [class*="col-"] + [class*="col-"]:before {
  background-color: #454545;
}
.ds a.fa {
  border-color: #454545;
  color: #fff;
}
.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: #295396;
}
.ds {
}
.ds .list-bordered li {
  border-color: #454545;
}
.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: transparent;
  border-color: #454545;
  color: #9a9a9a;
}
.ds .form-group-select:before {
  border-color: #454545;
}
.ds .form-control:focus {
  border-color: #525252;
}
.ds .form-control:-moz-placeholder {
  color: #9a9a9a;
  opacity: 1;
}
.ds .form-control::-moz-placeholder {
  color: #9a9a9a;
  opacity: 1;
}
.ds .form-control:-ms-input-placeholder {
  color: #9a9a9a;
}
.ds .form-control::-webkit-input-placeholder {
  color: #9a9a9a;
}
.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: #454545;
}
.ds .tab-content {
  border-color: #454545;
}
.ds .nav-tabs .nav-link {
  border-color: #454545;
}
.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: #454545;
}
.ds .excerpt {
  color: #fff;
}
.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: #295396;
}
.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: #454545;
}
.ds .widget_nav_menu ul ul {
  border-color: #454545;
}
.ds .widget_popular_entries .media-heading {
  color: #fff;
}
.ds .tweet_list li + li .tweet_right {
  border-color: #454545;
}
.ds .widget_tag_cloud a {
  border-color: #fff;
  color: #fff;
}
.ds .widget_shopping_cart li a + a {
  color: #fff;
}
.ds .widget_shopping_cart li a + a:hover {
  color: #295396;
}
.ds .summary .price {
  border-color: #454545;
  color: #fff;
}
.ds .summary .product_meta {
  border-color: #454545;
}
.ds .widget_price_filter .price_label {
  color: #fff;
}
.ds #calendar_wrap {
  border-color: #454545;
}
.ds .widget_calendar table {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #454545;
}
.ds .widget_calendar tfoot td a {
  border-color: #454545;
}
.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: #454545;
}
.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: #454545;
}
.ds .table.cart a {
  color: #fff;
}
.ds .pagination > li > a,
.ds .pagination > li > span {
  background-color: transparent;
  border: 1px solid #454545;
  color: #fff;
}
.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 {
  background-color: #295396;
  border-color: #295396;
  color: #fff;
}
.ds .thumbnail {
  background-color: transparent;
}
.ds .thumbnail h3 a {
  color: #fff;
}
.ds .thumbnail .caption {
  background-color: rgba(252, 252, 252, 0.05);
  border-color: transparent;
}
.ds .progress {
  background-color: #454545;
}
.ds .panel-heading .panel-title > a.collapsed,
.ds .vertical-tabs .nav > li > a {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.ds .panel-heading .panel-title > a,
.ds .panel-heading .panel-title > a:hover,
.ds .vertical-tabs .nav > li.active > a,
.ds .vertical-tabs .nav > li > a:hover {
  background-color: #295396;
}
.ds .panel-heading .panel-title > a:hover:after,
.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: #454545;
}
.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;
}
.ds [class*="btn-outline-"] span {
  background-color: #4c4c4c;
}
.ds .btn-outline-maincolor:hover span,
.ds .btn-outline-maincolor2:hover span,
.ds .btn-outline-maincolor3:hover span,
.ds .btn-outline-maincolor4:hover span {
  background: 0 0;
}
.ds .btn-outline-maincolor span,
.ds .btn-outline-maincolor2 span,
.ds .btn-outline-maincolor3 span,
.ds .btn-outline-maincolor4 span {
  background-color: #4c4c4c;
  color: #fff;
}
.ds .btn-maincolor:hover span,
.ds .btn-maincolor2:hover span,
.ds .btn-maincolor3:hover span,
.ds .btn-maincolor4:hover span {
  background: #4c4c4c;
  color: #fff;
}
.cs.cs2 {
  background-color: #943c76;
}
.cs.cs2 .color-main {
  color: #295396;
}
.cs.cs3 {
  background-color: #2165a9;
}
.cs.cs3 .color-main {
  color: #295396;
}
.cs.gs {
  background-color: #aaa6a7;
}
.cs.cs-success {
  background-color: #4db19e;
}
.cs.cs-info {
  background-color: #007ebd;
}
.cs.cs-warning {
  background-color: #eeb269;
}
.cs.cs-danger {
  background-color: #dc5753;
}
.cs {
  background-color: #295396;
  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: #82a1d9;
}
.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 {
  color: #fff;
  opacity: 1;
}
.cs .color-dark {
  border-color: #fff;
  color: #fff;
}
.cs .color-darkgrey {
  border-color: #7f7f7f;
  color: #7f7f7f;
}
.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="search"],
.cs input[type="tel"],
.cs input[type="number"],
.cs textarea,
.cs select,
.cs .form-control {
  background-color: #fff;
  border-color: #fff;
  color: #7f7f7f;
}
.cs .form-control:focus {
  border-color: rgba(255, 255, 255, 0.5);
}
.cs .form-control:-moz-placeholder {
  color: #7f7f7f;
  opacity: 1;
}
.cs .form-control::-moz-placeholder {
  color: #7f7f7f;
  opacity: 1;
}
.cs .form-control:-ms-input-placeholder {
  color: #7f7f7f;
}
.cs .form-control::-webkit-input-placeholder {
  color: #7f7f7f;
}
.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 a.fa {
  border-color: rgba(255, 255, 255, 0.15);
  color: #8073b2;
}
.cs a.bg-icon {
  background-color: #fff;
}
.cs .color-icon.bg-icon {
  background-color: rgba(255, 255, 255, 0.9);
}
.cs a.fa.color-bg-icon:hover {
  background-color: #7f7f7f;
}
.cs .btn-outline-maincolor:hover span,
.cs .btn-outline-maincolor2:hover span,
.cs .btn-outline-maincolor3:hover span,
.cs .btn-outline-maincolor4:hover span,
.cs .cs2 .btn-outline-maincolor:hover span,
.cs .cs2 .btn-outline-maincolor2:hover span,
.cs .cs2 .btn-outline-maincolor3:hover span,
.cs .cs2 .btn-outline-maincolor4:hover span {
  background: 0 0;
}
.cs .btn-outline-maincolor span,
.cs .btn-outline-maincolor2 span,
.cs .btn-outline-maincolor3 span,
.cs .btn-outline-maincolor4 span,
.cs .cs2 .btn-outline-maincolor span,
.cs .cs2 .btn-outline-maincolor2 span,
.cs .cs2 .btn-outline-maincolor3 span,
.cs .cs2 .btn-outline-maincolor4 span {
  background-color: #295396;
  color: #fff;
}
.cs .btn-maincolor:hover span,
.cs .btn-maincolor2:hover span,
.cs .btn-maincolor3:hover span,
.cs .btn-maincolor4:hover span,
.cs .cs2 .btn-maincolor:hover span,
.cs .cs2 .btn-maincolor2:hover span,
.cs .cs2 .btn-maincolor3:hover span,
.cs .cs2 .btn-maincolor4:hover span {
  background: #295396;
  color: #fff;
}
.cs .btn-action {
  background-color: #fff;
}
.cs .btn-action i {
  color: #4c4c4c;
}
.cs .btn-action:hover i {
  opacity: 0.7;
}
.clear,
.clearfix {
  clear: both;
}
.round {
  border-radius: 50%;
}
.text-normal {
  text-transform: none;
}
.p-big {
  padding: 40px 45px;
}

.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 {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.top-corner {
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
}
.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-36 {
  font-size: 36px;
}
.fs-40 {
  font-size: 40px;
}
.fs-56 {
  font-size: 56px;
}
.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.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 {
  float: left;
  font-size: 108px;
  font-weight: 900;
  line-height: 0.9;
  margin: 0 15px 0 0;
  text-transform: uppercase;
}

.overflow-hidden {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.overflow-visible {
  overflow: visible;
  position: relative;
  z-index: 2;
}
.z-index-2 {
  z-index: 2;
}
[class*="visible-above-"],
[class*="visible-below-"] {
  display: none !important;
}

.light-bg {
  background-color: #fff;
}
.hero-bg {
  background-color: #f7f6fb;
}
.muted-bg {
  background-color: rgba(76, 76, 76, 0.06);
}
.color-main {
  border-color: #2956a8 !important;
  color: #2956a8 !important;
}
.color-main2 {
  border-color: #9a3596 !important;
  color: #9a3596 !important;
}
.color-main3 {
  border-color: #2165a9 !important;
  color: #2165a9 !important;
}
.color-main4 {
  border-color: #295396 !important;
  color: #295396 !important;
}
.color-main5 {
  border-color: #208291 !important;
  color: #208291 !important;
}
.color-main6 {
  border-color: #32b9c2 !important;
  color: #32b9c2 !important;
}
.color-main7 {
  border-color: #8073b2 !important;
  color: #8073b2 !important;
}
.color-main8 {
  border-color: #32c256 !important;
  color: #32c256 !important;
}
.color-main9 {
  border-color: #209162 !important;
  color: #209162 !important;
}
.color-dark {
  border-color: #252525;
  color: #252525;
}
.color-darkgrey {
  border-color: #4c4c4c;
  color: #4c4c4c;
}
.color-success {
  color: #4db19e;
}
.color-info {
  color: #007ebd;
}
.color-warning {
  color: #eeb269;
}
.required,
.color-danger {
  color: #dc5753;
}
.bordered {
  border: 1px solid rgba(76, 76, 76, 0.1);
}
.box-shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.links-maincolor a {
  color: #295396;
}
.links-maincolor2 a {
  color: #943c76;
}
.links-maincolor3 a {
  color: #2165a9;
}
.links-maincolor4 a {
  color: #32c256;
}
.links-grey a {
  color: gray;
}
.links-grey a:hover {
  color: #295396;
}
.links-darkgrey a {
  color: #4c4c4c;
}
.links-darkgrey a:hover {
  color: #295396;
}
.bg-maincolor {
  background-image: -webkit-linear-gradient(left, #295396 0%, #943c76 100%);
  background-image: linear-gradient(to right, #295396 0%, #943c76 100%);
}
.bg-maincolor2 {
  background-image: -webkit-linear-gradient(left, #2165a9 0%, #295396 100%);
  background-image: linear-gradient(to right, #2165a9 0%, #295396 100%);
}
.bg-maincolor3 {
  background-image: -webkit-linear-gradient(left, #208291 0%, #32b9c2 100%);
  background-image: linear-gradient(to right, #208291 0%, #32b9c2 100%);
}
.bg-maincolor4 {
  background-image: -webkit-linear-gradient(left, #209162 0%, #32c256 100%);
  background-image: linear-gradient(to right, #209162 0%, #32c256 100%);
}
.bg-dark {
  background-color: #252525;
}
.bg-darkblue {
  background-color: #253138;
  color: #fff;
}
.bg-darkgrey {
  background-color: #4c4c4c;
  color: #fff;
}
.bg-success {
  background-color: #a0ce4e !important;
}
.bg-info {
  background-color: #00bea3 !important;
}
.bg-warning {
  background-color: #f1894c !important;
}
.bg-danger {
  background-color: #ff497c !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;
}
.my-10 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.my-15 {
  margin-bottom: 15px;
  margin-top: 15px;
}
.my-20 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.my-30 {
  margin-bottom: 30px;
  margin-top: 30px;
}
.my-40 {
  margin-bottom: 40px;
  margin-top: 40px;
}
.my-50 {
  margin-bottom: 50px;
  margin-top: 50px;
}
.my-60 {
  margin-bottom: 60px;
  margin-top: 60px;
}
.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}
.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}
.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.m-10 {
  margin: 10px;
}
.m-15 {
  margin: 15px;
}
.m-20 {
  margin: 20px;
}
.m-30 {
  margin: 30px;
}
.m-40 {
  margin: 40px;
}
.m-50 {
  margin: 50px;
}
.m-60 {
  margin: 60px;
}
.py-10 {
  padding-bottom: 10px;
  padding-top: 10px;
}
.py-15 {
  padding-bottom: 15px;
  padding-top: 15px;
}
.py-20 {
  padding-bottom: 20px;
  padding-top: 20px;
}
.py-30 {
  padding-bottom: 30px;
  padding-top: 30px;
}
.py-40 {
  padding-bottom: 40px;
  padding-top: 40px;
}
.py-50 {
  padding-bottom: 50px;
  padding-top: 50px;
}
.py-60 {
  padding-bottom: 60px;
  padding-top: 60px;
}
.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}
.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}
.p-20 {
  padding: 20px;
}
.p-30 {
  padding: 30px;
}
.p-40 {
  padding: 40px;
}
.p-50 {
  padding: 50px;
}
.p-60 {
  padding: 60px;
}
.icon-styled {
  display: inline-block;
  text-align: center;
}
.icon-styled i {
  width: 1em;
}
.icon-styled[class*="bg-"],
.icon-styled[class*="btn-"],
.icon-styled.bordered,
.icon-styled.icon-bordered {
  border-style: solid;
  border-width: 1px;
  box-sizing: content-box;
  height: 3em;
  width: 3em;
}
.text-center .icon-styled[class*="bg-"],
.text-center .icon-styled[class*="btn-"],
.text-center .icon-styled.bordered,
.text-center .icon-styled.icon-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 i {
  line-height: 3em;
}
.icon-styled[class*="bg-"] + p,
.icon-styled[class*="btn-"] + p,
.icon-styled.bordered + p,
.icon-styled.icon-bordered + p {
  margin-top: 12px;
}
.icon-styled.icon-bordered:not([class*="color-"]) {
  border-color: #e1e1e1;
}
.icon-styled[class*="bg-"] {
  border-color: transparent;
}
.icon-styled.icon-top {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  line-height: inherit;
}
.media > .icon-styled:first-child {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.media > .icon-styled:last-child {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.icon-inline > .icon-styled:first-child {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 13px;
}
.icon-inline > .icon-styled:last-child {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 20px;
}
.icon-inline {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.text-center .icon-inline {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.icon-inline > * {
  margin-bottom: 0;
  margin-right: 25px;
  margin-top: 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: 57px 60px 50px;
}

.c-bordered .icon-box {
  padding: 70px 30px 30px;
}
.c-bordered .icon-box p:last-child {
  margin-bottom: 20px;
}

.icon-box .icon-styled[class*="bg-"],
.icon-box .icon-styled.icon-bordered {
  border: 0;
  margin-bottom: 0.5em;
}
.icon-box .icon-styled + h2,
.icon-box .icon-styled + h3,
.icon-box .icon-styled + h4,
.icon-box .icon-styled + h5 {
  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 h2,
.icon-box h3,
.icon-box h4,
.icon-box h5 {
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 17px;
  margin-top: 38px;
  text-transform: uppercase;
}

.media .heading-accent,
.icon-box .heading-accent {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: inherit;
  line-height: 1;
  margin-bottom: 0.6em;
  text-transform: uppercase;
}

.media .icon-styled + .heading-accent,
.icon-box .icon-styled + .heading-accent {
  margin-top: 0.6em;
}
.media .special-heading,
.icon-box .special-heading {
  font-family: poppins, sans-serif;
  margin: 0;
}
.media.ls,
.media.ds,
.media.cs,
.media.bordered,
.media.hero-bg,
.media.muted-bg,
.media.box-shadow {
  padding: 30px;
}
.media.ls [class*="bg-"],
.media.ls .icon-bordered,
.media.ds [class*="bg-"],
.media.ds .icon-bordered,
.media.cs [class*="bg-"],
.media.cs .icon-bordered,
.media.bordered [class*="bg-"],
.media.bordered .icon-bordered,
.media.hero-bg [class*="bg-"],
.media.hero-bg .icon-bordered,
.media.muted-bg [class*="bg-"],
.media.muted-bg .icon-bordered,
.media.box-shadow [class*="bg-"],
.media.box-shadow .icon-bordered {
  margin-right: 10px;
}
.media.ls [class*="bg-"]:last-child,
.media.ls .icon-bordered:last-child,
.media.ds [class*="bg-"]:last-child,
.media.ds .icon-bordered:last-child,
.media.cs [class*="bg-"]:last-child,
.media.cs .icon-bordered:last-child,
.media.bordered [class*="bg-"]:last-child,
.media.bordered .icon-bordered:last-child,
.media.hero-bg [class*="bg-"]:last-child,
.media.hero-bg .icon-bordered:last-child,
.media.muted-bg [class*="bg-"]:last-child,
.media.muted-bg .icon-bordered:last-child,
.media.box-shadow [class*="bg-"]:last-child,
.media.box-shadow .icon-bordered:last-child {
  margin-left: 30px;
  margin-right: 0;
}
.media .media-body > p:first-child {
  margin-top: -0.2em;
}
.side-icon-box {
  margin: 15px 0 32px;
}
.side-icon-box h4 {
  letter-spacing: 0.17em;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
}

h5.special-heading {
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center !important;
}

.special-heading {
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  word-wrap: break-word;
}
.special-heading.text-lowercase {
  font-size: 62px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 0;
}
.special-heading.big,
.special-heading .text-uppercase {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
}

.special-heading.big {
  margin-bottom: 0.65em;
  margin-top: 0.65em;
}

.special-heading + h3 {
  margin-top: -5px;
}
.special-heading + p {
  color: #4c4c4c;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.special-heading.text-center + p {
  text-align: center;
}
h3.small .special-heading {
  font-size: 38px;
  line-height: 1;
}
h3.small {
  font-size: 20px;
  margin-bottom: 36px;
}
h5.special-heading {
  letter-spacing: 0.2em;
  margin: -3px 0 0;
}
.special-heading + h1 {
  letter-spacing: 0.2em;
  margin-bottom: 0;
  margin-top: -11px;
  text-transform: uppercase;
}

.number-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 30px 0;
  overflow: hidden;
  position: relative;
}
.number-card .card-number span {
  display: block;
  font-family: poppins, sans-serif;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-left: -0.32em;
  margin-top: -0.14em;
  position: relative;
}
.number-card .card-number span:after {
  bottom: -0.09em;
  content: "•";
  font-size: 0.62em;
  position: absolute;
  right: -0.4em;
}

.number-card .card-content {
  padding: 36px 36px 46px;
}

.number-card .card-content h4 {
  line-height: 1;
  margin: 0;
}
.number-card .card-content h3 {
  font-weight: 900;
  line-height: 1;
  margin: 6px 0 25px;
}

.pricing-plan {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
  margin-top: 25px;
  padding: 40px 40px 10px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pricing-plan .price-wrap {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  font-size: 20px;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 0.7;
  margin: 42px 0 3px;
}
.pricing-plan .price-wrap[class*="bg-"] {
  margin-bottom: 0;
  margin-top: 50px;
  padding: 30px 30px 10px;
}
.pricing-plan .price-wrap .plan-price {
  font-size: 40px;
  font-weight: 700;
  padding: 0 6px;
}
.pricing-plan [class*="bg-"] {
  margin-left: -41px;
  margin-right: -41px;
  padding: 10px 30px 27px;
}
.pricing-plan .plan-name[class*="bg-"] {
  margin-top: -40px;
  padding-top: 30px;
}
.pricing-plan .plan-name h3 {
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1;
}

.pricing-plan .plan-features {
  margin: 38px 0 0;
}
.pricing-plan .plan-button {
  position: relative;
  top: 38px;
}
.pricing-plan.plan-featured {
  border: 5px solid #2165a9;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.pricing-plan.plan-featured .plan-button {
  top: 48px;
}
.pricing-plan.rounded .plan-name {
  border-radius: 5px 5px 0 0;
}
.plan-desc {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 40px;
}

.plan-desc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 40px;
  }

.plan-desc h4 {
  font-weight: 200;
  letter-spacing: 5px;
  line-height: 1.3;
  margin: 0;
}
.plan-desc .price-icon {
  -webkit-transform: translateX(7%);
  -ms-transform: translateX(7%);
  transform: translateX(7%);
}
.plan-desc p {
  line-height: 0;
}
.plan-desc .plan-content {
  margin-top: 10px;
  align-items: center;
  width: 100%;
}

.ls .pricing-plan {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.testimonials-slider .quote-item {
  padding: 5px 0;
  text-align: center;
}

.testimonials-slider .quote-item .quote-inner .quote-meta {
  color: gray;
  letter-spacing: 0.4em;
  margin-bottom: 20px;
  margin-left: -9px;
  margin-top: 48px;
}

.testimonials-slider .quote-item .quote-inner .quote-content {
  color: gray;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
}

.quote-image {
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
}

.quote-image:after {
  background: -webkit-linear-gradient(left, #295396 0%, #943c76 100%);
  background: linear-gradient(to right, #295396 0%, #943c76 100%);
  border: 0;
  border-radius: 50%;
  color: #fff;
  content: url(../images/quote-icon.png);
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  position: absolute;
  right: -30px;
  top: 50%;
  width: 60px;
}

.quote-image img {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  max-width: 370px;
  padding: 10px;
}

.quote-image + p {
  letter-spacing: 0.4em;
  margin: 30px 0 20px;
}

.items-tile .item-content {
  padding-bottom: 100px;
}
.items-tile .item-content h3 {
  margin-bottom: 0.3em;
  text-transform: none;
}

.items-tile .item-icons {
  border-bottom: 10px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  bottom: 0;
  height: 70px;
  left: 0;
  line-height: 60px;
  padding: 0 40px;
  position: absolute;
  right: 0;
}
.items-tile .item-icons span {
  padding: 0 15px;
}

.filters {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.filters.gallery-filters {
  padding-bottom: 40px;
}

.filters.filters-active-tob-border {
  padding-top: 0;
}
.filters.filters-active-tob-border a {
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
}

.filters.filters-active-tob-border a.active:after {
  background: #295396;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.filters a {
  line-height: 10px;
  padding: 0 15px;
}

.filters .active {
  color: #295396;
}
.contact-form textarea {
  min-height: 200px;
}
.excerpt {
  color: #4c4c4c;
  font-size: 20px;
}
aside h2 {
  line-height: 1;
  margin-bottom: 0;
}
aside > * + * {
  margin-top: 56px;
}
.widget {
  position: relative;
}
.widget > h4,
.widget .widget-title {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.5em;
}
.widget > h2:last-child {
  line-height: 1;
}
.widget li.media {
  margin-bottom: 20px;
}

.widget li.media img {
  border-radius: 5px;
  max-width: 100px;
}
.widget li.media h3,
.widget li.media h4 {
  font-size: inherit;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.5em;
  text-transform: none;
}
.widget li.media p {
  color: #943c76;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

.widget .media-body {
  margin-top: 5px;
}
.widget-title.next-image-background {
  position: relative;
  z-index: 2;
}
.widget-title.next-image-background + img {
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: -15px;
}
.text-center .widget-title.next-image-background + img {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.affix-aside {
  position: relative;
}
.affix-aside.affix {
  position: fixed;
  top: 100px;
}
.affix-aside.affix-bottom {
  position: absolute !important;
}
.affix-aside.affix-top {
  left: auto !important;
  width: inherit !important;
}

.stars > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.stars a {
  color: transparent;
  position: relative;
  text-indent: -999em;
  width: 1em;
}
.stars a:before {
  font-family: fontawesome;
  height: 1em;
  left: 0;
  line-height: 1;
  position: absolute;
  text-indent: 0;
  top: 0;
  width: 1em;
}
.stars a:before,
.stars a:hover ~ a:before {
  color: gray;
  content: "\f006";
}
.stars.selected a.active:before,
.stars:hover a:before {
  color: #295396;
  content: "\f005";
  opacity: 1;
}
.stars.selected a.active ~ a:before {
  color: gray;
  content: "\f005";
  opacity: 0.75;
}
.stars.selected a:not(.active):before {
  color: #295396;
  content: "\f005";
  opacity: 1;
}
.star-rating {
  color: #943c76;
  font-family: fontawesome;
  font-size: 13px;
  height: 1em;
  letter-spacing: 0.1em;
  line-height: 1;
  overflow: hidden;
  position: relative;
  width: 5em;
}
.star-rating:before {
  content: "\f006\f006\f006\f006\f006";
  float: left;
  left: 0;
  position: absolute;
  top: 0;
}
.star-rating span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}
.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  left: 0;
  position: absolute;
  top: 0;
}
.widget.widget_portfolio .photo {
  display: inline-block;
}
.widget.widget_portfolio .photo img {
  border-radius: 5px;
  margin: 5px;
  max-height: 100px;
  max-width: 100px;
}
.widget.widget_post_tabs.small-tabs .nav-link {
  min-width: auto;
}

.widget_search form,
.widget_product_search form,
.widget_mailchimp form {
  margin: auto;
  max-width: 370px;
  position: relative;
}
.widget_search label,
.widget_product_search label,
.widget_mailchimp label {
  display: inline;
  margin: 0;
  padding: 0;
}
.widget_search input,
.widget_product_search input,
.widget_mailchimp input {
  border-radius: 5px;
  max-width: 370px;
  width: 100%;
}
.widget_search button,
.widget_mailchimp button,
.widget_product_search form input[type="submit"],
.widget_product_search form:before {
  background-color: transparent;
  border: none;
  opacity: 1;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 60px;
}
.widget_search button,
.widget_mailchimp button,
.widget_product_search form input[type="submit"] {
  height: 60px;
  padding: 0;
}
.widget_search button:hover,
.widget_mailchimp button:hover,
.widget_product_search form input[type="submit"]:hover {
  opacity: 0.5;
}
.widget_search button:active,
.widget_mailchimp button:active,
.widget_product_search form input[type="submit"]:active {
  top: 0 !important;
}
.widget_search button {
  background-color: #943c76;
  border-radius: 0 5px 5px 0;
}
.widget_search button:before {
  color: #fff !important;
  font-size: 20px !important;
}
.widget_search button:before,
.widget_mailchimp button:before,
.widget_product_search form:before {
  background-color: #943c76;
  border-radius: 0 5px 5px 0;
  color: #fff;
  content: "\f002";
  font-family: fontawesome;
  font-size: 20px;
}
.widget_mailchimp form button:before {
  background-color: transparent;
  color: #295396;
  content: "\f040";
  font-size: 14px;
}
.widget_product_search form:before {
  line-height: 60px;
}
.widget_product_search input[type="submit"] {
  color: transparent;
  font-size: 0;
}
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0;
  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: 20px;
}
.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 {
  border-bottom: none;
  padding-bottom: 0;
}
.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_nav_menu li:first-child,
.widget_meta li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
  border-top: 0;
}
.widget_archive li + li,
.widget_categories li + li,
.widget_nav_menu li + li,
.widget_meta li + li,
.widget_pages li + li,
.widget_recent_comments li + li,
.widget_recent_entries li + li {
  border-top: none;
}
.widget_archive a:empty,
.widget_archive li > a:not([href]),
.widget_categories a:empty,
.widget_categories li > a:not([href]),
.widget_nav_menu a:empty,
.widget_nav_menu li > a:not([href]),
.widget_meta a:empty,
.widget_meta li > a:not([href]),
.widget_pages a:empty,
.widget_pages li > a:not([href]),
.widget_recent_comments a:empty,
.widget_recent_comments li > a:not([href]),
.widget_recent_entries a:empty,
.widget_recent_entries li > a:not([href]) {
  display: none !important;
}
.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_meta li,
.widget_pages li {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a,
.widget_meta li a,
.widget_pages li a {
  -webkit-box-flex: 10;
  color: gray;
  display: inline-block;
  -webkit-flex-grow: 10;
  flex-grow: 10;
  padding-bottom: 10px;
  padding-top: 10px;
}
.widget_recent_comments li,
.widget_recent_entries li {
  padding-bottom: 12px;
  padding-top: 12px;
}
.widget_recent_comments li:before,
.widget_recent_entries li:before {
  color: #943c76;
  content: "\f111";
  font-family: fontawesome;
  font-size: 5px;
  padding-right: 12px;
  position: relative;
  top: 0;
}
.page_copyright .widget_nav_menu li,
.page_topline .widget_nav_menu li {
  border: none;
  display: inline-block;
  padding-bottom: 0;
  padding-right: 5px;
  padding-top: 0;
  position: relative;
}
.page_copyright .widget_nav_menu li:before,
.page_topline .widget_nav_menu li:before {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 5px;
  content: "";
  display: block;
  left: -5px;
  opacity: 0.3;
  padding: 0;
  position: absolute;
  top: 5px;
  width: 1px;
}
.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 10px;
}
.page_copyright .widget_nav_menu a:before,
.page_topline .widget_nav_menu a:before {
  display: none;
}
.widget_categories select,
.widget_archive select {
  max-width: 370px;
  width: 100%;
}
.calendar_wrap {
  margin-bottom: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  width: 100%;
}

.widget_calendar table {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0;
  max-width: 370px;
  position: relative;
  text-align: center;
}
.widget_calendar caption {
  background-color: #295396;
  color: #fff;
  line-height: 1;
  padding: 22px 0;
  text-align: center;
}
.widget_calendar thead {
  background-color: #4c4c4c;
  color: #fff;
}
.widget_calendar thead th {
  text-align: center;
  width: 100px;
}
.widget_calendar thead th:first-child {
  padding-left: 20px;
}
.widget_calendar thead th:last-child {
  padding-right: 20px;
}
.widget_calendar tbody {
  border: 1px solid #e1e1e1;
  border-top: none;
}
.widget_calendar tbody tr:first-child td {
  padding-top: 30px;
}
.widget_calendar tbody tr:last-child td {
  padding-bottom: 30px;
}
.widget_calendar tbody td {
  padding: 10px 4px;
  position: relative;
  width: 100px;
}
.widget_calendar tbody td:first-child {
  padding-left: 20px;
}
.widget_calendar tbody td:last-child {
  padding-right: 20px;
}
.widget_calendar tbody td a {
  font-weight: 700;
}
.widget_calendar th {
  color: inherit;
}
.widget_calendar tfoot td {
  position: absolute;
  top: 0;
}
.widget_calendar tfoot td a {
  color: transparent;
  display: inline-block;
  font-size: 0;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  text-align: center;
}
.widget_calendar tfoot td a:hover {
  background-color: #295396;
  border-color: #295396;
}
.widget_calendar tfoot td a:before,
.widget_calendar tfoot td a:after {
  color: #fff;
  font-family: fontawesome;
  font-size: 14px;
}
.widget_calendar tfoot td.pad {
  display: none;
}
.widget_calendar tfoot td:first-child {
  left: 0;
  padding: 0;
}
.widget_calendar tfoot td:first-child a {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.widget_calendar tfoot td:first-child a:before {
  content: "\f053";
}
.widget_calendar tfoot td:last-child {
  padding: 0;
  right: 0;
}
.widget_calendar tfoot td:last-child a {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.widget_calendar tfoot td:last-child a:after {
  content: "\f054";
}
.widget_rss .widget-title .rsswidget:first-child img {
  display: none;
}
.widget_rss .widget-title .rsswidget:first-child:before {
  content: "\f09e";
  font-family: fontawesome;
  font-size: 0.8em;
  padding-right: 0.3em;
  position: relative;
  top: -1px;
}
.widget_rss ul {
  list-style: none;
  padding-left: 0;
}
.widget_rss ul a {
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}
.widget_rss li cite:last-child {
  display: block;
  margin-top: 0.5em;
}
.widget_rss li + li {
  margin-top: 1.5em;
}
.widget_rss .rss-date {
  color: #4c4c4c;
  color: #4c4c4c;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 0.8em 0;
  text-transform: uppercase;
}
.widget_tag_cloud a {
  border: 1px solid rgba(76, 76, 76, 0.1);
  border-radius: 1px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  color: #943c76;
  display: inline-block;
  font-size: 12px !important;
  font-weight: 500;
  margin: 0 0 10px 5px;
  padding: 9px 34px;
  text-align: center;
  text-transform: uppercase;
}
.widget_tag_cloud a:hover {
  background-color: #943c76;
  border-color: #943c76;
  color: #fff;
}
.widget_flickr ul {
  margin: 0;
  padding: 0;
}
.widget_flickr li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.widget_flickr img {
  border-radius: 1px;
  max-width: 160px;
}

.widget_flickr a {
  opacity: 1;
}
.widget_flickr a:hover {
  opacity: 0.6;
}
.widget_instagram .photo {
  display: inline-block;
}
.widget_instagram img {
  margin: 3px;
  max-width: 80px;
}
.apsc-facebook-icon {
  background-color: #3b5998;
}
.apsc-twitter-icon {
  background-color: #1dcaff;
}
.apsc-youtube-icon {
  background-color: #e52d27;
}
.apsc-soundcloud-icon {
  background-color: #f80;
}
.apsc-dribble-icon {
  background-color: #ea4c89;
}
.apsc-comment-icon {
  background-color: #464646;
}
.apsc-edit-icon {
  background-color: #837d7d;
}
.apsc-google-plus-icon {
  background-color: #dd4b39;
}
.apsc-instagram-icon {
  background-color: #3f729b;
}
.apsc-each-profile a {
  color: #fff !important;
}
.apsc-each-profile a:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.apsc-theme-4 .apsc-each-profile {
  margin-bottom: 10px;
}
.apsc-theme-4 .apsc-inner-block {
  -webkit-box-pack: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.apsc-theme-4 .social-icon {
  display: inline-block;
  margin-right: auto;
  padding: 4px 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.apsc-theme-4 .apsc-each-profile a {
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1;
  padding: 20px 18px 20px 70px;
  position: relative;
  text-transform: uppercase;
}
.apsc-theme-4 .apsc-each-profile a:hover {
  opacity: 0.8;
}
.apsc-theme-4 .apsc-each-profile a .fa {
  -webkit-align-items: center;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  bottom: 0;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 60px;
}
.apsc-theme-4 .apsc-count {
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: inherit;
  padding: 4px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.apsc-theme-4 .apsc-media-type {
  display: inline-block;
  padding: 4px 0;
}
.tweet_avatar {
  float: left;
  margin-top: 4px;
}
.tweet_avatar img {
  display: none;
  max-width: 25px;
}
.tweet_avatar:before {
  color: #55acee;
  content: "\f099";
  font-family: fontawesome;
}
.tweet_right {
  margin-left: 35px;
  overflow: hidden;
  zoom: 1;
}
.tweet_list {
  list-style: none;
  padding: 0;
}
.tweet_list li + li {
  clear: both;
  padding-top: 20px;
}
.tweet_text a:last-child {
  display: block;
}
.tweet_time {
  display: block;
}
.widget_slider h4:first-child {
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.3em;
  margin-top: -1em;
  text-transform: none;
}
.widget_slider .cat-links {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  position: absolute;
}
.widget_post_tabs h5:first-child {
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.3em;
  text-transform: none;
}
.widget_post_tabs .vertical-item {
  margin-bottom: 2em;
}
.widget_post_tabs .vertical-item:last-child {
  margin-bottom: 0;
}
.widget_posts_2cols ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget_posts_2cols li {
  margin-top: 20px;
  width: 50%;
}
.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: 700;
  margin: 10px 0 0;
  text-transform: none;
}
a[class*="fa-"]:before {
  display: inline-block;
  font-family: fontawesome, sans-serif;
  font-size: 14px;
  line-height: 1;
  width: 1em;
}
a.fa {
  font-size: 0;
  line-height: 0;
  margin-left: 11px;
  margin-right: 11px;
  text-align: center;
}
a.fa.bg-icon,
a.fa .tooltip,
a.fa.color-bg-icon,
a.fa .tooltip,
a.fa.border-icon {
  margin-left: 3px;
  margin-right: 3px;
}
a.fa:first-child {
  margin-left: 0;
}
a.fa: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 {
  height: 2.9em;
  line-height: 3em;
  width: 2.9em;
}
a[class*="fa-"].rounded-icon {
  border-radius: 50%;
}
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-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: #ea4c8d;
}
.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: #e4405f;
}
.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;
}
.color-bg-icon {
  color: #fff;
}
a.fa {
  color: #4c4c4c;
}
a.border-icon {
  border: 1px solid gray;
  border-color: rgba(128, 128, 128, 0.4);
}
a.border-icon.color-icon:hover {
  border-color: transparent;
}
a.bg-icon {
  background-color: #e8e8e8;
}
a.color-bg-icon {
  background-color: #4c4c4c;
  color: #fff;
}
a.fa.color-icon:hover {
  color: #4c4c4c;
}
a.fa.bg-icon:hover {
  color: #fff;
}
a.fa.color-bg-icon:hover {
  background-color: #295396;
  color: #fff;
}
a.color-icon:hover {
  color: #4c4c4c;
}
a.color-icon.border-icon:hover {
  color: #fff;
}
.alignnone {
  margin: 10px 0 30px;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 10px auto 30px;
}
.alignright {
  float: right;
  margin: 10px 0 30px 40px;
  max-width: 50%;
}
.alignleft {
  float: left;
  margin: 10px 40px 30px 0;
  max-width: 50%;
}
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;
}
.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;
  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;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}
.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.sticky,
.bypostauthor {
  position: relative;
}
.page-item,
.nav-links,
.page-links {
  clear: both;
}
.page-item > span,
.page-item > a,
.nav-links > span,
.nav-links > a,
.page-links > span,
.page-links > a {
  border: 2px solid #ededed;
  border-radius: 5px !important;
  color: gray;
  display: inline-block;
  line-height: inherit;
  margin-left: 0;
  margin-right: 4px;
  min-width: 3em;
  padding: 0.5em 1.2em;
  text-align: center;
}
.page-item > span:hover,
.page-item > a:hover,
.nav-links > span:hover,
.nav-links > a:hover,
.page-links > span:hover,
.page-links > a:hover {
  background-color: transparent;
  border-color: #943c76;
}
.page-item.active > a,
.page-item > span,
.nav-links.active > a,
.nav-links > span,
.page-links.active > a,
.page-links > span {
  border-color: #943c76;
  cursor: not-allowed;
}
.page-item .fa,
.nav-links .fa,
.page-links .fa {
  font-size: 18px;
}
.page-links a:first-child {
  margin-left: 1em;
}
.pagination {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 60px;
}

.post-nav {
  margin: 60px 0 0;
  position: relative;
}
.post-nav .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-nav .nav-links > div {
  height: auto;
  padding: 30px 40px;
  position: relative;
  text-align: right;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
  width: 50%;
}
.post-nav .nav-links > div:hover {
  opacity: 0.9;
}

.post-nav .nav-links > div .fa {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post-nav .nav-links > div:first-child {
  text-align: left;
}
.post-nav .nav-links > div:first-child .fa {
  left: 0;
  right: auto;
}
.post-nav .nav-links .nav-subtitle {
  color: #4c4c4c;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  min-width: 8em;
  padding: 0.25em 0.8em 0.05em;
  text-align: center;
  text-transform: uppercase;
}
.post-nav .nav-links .nav-title {
  display: block;
}
.post-nav .nav-links a {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.post-nav .post-nav-image {
  display: none;
}
.post-nav .cover-image .post-nav-text-wrap {
  text-align: center;
}
.page-item.active .page-link {
  background-color: #943c76;
  border-color: #943c76;
}
.nav-wrap {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.nav-wrap > .top-nav + *:not(.top-includes) {
  -webkit-box-flex: 100;
  -webkit-flex-grow: 100;
  flex-grow: 100;
  padding-left: 30px;
  padding-right: 30px;
}

.sf-menu i[class] {
  font-size: 1.1em;
  margin-right: 7px;
}

.header_absolute.header_layout_1 .ls.affix-top .sf-menu > li > a {
  color: #fff;
}
.sf-menu > li > a {
  margin: 0 23px;
  padding-bottom: 52px;
  padding-top: 52px;
}

.toggle_menu {
  cursor: pointer;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  opacity: 0.95;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 50%;
  visibility: visible;
  width: 60px;
  z-index: 1002;
}
.page_header_wrapper .toggle_menu {
  z-index: 1003;
}
.ls .toggle_menu {
  background-color: transparent;
}
.ls .toggle_menu:before,
.ls .toggle_menu span,
.ls .toggle_menu span:before,
.ls .toggle_menu span:after {
  background-color: #f5f5f5;
}

.ls .toggle_menu.scroll:not(.at-top):before,
.ls .toggle_menu.scroll:not(.at-top) span,
.ls .toggle_menu.scroll:not(.at-top) span:before,
.ls .toggle_menu.scroll:not(.at-top) span:after {
  background-color: #000;
}

.page_toplogo .toggle_menu {
  left: auto;
  margin: 0;
  position: fixed;
  right: 0;
  top: 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 {
  background-color: #fff;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 30px;
}
.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: #295396;
  border: none;
  left: auto;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3000;
}
.toggle_menu.mobile-active:before {
  background-color: #fff;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.toggle_menu.mobile-active span {
  background-color: #fff;
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.toggle_menu.mobile-active span:before,
.toggle_menu.mobile-active span:after {
  opacity: 0;
}
.toggle_menu.active:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle_menu.active span {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.toggle_menu.active span:before,
.toggle_menu.active span:after {
  opacity: 0;
}

.menu-click {
  padding: 0;
}
.menu-click i {
  text-align: center;
}
.menu-click .toggle_submenu {
  border-radius: 50%;
  cursor: pointer;
  font-size: 8px;
  height: 3em;
  line-height: 3em;
  opacity: 0.9;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 8px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 3em;
}
.menu-click .toggle_submenu:before {
  content: "\f078";
  font-family: fontawesome;
  height: 3em;
  left: 0;
  line-height: 3em;
  position: absolute;
  top: 0;
  width: 3em;
}
.menu-click ul {
  padding: 0;
}
.menu-click li {
  list-style: none;
  position: relative;
  width: 100%;
}
.menu-click > li {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.menu-click a {
  color: #4c4c4c;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 10px 40px;
  text-transform: uppercase;
}
.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 {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.menu-click li.active > a {
  color: #295396;
}
.menu-click ul {
  height: 0;
  opacity: 0;
}
.menu-click ul a {
  padding-bottom: 8px;
  padding-left: 50px;
  padding-top: 8px;
}
.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 {
  height: auto;
  opacity: 1;
}
.menu-click ul,
.menu-click div.mega-menu {
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.6s, margin-top 0.4s, margin-bottom 0.4s,
    height 0.3s ease-in-out;
  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 {
  height: auto;
  margin-right: 0;
}
.active-side-slide-header:after {
  background-color: rgba(91, 131, 205, 0.5);
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  z-index: 1050;
}
.page_header {
  height: auto;
  left: 0;
  margin: 0;
  padding: 0;
  position: relative;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 100%;
  z-index: 1000;
}
.boxed .page_header,
.page_header.affix {
  box-shadow: 0 2px 15px 0 rgba(100, 100, 100, 0.05);
  opacity: 0.98;
  position: fixed !important;
  z-index: 1001;
}
.boxed .page_header:after,
.page_header.affix:after {
  background-color: transparent;
}
.page_header.affix.s-bordertop::before {
  display: none;
}

.page_header.affix-bottom {
  position: fixed;
  top: 0 !important;
}
.page_header .row {
  min-height: 60px;
}
.page_header a {
  display: inline-block;
}
.page_header .btn {
  margin-bottom: 0;
}
.header_absolute {
  position: relative;
}
.header_absolute .page_header,
.header_absolute .page_header_wrapper {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1002;
}
.header_absolute .page_header.main-header-side,
.header_absolute .page_header_wrapper.main-header-side {
  left: 100%;
  z-index: 1051;
}
.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;
}
.page_topline {
  line-height: 1.4;
}
.page_topline.small-text i {
  font-size: 14px;
}
.page_topline .icon-inline {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.page_topline .social-icons {
  display: inline-block;
}
.page_topline .widget_nav_menu {
  display: inline-block;
}
.page_topline ul {
  margin: 0;
  padding: 0;
}
.page_topline ul li {
  display: inline-block;
}
.page_topline .dropdown-menu {
  margin: 23px 0 0 -25px;
  min-width: auto;
}
.page_topline .dropdown-language a > img {
  bottom: 1px;
  margin-right: 6px;
  max-width: 16px;
  position: relative;
}
.page_topline .owl-news-slider-dates {
  font-weight: 700;
}
.page_topline .topline-news-item {
  height: 2em;
  line-height: 2em;
  margin: 0 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page_topline .topline-news-item .cat-links {
  display: inline;
}
.page_topline .topline-news-nav-arrow {
  border: 1px solid #4c4c4c;
  border-radius: 50%;
  bottom: 20px;
  font-size: 10px;
  line-height: 38px;
  position: relative;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  width: 40px;
}
.page_topline .topline-news-nav-arrow:hover {
  opacity: 0.5;
}
.page_topline .owl-nav > div {
  opacity: 1;
}

.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;
}

.page_header.ls.affix-top .logo {
  color: #fff;
}
.page_header.ls.affix .logo {
  color: #8073b2;
}
.page_header.ls.affix .logo .logo-text {
  border-color: #8073b2;
}
.header-layout2 a.logo .logo-text {
  border-color: #8073b2;
  color: #8073b2;
}
.header-layout2 a.search_modal_button {
  color: #8073b2;
}
.header-layout2 .icons-include .icon-styled {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header-layout2 .icons-include .search_modal_button {
  padding: 0;
}
.header-layout2 .icons-include a i:hover {
  color: #8073b2 !important;
}
.page_topline.with-padding .icon-inline {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.top-includes {
  margin: 0;
  padding: 0;
}

.top-includes > * {
  display: inline-block;
}
.top-includes > li {
  margin-left: 10px;
}

.top-includes > li:first-child {
  margin-left: 0;
}

.top-includes a.border-icon,
.top-includes a.bg-icon,
.top-includes a.color-bg-icon {
  margin-bottom: 2px;
  margin-top: 2px;
}
a.logo {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.logo, .logo2 {
  cursor: default;
  pointer-events: none;
}

.affix .logo {
  display: none;
}
.affix-top .logo {
  display: block;
}
.affix .logo2 {
  display: block;
}
.affix-top .logo2 {
  display: none;
}
a.logo img {
  display: inline-block;
  max-height: 60px;
  /* filter: drop-shadow(0 0 0.75rem #fff); */
}
a.logo2 img {
  display: inline-block;
  max-height: 46px;
}

a.logo .logo-text {
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 24px;
  letter-spacing: 10px;
  padding: 3px 6px 3px 14px;
  text-transform: uppercase;
}
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 {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  padding-bottom: 10px;
  padding-top: 10px;
}
a.logo .flex-column.text-center,
a.logo.flex-column.text-center {
  display: inline-block;
}
.text-center a.logo {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.header_logo_center a.logo {
  display: inline-block;
  padding: 10px 0;
  position: relative;
  z-index: 2;
}
.header_logo_center.affix a.logo {
  padding: 5px 0;
}

.page_copyright a.logo {
  color: #943c76;
}
.page_copyright a.logo .logo-text {
  border-color: #943c76;
}
#search_modal {
  padding: 0 !important;
}
#search_modal .widget {
  background-color: #fff;
  padding: 20px 0;
}

#search_modal .search-form {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 100px 0 0;
}
#search_modal a {
  color: #4c4c4c;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
#search_modal a:hover {
  color: #295396;
  opacity: 1;
}
#search_modal .searchform-respond {
  color: #fff;
  margin: 20px auto;
  width: 300px;
}
#search_modal .form-group {
  margin-bottom: 0;
}
#search_modal .form-control {
  background-color: transparent;
  border: 1px solid #e1e1e1;
  color: #4c4c4c;
  font-size: 28px;
  font-style: italic;
  height: 60px;
  max-width: none;
  width: 100%;
}
#search_modal .form-control:-moz-placeholder {
  color: gray;
  opacity: 1;
}
#search_modal .form-control::-moz-placeholder {
  color: gray;
  opacity: 1;
}
#search_modal .form-control:-ms-input-placeholder {
  color: gray;
}
#search_modal .form-control::-webkit-input-placeholder {
  color: gray;
}
#search_modal .btn {
  color: #4c4c4c;
  font-size: 0;
  margin: 0 60px 0 0;
  width: auto;
  width: 60px;
}
#search_modal .btn:hover {
  opacity: 1;
}
#search_modal .btn:before {
  color: #4c4c4c;
  font-size: 18px;
}
#search_modal .close {
  color: #4c4c4c;
  font-size: 30px;
  line-height: 60px;
  min-width: 60px;
  opacity: 1;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: none;
  top: 18px;
  z-index: 2;
}
.active-side-header #search_modal {
  right: 340px;
}
.search_modal_button {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 0 0 0 10px;
}
body:after {
  background-color: rgba(91, 131, 205, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1001;
}
body,
body:after,
#canvas,
.page_header_side {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#canvas {
  left: 0;
  -webkit-transition-property: left, margin-left;
  transition-property: left, margin-left;
}
body.active-side-header {
  overflow: hidden;
}
body.active-side-header #canvas {
  left: 340px;
}
body.active-side-header .page_header_side {
  left: 0;
}
body.active-side-header:after {
  opacity: 1;
  visibility: visible;
}
html.html-active-push-header {
  overflow: hidden;
}
.page_header_side {
  bottom: 0;
  left: -340px;
  position: fixed;
  top: 0;
  width: 340px;
  z-index: 1102;
}
.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 {
  margin-bottom: 20px;
  padding: 10px 20px;
}
.page_header_side a.logo img {
  max-width: 80%;
}
.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-bottom: 2px;
  margin-top: 2px;
}

.side_header_inner {
  padding: 26px 0 60px;
}
.toggle_menu_side {
  margin: 0;
  position: absolute;
  right: -60px;
  top: 0;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}

.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: #295396;
}
.bs .toggle_menu_side {
  background-color: #295396;
}
.ls .toggle_menu_side {
  background-color: #295396;
}
.page_header_side.header_side_sticked .toggle_menu_side {
  right: -60px;
  top: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.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: 340px;
}
.active-side-header.slide-right .boxed .header_push ~ div .page_header,
.active-side-header.slide-right .header_push ~ div .page_header.affix {
  margin-left: -340px;
}
.page_header_side.header_side_right {
  left: auto;
  right: -340px;
}
.page_header_side.header_side_right.active-slide-side-header {
  right: 0;
}
.page_header_side.header_side_right .toggle_menu_side {
  left: -60px;
  right: auto;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}

body.active-side-header.slide-right #canvas {
  left: -340px;
}
body.active-side-header.slide-right .page_header_side {
  left: auto;
  right: 0;
}

.light-logo-text .logo {
  color: #8073b2 !important;
}
.light-logo-text .logo .logo-text {
  border: 2px solid #8073b2 !important;
}
.page_slider {
  clear: both;
  overflow: hidden;
  position: relative;
}
.page_slider > img {
  width: 100%;
}
.page_slider h2 {
  font-size: 3em;
  line-height: 1;
  margin: 0;
}
.page_slider h3 {
  font-size: 2em;
  line-height: 1;
  margin: 0;
}
.page_slider h4 {
  font-size: 1.5em;
  margin: 0;
}
.page_slider p {
  font-size: 14px;
}

.page_slider .flex-direction-nav .flex-prev {
  left: 2%;
  opacity: 1;
}
.page_slider .flex-direction-nav .flex-next {
  opacity: 1;
  right: 2%;
}
.page_slider .flexslider .intro_layer img {
  width: auto;
}
.page_slider .flexslider.slider-shadow {
  padding-bottom: 50px;
}
.page_slider .flexslider.slider-shadow:before,
.page_slider .flexslider.slider-shadow:after {
  background: 0 0;
  bottom: 65px;
  box-shadow: 0 25px 20px rgba(0, 0, 0, 0.3);
  content: "";
  height: 20%;
  left: 10px;
  max-width: 400px;
  position: absolute;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  width: 50%;
  z-index: 1;
}
.page_slider .flexslider.slider-shadow:after {
  left: auto;
  right: 10px;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.page_slider .intro_layers_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.page_slider .intro_layers {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px 0;
}
.page_slider .flex-control-nav {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: block;
  -webkit-flex-direction: unset;
  flex-direction: unset;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  width: 100%;
}
.page_slider .flex-control-nav li {
  display: block;
  margin-bottom: 24px;
  padding-bottom: 6px;
  padding-top: 6px;
}

.page_slider .flex-control-nav li a.flex-active {
  color: #fff;
  opacity: 1;
  text-decoration: line-through;
}

.intro-absolute {
  left: 17%;
  position: absolute;
  top: 19.3%;
}

.intro_after_featured_word {
  margin-left: 7px;
  margin-top: 26px;
}

.intro_featured_word {
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 53%, 75% 100%, 0 100%, 0 21%);
  clip-path: polygon(10% 0, 100% 0, 100% 53%, 75% 100%, 0 100%, 0 21%);
  font-size: 140px;
  font-weight: 900;
  letter-spacing: -8px;
  line-height: 0.73;
  text-transform: uppercase;
}

.slide2 .intro_featured_word {
  letter-spacing: -7px;
}
.slide3 .intro_featured_word {
  -webkit-clip-path: polygon(17% 0, 100% 0, 100% 100%, 75% 100%, 0 100%, 0 21%);
  clip-path: polygon(17% 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 21%);
  letter-spacing: -9px;
  padding-right: 10px;
}
.slide3 .intro-absolute {
  left: 48%;
  margin-right: -50%;
  position: absolute;
  top: 43.3%;
}

#myVideo {
  margin-bottom: -10px;
  min-height: 100%;
  min-width: 100%;
}

.flex-bg.s-overlay:before {
  background: -webkit-linear-gradient(left, #8073b2 0%, #943c76 100%);
  background: linear-gradient(to right, #8073b2 0%, #943c76 100%);
  border-radius: 0;
  opacity: 0.6;
}
.error-404 .page-header h1 {
  -webkit-background-clip: text;
  background-color: #000;
  background-image: url(../img/404.jpg);
  background-position: top;
  background-repeat: no-repeat;
  font-family: poppins, sans-serif;
  font-size: 160px;
  line-height: 0.79;
  margin: 0;
  -webkit-text-fill-color: transparent;
}

.error-404 .page-header h6 {
  font-weight: 300;
}
.error-404 .btn-white {
  height: 80px;
  width: 270px;
}
.error-404 .btn-white span {
  letter-spacing: 0.2em;
}
.error-404 h3 {
  margin-bottom: 16px;
  margin-top: 67px;
}

.error-404 h6 {
  margin-bottom: 52px;
  margin-top: 0;
}
.blog_slider {
  margin-bottom: 60px;
}

.blog-featured-posts .post {
  height: 100%;
}
.entry-title,
.entry-title:last-child {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1;
  margin: 6px 0 0;
  text-transform: none;
}

h4.entry-title {
  font-size: 24px;
  margin-bottom: 0.7em;
}
.item-media + .item-content h1.entry-title {
  margin-top: 5px;
}
.post {
  position: relative;
}
.post > .fa {
  color: #fff;
  position: absolute;
  right: 9px;
  top: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}
.post > .fa:before {
  position: relative;
  z-index: 3;
}
.post > .fa:after {
  border-color: transparent transparent #295396 transparent;
  border-style: solid;
  border-width: 0 40px 40px;
  content: "";
  display: block;
  height: 0;
  left: -35px;
  position: absolute;
  top: -14px;
  width: 0;
  z-index: 2;
}
.post + .post {
  margin-top: 60px;
}
.post h3.entry-title + .entry-meta {
  margin-top: -0.65em;
}
.post.cover-image {
  height: auto;
  padding: 35px 30px 30px;
  text-align: center;
}

.post.cover-image .post-thumbnail {
  display: none;
}
.post ul,
.post ol {
  margin-bottom: 40px;
}
.post-thumbnail {
  text-align: center;
}
.post-thumbnail .owl-dots {
  bottom: 30px;
  left: 0;
  position: absolute;
  right: 0;
}
.post-thumbnail + .entry-content {
  margin-top: 1.5em;
}
.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 {
  clear: both;
  line-height: 1;
}
.entry-footer a,
.entry-meta a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.entry-footer {
  margin-bottom: -3px;
  margin-top: 46px;
}

.entry-footer .fa {
  margin-right: 6px;
}
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.entry-header:before,
.entry-header:after {
  clear: both;
  content: "";
  display: block;
}
.post-title {
  margin-top: 8px;
}
.post-tags {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.post-data {
  border-radius: 5px;
  font-weight: 500;
  height: 80px;
  text-align: center;
  text-transform: uppercase;
  width: 80px;
}

.post-data h6 {
  color: #fff;
  font-size: 40px;
  line-height: 28px;
  margin-top: 15px;
}
.post-data h6 span {
  display: block;
  font-size: 20px;
  letter-spacing: 0;
}
.header-content {
  margin-left: 20px;
  margin-top: 3px;
}

.post .post-tags a,
.post .post-tags i {
  margin-right: 5px;
}
.post-color1 .post-tags a,
.post-color1 .post-tags i {
  color: #295396;
}
.post-color1 .post-tags a:hover {
  color: #943c76;
}
.post-color2 .post-tags a,
.post-color2 .post-tags i {
  color: #8073b2;
  margin-right: 5px;
}
.post-color2 .post-tags a:hover {
  color: #2165a9;
}
.post-color2 .entry-title a:hover {
  color: #8073b2;
}
.post-color2 .entry-meta a:hover {
  color: #8073b2;
}
.post-color3 .post-tags a,
.post-color3 .post-tags i {
  color: #32b9c2;
  margin-right: 5px;
}
.post-color3 .post-tags a:hover {
  color: #208291;
}
.post-color3 .entry-title a:hover {
  color: #32b9c2;
}
.post-color3 .entry-meta a:hover {
  color: #32b9c2;
}
.widget-theme-wrapper .cs {
  border-radius: 511px;
}
.item-content.bg-maincolor {
  opacity: 0.85;
}
.post .entry-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
}

.post-footer {
  margin-top: 30px;
}

.entry-footer .edit-link,
.entry-header .edit-link {
  float: right;
}
.entry-footer .edit-link a:before,
.entry-header .edit-link a:before {
  content: "\f040";
  font-family: fontawesome;
  padding-right: 0.4em;
}
.entry-footer .entry-title + .edit-link,
.entry-header .entry-title + .edit-link {
  position: absolute;
  right: 15px;
  top: 0.5em;
}
.post-adds {
  -webkit-align-items: center;
  align-items: center;
  background-color: #f5f5f5;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  line-height: 1;
  margin-bottom: 30px;
}
.post-adds i {
  width: 1em;
}
.post-adds a {
  display: inline-block;
  margin: 0;
}
.post-adds .dropdown-menu {
  border: none;
  padding: 0;
}
.post-adds .share_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.post-adds .share_button {
  background-color: #295396;
  color: #fff;
  line-height: 60px;
  padding: 0 21px;
}
.post-adds .like_button {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  color: #295396;
  line-height: 60px;
  padding: 0 21px;
}
.post-adds .votes_count {
  padding: 0 21px;
}
.post-adds .views-count {
  background-color: #295396;
  color: #fff;
  margin-left: auto;
  padding: 22px 30px;
}

.post .gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.post .gallery .gallery-item {
  padding: 0 7px;
  width: 50%;
}
.post .gallery .gallery-item figcaption {
  padding: 20px 0 5px;
}

.author-bio {
  margin-top: 48px;
}

.author-bio a.fa {
  margin-bottom: 0;
}
.author-bio .item-media {
  border: 10px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  margin: auto;
  width: 270px;
}

.author-bio h5 {
  margin: 0;
}
.author-bio p {
  margin: 0;
}
.author-bio .bio-desk {
  margin: 13px 0;
}
.author-bio .item-content {
  margin-left: 30px;
}

.comments-title {
  margin-bottom: 28px;
}

.comments-area {
  margin-top: 75px;
  padding: 50px 60px 60px;
}

.comments-area .comment-list {
  border-bottom: 1px solid #ebeaeb;
  border-top: 1px solid #ebeaeb;
  list-style: none;
  padding: 0;
}
.comments-area .comment-list ol.children {
  border-bottom: 1px solid #ebeaeb;
  border-top: 1px solid #ebeaeb;
  list-style: none;
  padding-left: 35px;
}

.comments-area .comment-list ol.children ol.children ol.children {
  padding-left: 35px;
}
.comments-area .comment-list ol.children .comment-meta img {
  left: -45px;
  max-width: 60px;
}

.comments-area .comment-list ol.children .comment-body {
  margin-bottom: 3px;
  margin-left: 47px;
}

.comment-body {
  margin-bottom: 3px;
  margin-left: 70px;
  margin-top: 40px;
  padding: 10px 0 20px 40px;
  position: relative;
}
.comment-body ol,
.comment-body ol ol {
  padding-left: 20px;
}
.comment-meta {
  margin-bottom: -3px;
}
.comment-meta img {
  border: 5px solid #fff;
  border-radius: 50%;
  left: -70px;
  max-width: 80px;
  position: absolute;
  top: -1px;
}
.comment-meta .comment-author {
  font-size: 16px;
}

.comment-meta .comment-metadata a {
  color: #943c76;
}
.comment-meta .comment-metadata a:hover {
  color: #295396;
}
.comment-meta .comment-metadata a:before {
  color: #4c4c4c;
  content: "\f111";
  font-family: fontawesome;
  font-size: 5px;
  padding: 0 7px;
  position: relative;
  top: -4px;
}

.comment-meta b {
  font-weight: inherit;
}

.reply a i:hover {
  color: #943c76;
}
.reply a {
  font-size: 14px;
}

.comment-content p {
  margin-bottom: 0.5em;
}
.no-comments,
.comment-awaiting-moderation {
  opacity: 0.7;
}
.comments-pagination {
  margin: 2em 0 3em;
}
.comments-area > .comment-respond {
  margin-top: 46px;
}

.comment-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 19px;
}

.comment-form p {
  margin-bottom: 10px;
  width: 100%;
}
.comment-form p.form-submit {
  margin-bottom: 0;
  margin-top: 20px;
  width: auto;
}

.comment-form label {
  display: none;
}
.comment-form textarea,
.comment-form input {
  width: 100%;
}
.comment-form input[type="checkbox"] {
  margin: 0;
  visibility: hidden;
}

.comment-form .form-group {
  margin-bottom: 20px;
}
.comment-form .form-control {
  border-radius: 5px;
}
.comment-form textarea {
  max-height: 120px;
}
.format-status {
  border-radius: 5px;
}
.format-status .entry-title {
  margin-bottom: 26px;
}
.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;
}
.format-status .entry-header {
  display: block;
  margin-bottom: 0;
}
.format-status.s-overlay.ds:before {
  border-radius: 5px;
}
.format-status .entry-content {
  color: #fff;
  margin-bottom: 30px;
}
.format-status .entry-meta a {
  color: #fff !important;
  letter-spacing: 0;
}
.format-status .entry-meta a:hover {
  opacity: 0.5;
}
.format-status .entry-meta a i {
  margin-right: 5px;
}
.format-status .post-tags {
  margin-left: 35px;
}
.format-chat .entry-content p {
  margin-bottom: 0.5em;
}
.format-chat .entry-content p:nth-child(2n) {
  padding: 0.4em 0;
}
.format-chat .entry-content p:nth-child(2n) b {
  color: #8073b2;
}
.format-chat b {
  color: #4c4c4c;
  font-weight: 600;
}
.format-quote {
  border-radius: 5px;
  text-align: center;
}
.format-quote.cover-image {
  padding: 80px 30px 77px;
}

.format-quote .avatar {
  border-width: 6px;
  max-width: 120px;
  width: 120px;
}
.format-quote.cover-image .entry-header > i {
  display: inline-block;
  font-size: 2em;
  margin-bottom: 0.7em;
}
.format-quote blockquote {
  border: none;
  font-style: italic;
  margin-bottom: 26px;
  padding-bottom: 0;
  padding-left: 0;
}
.format-quote blockquote cite {
  display: block;
  font-size: 16px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4em;
  line-height: 1.5;
  margin: 24px 0;
  text-transform: uppercase;
}
.format-quote.s-overlay.ds:before {
  border-radius: 5px;
}
.format-quote .entry-header {
  display: block;
}
.format-quote .entry-meta a {
  letter-spacing: 0;
}
.format-quote .entry-meta i {
  margin-right: 5px;
}
.format-quote .post-tags {
  margin-left: 25px;
}
.share_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.share_buttons a {
  display: block;
  width: 100%;
}
.share_buttons a:before {
  height: 60px;
  line-height: 60px;
}
.share_buttons a.fa {
  margin: 0 1px 0 0;
}
.share_buttons a.fa:last-child {
  border-radius: 0 0 5px 0;
  margin: 0;
}
.share_buttons a.fa:first-child {
  border-radius: 0 0 0 5px;
}
.related-posts {
  margin-top: 44px;
}

.related-posts .entry-meta a {
  color: #943c76;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: inherit;
}
.related-posts .entry-meta a:hover {
  color: #295396;
}
.related-posts .vertical-item .item-media + .item-content {
  padding: 0;
}
.related-posts .entry-header {
  display: block;
  margin-bottom: 0;
}
.related-posts h3.entry-title {
  margin-bottom: 35px;
}

.entry-header p {
  color: #4c4c4c;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 12px;
  margin-top: 9px;
}
.byline span {
  margin: 0 15px;
}

.byline span:last-child {
  margin-right: 0;
}
.byline span:first-child {
  margin-left: 0;
}
.post-gallery img {
  border-radius: 5px;
  height: 190px;
  width: 210px;
}

.single-post .excerpt {
  margin-bottom: 20px;
}
.single-post ul.list1 {
  margin-bottom: 0;
  margin-top: 17px;
}
.single-post ul.list1 li {
  padding: 3px 0;
}
.single-post ul.list1 li:before {
  padding-right: 13px;
}
.post-gallery {
  margin: 43px 0 29px;
}

.tags-links span {
  margin-right: 17px;
}
.tags-links a {
  color: #943c76;
  letter-spacing: 0;
}
.tags-links a:hover {
  color: #4c4c4c;
}
.comment-reply-title {
  margin-top: 48px;
}

.entry-meta.post-meta a {
  letter-spacing: 0;
}
.entry-meta.post-meta i {
  margin-right: 7px;
}
.entry-meta.post-meta span:first-child {
  margin-right: 30px;
}
.author-avatar img {
  border: 5px solid rgba(255, 255, 255, 0.1);
  border-radius: 50% !important;
  bottom: auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  max-width: 100px;
  position: absolute;
  right: 60px;
  top: -50px;
  z-index: 3;
}

.post .item-media .owl-theme .owl-dots {
  bottom: auto !important;
  left: auto !important;
  right: 20px !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
}
.post .item-media .owl-theme .owl-dots .owl-dot:after {
  color: #fff;
}
.format-link .author-avatar,
.format-aside .author-avatar {
  margin-left: auto;
}
.format-link .author-avatar img,
.format-aside .author-avatar img {
  position: static;
}
.format-link .entry-header,
.format-aside .entry-header {
  margin-bottom: 10px;
}
.avatar {
  border: 5px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: block;
  margin: 0 auto 25px;
  max-width: 100px;
}
.widget-title.categories-tilte {
  margin-bottom: 15px;
}
.widget.widget_text .widget-title {
  margin-bottom: 26px;
}
.widget.widget_text a.btn {
  margin-top: 20px;
}

.post .item-media {
  overflow: visible;
}
.blog-grid .format-quote.cover-image {
  padding: 30px;
}
.blog-grid .post .item-media .owl-theme .owl-dots {
  top: 25%;
}
.blog-grid .post .entry-header {
  margin-bottom: 10px;
}
.blog-grid .navigation.pagination {
  margin-top: 30px;
}
.gallery.post .item-media {
  overflow: hidden;
}

.post .item-content {
  position: relative;
}

#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;
}
img.absolute_image {
  position: absolute;
  top: 50px;
  z-index: 1;
}
.image-rounded-cross-borders {
  margin: 50px 0 60px;
  position: relative;
}
.image-rounded-cross-borders:before,
.image-rounded-cross-borders:after {
  background-color: #e1e1e1;
  content: "";
  height: 30px;
  left: 50%;
  position: absolute;
  top: -30px;
  width: 1px;
}
.image-rounded-cross-borders:after {
  bottom: -30px;
  top: auto;
}
.image-rounded-cross-borders .box-shadow {
  border-radius: 50%;
  padding: 9px;
}
.image-rounded-cross-borders .box-shadow:before,
.image-rounded-cross-borders .box-shadow:after {
  background-color: #e1e1e1;
  content: "";
  height: 1px;
  left: -30px;
  position: absolute;
  top: 50%;
  width: 30px;
}

.image-rounded-cross-borders .box-shadow:after {
  left: auto;
  right: -30px;
}
.image-rounded-cross-borders img {
  border-radius: 50%;
}
.btn-action i {
  height: 1em;
  text-align: center;
  width: 1em;
}
.btn-action i.fa-chevron-right {
  left: 2px;
  position: relative;
}
.partners-carousel a {
  opacity: 0.2;
}
.partners-carousel a:hover {
  opacity: 0.8;
}
.partners-carousel .center a {
  opacity: 1;
}
.dropdown-shopping-cart {
  font-weight: 700;
  position: relative;
}
.page_toplogo .dropdown-shopping-cart {
  margin-left: 24px;
}
.dropdown-shopping-cart i {
  font-size: 28px;
  padding-right: 14px;
}
.page_toplogo .dropdown-shopping-cart i {
  position: relative;
  top: 0.18em;
}
.dropdown-shopping-cart .badge {
  border-radius: 1em;
  left: 24px;
  padding: 0.28em 0.5em 0.2em;
  position: absolute;
}
.page_toplogo .dropdown-shopping-cart .badge {
  top: -0.3em;
}
.dropdown-shopping-cart:hover {
  color: inherit;
}
.dropdown-shopping-cart + .dropdown-menu {
  margin-top: 50px;
}

.page_title,
.copyright-bg,
.footer-bg {
  background: linear-gradient(0deg, rgba(148,60,118,1) 0%, rgba(245,116,106,1) 100%);
  background-repeat: no-repeat;
  background-size: cover;
}
.background-gradient {
  background-image: url(../img/background-gradient.jpg);
}
.background-gradient2 {
  background: linear-gradient(270deg, rgba(148,60,118,1) 0%, rgba(245,116,106,1) 50%, rgba(247,222,158,1) 100%);
}
.booking-form {
  background-image: url(../img/booking-form-bg.png);
}

.header_absolute.cover-background,
.header_absolute.s-parallax {
  background-image: url(../images/parallax/video_section_background.jpg);
}
.page_title h1,
.page_title h2 {
  font-weight: 700;
  letter-spacing: 13px;
  line-height: 1;
  margin-bottom: 0.65em;
  text-transform: uppercase;
}

.page_title .small-title {
  margin-bottom: 0;
}
.page_title .small-title + .breadcrumb {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}

.page_title .breadcrumb {
  line-height: 1.6;
}
.page_title .full-width.breadcrumb {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px 0;
}
.page_map {
  height: 500px;
  text-align: center;
}
.page_map .marker {
  display: none;
}
.map_marker_description {
  max-width: 240px;
  padding: 5px 20px 0;
}
.map_marker_description h3 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.map_marker_description img {
  max-width: 90% !important;
}
.gm-style .gm-style-iw {
  font-size: 16px;
  line-height: 1.6em;
  overflow: visible !important;
  text-align: center;
}
.gm-style .gm-style-iw button {
  right: -4px;
  top: -15px;
}
.gm-style .gm-style-iw > *:first-child {
  position: relative;
}
.gm-style .gm-style-iw:before {
  background: #fff;
  border-radius: 5px;
  bottom: -25px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  left: -16px;
  position: absolute;
  right: -16px;
  top: -25px;
}
.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;
}
.page_footer {
  overflow: hidden;
}
.page_footer.s-parallax {
  background-image: url(../images/parallax/video_section_background.jpg);
}

.page_footer .side-icon-box {
  margin: 0 0 20px;
}
.page_footer .side-icon-box > .icon-styled:first-child {
  margin-right: 0;
  position: relative;
  top: 0.5em;
}
.page_footer .side-icon-box .icon-styled + .media-body {
  margin-left: 20px;
}
.page_footer h4.widget-title {
  letter-spacing: 7px;
  line-height: 1;
  margin-bottom: 26px !important;
  text-transform: uppercase;
}

.page_footer h4.widget-title.newsletter {
  word-break: normal;
}
.page_footer h4 {
  margin-bottom: 5px;
}
.page_footer .widget_social_buttons {
  margin-top: 20px !important;
}
.page_footer .widget_icons_list a {
  color: #295396;
}
.page_footer .widget_icons_list a:hover {
  color: #943c76;
}
.page_footer .widget_icons_list a:last-child {
  color: #295396;
}
.page_footer .widget_icons_list a:last-child:hover {
  color: #943c76;
}
.page_footer .widget_icons_list h4 {
  margin-bottom: 13px;
  margin-top: 39px;
}

.page_footer .widget_icons_list h4:first-child {
  margin-top: 0;
}
.page_footer .widget_icons_list i {
  margin-right: 3px;
}
.page_footer .widget_icons_list p {
  line-height: 1.6;
  margin-bottom: 0;
}
.page_copyright {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.page_copyright.cover-background,
.page_copyright.s-parallax {
  background-image: url(../images/parallax/video_section_background.jpg);
}
.item-hover-content {
  overflow: hidden;
  position: relative;
}
.item-hover-content .item-media {
  z-index: 2;
}
.item-hover-content .item-content {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  left: 0;
  position: absolute;
  right: 0;
}
.item-hover-content .item-content h4 {
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 1.4em;
}
.item-hover-content .item-content h4 span {
  font-weight: 900;
}

.item-hover-content:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  overflow: visible;
  z-index: 3;
}
.content-show-hover {
  overflow: hidden;
}
.content-show-hover .item-content {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  opacity: 0;
  top: 0;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.content-show-hover .item-content h4 {
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 1.4em;
}
.content-show-hover .item-content h4 span {
  display: block;
  font-weight: 900;
}
.content-show-hover:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.content-show-hover:hover .item-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.item-gallery {
  background: 0 0;
  overflow: hidden;
  position: relative;
}
.item-gallery .item-content h4 {
  font-size: 20px;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 5;
}
.item-gallery:hover .item-content h4 {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.item-gallery:hover .item-content {
  background-color: rgba(39, 45, 52, 0.4);
  padding: 15px 10px;
}
a.link-main2:hover {
  color: #943c76;
}
.rounded {
  border-radius: 5px !important;
}
.rounded-image-top img {
  border-radius: 5px 5px 0 0;
}
.rounded-images img {
  border-radius: 5px !important;
}
.team-single .link-a a {
  color: #7f7f7f;
}
.team-single .link-a a:hover {
  color: #295396;
}
.team-single .entry-content {
  margin-top: 50px;
}

.team-single .team-form {
  margin-top: 30px;
}

.team-single .form-group button {
  margin-top: 30px;
}

.team-single .table td,
.team-single .table th {
  text-align: left;
}
.links ul,
.services-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.links ul li,
.services-links ul li {
  border-bottom: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  line-height: 26px;
  padding-bottom: 9px;
  padding-top: 9px;
}

.links ul li:first-child,
.services-links ul li:first-child {
  padding-top: 0;
}
.links ul li:last-child,
.services-links ul li:last-child {
  border: none;
}
.links ul li a,
.services-links ul li a {
  color: #943c76;
}
.links ul li a:hover,
.services-links ul li a:hover {
  color: #295396;
}
.links ul li a:hover:before,
.services-links ul li a:hover:before {
  color: #2165a9;
}
.services-links ul li a {
  color: #295396;
}
.services-links ul li a:hover {
  color: #943c76;
}
.services-links ul li a:hover:before {
  color: #295396;
}
.services-links ul li a:before {
  color: #2165a9;
}
.team-page h5 {
  margin-bottom: 0;
}
.team-page .item-media {
  border-radius: 5px 5px 0 0;
}
.team-page .vertical-item.content-padding .item-content {
  padding: 30px;
}
.icon-background img {
  background-color: #fff;
  border: 6px solid #000;
  border-radius: 50%;
  padding: 20px;
}

.flex-team-slider ul {
  padding: 0;
}
.flex-team-slider ul li:before {
  display: none;
}
.flex-team-slider .menu_item {
  color: #4c4c4c;
  cursor: pointer;
  display: block;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  opacity: 0.3;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.flex-team-slider .menu_item:hover,
.flex-team-slider .menu_item:focus {
  opacity: 1;
}
.flex-team-slider .menu_item span {
  color: #943c76;
  font-weight: 300;
}
.flex-team-slider .menu_item span.position:after {
  color: #4c4c4c;
  content: " / ";
  opacity: 0.1 !important;
}
.flex-team-slider .menu_item.flex-active,
.flex-team-slider .menu_item :hover,
.flex-team-slider .menu_item :focus {
  opacity: 1;
}
.flex-team-slider .slider-title {
  color: #b2a9d4;
  display: block;
  font-size: 140px;
  font-weight: 900;
  left: -15.6%;
  letter-spacing: -9px;
  opacity: 0.1;
  position: absolute;
  text-transform: uppercase;
  top: 42%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  word-break: unset;
  z-index: 4;
}

.flex-team-slider .flexslider-controls {
  left: 19.5%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-44%);
  -ms-transform: translateY(-44%);
  transform: translateY(-44%);
  width: auto;
  z-index: 4;
}

.about-section h5 {
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}

.about-section h3 {
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 0;
}

.about-section h6 {
  letter-spacing: 0;
  margin-bottom: 0;
}

.about-section .side-image img {
  /* margin-left: -11%; */
  max-width: 100%;
}

.contact-page .page_map {
  height: 1020px;
  text-align: center;
}
.contact-page .media {
  margin: 10px 0 0;
}
.contact-page .offset-small {
  margin-left: 4%;
}

.strong {
  color: #4c4c4c;
  font-weight: 500;
}
a.search_modal_button {
  color: #fff;
}
.affix a.search_modal_button {
  color: #295396;
}
.service-part {
  z-index: 0;
}
.service-part .service-image img {
  border: 10px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  max-width: 270px;
}
.service-part .service-title {
  margin-right: -13px;
}

.service-part .service-title h1 {
  letter-spacing: 13px;
  margin-bottom: 0;
  margin-top: -13px;
  text-transform: uppercase;
}

.service-part .service-title h6 {
  letter-spacing: 0.4em;
  margin: 0 6px 0 0;
}
.service-part .service-title span {
  -webkit-background-clip: text;
  font-size: 200px;
  font-weight: 900;
  left: -50%;
  letter-spacing: -11px;
  line-height: initial;
  position: absolute;
  -webkit-text-fill-color: transparent;
  top: -100%;
  width: 100%;
  z-index: -1;
}

.service-part .service03 .service-title span {
  -webkit-transform: translateX(10%) translateY(2%);
  -ms-transform: translateX(10%) translateY(2%);
  transform: translateX(10%) translateY(2%);
}
.service-part .service02 .service-title span {
  left: 40%;
  -webkit-transform: translateY(3%);
  -ms-transform: translateY(3%);
  transform: translateY(3%);
}
.service-part .service04 .service-title span {
  left: 35%;
  letter-spacing: -19px;
  -webkit-transform: translateY(2%);
  -ms-transform: translateY(2%);
  transform: translateY(2%);
}
.service-part .color1 {
  background-image: -webkit-linear-gradient(left, #b2a9d4 0%, #deb2dc 100%);
  background-image: linear-gradient(to right, #b2a9d4 0%, #deb2dc 100%);
}
.service-part .color2 {
  background-image: -webkit-linear-gradient(left, #54a7d4 0%, #86cff7 100%);
  background-image: linear-gradient(to right, #54a7d4 0%, #86cff7 100%);
}
.service-part .color3 {
  background-image: -webkit-linear-gradient(left, #4ab4cb 0%, #7ad0c7 100%);
  background-image: linear-gradient(to right, #4ab4cb 0%, #7ad0c7 100%);
}
.service-part .color4 {
  background-image: -webkit-linear-gradient(left, #58ba5d 0%, #7ad07e 100%);
  background-image: linear-gradient(to right, #58ba5d 0%, #7ad07e 100%);
}

.footer-carousel {
  background-color: #8073b2;
}
.footer-carousel .owl-theme .owl-nav {
  color: #fff;
  opacity: 0;
  top: 0;
}
.footer-carousel .owl-theme:hover .owl-nav {
  opacity: 1;
  top: 50%;
}
.footer-carousel .owl-carousel .owl-nav > div:hover {
  opacity: 1;
}
a.link-main {
  color: #295396;
}
a.link-main:hover {
  color: #943c76;
}
a.link-main2 {
  color: #943c76;
}
a.link-main2:hover {
  color: #295396;
}
a.link-main3 {
  color: #2165a9;
}
a.link-main3:hover {
  color: #295396;
}
.devices-section {
  background-image: url(../img/devices-background.jpg);
}

.devices-section img {
  margin-top: -60px;
}
.image-styled {
  background-clip: content-box;
  background-color: #fff;
  border: 10px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: inline-block;
  height: 120px;
  line-height: 90px;
  max-width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 120px;
}
.image-styled img {
  margin-top: 6px;
}
.map-section * + .media-body,
.map-section .media-body + * {
  margin-left: 8px;
}

.map-section h5 {
  margin-top: 7px;
}
.map-section .media {
  margin-bottom: 10px;
}

.event-post h5 {
  line-height: 1.2;
}
.event-post .item-meta {
  font-size: 14px;
}
.event-post .item-media {
  border-radius: 5px 0 0 5px;
}
.events-post.post .entry-header {
  display: block;
  margin-bottom: 30px;
}
.events-post ul {
  margin-bottom: 10px;
}
.form-header {
  margin-bottom: 30px;
}
.social-icons.content-hover {
  bottom: 45px;
  left: 60px;
  opacity: 0;
  position: absolute;
  right: 50px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.vertical-item.content-padding:hover .social-icons.content-hover {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.service-page3 .entry-content {
  padding: 50px 60px;
}

.service-page3 .media {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
}
.service-page3 .media img {
  border-radius: 5px;
}
.service-page3 .service-info {
  margin: 60px 0;
}
.service-page3 ul {
  margin-bottom: 3px;
  margin-top: -3px;
}

.service-page3 .card .card-body {
  padding-left: 30px;
}
.footer-layout6 h6 {
  letter-spacing: 0.2em;
}
.footer-layout6 h1 {
  line-height: 1;
  margin-bottom: 6px;
  margin-top: 16px;
}
.footer-layout6 h1 a {
  color: #943c76;
  font-size: 82px;
  text-transform: uppercase;
}

.footer-layout6 h1 a:hover {
  color: #295396;
}
.page_copyright.ls.ms p {
  color: gray;
}
.gallery-single img {
  border-radius: 5px 5px 0 0;
}
.gallery-title {
  margin-bottom: 0;
  margin-top: 0;
}
.gallery-title-item .gallery-tags a {
  color: #943c76;
}
.gallery-title-item .gallery-tags a:hover {
  color: #2165a9;
}
.gallery-title-item:nth-child(2n) .gallery-tags a {
  color: #2165a9;
}
.gallery-title-item:nth-child(2n) .gallery-tags a:hover {
  color: #943c76;
}
.about-image img {
  margin-left: -57px;
  max-width: 93%;
}

#particles-js {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.map-page .page_map {
  height: 800px;
}
.map-page h5 {
  margin-top: 0;
}
button.gm-ui-hover-effect {
  top: -14px !important;
}
.service-title {
  letter-spacing: 0.2em;
  margin-bottom: 11px;
  text-transform: uppercase;
}
a.read-more.service-btn {
  color: #943c76;
}
a.read-more.service-btn:hover {
  color: #8073b2;
}
.service-page2 h5 {
  margin-top: 30px;
}
.table.team-table {
  margin-top: 30px;
  width: 85%;
}

.table td,
.table th {
  padding: 16px 0;
  text-align: center;
}

.white-link {
  color: #fff !important;
}
.widget.widget_icons_list ul {
  padding: 0;
}
.main-header-side .page_header_side.header_side_right .toggle_menu_side {
  background-color: transparent;
  display: block;
  left: -138px;
  right: auto;
  top: 0;
}

.main-header-side .page_header_side.header_side_right .toggle_menu_side.active {
  top: 89px !important;
}
.main-header-side
  .page_header_side.header_side_right
  .toggle_menu_side.active.toggle_menu:before,
.main-header-side
  .page_header_side.header_side_right
  .toggle_menu_side.active.toggle_menu
  span,
.main-header-side
  .page_header_side.header_side_right
  .toggle_menu_side.active.toggle_menu
  span:before,
.main-header-side
  .page_header_side.header_side_right
  .toggle_menu_side.active.toggle_menu
  span:after {
  background-color: #fff !important;
  width: 28px !important;
}
.main-header-side
  .page_header_side.header_side_right
  .toggle_menu_side.toggle_menu:before,
.main-header-side
  .page_header_side.header_side_right
  .toggle_menu_side.toggle_menu
  span,
.main-header-side
  .page_header_side.header_side_right
  .toggle_menu_side.toggle_menu
  span:before,
.main-header-side
  .page_header_side.header_side_right
  .toggle_menu_side.toggle_menu
  span:after {
  background-color: #295396 !important;
  width: 20px;
}
.main-header-side.affix-top-wrapper
  .page_header_side.header_side_right
  .toggle_menu_side {
  top: 89px;
}
.main-header-side.affix-top-wrapper
  .page_header_side.header_side_right
  .toggle_menu_side.toggle_menu:before,
.main-header-side.affix-top-wrapper
  .page_header_side.header_side_right
  .toggle_menu_side.toggle_menu
  span,
.main-header-side.affix-top-wrapper
  .page_header_side.header_side_right
  .toggle_menu_side.toggle_menu
  span:before,
.main-header-side.affix-top-wrapper
  .page_header_side.header_side_right
  .toggle_menu_side.toggle_menu
  span:after {
  background-color: #fff !important;
  width: 20px;
}
.footer_social_buttons {
  margin-top: 30px;
}

.footer-layout1 ul.list .icon-inline {
  margin-bottom: 9px;
}

.footer-layout1 ul.list .icon-inline:last-child {
  margin-bottom: 0;
}
.page_footer .widget_mailchimp form {
  margin-top: 21px;
}
.page_footer .form-control:-ms-input-placeholder {
  font-size: 16px;
  text-transform: none;
}
.page_footer .form-control::-webkit-input-placeholder {
  font-size: 16px;
  text-transform: none;
}
.page_footer .form-group.button-form {
  margin-bottom: 0;
}
.page_copyright.dark-color p {
  color: #4c4c4c;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.service-content {
  padding: 50px 60px;
}

.main-header-side
  .page_header_side.header_slide.header_side_right
  .menu-click
  li {
  border-top: 1px solid rgba(128, 115, 178, 0.2);
}
.main-header-side
  .page_header_side.header_slide.header_side_right
  .menu-click
  li:last-child {
  border-bottom: 1px solid rgba(128, 115, 178, 0.2);
}
.main-header-side
  .page_header_side.header_slide.header_side_right
  .menu-click
  li
  a {
  letter-spacing: 0.4em;
  padding: 14px 0;
}
.main-header-side
  .page_header_side.header_slide.header_side_right
  .menu-click
  li
  a:hover {
  background-color: transparent;
  color: #943c76;
}
.main-header-side
  .page_header_side.header_slide.header_side_right
  .menu-click
  li
  a:hover
  i {
  color: #295396 !important;
}
.main-header-side
  .page_header_side.header_slide.header_side_right
  .menu-click
  li
  a
  i {
  font-size: 16px;
}
.main-header-side
  .page_header_side.header_slide.header_side_right
  .side_header_inner {
  padding: 60px;
}
.iptv-page {
  background-image: url(../img/iptv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.iptv-page .media h5 {
  margin-bottom: 11px;
}
.iptv-page .media .icon-styled {
  margin-top: 20px;
}

.iptv-page .media .icon-styled img {
  width: 40px;
}

.iptv-page * + .media-body,
.iptv-page .media-body + * {
  margin-left: 25px;
}

.iptv-page .big {
  margin: 7px 0 -6px;
}

.channel {
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid rgba(76, 76, 76, 0.3);
  border-radius: 5px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 160px;
  -webkit-justify-content: center;
  justify-content: center;
  margin: auto;
  opacity: 0.35;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.channel:hover {
  border: 1px solid rgba(76, 76, 76, 0.1);
  cursor: pointer;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.arrow {
  margin-top: -40px;
  position: absolute;
  text-align: center;
  top: 100%;
  width: 100%;
  z-index: 5;
}
.blog-carousel .post .entry-header {
  display: block;
  margin-bottom: 0;
}
.blog-carousel .post .entry-meta span {
  color: gray;
  margin-right: 7px;
}
.blog-carousel .post .entry-meta span a {
  color: gray;
}
.blog-carousel .post .entry-meta span a:hover {
  color: #295396;
}
.blog-carousel .post .entry-meta span:before {
  content: "|";
  font-size: 10px;
  font-weight: 600;
  margin-right: 8px;
}
.blog-carousel .post .entry-meta span:first-child:before {
  display: none;
}
.blog-carousel .post .post-data {
  position: absolute;
  top: 0;
}
.blog-carousel .owl-carousel {
  margin-top: -60px;
}
.animated-arrow {
  left: 50%;
  margin-top: -40px;
  position: absolute;
  z-index: 5;
}
.animated-arrow .mouse_scroll {
  margin: 7px 0 7px -13px;
  width: 25px;
}
.animated-arrow .fa {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 -9px 8px;
}
.animated-arrow .unu,
.animated-arrow .doi,
.animated-arrow .trei {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
}
.animated-arrow .unu {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
}
.animated-arrow .doi {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
}
.animated-arrow .trei {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
}
@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes mouse-scroll {
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.facebook-messeger {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 40px 60px;
  position: absolute;
  width: 340px;
}
.facebook-messeger img {
  margin-right: 15px;
}
.facebook-messeger a {
  letter-spacing: 0.4em;
  line-height: 16px;
}
.facebook-messeger a:hover {
  color: #943c76;
}
.s-map-light {
  padding: 60px;
}

.gallery-item .cat-links {
  margin-bottom: 7px;
}
.margin-auto {
  margin: auto;
}
.hover-main2:hover {
  color: #943c76;
}
.color-light {
  color: #fff;
}
.none-bg {
  background: 0 0;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  width: 67%;
}
.coming-soon {
  background-position: bottom;
}
.shop-cart .top-right-nav .owl-nav {
  top: -50px;
}

#switcher {
  background-color: #4c4c4c;
  color: #fff;
  font-size: 15px;
  padding-bottom: 20px;
  position: fixed;
  right: -210px;
  top: 22%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 210px;
  z-index: 1005;
}
#switcher.active {
  right: 0;
}
#switcher .hidden {
  display: none;
}
#switcher a {
  color: #295396;
}
#switcher .checkbox {
  font-size: 14px;
  line-height: 1;
  margin: 0;
}
#switcher h4 {
  background-color: #222;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 60px;
  margin: 0;
  text-align: center;
}
#switcher span.fa {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 24px;
  height: 60px;
  left: -10px;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 60px;
  z-index: 2;
}
#switcher span.fa:first-child {
  background-color: #222;
  left: -60px;
  z-index: 3;
}
#switcher li {
  float: left;
  margin-bottom: 0;
  padding: 0 2px 5px;
}
#switcher p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 10px;
}
#switcher label {
  color: #999;
  margin: 0 0 10px;
}
#switcher ul {
  margin-bottom: 0;
}
#switcher ul:before,
#switcher ul:after {
  clear: both;
  content: "";
  display: block;
}
#switcher .tooltip {
  min-width: 110px;
}
#switcher .tooltip-arrow {
  display: none;
}
#switcher-version a {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  padding: 13px 14px;
  text-transform: uppercase;
}
#switcher-version a:hover {
  color: #e4344e !important;
}
#switcher-version a.light {
  background-color: #fff;
  color: #4c4c4c;
}
#switcher-version a.dark {
  background-color: #262626;
  color: #fff;
}
#switcher-colors a {
  background-color: #8073b2;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  position: relative;
  width: 40px;
}
#switcher-colors a:hover {
  opacity: 0.7;
}
#switcher-colors a.color2 {
  background-color: #295396 !important;
}
#switcher-colors a.color3 {
  background-color: #32b9c2 !important;
}
#switcher-colors {
  line-height: 0;
}
#switcher-patterns a {
  background-color: #fff;
  display: block;
  height: 40px;
  line-height: 1;
  overflow: hidden;
  width: 40px;
}
#switcher-patterns a img {
  opacity: 0;
}
#switcher-patterns a:hover {
  opacity: 0.7;
}
#switcher-patterns li:first-child a img {
  opacity: 1;
}
#switcher_accent_color,
#switcher_color_scheme,
#switcher_layout,
#switcher_patterns {
  padding: 20px 31px 0 32px;
}
.checkbox-slider--b-flat {
  position: relative;
}
.checkbox-slider--b-flat input {
  bottom: 0;
  cursor: pointer;
  display: block;
  height: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  zoom: 1;
}
.checkbox-slider--b-flat input + span {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-slider--b-flat input + span:before {
  display: inline-block;
  left: 0;
  position: absolute;
}
.checkbox-slider--b-flat input + span > h4 {
  display: inline;
}
.checkbox-slider--b-flat input + span {
  padding-left: 40px;
}
.checkbox-slider--b-flat input + span:before {
  background: #fff;
  content: "";
  height: 15px;
  width: 30px;
}
.checkbox-slider--b-flat input + span:after {
  background: #fff;
  content: "";
  display: block;
  font-weight: 700;
  height: 15px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 2px;
  -webkit-transition: margin-left 0.4s ease-in-out;
  transition: margin-left 0.4s ease-in-out;
  width: 20px;
}
.checkbox-slider--b-flat input:checked + span:after {
  content: "";
  margin-left: 20px;
}
.checkbox-slider--b-flat input:checked + span:before {
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
.checkbox-slider--b-flat input + span {
  padding-left: 36px;
}
.checkbox-slider--b-flat input + span:before {
  border-radius: 15px;
  width: 30px;
}
.checkbox-slider--b-flat input + span:after {
  background: #295396;
  background-clip: padding-box;
  border: solid transparent 2px;
  border-radius: 20px;
  content: "";
  width: 15px;
}
.checkbox-slider--b-flat input:checked + span:after {
  background-clip: padding-box;
  border: solid transparent 2px;
  content: "";
  margin-left: 15px;
}
.checkbox-slider--b-flat input:checked + span:before {
  background: #fff;
}
.checkbox-slider--b-flat.checkbox-slider-md input + span:before {
  border-radius: 30px;
}
.checkbox-slider--b-flat.checkbox-slider-md input + span:after {
  border-radius: 30px;
}
.checkbox-slider--b-flat.checkbox-slider-lg input + span:before {
  border-radius: 40px;
}
.checkbox-slider--b-flat.checkbox-slider-lg input + span:after {
  border-radius: 40px;
}
.checkbox-slider--b-flat input + span:before {
  box-shadow: none;
}

.fixed-action-btn-uno {
  margin-bottom: 15px;
}

.fixed-action-btn-dos {
  margin-bottom: 210px;
}

.fixed-action-btn-tres {
  margin-bottom: 270px;
}

.fixed-action-btn-cuatro {
  margin-bottom: 330px;
}

.fixed-action-btn-uno,
.fixed-action-btn-dos,
.fixed-action-btn-tres,
.fixed-action-btn-cuatro {
  position: fixed;
  margin-right: 0;
  right: 1%;
  bottom: 1%;
  padding-top: 16px;
  z-index: 997;
  transition: transform 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
}

.fixed-action-btn-uno:hover,
.fixed-action-btn-dos:hover, 
.fixed-action-btn-tres:hover, 
.fixed-action-btn-cuatro:hover {
  /* transform: scale(1.2); */
  padding: 5px 0;
}

.btn-floating.btn-large {
  width: 60px;
  height: 60px;
  padding: 0;
}

.green.accent-4 {
  background-color: #00c853 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

/* .blue.accent-4 {
  background-color: #3b5998 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.skyblue.accent-4 {
  background-color: #1DA1F2 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.red.accent-4 {
  background-color: #FF0000 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
} */

.btn-floating i.fab {
  font-size: 3.5em;
  color: #ffffff;
}
.btn-floating.btn-large i {
  line-height: 56px;
}
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 10px;
  padding: 0;
}
.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  line-height: 40px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  vertical-align: middle;
}

.g-recaptcha {
  overflow: hidden;
  width: 297px;
  border: 1px solid #eee;
  border-radius: 2px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
}
.g-recaptcha > * {
  margin: -2px -2px -3px;
}
.mercadopago-button {
  width: 180px;
  height: 55px;
  border-radius: 5px;
  padding: 2px;
  margin-bottom: 13px;
}
.modal-xl {
  max-width: 1100px;
}
.span-pay {
  font-size: 1em !important;
}
.content-transfer {
  background: #f7f7f7;
  padding: 25px 40px;
  width: 260px;
}
.content-body-options {
  padding: 40px 10px;
}
.title-pay {
  letter-spacing: 0.2em;
  margin: 10px 25px 10px !important;
  text-transform: uppercase;
  font-family: poppins, sans-serif;
  color: #4c4c4c;
}
.text-content {
  margin-bottom: 25px !important;
  text-align: left !important;
  font-size: 21px !important;
}
.content-modal-pay {
  margin-right: -20px;
  margin-left: 15px;
}
.plan-mpago {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.plan-header-premium {
  background-image: -webkit-linear-gradient(left, #295396 0%, #943c76 100%);
  background-image: linear-gradient(to right, #295396 0%, #943c76 100%);
}
.title-plan-premium {
  color: #ffffff;
  font-weight: 700;
}
.title-plan-premium:hover {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.plan-header-conect {
  background-image: -webkit-linear-gradient(left, #2165a9 0%, #295396 100%);
  background-image: linear-gradient(to right, #2165a9 0%, #295396 100%);
}
.title-plan-conect{
  color: #ffffff;
  font-weight: 700;
}
.title-plan-conect:hover {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.plan-header-basic {
  background-image: -webkit-linear-gradient(left, #208291 0%, #32b9c2 100%);
  background-image: linear-gradient(to right, #208291 0%, #32b9c2 100%);
}
.title-plan-basic {
  color: #ffffff;
  font-weight: 700;
}
.title-plan-basic:hover {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.plan-header-optimus {
  background-image: -webkit-linear-gradient(left, #209162 0%, #32c256 100%);
  background-image: linear-gradient(to right, #209162 0%, #32c256 100%);
}
.title-plan-optimus {
  color: #ffffff;
  font-weight: 700;
}
.title-plan-optimus:hover {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;  
}
[data-toggle="collapse"]::after {
  color: #ffffff !important;
}

/* _______________________ */
/* NUEVA EDICION */
/* _______________________ */

.inicio {
  height: 120vh;
  width: 100%;
  /* background: url(../images/Cono\ de\ arita\ 3.jpg) no-repeat;
  background-size: cover;
  background-position: center; */
  margin: 0;
  padding: 0;
}

.inicio img {
  height: 100%;
  width: 100%;
  filter: sepia(30%);
}

.presentacion {
  position: absolute;
  left: 3%;
  top: 25%;
  width: 50%;
  height: auto;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.presentacion.active {
  opacity: 1;
}

.encabezado-uno, .encabezado-dos, .encabezado-tres {
  width: 100%;
  height: 100;
}

.encabezado-uno h1, .encabezado-dos h1, .encabezado-tres h1 {
  font-size: 6rem;
  text-transform: uppercase;
  word-break: keep-all;
  letter-spacing: 0;
  line-height: 7rem;
  color: #ffffff;
  text-shadow: 2px 2px 6px #000, -2px -2px 6px #000;;
}

.encabezado-uno p, .encabezado-dos p, .encabezado-tres p {
  font-size: 1.8rem;
  letter-spacing: 5px;
  word-spacing: 8px;
  font-variant: small-caps;
  margin-left: 10px;
  text-shadow: 1px 1px 2px #fff;
  font-weight: 400;
}

.starlink {
  position: absolute;
  width: 40%;
  height: 150px;
  top: 25%;
  right: 4%;
  animation: starlink 5s infinite;
}

.starlink-content {
  display: flex;
  flex-direction: column;
}

.starlink-logo {
  width: 100%;
  filter: drop-shadow(1px 1px 0.1rem black)  
  drop-shadow(-1px -1px 0.1rem black)
  drop-shadow(3px 3px 0.4rem black);
}

.starlink-subtitles-setup {
  display: flex;
  flex-direction: row;
  height: 200px;
}

.starlink-subtitles {
  width: 100%;
  padding: 30px 0 15px;
  margin: 10px;
  font-variant: small-caps;
  /* text-shadow: 1px 1px 1px #e6e6e6, -1px -1px 1px #e6e6e6; */
  line-height: 2rem;
}

.starlink-subtitles p {
  color: #333333;
  font-size: 1.2rem;
  background-color: rgba(255, 255, 255, 0.40);
  border-radius: 10px;
  text-align: center;
}

.starlink-setup {
  width: 100%;
  filter: drop-shadow(1px 1px 3px #000);
}

.starlink-setup img {
  height: inherit;
}

@keyframes starlink {
  0% {
    
  }
}

.sf-menu li:hover {
  text-shadow: 2px 2px 4px #000000;
  /* transform: scale(1.1); */
}
.divisor {
  position: absolute;
  width: 100%;
  z-index: 996;
  /* top: 35%; */
  left: 0;
  transform: translateY(-55%);
}

.icon-box p {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.icon-styled {
  width: 6em;
  height: 6em;
}

.divisor-glass-uno {
  background-color: transparent;
  position: relative;
  width: 100%;
  height: 200px;
  background-image: url(https://i.postimg.cc/kgj6NvWm/vertical-shot-telecom-tower-field-breathtaking-sky-perfect-wallpaper-v3.webp);
  background-attachment: fixed;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.divisor-glass-dos {
  background-color: transparent;
  position: relative;
  width: 100%;
  height: 200px;
  background-image: url(https://i.postimg.cc/hPBdKjKH/futuristic-smart-city-with-5g-global-network-technology-v3.webp);
  background-attachment: fixed;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.divisor-glass-tres {
  background-color: transparent;
  position: relative;
  width: 100%;
  height: 200px;
  background-image: url(https://i.postimg.cc/MKqvhFDw/business-people-using-internet-v3.webp);
  background-attachment: fixed;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.texto-compañia {
  text-align: justify;
  line-height: 2.3rem;
}

#about {
  font-variant: small-caps;
}

#info {
  height: auto;
  background-image: linear-gradient(90deg, #295396 0%, #f2f2f2 100%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #0c0c0c;
  font-variant: small-caps;
}

.info-data {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info-text {
  color: #fff;
  margin: 20px;
  padding: 15px;
  flex-direction: column;
  text-shadow: 2px 2px 4px #000000;
}

.info-bars {
  margin: 20px 20px 0;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.bar-container {
  width: 100%;
  height: 10px;
  background-color: lightgray;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid #fff;
}

.bar {
  height: 100%;
  background-color: blue;
  width: 0;
  border-radius: 10px;
  border: 1px solid #fff;
  transition: width 3s;
}

.info-about {
  text-align: justify;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-shadow: 2px 2px 3px #000000;
}

.info-image {
  height: auto;
  width: 100%;
  margin-top: 20px;
}

.info-data, .info-image {
  margin: 30px;
  padding: 30px;
}

.bars-text {
  color: #f5f5f5;
  font-size: 1.5rem;
  margin: 5px;
  text-shadow: 2px 2px 4px #000000;
}

.location {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.location img {
  width: 100%;
  border-radius: 15px;
}

.menu-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.col-md-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 15px;
}

.zirka-logo {
  width: 150px;
}

.zirka-contact {
  font-size: 10px;
  text-transform: none;
}

