@font-face {
  font-family: "adelonserialregular";
  src: url("../fonts/adelonserialregular.eot");
  src: url("../fonts/adelonserialregular.eot") format("embedded-opentype"),
    url("../fonts/adelonserialregular.woff2") format("woff2"),
    url("../fonts/adelonserialregular.woff") format("woff"),
    url("../fonts/adelonserialregular.ttf") format("truetype"),
    url("../fonts/adelonserialregular.svg#adelonserialregular") format("svg");
}
@font-face {
  font-family: "MontserratRegular";
  src: url("../fonts/MontserratRegular.eot");
  src: url("../fonts/MontserratRegular.eot") format("embedded-opentype"),
    url("../fonts/MontserratRegular.woff2") format("woff2"),
    url("../fonts/MontserratRegular.woff") format("woff"),
    url("../fonts/MontserratRegular.ttf") format("truetype"),
    url("../fonts/MontserratRegular.svg#MontserratRegular") format("svg");
}
@font-face {
  font-family: "LUZRO";
  src: url("../fonts/LUZRO.eot");
  src: url("../fonts/LUZRO.eot") format("embedded-opentype"),
    url("../fonts/LUZRO.woff2") format("woff2"),
    url("../fonts/LUZRO.woff") format("woff"),
    url("../fonts/LUZRO.ttf") format("truetype"),
    url("../fonts/LUZRO.svg#LUZRO") format("svg");
}
* {
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:active {
  outline: none;
  border: none;
}
a:focus {
  -moz-outline-style: none;
  outline: none;
}
input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}
input[type="file"]::-moz-file-upload-button {
  cursor: pointer;
}
input[type="file"]::-ms-file-upload-button {
  cursor: pointer;
}
input[type="file"]::-o-file-upload-button {
  cursor: pointer;
}
input[type="file"] {
  cursor: pointer;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
}
input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner,
a::-moz-focus-inner,
button,
a {
  border: 0;
  outline: none;
}
html body {
  font-family: "MontserratRegular";
  margin: 0;
  padding-top: 0px;
  overflow: visible;
  overflow-x: hidden;
}
*::-moz-selection {
  color: #fff;
  background: #000;
}
*::-webkit-selection {
  color: #fff;
  background: #000;
}
*::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}
*:-moz-placeholder {
  color: #333333;
  opacity: 1;
}
*::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}
a,
a:hover,
a:active,
a:focus,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
*::after,
*::before,
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
ol {
  margin: 0;
  padding: 0;
  line-height: 1;
}
li {
  list-style: outside none none;
  position: relative;
}
body p {
  color: #333333;
  font-family: "MontserratRegular";
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
}
body a {
  color: #000;
}
body a:hover {
  color: #68c6bc;
}
body .clearfix,
body .clear {
  clear: both;
  line-height: 100%;
}
body .clearfix {
  height: auto;
}
* {
  outline: none !important;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
  clear: both;
  display: block;
  content: "";
}
div input,
div select,
div textarea,
div button {
  font-family: "MontserratRegular";
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "MontserratRegular";
  line-height: 1.2;
  margin: 0 0 15px;
}
img {
  margin: 0 auto;
  max-width: 100%;
  /* max-height: 100%; */
  width: auto;
  height: auto;
  display: block;
}
p {
  margin: 0 0 15px;
  padding: 0;
  text-align: justify;
}
p:empty {
  display: none;
  line-height: 0;
}
p:last-child {
  margin: 0;
}
p strong {
  font-weight: bold;
}
.hidden {
  display: none !important;
}
.container:after {
  content: "";
  display: block;
  clear: both;
}
body .container,
body .grve-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}
body .container .container {
  width: 100%;
  max-width: 100%;
}
html.no-scroll {
  overflow: hidden;
}
html.no-scroll body {
  overflow: hidden;
  height: 100%;
}
header .grve-container {
  padding: 0 15px;
  width: 100% !important;
}
/*-----------fx*/
div.grve-section:not(.slider-section) {
  padding-bottom: 150px;
  padding-top: 150px;
}
div.grve-section {
  margin-bottom: 0 !important;
}
input[type="submit"]:hover {
  background-color: #029cdc;
}
footer .widget,
footer .widgets {
  margin: 0;
}
div.wpb_content_element {
  margin-bottom: 0;
}
#grve-body form input:not([type="submit"]),
#grve-body form textarea,
#grve-body form select {
  background-color: #fff;
  border: 1px solid #ccc !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border-radius: 5px !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #545454;
  display: block;
  float: none;
  font-family: "LUZRO";
  font-size: 20px;
  font-weight: 500;
  height: 50px;
  padding: 0 15px;
  width: 100%;
}
#grve-body form textarea {
  height: 100px;
  padding: 15px;
  resize: none;
}
#grve-body form textarea::-webkit-input-placeholder,
#grve-body form input::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
  font-style: normal;
}
#grve-body form textarea:-moz-placeholder,
#grve-body form input:-moz-placeholder {
  color: #aaa;
  opacity: 1;
  font-style: normal;
}
#grve-body form textarea::-moz-placeholder,
#grve-body form input::-moz-placeholder {
  color: #aaa;
  opacity: 1;
  font-style: normal;
}
#grve-body form textarea:-ms-input-placeholder,
#grve-body form input:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
  font-style: normal;
}
#grve-body form .job_search_wrap input::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
  font-style: normal;
}
#grve-body form .job_search_wrap input:-moz-placeholder {
  color: #666666;
  opacity: 1;
  font-style: normal;
}
#grve-body form .job_search_wrap input::-moz-placeholder {
  color: #666666;
  opacity: 1;
  font-style: normal;
}
#grve-body form .job_search_wrap input:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
  font-style: normal;
}
#grve-body form#tribe-bar-form input::-webkit-input-placeholder {
  font-weight: bold;
}
#grve-body form#tribe-bar-form input:-moz-placeholder {
  font-weight: bold;
}
#grve-body form#tribe-bar-form input::-moz-placeholder {
  font-weight: bold;
}
#grve-body form#tribe-bar-form input:-ms-input-placeholder {
  font-weight: bold;
}
#grve-body a.vc_btn3 {
  margin: 0;
  font-size: 21px;
  color: #fff;
  padding: 14px 78px 14px 30px;
  position: relative;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
