@charset "UTF-8";
html {
  font-family: "Source Sans Pro", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 38px;
  line-height: 40px;
  padding-bottom: 0;
}

h2 {
  position: relative;
  margin-top: 0;
}
h4 {
  font-size: 18px;
  line-height: 29.124px;
}

h5, h6 {
  font-size: 15px;
  line-height: 22.652px;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  padding-bottom: 20px;
  float: left;
  width: 100%;
  font-size: 18px;
}

li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  list-style-type: none;
}

a {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
}
#fifty-repeater p strong a {
  font-weight: bold;
  background: none;
  padding: 0 !important;
  color: #000 !important;
}
#fifty-repeater p strong a:hover {
  text-decoration: underline;
}

.heading-pre {
  text-transform: uppercase;
  color: #ffdc00;
  letter-spacing: 4px;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  font-weight: 700;
}

.section {
  clear: both;
  padding: 0;
  margin: 0;
}

section {
  float: left;
  width: 100%;
  padding: 20px 0;
}
@media screen and (min-width: 1024px) {
  section {
    padding: 34px 0;
  }
}

.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 1350px;
  padding: 0 2%;
  clear: both;
  overflow: hidden;
}
@media screen and (min-width: 1350px) {
  .wrap {
    padding: 0;
  }
}

.col {
  display: block;
  float: left;
  margin: 20px 0;
  margin-bottom: 0;
  margin-top: 0;
}
.col:first-of-type {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .col {
    margin: 20px 0 20px 40px;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.group {
  zoom: 1;
  /* For IE 6/7 */
}
.group:before, .group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}

.span_2_of_2 {
  width: 100%;
}

.span_1_of_2 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .span_1_of_2 {
    width: calc(49.96% - 20px);
  }
}

.span_3of_3, .span_2_of_3, .span_1_of_3 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .span_2_of_3 {
    width: calc(66.66% - 16px);
  }
}

@media only screen and (min-width: 768px) {
  .span_1_of_3 {
    width: calc(33.33% - 26.6666666667px);
  }
}

.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
  width: 100% !important;
}

@media only screen and (min-width: 768px) {
  .span_3_of_4 {
    width: calc(75% - 16px) !important;
  }
}

@media only screen and (min-width: 768px) {
  .span_2_of_4 {
    width: calc(50% - 20px) !important;
  }
}

@media only screen and (min-width: 768px) {
  .span_1_of_4 {
    width: calc(25% - 30.7692307692px) !important;
  }
}

/*  GRID OF FIVE  */
.span_5_of_5 {
  width: 100%;
}

.span_4_of_5 {
  width: 79.68%;
}

.span_3_of_5 {
  width: 59.36%;
}

.span_2_of_5 {
  width: 39.04%;
}

.span_1_of_5 {
  width: 18.72%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 700px) {
  .col {
    margin: 1% 0 1% 0%;
  }

  .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 {
    width: 100%;
  }
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.clearfix {
  overflow: auto;
}

html {
  overflow-x: hidden;
}

.First {
  margin-left: 0;
  clear: left;
}

.sitRight {
  float: right;
  clear: right;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

ul {
  clear: both;
  padding: 0px;
  margin: 0;
}

.no-margin {
  margin: 4px 0;
}

a {
  color: #000;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

a:hover {
  text-decoration: underline;
}

.page {
  margin-bottom: 0;
}

select {
  cursor: pointer;
  background-image: url(../images/ico/select-arrow.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position-y: 50%;
  background-position-x: calc(100% - 20px);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.featherlight-content {
  padding: 5px 5px 0 !important;
}
.featherlight-content .featherlight-next, .featherlight-content .featherlight-previous {
  top: auto;
  bottom: 0;
  height: 70px;
  width: 70px;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.featherlight-content .featherlight-next span, .featherlight-content .featherlight-previous span {
  position: relative;
  top: 60px;
  text-shadow: none;
  font-size: 20px;
  line-height: 25px;
  display: block;
}
.featherlight-content .featherlight-next {
  right: 0;
  left: auto;
}
.featherlight-content .featherlight-next span {
  right: -5%;
}
.featherlight-content .featherlight-previous {
  left: 0;
}
.featherlight-content .featherlight-close-icon {
  font-size: 40px;
  color: #fff;
  width: auto;
  padding: 20px;
}

.owl-nav {
  width: 100%;
  position: absolute;
  top: 45%;
}
.owl-nav div {
  position: absolute;
}
.owl-nav div i {
  font-weight: 800;
  font-size: 30px;
}
.owl-nav .owl-prev {
  left: 0;
}
.owl-nav .owl-next {
  right: 0;
}

.video-block iframe {
  width: 100% !important;
  height: 50.5vw;
}
@media screen and (min-width: 768px) {
  .video-block iframe {
    height: 35vw;
  }
}
@media screen and (min-width: 1024px) {
  .video-block iframe {
    height: 25.5vw;
  }
}

#breadcrumbs ul {
  font-size: 15px;
  line-height: 22.652px;
}
#breadcrumbs ul a {
  font-weight: 800;
}

#sticky {
  position: fixed;
  right: 0px;
  top: 240px;
  overflow: hidden;
  z-index: 9999;
}
#sticky ul {
  margin: 0;
  padding: 0;
}
#sticky ul li {
  list-style-type: none;
}
#sticky ul li a {
  margin-bottom: 4px;
  text-align: left;
  display: inline-block;
  width: 100px;
  background: #ffdc00;
  text-decoration: none;
  position: relative;
  right: -62px;
  color: #FFF;
  line-height: 35px;
}
#sticky ul li a:hover {
  right: 0px;
}
#sticky ul li a span {
  height: 33px;
  display: inline-block;
  margin: 0;
  float: left;
  font-size: 13px;
  color: #fff;
  padding: 0 13px;
  line-height: 35px;
  width: auto;
}
#sticky ul li:nth-child(2) a {
  background: #24252f;
}
#sticky ul li:nth-child(3) a {
  background: #ffdc00;
}

.button, button, body .wpcf7-submit, .directions-input, .button-text, .nav-links a, .omsc-button {
  padding: 14px 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: #000;
  background: #ffdc00;
  text-align: center;
  font-size: 11px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  font-weight: 400;
  min-width: 162px;
  display: inline-block;
  border: none;
  cursor: pointer;
}
.button:hover, button:hover, body .wpcf7-submit:hover, .directions-input:hover, .button-text:hover, .nav-links a:hover, .omsc-button:hover {
  background: #39c004;
  color: #FFF;
  text-decoration: none;
}

.button-alt {
  background: #FFF;
  color: #24252f;
  font-weight: bold;
}
.button-alt:hover {
  background: #24252f;
}

.button-text {
  display: inline-block;
  width: auto;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .flex {
    display: flex;
    align-items: center;
  }
}

.intro {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  float: none;
  overflow: hidden;
  padding: 0 10px;
}
.intro h2 {
  margin-bottom: 20px;
}

.page-template-page-one-col h2, .page-template-page-one-col h3 {
  position: relative;
}

#fourofour h2:after, #fourofour h3:after, #fourofour h4:after, #fourofour h5:after, #fourofour h6:after {
  left: 0px;
  right: auto;
}

#cookie-law-info-again {
  right: 160px !important;
}

.by a {
  color: #24252f;
}

.intro p:first-of-type {
  padding-top: 0px;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 34px;
}
.intro h1 {
  margin-bottom: 10px;
  margin-top: 0;
}

.page-id-8 #full-col p:last-child {
  padding-bottom: 0;
}

.page-template-page-service #content-repeater {
  padding-bottom: 0;
}
.page-template-page-service #service-image {
  padding-top: 0;
}
.page-template-page-service #intro-split {
  padding-bottom: 0;
}
.page-template-page-service #two-col {
  padding-top: 0;
}

.page-template-page-about #content-repeater {
  padding-bottom: 0;
}
.page-template-page-about #content-repeater li {
  margin-bottom: 10px;
}

.button {
  font-size: 15px;
}

section .promo .button,
body #service-ctas ul li .button {
  width: unset;
  max-width: unset;
}

#strapline {
  padding: 8px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#17bbbb+0,3aba93+47,66b863+100 */
  background: #17bbbb;
  /* Old browsers */
  background: -moz-linear-gradient(left, #17bbbb 0%, #3aba93 47%, #66b863 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #17bbbb 0%, #3aba93 47%, #66b863 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #17bbbb 0%, #3aba93 47%, #66b863 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#17bbbb", endColorstr="#66b863",GradientType=1 );
  /* IE6-9 */
}
#strapline p {
  text-align: center;
  font-style: italic;
  color: #FFF;
  font-weight: 700;
  font-size: 22px;
  margin: 0;
  padding: 0;
}

.search-form input {
  padding: 10px;
}

#more-jobs h2 {
  margin-bottom: 40px;
}

.privacy-policy #one-col .wrap li {
  font-weight: 400;
}
.privacy-policy #one-col .wrap p {
  font-weight: 400;
  padding-bottom: 0;
}
.privacy-policy #one-col .wrap strong {
  font-weight: 700;
}

body {
  background: #f2f2f2;
}

.home {
  background: #FFF;
}

.cuar-login-form {
  margin-top: 40px !important;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffdc00;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
#preloader {
  height: 100vh;
  background: #24252f;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.preload-wrap {
  top: 45vh;
  position: absolute;
  width: 100px;
  left: 1px;
  right: 1px;
  margin: 0 auto;
}

.hexagon {
  position: relative;
  width: 300px;
  height: 173.21px;
  background-color: #24252f;
  margin: 88px auto 140px;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 86.6px solid #24252f;
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 86.6px solid #24252f;
}

.fa-bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 1s infinite linear;
  -o-animation: bounce 1s infinite linear;
  -webkit-animation: bounce 1s infinite linear;
  animation: bounce 1s infinite linear;
}

@-webkit-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@-o-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@-ms-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
.effect {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #FFF;
  text-transform: capitalize;
  /* background-color: - add your own background-color */
  padding: 14px 0px;
  width: 180px;
  overflow: hidden;
  background: #ffdc00;
}

/* effect-2 styles */
.effect.effect-2 {
  transition: all 0.2s linear 0s;
}
.effect.effect-2:before {
  content: "";
  font-family: FontAwesome;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.2s linear 0s;
  text-align: center;
}
.effect.effect-2:hover {
  text-indent: -30px;
}
.effect.effect-2:hover:before {
  right: 0;
  text-indent: 0px;
}

#hexwrap {
  padding-top: 80px;
}

header {
  width: 100%;
  float: left;
  z-index: 9999;
  background: #24252f;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
}
header .logo {
  float: left;
  width: 160px;
  margin: 10px 0;
}
@media screen and (min-width: 1024px) {
  header .logo {
    width: 180px;
    margin: 20px 0;
  }
}
@media screen and (min-width: 1300px) {
  header .logo {
    width: 180px;
  }
}
header .logo img {
  width: 100%;
  height: auto;
}
header .wrap {
  overflow: visible;
}

.home header {
  background: none;
  position: absolute;
}

.head-buttons {
  float: right;
  width: auto;
  text-align: center;
}
@media screen and (min-width: 1180px) {
  .head-buttons {
    margin: 20px 0;
  }
}
.head-buttons ul {
  float: left;
}
@media screen and (min-width: 768px) {
  .head-buttons ul {
    float: left;
    margin-top: 20px;
  }
}
.head-buttons ul li {
  text-align: right;
  margin: 0 0px 0 0;
  line-height: 10px;
  padding-right: 0px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .head-buttons ul li {
    float: left;
    margin: 0 10px 0 0;
    padding-right: 10px;
    border-right: solid 1px #FFF;
  }
}
@media screen and (min-width: 1024px) {
  .head-buttons ul li {
    float: left;
    text-align: right;
    margin: 0px 10px 0 0;
    line-height: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
}
.head-buttons ul li:last-child {
  border: none;
}
.head-buttons ul li a {
  color: #ffd40e;
}
.head-buttons ul .social {
  display: none;
}
@media screen and (min-width: 768px) {
  .head-buttons ul .social {
    display: inline-block;
  }
}
.head-buttons ul .social a {
  color: #FFF;
}
.head-buttons .button {
  min-width: auto;
  float: right;
  color: #000;
  background: #ffdc00;
  clear: both;
  margin: 10px 60px 0 0;
  font-size: 12px;
}
.head-buttons .button:hover {
  background: #39c004;
  color: #FFF;
}
@media screen and (min-width: 1180px) {
  .head-buttons .button {
    clear: none;
    margin: 0;
    font-size: 15px;
  }
}

.head-link .fas {
  margin-right: 5px;
  color: white;
}
.head-link a {
  color: #FFF;
}
.head-link a:last-child {
  border: none;
}

.social a {
  color: #FFF;
}

.main-navigation {
  float: right;
  width: auto;
  clear: none;
  margin-top: 25px;
}
.main-navigation li {
  border-right: solid 1px #FFF;
  line-height: 10px;
}
.main-navigation li:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.main-navigation li a {
  padding: 0 8px;
  margin: 0 5px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
}
.main-navigation li a:hover {
  color: #ffdc00;
}
#responsive-menu-button {
  min-width: auto;
  background: #FFF !important;
  right: 7px !important;
  position: fixed !important;
  width: 50px !important;
  height: 46px !important;
}
@media screen and (min-width: 768px) {
  #responsive-menu-button {
    right: 20px !important;
  }
}
#responsive-menu-button .responsive-menu-inner {
  background-color: #000 !important;
}
#responsive-menu-button span:after {
  background-color: #000 !important;
}
#responsive-menu-button span:before {
  background-color: #000 !important;
}

