/*!////////////////////////////////////////////////
// BASE
/////////////////////////////////////////////////*/
@-o-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  
  	.grecaptcha-badge{
	visibility: collapse !important;  
	}

html,
body,
iframe,
div,
section,
header,
p,
a,
ul,
ol,
li,
article,
footer,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 17px;
  line-height: 1.4; }

::-moz-selection {
  background: #d92e3a;
  text-shadow: none;
  color: #fff; }

::selection {
  background: #d92e3a;
  text-shadow: none;
  color: #fff; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle;
  max-width:100%; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }


/*!////////////////////////////////////////////////
// LAYOUT
/////////////////////////////////////////////////*/
  
  .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
  }
  .mediumcontainer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  }
  .minicontainer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
  }
  .container-fluid {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .row {
    --gap: 0; /* default gap */
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap); 
  }
  
  [class*="col-"] {
    flex: 0 0 auto;
    box-sizing: border-box;
    padding-left: var(--gap);
    padding-right: var(--gap);
  }
  
  /*.col-1  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 1);  max-width: calc((100% - 11 * var(--gap)) / 12 * 1); }
  .col-2  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 2);  max-width: calc((100% - 11 * var(--gap)) / 12 * 2); }
  .col-3  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 3);  max-width: calc((100% - 11 * var(--gap)) / 12 * 3); }
  .col-4  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 4);  max-width: calc((100% - 11 * var(--gap)) / 12 * 4); }
  .col-5  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 5);  max-width: calc((100% - 11 * var(--gap)) / 12 * 5); }
  .col-6  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 6);  max-width: calc((100% - 11 * var(--gap)) / 12 * 6); }
  .col-7  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 7);  max-width: calc((100% - 11 * var(--gap)) / 12 * 7); }
  .col-8  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 8);  max-width: calc((100% - 11 * var(--gap)) / 12 * 8); }
  .col-9  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 9);  max-width: calc((100% - 11 * var(--gap)) / 12 * 9); }
  .col-10 { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 10); max-width: calc((100% - 11 * var(--gap)) / 12 * 10); }
  .col-11 { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 11); max-width: calc((100% - 11 * var(--gap)) / 12 * 11); }
  .col-12 { flex: 0 0 100%; max-width: 100%; }
  
  @media (min-width: 576px) {
    .col-sm-1  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 1);  max-width: calc((100% - 11 * var(--gap)) / 12 * 1); }
    .col-sm-2  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 2);  max-width: calc((100% - 11 * var(--gap)) / 12 * 2); }
    .col-sm-3  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 3);  max-width: calc((100% - 11 * var(--gap)) / 12 * 3); }
    .col-sm-4  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 4);  max-width: calc((100% - 11 * var(--gap)) / 12 * 4); }
    .col-sm-5  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 5);  max-width: calc((100% - 11 * var(--gap)) / 12 * 5); }
    .col-sm-6  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 6);  max-width: calc((100% - 11 * var(--gap)) / 12 * 6); }
    .col-sm-7  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 7);  max-width: calc((100% - 11 * var(--gap)) / 12 * 7); }
    .col-sm-8  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 8);  max-width: calc((100% - 11 * var(--gap)) / 12 * 8); }
    .col-sm-9  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 9);  max-width: calc((100% - 11 * var(--gap)) / 12 * 9); }
    .col-sm-10 { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 10); max-width: calc((100% - 11 * var(--gap)) / 12 * 10); }
    .col-sm-11 { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 11); max-width: calc((100% - 11 * var(--gap)) / 12 * 11); }
    .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
  }
  
  @media (min-width: 768px) {
    .col-md-1  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 1);  max-width: calc((100% - 11 * var(--gap)) / 12 * 1); }
    .col-md-2  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 2);  max-width: calc((100% - 11 * var(--gap)) / 12 * 2); }
    .col-md-3  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 3);  max-width: calc((100% - 11 * var(--gap)) / 12 * 3); }
    .col-md-4  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 4);  max-width: calc((100% - 11 * var(--gap)) / 12 * 4); }
    .col-md-5  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 5);  max-width: calc((100% - 11 * var(--gap)) / 12 * 5); }
    .col-md-6  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 6);  max-width: calc((100% - 11 * var(--gap)) / 12 * 6); }
    .col-md-7  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 7);  max-width: calc((100% - 11 * var(--gap)) / 12 * 7); }
    .col-md-8  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 8);  max-width: calc((100% - 11 * var(--gap)) / 12 * 8); }
    .col-md-9  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 9);  max-width: calc((100% - 11 * var(--gap)) / 12 * 9); }
    .col-md-10 { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 10); max-width: calc((100% - 11 * var(--gap)) / 12 * 10); }
    .col-md-11 { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 11); max-width: calc((100% - 11 * var(--gap)) / 12 * 11); }
    .col-md-12 { flex: 0 0 100%; max-width: 100%; }
  }
  
  @media (min-width: 1024px) {
    .col-lg-1  { flex: 0 0 calc((100% - (11 * var(--gap))) / 12 * 1);  max-width: calc((100% - (11 * var(--gap))) / 12 * 1); }
    .col-lg-2  { flex: 0 0 calc((100% - (11 * var(--gap))) / 12 * 2);  max-width: calc((100% - (11 * var(--gap))) / 12 * 2); }
    .col-lg-3  { flex: 0 0 calc((100% - (11 * var(--gap))) / 12 * 3);  max-width: calc((100% - (11 * var(--gap))) / 12 * 3); }
    .col-lg-4  { flex: 0 0 calc((100% - (11 * var(--gap))) / 12 * 4);  max-width: calc((100% - (11 * var(--gap))) / 12 * 4); }
    .col-lg-5  { flex: 0 0 calc((100% - (11 * var(--gap))) / 12 * 5);  max-width: calc((100% - (11 * var(--gap))) / 12 * 5); }
    .col-lg-6  { flex: 0 0 calc((100% - (11 * var(--gap))) / 12 * 6);  max-width: calc((100% - (11 * var(--gap))) / 12 * 6); }
    .col-lg-7  { flex: 0 0 calc((100% - (11 * var(--gap))) / 12 * 7);  max-width: calc((100% - (11 * var(--gap))) / 12 * 7); }
    .col-lg-8  { flex: 0 0 calc((100% - (11 * var(--gap))) / 12 * 8);  max-width: calc((100% - (11 * var(--gap))) / 12 * 8); }
    .col-lg-9  { flex: 0 0 calc((100% - (11 * var(--gap))) / 12 * 9);  max-width: calc((100% - (11 * var(--gap))) / 12 * 9); }
    .col-lg-10 { flex: 0 0 calc((100% - (11 * var(--gap))) / 12 * 10); max-width: calc((100% - (11 * var(--gap))) / 12 * 10); }
    .col-lg-11 { flex: 0 0 calc((100% - (11 * var(--gap))) / 12 * 11); max-width: calc((100% - (11 * var(--gap))) / 12 * 11); }
    .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
  }
  
  @media (min-width: 1280px) {
    .col-xl-1  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 1);  max-width: calc((100% - 11 * var(--gap)) / 12 * 1); }
    .col-xl-2  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 2);  max-width: calc((100% - 11 * var(--gap)) / 12 * 2); }
    .col-xl-3  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 3);  max-width: calc((100% - 11 * var(--gap)) / 12 * 3); }
    .col-xl-4  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 4);  max-width: calc((100% - 11 * var(--gap)) / 12 * 4); }
    .col-xl-5  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 5);  max-width: calc((100% - 11 * var(--gap)) / 12 * 5); }
    .col-xl-6  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 6);  max-width: calc((100% - 11 * var(--gap)) / 12 * 6); }
    .col-xl-7  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 7);  max-width: calc((100% - 11 * var(--gap)) / 12 * 7); }
    .col-xl-8  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 8);  max-width: calc((100% - 11 * var(--gap)) / 12 * 8); }
    .col-xl-9  { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 9);  max-width: calc((100% - 11 * var(--gap)) / 12 * 9); }
    .col-xl-10 { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 10); max-width: calc((100% - 11 * var(--gap)) / 12 * 10); }
    .col-xl-11 { flex: 0 0 calc((100% - 11 * var(--gap)) / 12 * 11); max-width: calc((100% - 11 * var(--gap)) / 12 * 11); }
    .col-xl-12 { flex: 0 0 100%; max-width: 100%; }
  }
  
  .g-0 .col-1  { flex-basis: 8.333%;  max-width: 8.333%; }
  .g-0 .col-2  { flex-basis: 16.667%; max-width: 16.667%; }
  .g-0 .col-3  { flex-basis: 25%;     max-width: 25%; }
  .g-0 .col-4  { flex-basis: 33.333%; max-width: 33.333%; }
  .g-0 .col-5  { flex-basis: 41.667%; max-width: 41.667%; }
  .g-0 .col-6  { flex-basis: 50%;     max-width: 50%; }
  .g-0 .col-7  { flex-basis: 58.333%; max-width: 58.333%; }
  .g-0 .col-8  { flex-basis: 66.667%; max-width: 66.667%; }
  .g-0 .col-9  { flex-basis: 75%;     max-width: 75%; }
  .g-0 .col-10 { flex-basis: 83.333%; max-width: 83.333%; }
  .g-0 .col-11 { flex-basis: 91.667%; max-width: 91.667%; }
  .g-0 .col-12 { flex-basis: 100%;    max-width: 100%; }
  
  @media (min-width: 576px) {
    .g-0 .col-sm-1  { flex-basis: 8.333%;  max-width: 8.333%; }
    .g-0 .col-sm-2  { flex-basis: 16.667%; max-width: 16.667%; }
    .g-0 .col-sm-3  { flex-basis: 25%;     max-width: 25%; }
    .g-0 .col-sm-4  { flex-basis: 33.333%; max-width: 33.333%; }
    .g-0 .col-sm-5  { flex-basis: 41.667%; max-width: 41.667%; }
    .g-0 .col-sm-6  { flex-basis: 50%;     max-width: 50%; }
    .g-0 .col-sm-7  { flex-basis: 58.333%; max-width: 58.333%; }
    .g-0 .col-sm-8  { flex-basis: 66.667%; max-width: 66.667%; }
    .g-0 .col-sm-9  { flex-basis: 75%;     max-width: 75%; }
    .g-0 .col-sm-10 { flex-basis: 83.333%; max-width: 83.333%; }
    .g-0 .col-sm-11 { flex-basis: 91.667%; max-width: 91.667%; }
    .g-0 .col-sm-12 { flex-basis: 100%;    max-width: 100%; }
  }
  
  @media (min-width: 768px) {
    .g-0 .col-md-1  { flex-basis: 8.333%;  max-width: 8.333%; }
    .g-0 .col-md-2  { flex-basis: 16.667%; max-width: 16.667%; }
    .g-0 .col-md-3  { flex-basis: 25%;     max-width: 25%; }
    .g-0 .col-md-4  { flex-basis: 33.333%; max-width: 33.333%; }
    .g-0 .col-md-5  { flex-basis: 41.667%; max-width: 41.667%; }
    .g-0 .col-md-6  { flex-basis: 50%;     max-width: 50%; }
    .g-0 .col-md-7  { flex-basis: 58.333%; max-width: 58.333%; }
    .g-0 .col-md-8  { flex-basis: 66.667%; max-width: 66.667%; }
    .g-0 .col-md-9  { flex-basis: 75%;     max-width: 75%; }
    .g-0 .col-md-10 { flex-basis: 83.333%; max-width: 83.333%; }
    .g-0 .col-md-11 { flex-basis: 91.667%; max-width: 91.667%; }
    .g-0 .col-md-12 { flex-basis: 100%;    max-width: 100%; }
  }
  
  @media (min-width: 1024px) {
    .g-0 .col-lg-1  { flex-basis: 8.333%;  max-width: 8.333%; }
    .g-0 .col-lg-2  { flex-basis: 16.667%; max-width: 16.667%; }
    .g-0 .col-lg-3  { flex-basis: 25%;     max-width: 25%; }
    .g-0 .col-lg-4  { flex-basis: 33.333%; max-width: 33.333%; }
    .g-0 .col-lg-5  { flex-basis: 41.667%; max-width: 41.667%; }
    .g-0 .col-lg-6  { flex-basis: 50%;     max-width: 50%; }
    .g-0 .col-lg-7  { flex-basis: 58.333%; max-width: 58.333%; }
    .g-0 .col-lg-8  { flex-basis: 66.667%; max-width: 66.667%; }
    .g-0 .col-lg-9  { flex-basis: 75%;     max-width: 75%; }
    .g-0 .col-lg-10 { flex-basis: 83.333%; max-width: 83.333%; }
    .g-0 .col-lg-11 { flex-basis: 91.667%; max-width: 91.667%; }
    .g-0 .col-lg-12 { flex-basis: 100%;    max-width: 100%; }
  }
  
  @media (min-width: 1280px) {
    .g-0 .col-xl-1  { flex-basis: 8.333%;  max-width: 8.333%; }
    .g-0 .col-xl-2  { flex-basis: 16.667%; max-width: 16.667%; }
    .g-0 .col-xl-3  { flex-basis: 25%;     max-width: 25%; }
    .g-0 .col-xl-4  { flex-basis: 33.333%; max-width: 33.333%; }
    .g-0 .col-xl-5  { flex-basis: 41.667%; max-width: 41.667%; }
    .g-0 .col-xl-6  { flex-basis: 50%;     max-width: 50%; }
    .g-0 .col-xl-7  { flex-basis: 58.333%; max-width: 58.333%; }
    .g-0 .col-xl-8  { flex-basis: 66.667%; max-width: 66.667%; }
    .g-0 .col-xl-9  { flex-basis: 75%;     max-width: 75%; }
    .g-0 .col-xl-10 { flex-basis: 83.333%; max-width: 83.333%; }
    .g-0 .col-xl-11 { flex-basis: 91.667%; max-width: 91.667%; }
    .g-0 .col-xl-12 { flex-basis: 100%;    max-width: 100%; }
  }
  
  */
  
  .col-1  { flex-basis: 8.333%;  max-width: 8.333%; }
  .col-2  { flex-basis: 16.667%; max-width: 16.667%; }
  .col-3  { flex-basis: 25%;     max-width: 25%; }
  .col-4  { flex-basis: 33.333%; max-width: 33.333%; }
  .col-5  { flex-basis: 41.667%; max-width: 41.667%; }
  .col-6  { flex-basis: 50%;     max-width: 50%; }
  .col-7  { flex-basis: 58.333%; max-width: 58.333%; }
  .col-8  { flex-basis: 66.667%; max-width: 66.667%; }
  .col-9  { flex-basis: 75%;     max-width: 75%; }
  .col-10 { flex-basis: 83.333%; max-width: 83.333%; }
  .col-11 { flex-basis: 91.667%; max-width: 91.667%; }
  .col-12 { flex-basis: 100%;    max-width: 100%; }
  
  @media (min-width: 576px) {
  .col-sm-1  { flex-basis: 8.333%;  max-width: 8.333%; }
  .col-sm-2  { flex-basis: 16.667%; max-width: 16.667%; }
  .col-sm-3  { flex-basis: 25%;     max-width: 25%; }
  .col-sm-4  { flex-basis: 33.333%; max-width: 33.333%; }
  .col-sm-5  { flex-basis: 41.667%; max-width: 41.667%; }
  .col-sm-6  { flex-basis: 50%;     max-width: 50%; }
  .col-sm-7  { flex-basis: 58.333%; max-width: 58.333%; }
  .col-sm-8  { flex-basis: 66.667%; max-width: 66.667%; }
  .col-sm-9  { flex-basis: 75%;     max-width: 75%; }
  .col-sm-10 { flex-basis: 83.333%; max-width: 83.333%; }
  .col-sm-11 { flex-basis: 91.667%; max-width: 91.667%; }
  .col-sm-12 { flex-basis: 100%;    max-width: 100%; }
  }
  
  @media (min-width: 768px) {
  .col-md-1  { flex-basis: 8.333%;  max-width: 8.333%; }
  .col-md-2  { flex-basis: 16.667%; max-width: 16.667%; }
  .col-md-3  { flex-basis: 25%;     max-width: 25%; }
  .col-md-4  { flex-basis: 33.333%; max-width: 33.333%; }
  .col-md-5  { flex-basis: 41.667%; max-width: 41.667%; }
  .col-md-6  { flex-basis: 50%;     max-width: 50%; }
  .col-md-7  { flex-basis: 58.333%; max-width: 58.333%; }
  .col-md-8  { flex-basis: 66.667%; max-width: 66.667%; }
  .col-md-9  { flex-basis: 75%;     max-width: 75%; }
  .col-md-10 { flex-basis: 83.333%; max-width: 83.333%; }
  .col-md-11 { flex-basis: 91.667%; max-width: 91.667%; }
  .col-md-12 { flex-basis: 100%;    max-width: 100%; }
  }
  
  @media (min-width: 1024px) {
  .col-lg-1  { flex-basis: 8.333%;  max-width: 8.333%; }
  .col-lg-2  { flex-basis: 16.667%; max-width: 16.667%; }
  .col-lg-3  { flex-basis: 25%;     max-width: 25%; }
  .col-lg-4  { flex-basis: 33.333%; max-width: 33.333%; }
  .col-lg-5  { flex-basis: 41.667%; max-width: 41.667%; }
  .col-lg-6  { flex-basis: 50%;     max-width: 50%; }
  .col-lg-7  { flex-basis: 58.333%; max-width: 58.333%; }
  .col-lg-8  { flex-basis: 66.667%; max-width: 66.667%; }
  .col-lg-9  { flex-basis: 75%;     max-width: 75%; }
  .col-lg-10 { flex-basis: 83.333%; max-width: 83.333%; }
  .col-lg-11 { flex-basis: 91.667%; max-width: 91.667%; }
  .col-lg-12 { flex-basis: 100%;    max-width: 100%; }
  }
  
  @media (min-width: 1280px) {
    .col-xl-1  { flex-basis: 8.333%;  max-width: 8.333%; }
    .col-xl-2  { flex-basis: 16.667%; max-width: 16.667%; }
    .col-xl-3  { flex-basis: 25%;     max-width: 25%; }
    .col-xl-4  { flex-basis: 33.333%; max-width: 33.333%; }
    .col-xl-5  { flex-basis: 41.667%; max-width: 41.667%; }
    .col-xl-6  { flex-basis: 50%;     max-width: 50%; }
    .col-xl-7  { flex-basis: 58.333%; max-width: 58.333%; }
    .col-xl-8  { flex-basis: 66.667%; max-width: 66.667%; }
    .col-xl-9  { flex-basis: 75%;     max-width: 75%; }
    .col-xl-10 { flex-basis: 83.333%; max-width: 83.333%; }
    .col-xl-11 { flex-basis: 91.667%; max-width: 91.667%; }
    .col-xl-12 { flex-basis: 100%;    max-width: 100%; }
  }
  
  .justify-start    { justify-content: flex-start; }
  .justify-center   { justify-content: center; }
  .justify-end      { justify-content: flex-end; }
  .justify-between  { justify-content: space-between; }
  .justify-around   { justify-content: space-around; }
  .justify-evenly   { justify-content: space-evenly; }
  
  .align-start      { align-items: flex-start; }
  .align-center     { align-items: center; }
  .align-end        { align-items: flex-end; }
  .align-stretch    { align-items: stretch; }

  .content-pad-right {
    padding-right: 4%;

  .content-pad-left {
    padding-left: 4%; } }
	
  .list-grid-2 {
	-webkit-column-count:2; 
	-moz-column-count: 2; 
	column-count: 2; 
	-webkit-column-gap: 40px; 
	-moz-column-gap: 40px; 
	column-gap: 40px; 
  }
  @media screen and (max-width: 480px) {
  	.list-grid-2 {
	  -webkit-column-count:1; 
	  -moz-column-count: 1; 
	  column-count: 1; 
	  -webkit-column-gap: 0px; 
	  -moz-column-gap: 0px; 
	  column-gap: 0px; 
    } 
  }
	
  .list-grid-3 {
		-webkit-column-count:3; 
		-moz-column-count: 3; 
		column-count: 3; 
		-webkit-column-gap: 40px; 
		-moz-column-gap: 40px; 
		column-gap: 40px; }
	@media screen and (max-width: 480px) {
		.list-grid-3 {
			-webkit-column-count:1; 
			-moz-column-count: 1; 
			column-count: 1; 
			-webkit-column-gap: 0px; 
			-moz-column-gap: 0px; 
			column-gap: 0px; } }
	