#grve-body form label {
  display: block;
  font-weight: normal;
  line-height: 1.2;
  margin-top: 0;
  text-align: left;
  text-transform: none;
}
#grve-body form label span {
  color: red;
  margin-left: 3px;
}
span[role="alert"] {
  display: none !important;
}
#grve-body form label + span {
  display: block;
}
#grve-footer form input.wpcf7-not-valid,
#grve-footer form textarea.wpcf7-not-valid {
  border: 1px solid red !important;
}
#grve-body form input.wpcf7-not-valid,
#grve-body form textarea.wpcf7-not-valid,
#grve-body form select.wpcf7-not-valid {
  border-color: red !important;
}
form div.wpcf7-validation-errors,
form div.wpcf7-mail-sent-ok {
  background-color: #fff;
  border: 1px solid;
  color: red;
  font-family: "MontserratRegular";
  font-size: 15px;
  font-weight: normal;
  line-height: 1.3;
  margin: 10px 0 0;
  padding: 5px;
  text-align: center;
  width: 100%;
}
#grve-footer-area .wpcf7-response-output {
  bottom: -30px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
}
#grve-footer-area .wpcf7-response-output.wpcf7-mail-sent-ok {
  bottom: -11px;
}
form div.wpcf7-mail-sent-ok {
  color: green;
}
#grve-main-content form textarea {
  height: 120px;
  line-height: 1.3;
  padding: 15px;
  resize: none;
}
img.ajax-loader {
  display: inline-block;
}
div.grve-text:not(.maintitle) {
  margin-bottom: 15px;
}
/*-----------fx*/
.error404 .grve-align-center * {
  text-align: center;
}
.error404 small {
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  color: #68c6bc;
  display: inline-block;
  font-family: "MontserratRegular";
  font-size: 130px !important;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
  position: relative;
  -moz-text-shadow: 0 3px 2px #000;
  -webkit-text-shadow: 0 3px 2px #000;
  -ms-text-shadow: 0 3px 2px #000;
  -o-text-shadow: 0 3px 2px #000;
  text-shadow: 0 3px 2px #000;
}
#grve-body.error404 #grve-content-area h2 {
  color: #333;
  font-size: 26px;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 0;
}
#grve-body.error404 #grve-content-area h2:before,
#grve-body.error404 #grve-content-area h2:after {
  display: none;
}
.error404 p.grve-subtitle {
  color: #000;
  font-family: "MontserratRegular";
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}
body.error404 #grve-main-content {
  background-color: #fff;
  background-image: url("../images/about.jpg");
  background-position: center center;
  background-repeat: no-repeat;
}
/*------ arrow default*/
/*------ fancy-box*/
#grve-body .owl-carousel .owl-nav > div {
  background-image: url("../images/sprite.png");
  background-position: 0 -60px;
  background-repeat: no-repeat;
  bottom: 0;
  display: inline-block;
  font-size: 0;
  height: 50px;
  margin: auto;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 30px;
}
#grve-body .owl-carousel .owl-nav > div.owl-prev {
  left: -30px;
}
#grve-body .owl-carousel .owl-nav {
  text-align: center;
}
#grve-body .owl-carousel .owl-nav > div.owl-next {
  background-position: 0 -60px;
  right: -30px;
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
/*
#grve-body .owl-carousel .owl-nav > div:hover {
  background-position: 0 -155px;
}
#grve-body .owl-carousel .owl-nav > div.owl-next:hover {
  background-position: right -155px;
}
*/
/*------ /arrow default*/
.fancybox-lock div.fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.fancybox-opened .fancybox-skin,
.popup_director {
  background-color: #000;
  border: 9px solid #000;
  border-radius: 15px 15px 15px 100px;
  color: #fff;
  overflow: hidden;
  padding: 20px !important;
}
#grve-body .fancybox-prev,
#grve-body .fancybox-next {
  background-image: url("../images/sprite.png");
  background-position: 0 -256px;
  background-repeat: no-repeat;
  bottom: 0;
  height: 80px;
  left: -1px;
  margin: auto;
  top: 0;
  width: 50px;
}
#grve-body .fancybox-next {
  left: auto;
  right: -1px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fancybox-title.fancybox-title-inside-wrap {
  padding: 0;
}
.fancybox-title-inside-wrap .fancy_title {
  color: #f42a41;
  font-family: "MontserratRegular";
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.fancybox-title-inside-wrap .fancy_caption {
  color: #000000;
  font-family: "MontserratRegular";
  font-size: 18px;
  font-weight: normal;
  line-height: 1.7;
}
.fancybox-title.fancybox-title-inside-wrap {
  padding: 22px 0 10px;
}
a.fancybox-close,
.close_mail,
.popup_director .close {
  background-color: #68c6bc;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  height: 45px;
  line-height: 43px;
  position: absolute;
  right: -15px;
  text-align: center;
  top: -15px;
  width: 45px;
  z-index: 9;
}
#grve-body .fancybox-prev:hover,
#grve-body .fancybox-next:hover {
  opacity: 0.8;
}
a.fancybox-close:hover,
.close_mail:hover,
.popup_director .close:hover {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*------------ fancy-box*/
/*------------ other*/
#grve-body #grve-header #grve-inner-header {
  background-color: transparent;
  height: auto;
  left: auto;
  line-height: 1;
  padding: 0;
  position: relative !important;
  right: auto;
  text-align: right;
  top: auto !important;
}
#grve-body #grve-header #grve-header-wrapper {
  background-color: #333333;
  height: auto;
}
#grve-body .vc_btn3,
#grve-body a.vc_btn3,
#grve-body a.grve-btn,
#grve-theme-wrapper input[type="submit"] {
  background-color: #111111;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5px 5px 5px 20px !important;
  box-shadow: 0 -3px 0 #000 inset;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: none;
  font-family: "LUZRO";
  font-size: 30px !important;
  font-weight: normal;
  height: auto;
  letter-spacing: 0;
  line-height: 1;
  padding: 13px 60px 17px;
  text-transform: none;
  vertical-align: top;
  width: auto;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#grve-body .vc_btn3:hover,
#grve-body a.vc_btn3:hover,
#grve-body a.grve-btn:hover,
#grve-theme-wrapper input[type="submit"]:hover {
  border: 1px solid transparent;
  box-shadow: 0 -3px 0 #68c6bc inset;
  -moz-box-shadow: 0 -3px 0 #68c6bc inset;
  -webkit-box-shadow: 0 -3px 0 #68c6bc inset;
  -ms-box-shadow: 0 -3px 0 #68c6bc inset;
  -o-box-shadow: 0 -3px 0 #68c6bc inset;
  color: #68c6bc;
}
form + .epic_results,
form + .epic_results .errors,
form .epic_results,
form .epic_results .errors {
  line-height: 1;
  padding: 0;
}
form + .epic_results .error,
form + .epic_results .success,
form .epic_results .error,
form .epic_results .success {
  background-color: #fff;
  border: 1px solid;
  color: red !important;
  font-family: lato;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  margin: 15px 0 0;
  padding: 10px;
  text-align: center;
  width: 100%;
}
form + .epic_results .success,
form .epic_results .success {
  color: green !important;
}
form + .epic_results,
form .epic_results {
  margin-top: 15px;
}
body #grve-main-menu-responsive {
  background-color: #fff;
  border-left: 2px solid #68c6bc;
}
body #grve-main-menu-responsive .grve-close-menu-button {
  background-color: #68c6bc;
  font-size: 18px;
  font-weight: bold;
}
body #grve-main-menu-responsive .grve-close-menu-button:hover {
  background-color: #000;
}
body #grve-main-menu-responsive li a {
  background-color: transparent;
  color: #000;
  display: block;
  font-family: "MontserratRegular";
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 15px;
  text-transform: uppercase;
}
body #grve-main-menu-responsive ul.grve-menu > li > a:hover,
body #grve-main-menu-responsive ul.grve-menu > li.current_page_item > a,
body #grve-main-menu-responsive ul.grve-menu > li.current-menu-item > a {
  color: #68c6bc;
}
body #grve-main-menu-responsive li {
  border-bottom: 1px solid #ccc;
}
/*------------ other*/
/*------------------------------ sticky*/
#grve-body #grve-header.grve-header-sticky #grve-inner-header {
  -moz-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.2);
}
.grve-header-sticky #grve-inner-header .contactheader {
  display: none;
}
.grve-header-sticky {
  background-color: #fff;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.grve-header-sticky .header-logo-one > img {
  margin: 0;
  max-width: 140px;
}
.grve-header-sticky .header-logo-two > img {
  max-width: 200px;
}
.grve-header-sticky .header-section .header-text,
.grve-header-sticky .header-section .header-logo-two {
  padding-top: 0px;
}
.grve-header-sticky .header-text i {
  font-size: 16px;
  height: 45px;
  line-height: 40px;
  margin: 0 auto;
  width: 45px;
}
.grve-header-sticky .header-text a {
  font-size: 16px;
}
/*------------------------------ /sticky*/
header li {
  list-style: outside none none;
}
#grve-body select {
  background-image: url("../images/down.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto auto;
  border: 1px solid #dddddd;
  color: #333;
  font-family: "MontserratRegular";
  font-size: 16px;
  height: 30px;
  line-height: 1.2;
  margin: 0;
  padding: 0 35px 0 10px;
}
/***********************************************/
footer #grve-footer-area {
  background-color: #eaeaea;
  overflow: visible;
  padding-bottom: 38px;
  padding-top: 65px;
}
#grve-body #grve-footer-bar .grve-copyright,
#grve-body #grve-footer-bar .grve-copyright a {
  color: #fff;
  font-family: "LUZRO";
  font-size: 18px !important;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  text-transform: capitalize;
}
#grve-body #grve-footer-bar .grve-copyright a:hover {
  color: #68c6bc;
}
/***********************************************/
#grve-top-bar ul > li > a {
  color: #fff;
  font-family: "LUZRO";
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
}
header .grve-right-side {
  padding: 0;
  text-align: right;
}
#grve-top-bar ul > li {
  display: inline-block;
  line-height: 1;
  margin-left: 0px;
  padding: 0;
  vertical-align: middle;
}
#grve-top-bar ul > li.content_wrap > a {
  font-size: 22px;
}
#grve-top-bar ul > li.gtranslate_wrap {
  padding: 0;
}
#grve-top-bar ul > li.email_wrap::before {
  background-position: -43px 6px;
}
div#grve-top-bar a:hover {
  color: #68c6bc;
}
header#grve-header #grve-inner-header .grve-logo img {
  max-height: 100%;
  height: auto !important;
}
#grve-body #grve-header #grve-main-menu ul > li > a {
  border-radius: 0 0 0 30px;
  color: #fff;
  display: block;
  font-family: "LUZRO";
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
  padding: 30px 10px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}