button#responsive-menu-button.fixed {
  position: fixed !important;
}

.nav-color #responsive-menu-button .responsive-menu-inner {
  background-color: #000 !important;
}
.nav-color #responsive-menu-button span:after {
  background-color: #000 !important;
}
.nav-color #responsive-menu-button span:before {
  background-color: #000 !important;
}

button#responsive-menu-button {
  top: 10px !important;
}
@media screen and (min-width: 768px) {
  button#responsive-menu-button {
    top: 10px !important;
  }
}

#cv-form {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  left: 0px;
  top: 0px;
}
#cv-form .wrap {
  margin-top: 10vh;
  max-width: 1000px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  background: #FFF;
  padding: 20px;
  overflow: scroll;
  text-align: left;
  height: 800px;
}

#cv-form form input[type=text], #cv-form form input[type=email], #cv-form form input[type=url], #cv-form form input[type=password], #cv-form form input[type=search], #cv-form form input[type=number], #cv-form form input[type=tel], #cv-form form input[type=range], #cv-form form input[type=date], #cv-form form input[type=month], #cv-form form input[type=week], #cv-form form input[type=time], #cv-form form input[type=datetime], #cv-form form input[type=datetime-local], #cv-form form input[type=color], #cv-form form textarea {
  border-radius: 0px;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
}

.shrink {
  position: fixed;
  background: rgba(45, 62, 80, 0.89);
  left: 0px;
}

footer {
  padding-top: 40px;
  background: #191919;
  clear: both;
  overflow: hidden;
}
footer .footer-title {
  font-size: 16px;
  margin-bottom: 0;
  color: #f2f2f2;
  font-weight: 400;
}
footer .footer-title i {
  color: #ffdc00;
}

footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  float: left;
  width: 100%;
  list-style-type: none;
  color: #FFF;
  font-size: 12px;
  line-height: 27px;
}
footer ul li a {
  color: #FFF;
  font-weight: 400;
}
footer p {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
}

.bottom-footer {
  float: left;
  width: 100%;
  background: #000;
  padding: 10px 0;
  margin-top: 40px;
}
.bottom-footer .copy {
  float: left;
  width: 100%;
  color: #FFF;
  margin-bottom: 0px;
  padding: 0;
}
@media screen and (min-width: 700px) {
  .bottom-footer .copy {
    width: auto;
    padding-bottom: 0;
  }
}
.bottom-footer .by {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  padding: 0;
}
.bottom-footer .by p {
  color: #FFF;
  margin-bottom: 0px;
  padding: 0;
}
.bottom-footer .by p a {
  color: #ffdc00;
}
@media screen and (min-width: 700px) {
  .bottom-footer .by {
    width: auto;
    float: right;
    padding-bottom: 0;
  }
}
.social-media ul {
  float: left;
  width: 100%;
}
.social-media ul li {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
.social-media ul li a {
  background: #24252f;
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 50px;
  text-align: center;
  color: #FFF;
  line-height: 40px;
}
.social-media ul li a:hover {
  background: #ffdc00;
}

.footer-title {
  font-size: 16px;
}

.bottom-footer p {
  color: #FFF;
  font-weight: 400;
  margin: 0;
}
.bottom-footer p a {
  color: #ffdc00;
}

footer img {
  max-width: 180px;
}

.oj {
  color: #ffdc00;
}

.phone-numbers li span {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
}
.phone-numbers li span img {
  width: 100%;
  height: auto;
}

footer .social i {
  background: #ffdc00;
  border-radius: 9999px;
  width: 18px;
  height: 18px;
  line-height: 19px;
  text-align: center;
  font-size: 10px;
}

footer li p i {
  background: #ffdc00;
  border-radius: 9999px;
  width: 18px;
  height: 18px;
  line-height: 19px !important;
  text-align: center;
  font-size: 10px;
}
footer .foot-menu {
  width: 100%;
}
@media screen and (min-width: 1180px) {
  footer .foot-menu {
    width: 50%;
    float: left;
  }
}

.by i {
  color: #f00000;
}

/* =====================================================
========================================================
==== Owl Carousel
========================================================
===================================================== */
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* =====================================================
========================================================
==== FeatherLight
========================================================
===================================================== */
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
  }

  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }

  .featherlight:before {
    /* position: trick to center content vertically */
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }

  .featherlight .featherlight-content {
    border-radius: 15px;
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    /*padding: 25px 25px 0;
    border-bottom: 25px solid transparent;*/
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }

  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
    position: relative;
  }

  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 10px;
    right: 10px;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }

  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }

  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
  }

  .featherlight iframe {
    /* styling */
    border: none;
  }

  .featherlight * {
    /* See https://github.com/noelboss/featherlight/issues/42 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    /*padding: 10px 10px 0;
    border-bottom: 10px solid transparent;*/
  }
}
#hero-banner {
  padding: 0;
}
#hero-banner .main-banner-repeater {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  position: relative;
  height: 700px;
}
#hero-banner .main-banner-repeater .owl-stage-outer {
  height: 700px;
}
#hero-banner .main-banner-repeater .background-image {
  float: left;
  width: 100%;
}
#hero-banner .main-banner-repeater .background-image img {
  height: 700px;
  object-fit: cover;
}
#hero-banner .main-banner-repeater .banner-content {
  position: absolute;
  z-index: 10;
  top: 15vh;
  text-align: left;
  width: 100%;
  padding: 0 0px;
  left: 0px;
  right: 0px;
  max-width: 1340px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  #hero-banner .main-banner-repeater .banner-content {
    top: 25vh;
  }
}
#hero-banner .main-banner-repeater .banner-content p {
  color: #FFF;
  max-width: 800px;
  clear: both;
  margin: 0 auto;
  float: none;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  #hero-banner .main-banner-repeater .banner-content p {
    font-size: 19px;
  }
}
#hero-banner .main-banner-repeater .banner-content .main-banner-title {
  font-size: 36px;
  color: #FFF;
  line-height: normal;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 40px;
  text-shadow: 0px 0px 10px rgba(150, 150, 150, 0.75);
}
#hero-banner .main-banner-repeater .banner-content .main-banner-title span {
  text-transform: none;
}
@media screen and (min-width: 768px) {
  #hero-banner .main-banner-repeater .banner-content .main-banner-title {
    font-size: 52px;
  }
}
@media screen and (min-width: 1024px) {
  #hero-banner .main-banner-repeater .banner-content .main-banner-title {
    font-size: 52px;
  }
}
@media screen and (min-width: 1350px) {
  #hero-banner .main-banner-repeater .banner-content .main-banner-title {
    width: 100%;
  }
}
#hero-banner .main-banner-repeater .banner-content .button {
  clear: both;
  background: #ffdc00;
}
#hero-banner .main-banner-repeater .banner-content .button:hover {
  background: #39c004;
}

.banner-list {
  margin: 20px 0;
  padding: 0;
}
.banner-list li {
  color: #FFF;
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  position: relative;
  padding-left: 30px;
}
@media screen and (min-width: 1024px) {
  .banner-list li {
    font-size: 20px;
    line-height: 34px;
  }
}
.banner-list li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #39c004;
  position: absolute;
  padding-right: 8px;
  left: 0px;
  right: auto;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
}

#hero-banner {
  position: relative;
}
#hero-banner li {
  list-style-type: none;
}

#hero-banner .owl-nav .owl-prev {
  position: absolute;
  width: auto;
  left: 2%;
  min-width: auto;
}
@media screen and (min-width: 1300px) {
  #hero-banner .owl-nav .owl-prev {
    left: 0;
  }
}
#hero-banner .owl-nav .owl-prev i {
  color: #FFF;
}
#hero-banner .owl-nav .owl-next {
  left: 6%;
  position: absolute;
  width: auto;
  min-width: auto;
}
@media screen and (min-width: 1300px) {
  #hero-banner .owl-nav .owl-next {
    left: 4%;
  }
}
#hero-banner .owl-nav .owl-next i {
  color: #FFF;
}

.promo {
  background: #ffdc00;
  clear: both;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .promo {
    padding: 10px 0;
  }
}
.promo .col:first-of-type {
  margin: 0 auto;
  float: none;
}
@media screen and (min-width: 768px) {
  .promo .col:first-of-type {
    float: left;
  }
}
.promo .promo-image {
  width: 120px;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .promo .promo-image {
    float: left;
    width: auto;
  }
}
.promo .promo-image img {
  float: left;
  width: 100%;
  border-radius: 9999px;
  border: solid 2px #FFF;
  overflow: hidden;
}
.promo .promo-content {
  float: left;
  width: auto;
}
.promo .promo-content p {
  color: #FFF;
  margin: 0;
  width: auto;
  padding: 0;
  font-style: italic;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .promo .promo-content p {
    text-align: left;
  }
}
.promo .promo-content .author {
  color: #000;
  font-size: 14px;
  margin-top: 5px;
  padding: 0;
  font-style: normal;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .promo .promo-content .author {
    width: auto;
  }
}
.promo .button {
  color: #2d3e50;
  background: #FFF;
  margin: 10px auto 20px;
  display: block;
  width: 140px;
}
.promo .button:hover {
  background: #2d3e50;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .promo .button {
    float: right;
    margin: 0;
    display: inline-block;
  }
}

#hero-banner .owl-dots {
  display: none;
}
#hero-banner .owl-nav {
  bottom: 60px;
  top: auto;
  max-width: 1350px;
  left: 1px;
  right: 1px;
  margin: 0 auto;
}
#hero-banner .owl-nav button {
  outline: none;
}

#hero-banner .wrap {
  position: relative;
}

.call-form {
  position: absolute;
  display: none;
  right: 0px;
  top: 40px;
  padding: 20px;
  background: #FFF;
  z-index: 10;
  width: 340px;
}
.call-form h2 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}
.call-form p {
  padding-top: 0;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
.call-form input {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 0px;
  font-size: 12px;
  padding: 10px;
}
@media screen and (min-width: 1024px) {
  .call-form {
    display: block;
  }
}
.call-form .wpcf7-list-item {
  width: auto;
  font-size: 11px;
  float: left;
  clear: both;
}
.call-form input[type=checkbox] {
  width: auto;
  position: relative;
  top: 3px;
}
.call-form .wpcf7-submit {
  padding: 14px 30px;
  max-width: 160px;
  float: right;
}
.call-form .wpcf7-not-valid-tip {
  top: -6px;
  position: relative;
  font-size: 12px;
}
.call-form .invalid br {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  padding: 10px;
  font-size: 12px;
}

#hero-banner .main-banner-repeater .banner-buttons {
  max-width: 384px;
  margin: 0 auto;
}
#hero-banner .main-banner-repeater .banner-buttons .button {
  color: #FFF;
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  #hero-banner .main-banner-repeater .banner-buttons .button {
    display: inline-block;
    margin-bottom: 0;
  }
}
#hero-banner .main-banner-repeater .banner-buttons .button:nth-child(2) {
  background: #FFF;
  color: #24252f;
}

#hero {
  height: 980px;
  padding: 0;
  background: url(../images/your-isotope-background.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
#hero .hero-content {
  text-align: center;
  padding: 80px 0;
  margin-top: 12vh;
}
#hero .hero-content .hero-pre {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 6px;
  margin: 0 0 0px 0;
  padding: 0;
}

.hero-title {
  font-size: 82px;
  font-weight: bold;
  color: #FFF;
  padding: 0;
  margin: 0 0 10px 0;
  line-height: normal;
}
.hero-title span {
  color: #ffdc00;
}

.hero-sub {
  color: #FFF;
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  margin-bottom: 20px;
}