/*!////////////////////////////////////////////////
// THEME
/////////////////////////////////////////////////*/

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
 }
 
p {
  font-family: "Raleway", sans-serif;
  color: #261b37;
}

*[class^="button"] {
  background-color: #9e56a5;
  color: #fff;
  padding: 16px 40px;
  font-size: 20px;
  font-weight: 700;
}
  *[class^="button"]:hover,
  *[class^="button"]:focus {
    background-color: #d83f87;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: "Bitter", serif;
  color: #2a1a3f;
  font-size: 32px;
}

.faux-heading {
  font-family: "Bitter", serif;
  color: #2a1a3f;
  font-size: 24px;
  font-weight: 700;
}

/*! Header
//////////////////////////////////////////////*/

header[role=banner] {
}
  .menu a[href^="tel"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    font: inherit;
    color: inherit;
    line-height: inherit;
    text-decoration: none;
  }
  header[role=banner] nav[role=navigation] {
    display: none; }
  .nav__bar {
    background-color: #2a1a3f;
    padding: 23px 0;
    margin-top: 8px;
  }
  @media screen and (min-width: 1125px) {
    header[role=banner] nav[role=navigation] {
      display: flex;
      justify-content: flex-end;
    }
    header[role=banner] nav[role=navigation] #menu-main-menu {
      display: flex;
      align-items: center;
    }
    header[role=banner] nav[role=navigation] #menu-main-menu > *:not(:last-child):not(:nth-last-child(2)) {
        margin-right: 3em;
    }
    header[role=banner] nav[role=navigation] #menu-main-menu > *:nth-last-child(2) {
        margin-right: 1.5em;
    }
    header[role=banner] nav[role=navigation] #menu-main-menu li a {
      color: #fff;
      text-transform: uppercase;
      font-size: 17px;
      transition: .2 ease-in-out;
    }
    header[role=banner] nav[role=navigation] #menu-main-menu li a:hover {
      color: #d83f87;
    }
    header[role=banner] nav[role=navigation] .sub-menu {
      display: none;
    }
    header[role=banner] nav[role=navigation] .menu-item-has-children:hover .sub-menu {
      display: block;
    }
    header[role=banner] nav[role=navigation] ul li ul {
      position: absolute;
      padding: .25em 0;
      display: none;
      width: 100%;
      min-width: 175px;
      z-index: 9999999999999;
      margin-left: 0px;
    }
    header[role=banner] .menu>li.menu-item-has-children ul.sub-menu>li>a {
      padding: 13px 15px;
      background-color: #46318e;
      color: #fff;
      display: block;
      border-top: 1px solid rgb(255 255 255 / 15%);
      transition: .2s ease-in-out;
      width: fit-content;
      min-width: 125px;
    }
    .nav__bar .col-3 {
      padding: 0;
    }
    .nav__bar img {
      max-width: 250px;
    }
    .phone__number {
      display: flex;
      align-items: center;
      border-left: 2px solid rgba(255,255,255,.25);
      padding-left: 1.3em;
      height: 60px;
    }
    .phone__number a {
      color: #9e56a5 !important;
      font-size: 20px !important;
      font-weight: 700;
      transition: .2s ease-in-out;
    }
    .phone__number a:hover {
      color: #d83f87 !important;
    }
    .phone__number i {
      padding-right: 8px;
    }
   
  }