#grve-header-wrapper ul.grve-menu {
  display: inline-block;
  text-align: center;
  width: 100%;
}
#grve-header #grve-main-menu ul li {
  display: inline-block;
  position: relative;
}
#grve-header #grve-main-menu > ul > li:first-child {
  margin-left: 0;
}
#grve-body #grve-header #grve-main-menu ul > li > a:hover,
#grve-body #grve-header #grve-main-menu ul > li.current-menu-item > a,
#grve-body #grve-header #grve-main-menu ul > li.current_page_parent > a,
#grve-body #grve-header #grve-main-menu ul > li.current-menu-ancestor > a,
#grve-body #grve-header #grve-main-menu ul > li.current-menu-parent > a,
#grve-body
  #grve-header
  #grve-main-menu
  ul
  > li.menu-item-has-children:hover
  > a {
  background-color: #000;
  color: #68c6bc;
}
#grve-body #grve-header #grve-main-menu ul.sub-menu > li > a:hover,
#grve-body #grve-header #grve-main-menu ul.sub-menu > li.current_page_item > a,
#grve-body #grve-header #grve-main-menu ul.sub-menu > li.current-menu-item > a {
  color: #ffffff;
  background-color: #f42a41;
}
#grve-body h2,
.archive #grve-main-content h1 {
  color: #333333 !important;
  font-family: trajan pro;
  font-weight: normal;
  margin-bottom: 47px;
  padding-bottom: 15px;
  position: relative;
}
body h2::after,
.archive #grve-main-content h1::after {
  background-color: #ff8c00;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  max-width: 410px;
  position: absolute;
  width: 100%;
}
body h2 b {
  color: #0072bb;
}
body h2.center {
  text-align: center;
}
body h2.center::after,
.archive #grve-main-content h1::after {
  background-position: 0 -37px;
  margin: auto;
  right: 0;
  width: 348px;
}
/*--------------------- default close*/
.header-section .container > div {
  float: left;
  text-align: center;
  width: 33.33%;
}
.header-logo-one > img {
  margin: 0;
}
.header-section {
  padding: 15px 0;
}
.grve-header-sticky .header-section {
  padding: 10px 0;
}
.header-text i {
  border: 3px solid;
  border-radius: 50%;
  color: #ff8c00;
  display: block;
  font-size: 30px;
  font-weight: normal;
  height: 65px;
  line-height: 60px;
  margin: 0 auto 10px;
  text-align: center;
  width: 65px;
}
.header-text a {
  color: #ff8c00;
  font-family: open sans;
  font-size: 20px;
  font-weight: 600;
}
.header-text a:hover {
  color: #000;
}
.header-text > .email {
  display: inline-block;
  vertical-align: top;
}
.header-section .container > div.header-text {
  text-align: right;
}
.header-section .header-text,
.header-section .header-logo-two {
  padding-top: 20px;
}
#grve-main-menu ul li::before,
#grve-main-menu ul li:last-child::after {
  background-image: url("../images/sprite.png");
  background-position: 0 0;
  bottom: 0;
  content: "";
  height: 50px;
  left: -1px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 1px;
}
#grve-main-menu ul li:last-child::after {
  left: auto;
  right: -1px;
}
.header-section > .container {
  display: block;
}
#grve-body .slider-section .tp-caption {
  font-weight: 500 !important;
}
.tp-caption span {
  color: #ff8c00;
  font-weight: 500 !important;
}
#grve-body .rev_slider ul > li .tp-caption.rev-btn {
  border-radius: 50px;
  font-family: trajan pro !important;
}
.grve-section.grve-feature-header {
  margin-top: 0 !important;
}
body h6 {
  color: #333 !important;
  font-family: trajan pro;
  font-weight: normal;
  line-height: 1.2;
}
/********** Header **********/
#grve-top-bar,
#grve-top-bar ul li.grve-topbar-item ul li a,
#grve-top-bar ul.grve-bar-content,
#grve-top-bar ul.grve-bar-content > li {
  border: none;
}
#grve-body #grve-top-bar {
  background-color: transparent;
  padding: 15px 0;
  z-index: 9;
}
.grve-social > li {
  margin-right: 7px;
}
.grve-social > li:last-child {
  margin-right: 0px;
}
#grve-body .grve-social > li a {
  border-radius: 3px 3px 3px 15px;
  color: #fff !important;
  font-size: 30px;
  height: 35px;
  line-height: 35px;
  padding: 0 !important;
  text-align: center;
  width: 35px;
}
.grve-social > li a:hover {
  background-color: #68c6bc;
}
.phone_num_header {
  margin-right: 40px;
  margin-top: 5px;
  padding-left: 30px !important;
  position: relative;
}
.grve-social > li a.grve-icon-facebook {
  background-color: #405993;
}
.grve-social > li a.grve-icon-linkedin {
  background-color: #0077b5;
}
.grve-social > li a.grve-icon-instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
#grve-body #grve-header.grve-default #grve-inner-header,
#grve-header.grve-default[data-sticky-header="shrink"] {
  background-color: #68c6bc;
}
.grve-logo {
  float: left;
  position: absolute;
  top: -4px;
}
#grve-body #grve-header[data-menu-align="right"] #grve-main-menu {
  text-align: right;
}
#home .wpb_column {
  padding: 0 !important;
}
.grve-feature-header #rev_slider_1_1_wrapper {
  left: 0 !important;
  right: 0 !important;
}
.phone_num_header::after {
  background-color: #68c6bc;
  background-image: url("../images/sprite.png");
  background-position: 2px 3px;
  background-repeat: no-repeat;
  border-radius: 3px 3px 3px 10px;
  bottom: 0;
  color: #fff;
  content: "";
  height: 35px;
  left: -20px;
  line-height: 35px;
  margin: auto;
  position: absolute;
  top: 0px;
  width: 35px;
}
#grve-body #grve-header #grve-main-menu ul > li.primary-button > a {
  background-color: #000;
  color: #68c6bc !important;
}
.slider_title > b {
  color: #000;
  font-family: "adelonserialregular";
  position: relative;
}
.slider_title > b::before {
  background-color: #68c6bc;
  border-radius: 0 0 0 15px;
  bottom: 0;
  content: "";
  height: 70px;
  left: -10px;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 90px;
  z-index: -1;
}
.rev_slider .slider_title {
  font-family: "adelonserialregular";
  line-height: 120% !important;
}
#grve-body .persephone .tp-bullet {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 5px;
  box-sizing: content-box;
  cursor: pointer;
  height: 20px;
  position: absolute;
  width: 22px;
}
#grve-body .persephone .tp-bullet:hover,
#grve-body .persephone .tp-bullet.selected {
  background: #68c6bc none repeat scroll 0 0;
  border-color: #68c6bc;
}
#grve-header #grve-main-menu ul li::before {
  background-image: url("../images/sprite.png");
  background-position: -70px -10px;
  background-repeat: no-repeat;
  content: "";
  height: 25px;
  left: -20px;
  margin: auto;
  width: 20px;
}
#grve-header #grve-main-menu ul li:first-child::before {
  display: none;
}
#grve-body .grve-header-sticky #grve-top-bar {
  display: none;
}
.grve-header-sticky .grve-logo {
  height: 80px !important;
  top: 0;
}
#grve-body #grve-header.grve-header-sticky #grve-main-menu ul li a {
  font-size: 20px;
  padding: 20px 15px;
}
#home.grve-section {
  padding-bottom: 0;
}
#grve-main-menu-responsive .grve-menu-scroll ul li.primary-button a {
  color: #68c6bc;
}
/********* Quick Link ***********/
.quick-link-listing {
  padding: 50px 30px;
}
.grve-section.quick-link-listing-wrap {
  background-color: #eee;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.links-carousal .owl-item > li {
  display: inline-block;
  min-height: 120px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.links-carousal .owl-item.active + .owl-item.active > li {
  border-left: 1px solid #ccc;
}
.links-carousal .owl-item > li .link-listing img {
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
#grve-body .grve-social > li a:hover {
  background: #68c6bc;
}
/********** Appointmant **********/
.book_appointment_wrap ul li {
  color: #000;
  font-family: "LUZRO";
  font-size: 18px;
  line-height: 180%;
  margin-bottom: 20px;
  padding-left: 40px;
}
.book_appointment_wrap ul li::after {
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-position: 0 -131px;
  background-repeat: no-repeat;
  content: "";
  height: 25px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 5px;
  width: 25px;
}
.book_appointment_wrap ul li span {
  color: #68c6bc;
}
.book_appointment_wrap .book_form_wrap {
  padding: 50px;
}
.book_appointment_wrap::before {
  background-image: url("../images/our-servic-bg.png");
  background-repeat: repeat;
  border-radius: 20px 0 0 150px;
  bottom: 0;
  box-shadow: none;
  content: "";
  display: block;
  height: 950px;
  left: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  width: 540%;
  z-index: -1;
}
.book_form_wrap h3 {
  background-color: #000;
  border-radius: 50px 15px 15px;
  color: #fff;
  max-width: 460px;
  padding: 20px 0px;
  width: 100%;
  margin-bottom: 20px !important;
}
.book_appointment_wrap .book_form_wrap h3 span {
  color: #fff;
  font-size: 45px;
}
.appointment span {
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}
.appointment span + br {
  display: none !important;
}
.grve-section .book_form_wrap h3.grve-title-no-line span {
  color: #fff;
  display: inline-block;
  line-height: 100%;
  width: 100%;
}
#grve-body .appointment span input,
#grve-body .appointment span textarea {
  border-radius: 5px !important;
  color: #aaaaaa;
  font-family: "LUZRO";
  font-size: 18px;
  height: 60px;
  overflow: hidden;
  padding-left: 65px;
}
#grve-body .appointment span textarea {
  height: 150px;
}
.appointment span:not(.ajax-loader)::after {
  background-image: url("../images/sprite.png");
  background-position: -13px -525px;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  height: 30px;
  left: 15px;
  position: absolute;
  top: 17px;
  width: 30px;
}
.grve-section .book_form_wrap h3.grve-title-no-line {
  margin-bottom: 20px;
}
.appointment > span:not(.ajax-loader):not(.recaptcha)::before {
  border-right: 1px solid #eee;
  content: "";
  height: 50px;
  left: 50px;
  margin: auto;
  position: absolute;
  top: 5px;
  width: 1px;
  bottom: auto;
}
.appointment span.message::before {
  bottom: auto;
  top: 10px;
}
.book_appointment_wrap .vc_col-sm-6:first-child {
  margin-top: 50px;
}
.appointment .ajax-loader {
  left: 15px;
  top: 12px;
}
.book_appointment_wrap .vc_col-sm-6:first-child h3.grve-title-no-line {
  text-align: left !important;
}
/********** Meet Our Director **********/
#directors.grve-section {
  background-color: #fff !important;
  border-top: 1px solid #68c6bc;
  position: relative;
}
#grve-body .grve-section h3.grve-title-no-line,
h3.popup-title {
  font-family: "adelonserialregular";
  font-size: 55px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 50px;
}
.grve-section h3.grve-title-no-line span,
h3.popup-title strong {
  color: #000;
}
.grve-section h3.grve-title-no-line b,
h3.popup-title strong {
  background-color: #68c6bc;
  border-radius: 0 0 0 25px;
  padding: 0 13px 5px;
  color: #fff;
}
#directors h3.grve-title-no-line span {
  color: #fff;
}
#directors h3.grve-title-no-line b {
  color: #000;
}
#directors.grve-section::before {
  background-image: url("../images/directore-bg.png") !important;
  background-repeat: repeat;
  content: "";
  height: 550px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.meet_our_directors_wrap {
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
}
.meet_our_directors_wrap > div {
  border-radius: 20px 20px 20px 180px;
  display: inline-block;
  height: 680px;
  overflow: hidden;
  position: relative;
  width: 41%;
  vertical-align: top;
}
.meet_our_directors_wrap > .left_img_wrap {
  margin-right: 55px;
}
.content_name_wrap {
  background-color: #000;
  bottom: 0;
  font-family: "adelonserialregular";
  font-size: 35px;
  left: 0;
  line-height: 130%;
  padding: 15px 0;
  position: absolute;
  right: 0;
  width: 100%;
  color: #fff;
  cursor: pointer;
}
.content_name_wrap .name {
  font-size: 55px;
}
.content_name_wrap div {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.content_name_wrap div.caption_2 {
  margin-bottom: 7px;
}
#directors .meet_our_directors_wrap div:hover .content_name_wrap {
  color: #66c5b9;
}
.fancybox-inner > div > img {
  float: left;
  padding-right: 40px;
  width: 45%;
}
.fancybox-inner .content_wrap,
.popup_director .content_wrap {
  display: table;
}
.fancybox-inner .content_wrap li,
.fancybox-inner .content_wrap .dire_down a.in-cell-link,
.popup_director .content_wrap li,
.fancybox-inner .popup_director .dire_down a.in-cell-link {
  font-family: "adelonserialregular";
  font-size: 20px;
  letter-spacing: 0;
  line-height: 150%;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 0 !important;
  position: relative;
}
h3.popup-title {
  text-align: left;
}
.fancybox-inner .wrap_img_content .content_name_wrap,
.popup_director .wrap_img_content .content_name_wrap {
  background-color: #68c6bc;
  text-align: center;
}
.wrap_img_content {
  border-radius: 0 0 0 80px;
  float: left;
  margin-right: 30px;
  overflow: hidden;
  position: relative;
  width: 42%;
  max-width: 340px;
}
h3.popup-title strong {
  font-weight: normal;
}
.fancybox-inner .content_wrap li::after,
.popup_director .content_wrap li::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 10px;
}
.content_wrap > .dire_down span {
  color: #68c6bc !important;
  font-size: 16px !important;
  text-decoration: none !important;
}
div.job_listings .job-manager-pagination {
  border-bottom: none !important;
  display: inline-block;
  line-height: 1;
  padding: 1em 0;
  text-align: center;
  width: 100%;
}
.dire_down {
  display: inline-block;
  margin-top: 30px;
  width: 100%;
}
.content_wrap > .dire_down a.in-cell-link::before {
  background-color: #68c6bc;
  border-radius: 4px 4px 4px 15px;
  color: #fff;
  content: "ïƒ¡";
  font-family: FontAwesome;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: -100px;
  text-align: center;
  width: 35px;
}
.content_wrap > .dire_down span.connect_title {
  position: relative;
}
.content_wrap > .dire_down span.connect_title::after {
  background-image: url("../images/directore-popup.png");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  height: 58px;
  position: absolute;
  right: -110px;
  top: -35px;
  width: 156px;
}
.fancybox-inner .content_name_wrap,
.popup_director .content_name_wrap {
  font-size: 28px;
  cursor: auto;
}
.fancybox-inner .content_wrap .dire_down a.in-cell-link:hover,
.popup_director .content_wrap .dire_down a.in-cell-link:hover {
  opacity: 0.8;
}
a.fancybox-close::before,
.popup_director .close:before {
  content: "\f00d";
  font-family: FontAwesome;
}
/********** Our Services **********/
#services.grve-section {
  background-color: #eeeeee !important;
}
#services.grve-section h3.grve-title-no-line {
  color: #000;
}
#services.grve-section h3.grve-title-no-line b {
  color: #fff;
}
#services .wpb_column.grve-column-1.vc_custom_1416241986001 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#services.home-service::before {
  background-image: url("http://www.thetalentplaybook.com.au/wp-content/uploads/2018/08/logo.png");
  bottom: 50px;
  content: "";
  height: 200px;
  left: 80px;
  position: absolute;
  right: 0;
  width: 200px;
  z-index: 9;
  background-repeat: no-repeat;
}
#services .ctu-ulimate-style-1 li {
  border-left: medium none;
  color: #000;
  cursor: pointer;
  display: block;
  float: right;
  font-family: "adelonserialregular";
  font-size: 33px;
  font-style: normal;
  font-weight: normal;
  line-height: 120%;
  list-style: outside none none;
  margin-bottom: 15px;
  margin-top: 0;
  max-width: 100%;
  padding: 25px 100px 34px 0;
  position: relative;
  text-align: right;
  width: 100%;
}
#services .ctu-ulimate-style-1 li::before {
  background-color: #000;
  background-image: url("../images/sprite.png");
  background-position: 0 -179px;
  border-radius: 10px 10px 10px 35px;
  bottom: 0;
  content: "";
  height: 90px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
}
#services .ctu-ulimate-style-1 li:nth-child(2)::before {
  background-position: 3px -292px;
}
#services .ctu-ulimate-style-1 li:nth-child(3)::before {
  background-position: 0 -411px;
}
#services .ctu-ulimate-style-1 li:hover::before,
#services .ctu-ulimate-style-1 li.active::before {
  background-color: #fff;
}
#services .ctu-ulimate-style-1 li:hover,
#services .ctu-ulimate-style-1 li.active {
  color: #fff;
}
#services .ctu-ulitate-style-1-tabs {
  background-color: transparent;
  border-left: medium none;
  box-shadow: none;
  padding: 0;
}
.ctu-ultimate-wrapper-1 .ctu-content-span {
  display: none;
}
#services .ctu-ulitate-style-1-tabs > p {
  color: #000;
  font-family: "LUZRO";
  font-size: 18px;
  line-height: 180%;
  margin-bottom: 15px;
  text-align: justify;
}
#ctu-ulitate-style-1-id-3 > ul li::before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 5px;
}
#ctu-ulitate-style-1-id-3 > ul li {
  font-family: "LUZRO";
  font-size: 18px;
  line-height: 180%;
  padding-left: 20px;
  position: relative;
}
/********* Job-Listing ***********/
.home_job_list.grve-section {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.job_filters {
  background-color: transparent;
}
.grve-section.home_job_list h3.grve-title-no-line span {
  color: #fff;
}
.job_filters .search_jobs {
  background-size: cover;
  display: inline-block;
  padding: 150px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.home_job_list::before {
  background-color: #000;
  background-image: url("../images/job-listing.png");
  background-position: center center;
  background-size: cover;
  content: "";
  height: 508px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.job_search_wrap {
  background-color: #000;
  padding: 15px 0;
}
.job_filters .search_jobs .search_keywords,
.job_filters .search_jobs .search_location {
  display: inline-block;
  float: none !important;
  vertical-align: middle;
  width: 40% !important;
}
.search_jobs .search_submit {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}
.search_jobs > div > label {
  display: none !important;
}
#grve-body .job_listings .search_submit a.vc_btn3 {
  background-color: #68c6bc;
  box-shadow: 0 -3px 0 #40aa9f inset;
  padding: 10px 41px;
  color: #fff;
}
#grve-body .job_listings .search_submit a.vc_btn3:hover,
#grve-body .job_list_left a.vc_btn3:hover,
#grve-body .vc_btn3.blue-btn:hover {
  background-color: #40aa9f;
  box-shadow: 0 -3px 0 #68c6bc inset;
  color: #fff;
}
.job_list_left ul li > div,
.job_list_left ul li > a {
  color: #535353;
  font-family: "LUZRO";
  font-size: 18px;
  font-weight: 600;
  line-height: 180%;
}
.job_list_left ul li .location a {
  color: #535353;
}
.job_list_wrap .job_list_left {
  float: left;
  padding-right: 50px;
  width: 30%;
}
.job_list_wrap .job_list_right {
  border-left: 1px solid #ccc;
  float: right;
  padding-left: 50px;
  width: 70%;
}
.job_list_left > h3 {
  color: #000 !important;
  font-family: "adelonserialregular";
  font-size: 30px;
  font-weight: normal;
  margin: 15px auto;
}
.job_list_wrap {
  display: inline-block;
  margin-top: 0px;
  width: 100%;
}
.home .job_list_wrap {
  margin-top: 100px;
}
.job_list_wrap .job_list_right > ul {
  border-top: medium none;
  display: inline-block;
  width: 100%;
}
.job_sort ul {
  max-width: 250px;
}
.job_list_wrap .job_list_right > ul > li {
  border: 2px solid #68c6bc !important;
  border-radius: 15px 15px 15px 50px;
  margin-bottom: 40px;
  margin-left: 20px;
  padding-top: 20px;
}
.job_list_wrap .job_list_right > ul > li:last-child {
  margin-bottom: 0;
}
.job_listing .position,
.job_listing ul.meta {
  padding: 0 20px;
}
.job_list_wrap .job_list_right > ul > li ul + a {
  border-top: 1px solid #ccc;
  padding: 20px;
  position: relative;
}
.position > h3,
.position > a > h3 {
  background-color: #000;
  border-radius: 0 0 30px;
  color: #fff !important;
  font-family: "adelonserialregular";
  font-size: 35px;
  font-weight: normal;
  line-height: normal;
  margin-left: -30px;
  padding: 10px 30px;
}
.position > a {
  margin-bottom: 20px;
  margin-left: -30px;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.position > a > h3 {
  margin-bottom: 0;
}
.position > p {
  color: #000;
  font-family: "LUZRO";
  font-size: 18px;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
}
.company strong {
  display: inline-block;
  font-family: "LUZRO";
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
  padding-left: 20px;
  width: 100%;
}
.position > p::before {
  background-color: #000;
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 6px;
}
#grve-body .job-manager-pagination > ul {
  border: medium none;
}
.job-manager-pagination_new > ul {
  display: inline-block;
  text-align: center;
  width: 100%;
}
#grve-body .job-manager-pagination > ul > li,
#grve-body .job-manager-pagination_new > ul > li {
  background-color: transparent;
  border: medium none;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}