.hero-images {
  max-width: 1040px;
  position: relative;
  bottom: 0;
  left: 2px;
  right: 2px;
  margin: 0 auto;
}
.hero-images .iphone-1 {
  width: 16%;
  float: left;
  z-index: 1;
  position: absolute;
  left: 62px;
  top: 110px;
}
.hero-images .iphone-2 {
  width: 20%;
  float: left;
  z-index: 2;
  position: absolute;
  left: 202px;
  top: 80px;
}
.hero-images .iphone-3 {
  width: 28%;
  margin: 0 auto;
  z-index: 3;
  position: absolute;
  left: 2px;
  right: 2px;
}
.hero-images .iphone-4 {
  width: 20%;
  float: left;
  z-index: 2;
  position: absolute;
  right: 202px;
  top: 80px;
}
.hero-images .iphone-5 {
  width: 16%;
  float: left;
  z-index: 1;
  position: absolute;
  right: 62px;
  top: 110px;
}

.dwn {
  color: #FFF;
  text-align: center;
  font-size: 42px;
  opacity: 0.7;
}
.dwn:hover {
  opacity: 1;
}
#internal-banner {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 340px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  #internal-banner {
    max-height: 340px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1500px) {
  #internal-banner {
    max-height: 340px;
    overflow: hidden;
  }
}
#internal-banner .background-image img {
  opacity: 0.5;
  height: 340px;
  object-fit: cover;
}

#breadcrumbs-wrap {
  float: left;
  width: 100%;
  padding: 10px 0px;
  background: #ffdc00;
}
#breadcrumbs-wrap .breadcrumbs {
  font-weight: 100 !important;
  padding-bottom: 0;
  padding: 0;
  margin: 0;
  font-size: 11px;
}
#breadcrumbs-wrap .breadcrumbs .current-item {
  margin-left: 4px;
}
#breadcrumbs-wrap .breadcrumbs span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  margin-right: 2px;
  margin-bottom: 0;
  color: #FFF;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}
#breadcrumbs-wrap .breadcrumbs span a {
  text-transform: uppercase;
  font-size: 11px;
  color: #FFF;
}
#breadcrumbs-wrap .breadcrumbs span a span {
  color: #000;
}
#breadcrumbs-wrap .breadcrumbs span a strong {
  font-weight: 100 !important;
}

#internal-banner {
  background: #000;
}
#internal-banner img {
  opacity: 0.3;
}
#internal-banner .banner-content {
  position: absolute;
  z-index: 10;
  text-align: left;
  width: 100%;
  padding: 0 0px;
  left: 0px;
  margin: 0 auto;
  bottom: 60px;
  padding-top: 30px;
}
@media screen and (min-width: 1024px) {
  #internal-banner .banner-content {
    left: 0px;
    right: 0px;
    padding-top: 60px;
  }
}
#internal-banner .banner-content .main-banner-title {
  font-size: 28px;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  line-height: normal;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  padding-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #internal-banner .banner-content .main-banner-title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  #internal-banner .banner-content .main-banner-title {
    letter-spacing: 4px;
  }
}
#internal-banner .banner-content p {
  font-size: 20px;
  color: #FFF;
}
#content-repeater {
  background: #f2f2f2;
}
#content-repeater ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
#content-repeater ul li {
  list-style-type: none;
  float: left;
  width: 100%;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  margin-bottom: 20px;
  padding: 20px 0;
}
@media screen and (min-width: 1024px) {
  #content-repeater ul li {
    margin-bottom: 34px;
  }
}
@media screen and (min-width: 1180px) {
  #content-repeater ul li {
    padding: 0;
  }
}
#content-repeater ul li h1, #content-repeater ul li h2, #content-repeater ul li h3, #content-repeater ul li h4, #content-repeater ul li h5, #content-repeater ul li h6 {
  padding-left: 20px;
  padding-right: 20px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
#content-repeater ul li h1:after, #content-repeater ul li h2:after, #content-repeater ul li h3:after, #content-repeater ul li h4:after, #content-repeater ul li h5:after, #content-repeater ul li h6:after {
  position: absolute;
  left: 20px;
  height: 4px;
  right: auto;
  background: #ffdc00;
  width: 44px;
  bottom: -20px;
  content: "";
}
#content-repeater ul li p {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: #FFF;
}
#content-repeater ul li img {
  padding: 20px;
}
@media screen and (min-width: 1300px) {
  #content-repeater ul li img {
    padding: 0;
    min-height: 520px;
    object-fit: cover;
  }
}
#content-repeater ul li .col ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
#content-repeater ul li .col ul li {
  box-shadow: none;
  margin: 0;
  background: #ffdc00;
  position: relative;
  padding-left: 30px;
  line-height: 34px;
  font-weight: 300;
  padding-right: 20px;
}
#content-repeater ul li .col ul li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #39c004;
  position: absolute;
  padding-right: 8px;
  left: 0px;
  right: auto;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
}
.page-template-page-home #content-repeater,
.page-template-page-about #content-repeater,
.page-template-page-service #content-repeater {
  padding: 0;
  background: #FFF;
}
.page-template-page-home #content-repeater .wrap,
.page-template-page-about #content-repeater .wrap,
.page-template-page-service #content-repeater .wrap {
  max-width: 2000px;
}
.page-template-page-home #content-repeater .wrap .col,
.page-template-page-about #content-repeater .wrap .col,
.page-template-page-service #content-repeater .wrap .col {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .page-template-page-home #content-repeater .wrap .col,
.page-template-page-about #content-repeater .wrap .col,
.page-template-page-service #content-repeater .wrap .col {
    width: 50%;
  }
}
.page-template-page-home #content-repeater li,
.page-template-page-about #content-repeater li,
.page-template-page-service #content-repeater li {
  margin: 0;
  box-shadow: none;
  background: #24252f;
}
.page-template-page-home #content-repeater li:nth-child(odd),
.page-template-page-about #content-repeater li:nth-child(odd),
.page-template-page-service #content-repeater li:nth-child(odd) {
  background: #ffdc00;
}
.page-template-page-home #content-repeater li:nth-child(odd) h2:after,
.page-template-page-about #content-repeater li:nth-child(odd) h2:after,
.page-template-page-service #content-repeater li:nth-child(odd) h2:after {
  background: #24252f;
}
.page-template-page-home #content-repeater li:nth-child(odd) .button,
.page-template-page-about #content-repeater li:nth-child(odd) .button,
.page-template-page-service #content-repeater li:nth-child(odd) .button {
  background: #24252f;
  color: #FFF;
}

.page-id-198 #content-repeater ul li img {
  min-height: auto;
}

.page-template-page-about #content-repeater li:nth-child(odd) {
  background: #24252f;
}
.page-template-page-about #content-repeater li:nth-child(odd) h2:after {
  background: #ffdc00;
}
.page-template-page-about #content-repeater li:nth-child(odd) .button {
  background: #ffdc00;
  color: #FFF;
}

.page-template-page-about #content-repeater ul li .col p a {
  color: #ffdc00;
}
.page-template-page-about #content-repeater ul li .col ul li {
  background: none;
  color: #FFF;
  margin-right: 10px;
}

@media screen and (min-width: 1180px) {
  #content-repeater .wrap {
    padding: 0;
  }
}

#full-col {
  float: left;
  width: 100%;
  text-align: left;
  background: #f2f2f2;
}

.page-template-page-service #full-col {
  text-align: center;
}
.page-template-page-service #full-col p {
  margin-bottom: 0;
  padding-bottom: 0;
  max-width: 1000px;
  float: none;
  margin: 40px auto 0;
}

#testimonials {
  background: #2d3e50;
  text-align: center;
  padding: 60px 0;
  position: relative;
}
#testimonials h2 {
  color: #FFF;
  position: relative;
  z-index: 10;
}
#testimonials p {
  color: #FFF;
}
#testimonials .testimonial-slider {
  float: left;
  margin: 0;
  padding: 0;
}
#testimonials .testimonial-slider p {
  color: #24252f;
  margin-bottom: 0;
  padding-bottom: 0;
}
#testimonials .testimonial-slider li {
  color: #FFF;
  list-style-type: none;
  background: #FFF;
  flex: 1;
  margin: 10px;
}
#testimonials .testimonial-slider li a {
  color: #FFF;
}
#testimonials .testimonial-slider li .post-content {
  position: relative;
  padding: 0 20px;
  overflow: hidden;
  margin: 0 auto;
  z-index: 10;
  margin: 20px;
  padding-bottom: 20px;
}
#testimonials .testimonial-slider li .post-content h3 {
  font-size: 22px;
  line-height: normal;
  color: #24252f;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 400;
  margin-bottom: 0;
}
#testimonials .testimonial-slider li .owl-dots {
  margin: 0;
  bottom: -20px;
}

.testimonial-content {
  z-index: 10;
  position: relative;
}

#testimonials {
  height: auto;
  overflow: hidden;
}
#testimonials .owl-nav {
  position: static;
  text-align: center;
  margin-top: 20px;
}
#testimonials .owl-nav .owl-prev {
  position: static;
  display: inline-block;
  margin-right: 15px;
}
#testimonials .owl-nav .owl-next {
  position: static;
  display: inline-block;
  margin-left: 15px;
}

#testimonials .fa-angle-right:before {
  color: #ffdc00;
}
#testimonials .fa-angle-left:before {
  color: #ffdc00;
}

#testimonials .bg-image {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  height: 486px;
  overflow: hidden;
  opacity: 0.9;
}
@media screen and (min-width: 1024px) {
  #testimonials .bg-image {
    height: 406px;
  }
}
#testimonials .bg-image img {
  object-fit: cover;
  height: 486px;
}
@media screen and (min-width: 1024px) {
  #testimonials .bg-image img {
    height: 406px;
  }
}

.page-template-page-about #testimonials {
  background: #f2f2f2;
}
.page-template-page-about #testimonials h2 {
  color: #24252f;
}
.page-template-page-about #testimonials h2:after {
  background: #ffdc00;
}
.page-template-page-about #testimonials .testimonial-slider li {
  background: none;
}
.page-template-page-about #testimonials button {
  min-width: auto;
}
.page-template-page-about #testimonials button i {
  color: #ffdc00;
}

.author {
  font-weight: 600;
  color: #ffdc00;
}

.testimonial-text {
  font-style: italic;
}

#call-to-action-repeater {
  background: #faf8e8;
}
#call-to-action-repeater .intro {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
#call-to-action-repeater .call-slider {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
#call-to-action-repeater .call-slider li {
  background: #FFF;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 9px;
  width: 100%;
}
#call-to-action-repeater .call-slider li .image {
  background: #000;
  overflow: hidden;
  height: auto;
}
#call-to-action-repeater .call-slider li .call-content {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
#call-to-action-repeater .call-slider li .call-content h2 {
  margin-bottom: 0;
}
#call-to-action-repeater .call-slider li .call-content .button-text {
  margin: 0 auto;
  float: none;
  position: absolute;
  bottom: 20px;
  left: 1px;
  right: 1px;
  max-width: 176px;
}
#call-to-action-repeater .call-slider li img {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
#call-to-action-repeater .call-slider li a:hover {
  text-decoration: none;
}
#call-to-action-repeater .call-slider li a:hover img {
  opacity: 0.9;
}
#call-to-action-repeater .call-slider li a:hover h2:after {
  background: #ffdc00;
}

#hi {
  text-align: center;
}

#call-to-action-repeater .owl-nav {
  position: static;
  text-align: center;
  margin-top: 20px;
}
#call-to-action-repeater .owl-nav .owl-prev {
  position: static;
  display: inline-block;
  margin-right: 15px;
}
#call-to-action-repeater .owl-nav .owl-next {
  position: static;
  display: inline-block;
  margin-left: 15px;
}
#call-to-action-repeater .owl-stage {
  display: flex;
}
#call-to-action-repeater .owl-item {
  display: flex;
  flex: 1;
}

#usp {
  background: #f2f2f2;
  position: relative;
}
#usp:after {
  position: absolute;
  left: 2px;
  right: 2px;
  top: 0px;
  content: "";
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #293949 transparent transparent transparent;
}
#usp ul {
  padding: 0;
  margin: 0;
}
#usp ul li {
  list-style-type: none;
  text-align: center;
  overflow: hidden;
}
#usp ul li .usp-icon {
  font-size: 42px;
  display: block;
  color: #ffdc00;
  padding: 0;
  margin: 0;
}
#usp ul li .usp-title {
  font-size: 20px;
  display: block;
  color: #24252f;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
}
#usp ul li .usp-info {
  font-size: 15px;
  display: block;
  color: #24252f;
  padding: 0;
  margin: 0;
  font-weight: 400;
}

#usp .fa-angle-right:before {
  color: #FFF;
}
#usp .fa-angle-left:before {
  color: #FFF;
}