.mobile__button p {
  display: block; 
  color: #fff;
  display: flex;
  justify-content: flex-end;  
}
  @media screen and (min-width: 1125px) {
    .mobile__button p {
      display: none; 
    } 
  }

.mobile__nav {
  display: none; }
  .mobile__nav a {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    .mobile__nav a:hover,
	.mobile__nav a:focus {
      }
  @media screen and (min-width: 640px) {
    .mobile__nav {
      display: none; } }
      
  .mobile__nav {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2a1a3f;
    -webkit-animation: fade 500ms;
    animation: fade 500ms;
    overflow: scroll;
    text-align: center;
  }
    .mobile__nav a {
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
      .mobile__nav a:hover,
      .mobile__nav a:focus {
       }
    .mobile__nav ul {
      position: relative;
    }
    .mobile__nav ul li {
      position: relative;
      text-transform: uppercase;
      font-size: 16px;
      width: 100%;
      background-color: #2a1a3f;
      color:white;
      text-align: center;
      border-bottom: 2px solid #2a1a3f;
      list-style: none;
    }
    .mobile__nav ul li:last-of-type {
      border:none;
    }
    .mobile__nav ul li a {
      color:white;
      width: 100%;
      padding:15px;
      display: block;
    }
    .mobile__nav ul li .sub-menu {
      display: none;
    }
    .mobile__nav ul li .sub-menu li {
      width: 100%;
      background-color:#d83f87;
      text-transform: capitalize;
    }
    .mobile__nav ul li .sub-menu li a {
      color:white;
    }
    
    .mobile__nav ul li .sub-menu li .sub-menu li {
      background: #d83f87 !important;
    }
    .mobile__nav ul li .sub-menu li .sub-menu li a {
      color:white;
    }
    .mobile__nav .menu {
      margin-left: 0px !important;
    }
    .mobile__nav .sub-menu {
      margin-left:0px !important;
      padding-left:25px !important;
      padding-right:25px !important;
    }
    .mobile-close {
      padding-top: 35px;
      padding-bottom: 20px;
      background-color: #2a1a3f;
      width: 100%;
    }
    .mobile-close p {
      color:White;
      font-weight:bold;
      font-size:16px;
      text-transform: uppercase;
      cursor:pointer;
      text-align: left;
      padding-right: 20px;
      margin-bottom: 32px;
      display: block;
    }
    .mobile-close p i {
      float: right;
      padding: 15px 17px;
      font-size: 16px;
      background-color: #d83f87;
      border-radius: 30px;
      position: relative;
      z-index: 99;
    }
    .mobilebuttons {
      display: none;
      width: 30%;
      float: left;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 99999999;
    }
    .mobilebuttons.active {
      -webkit-animation: fade 500ms;
      animation: fade 500ms;
      display:inline-block;
    }
    .menu-mobile-menu-container {
      margin-top: 40px;
    }
    header[role=banner] .menu>li.menu-item-has-children>a:after {
        content: "\f107";
        font-family: 'Font Awesome 6 Pro';
        margin-left: 5px;
    }

.home__hero__faux__h1 {
  font-family: "Bitter", serif;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}
.home__hero__faux__subheading {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin-top: -8px;
  margin-bottom: 8px;
  text-align: center;
}
.subpage__hero__faux__h1 {
  font-family: "Bitter", serif;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}
.subpage__hero__faux__subheading {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin-top: -8px;
  margin-bottom: 8px;
  text-align: center;
}

/*! Content Area
//////////////////////////////////////////////*/

.home-page-header {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 32vw;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
  .home-page-header div {
    background-color: rgba(10, 10, 10, .5);
    padding: 50px 0;
  }
  .home-page-header p {
    color: #fff;
  }
  .home-page-header .button {
    margin-top: -30px;
    background-color: #d83f87;
  }
  .home-page-header .button:hover {
    background-color: #9e56a5;
  }
.subpage-page-header {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 32vw;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
  .subpage-page-header .row {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .subpage-page-header div {
    background-color: rgba(10, 10, 10, .5);
    padding: 50px 0;
  }
  .subpage-page-header p {
    color: #fff;
  }
  .subpage-page-header .button {
    margin-top: -30px;
    background-color: #d83f87;
  }
  .subpage-page-header .button:hover {
    background-color: #9e56a5;
  }
  
 .nav {
    display: flex;
  }
  
.main__content {
    margin: 144px 0;
  }
  .home .main__content h1 {
    text-align: right;
  }
  .home .main__content .col-lg-5 {
    padding-right: 28px;
  }
  .home .main__content .col-lg-7 {
    padding-left: 28px;
  }
  .services__content {
    margin-top: 144px;
    text-align: center;
  }
  .services__content p {
    font-size: 30px;
    font-weight: 500;
    color: #9e56a5;
    margin-bottom: 46px;
  }
  .services__ctas {
    display: flex;
    width: 100%;
    margin-bottom: 144px;
  }
  .services__ctas .row {
    display: flex;
    width: 100%;
    gap: 28px;
  }
  
  .service-box {
    text-decoration: none;
    display: block;
  }
  .service-image-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .service-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .service-name {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 30px 80px;
    font-size: 24px;
    font-weight: 700;
    z-index: 2;
  }
  .service-box:hover .service-name {
    background: rgba(158, 86, 165);
    transition: .2s ease-in-out;
  }
  .col-12:nth-of-type(odd) .service-box .service-name {
    left: 0;
    right: auto;
  }
  .col-12:nth-of-type(even) .service-box .service-name {
    right: 0;
    left: auto;
    text-align: right;
  }

.home__secondary__content {
  background-color: #8364a6;
  color: #fff;
  padding: 118px 0;
}
  .home__secondary__content .row {
    align-items: center;
  }
  .home__secondary__content h1, .home__secondary__content h2, .home__secondary__content h3, .home__secondary__content h4, .home__secondary__content h5, .home__secondary__content h6 {
    color: #fff;
    margin-bottom: 30px;
  }
  .home__secondary__content p {
    color: #fff;
    line-height: 26px;
  }
  .home__secondary__content .secondary__image {
    padding-right: 65px;
    display: flex;
    align-items: center;
  }
  .home__secondary__content ul {
    margin-top: 30px;
    column-count: 2;
  }
  .home__secondary__content ul li:before {
      content: "\f058";
      margin-right: 16px;
      font-family: 'Font Awesome 6 Pro';
      color: #fff;
      font-size: 16px;
      font-weight: 700;
  }
  .home__secondary__content ul li {
      line-height: 1.6;
      list-style: none;
     
  }

.home__tertiary__content {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  color: #fff;
}
  .home__tertiary__content h1, .home__tertiary__content h2, .home__tertiary__content h3, .home__tertiary__content h4, .home__tertiary__content h5, .home__tertiary__content h6 {
    color: #fff;
    margin-bottom: 42px;
  }
  .home__tertiary__content p {
    color: #fff;
    line-height: 26px;
  }
  .home__tertiary__content .tertiary__block {
    background-color: #46318e;
    padding: 118px 68px;
  }
  .home__tertiary__content .tertiary__block .button {
    margin-top: 52px;
    display: flex;
    width: fit-content;
  }
  .home__tertiary__content .row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%; 
  }
  .home__tertiary__content .row .col-lg-6 {
    
    flex: 1;
    max-width: calc(50% - 5px);
  }
  .home__tertiary__content .row .tertiary__image img {
    object-fit: cover;
    height: 100%;
  }
  
.home__gallery {
  margin: 144px 0; 
}
  .home__gallery span {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
  }
  .home__gallery .gallery-container {
      display: flex;
      flex-wrap: wrap;
      gap: 26px;
    }
  .home__gallery .gallery-container a {
    display: block;
    box-sizing: border-box;
  }
  .home__gallery .gallery-container img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 313px;
    object-fit: cover;
  }
  .gallery-image-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  
  .gallery-image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .gallery-image-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(158, 86, 165, 0.5); /* Adjust color and transparency here */
    transition: opacity 0.3s ease;
    opacity: 0;
  }
  .gallery-image-wrapper:hover .overlay {
    opacity: 1;
  }
  .gallery-image-wrapper .overlay i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 36px;
    color: #fff;
  }

  .home__gallery .gallery-container a:nth-child(1) {
    flex: 0 1 calc(66.6666% - 13px);
  }
  .home__gallery .gallery-container a:nth-child(2) {
    flex: 0 1 calc(33.3333% - 13px);
  }
  .home__gallery .gallery-container a:nth-child(3) {
    flex: 0 1 calc(25% - 17.33px);;
  }
  .home__gallery .gallery-container a:nth-child(4) {
    flex: 0 1 calc(50% - 17.33px);
  }
  .home__gallery .gallery-container a:nth-child(5) {
    flex: 0 1 calc(25% - 17.33px);;
  }
  .home__gallery .button {
    margin: 57px auto 0 auto;
    display: block;
    justify-content: center;
    width: fit-content;
  }
  
.testimonial__blocks {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  justify-content: center;
}
  .testimonial__block {
    background-color: #c1cfda;
    flex: 0 1 calc(50% - 13px);
    box-sizing: border-box;
    padding: 56px 46px;
    text-align: center;
  }
  .testimonial__block p:before {
    content: "\f10d";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 700;
    padding-right: 8px;
  }
  .testimonial__block p:after {
    content: "\f10e";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 700;
    padding-left: 8px;
  }
  .home__testimonials span {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
  }
  .testimonial__block span {
    color: #9e56a5;
    margin-top: 24px;
    margin-bottom: 0;
  }
  .home__testimonials {
    margin-bottom: 144px;
  }
  .swiper-button-next, .swiper-button-prev {
    display: none !important;
  }
  
.home__quaternary__content {
  padding: 118px 0;
  background-size: cover;
  background-position: center;
}
  .home__quaternary__content .row {
    padding: 118px 115px; 
    background: rgba(10,10,10,.55);
    justify-content: center;
  }
  .home__quaternary__content h1, .home__quaternary__content h2, .home__quaternary__content h3, .home__quaternary__content h4, .home__quaternary__content h5, .home__quaternary__content h6 {
    color: #fff;
    margin-bottom: 42px;
  }
  .home__quaternary__content p {
    text-align: center;
    color: #fff;
  }
  .home__quaternary__content .button {
    display: block;
    margin: -27.5px auto 0 auto;
    width: fit-content;
  }
  
.subpage__main__content {
    padding: 144px 0;
    background-color: #8364a6;
}
  .subpage__main__content h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
  }
  .subpage__main__content p {
    color: #fff;
    text-align: center;
    padding-bottom: 40px;
  }
  .subpage__main__content p:last-of-type {
    padding-bottom: 0;
  }

