@charset "UTF-8";
/*
 Theme Name:   iSeek
 Theme URI:    https://iseek.ie
 Description:  iSeek Internet Solutions default starter theme, customised for our clients, providing them an outstanding website, they can be proud of. 
 Child theme to the amazing GeneratePress theme.
 Template:     generatepress
 Version:      1.0
*/
/* iSeek Theme SCSS Mixins */ /* ISEEK BUTTONS CSS */
.btn {
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  transition: 0.36s all ease-in-out;
  font-family: Rubik, sans-serif;
  border-radius: 5px;
}
.btn svg {
  height: auto;
  width: 8px;
  transition: 0.36s all ease-in-out;
}
.btn svg:first-of-type {
  height: auto;
  width: 6px;
  margin-left: 22px;
  opacity: 0;
}
.btn svg:last-of-type {
  margin-left: -6px;
}
.btn.btn-primary {
  background-color: #f3890d;
  color: #202020;
}
.btn.btn-primary svg path {
  fill: #202020;
}
.btn.btn-primary:visited {
  background-color: #f3890d;
  color: #202020;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background-color: #e1522a;
  color: #202020;
}
.btn.btn-primary:hover svg:first-of-type, .btn.btn-primary:focus svg:first-of-type, .btn.btn-primary:active svg:first-of-type {
  margin-left: 16px;
  opacity: 1;
}
.btn.btn-primary:hover svg:last-of-type, .btn.btn-primary:focus svg:last-of-type, .btn.btn-primary:active svg:last-of-type {
  margin-left: 0;
}

/* ISEEK HEADER CSS */
.top-bar .inside-top-bar .phone-email {
  font-family: Rubik, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-bar .inside-top-bar .phone-email .phone-email-link:first-child {
  margin-right: 20px;
}
.top-bar .inside-top-bar .phone-email .phone-email-link svg {
  height: 12px;
  margin-right: 10px;
}
.top-bar .inside-top-bar .phone-email .phone-email-link svg path {
  fill: #fff;
}
@media (min-width: 768px) {
  .top-bar .inside-top-bar .phone-email {
    justify-content: flex-end;
  }
}

.site-header .inside-header {
  flex-wrap: wrap;
}
.site-header .inside-header .site-logo {
  position: relative;
  z-index: 99;
}
.site-header .inside-header .home-hero {
  flex: 0 1 70%;
  padding-top: 112px;
  width: 60%;
}
.site-header .inside-header .home-hero .video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-header .inside-header .home-hero .content,
.site-header .inside-header .home-hero .btn {
  position: relative;
  z-index: 99;
}
.site-header .inside-header .home-hero .content,
.site-header .inside-header .home-hero .content h1 {
  color: #fff;
}
.site-header .inside-header .home-hero h1 {
  margin-bottom: 25px;
}
.site-header .inside-header .home-hero p {
  font-size: 24px;
  color: #e0e0e0;
  font-weight: 600;
  margin-bottom: 25px;
  width: 50%;
}

.home .site-header {
  position: relative;
}
.home .site-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #5c5c5c;
  opacity: 0.8;
}
.home .site-header .inside-header {
  padding-bottom: 112px;
}
.home .mobile-home-hero {
  padding: 64px 20px 64px 20px;
  position: relative;
}
.home .mobile-home-hero:after {
  content: "";
  background-color: #5c5c5c;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  mix-blend-mode: overlay;
}
.home .mobile-home-hero .video {
  position: absolute;
  top: 0;
  left: 0;
  height: 101%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .mobile-home-hero .content,
.home .mobile-home-hero .btn {
  position: relative;
  z-index: 99;
}
.home .mobile-home-hero .content,
.home .mobile-home-hero .content h1 {
  color: #fff;
  font-size: 32px;
}
.home .mobile-home-hero h1 {
  margin-bottom: 25px;
}
.home .mobile-home-hero p {
  font-size: 18px;
  color: #e0e0e0;
  font-weight: 600;
  margin-bottom: 25px;
}

#mobile-header {
  background-color: #202020;
}
#mobile-header .site-logo.mobile-header-logo {
  margin-left: 20px;
}
#mobile-header .site-logo.mobile-header-logo img {
  height: auto;
  width: 168px;
}
#mobile-header #nav-icon3 {
  color: #e0e0e0;
}
#mobile-header .menu {
  background-color: #202020;
  padding-left: 20px;
  padding-right: 20px;
}
#mobile-header .menu .menu-item {
  border-bottom: 1px solid #303030;
}
#mobile-header .menu .menu-item a {
  padding: 10px 0;
  position: relative;
}
#mobile-header .menu .menu-item a .dropdown-menu-toggle {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#mobile-header .menu .menu-item a .dropdown-menu-toggle .gp-icon svg {
  height: 2em;
  width: 2em;
  top: 0;
}
#mobile-header .menu .menu-item .sub-menu {
  background-color: #303030;
  padding-left: 20px;
  padding-right: 20px;
}
#mobile-header .menu .menu-item .sub-menu .menu-item {
  border-bottom: 1px solid #fff;
}
#mobile-header .menu .menu-item .sub-menu .menu-item a {
  color: #fff;
}
#mobile-header .menu .menu-item .sub-menu .menu-item[class*=current-menu-] > a, #mobile-header .menu .menu-item .sub-menu .menu-item:hover > a, #mobile-header .menu .menu-item .sub-menu .menu-item:focus > a, #mobile-header .menu .menu-item .sub-menu .menu-item:active > a {
  background-color: transparent;
  color: #f3890d;
}