#grve-body .job-manager-pagination > ul > li:last-child,
#grve-body .job-manager-pagination_new > ul > li:last-child {
  margin-right: 0;
}
#grve-body .job-manager-pagination a,
#grve-body .job-manager-pagination span,
#grve-body .job-manager-pagination_new a {
  background-color: #111;
  border-radius: 3px 3px 3px 15px;
  box-shadow: 0 -3px 0 #000 inset;
  color: #fff;
  display: inline-block;
  font-family: "LUZRO";
  font-size: 18px;
  font-weight: normal;
  height: 45px;
  line-height: 45px;
  width: 41px;
  padding: 0;
}
#grve-body .job-manager-pagination .prevpage::before,
#grve-body .job-manager-pagination_new .prevpage::before {
  content: "\f100";
  font-family: FontAwesome;
  margin-right: 5px;
}
#grve-body .job-manager-pagination .nextpage::after,
#grve-body .job-manager-pagination_new .nextpage::after {
  content: "\f101";
  font-family: FontAwesome;
  margin-left: 5px;
}
#grve-body .job-manager-pagination .prevpage,
#grve-body .job-manager-pagination .nextpage,
#grve-body .job-manager-pagination_new .prevpage,
#grve-body .job-manager-pagination_new .nextpage {
  background-color: transparent;
  box-shadow: none;
  color: #111111;
  font-size: 20px;
  width: auto;
}
#grve-body .job-manager-pagination .prevpage:hover,
#grve-body .job-manager-pagination .nextpage:hover,
#grve-body .job-manager-pagination_new .prevpage:hover,
#grve-body .job-manager-pagination_new .nextpage:hover {
  background-color: transparent;
  box-shadow: none;
  color: #ccc;
  width: auto;
}
#grve-body .job-manager-pagination a:hover,
#grve-body .job-manager-pagination span:hover,
#grve-body .job-manager-pagination span.current,
#grve-body .job-manager-pagination_new a:hover,
#grve-body .job-manager-pagination_new a.current {
  box-shadow: 0 -3px 0px #40aa9f inset;
  background-color: #68c6bc;
}
.job_listing .position ~ ul.meta li {
  color: #aaa;
  display: inline-block;
  font-family: "LUZRO";
  font-size: 18px;
  margin-right: 15px;
  padding-left: 25px;
  position: relative;
}
.job_listing .position ~ ul.meta li a {
  color: #aaa;
  display: inline-block;
  line-height: normal;
  overflow: visible;
  padding: 0;
}
.job_listing .position ~ ul.meta li a:hover {
  color: #68c6bc;
}
.job_listing .position ~ ul.meta li::after {
  background-image: url("../images/sprite.png");
  background-position: -18px -839px;
  background-repeat: no-repeat;
  bottom: 0;
  color: #68c6bc;
  content: "";
  font-family: Fontawesome;
  font-size: 18px;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 20px;
}
.job_listing .position ~ ul.meta li.job-type::after {
  background-position: -23px -895px;
}
.job_listing .position ~ ul.meta {
  margin-bottom: 20px;
  margin-left: 0;
}
.more_link {
  border-top: 1px solid #ccc;
  padding: 20px;
  position: relative;
}
.more_link > a::before {
  background-image: url("../images/sprite.png");
  background-position: -29px -942px;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  font-family: Fontawesome;
  height: 18px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 21px;
}
.more_link > a:hover::before {
  opacity: 0.5;
}
.more_link > a {
  font-family: "MontserratRegular";
  font-size: 20px;
  padding: 0 !important;
}
.job_listing .position ~ ul.meta li:last-child {
  margin-right: 0;
  padding-left: 0;
}
.job_listing .position ~ ul.meta li:last-child::after {
  display: none;
}
.job_listing .position ~ ul.meta li.date {
  color: #000;
  float: right;
  font-family: "MontserratRegular";
}
.social_wrap.grve-social > li {
  display: inline-block;
  margin-right: 10px;
}
.job_listings .job_filters .showing_jobs {
  background-color: #fff;
  border: 2px solid #68c6bc;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  top: 50px;
}
.search_location {
  position: relative;
}
.search-location-list,
.job_location ul,
.type-listing ul,
.job_sort ul {
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.search_location.active .search-location-list,
.job_location.active .location-listing,
.job_location.active .type-listing,
.job_sort.active .sorting_option {
  display: block;
}
.search-location-list li,
.job_location .location-listing li,
.job_location .type-listing li,
.job_sort .sorting_option li {
  border-bottom: 1px solid #ccc;
  color: #fff;
  font-family: "LUZRO";
  font-size: 20px;
  padding: 10px;
  text-align: left;
  background-color: #fff;
  color: #535353;
}
.search-location-list li:hover {
  color: #43ada5;
}
.search-location-list li:last-child {
  border-bottom: none;
}
.search_location::before,
.job_location > span::before,
.job_sort > span::before {
  background-color: #68c6bc;
  border-radius: 0 5px 5px 0;
  bottom: 0;
  color: #fff;
  content: "ï„‡";
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 26px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
}
.job_location {
  margin-bottom: 20px;
  position: relative;
  line-height: 0;
}
.job_location > span {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  font-family: "LUZRO";
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 35px 0 15px;
  position: relative;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
#grve-body .job_list_left a.vc_btn3,
#grve-body .vc_btn3.blue-btn {
  background-color: #68c6bc;
  box-shadow: 0 -3px 0 #40aa9f inset;
  color: #fff;
}
.job_location ul,
.type-listing ul {
  position: static;
}
.job_location .location-listing li,
.job_location .type-listing li {
  font-size: 16px;
}
.job_sort {
  display: inline-block;
  float: right;
  margin-bottom: 15px;
  max-width: 260px;
  width: 100%;
}
.job_sort > span {
  background-color: #68c6bc;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "LUZRO";
  font-size: 18px;
  padding: 12px;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.job_sort .sorting_option li {
  border-bottom: medium none;
}
.search-location-list li:hover,
.job_location .location-listing li:hover,
.job_location .type-listing li:hover,
.job_sort .sorting_option li:hover {
  color: #68c6bc;
}
.search_location.active::before,
.job_location.active > span::before,
.job_sort.active > span::before {
  content: "\f106";
  font-family: Fontawesome;
}
.job_sort .sorting_option li {
  font-size: 18px;
}
.home_job_list .job_listings .job-manager-pagination,
.home_job_list .job_listings .job-manager-pagination_new {
  border-bottom: medium none;
  margin-top: 20px;
}
.grve-section h3.grve-title-no-line span {
  color: #000;
}
.fancybox-inner .content_wrap a.in-cell-link,
.popup_director .content_wrap a.in-cell-link {
  height: 35px;
  padding: 0;
  width: 35px;
}
/*********** Footer **********/
.grve-section.collaborate_our_head_office_wrap {
  background-color: #eee;
  margin-top: 80px;
  padding-bottom: 80px !important;
}
.collaborate_our_head_office_wrap .our_head_office_wrap {
  padding: 50px;
  position: relative;
}
.collaborate_our_head_office_wrap .our_head_office_wrap::before {
  background-image: url("../images/our-servic-bg.png");
  background-repeat: repeat;
  border-radius: 100px 0 0 20px;
  bottom: -600px;
  box-shadow: none;
  content: "";
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 540%;
  z-index: -1;
}
.collaborate_our_head_office_wrap h3.grve-title-no-line {
  margin-bottom: 40px;
  text-align: left;
}
.collaborate_wraper .grve-text > p {
  color: #000;
  font-family: "LUZRO";
  font-size: 20px;
  font-weight: 600;
}
.collaborate_wraper .grve-text > p::before {
  background-image: url("../images/sprite.png");
  background-position: 0 -701px;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  height: 66px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -19px;
  width: 90px;
}
.our_head_office_wrap h3.grve-title-no-line span {
  color: #fff;
}
.grve-section .our_head_office_wrap h3.grve-title-no-line {
  margin-bottom: 10px;
}
.our_head_office_wrap .grve-text > p {
  color: #000;
  font-family: "LUZRO";
  font-size: 20px;
}
.dontect_wrap > div,
.dontect_wrap > div a {
  color: #fff;
  font-family: "LUZRO";
  font-size: 24px;
  font-weight: normal;
  line-height: 170%;
}
.dontect_wrap > div a {
  vertical-align: top;
  line-height: 150%;
}
.dontect_wrap > div {
  padding-left: 60px;
  position: relative;
  margin-bottom: 15px;
}
.dontect_wrap > div::before {
  background-color: #000;
  border-radius: 3px 3px 3px 15px;
  content: "ï„†";
  font-family: Fontawesome;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 35px;
}
.dontect_wrap > div.address_wrap::before {
  content: "\f041";
}
.dontect_wrap > div.phone_number_wrap::before {
  content: "\f095";
}
.dontect_wrap .social_wrap::before {
  display: none;
}
.dontect_wrap .social_wrap {
  margin-top: 50px;
  padding-left: 0;
}
#grve-body .grve-social.social_wrap > li a {
  border-radius: 5px 5px 5px 20px;
  color: #fff !important;
  display: inline-block;
  font-size: 38px;
  height: 60px;
  line-height: 60px;
  padding: 0 !important;
  text-align: center;
  width: 60px;
}
#grve-body .grve-social.social_wrap > li a:hover {
  box-shadow: 0 0 5px #000;
}
footer {
  background-color: #eee;
  bottom: 0px;
  position: relative;
}
#grve-footer-bar .grve-column-1-2 a.grve-footer-logo {
  bottom: -37px;
  height: 92px;
  margin: auto;
  position: absolute;
  right: 0;
  width: 244px;
  z-index: 99;
}
footer #grve-footer-bar {
  background-color: #111111;
  padding-bottom: 31px;
  padding-top: 31px;
  overflow: visible;
  visibility: visible !important;
}
#grve-body
  .grve-section.collaborate_our_head_office_wrap
  h3.grve-title-no-line {
  text-align: left;
}
#grve-body .grve-section .our_head_office_wrap h3.grve-title-no-line {
  margin-bottom: 0;
}
.dontect_wrap {
  margin-top: 50px;
}
.collaborate_wraper form {
  width: 80%;
}
.grve-section.collaborate_our_head_office_wrap
  .collaborate_wraper
  h3.grve-title-no-line
  span {
  color: #000;
}
.home_job_list footer .grve-container,
#grve-body footer .grve-container {
  padding-left: 0;
  padding-right: 0;
}
/*Home service sectoin*/
.home-service .ctu-ultimate-wrapper-1 {
  border-radius: 0;
  box-shadow: none;
  float: none;
  overflow: visible;
  position: relative;
  z-index: 1;
  display: flex;
}
.home-service .ctu-ultimate-wrapper-1::after {
  clear: both;
  content: "";
  display: block;
}
.home-service .ctu-ulimate-style-1 {
  background: url("../images/our-servic-bg.png") repeat 0 0;
  border-radius: 0 25px 150px 0;
  float: left;
  min-height: 530px;
  min-width: 0;
  overflow: visible;
  padding: 40px 75px 0 15px;
  width: 50%;
}
.home-service .ctu-ultimate-style-1-content {
  display: block;
  float: left;
  max-width: 100%;
  padding: 0 30px;
  width: 50%;
}
.home-service .service-tab-wrap .vc_column-inner {
  position: relative;
}
.home-service .service-tab-wrap .vc_column-inner::before {
  background: url("../images/our-servic-bg.png") repeat 0 0;
  bottom: 0;
  content: "";
  display: block;
  left: auto;
  margin: 0 -15px 0 0;
  position: absolute;
  right: 100%;
  top: 0;
  width: 200%;
  z-index: -1;
}
.home-service .service-tab-wrap .vc_column-inner::after {
  background: url("../images/our-servic-bg.png") repeat 0 0;
  bottom: 0;
  content: "";
  display: block;
  right: auto;
  margin: 0 0 0 -15px;
  position: absolute;
  border-radius: 25px 0 0 25px;
  left: 100%;
  top: 0;
  width: 200%;
  z-index: -1;
}
html .service-tab-wrap .ctu-ulimate-style-1 li .ctu-absolute {
  background: #050708;
  bottom: 0;
  height: 68px;
  left: auto;
  margin: auto;
  visibility: visible;
  position: absolute;
  right: -84px;
  opacity: 0;
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 9px;
}
html .service-tab-wrap .ctu-ulimate-style-1 li.active .ctu-absolute {
  opacity: 1;
  visibility: visible;
}
html .service-tab-wrap .ctu-ulimate-style-1 li .ctu-absolute::before {
  border-bottom: 11px ridge transparent;
  border-right: 11px solid #000;
  border-top: 11px ridge transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  margin: auto -9px auto 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: absolute;
  right: 100%;
  top: 0;
}
html .service-tab-wrap .ctu-ulimate-style-1 li.active .ctu-absolute::before {
  margin-right: 0;
}
.grve-top-btn:hover {
  box-shadow: 0 0 5px #000;
}
/*Home service sectoin close*/
/********** Job-detail page **********/
body.single-job_listing {
  padding-top: 200px;
}
.single-job_listing article {
  padding: 100px 0 0;
}
.content_single_page.position {
  border: 2px solid #68c6bc;
  border-radius: 15px 15px 15px 50px;
  padding-top: 15px;
}
.job_description .grve-section {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
article.job_listing {
  border-bottom: medium none !important;
  margin-bottom: 0 !important;
}
.job-listing-meta.meta {
  border-bottom: 1px solid #ccc;
  margin-left: -20px;
  margin-right: -20px;
  padding: 15px !important;
}
.content_single_page.position > h3 {
  margin-bottom: 0;
}
.job_description p,
.job_description ul li {
  color: #333333;
  font-family: "LUZRO";
  font-size: 18px;
  line-height: 180%;
}
.job_description ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.job_description ul li::before {
  border: 4px solid #000;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 4px;
}
.job_description h4.grve-title-no-line {
  color: #000 !important;
  display: inline-block;
  font-family: "adelonserialregular";
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 25px;
  width: 100%;
}
.content_single_page ul.job-listing-meta.meta li {
  position: relative;
  padding-left: 30px;
}
.content_single_page .single_job_listing .meta li::before {
  background-color: transparent;
  background-image: url("../images/sprite.png");
  background-position: -20px -840px;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  height: 18px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 18px;
}
.content_single_page ul.job-listing-meta.meta li:last-child::before {
  display: none;
}
.content_single_page .single_job_listing .meta .job-type::before {
  background-position: -23px -897px;
}
.content_single_page ul.job-listing-meta.meta li a,
.content_single_page ul.job-listing-meta.meta li {
  color: #aaaaaa;
  font-family: "LUZRO";
}
.content_single_page ul.job-listing-meta.meta li a:hover {
  color: #68c6bc;
}
.bottom_bar .left_bottom,
.bottom_bar .right_bottom {
  display: inline-block;
  vertical-align: middle;
}
.right_bottom p,
.right_bottom span {
  color: #aaa;
  font-family: "LUZRO";
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 0;
}
.right_bottom span {
  color: #000;
}
.bottom_bar {
  border-top: 1px solid #aaa;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px 50px 20px 15px;
}
.bottom_bar .right_bottom > div {
  display: inline-block;
  margin-right: 20px;
}
.bottom_bar .right_bottom {
  float: right;
}
.single_job_listing .left_bottom > div {
  margin-bottom: 0;
}
#grve-body .vc_btn3.inner-btn,
#grve-body inner-btna.vc_btn3.inner-btn,
#grve-body a.grve-btn.inner-btn,
#grve-theme-wrapper input.inner-btn[type="submit"] {
  font-size: 20px !important;
}
#grve-body .vc_btn3.blue-btn {
  background-color: #68c6bc;
  box-shadow: 0 -3px 0 #40aa9f inset;
  color: #fff;
}
.breadcrumbs {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #68c6bc;
  color: #373737;
  font-family: "LUZRO";
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  padding: 15px 0;
}
.breadcrumbs .grve-container > * {
  display: block;
  float: left;
  font-size: 18px;
  margin-right: 16px;
  padding-right: 35px;
  position: relative;
}
.breadcrumbs a {
  color: #000;
}
.breadcrumbs .grve-container > *::before {
  color: #000;
  content: "ï…¸";
  display: block;
  font-family: FontAwesome;
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 1px;
}
.breadcrumbs .grve-container > *:last-child::before {
  display: none;
}
.breadcrumbs .grve-container > *:last-child {
  color: #68c6bc;
  font-weight: bold;
  margin-right: 0;
  padding-right: 0;
}
.single_job_listing .meta .date-posted {
  float: right;
}
.content_single_page .single_job_listing .meta .job-type {
  background-color: transparent;
}
.content_single_page ul.job-listing-meta.meta li.date-posted {
  color: #000;
  font-family: "MontserratRegular";
  font-size: 16px;
}
.content_single_page .addtoany_list.a2a_kit_size_32 a {
  color: #aaaaaa;
  font-family: "LUZRO";
  font-size: 14px;
}
.content_single_page .addtoany_list.a2a_kit_size_32 a span {
  border-radius: 3px 3px 3px 10px;
}
.content_single_page .addtoany_shortcode {
  display: inline-block;
  float: right;
  vertical-align: middle;
}
#grve-body #grve-header .grve-menu-options {
  height: 60px;
  line-height: 60px;
}
#grve-body
  #grve-header.grve-header-sticky[data-sticky-header="advanced"][data-safebutton="right"]
  #grve-inner-header
  .grve-container {
  padding-right: 15px;
}
.content_single_page .addtoany_list a.addtoany_share_save {
  float: left;
  vertical-align: bottom;
  margin-top: 15px;
}
.full {
  display: inline-block;
  width: 100%;
}
.full .half_div:first-child {
  float: left;
  width: 48%;
}
.full .half_div:nth-child(2) {
  float: right;
  width: 48%;
}
.modal-content .title.position > h3 {
  background-color: #68c6bc;
  font-size: 30px;
}
#grve-body #myModal .Browse input[type="file"] {
  border: medium none !important;
  opacity: 0;
}
lable {
  color: #aaa;
  display: inline-block;
  font-family: "LUZRO";
  font-size: 16px;
  width: 100%;
}
lable > span {
  color: #ff0000;
  padding-left: 5px;
}
.wrap_content {
  padding: 0px 50px;
}
.wrap_content div.full {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.check-box .custom-box {
  font-size: 16px;
}
#check-box {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 10px;
}
#check-box span input[type="checkbox"],
#radio-btn span input[type="radio"] {
  display: inline-block;
  height: 26px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 26px;
  z-index: 99;
  cursor: pointer;
}
#grve-body #check-box input[type="checkbox"] {
  height: 26px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 26px;
  z-index: 9;
  bottom: auto;
}
#check-box span input[type="checkbox"] + span {
  color: #aaa;
  display: inline-block;
  font-family: "LUZRO";
  font-size: 16px;
  line-height: 150%;
  padding-left: 30px;
  vertical-align: middle;
}
#check-box span input[type="checkbox"] + span::after {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  content: "";
  height: 26px;
  left: 0;
  position: absolute;
  top: 0px;
  width: 26px;
}
#check-box span input[type="checkbox"]:checked + span::after {
  border: 1px solid #68c6bc;
  border-radius: 3px;
  color: #68c6bc;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 21px;
  height: 26px;
  left: 0;
  line-height: 26px;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 26px;
}
.radio-btn {
  display: inline-block;
  margin-top: 8px;
  width: 100%;
}
#radio-btn > span {
  position: relative;
}
#radio-btn > span input[type="radio"] + span::after {
  border: 1px solid #ccc;
  border-radius: 50%;
  content: "";
  height: 26px;
  left: 0;
  position: absolute;
  top: 0;
  width: 26px;
  z-index: 1;
}
#radio-btn > span input[type="radio"] + span {
  display: inline-block;
  font-family: "LUZRO";
  font-size: 16px;
  height: 26px;
  margin-left: 15px;
  padding-left: 20px;
  text-align: center;
  top: 0;
  z-index: 9;
}
#radio-btn > span input[type="radio"]:checked + span::after {
  background-color: #68c6bc;
  border: 6px solid #fff;
  box-shadow: 0 0 1px 1px #ccc;
  content: "";
  position: absolute;
  top: 0;
}
#grve-body #myModal .Browse {
  position: relative;
  display: none;
}
#grve-body #myModal .Browse:hover::before {
  background-color: #68c6bc;
}
.back-btn {
  margin-top: 30px;
}
#grve-body .grve-section.all_jobs {
  padding-bottom: 0;
  padding-top: 100px;
}
.grve-single-post #grve-post-content {
  margin-bottom: 0;
}
.grve-single-post + #grve-tags-categories {
  display: none;
}
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  padding-top: 50px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: hidden;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  border: 2px solid #68c6bc;
  border-radius: 15px 15px 15px 100px;
  margin: auto;
  padding: 20px;
  width: 80%;
}
/* The Close Button */
.close {
  background-color: #fff;
  border: 1px solid #68c6bc;
  border-radius: 50%;
  float: right;
  font-size: 28px;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  position: relative;
  right: -35px;
  text-align: center;
  top: -35px;
  width: 35px;
  color: #68c6bc;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.position > a:hover h3 {
  background-color: #40aa9f;
}
.phone_number_wrap > a:hover {
  color: #000;
}
/********** 13-09-2018 ********/
.single-job_listing #grve-top-bar ul > li > a {
  color: #000;
}
.single-job_listing #grve-top-bar ul > li > a:hover {
  color: #68c6bc;
}
.single-job_listing form div.wpcf7-response-output {
  display: table;
  margin: 15px auto auto;
  max-width: 1120px;
  text-align: center;
  width: 100%;
}
.btn {
  margin-top: 15px;
  position: relative;
}
/********** 15-09-2018 **********/
html.toggle_menu {
  overflow: hidden;
}
#grve-body .back-btn a.vc_btn3.inner-btn {
  margin-left: 16px;
  max-width: 227px !important;
  width: 100%;
}
.collaborate_our_head_office_wrap .collaborate_wraper {
  padding: 50px 0;
}
#grve-body .collaborate_wraper h3.grve-title-no-line {
  margin-bottom: 30px;
}
#grve-body .browse_wrap > span {
  display: inline-block;
  width: 84% !important;
}
#grve-body .browse_wrap > span > input {
  border: medium none !important;
  font-size: 16px;
  pointer-events: none;
}
#grve-body #myModal .browse_wrap > input {
  background-color: #aaa;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-family: "LUZRo";
  font-size: 18px;
  font-weight: bold;
  left: 0;
  padding: 10px;
  text-align: center;
  float: left !important;
  width: 14% !important;
  line-height: 0;
}
#grve-body #myModal .browse_wrap > input:hover {
  background-color: #68c6bc;
}
div.wpcf7 .btn .ajax-loader {
  margin-top: 15px;
}
#grve-body #myModal form input:not([type="submit"]) {
  height: 40px;
}
#grve-body #myModal form input[type="radio"],
#grve-body #myModal form input[type="checkbox"] {
  height: 28px;
}
header#grve-header.grve-header-sticky #grve-inner-header .grve-logo img {
  max-height: 80px;
}
a.fancybox-close:hover,
.close_mail:hover {
  color: #000;
}
/********** 17-09-2018 **********/
.searched_count {
  float: left;
}
.searched_count p,
.searched_count span {
  color: #000;
  display: inline-block;
  font-family: "LUZRO";
  font-size: 18px;
  margin-bottom: 0 !important;
  padding-right: 5px;
  padding-top: 8px;
  vertical-align: middle;
}
.job_filters .search_jobs .search_location input {
  cursor: pointer;
}
.ckeck-box span.wpcf7-list-item {
  margin: 0;
}
.ckeck-box label {
  position: relative;
}
#check-box span input[type="checkbox"] + span a {
  border-bottom: 1px solid #68c6bc;
  color: #68c6bc;
}
#check-box span input[type="checkbox"] + span a:hover {
  border-bottom: 1px solid #000;
  color: #000;
}
footer #grve-footer-bar::before {
  background: #111111 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: 0 -15px;
  position: absolute;
  right: 0;
  top: 0;
}
.grve-menu-options {
  display: none !important;
}
/********** 19-09-2018 **********/
#grve-body .grve-section.quick-link-listing-wrap h3.grve-title-no-line {
  margin-bottom: 15px;
  margin-top: 50px;
  font-size: 44px;
}
/**/
.popup_director {
  left: 20px;
  max-height: 90%;
  max-width: 100%;
  overflow: visible;
  position: fixed;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
}
.director_open body::before {
  background-color: #000;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  opacity: 0.7;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}
.popup_director .close {
  font-weight: normal;
  line-height: 41px;
  right: -24px;
  top: -24px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.director1_wrap,
.director2_wrap {
  border-radius: 0 0 0 30px;
  max-height: 75vh;
  overflow: auto;
}
.popup_director .content_wrap a.in-cell-link {
  display: inline-block;
  font-size: 20px;
  left: -16px;
  position: relative;
  vertical-align: top;
}
html.director_open,
html.apply_form {
  overflow: hidden;
}
.wpcf7-not-valid input[type="checkbox"] + span::after {
  border: 1px solid #ff0000 !important;
}
.wpcf7-not-valid .check-error {
  color: #ff0000;
  display: inline-block;
  padding-top: 5px;
  text-transform: capitalize;
  width: 100%;
}
div.wpcf7-response-output:empty {
  display: none !important;
}
/********** 19-07-2019 **********/
.grve-social > li a.grve-icon-twitter {
  background-color: #00aced;
}
/* 14-12-2020 */
.home-service .service-tab-wrap .vc_column-inner::before {
  margin: 0 -17px 0 0;
}
html body.error404 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  height: 100vh;
  min-height: auto;
  /*padding: 50px 0;*/
}
.single-blog_post .breadcrumbs {
  border: none;
}
.single-blog_post #grve-header #grve-main-menu ul {
  font-size: 0;
}
.job_sort ul {
  max-width: 260px;
}
html.director_open body,
html.apply_form body,
html.director_open,
html.apply_form {
  overflow: hidden !important;
  height: 100%;
}
.bottom_bar::after {
  clear: both;
  content: "";
  display: block;
}
div.grve-section:not(.slider-section)#blog_post {
  padding-bottom: 0;
}
.position > p::before {
  bottom: auto;
  top: 15px;
}
.single-blog_post #grve-above-footer,
body.single-job_listing #grve-above-footer {
  padding: 0;
}
#grve-header,
#grve-body #grve-top-bar,
#grve-body #grve-header #grve-header-wrapper {
  -moz-transition: all 0.5s ease 0s !important;
  -webkit-transition: all 0.5s ease 0s !important;
  -ms-transition: all 0.5s ease 0s !important;
  -o-transition: all 0.5s ease 0s !important;
  transition: all 0.5s ease 0s !important;
}
#grve-body .grve-header-sticky #grve-top-bar {
  display: block;
  margin-top: -65px;
}
.job_filters .search_jobs .job_search_wrap > div.search_location {
  padding-left: 0;
  margin-left: 0.5em;
}
.book_form_wrap form.wpcf7-form {
  position: relative;
}
.book_form_wrap form div.wpcf7-validation-errors,
.book_form_wrap form div.wpcf7-mail-sent-ok {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -45px;
  margin: auto;
  font-size: 14px;
}
.appointment .ajax-loader {
  left: 5px;
  top: 14px;
}
#grve-body form input:not([type="submit"]).error,
#grve-body form textarea.error,
#grve-body form select.error {
  border-color: red !important;
}
#grve-body form.comment-form input:not([type="submit"]),
#grve-body form.comment-form textarea,
#grve-body form.comment-form select {
  margin-bottom: 0;
}
#grve-body form.comment-form .grve-form-textarea,
#grve-body form.comment-form .grve-form-input,
#grve-body form.comment-form .grve-form-textarea {
  margin-bottom: 13px;
}
#grve-body form.comment-form input:not([type="submit"]).error + p.error {
  color: red;
  font-size: 15px;
  line-height: normal;
  margin: 3px 0 0;
}
#grve-body form.comment-form .grve-form-textarea textarea {
  margin: 0;
}
.single-blog_post #grve-post-content ul {
  margin: 0 0 15px;
}
.single-blog_post #grve-post-content > h2 {
  margin-bottom: 23px;
  padding-bottom: 11px !important;
  margin-top: 30px;
}
#grve-comments .grve-comments-number {
  margin-top: 0;
  margin-bottom: 30px;
}
#grve-body #grve-comments a.grve-btn {
  padding: 8px 15px;
  font-size: 16px !important;
}
#grve-comments .grve-comment-item .avatar {
  margin-right: 10px;
  margin-left: 0;
}
#grve-comments.grve-section {
  padding: 0;
}
#grve-comments li.grve-comment-item {
  margin: 0;
}
#grve-comments li.grve-comment-item:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
}
#grve-comments .grve-comment-item .grve-author {
  font-size: 22px;
  line-height: 1;
  font-family: "LUZRO";
  font-weight: 600;
  margin: 0 0 5px;
}
#grve-comments .grve-comment-date > a {
  font-size: 13px;
  color: #333 !important;
  text-transform: none;
  margin: 0;
  line-height: 100%;
}
#grve-comments article.comment:after {
  content: "";
  display: block;
  clear: both;
}
#grve-comments .grve-comment-item .grve-comment-content {
  margin: 0;
}
#grve-comments ul.children {
  padding: 10px 0 0 0;
  margin: 0 0 0 30px;
  border-top: 1px solid #e4e4e4;
}
#grve-comments article.comment {
  padding-bottom: 10px;
}
#cancel-comment-reply-link {
  float: right;
  color: #000 !important;
  letter-spacing: 0;
  text-transform: none;
  font-size: 15px;
  margin-top: -23px;
}
#cancel-comment-reply-link:hover,
#grve-comments .grve-comment-item .grve-author a:hover {
  color: #68c6bc !important;
}
/********19-12-2020*/
#grve-header[data-menu-align="right"][data-menu-type="simply"]
  #grve-main-menu
  ul
  > li {
  padding-left: 10px;
  padding-right: 10px;
}
/* 21-12-2020 */
body#grve-body.single.single-blog_post div#grve-main-content {
  padding-top: 150px;
}
.collaborate_our_head_office_wrap footer #grve-footer-bar {
  position: relative;
}
.collaborate_our_head_office_wrap footer #grve-footer-bar::before,
.collaborate_our_head_office_wrap footer #grve-footer-bar::after {
  content: "";
  position: absolute;
  left: 100%;
  right: -3000px;
  height: 100%;
  background: #111111;
  top: 0;
}
.collaborate_our_head_office_wrap footer #grve-footer-bar::after {
  right: 100%;
  left: -3000px;
}
body.single-blog_post #grve-top-bar .phone_num_header a {
  color: #68c6bc;
}
body.single-blog_post #grve-top-bar .phone_num_header a {
  color: #333;
}
/*17-09-2022*/
.appointment p {
  /* display: flex; */
  align-items: center;
}
.wpcf7 form .wpcf7-response-output {
  margin: 9px 0 0 0;
  display: block;
  font-size: 14px;
  padding: 0;
  text-align: center;
  color: #46b450;
  position: relative;
  left: 6px;
  border: 1px solid #46b450;
  background: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: red;
  border: 1px solid red !important;
}
html.apply_form .modal {
  overflow-y: auto;
}
.grve-social > li a.grve-icon-youtube {
  background: red;
}
.appointment span.wpcf7-form-control-wrap.recaptcha,
.appointment span.wpcf7-form-control-wrap.recaptcha > span {
  margin: 0 !important;
}
html.apply_form .modal span.browse_wrap {
  display: block;
  padding-top: 15px;
}
html.apply_form .modal input.cvresume {
  padding: 5px !important;
}
/*17-09-2022*/
.appointment span[data-name="phone"]::after {
  background-position: -13px -582px;
}
.appointment span[data-name="email"]::after {
  background-position: -15px -780px;
}
.appointment span[data-name="message"]::after {
  background-position: -13px -644px;
  bottom: auto;
  top: 19px;
}
.appointment span.recaptcha span.wpcf7-not-valid-tip {
  position: relative;
  top: -15px;
}
/*
font-family: 'adelonserialregular';
font-family: 'MontserratRegular';
font-family: 'LUZRO';
*/
/*13-09-2023*/
.job_list_wrap .job_location span::before,
.job_list_right span::before,
.job_search_wrap .search_location::before {
  content: "\f107";
}
/*13-09-2023*/
/*Start of the day 16-04-2024*/
.appointment span.wpcf7-form-control-wrap.recaptcha .wpcf7-not-valid > div {
	border: 1px solid red;
}
#grve-body .appointment > p {
	display: flex;
	align-items: center;
}
.blog .blog-title a:hover {
	color: #40aa9f;
}
/*End of the day 16-04-2024*/
/*12-06-2024*/
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450 !important;
}
#check-box span input[type=checkbox]:checked+span::after {
  content: "\f00c";
}
body .wpcf7 form.invalid .wpcf7-response-output {
  color: red;
  border: 1px solid red;
}
.single-blog_post h1, .single-blog_post h3, .single-blog_post p {
  font-family: LUZRO!important;
  color: #000;
  font-family: LUZRO;
  font-size: 18px;
  line-height: 180%;
  margin-bottom: 20px;
  padding-left: 40px;
}
/*11-12-2024*/
.book_appointment_wrap form.wpcf7-form .wpcf7-response-output {
  margin-top: 0;
}
.book_appointment_wrap form.wpcf7-form 
 span.wpcf7-spinner {
    margin: 0;
}

.modal-content form.wpcf7-form.wpcf7-acceptance-as-validation.invalid input#cvresume.wpcf7-validates-as-required.cvresume {
  border: 1px solid red !important;
}
body .wpcf7 form .wpcf7-response-output {
  border: 2px solid #52b450 !important;
}
div#respond h3#reply-title, div#respond form#commentform p.comment-notes,div#respond form#commentform p.form-submit{
  padding: 0;
}