.subpage__image__text__content {
  padding: 144px 0;
}
  .subpage__image__text__content .row .secondary__image {
    margin-bottom: 30px;
    padding-right: 60px;
  }
  .subpage__image__text__content .row .col-lg-6 {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;  
  }
  .subpage__image__text__content .row .col-lg-6:last-child {
    margin-bottom: 0px; 
  }
  .subpage__image__text__content .row .col-lg-6:nth-last-child(2) {
    margin-bottom: 0px; 
  }
  .subpage__image__text__content .faux-heading {
    font-size: 32px;
    margin-bottom: 30px;
    display: flex;
  }
  .subpage__image__text__content .button {
    margin-top: 56px;
    display: flex;
    width: fit-content;
  }

.subpage__secondary__content {
  margin-top: 10px;
}
  .subpage__secondary__content h1, .subpage__secondary__content h2, .subpage__secondary__content h3, .subpage__secondary__content h4, .subpage__secondary__content h5, .subpage__secondary__content h6 {
    color: #fff;
    margin-bottom: 32px;
  }
  .subpage__secondary__content p {
    color: #fff;
    margin-bottom: 44px;
  }
  .subpage__secondary__content p:last-of-type {
    margin-bottom: 0;
  }
  .subpage__secondary__content .row {
    display: flex;
    gap: 10px;
    width: 100%;
    max-height: 570px;
  }
  .subpage__secondary__content .secondary__image {
    flex: 1;
    max-width: calc(50% - 5px);
  }
  .subpage__secondary__content .secondary__image img {
    object-fit: cover;
    height: 100%;
    max-height: 570px;
    width: 100%;
  }
  .subpage__secondary__content .secondary__block {
    padding: 118px;
    flex: 1;
    max-width: calc(50% - 5px);
    background-color: #46318e;
  }