/* ISEEK NAV CSS */
@media (min-width: 768px) {
  .main-navigation #primary-menu > ul.menu > li.menu-item {
    padding-left: 32px;
    padding-right: 32px;
  }
  .main-navigation #primary-menu > ul.menu > li.menu-item > a {
    position: relative;
    transition: 0.36s all ease-in-out;
  }
  .main-navigation #primary-menu > ul.menu > li.menu-item > a:after {
    content: "";
    height: 2px;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    transition: 0.5s all ease-in-out;
  }
  .main-navigation #primary-menu > ul.menu > li.menu-item > a .dropdown-menu-toggle .gp-icon svg {
    transition: 0.36s all ease-in-out;
  }
  .main-navigation #primary-menu > ul.menu > li.menu-item:hover a:after, .main-navigation #primary-menu > ul.menu > li.menu-item:focus a:after, .main-navigation #primary-menu > ul.menu > li.menu-item:active a:after {
    background-color: #f3890d;
    width: 100%;
  }
  .main-navigation #primary-menu > ul.menu > li.menu-item:hover a .dropdown-menu-toggle .gp-icon svg, .main-navigation #primary-menu > ul.menu > li.menu-item:focus a .dropdown-menu-toggle .gp-icon svg, .main-navigation #primary-menu > ul.menu > li.menu-item:active a .dropdown-menu-toggle .gp-icon svg {
    transform: rotate(-180deg);
  }
  .main-navigation #primary-menu > ul.menu > li.menu-item ul.sub-menu {
    padding: 16px 20px;
    border-radius: 8px;
    border: solid 2px #e0e0e0;
    width: auto;
  }
  .main-navigation #primary-menu > ul.menu > li.menu-item ul.sub-menu > li.menu-item a {
    white-space: nowrap;
    transition: 0.36s all ease-in-out;
  }
  .main-navigation #primary-menu > ul.menu > li.menu-item.contact {
    padding-right: 0;
  }
  .main-navigation #primary-menu > ul.menu > li.menu-item.contact a {
    color: #202020;
    padding: 12px 20px;
    border-radius: 5px;
    background-color: #fec41b;
    animation: glow 1500ms infinite;
  }
  .main-navigation #primary-menu > ul.menu > li.menu-item.contact:hover a:after, .main-navigation #primary-menu > ul.menu > li.menu-item.contact:focus a:after, .main-navigation #primary-menu > ul.menu > li.menu-item.contact:active a:after {
    background-color: transparent;
  }
}