#usp .owl-nav {
  top: 30%;
}
#usp .owl-nav .owl-prev {
  left: 20px;
  min-width: auto;
  position: absolute;
}
#usp .owl-nav .owl-next {
  right: 20px;
  min-width: auto;
  position: absolute;
}

#image-slider {
  overflow: hidden;
  position: relative;
  background: #FFF;
  padding: 50px;
}
#image-slider .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  flex: 1;
}
#image-slider .intro {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#image-slider .intro h2, #image-slider .intro p {
  color: #000;
}
#image-slider .image-slider {
  padding: 40px;
  width: 100%;
}
#image-slider .image-slider li {
  list-style-type: none;
  background: #f2f2f2;
  padding: 20px;
}
#image-slider .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.3;
}
#image-slider .background-image img {
  height: 500px;
  object-fit: cover;
}
#image-slider .owl-nav i {
  color: #FFF;
}
#image-slider .owl-nav .owl-next {
  right: 40px;
}
#image-slider .owl-nav .owl-prev {
  left: -40px;
}

#two-col {
  background: #f2f2f2;
}
#two-col .group {
  display: flex;
  flex-wrap: wrap;
}
#two-col .group h1:after, #two-col .group h2:after, #two-col .group h3:after, #two-col .group h4:after, #two-col .group h5:after, #two-col .group h6:after {
  left: 0px;
  right: auto;
}
#two-col .group p {
  padding-bottom: 0;
}
#two-col .group .col {
  background: #FFF;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  padding: 20px;
}
#two-col .group .col:nth-child(1) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #two-col .group .col:nth-child(1) {
    margin-bottom: 0px;
  }
}
#two-col .group .col li {
  font-weight: 300;
}
#two-col .figure {
  margin: -20px -20px 20px -20px;
}
#two-col .button {
  margin: 10px 0;
}

.page-template-page-contact #two-col .col p a {
  color: #2d3e50;
  font-weight: 600;
}
.page-template-page-contact #two-col .col li a {
  font-size: 17px;
  font-weight: 400;
  color: #39c004;
}
.page-template-page-contact #two-col .col li i {
  font-size: 14px;
  margin-right: 5px;
}
.page-template-page-contact h2 {
  margin-bottom: 40px;
}
.page-template-page-contact h1 {
  position: relative;
  margin-bottom: 40px !important;
}
.page-template-page-contact h1:after {
  position: absolute;
  left: 0;
  right: auto;
  margin: 0 auto;
  height: 4px;
  background: #07bb8a;
  width: 44px;
  bottom: -20px;
  content: "";
}

.page-template-page-contact .wpcf7-submit {
  padding: 14px 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: #FFF;
  background: #ffdc00;
  text-align: center;
  font-size: 11px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  min-width: 162px;
  display: inline-block;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}
.page-template-page-contact .wpcf7-submit:hover {
  background: #39c004;
}

.page-id-198 #two-col .group li {
  line-height: 36px;
  font-weight: 600;
  position: relative;
  padding-left: 34px;
}
.page-id-198 #two-col .group li:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #ffdc00;
  position: absolute;
  padding-right: 8px;
  left: 0px;
  right: auto;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
}

.page-id-135 #two-col .col li {
  font-weight: 300;
  padding-left: 30px;
  line-height: 34px;
  font-weight: 300;
  padding-right: 20px;
  position: relative;
}
.page-id-135 #two-col .col li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #39c004;
  position: absolute;
  padding-right: 8px;
  left: 0px;
  right: auto;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
}

#three-col {
  padding: 50px 0;
  background: #f2f2f2;
}
#three-col .intro {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #three-col .group {
    display: flex;
  }
}
#three-col .group h1, #three-col .group h2, #three-col .group h3, #three-col .group h4, #three-col .group h5, #three-col .group h6 {
  font-size: 20px;
}
#three-col .group .col {
  text-align: center;
}

#four-col {
  padding: 50px 0;
  background: #f2f2f2;
}
#four-col .intro {
  text-align: center;
}
#four-col .group {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #four-col .group {
    display: flex;
    flex-wrap: wrap;
  }
}
#four-col .group h1, #four-col .group h2, #four-col .group h3, #four-col .group h4, #four-col .group h5, #four-col .group h6, #four-col .group p {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}
#full-gallery {
  padding: 50px 0;
}
#full-gallery .intro {
  text-align: center;
}
#full-gallery .gallery-wrap {
  width: 100%;
  overflow: hidden;
  clear: both;
}

#slider-gallery h1:after, #slider-gallery h2:after, #slider-gallery h3:after, #slider-gallery h4:after, #slider-gallery h5:after, #slider-gallery h6:after {
  left: 0px;
  right: auto;
}
#slider-gallery .slider-gallery {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
#slider-gallery .slider-gallery li {
  list-style-type: none;
}

#slider-gallery .fa-angle-right:before {
  color: #FFF;
}
#slider-gallery .fa-angle-left:before {
  color: #FFF;
}

#slider-gallery .owl-nav {
  top: 49%;
}
#slider-gallery .owl-nav .owl-prev {
  left: 20px;
}
#slider-gallery .owl-nav .owl-next {
  right: 20px;
}

div.wpcf7-response-output {
  clear: both;
  margin: 0;
  background: green !important;
  border: none !important;
  color: #fff !important;
  text-align: center;
}

div.wpcf7-validation-errors {
  clear: both;
  margin: 0;
  background: red !important;
  border: none !important;
  color: #fff !important;
}

#two-col form input[type=text], #two-col form input[type=email], #two-col form input[type=url], #two-col form input[type=password], #two-col form input[type=search], #two-col form input[type=number], #two-col form input[type=tel], #two-col form input[type=range], #two-col form input[type=date], #two-col form input[type=month], #two-col form input[type=week], #two-col form input[type=time], #two-col form input[type=datetime], #two-col form input[type=datetime-local], #two-col form input[type=color], #two-col form textarea {
  border-radius: 0px;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
}

#two-col .col h1 {
  margin-bottom: 0;
}
#two-col .col .col {
  box-shadow: none;
  padding: 0px;
  background: none;
}

#wpcf7-f204-o1 > form > p:nth-child(3), #wpcf7-f204-o1 > form > h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.wpcf7-file {
  margin: 10px 0;
}

.wpcf7-checkbox {
  display: block;
}

span.wpcf7-list-item {
  margin-left: 0px;
}

#two-col .fa-facebook {
  color: #3b5998;
}
#two-col .fa-instagram {
  color: #517fa4;
}
#two-col .fa-linkedin {
  color: #007bb6;
}

#sitemap-menu {
  margin: 20px 0 0 0;
  float: left;
  width: 100%;
  padding: 0;
}
#sitemap-menu li {
  list-style-type: none;
  width: auto;
  margin: 10px 0;
}
#sitemap-menu li a {
  background: #24252f;
  padding: 20px 30px;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  width: auto;
  display: inline-block;
}
#sitemap-menu li a:hover {
  background: #ffdc00;
  text-decoration: none;
}
#sitemap-menu li .sub-menu {
  margin: 0;
  padding: 0;
}

#sitemap-area h2:after {
  left: 0px;
  right: auto;
}

#map-module .intro {
  text-align: center;
}
#map-module .map {
  float: left;
  width: 100%;
}
#map-module .map iframe {
  width: 100%;
}
#map-module .directions {
  margin: 20px auto;
  float: none;
  width: 50%;
}
#map-module .directions form {
  float: left;
  width: 100%;
}
#map-module .directions form input {
  width: 100%;
  font-size: 14px;
  padding: 9.5px;
  float: left;
}
@media screen and (min-width: 700px) {
  #map-module .directions form input {
    width: 75%;
  }
}
#map-module .directions form .directions-input {
  width: 25%;
  padding: 14px 30px;
  font-size: 11px;
}
@media screen and (min-width: 700px) {
  #map-module .directions form .directions-input {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  #main-contact .group {
    display: flex;
    width: 100%;
  }
}
#main-contact .col {
  flex: 1;
  padding: 20px;
}
#main-contact .col h1:after, #main-contact .col h2:after, #main-contact .col h3:after, #main-contact .col h4:after, #main-contact .col h5:after, #main-contact .col h6:after {
  left: 0px;
  right: auto;
}
#main-contact .col p {
  padding: 0;
}
#main-contact .col li a {
  color: #24252f;
}
#main-contact .col img {
  margin-bottom: 20px;
}
#main-contact .col input {
  width: 100%;
  margin: 5px 0;
  border: none;
  font-size: 12px;
  padding: 12px;
  border: solid 1px #c3c3c3;
}
#main-contact .col textarea {
  border: solid 1px #c3c3c3;
  font-size: 12px;
  padding: 12px;
}
#main-contact .col .wpcf7-submit {
  border: none;
  padding: 14px 30px;
}

#news-module {
  background: #f2f2f2;
  text-align: left;
  color: #24252f;
}
#news-module h2:after {
  left: 0px;
  right: auto;
}
#news-module ul {
  margin: 0;
  padding: 0;
}
#news-module .news-post {
  background: #FFF;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
}
#news-module .news-post .post-content {
  text-align: left;
  padding: 20px;
  overflow: hidden;
  width: 100%;
}
#news-module .news-post .post-content .button {
  margin-top: 20px;
}
#news-module .news-post .post-content p {
  padding: 0px;
  margin: 0;
  color: #24252f;
}
#news-module .news-post .post-content p .posted-on a {
  color: #ffdc00;
}
#news-module .news-post .post-content h2 {
  font-size: 18px;
  line-height: normal;
  color: #24252f;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 400;
}
#news-module .news-post .post-content h2:after {
  display: none;
}
#news-module .post-image {
  width: 100%;
  float: right;
}
#news-module .post-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

#news {
  background: #f4f4f4;
}
#news .news-header {
  float: left;
  width: 100%;
}
#news .col-container {
  display: flex;
  flex-wrap: wrap;
}
#news .col-container li {
  display: flex;
  width: 100%;
  position: relative;
  padding-bottom: 60px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  background: #FFF;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #news .col-container li {
    display: flex;
    width: 49%;
    margin-right: 1%;
    position: relative;
    padding-bottom: 60px;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
    background: #FFF;
    overflow: hidden;
    margin-bottom: 20px;
  }
}
#news .col-container li article {
  padding: 20px 20px 0 20px;
  float: left;
  width: 100%;
}
#news .col-container li article p {
  padding: 0;
  margin: 0;
}
#news .col-container li article .cat-links a, #news .col-container li article .posted-on a {
  color: #24252f;
}
#news .col-container li article div {
  width: 100%;
}
#news .col-container li .button {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
#news .col-container li .button:hover {
  background: #39c004;
}
#news .span_2_of_3 {
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
}
#news .span_2_of_3 ul {
  margin: 0;
  padding: 0;
}
#news .span_2_of_3 ul li {
  list-style-type: none;
}

@media screen and (min-width: 768px) {
  #news #secondary {
    padding-left: 20px;
  }
}
#news #secondary section {
  padding: 20px;
  background: #FFF;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
}
#news #secondary section ul {
  float: left;
  width: 100%;
}
#news #secondary section ul li {
  float: left;
  width: 100%;
}

.single-post #news .post-thumb {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
}
.single-post #news article {
  width: 100%;
}
.single-post #news article h1, .single-post #news article h2, .single-post #news article h3, .single-post #news article h4, .single-post #news article h5, .single-post #news article h6 {
  position: relative;
}
.single-post .nav-links .nav-previous {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .single-post .nav-links .nav-previous {
    width: 49%;
  }
}
.single-post .nav-links .nav-next {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .single-post .nav-links .nav-next {
    width: 49%;
    float: right;
  }
}
.single-post .nav-links a {
  width: 100%;
}

#news .entry-title {
  margin-bottom: 20px;
  margin-top: 20px;
}
#news .entry-title a {
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}
#news .entry-title a:hover {
  color: #ffdc00;
}
#news .entry-title:after {
  left: 0px;
  right: auto;
}

.main-news .widget-title {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 20px;
  color: #FFF;
}
.main-news .widget ul li a {
  color: #FFF;
}

.widget-title {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 20px;
}
.widget-title:after {
  left: 0px;
  right: auto;
  bottom: -10px;
}

.search-field {
  width: 100%;
  margin: 5px 0;
  padding: 5px;
  font-size: 15px;
}

.entry-footer {
  margin-top: 20px;
}

.archive .page-title, .search .page-title, .single .page-title {
  margin-top: 0;
}
.archive .span_2_of_3, .search .span_2_of_3, .single .span_2_of_3 {
  background: #FFF;
  padding: 20px;
}

.posted-on {
  margin-bottom: 10px;
  display: inline-block;
}