.subpage__tertiary__content {
  margin-top: 10px;
}

  .subpage__tertiary__content h1, .subpage__tertiary__content h2, .subpage__tertiary__content h3, .subpage__tertiary__content h4, .subpage__tertiary__content h5, .subpage__tertiary__content h6 {
    color: #fff;
    margin-bottom: 32px;
  }
  .subpage__tertiary__content p {
    color: #fff;
    margin-bottom: 44px;
  }
  .subpage__tertiary__content p:last-child {
    margin-bottom: 0;
  }
  .subpage__tertiary__content .row {
    display: flex;
    gap: 10px;
    width: 100%;
    max-height: 570px;
  }
  .subpage__tertiary__content .tertiary__image {
    flex: 1;
    max-width: calc(50% - 5px);
  }
  .subpage__tertiary__content .tertiary__image img {
    object-fit: cover;
    height: 100%;
    max-height: 570px;
    width: 100%;
  }
  .subpage__tertiary__content .tertiary__block {
    padding: 118px;
    flex: 1;
    max-width: calc(50% - 5px);
    background-color: #46318e;
  }

.subpage__quaternary__content {
  padding: 143px 0;
}
  .subpage__quaternary__content .row {
    display: flex;
    justify-content: center;
  }
  .subpage__quaternary__content h4 {
    margin-bottom: 24px;
  }
  .subpage__quaternary__content p {
    text-align: center;
  }
  .subpage__quaternary__content .button {
    display: block;
    margin: 47px auto 0 auto;
    width: fit-content;
  }