@keyframes glow {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0 0 20px 5px rgba(254, 196, 27, 0.5);
  }
  100% {
    box-shadow: none;
  }
}
/* ISEEK ANIMATED HAMBURGER MENU CSS */
@media (max-width: 768px) {
  /* https://codepen.io/designcouch/pen/Atyop */
  .animated-hamburger-mobile-menu {
    display: flex;
    align-items: center;
  }
  .animated-hamburger-mobile-menu .animated-menu-wording {
    margin-right: 8px;
    margin-bottom: 7px;
  }
  /* Icon 3 */
  #nav-icon3 {
    width: 22px;
    height: 0;
    position: relative;
    margin: 0 auto 18px auto;
    transform: rotate(0deg);
    transition: 0s ease-in-out;
    cursor: pointer;
  }
  #nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: currentColor;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.1s ease-in-out;
  }
  /* Icon 3 */
  #nav-icon3 span:nth-child(1) {
    top: 0px;
  }
  #nav-icon3 span:nth-child(2),
  #nav-icon3 span:nth-child(3) {
    top: 8px;
  }
  #nav-icon3 span:nth-child(4) {
    top: 16px;
  }
  #nav-icon3.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
  }
  #nav-icon3.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  #nav-icon3.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  #nav-icon3.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
  }
  .icon-menu-bars {
    display: none;
  }
}
/* ISEEK FRONTPAGE CSS */ /* ISEEK SITEWIDE CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
body .body-xl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42;
}
body .body-l {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
body .body-s {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.63;
}
body .body-xs {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
}
body .body-xxs {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.83;
}
body .entry-content ul li {
  list-style: none url(img/li-circle.svg);
}
body .entry-content ul {
  margin: 0 0 0 2em;
}
body .entry-content li {
  padding-left: 0.5rem;
  font-size: 16px;
}
body .sidebar.widget-area .sidebar-menu .sidemenu-title {
  color: #202020;
  padding-bottom: 7.3px;
  margin-bottom: 15.3px;
  position: relative;
  display: flex;
  align-items: center;
}
body .sidebar.widget-area .sidebar-menu .sidemenu-title:after {
  content: "";
  height: 1.5px;
  background-color: #e4e4e4;
  width: 90%;
  left: 0;
  bottom: 0;
  position: absolute;
}
body .sidebar.widget-area .sidebar-menu .sidemenu-title svg {
  height: 20px;
  margin-right: 12px;
}
body .sidebar.widget-area .sidebar-menu .sidemenu-title svg path {
  fill: #202020;
}
body .sidebar.widget-area .sidebar-menu .sidebar-menu.menu .menu-item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  transition: 0.36s all ease-in-out;
}
body .sidebar.widget-area .sidebar-menu .sidebar-menu.menu .menu-item .diamond {
  opacity: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #f3890d;
  position: relative;
  top: -5px;
  transition: 0.36s all ease-in-out;
  display: none;
  margin-right: 8px;
}
body .sidebar.widget-area .sidebar-menu .sidebar-menu.menu .menu-item .diamond:after {
  content: "";
  position: absolute;
  transition: 0.36s all ease-in-out;
  left: -5px;
  top: 5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #f3890d;
  opacity: 0;
}
body .sidebar.widget-area .sidebar-menu .sidebar-menu.menu .menu-item a {
  display: flex;
  align-items: center;
  color: #202020;
  text-decoration: none;
  font-size: 16px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  transition: 0.36s all ease-in-out;
  white-space: nowrap;
}
body .sidebar.widget-area .sidebar-menu .sidebar-menu.menu .menu-item svg {
  opacity: 0;
  margin-left: 0px;
  height: 14px;
  transition: 0.36s all ease-in-out;
}
body .sidebar.widget-area .sidebar-menu .sidebar-menu.menu .menu-item svg path {
  fill: #202020;
}
body .sidebar.widget-area .sidebar-menu .sidebar-menu.menu .menu-item:hover a, body .sidebar.widget-area .sidebar-menu .sidebar-menu.menu .menu-item:focus a, body .sidebar.widget-area .sidebar-menu .sidebar-menu.menu .menu-item:active a {
  margin-left: 8px;
  background-color: #e0e0e0;
}
body .sidebar.widget-area .sidebar-menu .sidebar-menu.menu .menu-item:hover svg, body .sidebar.widget-area .sidebar-menu .sidebar-menu.menu .menu-item:focus svg, body .sidebar.widget-area .sidebar-menu .sidebar-menu.menu .menu-item:active svg {
  margin-left: 8px;
  opacity: 1;
}
body .sidebar.widget-area .sidebar-menu .sidebar-menu.menu .menu-item.current-item .diamond {
  display: block;
  opacity: 1;
}
body .sidebar.widget-area .sidebar-menu .sidebar-menu.menu .menu-item.current-item .diamond::after {
  opacity: 1;
}
body .sidebar.widget-area .sidebar-menu .sidebar-menu.menu .menu-item.current-item svg {
  opacity: 0;
}
body .sidebar.widget-area .sidebar-menu .sidebar-menu.menu .menu-item.current-item a {
  text-shadow: 0 0 #202020;
  border-bottom: 2px solid #f3890d;
  position: relative;
  pointer-events: none;
}
body .sidebar.widget-area .sidebar-menu .sidebar-menu.menu .menu-item.current-item:hover a, body .sidebar.widget-area .sidebar-menu .sidebar-menu.menu .menu-item.current-item:focus a, body .sidebar.widget-area .sidebar-menu .sidebar-menu.menu .menu-item.current-item:active a {
  margin-left: 0px;
}
body .sidebar.widget-area .sidebar-menu .sidebar-menu.menu .menu-item.current-item:hover a svg, body .sidebar.widget-area .sidebar-menu .sidebar-menu.menu .menu-item.current-item:focus a svg, body .sidebar.widget-area .sidebar-menu .sidebar-menu.menu .menu-item.current-item:active a svg {
  opacity: o;
}
body header.entry-header {
  padding: 56px 20px 40px 20px;
  margin-bottom: 72px;
  position: relative;
  border: solid 3px #ffedb8;
  z-index: 1;
}
body header.entry-header:after {
  content: "";
  background: #fff url(img/header.png) repeat top left/6px 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.2;
}
body header.entry-header .inside-entry-header h5.parent-title {
  color: #f3890d;
  margin-bottom: 16px;
}
body header.entry-header .inside-entry-header h1.entry-title {
  color: #202020;
  margin-bottom: 8px;
}
body header.entry-header .inside-entry-header .sub-title {
  color: #202020;
}
body #content,
body section.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  body header.entry-header {
    padding: 56px 0px 40px 0px;
  }
  body.right-sidebar #main {
    padding-right: 32px;
    border-right: solid 2px #e0e0e0;
  }
}

/* ISEEK CUSTOM ACF BLOCKS CSS */
.contact-band {
  background-color: #303030;
  padding: 30px 0;
  margin-bottom: 40px;
}
.contact-band .inside-contact-band .left-text {
  color: #efa34b;
  margin-bottom: 30px;
}
.contact-band .inside-contact-band .centre-text {
  margin-bottom: 30px;
  color: #fff;
}
.contact-band .inside-contact-band .phone {
  display: flex;
  align-items: flex;
}
.contact-band .inside-contact-band .phone .image-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  margin-right: 18px;
}
.contact-band .inside-contact-band .phone .image-wrap:after {
  content: "";
  height: 15px;
  width: 15px;
  border: 3px solid #202020;
  border-radius: 50%;
  background-color: #00e62d;
  position: absolute;
  right: 0;
  top: 0;
}
.contact-band .inside-contact-band .phone .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-band .inside-contact-band .phone .text .label {
  color: #fff;
}
.contact-band .inside-contact-band .phone .text .phone-link {
  display: flex;
  align-items: center;
}
.contact-band .inside-contact-band .phone .text .phone-link svg {
  height: 12px;
  margin-right: 10px;
}
.contact-band .inside-contact-band .phone .text .phone-link svg path {
  fill: #e0e0e0;
}
.contact-band .inside-contact-band .phone .text .phone-link a {
  color: #e0e0e0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
}
@media (min-width: 768px) {
  .contact-band {
    margin-bottom: 80px;
  }
  .contact-band .inside-contact-band {
    display: flex;
    align-items: center;
    gap: 48px;
  }
  .contact-band .inside-contact-band .left-text {
    flex: 1;
    margin-bottom: 0px;
  }
  .contact-band .inside-contact-band .centre-text {
    margin-bottom: 0px;
    flex: 2;
  }
  .contact-band .inside-contact-band .phone {
    flex: 1;
  }
}