.entry-content {
  margin-top: 0;
}
.entry-content a {
  color: #ffdc00;
}
.entry-content .button {
  color: #FFF;
}

.search article, .archive article {
  border-bottom: solid 1px #191919;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.blog article h2 {
  font-size: 22px;
}
.blog article h2:after {
  bottom: -10px;
}

.widget {
  background: #24252f;
  padding: 20px;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget li {
  list-style-type: none;
  padding: 0;
}
.widget li:nth-child(1) {
  border-top: solid 1px #f2f2f2;
}
.widget li a {
  width: 100%;
  border-bottom: solid 1px #f2f2f2;
  display: block;
  padding: 5px 5px 5px 0;
  text-decoration: none;
}
.widget li a:hover {
  padding-left: 5px;
  background: #ffdc00;
  color: #FFF;
}

.single .post-image {
  margin-bottom: 20px;
}

.main-banner-sub-title a {
  color: #ffdc00;
}

.blog #news .span_2_of_3 {
  box-shadow: none;
}

.blog .post-image {
  width: 100%;
  float: right;
}
.blog .post-image img {
  height: 240px;
  object-fit: cover;
  margin-bottom: 20px;
}

.search-submit:hover {
  background: #39c004 !important;
}

#news-module {
  position: relative;
  overflow: hidden;
}
#news-module .wrap {
  z-index: 10;
  position: relative;
}
#news-module .bg-image {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  height: 1000px;
  overflow: hidden;
  opacity: 0.9;
}
@media screen and (min-width: 1024px) {
  #news-module .bg-image {
    height: 1000px;
  }
}
#news-module .bg-image img {
  object-fit: cover;
  height: 1000px;
}
@media screen and (min-width: 1024px) {
  #news-module .bg-image img {
    height: 1000px;
  }
}

.stars {
  color: #ffd40e;
}

#news-module .col {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #news-module .col-container {
    display: flex;
    width: 100%;
    margin-bottom: 0px;
  }
  #news-module .col {
    flex: 1;
  }
}

.post-navigation {
  clear: both;
}

.main-news .wrap {
  margin-top: 40px;
  border-bottom: solid 1px #24252f;
  padding-bottom: 40px;
}
.main-news .wrap:nth-child(1) {
  margin-top: 0;
}
.main-news .wrap:last-child {
  border: none;
}

.wp-block-image {
  clear: both;
}

.blog #news-module .intro h2 {
  margin-bottom: 60px;
}
.blog #news-module .intro h2:after {
  left: 2px;
  right: 2px;
  margin: 0 auto;
}

#video {
  position: relative;
}
#video .wrap {
  position: relative;
  z-index: 5;
}
#video .wrap .heading-pre {
  color: #FFF;
}
#video iframe {
  width: 99% !important;
  -webkit-box-shadow: 7px 7px 0px 0px #323232;
  -moz-box-shadow: 7px 7px 0px 0px #323232;
  box-shadow: 7px 7px 0px 0px #323232;
}
#video .triangle {
  width: 0;
  height: 0;
  border-bottom: 700px solid #ffdc00;
  border-right: 420vw solid transparent;
  position: absolute;
  z-index: 1;
  top: -100px;
}
#video .triangle2 {
  width: 0;
  height: 0;
  border-top: 700px solid #ffdc00;
  border-right: 420vw solid transparent;
  position: absolute;
  z-index: 1;
  top: 150px;
}
#video .button {
  background: #24252f;
  color: #FFF;
}

#video-alt {
  position: relative;
}
#video-alt .wrap {
  position: relative;
  z-index: 5;
}
#video-alt .wrap .heading-pre {
  color: #FFF;
}
#video-alt iframe {
  width: 99% !important;
  -webkit-box-shadow: 7px 7px 0px 0px #323232;
  -moz-box-shadow: 7px 7px 0px 0px #323232;
  box-shadow: 7px 7px 0px 0px #323232;
}
#video-alt .triangle3 {
  width: 0;
  height: 0;
  border-bottom: 400px solid #ffdc00;
  border-left: transparent solid 220vw;
  position: absolute;
  z-index: 1;
  right: 0;
  top: -100px;
}
#video-alt .triangle4 {
  width: 0;
  height: 0;
  border-top: 400px solid #ffdc00;
  border-left: transparent solid 220vw;
  position: absolute;
  z-index: 1;
  top: 300px;
  right: 0;
  background: #24252f;
}
#video-alt .button {
  background: #24252f;
  color: #FFF;
}

.video-wrap {
  position: relative;
}
.video-wrap:after {
  background: #24252f;
  content: "";
}

#service-ctas {
  background: #f2f2f2;
}
#service-ctas ul li {
  position: relative;
  padding-bottom: 60px;
}
#service-ctas ul li .button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: auto;
  max-width: 136px;
}
#service-ctas ul a h3 {
  font-size: 18px;
  line-height: normal;
  color: #24252f;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 400;
  margin-bottom: 0;
}
#service-ctas ul a p {
  color: #191919;
}
#service-ctas .cta_content-wrap {
  padding: 20px;
  text-align: left;
}

.flex-cols {
  margin: 0;
  padding: 0;
  text-align: center;
}
.flex-cols li {
  width: 100%;
  float: left;
  list-style-type: none;
  background: #FFF;
  padding: 0px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
}
.flex-cols li:nth-child(1) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .flex-cols li:nth-child(1) {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .flex-cols li {
    width: 48%;
    margin: 1%;
  }
}
.flex-cols li h3 {
  margin: 10px 0 20px 0;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .flex-cols {
    flex-wrap: wrap;
    display: flex;
  }
  .flex-cols li {
    flex: 1 0 47%;
    margin: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .flex-cols li {
    flex: 1 0 24%;
  }
}
.flex-cols .button {
  margin-bottom: 20px;
}

#service-ctas .intro h2 {
  margin-bottom: 40px;
}

#contact-strip {
  background: #ffdc00;
  padding: 30px 0;
}
#contact-strip .contact-strip-title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  color: #FFF;
  margin-top: 20px;
  padding-bottom: 0;
  text-transform: uppercase;
  padding-left: 60px;
  line-height: 36px;
  letter-spacing: 1px;
  position: relative;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  #contact-strip .contact-strip-title {
    font-size: 26px;
  }
}
#contact-strip .contact-strip-title:after {
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #ffdc00;
  background: #FFF;
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 9999px;
  top: -6px;
  left: 0;
  right: auto;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  text-align: center;
  font-size: 18px;
  line-height: 46px;
}
#contact-strip .cs-left {
  float: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #contact-strip .cs-left {
    width: 80%;
  }
}
#contact-strip .cs-left .contact-strip-sub-title {
  color: #FFF;
  padding-bottom: 0;
  margin-bottom: 0;
}
#contact-strip .cs-right {
  float: right;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #contact-strip .cs-right {
    width: 20%;
  }
}
#contact-strip .cs-right a {
  padding: 14px 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: #ffdc00;
  background: #FFF;
  text-align: center;
  font-size: 11px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  max-width: 174px;
  min-width: 174px;
  float: left;
  display: inline-block;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #contact-strip .cs-right a {
    float: right;
  }
}
#contact-strip .cs-right a:hover {
  background: #042f41;
  color: #FFF;
  text-decoration: none;
}

.omsc-button, .search-submit {
  padding: 14px 30px !important;
  border-radius: 0px !important;
  color: #FFF !important;
  background: #ffdc00 !important;
  text-align: center !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: 600 !important;
  min-width: 162px !important;
  display: inline-block !important;
  border: none !important;
  cursor: pointer !important;
  border: none !important;
  margin: 10px 0 !important;
  display: inline-block !important;
  box-shadow: none !important;
  transition: all 0.2s ease !important;
}
.omsc-button:hover, .search-submit:hover {
  background: #39c004 !important;
  color: #FFF !important;
  text-decoration: none;
}

.omsc-toggle-title:after {
  color: #ffdc00;
}

.omsc-toggle.omsc-expanded .omsc-toggle-title:after {
  color: #24252f;
}

.video-banner iframe {
  height: 100vh;
  width: 100%;
  margin-top: -20vh;
}
.video-banner .banner-content {
  height: 600px !important;
  top: 0px !important;
  max-width: none !important;
}
.video-banner .background-image {
  float: left;
  width: 100% !important;
  height: 540px !important;
}
.video-banner .background-image p {
  margin: 0;
  padding: 0;
}

#insta-feed {
  background: #f2f2f2;
  text-align: center;
}
#insta-feed .slicker-instagram-placeholder {
  margin: 10px;
}
#insta-feed .fts-instagram-scrollable {
  height: auto !important;
  clear: both;
}

#facebook-feed {
  background: #f2f2f2;
}
#facebook-feed .fts-jal-fb-header {
  display: none;
}
#facebook-feed h2:after {
  left: 0px;
  right: auto;
}
@media screen and (min-width: 1024px) {
  #facebook-feed .fts-jal-fb-group-display {
    display: flex;
  }
}
#facebook-feed .fts-jal-fb-group-display .fts-jal-single-fb-post {
  width: 100%;
  float: left;
  background: #FFF;
  padding: 20px !important;
}
@media screen and (min-width: 1024px) {
  #facebook-feed .fts-jal-fb-group-display .fts-jal-single-fb-post {
    margin: 10px;
  }
  #facebook-feed .fts-jal-fb-group-display .fts-jal-single-fb-post:first-child {
    margin-left: 0px;
  }
  #facebook-feed .fts-jal-fb-group-display .fts-jal-single-fb-post:last-child {
    margin-right: 0px;
  }
}
#facebook-feed .fts-powered-by-text {
  display: none !important;
}
#facebook-feed .fts-jal-fb-message {
  font-size: 15px !important;
  font-family: "Source Sans Pro", sans-serif;
}
#facebook-feed .fts-jal-fb-user-name {
  padding-top: 16px;
}

#twitter-feed h2:after {
  left: 0px;
  right: auto;
}
#twitter-feed .fts-tweeter-wrap {
  width: 50%;
  float: left;
}

#team {
  background: #f2f2f2;
}
#team li {
  background: #FFF;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
}
@media screen and (min-width: 1024px) {
  #team li {
    margin-bottom: 34px;
  }
}
#team li:nth-child(odd) .profile-content {
  float: right;
}
#team li:nth-child(odd) .profile-image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #team li:nth-child(odd) .profile-image {
    width: 25%;
    float: left;
  }
}
#team .profile-image {
  width: 100%;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  #team .profile-image {
    width: 25%;
    float: right;
  }
}
@media screen and (min-width: 1300px) {
  #team .profile-image {
    padding: 0;
  }
}
#team .profile-content {
  width: 100%;
  float: left;
  min-height: 330px;
  overflow: hidden;
  padding: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #team .profile-content {
    width: 75%;
  }
}
#team .profile-content p {
  margin-bottom: 0;
}
#team .profile-content h3 {
  margin: 0;
}

.omsc-toggle {
  border: none;
  padding: 0;
  margin: 0;
  clear: both;
}

.omsc-toggle-inner {
  padding: 0;
}

.omsc-toggle-title {
  padding: 9px 20px;
  background: none;
}
.omsc-toggle-title:hover {
  background: none;
}
.omsc-toggle-title:after {
  left: 0;
}

.omsc-toggle-title:hover, .omsc-toggle.omsc-expanded .omsc-toggle-title {
  background: none;
}

#team .profile-content ul li {
  float: left;
  background: none;
  box-shadow: none;
  width: auto;
  margin-right: 10px;
}
#team .profile-content ul li a {
  display: inline-block;
  float: left;
}
#team .profile-content ul li a .fa-facebook {
  color: #3b5998;
}
#team .profile-content ul li a .fa-instagram {
  color: #e95950;
}
#team .profile-content ul li a .fa-linkedin {
  color: #007bb6;
}

#intro {
  background: #FFF;
  text-align: center;
  padding-top: 200px;
}
#intro p {
  padding: 0 20px;
  margin: 0 auto;
  float: none;
  font-size: 54px;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  #intro p {
    padding: 0 20px 0 0;
  }
}
#intro h2 {
  padding: 0px 20px;
}
@media screen and (min-width: 1200px) {
  #intro h2 {
    padding: 0;
  }
}
#intro .col img {
  padding: 20px;
}
@media screen and (min-width: 1200px) {
  #intro .col img {
    padding: 0;
  }
}
#intro .col .button {
  margin-top: 10px;
}

.page-id-198 #intro {
  background: #f2f2f2;
  padding-top: 0px;
}