.subpage__testimonials {
  background-color: #c1cfda;
  padding: 60px 0;
}
  .subpage__testimonials .faux-heading {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
  }
  .subpage__testimonials .testimonial__block {
    background-color: #fff;
    margin-bottom: 57px;
  }
  .subpage__testimonials span {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
  }
  
input[type="text"], input[type="email"], textarea, .wpcf7-tel {
  width: 100%;
  padding: 10px;
}

.wpcf7 p {
  padding-bottom: 0;
}

.contact__form {
  display: flex;
  gap: 40px;
  width: 100%;
  max-height: 570px;
  margin-top: 72px;
} 
  .contact__form .wpcf7 {
    margin-top: -27px;
  }
  .contact__form .col-lg-6 {
    flex: 1;
    max-width: calc(50% - 20px);
  }
  .contact__form input[type="submit"] {
    background-color: #d83f87;
    color: #fff;
    padding: 16px 40px;
    font-size: 20px;
    font-weight: 700;
    border: none;
    margin-top: 20px;
  }
  .contact__form input[type="submit"]:hover {
    background-color: #9e56a5;
  } 
  .wpcf7-response-output {
    color: #fff;
  }
  .wpcf7-not-valid-tip {
    background-color: yellow;
  }
  
/************ Gallery Page *****************/
.gallery__main__content {
  padding: 144px 0;
}
  .gallery__main__content h1 {
      color: #2a1a3f;
      text-align: center;
      margin-bottom: 40px;
  }
  .project__gallery .sort ul {
      margin: 0 auto 20px;
      list-style: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
  }
    .project__gallery .sort ul li {
        padding: 14px 35px;
        background-color: #9e56a5;
        display: block;
        margin: 0;
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        cursor: pointer;
        min-width: 120px;
        text-align: center;
        transition: all 0.4s ease;
        font-family: "Raleway", sans-serif;
    }
    .project__gallery .sort ul li:hover,
    .project__gallery .sort ul li.active {
        background-color: #d83f87;
    }
    .main__content .project__gallery ul li:before {
      display: none;
    }
    .work__gallery_grid {
      margin-top: 60px;
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      gap: 25px;
    }
      .work__gallery_grid > * {
        grid-column: span 4;
      }
      .work__gallery_grid .work__gallery_item_1 {
        grid-column: span 3;
      }
      .work__gallery_grid .work__gallery_item_2 {
        grid-column: span 3;
      }
      .work__gallery_grid .work__gallery_item_3 {
        grid-column: span 6;
      }
      .work__gallery_grid .work__gallery_item_4 {
        grid-column: span 9;
      }
      .work__gallery_grid .work__gallery_item_5 {
        grid-column: span 3;
      }
      .work__gallery_grid .work__gallery_item_6 {
        grid-column: span 3;
      }
      .work__gallery_grid .work__gallery_item_7 {
        grid-column: span 6;
      }
      .work__gallery_grid .work__gallery_item_8 {
        grid-column: span 3;
      }
      .work__gallery_grid .work__gallery_item_9 {
        grid-column: span 6;
      }
      .work__gallery_grid .work__gallery_item_10 {
        grid-column: span 3;
      }
      .work__gallery_grid .work__gallery_item_11 {
        grid-column: span 3;
      }
    .work__gallery_grid .thumbnail {
      //padding: 8px;
      position: relative;
      display: none;
    }
    .work__gallery_grid .thumbnail .overlay {
        display: none;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgb(21 0 177 / 50%);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        opacity: 0;
        transition: all 0.4s ease;
    }
    .work__gallery_grid .thumbnail:hover .overlay {
      opacity: 1;
    }
    .work__gallery_grid .thumbnail a.fancybox {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        min-height: 313px;
        max-height: 313px;
    }
    .work__gallery_grid .thumbnail .overlay i {
        color: #fff;
        font-size: 28px;
        font-weight: 200;
    }
    .work__gallery_grid .thumbnail img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: relative;
    }