h2.section-title {
  display: flex;
  align-items: center;
  gap: 35px;
  color: #efa34b;
  font-size: 40px;
  font-weight: bold;
}
h2.section-title:before {
  content: "";
  background-image: linear-gradient(to left, #efa34b 0%, rgba(239, 163, 75, 0) 100%);
  height: 2px;
  flex: 1;
}
h2.section-title:after {
  content: "";
  background-image: linear-gradient(to right, #efa34b 0%, rgba(239, 163, 75, 0) 100%);
  height: 2px;
  flex: 1;
}

.three-column-wrapper {
  margin-bottom: 40px;
}
.three-column-wrapper h2.section-title {
  color: #202020;
  margin-bottom: 60px;
}
.three-column-wrapper .box-wrapper .box {
  margin-bottom: 30px;
}
.three-column-wrapper .box-wrapper .box .image-wrapper {
  margin-bottom: 20px;
}
.three-column-wrapper .box-wrapper .box .image-wrapper img {
  height: 60px;
  width: auto;
}
.three-column-wrapper .box-wrapper .box .content-wrapper h4 {
  color: #202020;
  margin-bottom: 4px;
}
.three-column-wrapper .box-wrapper .box .content-wrapper p {
  font-size: 16px;
  margin-bottom: 12px;
}
.three-column-wrapper .box-wrapper .box:nth-child(2) .content-wrapper ul li {
  list-style: none url(img/li-check.svg);
}
@media (min-width: 768px) {
  .three-column-wrapper {
    margin-bottom: 80px;
  }
  .three-column-wrapper .box-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  .three-column-wrapper .box-wrapper .box {
    margin-bottom: 0;
  }
}

.parallax-strip {
  height: 240px;
  position: relative;
  background: transparent;
}
.parallax-strip .video-wrapper {
  clip: rect(0, 100vw, 240px, 0);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  background: transparent;
}
.parallax-strip .video-wrapper .video {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  min-width: 100vw;
  min-height: 100vh;
  max-width: none;
  max-height: none;
  visibility: visible;
}

.four-icon-panel {
  background-color: #202020;
  padding: 40px 0;
}
.four-icon-panel .inside-four-icon-panel .box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 64px;
       column-gap: 64px;
  margin-bottom: 32px;
}
.four-icon-panel .inside-four-icon-panel .box-wrapper .box {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.four-icon-panel .inside-four-icon-panel .box-wrapper .box .image-wrapper {
  height: 100px;
  width: 100px;
  border-radius: 16px;
  background-color: #fec41b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.four-icon-panel .inside-four-icon-panel .box-wrapper .box .image-wrapper .img,
.four-icon-panel .inside-four-icon-panel .box-wrapper .box .image-wrapper svg {
  height: 60px;
  width: auto;
}
.four-icon-panel .inside-four-icon-panel .box-wrapper .box .image-wrapper .img path,
.four-icon-panel .inside-four-icon-panel .box-wrapper .box .image-wrapper svg path {
  fill: #202020;
}
.four-icon-panel .inside-four-icon-panel .box-wrapper .box .box-title {
  color: #e0e0e0;
  text-align: center;
}
.four-icon-panel .inside-four-icon-panel .content-wrapper {
  color: #e0e0e0;
  text-align: center;
}
@media (min-width: 768px) {
  .four-icon-panel .inside-four-icon-panel {
    padding: 80px 0;
  }
  .four-icon-panel .inside-four-icon-panel .box-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.tabcontent {
  animation: fadeEffect 1s;
  display: none;
}

.tab .tablinks {
  cursor: pointer;
  transition: 0.36s all ease-in-out;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.vertical-tabs {
  display: flex;
  flex-flow: column;
  gap: 48px;
  padding: 40px 0;
}
.vertical-tabs .left-column .tabs-title {
  color: #202020;
  margin-bottom: 12px;
}
.vertical-tabs .left-column .content-wrapper {
  margin-bottom: 24px;
}
.vertical-tabs .left-column .tab .tab-button.tablinks {
  display: inline-block;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #202020;
  padding: 3px 16px;
  border-radius: 5px;
  background-color: transparent;
  transition: 0.36s all ease-in-out;
  white-space: nowrap;
  border: solid 3px transparent;
}
.vertical-tabs .left-column .tab .tab-button.tablinks:not(:last-child) {
  margin-bottom: 12px;
}
.vertical-tabs .left-column .tab .tab-button.tablinks:hover, .vertical-tabs .left-column .tab .tab-button.tablinks:focus, .vertical-tabs .left-column .tab .tab-button.tablinks:active {
  border: solid 3px #fec41b;
}
.vertical-tabs .left-column .tab .tab-button.tablinks.active {
  background-color: #fec41b;
  pointer-events: none;
}
.vertical-tabs .right-column .tabcontent {
  padding: 24px 32px 32px;
  border-radius: 10px;
  border: 1px solid #fafafa;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.vertical-tabs .right-column .tabcontent .tab-title {
  color: #202020;
  padding-bottom: 12px;
  margin-bottom: 20px;
  position: relative;
}
.vertical-tabs .right-column .tabcontent .tab-title:after {
  content: "";
  background: #202020;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
}
.vertical-tabs .right-column .tabcontent .tab-content li::marker {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .vertical-tabs {
    flex-flow: row;
    padding: 80px 0;
  }
  .vertical-tabs .left-column {
    flex: 0 1 calc(36% - 24px);
    width: calc(36% - 24px);
  }
  .vertical-tabs .right-column {
    flex: 0 1 calc(64% - 24px);
    width: calc(64% - 24px);
  }
}

.stats-boxes {
  background: #202020;
  padding: 54px 0;
}
.stats-boxes .inside-stats-boxes .section-title {
  margin-bottom: 32px;
}
.stats-boxes .inside-stats-boxes .box-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
}
.stats-boxes .inside-stats-boxes .box-wrapper .box {
  text-align: center;
  color: #202020;
  background: #efa34b;
  padding: 43px 0;
  border-radius: 0 20px 0 20px;
}
.stats-boxes .inside-stats-boxes .box-wrapper .box .stat {
  margin-bottom: 4px;
  text-align: center;
  color: #202020;
}
@media (min-width: 768px) {
  .stats-boxes .inside-stats-boxes .box-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.contact-box {
  padding: 40px 0;
}
.contact-box .inside-contact-box {
  display: flex;
  flex-flow: column;
  background-color: #303030;
  border-radius: 10px;
  overflow: hidden;
}
.contact-box .inside-contact-box .content-wrapper {
  padding: 32px 20px;
}
.contact-box .inside-contact-box .content-wrapper .contact-box-title {
  color: #fff;
  margin-bottom: 16px;
}
.contact-box .inside-contact-box .content-wrapper .contact-box-content {
  color: #e0e0e0;
  margin-bottom: 32px;
}
.contact-box .inside-contact-box .accent-graphic-wrapper {
  position: relative;
}
.contact-box .inside-contact-box .accent-graphic-wrapper .accent,
.contact-box .inside-contact-box .accent-graphic-wrapper svg {
  position: absolute;
  right: -1px;
  top: 0;
  height: 90%;
  width: auto;
}
@media (min-width: 768px) {
  .contact-box {
    padding: 80px 0;
  }
  .contact-box .inside-contact-box {
    flex-flow: row;
  }
  .contact-box .inside-contact-box .content-wrapper {
    flex: 0 1 55%;
    padding: 64px 0 64px 48px;
  }
  .contact-box .inside-contact-box .accent-graphic-wrapper {
    flex: 0 1 45%;
  }
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
  padding: 40px 0;
}
.testimonials .content-wrapper {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.testimonials .content-wrapper .testimonials-title {
  margin-bottom: 12px;
}
.testimonials .content-wrapper .testimonials-content {
  margin-bottom: 32px;
}
.testimonials .testimonial-wrapper {
  padding: 30px;
  border-radius: 15px;
  border: solid 2px #e4e4e4;
}
.testimonials .testimonial-wrapper .title {
  margin-bottom: 30px;
}
.testimonials .testimonial-wrapper .title svg:last-of-type {
  margin-right: 20px;
}
.testimonials .testimonial-wrapper .testimonial-content h4 {
  margin-bottom: 20px;
}
.testimonials .testimonial-wrapper .testimonial-content p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .testimonials {
    padding: 80px 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.icon-row-wrapper {
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 40px;
}
.icon-row-wrapper .icon-wrapper {
  text-align: center;
}
.icon-row-wrapper .icon-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: solid 3px #fec41b;
  background-color: #fffaed;
  margin: 0 auto 8px auto;
}
.icon-row-wrapper .icon-wrapper .title {
  color: #202020;
  text-align: center;
}
@media (min-width: 768px) {
  .icon-row-wrapper {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.contact-details .contact-details-box {
  padding: 24px;
  border-radius: 8px;
  border: solid 1px #e4e4e4;
  font-size: 20px;
}
.contact-details .contact-details-box h5 {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.contact-details .contact-details-box h5 span {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: solid 1px #fec41b;
  background-color: #fffaed;
  margin-right: 10px;
}
.contact-details .contact-details-box h5 span svg {
  max-width: 14px;
  max-height: 14px;
}
.contact-details .contact-details-box h5 span svg path {
  fill: #f3890d;
}
.contact-details .contact-details-box a {
  color: #202020;
  font-size: 20px;
}
@media (min-width: 768px) {
  .contact-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .contact-details .contact-details-box.address-box {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}

/* ISEEK BLOG CSS */ /* ISEEK GRAVITY FORMS CSS */
body .gform_wrapper.gravity-theme .gform_required_legend,
body .gform_wrapper.gravity-theme .gform-privacy {
  font-size: 14px;
  font-weight: 600;
}
body .gform_wrapper.gravity-theme .gfield_required {
  color: #e1522a;
  font-size: 16px;
}
body .gform_wrapper.gravity-theme .gform_fields .gfield {
  /* Reset Select if want to provide a different dropdown symbol */
  /* Remove IE arrow */
}
body .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_label {
  font-size: 16px;
  color: #202020;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}
body .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper.gravity-theme .gform_fields .gfield textarea,
body .gform_wrapper.gravity-theme .gform_fields .gfield select {
  padding: 12px 24px;
  border-radius: 8px;
  background-color: #fafafa;
  border: none;
  transition: 0.36s all ease-in-out;
  border: 2px solid transparent;
  color: #202020;
  font-size: 18px;
  font-weight: 500;
}
body .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover,
body .gform_wrapper.gravity-theme .gform_fields .gfield textarea:hover,
body .gform_wrapper.gravity-theme .gform_fields .gfield select:hover {
  border-radius: 4px;
  border: solid 2px #e4e4e4;
}
body .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, body .gform_wrapper.gravity-theme .gform_fields .gfield textarea::-moz-placeholder, body .gform_wrapper.gravity-theme .gform_fields .gfield select::-moz-placeholder {
  color: #202020;
  opacity: 0.5;
  font-weight: 500;
  font-size: 18px;
  font-family: Rubik, sans-serif;
}
body .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
body .gform_wrapper.gravity-theme .gform_fields .gfield textarea::placeholder,
body .gform_wrapper.gravity-theme .gform_fields .gfield select::placeholder {
  color: #202020;
  opacity: 0.5;
  font-weight: 500;
  font-size: 18px;
  font-family: Rubik, sans-serif;
}
body .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active,
body .gform_wrapper.gravity-theme .gform_fields .gfield textarea:focus,
body .gform_wrapper.gravity-theme .gform_fields .gfield textarea:active,
body .gform_wrapper.gravity-theme .gform_fields .gfield select:focus,
body .gform_wrapper.gravity-theme .gform_fields .gfield select:active {
  border-radius: 4px;
  border: solid 2px #fec41b;
  background-color: #fffaed;
  outline: none;
}
body .gform_wrapper.gravity-theme .gform_fields .gfield select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: transparent;
  background-image: none;
  min-width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}
body .gform_wrapper.gravity-theme .gform_fields .gfield select::after {
  content: url(img/chervon-dropdown-solid-lightgrey.svg);
  position: absolute;
  width: 21px;
  height: 13px;
  top: 0;
  right: 10px;
  bottom: 0;
  height: 100%;
  cursor: pointer;
  pointer-events: none;
}
body .gform_wrapper.gravity-theme .gform_fields .gfield select::-ms-expand {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_fields .gfield input[type=checkbox] {
  -webkit-appearnce: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 1px solid white;
  color: #e1522a;
  border-radius: 4px;
  margin: 0 8px 0 0;
  width: 15px;
  height: 15px;
  position: relative;
}
body .gform_wrapper.gravity-theme .gform_fields .gfield input[type=checkbox]:checked:after {
  content: "✔";
  /* \2714 - heavy check
               \2713 - light check
               \2611 - check in a box
               \2612 - x in a box
               \2610 - empty box
            */
  font-size: 18px;
  position: absolute;
  top: -10px;
  left: 2px;
  color: white;
}
/* ISEEK FOOTER CSS */
#acknowledged-dialog {
  display: none;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 5px 5px rgba(224, 224, 224, 0.25);
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  font-size: 14px;
}

.dev-by-iseek svg {
  width: 37px;
  margin-left: 0.25em;
}
.dev-by-iseek svg path {
  fill: #e0e0e0;
}

.site-footer #footer-widgets.footer-widgets .footer-widgets-container .inside-footer-widgets .widget {
  margin-bottom: 0;
}
.site-footer #footer-widgets.footer-widgets .footer-widgets-container .inside-footer-widgets .widget img {
  width: 318px;
  max-width: unset;
  margin-bottom: 8px;
}
.site-footer #footer-widgets.footer-widgets .footer-widgets-container .inside-footer-widgets .widget p {
  font-size: 16px;
  font-weight: 500;
  color: #e0e0e0;
  margin-bottom: 16px;
}
.site-footer #footer-widgets.footer-widgets .footer-widgets-container .inside-footer-widgets .widget .address {
  font-size: 12px;
}
.site-footer #footer-widgets.footer-widgets .footer-widgets-container .inside-footer-widgets .widget .address h6 {
  color: #e0e0e0;
  margin-bottom: 0px;
}
.site-footer #footer-widgets.footer-widgets .footer-widgets-container .inside-footer-widgets .widget .widget-title {
  font-size: 30px;
  font-weight: 600;
  color: #efa34b;
  margin-bottom: 8px;
  white-space: nowrap;
}
.site-footer #footer-widgets.footer-widgets .footer-widgets-container .inside-footer-widgets .widget ul.menu li.menu-item {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.site-footer #footer-widgets.footer-widgets .footer-widgets-container .inside-footer-widgets .widget ul.menu li.menu-item a {
  display: block;
  font-size: 12px;
  color: #e0e0e0;
  margin-bottom: 16px;
}
.site-footer #footer-widgets.footer-widgets .footer-widgets-container .inside-footer-widgets .widget ul.menu li.menu-item a:hover, .site-footer #footer-widgets.footer-widgets .footer-widgets-container .inside-footer-widgets .widget ul.menu li.menu-item a:focus, .site-footer #footer-widgets.footer-widgets .footer-widgets-container .inside-footer-widgets .widget ul.menu li.menu-item a:active {
  text-decoration: underline;
}
.site-footer #footer-widgets.footer-widgets .footer-widgets-container .inside-footer-widgets .widget ul.menu#menu-legal-menu {
  text-align: right;
}
.site-footer #footer-widgets.footer-widgets .footer-widgets-container .inside-footer-widgets .widget .contact-icons {
  margin-bottom: 16px;
}
.site-footer #footer-widgets.footer-widgets .footer-widgets-container .inside-footer-widgets .widget .contact-icons .contact-icons-wrapper {
  display: flex;
  justify-content: space-between;
}
.site-footer #footer-widgets.footer-widgets .footer-widgets-container .inside-footer-widgets .widget .contact-icons .contact-icons-wrapper .icon-link:not(:last-child) {
  margin-right: 24px;
}
.site-footer #footer-widgets.footer-widgets .footer-widgets-container .inside-footer-widgets .widget .contact-icons .contact-icons-wrapper .icon-link a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #efa34b;
}
.site-footer #footer-widgets.footer-widgets .footer-widgets-container .inside-footer-widgets .widget .contact-icons .contact-icons-wrapper .icon-link a svg path {
  fill: #202020;
}
.site-footer footer.site-info .inside-site-info .copyright-bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .site-footer #footer-widgets.footer-widgets .footer-widgets-container .inside-footer-widgets {
    gap: 133px;
  }
  .site-footer #footer-widgets.footer-widgets .footer-widgets-container .inside-footer-widgets div[class^=footer-widget] {
    flex: 1;
  }
  .site-footer #footer-widgets.footer-widgets .footer-widgets-container .inside-footer-widgets div[class^=footer-widget]:first-child {
    flex: 3;
  }
  .site-footer #footer-widgets.footer-widgets .footer-widgets-container .inside-footer-widgets div[class^=footer-widget] .widget {
    padding: 0;
  }
}/*# sourceMappingURL=style.css.map */