#service-image {
  background: #faf8e8;
}
#service-image .section {
  background: #FFF;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
}
#service-image p {
  padding: 0 20px;
}
#service-image h2 {
  padding: 0 20px;
}
#service-image .col img {
  padding: 20px;
}
@media screen and (min-width: 1200px) {
  #service-image .col img {
    padding: 0;
  }
}
#service-image .col .button {
  margin-top: 10px;
}

#service-content {
  background: #FFF;
}
#service-content img {
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  width: 100%;
  float: right;
}
@media screen and (min-width: 1024px) {
  #service-content img {
    width: 98%;
  }
}

#questions {
  background: #ffdc00;
}
#questions .question-image {
  width: 15%;
  float: left;
}
#questions .question-content {
  width: 83%;
  float: right;
}
#questions .question-content p {
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0;
}
#questions .button {
  background: #FFF;
  color: #ffdc00;
  min-width: auto;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 1350px) {
  #questions .button {
    width: 156px;
  }
}
#questions .button:last-child {
  float: right;
}
@media screen and (min-width: 768px) {
  #questions .span_1_of_4 {
    margin-left: 0px;
  }
}

#register .col h1:after, #register .col h2:after, #register .col h3:after, #register .col h4:after, #register .col h5:after, #register .col h6:after {
  left: 0px;
  right: auto;
}
#register .col p {
  padding: 0;
}
#register .col input {
  width: 100%;
  margin: 5px 0;
  font-size: 12px;
  padding: 12px;
  border: solid 1px #c3c3c3;
  border-radius: 0px;
}
#register .col input[type=checkbox] {
  width: auto;
}
#register .col textarea {
  border: solid 1px #c3c3c3;
  font-size: 12px;
  border-radius: 0px;
  padding: 12px;
}
#register .col .wpcf7-submit {
  border: none;
  padding: 14px 30px;
  width: 180px;
}

#call-back {
  background: #24252f;
  text-align: center;
  position: relative;
  padding: 80px 20px;
  overflow: hidden;
}
#call-back .wrap {
  max-width: 840px;
  padding: 20px;
  overflow: hidden;
  position: relative;
  z-index: 300;
}
#call-back .wrap .form {
  position: relative;
  z-index: 300;
}
#call-back .wrap .form .wpcf7-form-control-wrap input, #call-back .wrap .form .wpcf7-form-control-wrap select {
  width: 100%;
  font-size: 14px;
  padding: 10px;
  border-radius: 0px;
  margin-bottom: 10px;
  color: #666;
}
#call-back .wrap .form .wpcf7-form-control-wrap .wpcf7-list-item input {
  width: auto;
}
#call-back .wrap .form .wpcf7-submit {
  margin-top: 10px;
}
#call-back .page-template-page-form #call-back {
  background: #FFF;
  padding: 40px 20px;
}
#call-back .page-template-page-form #call-back textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 13px;
  border: solid 1px #1b3539;
  border-radius: 0px;
}

#call-back .bg-image {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  height: 686px;
  overflow: hidden;
  opacity: 0.9;
}
@media screen and (min-width: 1024px) {
  #call-back .bg-image {
    height: 686px;
  }
}
#call-back .bg-image img {
  object-fit: cover;
  height: 686px;
}
@media screen and (min-width: 1024px) {
  #call-back .bg-image img {
    height: 686px;
  }
}

.page-template-page-form #call-back textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 13px;
  border: solid 1px #ccc;
  border-radius: 0px;
}
.page-template-page-form .fl {
  margin: 0;
  padding: 0;
  text-align: left;
}

#call-back .wrap .wpcf7-text, #call-back .wrap .wpcf7-select {
  width: 100%;
  font-size: 14px;
  padding: 10px;
  border-radius: 0px;
  margin-bottom: 10px;
  color: #666;
}
#call-back .wrap h2 {
  color: #FFF;
}
#call-back .wrap p {
  color: #FFF;
}
#call-back .wrap .heading-pre {
  color: #ffdc00;
}

#uploads {
  background: #ffdc00;
  position: relative;
  padding: 0px 0;
}
#uploads .vacancy-bg {
  background: #24252f;
  position: absolute;
  width: 100%;
  top: 50%;
  right: 0px;
  bottom: 0;
  height: auto;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  #uploads .vacancy-bg {
    background: #24252f;
    position: absolute;
    width: 50%;
    top: 0px;
    right: 0px;
    bottom: auto;
    height: 100%;
    z-index: 5;
  }
}
#uploads .col {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 60px 0;
}
#uploads .col h3 {
  color: #FFF;
  margin-top: 0px;
  position: relative;
}
#uploads .col h3:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 4px;
  background: #FFF;
  width: 44px;
  bottom: -20px;
  content: "";
}
#uploads .col p {
  color: #FFF;
  padding: 0 40px;
}
#uploads .col .button {
  background: #FFF;
  color: #ffdc00;
  margin-top: 20px;
}

#uploads .button {
  background: #24252f;
}
#uploads .button:nth-child(even) {
  background: #ffdc00;
}

#uploads > div.wrap > div > div:nth-child(1) > a {
  background: #24252f;
  color: #FFF;
}

#uploads > div.wrap > div > div:nth-child(2) > a {
  background: #ffdc00;
  color: #FFF;
}

.aol-heading-features {
  background: #ffdc00;
  color: #FFF;
  padding: 10px;
}

.single-aol_ad #news .span_2_of_3 p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.single-aol_ad #news .span_2_of_3 ul {
  margin-top: 20px;
  clear: both;
  float: left;
}
.single-aol_ad #news .span_2_of_3 ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.single-aol_ad #news .span_2_of_3 form {
  clear: both;
}

.aol-heading {
  float: left;
  width: 100%;
  clear: both;
  margin: 20px 0;
  position: relative;
  margin-bottom: 40px;
}
.aol-heading:after {
  position: absolute;
  left: 0px;
  right: auto;
  margin: 0 auto;
  height: 4px;
  background: #07bb8a;
  width: 44px;
  bottom: -20px;
  content: "";
}

.single-aol_ad .span_2_of_3 h1 {
  position: relative;
  margin-bottom: 40px;
}
.single-aol_ad .span_2_of_3 h1:after {
  position: absolute;
  left: 0px;
  right: auto;
  margin: 0 auto;
  height: 4px;
  background: #07bb8a;
  width: 44px;
  bottom: -20px;
  content: "";
}

.single-aol_ad #news #aol_app_submit_button {
  border: none;
  background: #ffdc00;
  height: 50px;
  margin: 10px 0;
  color: #FFF;
}
.single-aol_ad #news .form-control {
  padding: 10px;
  height: 50px;
  width: 100%;
}

#aol_app_form > p {
  padding: 0;
  margin: 0;
}

#more-jobs {
  background: #24252f;
}
#more-jobs h2 {
  margin-bottom: 40px;
  color: #FFF;
}

.jobdiva {
  width: 100%;
  height: 1000px;
  border: none;
}

@keyframes border-pulsate {
  0% {
    border-color: #ffdc00;
  }
  50% {
    border-color: rgba(255, 220, 0, 0);
  }
  100% {
    border-color: #ffdc00;
  }
}
body.customer-area-active .cuar-css-wrapper .cuar-toolbar {
  background: #f2f2f2;
  border: none;
}

body.customer-area-active .cuar-css-wrapper,
body.customer-area-active .cuar-css-wrapper.cuar-content-container {
  border: none;
  border-radius: 10px;
}

body.customer-area-active .cuar-css-wrapper .cuar-page-content.table-layout > div.tray-center.tray-center-on-left,
body.customer-area-active .cuar-css-wrapper .tray-center.tray-center-on-left {
  padding-left: 0;
}

body.customer-area-active .cuar-css-wrapper .cuar-panel-meta-tile.panel.panel-tile {
  border-bottom: 5px solid #ffdc00;
}

body.customer-area-active .cuar-css-wrapper .cuar-toolbar > * .btn,
body.customer-area-active .cuar-css-wrapper .cuar-toolbar > * .select2-container .select2-selection__rendered,
body.customer-area-active .cuar-css-wrapper .cuar-toolbar > .btn {
  border: none;
  border-radius: 999%;
  overflow: hidden;
}

.cuar-menu-container #mega-menu-wrap-cuar_main_menu {
  display: none;
}

body.customer-area-active .cuar-css-wrapper,
body.customer-area-active .cuar-css-wrapper.cuar-content-container {
  background: #f2f2f2;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  color: #ffdc00;
}

body.customer-area-active .cuar-css-wrapper .cuar-toolbar > * .btn > .avatar {
  max-width: 66px;
}

body.customer-area-active .cuar-css-wrapper .page-heading {
  background: #ffdc00;
}

body.customer-area-active .cuar-css-wrapper .cuar-single-entry {
  background: #FFF;
}

body.customer-area-active .cuar-css-wrapper .tray-left,
body.customer-area-active .cuar-css-wrapper .tray-right {
  background: #f2f2f2;
}

#mega-menu-wrap-menu-1 {
  background: #24252f;
}

#cuar-js-content-container > div.cuar-toolbar > div:nth-child(1) > button {
  display: none;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  background: none !important;
}

body.customer-area-active .cuar-css-wrapper .panel-heading {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

body.customer-area-active .cuar-css-wrapper .panel-heading + .panel-body {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

body.customer-area-active .cuar-css-wrapper .panel {
  border-radius: 10px;
}

body.customer-area-active .cuar-css-wrapper .panel-title {
  font-size: 16px;
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles i.fa {
  font-size: 16px;
  color: #ffdc00;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  padding: 0px 17px;
}

body.customer-area-active .cuar-css-wrapper span.fancytree-title {
  padding: 10px 3px;
}

body.customer-area-active .cuar-css-wrapper .panel-heading {
  font-size: 16px;
  background: #24252f;
  color: #FFF;
}

body.customer-area-active .cuar-css-wrapper .btn-default {
  background: #ffdc00;
  color: #24252f;
}

.cuar-single-entry iframe {
  width: 1000px !important;
  margin: 20px auto !important;
  float: none !important;
  display: block;
  height: 480px !important;
}

#welcome-message {
  background: #FFF;
  padding: 5px 0;
}

.welcome {
  float: left;
  margin: 10px 0 10px 0px;
  padding-left: 0px;
}
.welcome .avatar {
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  float: left;
  overflow: hidden;
  padding: 10px;
  background: #FFF;
  border: solid 2px #39c004;
  animation: border-pulsate 4s infinite;
  position: relative;
}
.welcome .avatar:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  border-radius: 9999px;
  float: left;
  /* overflow: hidden; */
  padding: 10px;
  content: "";
  border: solid 2px #f2f2f2;
}
.welcome .avatar img {
  width: 100%;
  height: auto;
}
.welcome .welcome-text {
  float: left;
}
.welcome .welcome-text p {
  color: #24252f;
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  float: left;
  margin: 14px 0 0 10px;
  padding: 0;
}

body.customer-area-active .cuar-css-wrapper .cuar-page-content-main {
  padding: 0;
}

.cuar-menu-container .navbar {
  display: none !important;
}

body.customer-area-active .cuar-css-wrapper .cuar-menu-container {
  background: #ffdc00;
}

.page-id-7.customer-area-active .cuar-css-wrapper .panel {
  width: 100%;
  float: left;
}

.page-id-7.customer-area-active .cuar-css-wrapper .cuar_private_page {
  margin-bottom: 0;
}

body.customer-area-active .cuar-css-wrapper .progress-bar-default {
  background: #39c004;
  color: #24252f;
}

.page-id-7 .cuar_project {
  width: 100% !important;
}

.dashboard h1 {
  margin-top: 20px;
  margin-bottom: 0px;
}

body.customer-area-active .cuar-css-wrapper .collection .collection-content .collection-item .collection-thumbnail .collection-thumbnail-padder,
body.customer-area-active .cuar-css-wrapper .collection .collection-content.list .collection-item .collection-thumbnail .collection-thumbnail-padder {
  background: rgba 0, 0, 0, 0.98;
}

#cuar-js-content-container > div.cuar-page.cuar-clearfix.cuar-page-customer-dashboard.cuar-page-without-sidebar > div.cuar-page-content.customer-dashboard > div > div.panel.top.cuar_conversation {
  float: left;
  width: 49%;
}

#cuar-js-content-container > div.cuar-page.cuar-clearfix.cuar-page-customer-dashboard.cuar-page-without-sidebar > div.cuar-page-content.customer-dashboard > div > div.panel.top.cuar_tasklist {
  float: right;
  width: 49%;
}

#cuar-js-content-container > div.cuar-page.cuar-clearfix.cuar-page-customer-dashboard.cuar-page-without-sidebar > div.cuar-page-content.customer-dashboard > div > div.panel.top.cuar_private_file {
  float: left;
  width: 49%;
}