/*! Footer
//////////////////////////////////////////////*/

.top__footer {
  margin: 56px 0;
}
  .top__footer .col-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .top__footer span {
    color: #d83f87;
    font-weight: 700;
    font-size: 24px;
    font-family: "Bitter", serif;
    margin-bottom: 10px;
  }
  .top__footer p {
    color: #2a1a3f;
    font-weight: 700;
    padding-bottom: 2px;
  }
  .top__footer a {
    color: #2a1a3f;
    font-weight: 700;
    padding-bottom: 2px;
    transition: .2s ease-in-out;
  }
  .top__footer a:hover {
    color: #d83f87;
  }
  .top__footer img {
    width: 200px;
    max-width: 205px;
  }
  .top__footer .socialmedia {
    margin-top: 26px;
  }
  .top__footer .socialmedia i {
    font-size: 26px;
    margin-right: 5px;
    color: #2a1a3f;
    transition: .2s ease-in-out;
  }
  .top__footer .socialmedia i:hover {
    color: #d83f87;
  }
  

footer[role=contentinfo] {
  background-color: #2a1a3f;
  padding: 32px 0;
}
  footer[role=contentinfo] p {
    color: #fff;
    text-align: center;
  }
  footer[role=contentinfo] a {
    color: #fff;
    text-align: center;
    transition: .2s ease-in-out;
  }
  footer[role=contentinfo] a:hover {
    color: #d83f87;
  }

@media screen and (max-width: 1280px) {
  .container {
    padding: 0 30px;
  }
  .work__gallery_grid .gallerythumb {
    grid-column: span 6;
  }
  header[role=banner] nav[role=navigation] #menu-main-menu > *:not(:last-child):not(:nth-last-child(2)) {
      margin-right: 1.5em;
  }
} 
 
