@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
  line-height: 1.2;
  font-weight: normal;
  margin: 20px 0;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 30px;
}

p {
  margin-bottom: 1em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Links
--------------------------------------------- */
a {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  cursor: pointer;
}

a:hover,
a:active {
  outline: 0;
}

/* ------------------ text center --------------- */
.text-center {
  text-align: center !important;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* -------------------- buttons =====------------------- */
.btn {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 18px;
  font-weight: 500;
  border-radius: 2px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn.btn-primary {
  background-color: #ac1ba2;
  color: #FFF;
  border: #ac1ba2 solid 1px;
}
.btn.btn-primary:hover {
  color: #ac1ba2;
  background-color: #e8eff7;
}
.btn.btn-secondary {
  background-color: #e8eff7;
  border: #ac1ba2 solid 1px;
  color: #ac1ba2;
}
.btn.btn-secondary:hover {
  color: #FFF;
  background-color: #ac1ba2;
}
.btn.btn-green {
  background-color: #247C63;
  border: #247C63 solid 1px;
  color: #FFF;
  border-width: 2px;
  /* &:hover{
      color: $color__green;
      background-color: transparent;
  } */
}
.btn.btn-grey {
  background-color: #37454C;
  border: #37454C solid 1px;
  color: #FFF;
  border-width: 2px;
  /* &:hover{
      color: $color__grey;
      background-color: transparent;
  } */
}
.btn.btn-block {
  width: 100%;
}
.btn.btn-light {
  border: #FFF solid 1px;
  background-color: #fff;
  color: #37454C;
  /* &:hover{
      color: #FFF;
      background-color: $color__primary;
  } */
}
.btn.btn-link {
  color: #ac1ba2;
}
.btn.btn-link:hover {
  text-decoration: underline;
}
.btn.btn-light-bordered {
  border: #FFF solid 2px;
  background-color: transparent;
  color: #FFF;
  /* &:hover{
      color: #FFF;
      background-color: $color__primary;
  } */
}
.btn.btn-green-bordered {
  border: #247C63 solid 2px;
  background-color: transparent;
  color: #247C63;
  /* &:hover{
      color: #FFF;
      background-color: $color__primary;
  } */
}
.btn.btn-lg {
  padding: 0.75rem 3.5rem;
  font-size: 1.2rem;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid transparent;
  background: #186aa5;
  color: #FFF;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  border-radius: 3px;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #ccc;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #737373;
  border: 1px solid transparent;
  padding: 5px;
  border-radius: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  outline: none;
}

select {
  border: 1px solid transparent;
  padding: 5px;
  border-radius: 3px;
  color: #000;
}

textarea {
  width: 100%;
}

input,
select,
textarea,
button {
  font-size: 14px;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

/* 
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
 */
.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.clearfix {
  clear: both;
  float: none;
}

.alert {
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 20px;
  position: relative;
}
.alert.success {
  background-color: #D4EDDA;
  color: #155724;
}
.alert.info {
  background-color: #D1ECF1;
  color: #0C5460;
}
.alert.warning {
  background-color: #FFF3CD;
  color: #856404;
}
.alert.danger {
  background-color: #F8D7DA;
  color: #721C24;
}
.alert .closebtn {
  margin-left: 15px;
  color: black;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.alert .closebtn:hover {
  color: red;
}

/* ----------------------------- container ---------------------- */
.container {
  width: 90%;
  /* padding-right: 15px;
  padding-left: 15px; */
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

/* @media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 980px) {
  .container {
    max-width: 960px;
  }
}

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

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
} */
.posr {
  position: relative;
}

.posa {
  position: absolute;
}

.posf {
  position: fixed;
}

body.admin-bar .site-header {
  top: 32px;
}
body.admin-bar .close-btn {
  top: 62px;
}

body.sticky-header .site-header {
  background-color: #fff;
  padding-top: 10px;
}
body.sticky-header .site-header .site-logo.has_fixed_logo a:first-child {
  display: none;
}
body.sticky-header .site-header .site-logo.has_fixed_logo a:nth-child(2) {
  display: block;
}
body.sticky-header .site-header .site-logo a img {
  height: 70px;
}
body.sticky-header .site-header .site-nav ul li a {
  color: #101010;
}
body.sticky-header .site-header .user-nav a {
  padding: 14px 16px;
  padding-right: 48px;
}
body.sticky-header .site-header .ham-menu-icon a span {
  background-color: #1e1e1e;
}

.site-header {
  border-top: #ac1ba2 solid 20px;
  background-color: transparent;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9991;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.site-header .main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header .item.item-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .site-logo a:first-child img {
  height: 100px;
  display: block;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
@media (max-width: 767px) {
  .site-header .site-logo a:first-child img {
    height: 80px;
  }
}
.site-header .site-logo a:nth-child(2) {
  display: none;
}
.site-header .site-nav {
  display: none;
}
@media (min-width: 980px) {
  .site-header .site-nav {
    display: block;
  }
}
.site-header .site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .site-nav ul li {
  position: relative;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 1299px) {
  .site-header .site-nav ul li {
    font-size: 16px;
  }
}
.site-header .site-nav ul li.menu-item-has-children > a:after {
  content: "▾";
}
.site-header .site-nav ul li a {
  display: block;
  padding: 16px 16px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #FFF;
}
@media (max-width: 1299px) {
  .site-header .site-nav ul li a {
    padding: 10px 10px;
  }
}
@media (max-width: 1099px) {
  .site-header .site-nav ul li a {
    padding: 10px 5px;
  }
}
.site-header .site-nav ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0.5rem 0;
  background-color: #FFF;
  border: #ac1ba2 solid 1px;
  border-radius: 3px;
  min-width: 10rem;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.site-header .site-nav ul li ul li {
  width: 100%;
  position: relative;
  font-size: 18px;
}
.site-header .site-nav ul li ul li a {
  padding: 0.5rem 1rem;
  display: block;
  color: #1e1e1e;
}
.site-header .site-nav ul li ul li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  padding: 0.5rem 0;
  background-color: #EFEFEF;
  min-width: 10rem;
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.site-header .site-nav ul li ul li ul li {
  width: 100%;
  position: relative;
}
.site-header .site-nav ul li ul li ul li a {
  padding: 0.5rem 1rem;
  display: block;
}
.site-header .site-nav ul li:hover > ul {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header .user-nav a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 16px;
  padding-right: 48px;
  background-color: #ac1ba2;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 700;
  border-radius: 2px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #FFF;
  overflow: hidden;
  margin-left: 16px;
}
@media (max-width: 1299px) {
  .site-header .user-nav a {
    font-size: 16px;
    padding: 14px 12px;
    padding-right: 48px;
    margin-left: 10px;
  }
}
.site-header .user-nav a i {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  right: 20px;
}
.site-header .user-nav a:hover i {
  right: 15px;
}
.site-header .ham-menu-icon {
  display: block;
  margin-left: 20px;
  width: 30px;
}
@media (min-width: 980px) {
  .site-header .ham-menu-icon {
    display: none;
  }
}
.site-header .ham-menu-icon a {
  display: block;
  text-align: right;
}
.site-header .ham-menu-icon a span {
  display: block;
  height: 2px;
  margin-bottom: 8px;
  background-color: #FFFFFF;
  border-radius: 1px;
  margin-left: auto;
}
.site-header .ham-menu-icon a span:nth-child(1) {
  width: 100%;
}
.site-header .ham-menu-icon a span:nth-child(2) {
  width: 100%;
}
.site-header .ham-menu-icon a span:nth-child(3) {
  width: 100%;
  margin-bottom: 0px;
}

.no-scroll {
  overflow-y: hidden;
}

body.open-fs-menu .bow-full-screen-menu {
  opacity: 1;
  visibility: visible;
}

.bow-full-screen-menu {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #FFF;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 99999;
}
.bow-full-screen-menu .container {
  position: relative;
  height: 100vh;
}
.bow-full-screen-menu .close-btn {
  position: absolute;
  right: 1px;
  top: 18px;
  width: 30px;
  height: 30px;
}

body.sticky-header .bow-full-screen-menu .close-btn{
  top: 28px;
}

.bow-full-screen-menu .close-btn:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 30px;
  width: 2px;
  background-color: #37454C;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bow-full-screen-menu .close-btn:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 30px;
  width: 2px;
  background-color: #37454C;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.bow-full-screen-menu .mobile-menu {
  position: absolute;
  top: 20%;
  /* -webkit-transform: translateY(-50%);
          transform: translateY(-50%); */
  text-align: center;
  width: 100%;
}
.bow-full-screen-menu .mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bow-full-screen-menu .mobile-menu ul li {
  display: block;
  font-size: 24px;
  font-weight: 500;
  width: 250px;
  margin: auto;
}

.bow-full-screen-menu .mobile-menu ul li ul.sub-menu{
  display: none;
}

.bow-full-screen-menu .mobile-menu ul li.menu-item-has-children{
  position: relative;
}

.bow-full-screen-menu .mobile-menu ul li.menu-item-has-children span{
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0px;
  padding: 0 5px;
  font-weight: bold;
}
 

.bow-full-screen-menu .mobile-menu ul li ul.sub-menu > li > a{
  font-size: 20px;
}



.bow-full-screen-menu .fs_menu_footer{
  position: absolute;
  bottom: 20px;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.bow-full-screen-menu .fs_menu_footer a{
  position: relative; 
  background-color: #929292;
  color: #FFF;
  display: inline-flex;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  padding: 14px 12px;
  padding-right: 40px;
  margin-left: 10px;
  font-weight: 700;
  transition: all 300ms ease;  
}

.bow-full-screen-menu .fs_menu_footer a i{
  transition: all 300ms ease;
  position: absolute;
  right: 18px;
}


.hero-banner-mobile {
  position: relative;
  display: none;
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hero-banner-mobile .video-bg {
  height: 100%;
  overflow: hidden;
}
.hero-banner-mobile .video-bg iframe {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
}
@media (max-width: 767px) {
  .hero-banner-mobile {
    display: block;
  }
}

/* ----------------------- Hero Banner ------------------ */
.hero-banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 90vh;
  min-height: 800px;
}
.hero-banner .container{
  height: 100%;
}
.hero-banner .video-bg {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.hero-banner .video-bg iframe {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  height: 60vw;
}
@media (max-width: 979px) {
  .hero-banner {
    height: 100vh;
    min-height: 700px;
  }
}
@media (max-width: 767px) {
  .hero-banner {
    /* background-image: none !important; */
    height: auto;
    min-height: auto;
  }
}
.hero-banner:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .hero-banner:before {
    display: none;
  }
}
@media (min-width: 979px) {
  
}
.hero-banner .hero-content-wrap {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  /* bottom: 20%; */
}
.hero-banner .hero-content {
  /* position: absolute;
   width: 50%;
   bottom: 20%;
   right: 0;
   //transform: translateY(-50%);
   background-color: rgba(#000000,0.7);
   border-left: $color__purple solid 10px;
   padding:30px; 
  // margin-right: 150px; */
  position: relative;
  width: 50%;
  /* bottom: 20%; */
  background-color: rgba(0, 0, 0, 0.7);
  border-left: #AC1BA2 solid 10px;
  border-left-color: rgb(172, 27, 162);
  padding: 30px;
  right: 0;
  max-width: 1200px;
  /* margin-top: -45%; */
  margin-right: 0px;
  margin-left: auto;
  /* .title{
      h1{
          color: #FFF;
          margin: 0;
      }
  } */
   top: 55%;
   
}
@media(min-width:768px){
  .hero-banner .hero-content {
    transform: translateY(-50%);
  }
}
@media (min-width: 979px) {
  .hero-banner .hero-content {
    position: relative;
    width: 50%;
    bottom: 20%;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    border-left: #AC1BA2 solid 10px;
    border-left-color: rgb(172, 27, 162);
    padding: 30px;
  }
}
@media (max-width: 979px) {
  .hero-banner .hero-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-banner .hero-content {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    /* background-color: #000; */
  }
}
.hero-banner .hero-content .content {
  color: #FFF;
  margin-bottom: 20px;
  font-size: 20px;
}
.hero-banner .hero-content .content p {
  margin: 0;
  margin-bottom: 20px;
}
.hero-banner .hero-content .action {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.hero-banner .hero-content .action a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 16px;
  width: 100%;
  font-weight: bold;
  line-height: 1.5;
  border: transparent solid 1px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.hero-banner .hero-content .action a i {
  font-size: 24px;
  position: absolute;
  right: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.hero-banner .hero-content .action a:hover i {
  right: 15px;
}
.hero-banner .hero-content .action a:first-child {
  color: #ac1ba2;
  background-color: #fff;
  border-color: #FFF;
}
.hero-banner .hero-content .action a:nth-child(2) {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
}
/* -------------------------- Full width CTA ---------------- */
.fullwidth-cta {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 10px;
  padding: 100px 0;
}
.fullwidth-cta.dark .content {
  color: #000 !important;
}
.fullwidth-cta:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ac1ba2;
  opacity: 0.8;
}
.fullwidth-cta .cta-wrapper {
  position: relative;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .fullwidth-cta .cta-wrapper {
    display: block;
  }
}
@media (max-width: 767px) {
  .fullwidth-cta .cta-wrapper .item {
    width: 100%;
  }
}
.fullwidth-cta .cta-wrapper .item.item-1 {
  width: 60%;
}
@media (max-width: 767px) {
  .fullwidth-cta .cta-wrapper .item.item-1 {
    width: 100%;
  }
}
.fullwidth-cta .cta-wrapper .content {
  color: #FFF;
  font-size: 28px;
}
.fullwidth-cta .cta-wrapper .content .sub-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}
.fullwidth-cta .cta-wrapper .content .title {
  margin-bottom: 20px;
}
.fullwidth-cta .cta-wrapper .content .title h2 {
  font-size: 52px;
  color: #FFF;
  margin: 0;
}
.fullwidth-cta .cta-wrapper .content .description {
  font-size: 28px;
}
.fullwidth-cta .cta-wrapper .action {
  /*  display: grid;
   grid-template-columns: 1fr 1fr;
   column-gap: 40px; */
}
.fullwidth-cta .cta-wrapper .action a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 16px;
  width: 100%;
  font-weight: bold;
  line-height: 1.5;
  border: transparent solid 1px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.fullwidth-cta .cta-wrapper .action a i {
  font-size: 24px;
  position: absolute;
  right: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.fullwidth-cta .cta-wrapper .action a:hover i {
  right: 15px;
}
.fullwidth-cta .cta-wrapper .action a:first-child {
  color: #ac1ba2;
  background-color: #fff;
  border-color: #FFF;
  margin-bottom: 20px;
}
.fullwidth-cta .cta-wrapper .action a:nth-child(2) {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
}
/* ------------------------- Autofit CTA  ------------------- */
.autofit-cta {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  margin-top: 10px;
}
@media (max-width: 979px) {
  .autofit-cta {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.autofit-cta .item {
  position: relative;
  display: block;
  width: 100%;
  height: 350px;
  background-color: #ccc;
  overflow: hidden;
}
@media (max-width: 767px) {
  .autofit-cta .item {
    height: 180px;
  }
}
.autofit-cta .item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 40px;
  border-color: transparent transparent #FFF transparent;
  z-index: 999;
}
.autofit-cta .item .image {
  position: relative;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  /* img{ 
      width: 100%;
      height: 100%;
      object-fit: fill;
      display: block;
      transition: all 300ms ease;
  } */
}
.autofit-cta .item .image:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
  z-index: 90;
}
.autofit-cta .item .title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  padding: 20px;
  z-index: 99;
}
.autofit-cta .item:hover .image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* --------------------------- autofit-xl-cta ----------------------- */
.autofit-xl-cta {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 10px;
  margin-top: 10px;
}
@media (max-width: 979px) {
  .autofit-xl-cta {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.autofit-xl-cta .item {
  position: relative;
  display: block;
  width: 100%;
  height: 550px;
  background-color: #ccc;
  overflow: hidden;
  
}
@media (max-width: 767px) {
  .autofit-xl-cta .item {
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .autofit-xl-cta .item:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.5;
    z-index: 90;
  }
}
.autofit-xl-cta .item:first-child .image:before {
  background-color: #000033;
  opacity: 0.5;
}
.autofit-xl-cta .item .image {
  position: relative;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767px) {
  .autofit-xl-cta .item .image{
    display: none;
  }
}


.autofit-xl-cta .item .image:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
  z-index: 90;
}
.autofit-xl-cta .item:hover .image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.autofit-xl-cta .item .content {
  position: relative;
  padding: 40px 20px;
  width: 100%;
  display: block;
  color: #FFF;
  max-width: 600px;
  margin: auto;  
  z-index: 99;
}

@media (min-width: 768px) {
  .autofit-xl-cta .item .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
            right: 0;
            padding: 20px;
  }
}

.autofit-xl-cta .item .content .sub-title { 
  font-size: 24px;
  margin-bottom: 10px;
}
.autofit-xl-cta .item .content .title {
  margin-bottom: 20px;
}
.autofit-xl-cta .item .content .title h2 {
  font-size: 52px;
  color: #FFF;
  margin: 0;
}
.autofit-xl-cta .item .content .description {
  font-size: 28px;
  margin-bottom: 20px;
}
.autofit-xl-cta .item .content .action a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 16px;
  min-width: 250px;
  font-weight: bold;
  line-height: 1.5;
  border: transparent solid 1px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767px) {
  .autofit-xl-cta .item .content .action a {
    width: 100%;
  }
}
.autofit-xl-cta .item .content .action a i {
  font-size: 24px;
  position: absolute;
  right: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.autofit-xl-cta .item .content .action a:hover i {
  right: 15px;
}
.autofit-xl-cta .item .content .action a:first-child {
  color: #ac1ba2;
  background-color: #fff;
  border-color: #FFF;
  margin-bottom: 20px;
}
.autofit-xl-cta .item .content .action a:nth-child(2) {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
}
/* ------------------------------ acf-builder-content ------------------- */
.acf-builder-content {
  padding: 80px 0;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .acf-builder-content.light {
    padding: 0 !important;
  }
}
.acf-builder-content.dark {
  background-color: #ac1ba2;
}
.acf-builder-content.dark .image img {
  border-left: #FFF solid 5px;
}
.acf-builder-content.dark .content {
  color: #FFF;
}
.acf-builder-content.dark .content .sub-title {
  color: #FFF;
}
.acf-builder-content.dark .content .title h2 {
  color: #FFFFFF;
}
.acf-builder-content.dark .content .description {
  color: #FFF;
}
.acf-builder-content.dark .content .description a {
  color: #FFF;
  text-decoration: underline;
}
.acf-builder-content.dark .content .action a {
  background-color: #fff;
  border-color: #FFF;
  color: #ac1ba2;
}
.acf-builder-content .acf-builder-content-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 979px) {
  .acf-builder-content .acf-builder-content-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.acf-builder-content .image {
  overflow: hidden;
}
.acf-builder-content .image img {
  border-left: #ac1ba2 solid 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.acf-builder-content .image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.acf-builder-content .content .sub-title {
  font-weight: 700;
  margin-bottom: 20px;
}
.acf-builder-content .content .title {
  margin-bottom: 20px;
}
.acf-builder-content .content .title h2 {
  margin: 0;
  font-size: 36px;
}
.acf-builder-content .content .description {
  margin-bottom: 20px;
}
.acf-builder-content .content .action {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 767px) {
  .acf-builder-content .content .action {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.acf-builder-content .content .action a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 16px;
  font-weight: bold;
  line-height: 1.5;
  border: #ac1ba2 solid 1px;
  color: #ac1ba2;
  background-color: transparent;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767px) {
  .acf-builder-content .content .action a {
    margin-bottom: 20px;
  }
}
.acf-builder-content .content .action a i {
  font-size: 24px;
  position: absolute;
  right: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.acf-builder-content .content .action a:hover i {
  right: 15px;
}

/* ---------------------------- fullwidth-cta-2 ------------------------ */
.fullwidth-cta-2 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 10px;
  padding: 100px 0;
}
.fullwidth-cta-2:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
}
.fullwidth-cta-2.dark .content {
  color: #000 !important;
}
.fullwidth-cta-2 .cta-wrapper {
  position: relative;
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.fullwidth-cta-2 .content {
  color: #FFF;
}
.fullwidth-cta-2 .sub-title {
  color: #FFF;
  margin-bottom: 10px;
  font-weight: 700;
}
.fullwidth-cta-2 .title {
  margin-bottom: 20px;
}
.fullwidth-cta-2 .title h2 {
  color: #FFFFFF;
  margin: 0;
  font-size: 36px;
}
.fullwidth-cta-2 .description {
  color: #FFF;
  font-size: 20px;
  margin-bottom: 20px;
}
.fullwidth-cta-2 .action a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 16px;
  font-weight: bold;
  line-height: 1.5;
  border: #ac1ba2 solid 1px;
  color: #ac1ba2;
  background-color: #FFFFFF;
  width: 250px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 767px) {
  .fullwidth-cta-2 .action a {
    width: 100%;
    margin-bottom: 20px;
  }
}
.fullwidth-cta-2 .action a i {
  font-size: 24px;
  position: absolute;
  right: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.fullwidth-cta-2 .action a:hover i {
  right: 15px;
}

.to-fade-in {
  opacity: 0;
}
@media (max-width: 767px) {
  .to-fade-in {
    opacity: 1;
  }
}
.to-fade-in.fade-in {
  -webkit-animation: fade-in 2s forwards;
          animation: fade-in 2s forwards;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.site-footer {
  padding: 60px 0;
  background-color: #1e1e1e;
  color: #FFFFFF;
  font-size: 18px;
  margin-top: 10px;
}
.site-footer a {
  color: #FFFFFF;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.site-footer .widget-title h4 {
  color: #FFFFFF;
}
.site-footer .widget_area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 979px) {
  .site-footer .widget_area {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 0px;
  }
}
@media (max-width: 979px) {
  .site-footer .widget-column {
    margin-bottom: 40px;
  }
}
@media (max-width: 499px) {
  .site-footer .widget-column {
    text-align: center;
  }
}
.site-footer .widget-column .phone {
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 1;
}
.site-footer .widget-column .address {
  margin-bottom: 15px;
}
.site-footer .widget-column .widget-title {
  margin-bottom: 20px;
}
.site-footer .widget-column .widget-title h4 {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}
.site-footer .widget-column .quick-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
@media (max-width: 499px) {
  .site-footer .widget-column .quick-links ul {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
.site-footer .widget-column .quick-links li {
  margin-bottom: 10px;
}
.site-footer .widget-column .widget-text {
  margin-bottom: 20px;
}
.site-footer .widget-column .widget-text p {
  margin: 0;
}
.site-footer .widget-column .widget-text p span {
  display: inline-block;
  min-width: 100px;
}
@media (max-width: 979px) and (min-width: 768px) {
  .site-footer .widget-column.widget-column-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.site-footer .social_icons {
  margin-top: 20px;
}
.site-footer .social_icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 499px) {
  .site-footer .social_icons ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-footer .social_icons ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #1e1e1e;
  background-color: #ac1ba2;
  text-align: center;
  border-radius: 50%;
  font-size: 26px;
  margin-right: 10px;
}
@media (max-width: 499px) {
  .site-footer .copyright {
    text-align: center;
  }
}
.site-footer .copyright a {
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
}
.site-footer .copyright a:hover {
  text-decoration: none;
}
/*# sourceMappingURL=theme.css.map */