#cuar-js-content-container > div.cuar-page.cuar-clearfix.cuar-page-customer-dashboard.cuar-page-without-sidebar > div.cuar-page-content.customer-dashboard > div > div.panel.top.cuar_private_page {
  float: right;
  width: 49%;
}

body.customer-area-active .cuar-css-wrapper .panel-heading {
  border-radius: 0px;
}

body.customer-area-active .cuar-css-wrapper .panel-heading + .panel-body {
  border-radius: 0px;
}

body.customer-area-active .cuar-css-wrapper .panel {
  border-radius: 0px;
}

body.customer-area-active .cuar-css-wrapper .cuar-page-content.table-layout > div.cuar-page-content-main .page-heading {
  margin: 0;
  padding: 0;
  background: none;
}

body.customer-area-active .cuar-css-wrapper .h2,
body.customer-area-active .cuar-css-wrapper h2 {
  margin-top: 0;
}

.collection-thumbnail a {
  background: none;
}

.collection-thumbnail-padder {
  background: rgba(0, 0, 0, 0.45) !important;
}

#cuar-js-page-content-wrapper > div.cuar-collection-title.page-heading > div > small {
  display: none;
}

.page-id-14 aside {
  display: none !important;
}

body.customer-area-active .cuar-css-wrapper .cuar-page-content.table-layout > div.tray-center.tray-center-on-left,
body.customer-area-active .cuar-css-wrapper .tray-center.tray-center-on-left {
  padding: 0;
}

body.customer-area-active .cuar-css-wrapper .h4,
body.customer-area-active .cuar-css-wrapper h4 {
  font-size: 18px;
  padding: 10px;
}

body.customer-area-active .cuar-css-wrapper .h4 {
  font-size: 18px;
}

body.customer-area-active #cuar-js-content-container .collection .collection-content:not(.list) .mix,
body.customer-area-active #cuar-js-content-container .collection .collection-content:not(.list) .gap {
  width: 32.5% !important;
  float: left;
  padding: 0;
  border: none;
  margin: 20px 10px 10px 0;
}

body.customer-area-active .cuar-css-wrapper .panel-footer {
  background: #24252f;
}
body.customer-area-active .cuar-css-wrapper .panel-footer a {
  color: #FFF;
}

.page-id-14 .cuar-collection-title {
  display: none !important;
}

body.customer-area-active .cuar-css-wrapper .h4,
body.customer-area-active .cuar-css-wrapper h4 {
  color: #FFF;
}

.collection-thumbnail-overlay-content .collection-thumbnail-icon {
  display: none !important;
}

body.customer-area-active .cuar-css-wrapper .panel-icon {
  color: #ffdc00;
}

.page-id-38 {
  background: #24252f;
}
.page-id-38 #welcome-message {
  display: none;
}
.page-id-38 #site-navigation {
  display: none;
}
.page-id-38 footer {
  display: none;
}
.page-id-38 .customer-area-active .cuar-css-wrapper.cuar-content-container {
  background: #24252f;
}

.page-id-38 .cuar-css-wrapper,
.page-id-38 .cuar-css-wrapper.cuar-content-container {
  background: #24252f !important;
  margin-top: 180px !important;
}

.page-id-38 .cuar-css-wrapper .panel-primary.panel-border {
  border-color: #ffdc00 !important;
}

body.customer-area-active .cuar-css-wrapper .btn-primary {
  background: #ffdc00;
  color: #000;
}

.page-id-38 .cuar-css-wrapper a {
  color: #FFF !important;
}

.cuar-single-entry h2 {
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
  font-size: 30px !important;
  line-height: 40px !important;
  padding-bottom: 0 !important;
  margin-bottom: 20px !important;
}

body.customer-area-active .cuar-css-wrapper h2 {
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
  font-size: 30px !important;
  line-height: 40px !important;
  padding-bottom: 0 !important;
  margin-bottom: 20px !important;
}

body.customer-area-active .cuar-css-wrapper .cuar-single-post-header {
  background: none;
}

#cuar-js-collection-gallery > div:nth-child(4) > div > div.collection-list-blocks.clearfix > div.collection-description.collection-list-right.panel-footer {
  background: #2f5b0c;
}

#cuar-js-collection-gallery > div:nth-child(3) > div > div.collection-list-blocks.clearfix > div.collection-description.collection-list-right.panel-footer {
  background: #cb6914;
}

#cuar-js-collection-gallery > div:nth-child(2) > div > div.collection-list-blocks.clearfix > div.collection-description.collection-list-right.panel-footer {
  background: #1595cc;
}

.cuar-toolbar .cuar-toolbar-group a {
  border-radius: 0px !important;
}

body.customer-area-active .cuar-css-wrapper .btn-group > .btn:first-child {
  border-radius: 0px !important;
}

.collection-thumbnail-padder .collection-thumbnail-subheader {
  display: none !important;
}

#cuar-js-collection-gallery > div:nth-child(4) > div > div.collection-list-blocks.clearfix > div.collection-thumbnail.collection-list-left.panel-body.pn.thumb-active > a > div > div > div > div > span.collection-thumbnail-header.h4.mbn {
  background: #2f5b0c;
  width: 80px;
  height: 80px;
  line-height: 62px;
  margin: 0 auto;
  border-radius: 100%;
}

#cuar-js-collection-gallery > div:nth-child(3) > div > div.collection-list-blocks.clearfix > div.collection-thumbnail.collection-list-left.panel-body.pn.thumb-active > a > div > div > div > div > span.collection-thumbnail-header.h4.mbn {
  background: #cb6914;
  width: 80px;
  height: 80px;
  line-height: 62px;
  margin: 0 auto;
  border-radius: 100%;
}

#cuar-js-collection-gallery > div:nth-child(2) > div > div.collection-list-blocks.clearfix > div.collection-thumbnail.collection-list-left.panel-body.pn.thumb-active > a > div > div > div > div > span.collection-thumbnail-header.h4.mbn {
  background: #1595cc;
  width: 80px;
  height: 80px;
  line-height: 62px;
  margin: 0 auto;
  border-radius: 100%;
}

.invoice-buttons {
  padding-bottom: 0;
}
.invoice-buttons .button {
  background: #ffdc00 !important;
  width: 49% !important;
  float: left;
  padding: 20px 0 !important;
  text-align: center !important;
  font-size: 15px !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  font-weight: 400 !important;
}
.invoice-buttons .button:nth-child(2) {
  float: right;
}
.invoice-buttons .button i {
  margin-right: 5px;
}
.invoice-buttons .button:hover {
  background: #24252f !important;
  color: #FFF !important;
}
.invoice-buttons .button-alt {
  float: right;
}

body.customer-area-active .cuar-css-wrapper .progress-bar-info {
  background: #39c004;
}

#one-col .wp-block-contact-form-7-contact-form-selector h2 {
  margin-bottom: 20px;
}
#one-col .wp-block-contact-form-7-contact-form-selector .wpcf7-form-control {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 20px;
}
#one-col .wp-block-contact-form-7-contact-form-selector .wpcf7-checkbox {
  padding: 0;
}
#one-col .wp-block-contact-form-7-contact-form-selector .wpcf7-checkbox input {
  width: 28px;
  height: 28px;
  position: relative;
  margin-right: 8px;
  bottom: -7px;
}
#one-col .wp-block-contact-form-7-contact-form-selector .wpcf7-checkbox .wpcf7-list-item {
  width: 100px;
}
#one-col .wp-block-contact-form-7-contact-form-selector .wpcf7-submit {
  font-size: 15px;
  max-width: 180px;
}

.single-cuar_tasklist .cuar-single-post-header {
  display: none;
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .cuar-task-item .cuar-task-desc {
  color: #f00;
}

body.customer-area-active .cuar-css-wrapper .panel.cuar-panel-task-list ul.cuar-task-list .cuar-task-item.cuar-js-completed .cuar-task-desc .cuar-description {
  color: #39c004;
}

body.customer-area-active .cuar-css-wrapper .progress.progress-bar-sm {
  height: 25px;
}

.single-cuar_project .cuar-toolbar,
.single-cuar_tasklist .cuar-toolbar {
  display: none !important;
}
.single-cuar_project .cuar-progression,
.single-cuar_tasklist .cuar-progression {
  margin-top: 20px !important;
}

.single-cuar_tasklist .cuar-single-entry {
  margin-top: 20px !important;
}

.form-title {
  font-size: 22px !important;
  margin: 0 0 10px 0 !important;
  padding: 0;
  font-weight: 600;
}
.form-title i {
  background: #ffdc00;
  padding: 10px;
  border-radius: 9999px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
}

.page-id-720 #one-col .wp-block-contact-form-7-contact-form-selector .wpcf7-checkbox .wpcf7-list-item {
  width: 100%;
}

.span_1_of_4,
.span_2_of_4,
.span_3_of_4,
.span_4_of_4 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .span_3_of_4 {
    width: calc(75% - 16px);
  }
}

@media only screen and (min-width: 768px) {
  .span_2_of_4 {
    width: calc(50% - 20px);
  }
}

@media only screen and (min-width: 768px) {
  .span_1_of_4 {
    width: calc(25% - 30.7692307692px);
  }
}

.support-cta {
  text-align: center;
  background: #FFF;
  overflow: hidden;
  border: 1px solid #d6d6d6;
}
.support-cta p {
  margin: 0;
  padding: 40px 0;
}

.dashboard-support {
  margin-bottom: 40px;
  clear: both;
  border-top: solid 1px #dadada;
  margin-top: 40px;
  padding-top: 40px;
}
.dashboard-support p {
  margin: 0;
}

.custom-links li {
  width: 24% !important;
  float: left !important;
  overflow: hidden !important;
  border: 1px solid #d6d6d6 !important;
  text-align: center !important;
  overflow: hidden !important;
  margin: 20px 1% 20px 0 !important;
}
.custom-links li:hover:after {
  width: 100%;
}
.custom-links li a {
  padding: 80px 0 !important;
  display: block;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #FFF !important;
  text-decoration: none !important;
  font-family: "Source Sans Pro", sans-serif !important;
}
.custom-links li a:hover {
  color: #ffdc00 !important;
  background: rgba(0, 0, 0, 0.78) !important;
}

#mega-menu-item-247 {
  display: none !important;
}

.your-resources ul li {
  position: relative !important;
  border: none !important;
  width: 100% !important;
}
.your-resources ul li p {
  margin: 0;
}
.your-resources ul li .bg-div {
  background: url("http://yourisotope.co.uk/wp-content/uploads/2021/09/bale-1.jpg") !important;
  background-size: cover !important;
  overflow: visible !important;
  position: absolute !important;
  height: 100% !important;
  width: 100% !important;
  top: 0 !important;
  z-index: -2 !important;
  left: 0 !important;
}
.your-resources ul li a {
  position: relative !important;
  padding: 80px 0 0 48px !important;
  display: block;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #FFF !important;
  text-decoration: none !important;
  z-index: 2 !important;
  height: 186px !important;
  line-height: 170px !important;
}
.your-resources ul li a:after {
  width: 60px !important;
  height: 100% !important;
  background: #24252f !important;
  position: absolute !important;
  left: 0px !important;
  right: auto !important;
  content: "" !important;
  font-family: "Font Awesome 5 Free" !important;
  vertical-align: middle !important;
  font-weight: 900 !important;
  text-align: center !important;
  font-size: 18px !important;
  line-height: 187px !important;
  -webkit-transition: 1s !important;
  -moz-transition: 1s !important;
  -ms-transition: 1s !important;
  transition: 1s !important;
  top: auto !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 40px !important;
  line-height: 40px !important;
  text-align: left !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  z-index: -2 !important;
  color: #ffdc00 !important;
}
.your-resources ul li a:hover {
  color: #24252f !important;
}
.your-resources ul li a:hover:after {
  width: 100% !important;
  content: "" !important;
  background: #ffdc00 !important;
  color: #24252f !important;
  text-align: right !important;
  padding-right: 20px !important;
  -webkit-transition: 1s !important;
  -moz-transition: 1s !important;
  -ms-transition: 1s !important;
  transition: 1s !important;
}
.rec-tools {
  border-top: solid 1px #dadada;
  margin-top: 40px;
  padding-top: 40px;
}
.rec-tools p {
  margin: 0;
}

.customer-area .intro-section p {
  font-size: 16px;
  margin: 0;
}
.customer-area .intro-section h2 {
  margin-bottom: 20px;
}

.intro-section p {
  font-size: 16px;
  margin: 0;
}
.intro-section h2 {
  margin-bottom: 20px;
}