@media screen and (max-width: 1000px) {
  .minicontainer {
    padding: 0 30px;
  }
  .main__content {
    margin: 72px 0;
  }
  .services__content {
    margin-top: 46px;
  }
    .col-12:nth-of-type(even) .service-box .service-name {
      //left: 0;
      //right: auto;
    }
    .services__ctas {
      margin-bottom: 72px;
    }
  .home .main__content h1 {
    text-align: left;
    margin-block: 18px;
  }
  .home .main__content .col-lg-5 {
    padding-right: 0;
  }
  .home .main__content .col-lg-7 {
    padding-left: 0;
  }
  .home__secondary__content {
    padding: 0;
  }
    .home__secondary__content .container {
      padding: 0;
    }
    .home__secondary__content .secondary__image {
      padding-right: 0;
    }
    .home__secondary__content .secondary__content {
      padding: 72px;
    }
    .home__secondary__content ul {
      column-count: 1;
    }
  .home__tertiary__content .row {
    gap: 0;
  }
  .home__tertiary__content .tertiary__block {
    padding: 68px;
  }
  .home__tertiary__content .row .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home__tertiary__content .tertiary__image {
    order: 1;
    flex: 0 0 auto;
    width: 100%;
  }
  .home__tertiary__content .tertiary__block {
    order: 2;
    flex: 0 0 auto;
    width: 100%;
  }
  .home__gallery {
    margin: 72px 0;
  }
  .home__testimonials {
    margin-bottom: 72px;
  }
  .home__quaternary__content {
    padding: 72px 0;
  }
  .home__quaternary__content .row {
    padding: 68px;
  }
  .subpage__image__text__content {
    padding: 144px 72px;
  }
  .subpage__secondary__content .row {
    max-height: 100%;
  }
  .subpage__image__text__content .row .secondary__image {
    padding-right: 0;
  }
  .subpage__image__text__content .row .secondary__block {
    padding-bottom: 56px;
  }
  .subpage__image__text__content .row .secondary__block:last-child {
    padding-bottom: 0 !important;
  }
  .subpage__image__text__content .row .col-lg-6:nth-last-child(2) {
    margin-bottom: 30px;
  }
  .subpage__secondary__content .secondary__image, .subpage__secondary__content .secondary__block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .subpage__tertiary__content .row {
    max-height: 100%;
  }
  .subpage__tertiary__content .tertiary__block {
    order: 2;
    flex: 0 0 auto;
    max-width: 100%;
  }
  .subpage__tertiary__content .tertiary__image {
    order: 1;
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .subpage__testimonials {
    padding: 60px 30px;
  }
  .footer__logo {
    margin: 30px 0;
  }
}
@media screen and (min-width: 768px) {
  .top__footer .col-12 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .services__ctas .col-lg-6  {
   width: calc(50% - 14px);
   flex: 0 0 auto;
  }
}

@media screen and (min-width: 1125px) {
  .tablet__phone__nav__bar {
    display: none;
  }
}

@media screen and (min-width: 640px) and (max-width: 1125px) {
  .mobile-nav {
    display: flex;
    justify-content: flex-end;
    gap: .65em;
    align-items: center;
    height: 60px;
  }
  .tablet__phone__nav__bar {
    display: flex;
    border-left: 2px solid rgba(255, 255, 255, .25);
    height: 60px;
    align-items: center;
  }
  .tablet__phone__nav__bar a {
    color: #9e56a5;
    font-weight: 700;
    font-size: 20px !important;
    padding-left: 1.3em;
  }
}
@media screen and (min-width: 640px) {
  .mobile__phone__footer {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo {
    order: 1;
    margin: 0 0 30px 0;
  }
  .contactus {
    order: 2;
  }
  .findus {
    order: 3;
    margin: 30px 0 0 0;
  }
}

@media screen and (max-width: 640px) {
  .tablet__phone__nav__bar {
    display: none;
  }
  .subpage__hero__faux__h1, .home__hero__faux__h1 {
    font-size: 48px;
    line-height: 1.2;
    padding-bottom: 18px;
  }
  .subpage__hero__faux__subheading, .home__hero__faux__subheading {
    font-size: 24px;
  }
  .nav__bar .col-3 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .nav__bar .col-9 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-12:nth-of-type(even) .service-box .service-name, .col-12:nth-of-type(odd) .service-box .service-name{
      left: 0;
      right: 0;
      text-align: center;
      padding: 10px;
  }
  .home__secondary__content .secondary__content {
      padding: 68px 34px;
  }
  .home__tertiary__content .tertiary__block {
      padding: 68px 34px;
  }
  
  .home__quaternary__content .row {
      padding: 68px 34px;
  }
  .home__gallery .gallery-container a {
    flex: 0 1 100% !important;
    height: 200px;
  }
  .home__gallery .gallery-container a:nth-child(2) {
    //flex: 0 1 100%;
  }
  
  .subpage__main__content {
    padding: 72px 0;
  }
  .subpage__image__text__content {
    padding: 72px 0;
  }
  .subpage__secondary__content .secondary__block {
    padding: 72px 30px;
  }
  .subpage__tertiary__content .tertiary__block {
    padding: 72px 30px;
  }
  .subpage__quaternary__content {
    padding: 72px 0;
  }
  .gallery__main__content {
    padding: 72px 0;
  }
  .work__gallery_grid .gallerythumb {
    grid-column: span 12;
  }
  .subpage__testimonials {
    padding: 60px 30px 20px 30px;
  }
  .subpage__testimonials .container {
    padding: 0;
  }
  .contact__form {
    max-height: 100%;
  }
  .contact__form .col-lg-6 {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }
  .contact__form input[type="submit"] {
    width: 100%;
  }
  .mobile__phone__footer {
    background-color: #2a1a3f;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    margin: 0 auto !important;
    left: 0;
    z-index: 99;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* flex-wrap: wrap; */
  }
  .mobile__phone__footer a {
    color: #9e56a5;
    font-weight: 700;
    font-size: 20px !important;
  }
  footer[role=contentinfo] {
    padding: 32px 0 54px 0;
  }
}
@media screen and (max-width: 383px) {
  .project__gallery .sort ul li {
    width: 100%;
  }
}

/*!////////////////////////////////////////////////
// STATES
/////////////////////////////////////////////////*/

/*! ==========================================================================
// Clearfix
// =========================================================================*/
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1; }

input[type="text"] {
	border: 1px solid black;
}

input[type="email"] {
	border:1px solid black;
}

textarea {
	border:1px solid black;
}

/*! ==========================================================================
// Print styles
// =========================================================================*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
