/*
Table Of Contents
 
 1.) Typography
 2.) Default Styles
 3.) Header - Main
 4.) Content - Main
 5.) Footer - Main
 6.) Inner - Pages
 7.) Modals
 8.) Text - Colors / Wordpress Cores

========================================*/
/*
 1.) Typography
----------------------------------------*/
@import url("bootstrap.min.css") all;
@import url("mmenu.all.css") all;
@import url("animate.css") all;
@import url("fancybox.css") all;
@import url("brands.min.css") all;
@import url("light.min.css") all;
@import url("regular.min.css") all;
@import url("solid.min.css") all;
@import url("fontawesome.min.css") all;
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap') all; /* font-family: "Roboto", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap') all; /* font-family: "Dosis", sans-serif; */
/*
 2.) Default Styles
----------------------------------------*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, ol, ul, li {
  padding: 0;
  margin: 0;
}
body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  background: #ffffff;
  margin: 0;
  padding: 0;
}
sub, sup {
  font-size: 50%;
}
img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}
/*= Links 
=======================================================*/
a {
  font-weight: 700;
  color: #762165;
  text-decoration: none;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-text-underline-position: under;
  -ms-text-underline-position: under;
  text-underline-position: under;
  cursor: pointer;
}
a:hover, a:focus, a:active {
  color: #c73061;
  text-decoration: underline;
}
a:visited {
  outline: 0;
}
a[href^="tel:"], a[href^="fax:"] {
  color: #762165;
  text-decoration: none;
}
a:hover[href^="tel:"], a:focus[href^="tel:"], a:hover[href^="fax:"], a:focus[href^="fax:"] {
  color: #c73061;
  text-decoration: underline;
}
/*= Headings: P, H1, H2, H3, H4, H5, H6 
=======================================================*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  padding-bottom: 22px;
}
h1, .h1 {
  font-size: 44px;
  line-height: 48px;
}
h2, .h2 {
  font-size: 36px;
  line-height: 40px;
}
h3, .h3 {
  font-size: 32px;
  line-height: 40px;
}
h4, .h4 {
  font-size: 26px;
  line-height: 30px;
}
h5, .h5 {
  font-size: 24px;
  line-height: 28px;
}
h6, .h6 {
  font-size: 20px;
  line-height: 24px;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  text-decoration: none;
}
h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover {
  color: #c73061;
  text-decoration: underline;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  padding-bottom: 0;
}
p {
  padding-bottom: 10px;
}
p:last-child {
  padding-bottom: 0;
}
.txt {
  padding-bottom: 40px;
}
.txt:last-child {
  padding-bottom: 0;
}
em {
  font-style: italic;
}
em.fal, em.far, em.fas, em.fab {
  font-style: normal;
}
strong {
  font-weight: 700;
}
@media (max-width: 767px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    padding-bottom: 20px;
  }
  h1, .h1 {
    font-size: 40px;
  }
  h2, .h2 {
    font-size: 32px;
  }
  h3, .h3 {
    font-size: 28px;
    line-height: 38px;
  }
  h4, .h4 {
    font-size: 24px;
  }
  h5, .h5 {
    font-size: 22px;
  }
  h6, .h6 {
    font-size: 18px;
  }
}
/*= Unorder List 
=======================================================*/
ul, ol {
  list-style: none;
  padding: 15px 0 15px 20px;
}
li {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  padding-left: 30px;
  padding-bottom: 8px;
}
ul li ul, ol li ol {
  padding: 15px 0 8px 15px;
}
ul:last-child li:last-child, ol:last-child li:last-child {
  padding-bottom: 0;
}
ul:last-child li:last-child ul, ol:last-child li:last-child ol {
  padding-bottom: 0;
}
ul li:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 125%;
  color: #762164;
  line-height: 1em;
  position: absolute;
  top: 1px;
  left: 0;
}
@media (max-width: 767px) {
  li {
    font-size: 15px;
  }
}
/*= Order List 
=======================================================*/
ol {
  counter-reset: item;
}
ol > li {
  counter-increment: item;
}
ol > li:before {
  content: counter(item)".";
  font-weight: 700;
  color: #762164;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
/* #Input Styles
================================================= */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
select, textarea, input {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
label {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  letter-spacing: 0.04em;
  padding: 0 0 10px 0;
  margin: 0;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  width: 100%;
  height: 47px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: none;
  box-shadow: none;
  border: 1px solid #cccccc;
  border-radius: 24px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  position: relative;
  padding: 10px 30px;
  margin: 0;
}
textarea {
  height: 102px;
  white-space: normal;
  outline: none;
  resize: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
select {
  background-image: url(../img/select-arrow-down.png);
  background-size: 17px auto;
  background-repeat: no-repeat;
  background-position: top 18px right 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-top: 0;
  padding-right: 65px;
  padding-bottom: 0;
  color: #878787;
}
select::-ms-expand {
  display: none;
}
select.colorize option:not([disabled]) {
  color: #000000;
}
select.colorize option.def:not([disabled]), select.colorize.empty:not([disabled]) {
  color: #878787;
}
::-webkit-input-placeholder, ::-webkit-textarea-placeholder {
  color: #878787;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #878787;
}
::-moz-placeholder {
  color: #878787;
}
::-ms-input-placeholder {
  color: #878787;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  outline: 0;
  border-color: #000000;
}
/* Checkbox / Radiobutton */
.form-block .ginput_container_radio .gfield_radio li input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form-block .ginput_container_radio .gfield_radio li, .custom-control {
  min-height: inherit;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}
.form-block .ginput_container_radio .gfield_radio li:last-child, .custom-control:last-child {
  margin-bottom: 0;
}
.form-block .ginput_container_radio .gfield_radio li label, .custom-control .custom-control-label {
  width: auto;
  min-height: 24px;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 26px;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: none;
  padding: 3px 0 3px 32px;
  margin: 0;
}
.form-block .ginput_container_radio .gfield_radio li label::before, .custom-control .custom-control-label::before {
  content: "";
  width: 24px;
  height: 24px;
  background: none;
  border: 1px solid #cccccc;
  border-radius: 360px;
  top: 5px;
  left: 0;
  padding: 0;
  margin: 0;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  position: absolute;
  display: block;
  pointer-events: none;
}
.form-block .ginput_container_radio .gfield_radio li label::after, .custom-control .custom-control-label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: none;
  border-radius: 360px;
  top: 11px;
  left: 6px;
  padding: 0;
  margin: 0;
  position: absolute;
  display: block;
}
.form-block .ginput_container_radio .gfield_radio li label:hover::before, .form-block .ginput_container_radio .gfield_radio li input:checked ~ label::before, .custom-control .custom-control-label:hover::before, .custom-control .custom-control-input:checked ~ .custom-control-label::before {
  background: none;
  border-color: #cccccc;
  outline: 0;
}
.form-block .ginput_container_radio .gfield_radio li input:checked ~ label::after, .custom-control .custom-control-input:checked ~ .custom-control-label::after {
  background: #000000;
  outline: 0;
}
.form-block .ginput_container_radio .gfield_radio, .custom-control-out {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 0 20px 0;
}
.form-block .ginput_container_radio .gfield_radio li, .custom-control-out .custom-control {
  width: auto;
  display: inline-block;
  margin: 0 35px 15px 0;
}
/* Custom - Switch */
.custom-switch {
  padding-left: 0;
}
.custom-switch .custom-control-label {
  min-height: 23px;
  padding-left: 55px;
}
.custom-switch .custom-control-label::before {
  content: "";
  width: 40px;
  height: 23px;
  background: #edeff3;
  border: 1px solid #939aac;
  border-radius: 360px;
  top: -3px;
  left: 0;
}
.custom-switch .custom-control-label::after {
  content: "";
  width: 19px;
  height: 19px;
  display: block;
  background: #ffffff;
  border: none;
  border-radius: 360px;
  top: -1px;
  left: 1px;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  content: "";
  -webkit-transform: translateX(19px);
  transform: translateX(19px)
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  content: "";
  background: #555bb3;
  border-color: #939aac;
}
/* #Buttons
================================================== */
/* Move */
@-moz-keyframes move {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-webkit-keyframes move {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes move {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes arrow {
  0% {
    margin-left: 5px;
    margin-right: 0;
  }
  75% {
    margin-left: 8px;
    margin-right: -3px;
  }
  100% {
    margin-left: 5px;
    margin-right: 0;
  }
}
@-webkit-keyframes arrow {
  0% {
    margin-left: 5px;
    margin-right: 0;
  }
  75% {
    margin-left: 8px;
    margin-right: -3px;
  }
  100% {
    margin-left: 5px;
    margin-right: 0;
  }
}
/* Custom - Select */
button {
  background: none;
  border: none;
  box-shadow: none;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
}
button:active, button:focus:active, button.active, button.active:focus {
  outline: 0;
}
.btn, .button, input[type=".button"], input[type="submit"], .tribe-common-c-btn, .tribe-events-c-ical__link {
  width: auto;
  height: auto;
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal;
  background: #762165;
  border: none;
  border-radius: 360px;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
  outline: 0;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  padding: 14px 25px 12px 25px;
  margin: 0;
}
.btn::before, .button::before, .tribe-common-c-btn::before, .tribe-events-c-ical__link::before {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  background: #c73061;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
}
.btn em, .button em {
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: relative;
  top: 0;
  margin: 0 0 0 5px;
}
.btn:hover, .btn:focus, .btn:active, .btn:active:focus, .btn.active, .btn.active:focus, .button:hover, .button:focus, .button:active, .button:active:focus, .button.active, .button.active:focus, .tribe-common-c-btn:hover, .tribe-common-c-btn:focus, .tribe-common-c-btn:active, .tribe-common-c-btn:active:focus, .tribe-events-c-ical__link:hover, .tribe-events-c-ical__link:focus, .tribe-events-c-ical__link:active, .tribe-events-c-ical__link:active:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="button"]:active:focus, input[type="button"].active, input[type="button"].active:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="submit"]:active:focus, input[type="submit"].active, input[type="submit"].active:focus, .btn:not(:disabled):not(.disabled).active, .button:not(:disabled):not(.disabled):active, .filters button.is-checked {
  color: #ffffff;
  text-decoration: none;
  background: #762165;
  box-shadow: none;
  outline: 0;
}
.btn:hover:before, .btn:focus:before, .btn:active:before, .btn:active:focus:before, .btn.active:before, .btn.active:focus:before, .button:hover:before, .button:focus:before, .button:active:before, .button:active:focus:before, .button.active:before, .button.active:focus:before, .tribe-common-c-btn:hover:before, .tribe-common-c-btn:focus:before, .tribe-common-c-btn:active:before, .tribe-common-c-btn:active:focus:before, .tribe-events-c-ical__link:hover:before, .tribe-events-c-ical__link:focus:before, .tribe-events-c-ical__link:active:before, .tribe-events-c-ical__link:active:focus:before, .filters button.is-checked:before {
  left: 0;
}
.btn:hover em, .btn:focus em, .btn:active em, .btn:active:focus em, .btn.active em, .btn.active:focus em, .button:hover em, .button:focus em, .button:active em, .button:active:focus em, .button.active em, .button.active:focus em {
  animation: arrow 0.5s linear 1;
  -webkit-animation-name: arrow 0.5s linear 1;
}
.btn-blue, .button.btn-blue, input.btn-blue[type="button"], input.btn-blue[type="submit"] {
  background: #1538bb;
}
.btn-blue::before, .button.btn-blue::before {
  background: #244ada;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue:active:focus, .btn-blue.active, .btn-blue.active:focus, .button.btn-blue:hover, .button.btn-blue:focus, .button.btn-blue:active, .button.btn-blue:active:focus, .button.btn-blue.active, .button.btn-blue.active:focus, input.btn-blue[type="button"]:hover, input.btn-blue[type="button"]:focus, input.btn-blue[type="button"]:active, input.btn-blue[type="button"]:active:focus, input.btn-blue[type="button"].active, input.btn-blue[type="button"].active:focus, input.btn-blue[type="submit"]:hover, input.btn-blue[type="submit"]:focus, input.btn-blue[type="submit"]:active, input.btn-blue[type="submit"]:active:focus, input.btn-blue[type="submit"].active, input.btn-blue[type="submit"].active:focus, .btn-blue:not(:disabled):not(.disabled).active, .button.btn-blue:not(:disabled):not(.disabled):active, .show .btn-blue {
  background: #1538bb;
}
a.btn-white, .btn-white, .button.btn-white, input.btn-white[type="button"], input.btn-white[type="submit"] {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
}
a.btn-white::before, .btn-white::before, .button.btn-white::before {
  background: rgba(255, 255, 255, 0.3);
}
a.btn-white:hover, a.btn-white:focus, a.btn-white:active, .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white:active:focus, .btn-white.active, .btn-white.active:focus, .button.btn-white:hover, .button.btn-white:focus, .button.btn-white:active, .button.btn-white:active:focus, .button.btn-white.active, .button.btn-white.active:focus, input.btn-white[type="button"]:hover, input.btn-white[type="button"]:focus, input.btn-white[type="button"]:active, input.btn-white[type="button"]:active:focus, input.btn-white[type="button"].active, input.btn-white[type="button"].active:focus, input.btn-white[type="submit"]:hover, input.btn-white[type="submit"]:focus, input.btn-white[type="submit"]:active, input.btn-white[type="submit"]:active:focus, input.btn-white[type="submit"].active, input.btn-white[type="submit"].active:focus, .btn-white:not(:disabled):not(.disabled).active, .button.btn-white:not(:disabled):not(.disabled):active, .show .btn-white {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  text-decoration: none;
}
.btn:focus, .button:focus, input[type="button"]:focus, input[type="submit"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 2px;
}
.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-out {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 30px 0 0 0;
}
/* Table */
table, tbody, thead, tr, th, td {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}
/* Figure */
figure, .figure {
  vertical-align: top;
}
.break-word {
  word-wrap: break-word;
}
/* #Owl-carousel
=======================================================*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  width: 100%;
  display: inline-block;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Owl Carousel - Auto Height Plugin */
.owl-height {
  transition: height 500ms ease-in-out;
}
/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item {
  /**
This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
calculation of the height of the owl-item that breaks page layouts
*/
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -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 {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* #Slider Controls
================================================== */
/* Previous and Next */
.owl-nav button {
  width: 56px;
  height: 56px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  background: #762165;
  box-shadow: none;
  border-radius: 360px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 2;
  outline: 0;
  padding: 0;
  margin: 0;
}
.owl-nav button:hover, .owl-nav button:focus, .owl-nav button:active {
  background: #276942;
  outline: 0;
}
.owl-nav button.owl-prev {
  left: -28px;
}
.owl-nav button.owl-next {
  right: -28px;
}
.owl-nav button.disabled {
  color: rgba(59, 67, 81, .20);
  cursor: default;
}
.owl-nav button.disabled:hover, .owl-nav button.disabled:focus, .owl-nav button.disabled:active {
  color: rgba(59, 67, 81, .20);
}
.owl-nav.disabled {
  display: none;
}
@media (max-width: 1199px) {
  .owl-nav button {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
  .owl-nav button.owl-prev {
    left: -25px;
  }
  .owl-nav button.owl-next {
    right: -25px;
  }
}
@media (max-width: 767px) {
  .owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .owl-nav button.owl-prev {
    left: -15px;
  }
  .owl-nav button.owl-next {
    right: -15px;
  }
}
/* Bullets */
.owl-dots {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: .5em;
  margin: 60px 0 0 0;
}
.owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background: none;
  border-radius: 360px;
  border: 1px solid #762165;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  cursor: pointer;
  padding: 0;
  margin: 0 4px;
}
.owl-dots button.owl-dot:hover, .owl-dots button.owl-dot:focus, .owl-dots button.owl-dot:active, .owl-dots button.owl-dot.active {
  background: #762165;
}
.owl-dots.disabled {
  display: none;
}
@media (max-width: 767px) {
  .owl-dots {
    margin: 40px 0 0 0;
  }
}
/* #Flying focus
================================================== */
#flying-focus {
  position: absolute;
  margin: 0;
  background: transparent;
  -webkit-transition-property: left, top, width, height, opacity;
  transition-property: left, top, width, height, opacity;
  -webkit-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
  transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
  visibility: hidden;
  pointer-events: none;
  box-shadow: -webkit-focus-ring-color 0 0 0 2px;
  border-radius: 0;
}
#flying-focus.flying-focus_visible {
  visibility: visible;
  z-index: 9999;
}
.flying-focus_target {
  outline: none !important; /* Doesn't work in Firefox :( */
}
/* http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-well-as-links/199319 */
.flying-focus_target::-moz-focus-inner {
  border: 0 !important;
}
/* Replace it with @supports rule when browsers catch up */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #flying-focus {
    box-shadow: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -3px;
    height: 0 !important;
  }
}
/* Skip - Button */
.skip-btn {
  width: 180px;
  height: 50px;
  float: left;
  font-size: 14px;
  color: #ffffff;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  background: #762165;
  border-radius: 0;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  overflow: hidden;
  position: absolute;
  z-index: 1001;
  top: -44px;
  left: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}
.skip-btn:hover, .skip-btn:focus, .skip-btn:active {
  top: 0px;
  color: #ffffff;
  text-decoration: none;
  background: #762165;
  box-shadow: rgba(0, 0, 0, .20) 0 0 25px;
  -webkit-transition: top .1s ease-in, background .5s linear;
  transition: top .1s ease-in, background .5s linear;
  opacity: 1;
}
/*= Container - Main
=======================================================*/
.container-main {
  width: 100%;
  min-height: 100vh;
  float: left;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.container {
  width: 100%;
  max-width: 1025px;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .container {
    max-width: 600px;
    padding: 0 30px;
  }
}
@media (max-width: 399px) {
  .container {
    padding: 0 20px;
  }
}
/* Social - Links */
.social-links {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.social-links ul {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: -12px -10px;
}
.social-links ul li {
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  padding: 0;
  margin: 12px 10px;
}
.social-links ul li:before {
  display: none;
}
.social-links ul li a {
  font-weight: inherit;
  font-size: 20px;
  color: #762165;
  line-height: 20px;
  text-decoration: none;
}
.social-links ul li a:hover, .social-links ul li a:focus, .social-links ul li a:active {
  color: #c73061;
}
/*
 3.) Header - Main
----------------------------------------*/
.translated-ltr body {
  top: 40px !important;
}
.header-main {
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background:#ffffff;
}
@media (min-width: 1200px) {
  .header-main .container {
    max-width: 1280px;
  }
}
/* Site Brand */
.header-main .brand {
  float: left;
  position: relative;
  z-index: 1;
  margin: 20px -300px 0 0;
}
.header-main .brand img {
  background: #fff;
  width: 100%;
  max-width: 320px;
  display: inline-block;
  vertical-align: middle;
	min-width: 300px;
}
@media (max-width: 1199px) {
  .header-main .brand img {
    max-width: 220px;
	  min-width:220px;
  }
}
@media (max-width: 767px) {
  .header-main .brand img {
    max-width: 180px;
	  min-width: 180px;
  }
}
/* Nav - Bar */
@media (min-width: 1200px) {
  .header-main .nav-bar {
    float: right;
    position: relative;
    padding: 63px 0 0 0;
  }
  /* Primary - Menu */
  .header-main .primary-menu {
    float: left;
  }
  .header-main .primary-menu ul {
    float: left;
    padding: 0;
    margin: 0 0 0 -23px;
  }
  .header-main .primary-menu ul li {
    float: left;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    padding: 0;
    margin: 0 0 0 23px;
  }
  .header-main .primary-menu ul li:before {
    display: none;
  }
  .header-main .primary-menu ul li > a {
    height: 45px;
    float: left;
    font-weight: 500;
    font-size: 16px;
  color:#762165;
    line-height: 45px;
    letter-spacing: 0.02em;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  
    .header-main .primary-menu ul li li > a {
  color:#ffffff;

  }
  .header-main .primary-menu ul li > a:before {
    content: "";
    width: 0;
    height: 2px;
    float: left;
    background: #f5b514;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
  }
  .header-main .primary-menu ul li.menu-item-has-children > a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    font-size: 12px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    position: relative;
    top: -1px;
    margin: 0 0 0 5px;
  }
  .header-main .primary-menu ul li:hover > a, .header-main .primary-menu ul li > a:focus, .header-main .primary-menu ul li.nav-menu-open > a, .header-main .primary-menu ul li.current-menu-item > a, .header-main .primary-menu ul li.current-menu-parent > a, .header-main .primary-menu ul li.current-menu-ancestor > a {
    color: #f5b514;
  }
  .header-main .primary-menu ul li:hover > a:before, .header-main .primary-menu ul li > a:focus:before, .header-main .primary-menu ul li.nav-menu-open > a:before, .header-main .primary-menu ul li.current-menu-item > a:before, .header-main .primary-menu ul li.current-menu-parent > a:before, .header-main .primary-menu ul li.current-menu-ancestor > a:before {
    width: 100%;
    left: 0;
    opacity: 1;
  }
  .header-main .primary-menu ul li > a:focus + ul, .header-main .primary-menu ul li:hover > ul, .header-main .primary-menu ul li > .nav-menu-open {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }
  .header-main .primary-menu ul li > ul {
    width: 210px;
    float: left;
    background: #762165;
    box-shadow: rgba(0, 0, 0, .10) 0 15px 20px;
    transition: all .2s ease-in-out;
    transform-origin: left top;
    transform: scaleY(0);
    visibility: hidden;
    display: block !important;
    position: absolute;
    top: 45px;
    left: -30px;
    padding: 30px;
    margin: 0;
    opacity: 0;
    z-index: -1;
  }
  .header-main .primary-menu ul li > ul li {
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    margin: 0 0 20px 0;
  }
  .header-main .primary-menu ul li > ul li:last-child {
    margin-bottom: 0;
  }
  .header-main .primary-menu ul li > ul li:before {
    display: none;
  }
  .header-main .primary-menu ul li > ul li a {
    width: 100%;
    height: auto;
    line-height: 20px;
    text-align: left;
    padding: 0;
    margin: 0;
  }
  .header-main .primary-menu ul li > ul li a:before {
    display: none;
  }
  .page-id-659 .header-main .primary-menu ul li#menu-item-677 > a {
    color: #762165;
  }
  .page-id-659 .header-main .primary-menu ul li#menu-item-677 > a:before {
    display: none;
  }
  .header-main .primary-menu ul li.menu-item-has-children > ul li.menu-item-has-children > a:after {
    content: "\f054";
    right: 0;
    position: absolute;
    top: 25%;
  }
  .header-main .primary-menu ul li > ul ul {
    left: calc(100% + 30px);
    top: -30px;
  }
  .header-main .btn-header {
    float: right;
    margin: 0 0 0 30px;
  }
  .header-main .btn-header .btn {
    width: 100%;
    height: 45px;
    font-weight: 500;
    font-size: 16px;
    line-height: 45px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 0 28px;
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .header-main .nav-bar {
    float: right;
    padding: 0;
    margin: 20px 0 0 0;
  }
  .header-main .primary-menu, .header-main .btn-header {
    display: none;
  }
}
/* Language - Selector */
.header-main .language-selector {
  float: right;
  position: absolute;
  top: 15px;
  right: 0;
  display: flex;
}
.header-main .language-selector #flags, .header-main .language-selector .choose-flag {
  float: left;
  width: auto !important;
  padding-top: 2px;
}
.header-main .language-selector .choose-flag ul {
  float: left;
  padding: 0;
  margin: 0 0 0 -3px;
}
.header-main .language-selector .choose-flag ul li {
  width: 32px;
  float: left;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0 0 0 3px;
}
.header-main .language-selector .choose-flag ul li:before {
  display: none;
}
.header-main .language-selector .choose-flag ul li img {
  text-decoration: none;
}
.header-main .language-selector .choose-flag ul li a {
  text-decoration: none;
}
.header-main .language-selector #google_language_translator, .header-main .language-selector .choose-dropdown {
  width: 140px;
  float: left;
  margin: 0 0 0 5px;
}
.header-main .language-selector #google_language_translator select, .header-main .language-selector .choose-dropdown select {
  width: 100%;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  background-color: #ffffff;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 0 8px !important;
  margin: 0;
}
.header-main .language-selector #google_language_translator select, .header-main .language-selector .choose-dropdown select {
  background-image: url(../img/select-arrow-down.png);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: top 7px right 8px;
  padding-right: 10px;
}
@media (max-width: 1199px) {
  .header-main .language-selector {
    width: 100%;
    float: right;
    position: static;
    top: 0;
    right: 0;
    margin: 0 0 10px 0;
  }
  .header-main .language-selector .choose-flag {
    width: 100%;
  }
  .header-main .language-selector .choose-flag ul {
    float: right;
  }
  .header-main .language-selector .choose-flag ul li {
    width: 30px;
  }
  .header-main .language-selector .choose-dropdown {
    width: 130px;
    float: right;
    display: none;
  }
  .header-main .language-selector {
    justify-content: flex-end;
  }
  .header-main .language-selector #flags ul li {
    margin: 0 0 0 2px !important;
  }
  .header-main .language-selector #flags ul li a {
    margin: 0 !important;
  }
  .header-main .language-selector #google_language_translator {
    /*display: none;*/
  }
}
@media (max-width: 360px) {
  .header-main .language-selector #google_language_translator {
    max-width: 90px;
  }
}
/* Menu - Btn */
.header-main .menu-btn {
  width: 35px;
  float: right;
  display: none;
  cursor: pointer;
}
.header-main .menu-btn .menu-bar {
  width: 100%;
  height: 4px;
  float: left;
  background: #762165;
  text-indent: -99999px;
  position: relative;
  transition: all 0.4s ease;
  margin: 11px 0;
}
.header-main .menu-btn .menu-bar:before, .header-main .menu-btn .menu-bar:after {
  content: "";
  width: 100%;
  height: 4px;
  float: left;
  background: #762165;
  position: absolute;
  left: 0;
  transition: all 0.4s ease;
}
.header-main .menu-btn .menu-bar:before {
  top: -11px;
}
.header-main .menu-btn .menu-bar:after {
  top: 11px;
}
@media (max-width: 1199px) {
  .header-main .menu-btn {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-main .menu-btn {
    width: 30px;
  }
  .header-main .menu-btn .menu-bar {
    height: 3px;
    margin: 9px 0;
  }
  .header-main .menu-btn .menu-bar:before, .header-main .menu-btn .menu-bar:after {
    height: 3px;
  }
  .header-main .menu-btn .menu-bar:before {
    top: -9px;
  }
  .header-main .menu-btn .menu-bar:after {
    top: 9px;
  }
}
/* MM - Menu */
@media (min-width: 1200px) {
  #menu {
    width: 100%;
    float: left;
    display: none;
  }
}
html.mm-pagedim-black.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim.mm-opening #mm-blocker {
  background: #000000;
  opacity: .70;
  -webkit-transition: opacity .04s ease .40s;
  transition: opacity .04s ease .04s
}
.mm-menu {
  max-width: 420px;
  color: #0b1735;
  background: #ffffff;
}
html.mm-front #mm-blocker {
  z-index: 1001;
}
html.mm-front .mm-menu {
  z-index: 1002;
}
@media (max-width: 499px) {
  .mm-menu {
    width: 90%;
  }
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-90%, 0, 0);
    transform: translate3d(-90%, 0, 0);
  }
}
@media (max-width: 399px) {
  .mm-menu {
    width: 90%;
  }
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-90%, 0, 0);
    transform: translate3d(-90%, 0, 0);
  }
}
@media all and (min-width:500px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(420px, 0, 0);
    transform: translate3d(420px, 0, 0)
  }
}
@media all and (min-width:500px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-420px, 0, 0);
    transform: translate3d(-420px, 0, 0)
  }
}
.mm-menu.mm-columns-1 {
  max-width: 420px
}
@media all and (min-width:500px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(420px, 0, 0);
    transform: translate3d(420px, 0, 0)
  }
}
.mm-close {
  width: 20px;
  height: 20px;
  top: 25px !important;
  right: 30px !important;
  padding: 0 !important;
  margin: 0;
}
.mm-close:before {
  width: 100%;
  height: 100%;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 30px;
  color: #232d35;
  line-height: 20px;
  text-align: right;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mm-close:after {
  display: none;
}
.mm-prev {
  width: 110px;
  height: 44px;
  background: none !important;
  top: 13px !important;
  left: 30px !important;
  padding: 0 !important;
  margin: 0;
}
.mm-prev:hover {
  border: none;
  background: none;
}
.mm-prev:before {
  width: 100%;
  height: 100%;
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 28px;
  color: #232d35;
  line-height: 44px;
  text-align: left;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.mm-title {
  height: 70px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px;
  color: #000000 !important;
  text-transform: uppercase;
  background: none !important;
  line-height: 70px;
  overflow: hidden;
}
.mm-navbar {
  height: 70px !important;
  border-bottom: none !important;
  padding: 0 30px !important;
}
.mm-navbar .mm-brand {
  width: 110px;
  display: block;
  line-height: 70px;
  padding: 0;
  margin: 0;
}
.mm-hasnavbar-top-4 .mm-panels {
  top: 70px !important;
}
.mm-menu .mm-panel ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
.mm-menu .mm-panel ul li {
  width: 100%;
  float: left;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, .20);
  padding: 0;
  margin: 0;
}
.mm-menu .mm-panel ul li:before, .mm-menu .mm-panel ul li:after {
  display: none;
}
.mm-menu .mm-panel ul li a {
  width: 100%;
  float: left;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px 50px 20px 0;
}
.mm-menu .mm-panel ul li:hover > a, .mm-menu .mm-panel ul li a:focus, .mm-menu .mm-panel ul li a:active, .mm-menu .mm-panel ul li.mm-selected > a, .mm-menu .mm-panel ul li.current-menu-item > a, .mm-menu .mm-panel ul li.current-menu-parent > a, .mm-menu .mm-panel ul li.current-menu-ancestor > a {
  color: #762165;
  background: none;
}
.mm-menu .mm-panel ul.mm-listview {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
.mm-menu .mm-panel ul.mm-listview > li {
  width: 100%;
  float: left;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  border-bottom: 1px solid rgba(0, 0, 0, .25);
  padding: 0;
  margin: 0;
}
.mm-menu .mm-panel ul.mm-listview > li:last-child {
  margin-bottom: 50px;
}
.mm-menu .mm-panel ul.mm-listview > li:before {
  display: none;
}
.mm-listview > li:not(.mm-divider)::after {
  display: none;
}
.mm-menu .mm-panel ul.mm-listview > li > a {
  width: 100%;
  float: left;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  letter-spacing: 0.02em;
  white-space: normal;
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px 50px 20px 0;
}
.mm-menu .mm-panel ul.mm-listview > li > a:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 24px;
  color: #4e5a66;
  text-align: right;
}
.mm-menu .mm-panel ul.mm-listview li > .mm-next {
  width: 60px;
  height: 26px;
  float: right;
  background: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 0;
  z-index: 2;
  margin: -13px 0 0 0;
}
.mm-menu .mm-panel ul.mm-listview li > .mm-next::before {
  width: 100%;
  float: right;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 26px;
  color: #4e5a66;
  line-height: 26px;
  text-align: right;
  border: none;
  padding: 0;
}
.mm-menu .mm-panel ul.mm-listview li > .mm-next::after {
  display: none;
}
.mm-menu .mm-panel ul.mm-listview li:hover > a, .mm-menu .mm-panel ul.mm-listview li > a:focus, .mm-menu .mm-panel ul.mm-listview li > a:active, .mm-menu .mm-panel ul.mm-listview li.mm-selected > a, .mm-menu .mm-panel ul.mm-listview li.current-menu-item > a, .mm-menu .mm-panel ul.mm-listview li.current-menu-parent > a, .mm-menu .mm-panel ul.mm-listview li.current-menu-ancestor > a {
  color: #762165;
  background: none;
}
.mm-menu .mm-panel .btn-header {
  width: 100%;
  float: left;
  margin: 0 0 50px 0;
}
.mm-menu .mm-panel .btn-header .btn {
  width: 100%;
  height: 45px;
  font-weight: 500;
  font-size: 16px;
  line-height: 45px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 0 28px;
  margin: 0;
}
.mm-menu .mm-panel .choose-dropdown {
  width: 100%;
  float: left;
  margin: 0 0 40px 0;
}
@media (min-width: 768px) {
  .mm-panels > .mm-panel {
    padding: 0 30px
  }
}
@media (max-width: 767px) {
  .mm-panels > .mm-panel {
    padding: 0 20px
  }
  .mm-navbar {
    padding: 0 20px !important;
  }
  .mm-close {
    right: 20px !important;
  }
  .mm-prev {
    left: 20px !important;
  }
}
/*
 4.) Content - Main
----------------------------------------*/
.content-main {
  width: 100%;
  float: left;
  flex: 1 0 auto;
}
/* Row */
.row-out {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.row {
  padding-bottom: 60px;
  margin: -20px;
}
.row.v-align-middle {
  align-items: center;
}
.row:last-child {
  padding-bottom: 0;
}
.row > div {
  padding: 20px;
}
.row.no-gutters {
  padding: 0;
  margin: 0;
}
.row.no-gutters > div {
  padding: 0;
}
@media (max-width: 767px) {
  .row {
    padding-bottom: 40px;
    margin: -20px -15px;
  }
  .row:last-child {
    padding-bottom: 0;
  }
  .row > div {
    padding: 20px 15px;
  }
  .row.no-gutters {
    padding: 0;
    margin: 0;
  }
  .row.no-gutters > div {
    padding: 0;
  }
}
/* Heading - Txt */
.heading-txt {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding: 0 0 80px 0;
}
.heading-txt:last-child {
  padding-bottom: 0;
}
.heading-txt .sub-title {
  font-weight: 900;
  font-size: 14px;
  color: #762165;
  line-height: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0 0 30px 0;
}
.heading-txt .sub-title:last-child {
  padding-bottom: 0;
}
.heading-txt .btn, .heading-txt .button {
  min-width: 190px;
}
.heading-txt .btn-out {
  margin: 44px 0 0 0;
}
.heading-txt .aside {
  width: 100%;
  /* max-width: 780px; */
  float: none;
  display: inline-block;
  vertical-align: top;
}
.heading-txt .aside img {
  margin-top: 38px;
}
@media (max-width: 991px) {
  .heading-txt .aside img {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .heading-txt {
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 60px 0;
  }
  .heading-txt h2 br, .heading-txt h2 br, .heading-txt h3 br {
    display: none;
  }
  .heading-txt .sub-title {
    padding: 0 0 25px 0;
  }
  .heading-txt .btn-out {
    margin: 34px 0 0 0;
  }
  .heading-txt .aside img {
    margin-top: 20px;
  }
}
/* Form - Block */
.form-block {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.form-block form {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.form-block ul.gform_fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 -15px 0;
}
.form-block ul.gform_fields:last-child > li:last-child, .form-block ul.gform_fields > li {
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0 15px 0;
  margin: 0;
}
.form-block ul li:before {
  display: none;
}
.form-block ul li select {
  max-width: 205px;
}
.form-block ul li select.large {
  max-width: 100%;
}
.form-block .gform_footer, .form-block .btn-out {
  margin-top: 35px;
  position: relative;
}
.form-block .gform_footer .gform_ajax_spinner {
  position: absolute;
  top: 12px;
  right: 10px;
  background: #fff;
  z-index: 9;
  border-radius: 50%;
  border: 2px solid #fff;
}
.form-block .gform_footer .btn, .form-block .gform_footer .button, .form-block .gform_footer input[type="button"], .form-block .gform_footer input[type="submit"], .form-block .btn-out .btn, .form-block .btn-out .button, .form-block .btn-out input[type="button"], .form-block .btn-out input[type="submit"] {
  width: 100%;
}
.form-block .gfield_label {
  display: none;
}
.form-block .medium {
  font-weight: 400 !important;
}
.form-block .ginput_container_radio ul.gfield_radio {
  margin-bottom: 0;
}
.form-block .validation_error {
  padding-bottom: 30px;
}
.form-block .validation_message {
  padding: 5px 10px 2px;
}
.form-block .gfield_label.gfield_label_before_complex {
  display: block;
  font-size: 20px;
  padding-left: 15px;
  padding-bottom: 0;
  padding-top: 10px;
}
.form-block li.gfield.gform_validation_container {
  display: none;
}
.form-block .gform_body li.gfield ul.gfield_checkbox {}
.form-block .gform_body li.gfield ul.gfield_checkbox li {
  padding-left: 0;
}
.form-block .gform_body li.gfield ul.gfield_checkbox li input {
  margin-right: 5px;
}
.form-block .gform_body li.gfield ul.gfield_checkbox li label {
  width: auto; display: inline;
}
.form-block .gform_body li.gfield.gf_list_inline {
  border: 1px solid #cccccc;
  border-radius: 24px;
  padding: 15px;
  margin-bottom: 15px;
  background: #FFF;
}
.form-block .gform_body li.gfield.gf_list_inline ul.gfield_checkbox {}
.form-block .gform_body li.gfield.gf_list_inline ul.gfield_checkbox li {
  float: left;
  padding-right: 20px;
}
.cta-banner .form-block .gform_body li.gfield.gf_list_inline {
  border: none;
}
/* Icon - Play */
.icon-play {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.icon-play:before {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  background: url(../img/icon-play.png) no-repeat center center;
  background-size: 124px auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.icon-play:hover:before, .icon-play:focus:before, .icon-play:active:before {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .icon-play:before {
    background-size: 100px auto;
  }
}
/* Thumbnail - Boxes */
.thumbnail-boxes {
  width: 100%;
  overflow: hidden;
}
.thumbnail-boxes .row {
  padding: 0;
  margin: 0;
}
.thumbnail-boxes .row > div {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  padding: 0;
  margin: 0;
}
.thumbnail-boxes .row > div .box {
  width: 100%;
  float: left;
  font-weight: inherit;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
.thumbnail-boxes .row > div .box .thumbnail {
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.thumbnail-boxes .row > div .box .thumbnail .thumbnail-before {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  background: rgb(118, 33, 101);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.88;
}
.thumbnail-boxes .row > div .box:hover .thumbnail .thumbnail-before {
  opacity: 0.92;
}
.thumbnail-boxes .row > div .box .thumbnail img {
  width: 100%;
  min-width: 200px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  margin: 0 -100px;
}
.thumbnail-boxes .row > div .box .txt-wrap {
  width: 100%;
  float: left;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  padding: 10px 10px;
}
.thumbnail-boxes .row > div .box .txt-wrap .icon-out {
  font-size: 50px;
  line-height: 50px;
  margin: 0 0 8px 0;
}
.thumbnail-boxes .row > div .box:hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .thumbnail-boxes .row > div {
    font-size: 18px;
    line-height: 28px;
  }
  .thumbnail-boxes .row > div .box .txt-wrap .icon-out {
    font-size: 45px;
    line-height: 45px;
  }
}
/* Hero - Main */
.hero-main {
  width: 100%;
  min-height: 734px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  color: #ffffff;
  background: #12171e;
  position: relative;
  overflow: hidden;
  padding: 250px 0 60px 0;
  margin: 0;
}
.hero-main .figure {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.hero-main .figure:before {
  content: "";
  width: 100%;
  height: 100%;
	background: rgba(0, 0, 0, 0.2) !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.hero-main .figure img {
  width: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}
.hero-main .hero-cont {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
}
.hero-main .hero-cont p a, .hero-main .hero-cont li a {
  color: inherit;
}
.hero-main .hero-cont li:before {
  color: inherit;
}
.hero-main .hero-cont .aside {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1199px) {
  .hero-main {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .hero-main {
    min-height: 400px;
    padding: 200px 0 50px 0;
  }
}
/* Announcement - Bar */
.announcement-bar {
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  background: #1538bb;
  overflow: hidden;
  padding: 20px 0 20px 0;
}
.announcement-bar em {
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  margin: -10px 15px -10px 0;
}
.announcement-bar a {
  font-weight: 500;
  color: #ffffff;
  text-decoration: underline;
}
.announcement-bar a:hover, .announcement-bar a:focus, .announcement-bar a:active {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
.announcement-bar.orange-bg {
  background: #f2861a;
}
.announcement-bar.red-bg {
  background: #cb212d;
}
.announcement-bar.width-full-width .container {
  max-width: 1400px;
}
@media (max-width: 767px) {
  .announcement-bar {
    font-size: 18px;
    line-height: 24px;
  }
  .announcement-bar em {
    font-size: 26px;
    line-height: 26px;
    margin: -8px 8px 0 0;
  }
}
/* Intro Band - Content */
.intro-band-cont {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  padding: 80px 0;
}
.intro-band-cont:last-child {
  padding-bottom: 0;
}
.intro-band-cont .sub-title {
  font-weight: 900;
  font-size: 14px;
  color: #762165;
  line-height: 22px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0 0 30px 0;
}
.intro-band-cont .sub-title:last-child {
  padding-bottom: 0;
}
.intro-band-cont .btn, .intro-band-cont .button {
  min-width: 190px;
}
.intro-band-cont .btn-out {
  margin: 44px 0 0 0;
}
.intro-band-cont .aside {
  width: 100%;
  max-width: 780px;
  float: none;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .intro-band-cont {
    font-size: 18px;
    line-height: 28px;
    padding: 60px 0;
  }
  .intro-band-cont h2 br, .intro-band-cont h2 br, .intro-band-cont h3 br {
    display: none;
  }
  .intro-band-cont .sub-title {
    padding: 0 0 25px 0;
  }
  .intro-band-cont .btn-out {
    margin: 34px 0 0 0;
  }
}
/* CTA Grid - Content */
.cta-grid-cont {
  width: 100%;
  overflow: hidden;
}
.content-inner .cta-grid-cont {
  padding-bottom: 100px;
}
.content-inner .cta-grid-cont:last-child {
  padding-bottom: 0;
}
.cta-grid-cont .heading-txt {
  padding: 0 0 40px 0;
}
.cta-grid-cont .heading-txt:last-child {
  padding-bottom: 0;
}
.cta-grid-cont .figure-lrg {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.cta-grid-cont .figure-lrg img {
  width: 100%;
}
.cta-grid-cont .split-heading {
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  background: #1538bb;
  overflow: hidden;
}
.cta-grid-cont .split-heading .figure {
  width: 31.85%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  margin: 0 -2px;
}
.cta-grid-cont .split-heading .figure img {
  width: 100%;
  min-width: 300px;
  margin: 0 -150px;
}
.cta-grid-cont .split-heading .aside {
  width: 68.15%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 30px 30px;
  margin: 0 -2px;
}
.cta-grid-cont .split-heading .aside .sub-title {
  width: 100%;
  float: none;
  display: inline-block;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  padding: 0 0 8px 0;
}
.cta-grid-cont .split-heading .aside .btn-out {
  margin: 8px 0 0 0;
}
.cta-grid-cont .split-heading .aside .txt-max {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0 212px 0 0;
  margin: 0 -4px;
}
.cta-grid-cont .split-heading .aside .icon-satisfaction {
  width: 182px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  margin: 0 0 0 -182px;
}
.cta-grid-cont .split-heading .aside .icon-satisfaction img {
  width: 100%;
}
.cta-grid-cont .row {
  padding: 0;
  margin: 0;
  flex-grow: 1
}
.cta-grid-cont .row > div {
  padding: 0;
  margin: 0;
  flex-grow: 1;
  max-width: none;
}
.cta-grid-cont .row > div .box {
  width: 100%;
  height: 100%;
  font-weight: inherit;
  color: #ffffff;
  background: #cb212d;
  position: relative;
  overflow: hidden;
}
.cta-grid-cont .row > div .box h3 {
  font-size: 20px;
  line-height: 24px;
}
.cta-grid-cont .row > div .box h3 a, .cta-grid-cont .row > div .box p a, .cta-grid-cont .row > div .box li a {
  color: inherit;
}
.cta-grid-cont .row > div .box .figure {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.cta-grid-cont .row > div .box .figure img {
  width: 100%;
}
.cta-grid-cont .row > div .box .aside {
  width: 100%;
  padding: 20px 20px 75px 20px;
}
.cta-grid-cont .row > div .box .aside .btn, .cta-grid-cont .row > div .box .aside .button {
  padding-right: 25px;
  padding-left: 25px;
}
.cta-grid-cont .row > div .box .aside .btn-out {
  position: absolute;
  bottom: 25px;
  left: 0;
  padding: 0 20px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .cta-grid-cont .row > div:last-child {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    background: #1538bb;
    overflow: hidden;
  }
  .cta-grid-cont .row > div:last-child .figure {
    width: 31.85%;
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    margin: 0 -2px;
  }
  .cta-grid-cont .row > div:last-child .figure img {
    width: 100%;
    min-width: 300px;
    margin: 0 -150px;
  }
  .cta-grid-cont .row > div:last-child .aside {
    width: 68.15%;
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 30px 30px;
    margin: 0 -2px;
  }
  .cta-grid-cont .row > div:last-child .aside .sub-title {
    width: 100%;
    float: none;
    display: inline-block;
    font-family: "Dosis", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 8px 0;
  }
  .cta-grid-cont .row > div:last-child .aside .btn-out {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0;
    margin: 8px 0 0 0;
  }
  .cta-grid-cont .row > div:last-child .aside .txt-max {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 212px 0 0;
    margin: 0 -4px;
  }
  .cta-grid-cont .row > div:last-child .aside .icon-satisfaction {
    width: 182px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    margin: 0 0 0 -182px;
  }
  .cta-grid-cont .row > div:last-child .aside .icon-satisfaction img {
    width: 100%;
  }
}
.cta-grid-cont .row > div.voilet-bg .box {
  background: #762165;
}
.cta-grid-cont .row > div.yellow-bg .box {
  background: #f5b514;
}
.cta-grid-cont .row > div.blue-bg .box {
  background: #1538bb;
}
.cta-grid-cont .btm-btn {
  width: 100%;
  float: none;
  display: inline-block;
  text-align: center;
  margin: 75px 0 0 0;
}
.cta-grid-cont.gray-bg {
  background: #eeedea;
  border-bottom: 2px solid #ffffff;
  padding: 120px 0 140px 0;
}
@media (max-width: 991px) {
  .content-inner .cta-grid-cont {
    padding-bottom: 80px;
  }
  .cta-grid-cont .split-heading .figure img {
    min-width: 400px;
    margin: 0 -200px;
  }
  .cta-grid-cont .split-heading .aside .txt-max {
    padding: 0 180px 0 0;
  }
  .cta-grid-cont .split-heading .aside .icon-satisfaction {
    width: 160px;
    margin: 0 0 0 -160px;
  }
  .cta-grid-cont.gray-bg {
    padding: 100px 0 120px 0;
  }
}
@media (max-width: 767px) {
  .content-inner .cta-grid-cont {
    padding-bottom: 60px;
  }
  .cta-grid-cont .split-heading {
    font-size: 15px;
  }
  .cta-grid-cont .split-heading .figure {
    width: 100%;
    margin: 0;
  }
  .cta-grid-cont .split-heading .figure img {
    min-width: inherit;
    margin: 0;
  }
  .cta-grid-cont .split-heading .aside {
    width: 100%;
    padding: 30px 20px;
    margin: 0;
  }
  .cta-grid-cont .split-heading .aside .sub-title {
    font-size: 18px;
    line-height: 28px;
  }
  .cta-grid-cont .split-heading .aside .txt-max {
    width: 100%;
    padding: 0 0 30px 0;
    margin: 0;
  }
  .cta-grid-cont .split-heading .aside .txt-max:last-child {
    padding-bottom: 0;
  }
  .cta-grid-cont .split-heading .aside .icon-satisfaction {
    width: 100%;
    margin: 0;
  }
  .cta-grid-cont .split-heading .aside .icon-satisfaction img {
    max-width: 160px;
  }
  .cta-grid-cont .row > div .box h3 {
    font-size: 18px;
  }
  .cta-grid-cont .btm-btn {
    margin: 60px 0 0 0;
  }
  .cta-grid-cont.gray-bg {
    padding: 60px 0 80px 0;
  }
}
/* Testimonial - Content */
.testimonial-cont {
  width: 100%;
  color: #ffffff;
  text-align: center;
  background: #cd366b;
  overflow: hidden;
}
.testimonial-cont .container {
  max-width: 100%;
  padding: 0;
}
.testimonial-cont .figure {
  width: 50%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0 -2px;
  left: 50%;
}
.testimonial-cont .figure img {
  width: 100%;
  min-width: 600px;
  margin: 0 -300px;
}
.testimonial-cont .aside {
  width: 50%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  padding: 50px 40px;
  margin: 0 -2px;
  right: 50%;
}
.testimonial-cont .aside .item {
  width: 100%;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
}
.testimonial-cont .aside .item .name {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin: 30px 0 0 0;
}
.testimonial-cont .aside .item .txt-max {
  width: 100%;
  max-width: 360px;
  float: none;
  display: inline-block;
  vertical-align: top;
  background: url(../img/quote-left.png) no-repeat top center;
  background-size: 62px auto;
  padding: 120px 0 0 0;
}
.testimonial-cont .aside .owl-dots {
  margin: 75px 0 0 0;
}
.testimonial-cont .aside .owl-dots button.owl-dot {
  border-color: rgba(255, 255, 255, 0.5);
}
.testimonial-cont .aside .owl-dots button.owl-dot:hover, .testimonial-cont .aside .owl-dots button.owl-dot:focus, .testimonial-cont .aside .owl-dots button.owl-dot:active, .testimonial-cont .aside .owl-dots button.owl-dot.active {
  background: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}
@media (max-width: 991px) {
  .testimonial-cont .aside .item .txt-max {
    padding: 90px 0 0 0;
  }
}
@media (max-width: 767px) {
  .testimonial-cont .figure {
    width: 100%;
    margin: 0;
    left: 0;
  }
  .testimonial-cont .figure img {
    min-width: inherit;
    margin: 0;
  }
  .testimonial-cont .aside {
    width: 100%;
    padding: 50px 30px;
    margin: 0;
    right: 0;
  }
  .testimonial-cont .aside .item {
    font-size: 22px;
    line-height: 32px;
  }
  .testimonial-cont .aside .item .name {
    font-size: 15px;
  }
  .testimonial-cont .aside .item .txt-max {
    background-size: 55px auto;
    padding: 80px 0 0 0;
  }
  .testimonial-cont .aside .owl-dots {
    margin: 40px 0 0 0;
  }
}
/* Quick - Report */
.quick-report {
  width: 100%;
  color: #ffffff;
  background: #7a2157;
  overflow: hidden;
  padding: 100px 0;
}
.quick-report h2 {
  text-align: center;
  padding: 0 0 55px 0;
}
.quick-report .row {
  padding: 0;
  margin: 0 -20px -40px -20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.quick-report .row > div {
  font-size: 16px;
  line-height: 24px;
  padding: 0 20px 40px 20px;
  margin: 0;
}
.quick-report .row > div .icon-out {
  width: 70px;
  float: left;
  font-size: 50px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0 -70px 0 0;
}
.quick-report .row > div .aside {
  width: 100%;
  padding: 0 0 0 79px;
}
.quick-report .row > div .aside .number {
  font-family: "Dosis", sans-serif;
  font-weight: 300;
  font-size: 50px;
  color: #f5b514;
  line-height: 50px;
  padding: 0 0 7px 0;
}
@media (max-width: 991px) {
  .quick-report {
    text-align: center;
    padding: 80px 0;
  }
  .quick-report h2 {
    padding: 0 0 50px 0;
  }
  .quick-report .row > div .icon-out {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .quick-report .row > div .aside {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .quick-report {
    padding: 60px 0;
  }
  .quick-report h2 {
    padding: 0 0 40px 0;
  }
  .quick-report .row > div {
    font-size: 15px;
  }
  .quick-report .row > div .icon-out {
    font-size: 45px;
    line-height: 45px;
  }
  .quick-report .row > div .aside .number {
    font-size: 45px;
    line-height: 45px;
  }
}
/* Latest News */
.latest-news {
  width: 100%;
  overflow: hidden;
  padding: 100px 0 150px 0;
}
.latest-news .heading-txt {
  padding: 0 0 100px 0;
}
.latest-news .heading-txt:last-child {
  padding-bottom: 0;
}
.latest-news .heading-txt h2 {
  font-size: 40px;
  line-height: 44px;
}
.latest-news .heading-txt .sub-title {
  padding: 0 0 14px 0;
}
.latest-news .row {
  padding: 0;
  margin: 0 -20px -65px -20px;
}
.latest-news .btm-btn {
  width: 100%;
  float: none;
  display: inline-block;
  text-align: center;
  margin: 75px 0 0 0;
}
.latest-news .row > div {
  font-size: 16px;
  line-height: 24px;
  padding: 0 20px;
  margin: 0 0 65px 0;
}
.post-entry, .latest-news .row > div .box {
  width: 100%;
  margin: 0 0 65px;
  float: left;
}
.post-entry:last-child, .latest-news .row > div .box:last-child {
  margin: 0;
}
.post-entry .box .figure, .latest-news .row > div .box .figure {
  width: 39.78%;
  float: left;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.post-entry .box .figure img, .latest-news .row > div .box .figure img {
  width: 100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.post-entry .box .figure > a, .latest-news .row > div .box .figure > a {
  float: left;
  position: relative;
}
.post-entry .box .figure .date, .latest-news .row > div .box .figure .date {
  height: 33px;
  float: left;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  line-height: 33px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #762165;
  border-radius: 0 100px 100px 0;
  position: absolute;
  bottom: 11px;
  left: 0;
  padding: 0 10px;
}
.post-entry .box .figure a:hover img, .post-entry .box .figure a:focus img, .post-entry .box .figure a:active img, .latest-news .row > div .box .figure a:hover img, .latest-news .row > div .box .figure a:focus img, .latest-news .row > div .box .figure a:active img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.post-entry .box .aside, .latest-news .row > div .box .aside {
  width: 60.22%;
  float: left;
  padding: 0 0px 0 30px;
  margin: -5px 0 0 0;
}
.post-entry .box .aside p, .latest-news .row > div .box .aside p {
  padding: 0 0 5px 0;
}
.post-entry .box .aside p:last-child, .latest-news .row > div .box .aside p:last-child {
  padding-bottom: 0;
}
.post-entry .box .aside h4, .latest-news .row > div .box .aside h4 {
  font-weight: 500;
  padding: 0 0 5px 0;
}
.post-entry .box .aside h3 a, .latest-news .row > div .box .aside h3 a {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
}
.post-entry .box .aside h3 a:hover, .post-entry .box .aside h3 a:focus, .post-entry .box .aside h3 a:active, .latest-news .row > div .box .aside h3 a:hover, .latest-news .row > div .box .aside h3 a:focus, .latest-news .row > div .box .aside h3 a:active {
  color: #762165;
}
.post-entry .box .aside .sub-title, .latest-news .row > div .box .aside .sub-title {
  font-weight: 500;
  font-size: 14px;
  color: #762165;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 0 10px 0;
}
.post-entry .box .aside .read-more a, .latest-news .row > div .box .aside .read-more a {
  font-weight: 400;
  color: #000000;
}
.post-entry .box .aside .read-more a:hover, .post-entry .box .aside .read-more a:focus, .post-entry .box .aside .read-more a:active, .post-entry .box .aside .read-more a:hover, .latest-news .row > div .box .aside .read-more a:focus, .latest-news .row > div .box .aside .read-more a:active {
  color: #762165;
}
.post-entry .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-entry .box .figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 39.78%;
  flex: 0 0 39.78%;
  max-width: 180px;
}
.post-entry .box .aside {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.blog-listing {
  width: 100%;
  float: left;
}
.next-page-btn-wrap {
  width: 100%;
  float: none;
  display: inline-block;
  text-align: center;
  margin: 75px 0 0 0;
  position: relative;
}
.next-page-btn-wrap.loading a {
  pointer-events: none;
  opacity: 0;
}
.next-page-btn-wrap.loading > span {
  position: absolute;
  color: #762165;
  font-size: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .latest-news .row > div:nth-child(2) .box .figure .date, .latest-news .row > div:nth-child(3) .box .figure .date {
    background: #f1851a;
  }
  .latest-news .row > div:nth-child(2) .box .aside .sub-title, .latest-news .row > div:nth-child(3) .box .aside .sub-title {
    color: #f1851a;
  }
  .latest-news .row > div:nth-child(2) .box .aside h4 a:hover, .latest-news .row > div:nth-child(2) .box .aside h4 a:focus, .latest-news .row > div:nth-child(2) .box .aside h4 a:active, .latest-news .row > div:nth-child(3) .box .aside h4 a:hover, .latest-news .row > div:nth-child(3) .box .aside h4 a:focus, .latest-news .row > div:nth-child(3) .box .aside h4 a:active {
    color: #f1851a;
  }
  .latest-news .row > div:nth-child(2) .box .aside .read-more a:hover, .latest-news .row > div:nth-child(2) .box .aside .read-more a:focus, .latest-news .row > div:nth-child(2) .box .aside .read-more a:active, .latest-news .row > div:nth-child(3) .box .aside .read-more a:hover, .latest-news .row > div:nth-child(3) .box .aside .read-more a:focus, .latest-news .row > div:nth-child(3) .box .aside .read-more a:active {
    color: #f1851a;
  }
}
@media (max-width: 991px) {
  .latest-news {
    padding: 80px 0 120px 0;
  }
  .latest-news .heading-txt {
    padding: 0 0 80px 0;
  }
  .latest-news .row {
    margin: 0 -15px -50px -15px;
  }
  .latest-news .row > div {
    padding: 0 15px;
    margin: 0 0 50px 0;
  }
  .post-entry .box .aside, .latest-news .row > div .box .aside {
    padding: 0 0 0 20px;
    margin: -5px 0 0 0;
  }
  .next-page-btn-wrap {
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  .latest-news {
    padding: 60px 0 80px 0;
  }
  .latest-news .heading-txt {
    padding: 0 0 60px 0;
  }
  .latest-news .heading-txt h2 {
    font-size: 36px;
  }
  .latest-news .heading-txt .sub-title {
    padding: 0 0 14px 0;
  }
  .latest-news .row {
    margin: 0 0 -40px 0;
  }
  .latest-news .row > div {
    font-size: 15px;
    padding: 0;
    margin: 0 0 40px 0;
  }
  .latest-news .btm-btn {
    margin: 60px 0 0 0;
  }
  .latest-news .row > div:nth-child(even) .box .figure .date {
    background: #f1851a;
  }
  .latest-news .row > div:nth-child(even) .box .aside .sub-title {
    color: #f1851a;
  }
  .latest-news .row > div:nth-child(even) .box .aside h4 a:hover, .latest-news .row > div:nth-child(even) .box .aside h4 a:focus, .latest-news .row > div:nth-child(even) .box .aside h4 a:active {
    color: #f1851a;
  }
  .latest-news .row > div:nth-child(even) .box .aside .read-more a:hover, .latest-news .row > div:nth-child(even) .box .aside .read-more a:focus, .latest-news .row > div:nth-child(even) .box .aside .read-more a:active {
    color: #f1851a;
  }
  .next-page-btn-wrap {
    margin-top: 60px;
  }
}
/* CTA - Banner */
.cta-banner {
  width: 100%;
  color: #ffffff;
  text-align: center;
  background: #000000 url(../img/cta-banner-1.jpg.webp) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding: 100px 0;
}

.cta-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cta-banner .container {
  position: relative;
  z-index: 2;
}
.cta-banner .heading-txt {
  padding: 0 0 40px 0;
}
.cta-banner .heading-txt:last-child {
  padding-bottom: 0;
}
.cta-banner .form-block {
  width: 100%;
  max-width: 560px;
  float: none;
  display: inline-block;
  text-align: left;
}
.cta-banner .form-block select, .cta-banner .form-block textarea, .cta-banner .form-block input[type="text"], .cta-banner .form-block input[type="password"], .cta-banner .form-block input[type="datetime"], .cta-banner .form-block input[type="datetime-local"], .cta-banner .form-block input[type="date"], .cta-banner .form-block input[type="month"], .cta-banner .form-block input[type="time"], .cta-banner .form-block input[type="week"], .cta-banner .form-block input[type="number"], .cta-banner .form-block input[type="email"], .cta-banner .form-block input[type="url"], .cta-banner .form-block input[type="search"], .cta-banner .form-block input[type="tel"], .cta-banner .form-block input[type="color"], .cta-banner .form-block .uneditable-input {
  background-color: #ffffff;
  border: none;
}
.cta-banner .form-block .ginput_container_radio .gfield_radio li label, .cta-banner .form-block .custom-control .custom-control-label {
  color: #ffffff;
}
.cta-banner .form-block .ginput_container_radio .gfield_radio li label::before, .cta-banner .form-block .custom-control .custom-control-label::before {
  border-color: #ffffff;
}
.cta-banner .form-block .ginput_container_radio .gfield_radio li label:hover::before, .cta-banner .form-block .ginput_container_radio .gfield_radio li input:checked ~ label::before, .cta-banner .form-block .custom-control .custom-control-label:hover::before, .cta-banner .form-block .custom-control .custom-control-input:checked ~ .custom-control-label::before {
  background: none;
  border-color: #ffffff;
}
.cta-banner .form-block .ginput_container_radio .gfield_radio li input:checked ~ label::after, .cta-banner .form-block .custom-control .custom-control-input:checked ~ .custom-control-label::after {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cta-banner {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .cta-banner {
    padding: 60px 0;
  }
}
/*
 5.) Footer - Main
----------------------------------------*/
.footer-main {
  width: 100%;
  float: left;
  flex-shrink: 0;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  background: #312539;
  overflow: hidden;
}
.footer-main .widget {
  padding-bottom: 35px;
}
.footer-main .widget:last-child {
  padding-bottom: 0;
}
.footer-main .h2, .footer-main h2 {
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 22px;
  display: block;
}
.footer-main .h2:last-child, .footer-main h2:last-child {
  padding-bottom: 0;
}
.footer-main .h2 a:hover, .footer-main .h2 a:focus, .footer-main .h2 a:active, .footer-main h2 a:hover, .footer-main h2 a:focus, .footer-main h2 a:active {
  color: #f5b514;
  text-decoration: underline;
}
.footer-main p {
  padding-bottom: 17px;
}
.footer-main p:last-child {
  padding-bottom: 0;
}
.footer-main ul {
  padding: 0;
}
.footer-main li {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  padding: 0 0 0px 0;
}
.footer-main li:last-child {
  padding-bottom: 0;
}
.footer-main li:before {
  display: none;
}
.footer-main p a, .footer-main li a {
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}
.footer-main p a:hover, .footer-main p a:focus, .footer-main p a:active, .footer-main li > a:hover, .footer-main li > a:focus, .footer-main li > a:active, .footer-main li.current-menu-item > a, .footer-main li.current-menu-parent > a, .footer-main li.current-menu-ancestor > a {
  color: #f5b514;
  text-decoration: underline;
}
.footer-main .social-links a {
  color: #ffffff;
}
.footer-main .social-links a:hover, .footer-main .social-links a:focus, .footer-main .social-links a:active {
  color: #f5b514;
}
.footer-main .brand {
  width: 100%;
  margin-bottom: 20px;
}
.footer-main .widget img, .footer-main .brand img {
  width: 100%;
  max-width: 257px;
}
.footer-main .widget img {
  margin: 0 0 3px;
}
.web_logo {
    float: left;
    margin-top: -2px;
    margin-right: 10px;
    font-size: 0;
    opacity: 0.4;
    width: 20px;
    height: 20px;
    display: block;
    background:url('https://www.cacci.cc/wp-content/uploads/2025/08/logo-3mw.webp') no-repeat center;
    background-size: 100%;
}

@media (max-width: 991px) {
  .footer-main .widget img, .footer-main .brand img {
    max-width: 200px;
  }
}
/* Pre - Footer */
.footer-main .pre-footer {
  width: 100%;
  float: left;
  padding: 100px 0 80px 0;
}
.footer-main .pre-footer .aside-cont-out {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -15px -50px -15px;
}
.footer-main .pre-footer .aside-cont-out .aside-cont {
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px 50px 15px;
  margin: 0;
}
.footer-main .pre-footer .aside-cont-out .aside-cont ul li {
  border-bottom: 2px solid rgba(255, 255, 255, .10);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.footer-main .pre-footer .aside-cont-out .aside-cont ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer-main .pre-footer .aside-cont-out .aside-cont {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .footer-main .pre-footer {
    padding: 60px 0 50px 0;
  }
}
/* Copy - Rights */
.footer-main .copy-rights {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 20px;
  background: #762165;
  padding: 13px 0;
}
.footer-main .copy-rights p {
  width: 48%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 -2px;
}
.footer-main .copy-rights .social-links {
  width: 4%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  margin: 0 -2px;
}
.footer-main .copy-rights .foot-nav {
  width: 48%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  padding: 0;
  margin: 0 -2px;
}
.footer-main .copy-rights .foot-nav ul {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 -14px 0 -13px;
}
.footer-main .copy-rights .foot-nav ul li {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0 14px 0 13px;
  margin: 0;
}
.footer-main .copy-rights .foot-nav ul li:after {
  content: "";
  width: 1px;
  height: 14px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.footer-main .copy-rights .foot-nav ul li:last-child:after {
  display: none;
}
@media (min-width: 992px) {
  .footer-main .copy-rights .container {
    max-width: 1280px;
  }
}
@media (max-width: 1199px) {
  .footer-main .copy-rights {
    padding: 18px 0;
  }
  .footer-main .copy-rights p {
    width: auto;
    text-align: center;
    padding: 0;
    margin: 0 0 14px 0;
    display: block;
  }
/*   .web_logo {
    float: none;
    display: inline-block;
    position: relative;
    top: -5px;
  } */
  .footer-main .copy-rights .social-links {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 10px 0;
  }
  .footer-main .copy-rights .foot-nav {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
  }
}
/*
 6.) Inner - Pages
----------------------------------------*/
/* Hero - Inner */
.hero-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hero-inner .figure {
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.hero-inner .figure:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.hero-inner .figure img {
  width: 100%;
}
@media (min-width: 1400px) {
  .hero-inner .figure {
    height: 734px;
  }
  .hero-inner .figure img {
    width: auto;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
  }
}
@media (max-width: 767px) {
  .hero-inner .figure img {
    min-width: 500px;
    margin: 0 -250px;
  }
}
/* Content - Inner */
.content-inner {
  width: 100%;
  overflow: hidden;
  padding: 100px 0 150px 0;
}
@media (max-width: 1199px) {
  .content-inner {
    padding: 80px 0 120px 0;
  }
}
@media (max-width: 767px) {
  .content-inner {
    padding: 60px 0 80px 0;
  }
}
/* Two Column - Articles */
.two-col-articles {
  width: 100%;
  overflow: hidden;
  padding: 0 0 120px 0;
}
.two-col-articles:last-child {
  padding-bottom: 0;
}
.two-col-articles .heading-txt {
  padding-bottom: 100px;
}
.two-col-articles .heading-txt:last-child {
  padding-bottom: 0;
}
.two-col-articles .row {
  align-items: center;
  padding: 0;
  margin: 0 -18px 40px -18px;
}
.two-col-articles .row:last-child {
  margin-bottom: 0;
}
.two-col-articles .row > div {
  font-size: 20px;
  line-height: 30px;
  padding: 0 18px;
  margin: 0 0 30px 0;
}
.two-col-articles .row > div:last-child {
  margin-bottom: 0;
}
.two-col-articles .row > div .figure {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.two-col-articles .row > div .figure img {
  width: 100%;
}
.two-col-articles .row > div .aside {
  width: 100%;
}
.two-col-articles .row > div .aside ul {
  padding: 8px 0 0 0;
  margin: 0;
}
.two-col-articles .row > div .aside ul li {
  /*font-size: 20px;*/
  /*line-height: 30px;*/
  padding: 0 0 8px 30px;
  margin: 0;
}
.two-col-articles .row > div .aside ul li a {
  font-weight: 700;
  color: #762165;
}
.two-col-articles .row > div .aside ul li:last-child {
  padding-bottom: 0;
}
.two-col-articles .row > div .aside ul li:before {
  /*display: none;*/
}
.two-col-articles .row > div .aside ul li em {
  width: 25px;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 0;
}
.two-col-articles .row > div .aside .logo-out {
  width: 100%;
  margin: 0 0 35px 0;
}
.two-col-articles .row > div .aside .logo-out img {
  max-width: 100%;
}
.two-col-articles .row > div .aside .logo-out.shadow img {
  box-shadow: rgba(0, 0, 0, 0.15) 7px 7px 7px;
}
@media (min-width: 768px) {
  .two-col-articles .row {
    align-items: center;
    padding: 0;
    margin: 0 -18px 36px -18px;
  }
  .two-col-articles .row:last-child {
    margin-bottom: 0;
  }
  .two-col-articles .row > div {
    padding: 0 18px;
    margin: 0;
  }
  .two-col-articles .row > div .aside {
    padding-left: 40px;
  }
  .two-col-articles .row > div .aside .txt-max {
    width: 100%;
    max-width: 350px;
    float: left;
  }
  .two-col-articles .row.text-on-left > div:first-child {
    left: 50%;
  }
  .two-col-articles .row.text-on-left > div:nth-child(even) {
    right: 50%;
  }
  .two-col-articles .row.text-on-left > div .aside {
    padding-left: 0;
    padding-right: 40px;
  }
  .two-col-articles .row.text-on-left > div .aside .logo-out {
    text-align: right;
  }
  .two-col-articles .row.text-on-left > div .aside .txt-max {
    float: right;
  }
  .two-col-articles .image-right .row:nth-child(odd) > div:first-child {
    left: 50%;
  }
  .two-col-articles .image-right .row:nth-child(odd) > div:nth-child(even) {
    right: 50%;
  }
  .two-col-articles .image-right .row:nth-child(odd) > div .aside {
    padding-left: 0;
    padding-right: 40px;
  }
  .two-col-articles .image-right .row:nth-child(odd) > div .aside .logo-out {
    text-align: right;
  }
  .two-col-articles .image-right .row:nth-child(odd) > div .aside .txt-max {
    float: right;
  }
  .two-col-articles .image-right .row:nth-child(even) > div:first-child {
    left: 0;
  }
  .two-col-articles .image-right .row:nth-child(even) > div:nth-child(even) {
    right: 0;
  }
  .two-col-articles .image-right .row:nth-child(even) > div .aside {
    padding-left: 40px;
    padding-right: 0;
  }
  .two-col-articles .image-right .row:nth-child(even) > div .aside .logo-out {
    text-align: left;
  }
  .two-col-articles .image-right .row:nth-child(even) > div .aside .txt-max {
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .two-col-articles {
    padding: 0 0 80px 0;
  }
  .two-col-articles .heading-txt {
    padding-bottom: 80px;
  }
  .two-col-articles .row {
    margin: 0 -15px 35px -15px;
  }
  .two-col-articles .row > div {
    padding: 0 15px;
    margin: 0 0 35px 0;
  }
  .two-col-articles .row > div .col-md-6 {
    padding: 0 15px;
  }
  .two-col-articles .row.text-on-left > div .aside {
    padding-right: 10px;
  }
  .two-col-articles .image-right .row:nth-child(odd) > div .aside {
    padding-right: 10px;
  }
  .two-col-articles .image-right .row:nth-child(even) > div .aside {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .two-col-articles {
    padding: 0 0 60px 0;
  }
  .two-col-articles .heading-txt {
    padding-bottom: 60px;
  }
  .two-col-articles .row {
    padding: 0;
    margin: 0 0 50px 0;
  }
  .two-col-articles .row > div {
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin: 0 0 35px 0;
  }
  .two-col-articles .row > div:last-child {
    margin-bottom: 0;
  }
  .two-col-articles .row > div .aside ul li {
    /*font-weight: 700;
	font-size: 18px;*/
  }
  .two-col-articles .row > div .aside .logo-out {
    margin: 0 0 25px 0;
  }
  .two-col-articles .row > div .aside .logo-out.shadow img {
    box-shadow: rgba(0, 0, 0, 0.15) 4px 4px 4px;
  }
}
/* Services - List */
.services-list {
  width: 100%;
  overflow: hidden;
  padding: 0 0 150px 0;
}
.services-list:last-child {
  padding-bottom: 0;
}
.intro-text-logo-out, .services-list .logo-out {
  width: 100%;
  text-align: center;
  margin: 0 0 55px 0;
}
.intro-text-logo-out img, .services-list .logo-out img {
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 7px 7px 7px;
  background: #ff5500;
}
.services-list .heading-txt {
  padding: 0 0 60px 0;
}
.services-list .heading-txt:last-child {
  padding-bottom: 0;
}
.services-list .row {
  padding: 0 0 70px 0;
  margin: 0 -10px -70px -10px;
}
.services-list .row:last-child {
  padding-bottom: 0;
}
.services-list .row > div {
  padding: 0 10px;
  margin: 0 0 70px 0;
}
.services-list .row > div .h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  padding: 0 0 7px 0;
  display: block;
}
.services-list .row > div .h4:last-child {
  padding-bottom: 0;
}
.services-list .row > div .icon-out {
  width: 80px;
  height: 80px;
  float: left;
  font-size: 40px;
  color: #762165;
  line-height: 80px;
  text-align: center;
  background: #eeedea;
  border-radius: 360px;
  position: relative;
  z-index: 2;
  margin: 0 -80px 0 0;
}
.services-list .row > div .aside {
  width: 100%;
  padding: 0 0 0 110px;
}
.services-list .btn, .services-list .button, .services-list input[type=".button"], .services-list input[type="submit"] {
  min-width: 190px;
}
.services-list .btn-out {
  text-align: center;
  margin: 0;
}
.services-list.gray-bg {
  background: #eeedea;
  padding: 70px 0 120px 0;
}
.services-list.gray-bg .heading-txt {
  padding: 0 0 70px 0;
}
.services-list.gray-bg .heading-txt:last-child {
  padding-bottom: 0;
}
.services-list.gray-bg .row > div .icon-out {
  background: #ffffff;
}
@media (max-width: 991px) {
  .services-list {
    padding: 0 0 120px 0;
  }
  .intro-text-logo-out, .services-list .logo-out {
    margin: 0 0 50px 0;
  }
  .services-list .heading-txt {
    padding: 0 0 50px 0;
  }
  .services-list .row {
    padding: 0 0 60px 0;
    margin: 0 -10px -60px -10px;
  }
  .services-list .row > div {
    margin-bottom: 60px;
  }
  .services-list.gray-bg {
    padding: 60px 0 80px 0;
  }
  .services-list.gray-bg .heading-txt {
    padding: 0 0 60px 0;
  }
}
@media (max-width: 767px) {
  .services-list {
    padding: 0 0 80px 0;
  }
  .intro-text-logo-out, .services-list .logo-out {
    margin: 0 0 40px 0;
  }
  .intro-text-logo-out img, .services-list .logo-out img {
    box-shadow: rgba(0, 0, 0, 0.15) 4px 4px 4px;
  }
  .services-list .heading-txt {
    padding: 0 0 60px 0;
  }
  .services-list .row {
    padding: 0 0 60px 0;
    margin: 0 0 -50px 0;
  }
  .services-list .row > div {
    padding: 0;
  }
  .services-list .row > div .h4 {
    font-size: 18px;
  }
  .services-list .row > div .col-md-6 {
    padding: 0;
    margin-bottom: 50px;
  }
  .services-list .row > div .icon-out {
    width: 70px;
    height: 70px;
    font-size: 36px;
    line-height: 70px;
    margin: 0 -70px 0 0;
  }
  .services-list .row > div .aside {
    padding: 0 0 0 90px;
  }
  .services-list.gray-bg {
    padding: 50px 0 70px 0;
  }
  .services-list.gray-bg .heading-txt {
    padding: 0 0 50px 0;
  }
}
/* Tab - Content - Out */
.tab-content-out {
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding: 0 0 100px 0;
}
.tab-content-out:last-child {
  padding-bottom: 0;
}
.tab-content-out .inner-cont {
  width: 100%;
  max-width: 785px;
  float: none;
  display: inline-block;
}
.tab-content-out .h3 {
  width: 100%;
  text-align: center;
  background: #eeedea;
  border-radius: 360px;
  padding: 12px 30px 21px 30px;
  margin: 0 0 50px 0;
}
@media (max-width: 991px) {
  .tab-content-out {
    padding: 0 0 80px 0;
  }
}
@media (max-width: 767px) {
  .tab-content-out {
    padding: 0 0 60px 0;
  }
  .tab-content-out .h3 {
    padding: 7px 20px 13px 20px;
    margin: 0 0 40px 0;
  }
  .tab-content-out .dropdown {
    display: inline-block;
    margin: 0 auto;
  }
}
/* Tab - Links */
@media (min-width: 768px) {
  .tab-links {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    box-shadow: inset #777777 0 -2px 0 0;
  }
  .tab-links .current-item {
    display: none;
  }
  .tab-links ul {
    height: auto !important;
    display: block !important;
    transform: translate(0px) !important;
    padding: 0;
    margin: 0 -50px 0 -24px;
  }
  .tab-links ul li {
    float: left;
    padding: 0;
    margin: 0 24px;
  }
  .tab-links ul li:before {
    display: none;
  }
  .tab-links ul li a {
    height: 55px;
    float: left;
    font-family: "Dosis", sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #762165;
    line-height: 55px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    position: relative;
  }
  .tab-links ul li a:empty {
    height: 0;
  }
  .tab-links ul li a:after {
    content: "";
    width: 100%;
    height: 4px;
    float: left;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    background: #000000;
    position: absolute;
    bottom: 0px;
    right: 100%;
  }
  .tab-links ul li a:hover {
    color: #762165;
  }
  .tab-links ul li a.active {
    color: #000000;
  }
  .tab-links ul li a.active:after {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tab-links ul {
    margin: 0 -20px;
  }
  .tab-links ul li {
    padding: 0;
    margin: 0 20px;
  }
  .tab-links ul li:before {
    display: none;
  }
  .tab-links ul li a {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .tab-links {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 3;
  }
  .tab-links .current-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: "Dosis", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #762165;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 360px;
    box-shadow: inset #777777 0 0 0 1px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding: 12px 60px 12px 20px;
  }
  .tab-links .current-item:empty {
    padding-top: 0;
    padding-bottom: 0;
  }
  .tab-links .current-item:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    border: none;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
  }
  .tab-links .current-item.active:after {
    content: "\f077";
  }
  .tab-links ul {
    min-width: 100%;
    width: 100%;
    max-height: 300px;
    float: left;
    background: #ffffff;
    border: none;
    box-shadow: inset #777777 0 0 0 1px;
    border-radius: 20px;
    overflow: auto;
    overflow-x: hidden;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 25px 0;
    margin: 0;
  }
  .tab-links ul li {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
  }
  .tab-links ul li:last-child {
    border-bottom: none;
  }
  .tab-links ul li:before, .tab-links ul li:after {
    display: none;
  }
  .tab-links ul li a {
    width: 100%;
    float: left;
    font-family: "Dosis", sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #762165;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 20px;
    margin: 0;
  }
  .tab-links ul li a:hover, .tab-links ul li a:focus, .tab-links ul li a:active, .tab-links ul li a.active, .tab-links ul li.active > a {
    color: #c73061;
  }
}
/* Resources - Content */
.resources-cont {
  width: 100%;
  text-align: left;
}
.resources-cont .h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  padding: 0 0 11px 0;
}
.resources-cont .h4:last-child {
  padding-bottom: 0;
}
.resources-cont .article {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  border-bottom: 2px solid #e4e4e4;
  padding: 60px 0 56px 0;
}
.resources-cont .article .aside {
  width: 100%;
  float: left;
  padding: 0 165px 0 0;
}
.resources-cont .article .btn, .resources-cont .article .button {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.resources-cont .article .btn-out {
  width: 135px;
  float: left;
  position: relative;
  z-index: 1;
  margin: 0 0 0 -135px;
}
.resources-cont .article:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.resources-cont .article-out {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 991px) {
  .resources-cont .article {
    padding: 50px 0 46px 0;
  }
}
@media (max-width: 767px) {
  .resources-cont .h4 {
    font-size: 22px;
  }
  .resources-cont .h4:last-child {
    padding-bottom: 0;
  }
  .resources-cont .article {
    padding: 35px 0 40px 0;
  }
  .resources-cont .article .aside {
    padding: 0 0 25px 0;
  }
  .resources-cont .article .btn, .resources-cont .article .button {
    width: auto;
    padding-right: 25px;
    padding-left: 25px;
  }
  .resources-cont .article .btn-out {
    width: 100%;
    margin: 0;
  }
}
/* FAQ - List */
.faq-list {
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding: 0 0 150px 0;
}
.faq-list:last-child {
  padding-bottom: 0;
}
.faq-list h3, .faq-list .h3 {
  width: 100%;
  text-align: center;
  background: #eeedea;
  border-radius: 360px;
  padding: 12px 30px 21px 30px;
  margin: 0 0 52px 0;
}
.faq-list .inner-cont {
  width: 100%;
  max-width: 785px;
  float: none;
  display: inline-block;
  text-align: left;
}
.faq-list .accord-list {
  width: 100%;
  padding: 2px 0 0 0;
  margin: 0;
}
.faq-list .accord-list .card {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  border: none;
  border-bottom: 2px solid #e4e4e4;
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.faq-list .accord-list .card-header {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 30px;
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.faq-list .accord-list .card-header a {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  border: none;
  border-top: 2px solid #777777;
  outline: none;
  position: relative;
  padding: 19px 0 19px 33px;
  margin: -2px 0 0 0;
}
.faq-list .accord-list .card-header a:after {
  content: "\f056";
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 700;
  color: #762165;
  position: absolute;
  top: 20px;
  left: 0;
}
.faq-list .accord-list .card-header a.collapsed {
  color: #000000;
  border-top-color: #e4e4e4;
}
.faq-list .accord-list .card-header a.collapsed:after {
  content: "\f055";
}
.faq-list .accord-list .card-body {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 20px 33px;
  margin: -7px 0 0 0;
}
@media (max-width: 991px) {
  .faq-list {
    padding: 0 0 120px 0;
  }
}
@media (max-width: 767px) {
  .faq-list {
    padding: 0 0 80px 0;
  }
  .faq-list h3, .faq-list .h3 {
    padding: 7px 20px 13px 20px;
    margin: 0 0 40px 0;
  }
  .faq-list .accord-list .card-header {
    font-size: 22px;
  }
  .faq-list .accord-list .card-header a {
    padding: 17px 0 17px 33px;
  }
  .faq-list .accord-list .card-header a:after {
    top: 18px;
  }
  .faq-list .accord-list .card-body {
    padding: 0 0 20px 33px;
    margin: -5px 0 0 0;
  }
}
/* Split - Content */
.split-cont {
  width: 100%;
  overflow: hidden;
  background: #eeedea;
  padding: 95px 0;
}
.split-cont .row {
  align-items: center;
  padding: 0 0 60px 0;
  margin: 0;
}
.split-cont .row:last-child {
  padding-bottom: 0;
}
.split-cont .row > div {
  font-size: 20px;
  line-height: 30px;
  padding: 0;
  margin: 0;
}
.split-cont .row > div .figure {
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.split-cont .row > div .figure img {
  width: 100%;
}
.split-cont .row > div .aside {
  width: 100%;
  padding: 0 0 0 13%;
}
.split-cont .row > div .aside .txt-max {
  width: 100%;
  max-width: 350px;
  float: left;
}
@media (min-width: 768px) {
  .split-cont .container {
    max-width: 1180px;
  }
  .split-cont .row.text-on-left > div:first-child {
    left: 50%;
  }
  .split-cont .row.text-on-left > div:nth-child(even) {
    right: 50%;
  }
  .split-cont .row.text-on-left > div .aside {
    padding-left: 0;
    padding-right: 13%;
  }
  .split-cont .row.text-on-left > div .aside .txt-max {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .split-cont {
    padding: 80px 0;
  }
  .split-cont .row > div .aside {
    padding: 0 0 0 40px;
  }
  .split-cont .row.text-on-left > div .aside {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .split-cont {
    padding: 60px 0;
  }
  .split-cont .row {
    align-items: center;
    padding: 0 0 50px 0;
  }
  .split-cont .row > div {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 40px 0;
  }
  .split-cont .row > div:last-child {
    margin-bottom: 0;
  }
  .split-cont .row > div .aside {
    padding: 0;
  }
  .split-cont .row > div .aside .txt-max {
    max-width: 100%;
  }
}
/* Split - Content 2 */
.split-cont-2 {
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
}
.split-cont-2 .row {
  align-items: center;
  padding: 0;
  margin: 0 -5px 36px;
}
.split-cont-2 .row:last-child {
  margin-bottom: 0;
}
.split-cont-2 .row > div {
  font-size: 20px;
  line-height: 30px;
  padding: 0 5px;
  margin: 0;
}
.split-cont-2 .row > div .figure {
  width: 100%;
  text-align: center;
}
.split-cont-2 .row > div .figure img {
  width: 100%;
}
.split-cont-2 .row > div .aside {
  width: 100%;
  padding: 0 15% 0 0;
}
.split-cont-2 .row > div .aside em {
  font-weight: 700;
  color: #cb212d;
}
.split-cont-2 .row > div .aside .txt-max {
  width: 100%;
  max-width: 365px;
  float: right;
}
.two-col-articles .row > div .aside .appointment-out, .split-cont-2 .row > div .aside .appointment-out {
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 23px 0 0 20px;
}
.two-col-articles .row > div .aside .appointment-out .box, .split-cont-2 .row > div .aside .appointment-out .box {
  width: 100%;
  max-width: 290px;
  float: left;
  background: #762165;
  padding: 25px 20px 25px 20px;
}
.two-col-articles .row > div .aside .appointment-out .box .h4, .split-cont-2 .row > div .aside .appointment-out .box .h4 {
  font-weight: 500;
  padding: 0 0 12px 0;
}
.two-col-articles .row > div .aside .appointment-out .box .h4:last-child, .split-cont-2 .row > div .aside .appointment-out .box .h4:last-child {
  padding-bottom: 0;
}
.two-col-articles .row > div .aside .appointment-out .box .number, .split-cont-2 .row > div .aside .appointment-out .box .number {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  padding: 0 0 12px 0;
}
.two-col-articles .row > div .aside .appointment-out .box .number em, .split-cont-2 .row > div .aside .appointment-out .box .number em {
  font-size: 93.33%;
  color: #ffffff;
  margin-right: 2px;
}
.two-col-articles .row > div .aside .appointment-out .box ul, .split-cont-2 .row > div .aside .appointment-out .box ul {
  text-align: left;
  padding: 7px 0 0 45px;
  margin: 0;
}
.two-col-articles .row > div .aside .appointment-out .box ul li, .split-cont-2 .row > div .aside .appointment-out .box ul li {
  min-height: 24px;
  font-weight: 400;
  padding: 2px 0 0 56px;
  margin: 0 0 8px 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}
.two-col-articles .row > div .aside .appointment-out .box ul li em, .split-cont-2 .row > div .aside .appointment-out .box ul li em {
  width: 36px;
  position: absolute;
  top: 0;
  left: 0;
}
.two-col-articles .row > div .aside .appointment-out .box ul li em img, .split-cont-2 .row > div .aside .appointment-out .box ul li em img {
  width: 100%;
}
.two-col-articles .row > div .aside .appointment-out .box ul li:before, .split-cont-2 .row > div .aside .appointment-out .box ul li:before {
  display: none;
}
.two-col-articles .row > div .aside .appointment-out .box ul li:last-child, .split-cont-2 .row > div .aside .appointment-out .box ul li:last-child {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .split-cont-2 .row.image-on-left > div:first-child {
    left: 50%;
  }
  .split-cont-2 .row.image-on-left > div:nth-child(even) {
    right: 50%;
  }
}
@media (max-width: 991px) {
  .split-cont-2 {
    padding: 70px 0;
  }
  .split-cont-2 .row {
    margin-bottom: 35px;
  }
  .split-cont-2 .row > div .aside {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 767px) {
  .split-cont-2 {
    padding: 60px 0;
  }
  .split-cont-2 .row {
    margin: 0 0 50px;
  }
  .split-cont-2 .row > div {
    font-size: 18px;
    line-height: 28px;
    padding: 0 0 40px 0;
  }
  .split-cont-2 .row > div:last-child {
    padding-bottom: 0;
  }
  .split-cont-2 .row > div .aside .txt-max {
    max-width: 100%;
  }
  .split-cont-2 .row > div .aside .appointment-out .box .number {
    font-size: 26px;
    line-height: 36px;
  }
}
/* Split - Content 3 */
.split-cont-3 {
  width: 100%;
  overflow: hidden;
  padding: 0 0 150px 0;
}
.split-cont-3:last-child {
  padding-bottom: 0;
}
.split-cont-3 .row {
  align-items: center;
  padding: 0;
  margin: 0 -5px;
}
.split-cont-3 .row > div {
  padding: 0 5px;
  margin: 0;
}
.split-cont-3 .row > div .figure {
  width: 100%;
  padding: 0 30px 0 0;
}
.split-cont-3 .row > div .figure img {
  max-width: 100%;
}
.split-cont-3 .row > div .aside em {
  font-weight: 700;
  color: #cb212d
}
@media (max-width: 991px) {
  .split-cont-3 {
    padding: 0 0 120px 0;
  }
}
@media (max-width: 767px) {
  .split-cont-3 {
    padding: 0 0 80px 0;
  }
  .split-cont-3 .row {
    margin: 0;
  }
  .split-cont-3 .row > div {
    padding: 0 0 40px 0;
  }
  .split-cont-3 .row > div:last-child {
    padding-bottom: 0;
  }
  .split-cont-3 .row > div .figure {
    text-align: center;
    overflow: hidden;
    padding: 0;
  }
}
/* Address - Content  */
.address-cont {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 0 0 150px 0;
}
.address-cont:last-child {
  padding-bottom: 0;
}
.address-cont .heading-txt {
  padding: 0 0 60px 0;
}
.address-cont .heading-txt:last-child {
  padding-bottom: 0;
}
.address-cont .map-out {
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin: 0 0 70px 0;
}
.address-cont .map-out:last-child {
  margin-bottom: 0;
}
.address-cont .map-out img {
  width: 100%;
}
.address-cont .row {
  text-align: left;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.address-cont .customers-call {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-align: center;
  background: #762165;
  padding: 16px 30px;
}
@media (min-width: 992px) {
  .address-cont .row > div h3 {
    /*max-width: 295px;*/
  }
}
@media (max-width: 991px) {
  .address-cont {
    padding: 0 0 120px 0;
  }
  .address-cont .heading-txt {
    padding: 0 0 50px 0;
  }
  .address-cont .map-out {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 767px) {
  .address-cont {
    padding: 0 0 80px 0;
  }
  .address-cont .heading-txt {
    padding: 0 0 40px 0;
  }
  .address-cont .map-out {
    margin: 0 0 50px 0;
  }
  .address-cont .customers-call {
    padding: 12px 20px;
  }
}
/* Form - Content */
.form-cont {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.form-cont .heading-txt {
  padding: 0 0 40px 0;
}
.form-cont .heading-txt:last-child {
  padding-bottom: 0;
}
.form-cont .form-block {
  width: 100%;
  max-width: 560px;
  float: none;
  display: inline-block;
  text-align: left;
}
/* Animation - Delay */
@media (min-width: 1200px) {
  .delay-1 {
    animation-delay: 0.1s;
  }
  .delay-2 {
    animation-delay: 0.4s;
  }
  .delay-3 {
    animation-delay: 0.7s;
  }
  .delay-4 {
    animation-delay: 1.1s;
  }
  .delay-5 {
    animation-delay: 1.4s;
  }
  .delay-6 {
    animation-delay: 1.7s;
  }
  .delay-7 {
    animation-delay: 2s;
  }
  .delay-8 {
    animation-delay: 2.3s;
  }
  .delay-9 {
    animation-delay: 2.6s;
  }
  .delay-10 {
    animation-delay: 2.9s;
  }
}
/*
 7.) Modal
----------------------------------------*/
.wow {
  opacity: 0;
}
@media (max-width: 991px) {
  .fadeInUp, .fadeInDown, .fadeInLeft, .fadeInRight {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
}
/* Bootstrap - Modal */
.modal-backdrop.show {
  background: #000000;
  opacity: .70;
}
.modal, .modal-open {
  padding-right: 0 !important;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: inherit;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 635px;
  }
}
@media (max-width: 767px) {
  .modal-dialog {
    margin: 20px;
  }
}
/* Modal - Content */
.modal-content {
  background: #ffffff;
  border-radius: 9px;
  padding: 85px 45px 45px 45px;
}
.modal-content .icon-close {
  font-size: 40px;
  color: #2c599b;
  line-height: .5em;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.search_form input[type="text"] {
  float: left;
  max-width: 285px;
  margin: 10px 15px 0 0;
}
.search_form input[type="submit"] {
  margin: 10px 0 0 0;
}
@media (max-width: 1199px) {
  .modal-content {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .modal-content {
    padding: 50px 30px 30px 30px;
  }
  .modal-content .icon-close {
    font-size: 30px;
    top: 10px;
    right: 10px;
  }
}
/* VideoModal */
@media (min-width: 576px) {
  #video-modal .modal-dialog {
    max-width: inherit;
  }
}
@media (max-width: 899px) {
  #video-modal .modal-dialog {
    margin: 30px 40px;
  }
}
@media (max-width: 767px) {
  #video-modal .modal-dialog {
    margin: 25px;
  }
}
@media (min-width: 768px) {
  #video-modal .modal-dialog {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  #video-modal .modal-dialog {
    max-width: 950px;
  }
}
@media (max-width:500px) {
  .search_form form > div {
    text-align: center;
  }
}
#video-modal .modal-content {
  background: #000000;
  box-shadow: none;
  border: 1px solid #000000;
  border-radius: 0;
  padding: 0;
}
#video-modal .modal-content .close {
  width: 30px;
  height: 30px;
  float: right;
  background: none;
  border: 1px solid #ffffff;
  box-shadow: none;
  border-radius: 360px;
  text-indent: -99999px;
  opacity: 1;
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 50;
  padding: 0;
}
#video-modal .modal-content .close:before {
  width: 100%;
  height: 100%;
  float: left;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  #video-modal .modal-content .close {
    right: -20px;
  }
}
/*
 8.) Text - Colors / Wordpress Cores
------------------------------------------------------*/
/* Font - Weights */
.light {
  font-weight: 300 !important;
}
.regular {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.semibold {
  font-weight: 600 !important;
}
.bold {
  font-weight: 700 !important;
}
.black900 {
  font-weight: 900 !important;
}
/* Alternate - Text */
.txt-16 {
  font-size: 16px;
  line-height: 24px;
}
.txt-20 {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .txt-16 {
    font-size: 15px;
    line-height: 22px;
  }
  .txt-20 {
    font-size: 18px;
    line-height: 28px;
  }
}
/* Text - Positions */
.upper-case {
  text-transform: uppercase;
}
.lower-case {
  text-transform: none;
}
.underline {
  text-decoration: underline;
}
.center-align {
  text-align: center;
  justify-content: center;
}
.vertical-align {
  align-items: center;
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}
/* Padding/Margin - None */
.p-top-none {
  padding-top: 0 !important;
}
.p-bottom-none {
  padding-bottom: 0 !important;
}
.m-top-none {
  margin-top: 0 !important;
}
.m-bottom-none {
  margin-bottom: 0 !important;
}
/* Text - Colors */
.white {
  color: #ffffff !important;
}
.black {
  color: #000000 !important;
}
.purple {
  color: #312539 !important;
}
.voilet {
  color: #762165 !important;
}
.blue {
  color: #1538bb !important;
}
.red {
  color: #cb212d !important;
}
.pink {
  color: #c73061 !important;
}
.orange {
  color: #f2861a !important;
}
.yellow {
  color: #f5b514 !important;
}
.bg-none {
  background: none !important;
}
/* Toolkit Page - Title - (Notes) */
.notes-title {
  width: 100%;
  padding: 70px 0 60px 0;
}
.notes-title.p-bottom-none {
  padding-bottom: 0;
}
.notes-title p {
  font-weight: 500;
  font-size: 20px;
  color: #4b4e53;
  line-height: 26px;
}
@media (max-width: 991px) {
  .notes-title p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .notes-title {
    padding: 50px 0;
  }
  .notes-title p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .fb_iframe_widget, .fb_iframe_widget > span, .fb_iframe_widget iframe {
    width: 100% !important;
  }
}
/* ---------------------------- Begin WordPress Core ---------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  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 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
@media (max-width: 600px) {
  .alignleft, .alignright, .aligncenter, .alignnone, a img.alignright, a img.alignleft, a img.alignnone, a img.aligncenter {
    float: none;
    margin: 5px auto;
    display: block;
  }
}
.wysiwyg-band {
  padding-bottom: 100px;
}
.wysiwyg-band:last-child {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .wysiwyg-band {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .wysiwyg-band {
    padding-bottom: 60px;
  }
}
@media all and (-ms-high-contrast:none) {
  .hero-main {
    height: 734px;
  }
}
@media all and (-ms-high-contrast:none) and (max-width: 1199px) {
  .hero-main {
    height: 600px;
  }
}
@media all and (-ms-high-contrast:none) and (max-width: 767px) {
  .hero-main {
    height: 400px;
  }
}
/* ---------------------------- Text meant only for screen readers ---------------------------- */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* ---------------------------- End WordPress Core ---------------------------- */
.customers-call a {
  color: #ffffff;
  text-decoration: none;
}
.customers-call a:hover {
  text-decoration: underline;
}
.tribe-events ul li:before, ul.tribe-events-sub-nav li:before {
  display: none !important;
}
ul.tribe-events-sub-nav, ul.tribe-events-sub-nav li {
  padding-left: 0;
}
.tribe-common-c-btn, .tribe-events-c-ical__link {
  background-color: #762165 !important;
  overflow: hidden !important;
  border-radius: 360px !important;
  color: #fff !important;
}
.tribe-events .tribe-events-c-ical__link .tribe-events-c-ical__link-icon-svg path {
  stroke: #fff !important;
}
#filters label {
  width: auto;
  height: auto;
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: normal;
  background: #762165;
  border: none;
  border-radius: 360px;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
  outline: 0;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  padding: 14px 25px 12px 25px;
  margin: 0 0 10px;
}
#filters label input[type="checkbox"] {
  position: absolute;
  top: -20px;
}
#filters label span {}
#filters label.checked, #filters label:hover {
  background: #c73061;
}
#filters label.locations {
  clear: both;
}
.tribe-events-cal-links {
  border-top: 1px solid #e4e4e4;
  padding-top: 30px;
  order: 3 !important;
}
/*.tribe-events-event-meta.primary {order: 1;}*/
.tribe-events-single > .tribe_events > :not(.primary):not(.secondary):not(.tribe-events-related-events-title):not(.tribe-related-events) {
  order: 2;
}
@media (min-width: 768px) {
  .tribe-events-meta-group {
    width: 230px;
    font-size: 1rem;
    line-height: normal;
  }
}
.bootstrap-select.btn-group {
  width: 370px !important;
}
.bootstrap-select.btn-group .dropdown-toggle {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.bootstrap-select.btn-group .dropdown-toggle:before {
  display: none;
}
.bootstrap-select.btn-group .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  text-align: center !important;
  display: inline !important;
}
.bootstrap-select.btn-group .dropdown-menu {
  padding: 3px 10px !important;
}
.bootstrap-select.btn-group div.dropdown-menu.show ul.dropdown-menu {
  display: block !important;
}
select.selectpicker-here {
  opacity: 0;
}
.bootstrap-select.btn-group ul.dropdown-menu li:not(.selected):before {
  display: none;
}
.gform_wrapper {
  text-align: left;
}
ul.gform_fields li:before {
  display: none;
}
ul.gform_fields label {
  padding-top: 15px;
}
.gfield_checkbox label {
  width: auto;
}
.gform_legacy_markup_wrapper .gform_validation_container, .gform_validation_container, body .gform_legacy_markup_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_legacy_markup_wrapper li.gform_validation_container, body .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
ul.gform_fields {
  padding-left: 0;
  padding-right: 0;
}
ul.gform_fields li {
  padding-right: 0;
  padding-left: 0;
}
ul.gfield_checkbox, ul.gform_fields ul.gfield_checkbox label, li.gchoice {padding:0;}
.post-type-archive-tribe_events header{position: relative;}
.post-type-archive-tribe_events .header-main .menu-btn .menu-bar:before, .post-type-archive-tribe_events .header-main .menu-btn .menu-bar:after{background: #000;}
.post-type-archive-tribe_events .header-main .menu-btn .menu-bar{background: #000;}

#filters .bootstrap-select.btn-group .dropdown-menu li:before{display:none;}
#filters .bootstrap-select.btn-group .dropdown-menu li > a:before{content: "\f0c8";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 125%;
    color: #762164;
    line-height: 1em;
    position: absolute;
    top: 1px;
    left: 0;}
#filters .bootstrap-select.btn-group .dropdown-menu li > a{}
#filters .bootstrap-select.btn-group .dropdown-menu li.selected > a:before{content: "\f14a";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-size: 125%;
    color: #762164;
    line-height: 1em;
    position: absolute;
    top: 1px;
    left: 0;}

.post-type-archive-tribe_events header{position: relative;}
.post-type-archive-tribe_events .header-main .menu-btn .menu-bar:before, .post-type-archive-tribe_events .header-main .menu-btn .menu-bar:after{background: #000;}
.post-type-archive-tribe_events .header-main .menu-btn .menu-bar{background: #000;}

@media (min-width: 1200px){
    .post-type-archive-tribe_events .header-main .primary-menu ul li > a{color: #000000;}
    .post-type-archive-tribe_events .header-main .primary-menu ul li > ul li a{color:#FFF;}
	.post-type-archive-tribe_events .header-main .primary-menu ul li > a{color: #000000;}
   .post-type-archive-tribe_events .header-main .primary-menu ul li > ul li a{color:#FFF;}
}


@media (min-width:768px) {
  ul.gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  ul.gform_fields li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%; padding-right: 15px;
  padding-left: 15px;
  }
}
/* // New Logo Styling */

.hero-main .figure:before {
	background: rgba(0, 0, 0, 0.2) !important;
}

.header-main .brand img {
	background: #fff;
}

.row > div.resource-item > .cont{ border-bottom: 1px solid #CFCFCF;    margin-bottom: 30px;}
.row > div.resource-item{padding: 0 20px;}
.row > div.resource-item > .cont .btn-out{margin-bottom:35px;    margin-top: 10px;}
#filters+.row{padding-top: 30px;}

@media (max-width:991.98px) {
	.header-main .nav-bar {display: flex; gap: 0.5rem; margin-top: 2.5rem;}
	.header-main .language-selector {justify-content: center;}
	.header-main .language-selector #google_language_translator {width: 90%;}
	div.skiptranslate.goog-te-gadget {display: flex !important; justify-content: center;}
}