.cuar-sc-list-container ul li {
  position: relative;
  border: none !important;
}
.cuar-sc-list-container ul li:nth-child(1) .bg-div {
  background: url("http://yourisotope.co.uk/wp-content/uploads/2021/09/megaphone.jpg") !important;
  background-size: cover !important;
  overflow: visible !important;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -2;
  left: 0;
}
.cuar-sc-list-container ul li:nth-child(1) a {
  position: relative;
  padding: 80px 0 0 10px !important;
  display: block;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #FFF !important;
  text-decoration: none !important;
  z-index: 2;
  height: 186px;
  line-height: 170px;
}
.cuar-sc-list-container ul li:nth-child(1) a:after {
  content: "";
  width: 60px;
  height: 100%;
  background: #24252f;
  position: absolute;
  left: 0px;
  right: auto;
  content: "";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  font-weight: 900;
  text-align: center;
  font-size: 18px;
  line-height: 187px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  z-index: -2;
  color: #ffdc00;
}
.cuar-sc-list-container ul li:nth-child(1) a:hover {
  color: #24252f !important;
}
.cuar-sc-list-container ul li:nth-child(1) a:hover:after {
  width: 100%;
  content: "";
  background: #ffdc00;
  color: #24252f;
  text-align: right;
  padding-right: 20px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}
.cuar-sc-list-container ul li:nth-child(1) a:hover:before {
  width: 100%;
  opacity: 1;
  z-index: 9999;
  font-size: 22px;
}
.cuar-sc-list-container ul li:nth-child(2) .bg-div {
  background: url("http://yourisotope.co.uk/wp-content/uploads/2021/09/finance-dog.jpg") !important;
  background-size: cover !important;
  overflow: visible !important;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -2;
  left: 0;
}
.cuar-sc-list-container ul li:nth-child(2) a {
  position: relative;
  padding: 80px 0 0 10px !important;
  display: block;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #FFF !important;
  text-decoration: none !important;
  z-index: 2;
  height: 186px;
  line-height: 170px;
}
.cuar-sc-list-container ul li:nth-child(2) a:after {
  content: "";
  width: 60px;
  height: 100%;
  background: #24252f;
  position: absolute;
  left: 0px;
  right: auto;
  content: "";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  font-weight: 900;
  text-align: center;
  font-size: 18px;
  line-height: 187px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  z-index: -2;
  color: #ffdc00;
}
.cuar-sc-list-container ul li:nth-child(2) a:hover {
  color: #24252f !important;
}
.cuar-sc-list-container ul li:nth-child(2) a:hover:after {
  width: 100%;
  content: "";
  background: #ffdc00;
  color: #24252f;
  text-align: right;
  padding-right: 20px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}
.cuar-sc-list-container ul li:nth-child(2) a:hover:before {
  width: 100%;
  opacity: 1;
  z-index: 9999;
  font-size: 22px;
}
.cuar-sc-list-container ul li:nth-child(3) .bg-div {
  background: url("http://yourisotope.co.uk/wp-content/uploads/2021/01/creative-illustration.jpg") !important;
  background-size: cover !important;
  overflow: visible !important;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -2;
  left: 0;
}
.cuar-sc-list-container ul li:nth-child(3) a {
  position: relative;
  padding: 80px 0 0 10px !important;
  display: block;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #FFF !important;
  text-decoration: none !important;
  z-index: 2;
  height: 186px;
  line-height: 170px;
}
.cuar-sc-list-container ul li:nth-child(3) a:after {
  content: "";
  width: 60px;
  height: 100%;
  background: #24252f;
  position: absolute;
  left: 0px;
  right: auto;
  content: "";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  font-weight: 900;
  text-align: center;
  font-size: 18px;
  line-height: 187px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  z-index: -2;
  color: #ffdc00;
}
.cuar-sc-list-container ul li:nth-child(3) a:hover {
  color: #24252f !important;
}
.cuar-sc-list-container ul li:nth-child(3) a:hover:after {
  width: 100%;
  content: "";
  background: #ffdc00;
  color: #24252f;
  text-align: right;
  padding-right: 20px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}
.cuar-sc-list-container ul li:nth-child(3) a:hover:before {
  width: 100%;
  opacity: 1;
  z-index: 9999;
  font-size: 22px;
}
.cuar-sc-list-container ul li:nth-child(4) .bg-div {
  background: url("http://yourisotope.co.uk/wp-content/uploads/2021/09/accounts-piggy.jpg") !important;
  background-size: cover !important;
  overflow: visible !important;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -2;
  left: 0;
}
.cuar-sc-list-container ul li:nth-child(4) a {
  position: relative;
  padding: 80px 0 0 10px !important;
  display: block;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #FFF !important;
  text-decoration: none !important;
  z-index: 2;
  height: 186px;
  line-height: 170px;
}
.cuar-sc-list-container ul li:nth-child(4) a:after {
  content: "";
  width: 60px;
  height: 100%;
  background: #24252f;
  position: absolute;
  left: 0px;
  right: auto;
  content: "";
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  font-weight: 900;
  text-align: center;
  font-size: 18px;
  line-height: 187px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  z-index: -2;
  color: #ffdc00;
}
.cuar-sc-list-container ul li:nth-child(4) a:hover {
  color: #24252f !important;
}
.cuar-sc-list-container ul li:nth-child(4) a:hover:after {
  width: 100%;
  content: "";
  background: #ffdc00;
  color: #24252f;
  text-align: right;
  padding-right: 20px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  transition: 1s;
}
.cuar-sc-list-container ul li:nth-child(4) a:hover:before {
  width: 100%;
  opacity: 1;
  z-index: 9999;
  font-size: 22px;
}

.page-template-page-private-support .custom-links {
  clear: both;
}

body.customer-area-active .cuar-css-wrapper a:hover {
  background: #ffdc00;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
  text-decoration: none;
}

.page-id-14.customer-area-active .cuar-css-wrapper p {
  font-size: 16px !important;
  font-family: "Source Sans Pro", sans-serif !important;
}

.page-id-14.customer-area-active .cuar-css-wrapper h2 {
  font-family: "Roboto", sans-serif !important;
  margin-bottom: 0px;
  font-weight: 700 !important;
  font-size: 38px !important;
  line-height: 40px !important;
  padding-bottom: 0;
  color: #404040 !important;
}

.page-id-14 .cuar-toolbar {
  display: none !important;
}
.page-id-14 .cuar_project {
  clear: both;
}

body.customer-area-active:not(.disable-tray-rescale) .cuar-css-wrapper .cuar-page.cuar-page-with-sidebar {
  clear: both;
}

.page-id-882 .cuar-sc-list-container ul li {
  width: 49% !important;
}
.page-id-882 .dashboard-support {
  margin-bottom: 40px;
  clear: both;
  border-top: none;
  margin-top: 0px;
  padding-top: 0px;
}

.page-id-7 .cuar_private_file {
  display: none !important;
}

.page-id-7 .stay-put {
  display: block !important;
}
.page-id-7 .stay-put .cuar_private_file {
  display: block !important;
}
.page-id-7 .cuar_private_page ul li {
  list-style-type: none;
}

.page-id-7 .section {
  clear: both !important;
  padding: 0 !important;
  margin: 0 !important;
}

.customer-area .span_3_of_3,
.customer-area .span_2_of_3,
.customer-area .span_1_of_3 {
  width: 100% !important;
}

@media only screen and (min-width: 768px) {
  .customer-area .span_2_of_3 {
    width: calc(66.66% - 16px) !important;
  }
}

@media only screen and (min-width: 768px) {
  .customer-area .span_1_of_3 {
    width: calc(33.33% - 26.6666666667px) !important;
  }
}

.customer-area .col {
  display: block !important;
  float: left !important;
  margin: 20px 0 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.customer-area .col:first-of-type {
  margin-left: 0 !important;
}
@media only screen and (min-width: 768px) {
  .customer-area .col {
    margin: 20px 0 20px 40px !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}

.page-id-7 .span_2_of_2 {
  width: 100% !important;
}

.page-id-7 .span_1_of_2 {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .page-id-7 .span_1_of_2 {
    width: calc(49.96% - 20px) !important;
  }
}

.page-id-7 .custom-section {
  clear: both !important;
  padding-top: 20px !important;
  border-top: solid 1px #dadada !important;
  margin-top: 20px !important;
  float: left !important;
  width: 100% !important;
}
.page-id-7 .custom-section h2 {
  padding-left: 0 !important;
  margin-bottom: 5px !important;
}

.custom-bottom {
  margin-bottom: 40px !important;
}

body.customer-area-active .cuar-css-wrapper a:hover {
  padding-left: 0;
  padding-right: 0;
}

body.customer-area-active .cuar-css-wrapper .br-a {
  border: none !important;
  border-radius: 10px;
}

.readall-wrapper {
  background: #fff !important;
  padding: 40px !important;
  overflow: hidden !important;
  margin-top: 20px !important;
  border-radius: 0px !important;
}
.readall-wrapper h2 {
  margin-top: 0 !important;
}

body.customer-area-active .cuar-css-wrapper p {
  margin: 0 0 9.5px;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}

.cuar-css-wrapper .span_1_of_3 {
  margin: 0;
}
body.customer-area-active .cuar-css-wrapper .cuar-single-entry {
  padding: 40px;
  border-top: 1px solid #d6d6d6;
}

.customer-area-active .slick-slider {
  display: none !important;
}

.cuar-single-entry .span_1_of_2 {
  width: 50% !important;
  margin: 0 !important;
}

#stats {
  background: #FFF;
}
#stats .stat-wrap {
  text-align: center;
  padding: 0 20px;
}
#stats .stat-wrap .stat-heading {
  text-transform: uppercase;
  color: #ffdc00;
  letter-spacing: 4px;
  font-size: 24px;
  margin: 0px;
  padding: 0px;
  font-weight: 700;
}
#stats .stat-wrap .number p {
  font-size: 184px;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
  line-height: 184px;
}
#video-slider h1, #video-slider h2, #video-slider h3, #video-slider h4, #video-slider h5, #video-slider h6 {
  margin-top: 20px;
  font-size: 24px;
  padding-bottom: 0;
}
#video-slider h1:after, #video-slider h2:after, #video-slider h3:after, #video-slider h4:after, #video-slider h5:after, #video-slider h6:after {
  left: 0px;
  right: auto;
}
#video-slider .wrap {
  overflow: inherit;
}
#video-slider .flex-cols {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
#video-slider .flex-cols li {
  list-style-type: none;
  background: #FFF;
  box-shadow: none;
}
#video-slider .flex-cols li p {
  margin: 0;
  padding: 10px;
  text-align: left;
}
#video-slider .flex-cols li h2 {
  margin: 0px 10px;
  padding: 0 0px;
  font-size: 18px;
  text-align: left;
  border-bottom: solid 1px #f2f2f2;
}
#video-slider .flex-cols li iframe {
  width: 100%;
  min-height: 255px;
}
#video-slider .flex-cols .owl-item {
  background: #FFF;
}

#video-slider .fa-angle-right:before {
  color: #000;
}
#video-slider .fa-angle-left:before {
  color: #000;
}

#video-slider .owl-nav {
  top: 49%;
}
#video-slider .owl-nav .owl-prev {
  left: -20px;
  min-width: auto;
  position: absolute;
}
#video-slider .owl-nav .owl-next {
  right: -20px;
  min-width: auto;
  position: absolute;
}

.container {
  width: 100%;
  margin: 0 auto;
}

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.tabs li {
  background: none;
  color: #191919;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}

ul.tabs li.current {
  background: #FFF;
  color: #191919;
}

.tab-content {
  display: none;
  background: #FFF;
  padding: 15px;
  overflow: hidden;
}

.tab-content.current {
  display: inherit;
}

/*- OUR DATA HOLDER -*/
#ourHolder {
  width: 800px;
  height: 850px;
  overflow: hidden;
}

#ourHolder div.item {
  width: 200px;
  height: 200px;
  float: left;
  text-align: center;
}

#ourHolder div.item h3 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
}

/*- -*/
/*- FILTER OPTIONS -*/
ul#filterOptions {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #191919;
}
ul#filterOptions li {
  float: left;
  margin-right: 10px;
}
ul#filterOptions li a {
  padding: 14px 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: #000;
  background: #ffdc00;
  text-align: center;
  font-size: 15px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  font-weight: 400;
  min-width: 162px;
  display: inline-block;
  border: none;
  cursor: pointer;
}
ul#filterOptions li a:hover {
  background: #39c004;
  color: #FFF;
  text-decoration: none;
}
ul#filterOptions .active a {
  background: #39c004;
}

.pagetitle {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #191919;
}

.tabs-intro p {
  padding-bottom: 0;
}

/*# sourceMappingURL=main.css.map */
