/* --------------------------------------------------------------------- */
/* COMMON STYLING
/* --------------------------------------------------------------------- */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: lighter;
  color: #374456;
  background: #fff;
}
.site {
  position: relative;
  overflow-x: hidden;
}
section {
 
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
a,
input,
select,
textarea,
button,
.btn,
a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus,
.btn:focus,
a.focus,
input.focus,
select.focus,
textarea.focus,
button.focus,
.btn.focus,
a:active,
input:active,
select:active,
textarea:active,
button:active,
.btn:active,
a.active,
input.active,
select.active,
textarea.active,
button.active,
.btn.active,
a:active:focus,
input:active:focus,
select:active:focus,
textarea:active:focus,
button:active:focus,
.btn:active:focus,
a.active.focus,
input.active.focus,
select.active.focus,
textarea.active.focus,
button.active.focus,
.btn.active.focus,
a.active:focus,
input.active:focus,
select.active:focus,
textarea.active:focus,
button.active:focus,
.btn.active:focus,
a:active.focus,
input:active.focus,
select:active.focus,
textarea:active.focus,
button:active.focus,
.btn:active.focus {
  outline: 0;
}
a {
  color: #02cdb3;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #018171;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
.white {
 color: #fff;
}
@media screen and (min-width: 992px) {
  a,
  button,
  .gr-btn {
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
  }
}
img {
  max-width: 100%;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.7;
}
.gr-wrap {
  width: auto;
  clear: both;
}
.gr-wrap:before,
.gr-wrap:after {
  content: " ";
  clear: both;
  display: table;
}
.form-group {
  margin-bottom: 20px;
}
.form-group:last-child {
  margin-bottom: 0;
}
.gr-bg-primary {
  background-color: #02cdb3;
}
.gr-bg-white {
  background-color: #fff;
}
.gr-bg-gray {
  background-color: #efefef;
}
.gr-text-primary {
  color: #02cdb3;
}
.gr-overflow-ellipsis {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-gr-href] {
  cursor: pointer;
}
[class*="gr-banner-style-"]:before,
[class*="gr-banner-style-"]:after {
  content: " ";
  clear: both;
  display: table;
}
.gr-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  vertical-align: top;
  border-collapse: collapse;
}
.gr-table-caption {
  display: table-caption;
}
.gr-table-row {
  display: table-row;
}
.gr-table-cell {
  display: table-cell;
  vertical-align: top;
}
.gr-table-cell.align-top {
  vertical-align: top;
}
.gr-table-cell.align-middle {
  vertical-align: middle;
}
.gr-table-cell.align-bottom {
  vertical-align: bottom;
}
.gr-table-cell.no-border {
  border: 0 none;
}
.gr-table-cell .icon {
 font-weight: 800 !important;
 font-size: 18px !important;
}
.gr-table.align-top .gr-table-cell {
  vertical-align: top;
}
.gr-table.align-middle .gr-table-cell {
  vertical-align: middle;
}
.gr-table.align-bottom .gr-table-cell {
  vertical-align: bottom;
}
.gr-table.no-border .gr-table-cell {
  border: 0 none;
}
.gr-inputbox-wrapper {
  position: relative;
}
.gr-inputbox-wrapper:before,
.gr-inputbox-wrapper:after {
  content: " ";
  clear: both;
  display: table;
}
.gr-inputbox-wrapper .gr-inputbox-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 15px;
  color: #374456;
  z-index: 99;
}
.gr-inputbox {
  width: 100%;
  min-width: 0;
  max-width: 300px;
  height: 45px;
  font-size: 14px;
  font-weight: lighter;
  color: #212121;
  background-color: #fff;
  border: 2px solid #C3C3C3;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 0 10px;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.gr-inputbox:focus {
  border: 2px solid #02cdb3;
}
.gr-inputbox::-moz-placeholder {
  color: #848484;
  opacity: 1;
}
.gr-inputbox:-ms-input-placeholder {
  color: #848484;
}
.gr-inputbox::-webkit-input-placeholder {
  color: #848484;
}
.gr-inputbox-wrapper.gr-inputbox-block .gr-inputbox,
.gr-inputbox.gr-inputbox-block {
  width: 100%;
  max-width: none;
}
textarea.gr-inputbox {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  padding-top: 6px;
  padding-bottom: 6px;
  min-height: 150px;
  resize: none;
  -webkit-transition: all 0s, background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
          transition: all 0s, background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
textarea.gr-inputbox:focus {
  resize: both;
}
.gr-select {
  min-width: 150px;
  height: 30px;
  font-size: 14px;
  color: #252525;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 0 10px;
}
select option:disabled:first-child {
  display: none;
}
.gr-title-style-1 .main {
  width: 37%;
  font-size: 30px;
  font-weight: bold;
  color: #374456;
  text-transform: uppercase;
  padding: 0 20px 0 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .gr-title-style-1 .main {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .gr-title-style-1 .main {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
.gr-title-style-1 .sub {
  font-size: 16px;
  font-weight: lighter;
  color: #374456;
  padding: 0 9% 0 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .gr-title-style-1 .sub {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .art-who-i-am, .art-latest-post {
    padding:20px 0 0 0 !important;width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .gr-title-style-1 .sub{
    padding-top:100px;width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .port {
    padding-top:190px !important;
  }
}
@media screen and (max-width: 767px) {
  .busy {
    padding-top:140px !important;
  }
}
.gr-title-style-2 .main {
  width: 37%;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding: 0 20px 0 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .gr-title-style-2 .main {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .gr-title-style-2 .main {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
.gr-title-style-2 .sub {
  font-size: 18px;
  font-weight: lighter;
  color: #fff;
  padding: 0 9% 0 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .gr-title-style-2 .sub {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .gr-title-style-2 .sub {
    display: none;
    width: 100%;
  }
}
.gr-title-style-3,
.gr-title-style-3 a {
  font-size: 18px;
  font-weight: bold;
  color: #374456;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.gr-title-style-3 a:hover {
  color: #02cdb3;
}
.gr-title-style-4,
.gr-title-style-4 a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.gr-title-style-4 a:hover {
  color: #02cdb3;
}
.gr-title-style-5,
.gr-title-style-5 a {
  font-size: 14px;
  font-weight: lighter;
  color: #02cdb3;
  /*text-transform: uppercase;*/
  padding: 0;
  margin: 0;
}
.gr-title-style-5 a:hover {
  color: #fff;
}
.gr-title-style-6,
.gr-title-style-6 a {
  /*font-size: 24px;*/
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  /*text-transform: uppercase;*/
  padding: 0;
  margin: 0;
}
.gr-title-style-6 a:hover {
  color: #02cdb3;
}
.gr-title-style-7,
.gr-title-style-7 a {
  font-size: 14px;
  font-weight: bold;
  color: #374243;
  padding: 0;
  margin: 0;
}
.gr-title-style-7 a:hover {
  color: #02cdb3;
}
.gr-title-style-8,
.gr-title-style-8 a {
  font-size: 24px;
  font-weight: bold;
  color: #374456;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.gr-title-style-8 a:hover {
  color: #02cdb3;
}
.gr-title-style-9,
.gr-title-style-9 a {
  font-size: 14px;
  font-weight: lighter;
  color: #02cdb3;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.gr-title-style-9 a:hover {
  color: #029a87;
}
.gr-title-style-10 {
  display: block;
  text-align: center;
  padding-top: 94px;
}
.gr-title-style-10 .title-main {
  font-family: 'Raleway', sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 900;
  color: #374456;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .gr-title-style-10 .title-main {
    font-size: 40px;
    line-height: normal;
    white-space: normal;
  }
}
@media screen and (max-width: 479px) {
  .gr-title-style-10 .title-main {
    font-size: 30px;
    white-space: normal;
  }
}
.gr-title-style-10 .title-sub {
  font-size: 24px;
  font-weight: lighter;
  color: #02cdb3;
}
@media screen and (max-width: 767px) {
  .gr-title-style-10 .title-sub {
    font-size: 20px;
  }
}
.gr-title-style-11 {
  display: block;
  text-align: center;
  padding-top: 94px;
}
.gr-title-style-11 .title-main {
  font-family: 'Raleway', sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .gr-title-style-11 .title-main {
    font-size: 40px;
    line-height: normal;
    white-space: normal;
  }
}
@media screen and (max-width: 479px) {
  .gr-title-style-11 .title-main {
    font-size: 30px;
    white-space: normal;
  }
}
.gr-title-style-11 .title-sub {
  font-size: 24px;
  font-weight: lighter;
  color: #02cdb3;
}
@media screen and (max-width: 767px) {
  .gr-title-style-11 .title-sub {
    font-size: 20px;
  }
}
.gr-title-style-12,
.gr-title-style-12 a {
  font-size: 18px;
  font-weight: bold;
  color: #374456;
  padding: 0;
  margin: 0;
}
.gr-title-style-12 a:hover {
  color: #02cdb3;
}
.gr-title-style-13,
.gr-title-style-13 a {
  font-size: 14px;
  font-weight: bold;
  color: #374456;
  padding: 0;
  margin: 0;
}
.gr-title-style-13 a:hover {
  color: #02cdb3;
}
.gr-title-style-14,
.gr-title-style-14 a {
  font-size: 24px;
  font-weight: bold;
  color: #313040;
  padding: 0;
  margin: 0;
}
.gr-title-style-14 a:hover {
  color: #02cdb3;
}
.gr-title-style-15,
.gr-title-style-15 a {
  font-size: 14px;
  font-weight: lighter;
  color: #fff;
  padding: 0;
  margin: 0;
}
.gr-title-style-15 a:hover {
  color: #02cdb3;
}
.gr-title-style-16,
.gr-title-style-16 a {
  font-size: 14px;
  font-weight: lighter;
  color: #02cdb3;
  padding: 0;
  margin: 0;
}
.gr-title-style-16 a:hover {
  color: #029a87;
}
.gr-icon-left-text-style-1 {
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
  margin: 0 auto 40px;
}
.gr-icon-left-text-style-1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  height: 100%;
  width: 3px;
  background: #02cdb3;
}
.gr-icon-left-text-style-2:before,
.gr-icon-left-text-style-2:after {
  content: " ";
  clear: both;
  display: table;
}
.gr-icon-left-text-style-2,
.gr-icon-left-text-style-2 a {
  font-size: 14px;
  color: #c5c5c5;
  text-transform: uppercase;
}
.gr-icon-left-text-style-2 .icon {
  float: left;
  margin-right: 10px;
}
@media screen and (min-width: 992px) {
  .gr-icon-left-text-style-2 .icon {
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
  }
}
.gr-icon-left-text-style-2 .text {
  float: left;
}
.gr-icon-left-text-style-2:hover a,
.gr-icon-left-text-style-2:hover .icon {
  color: #02cdb3;
}
.gr-icon-left-text-style-3 {
  font-size: 14px;
  color: #4c5859;
}
.gr-icon-left-text-style-3:before,
.gr-icon-left-text-style-3:after {
  content: " ";
  clear: both;
  display: table;
}
.gr-icon-left-text-style-3 .icon {
  float: left;
  color: #212121;
  margin-right: 5px;
}
.gr-icon-left-text-style-3 .text {
  float: left;
}
.gr-icon-left-text-style-4 .icon {
  width: 58px;
}
.gr-icon-left-text-style-4 .text,
.gr-icon-left-text-style-4 .text a {
  font-size: 16px;
  color: #212121;
}
.gr-icon-left-text-style-4 .text a:hover {
  color: #02cdb3;
}
.gr-icon-left-text-style-5 {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #374456;
  padding: 0 0 0 18px;
}
.gr-icon-left-text-style-5:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 4px;
  width: 4px;
  background: #02cdb3;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}
.gr-icon-left-text-style-6 {
  font-size: 14px;
  font-weight: lighter;
  color: #fff;
}
.gr-icon-left-text-style-6:before,
.gr-icon-left-text-style-6:after {
  content: " ";
  clear: both;
  display: table;
}
.gr-icon-left-text-style-6 .icon {
  float: left;
  color: #fff;
  margin-right: 5px;
}
.gr-icon-left-text-style-6 .text {
  float: left;
}
.gr-icon-right-text-style-1 {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 32px;
}
.gr-icon-right-text-style-1:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: auto;
  top: auto;
  width: 20px;
  height: 4px;
  background: #02cdb3;
}
.gr-icon-right-text-style-1 .text {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  color: #374456;
  text-transform: uppercase;
}
.gr-icon-bottom-text-style-1 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding: 0 0 5px 0;
  margin: 0;
}
.gr-icon-bottom-text-style-1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  right: auto;
  height: 2px;
  width: 100%;
  background: #02cdb3;
}
.gr-icon-top-text-style-1 {
  text-align: center;
}
.gr-icon-top-text-style-1 .icon {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  margin-bottom: 31px;
}
.gr-icon-top-text-style-1 .text,
.gr-icon-top-text-style-1 a {
  font-size: 16px;
  font-weight: lighter;
  color: #fff;
}
.gr-icon-top-text-style-1 a:hover {
  color: #02cdb3;
}
.gr-first-letter-style-1 {
  font-size: 24px;
  font-weight: lighter;
  color: #212121;
  padding: 0;
  margin: 0;
}
.gr-first-letter-style-1:first-letter {
  font-weight: normal;
  color: #02cdb3;
  text-transform: uppercase;
}
.gr-btn {
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
.gr-btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.gr-btn.gr-btn-style-1 {
  height: 50px;
  display: inline-block;
  width: auto;
  font-size: 18px;
  font-weight: bold;
  color: #374456;
  border: 2px solid #374456;
  background: none transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
  padding: 15px 46px;
}
.gr-btn.gr-btn-style-1:hover {
  color: #fff;
  background: #02cdb3;
  border: 2px solid #02cdb3;
  text-decoration: none;
}
.gr-btn.gr-btn-style-1:focus {
  text-decoration: none;
}
.gr-btn.gr-btn-style-2 {
  height: 40px;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #374456;
  border: 2px solid #374456;
  background: none transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
  padding: 11px 30px;
}
.gr-btn.gr-btn-style-2:hover {
  color: #fff;
  background: #02cdb3;
  border: 2px solid #02cdb3;
  text-decoration: none;
}
.gr-btn.gr-btn-style-2:focus {
  text-decoration: none;
}
.gr-btn.gr-btn-style-3 {
  height: 30px;
  display: inline-block;
  width: auto;
  font-size: 12px;
  font-weight: bold;
  color: #374456;
  border: 2px solid #374456;
  background: none transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
  padding: 7px 30px;
}
.gr-btn.gr-btn-style-3:hover {
  color: #fff;
  background: #02cdb3;
  border: 2px solid #02cdb3;
  text-decoration: none;
}
.gr-btn.gr-btn-style-3:focus {
  text-decoration: none;
}
.gr-btn.gr-btn-style-4 {
  height: 50px;
  display: inline-block;
  width: auto;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  background: none transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
  padding: 15px 32px;
}
.gr-btn.gr-btn-style-4:hover {
  color: #fff;
  background: #02cdb3;
  border: 2px solid #02cdb3;
  text-decoration: none;
}
.gr-btn.gr-btn-style-4:focus {
  text-decoration: none;
}
.gr-btn.gr-btn-style-5 {
  height: 30px;
  display: inline-block;
  width: auto;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  background: none transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
  padding: 6px 32px;
}
.gr-btn.gr-btn-style-5:hover {
  color: #fff;
  background: #02cdb3;
  border: 2px solid #02cdb3;
  text-decoration: none;
}
.gr-btn.gr-btn-style-5:focus {
  text-decoration: none;
}
.gr-btn.gr-btn-style-6 {
  height: 30px;
  display: inline-block;
  width: auto;
  font-size: 14px;
  font-weight: lighter;
  color: #374456;
  border: 0 none;
  background: #f9f9f9;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
  padding: 8px 17px;
}
.gr-btn.gr-btn-style-6:hover {
  color: #fff;
  background: #02cdb3;
  border: 0 none;
  text-decoration: none;
}
.gr-btn.gr-btn-style-6:focus {
  text-decoration: none;
}
.gr-btn.gr-btn-style-7 {
  height: 45px;
  display: inline-block;
  width: auto;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border: 0 none;
  background: #02cdb3;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
  padding: 15.5px 17px;
}
.gr-btn.gr-btn-style-7:hover {
  color: #fff;
  background: #029a87;
  border: 0 none;
  text-decoration: none;
}
.gr-btn.gr-btn-style-7:focus {
  text-decoration: none;
}
.gr-btn.gr-btn-style-8 {
  height: 30px;
  display: inline-block;
  width: auto;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border: 0 none;
  background-color: #02cdb3;
  background-image: url("../images/background/bg_button_1.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
  padding: 9px 13px;
}
.gr-btn.gr-btn-style-8:hover {
  color: #fff;
  border: 0 none;
  text-decoration: none;
  -webkit-box-shadow: inset 0 0 15px 4px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 0 15px 4px rgba(0, 0, 0, 0.12);
}
.gr-btn.gr-btn-style-8:focus {
  text-decoration: none;
}
.gr-btn.gr-btn-style-9 {
  height: 36px;
  display: inline-block;
  width: auto;
  font-size: 14px;
  font-weight: lighter;
  color: #374456;
  border: 2px solid #e1e3e6;
  background: none transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: none;
  padding: 9px 21px;
}
.gr-btn.gr-btn-style-9:hover {
  color: #02cdb3;
  background: none transparent;
  border: 2px solid #02cdb3;
  text-decoration: none;
}
.gr-btn.gr-btn-style-9:focus {
  text-decoration: none;
}
.gr-btn.gr-btn-style-10 {
  height: 42px;
  display: inline-block;
  width: auto;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #374456;
  border: 2px solid #02cdb3;
  background: none transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
  padding: 12px 25px;
}
.gr-btn.gr-btn-style-10:hover {
  color: #fff;
  background: #02cdb3;
  border: 2px solid #02cdb3;
  text-decoration: none;
}
.gr-btn.gr-btn-style-10:focus {
  text-decoration: none;
}
.gr-btn.gr-btn-style-11 {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
}
.gr-btn.gr-btn-style-11 .bg {
  display: block;
  width: 0;
  height: 0;
  border-top: 0 none;
  border-right: 0 none;
  border-bottom: 50px solid #02cdb3;
  border-left: 50px solid transparent;
}
@media screen and (min-width: 992px) {
  .gr-btn.gr-btn-style-11 .bg {
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
  }
}
.gr-btn.gr-btn-style-11 .icon {
  position: absolute;
  bottom: 19%;
  right: 19%;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  color: #fff;
}
.gr-btn.gr-btn-style-11:hover .bg {
  border-bottom: 50px solid #029a87;
}
.gr-btn.gr-btn-style-12 {
  height: 50px;
  width: 50px;
  display: inline-block;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  background: none transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
  padding: 9px 0;
}
.gr-btn.gr-btn-style-12:last-child {
  margin-right: 0;
}
.gr-btn.gr-btn-style-12:hover {
  color: #02cdb3;
  background: none transparent;
  border: 2px solid #02cdb3;
  text-decoration: none;
}
.gr-btn.gr-btn-style-12:focus {
  text-decoration: none;
}
.gr-btn.gr-btn-style-12 .icon {
  line-height: 26px;
  font-weight: bold;
}
.gr-btn.gr-btn-style-13 {
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  background: none transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
  padding: 5px 0;
}
.gr-btn.gr-btn-style-13:last-child {
  margin-right: 0;
}
.gr-btn.gr-btn-style-13:hover {
  color: #02cdb3;
  background: none transparent;
  border: 2px solid #02cdb3;
  text-decoration: none;
}
.gr-btn.gr-btn-style-13:focus {
  text-decoration: none;
}
.gr-btn.gr-btn-style-13 .icon {
  font-weight: normal;
}
.gr-btn.gr-btn-style-14 {
  height: auto;
  width: auto;
  display: inline;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  color: #374456;
  border: none;
  background: none transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: none;
  padding: 0;
  margin: 0;
}
.gr-btn.gr-btn-style-14:hover {
  color: #02cdb3;
  background: none transparent;
  border: 0 none;
  text-decoration: none;
}
.gr-btn.gr-btn-style-14:focus {
  text-decoration: none;
}
.gr-btn.gr-btn-style-14:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gr-btn.gr-btn-style-15 {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: none transparent;
  border: 0 none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  outline: none;
  -webkit-box-shadow: 0 0 5px #000;
          box-shadow: 0 0 5px #000;
  padding: 6px 0;
  margin: 0;
}
.gr-btn.gr-btn-style-15:hover {
  background: none transparent;
  border: 0 none;
  text-decoration: none;
}
.gr-btn.gr-btn-style-15:focus {
  text-decoration: none;
}
.gr-btn.gr-btn-style-16:before,
.gr-btn.gr-btn-style-16:after {
  content: " ";
  clear: both;
  display: table;
}
.gr-btn.gr-btn-style-16 a {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  text-align: center;
  background: #fff;
  border: 0 none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px transparent;
          box-shadow: 0 0 0 3px transparent;
  outline: none;
  padding: 0;
  margin: 0 20px 0 0;
}
.gr-btn.gr-btn-style-16 a.selected,
.gr-btn.gr-btn-style-16 a:hover {
  background: none transparent;
  border: 0 none;
  -webkit-box-shadow: 0 0 0 3px #fff;
          box-shadow: 0 0 0 3px #fff;
  text-decoration: none;
}
.gr-btn.gr-btn-style-16 a:focus {
  text-decoration: none;
}
.gr-btn.gr-btn-style-16 a:last-child {
  margin-right: 0;
}
.gr-btn.gr-btn-style-16 a span {
  display: none;
}
.gr-btn.gr-btn-style-17 {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: none transparent;
  border: 0 none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  outline: none;
  padding: 6px 0;
  margin: 0;
}
.gr-btn.gr-btn-style-17:hover {
  background: none transparent;
  border: 0 none;
  -webkit-box-shadow: 0 0 5px #000;
          box-shadow: 0 0 5px #000;
  text-decoration: none;
}
.gr-btn.gr-btn-style-17:focus {
  text-decoration: none;
}
.gr-btn.gr-btn-style-18 {
  height: auto;
  width: auto;
  display: inline;
  text-align: left;
  font-size: 12px;
  font-weight: lighter;
  color: #aeb1b7;
  border: 0 none;
  background: none transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.gr-btn.gr-btn-style-18:hover {
  color: #02cdb3;
  background: none transparent;
  border: 0 none;
  text-decoration: none;
}
.gr-btn.gr-btn-style-18:focus {
  text-decoration: none;
}
.gr-btn.gr-btn-style-18:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gr-btn.gr-btn-style-19 {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  min-width: 135px;
  position: relative;
  width: auto;
  font-size: 14px;
  font-weight: lighter;
  color: #374456;
  border: 2px solid #f2f2f2;
  background: none transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
  padding: 11px 10px;
}
.gr-btn.gr-btn-style-19:after {
  opacity: 0;
  visibility: hidden;
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  right: auto;
  top: auto;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
      -ms-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  width: 6px;
  height: 6px;
  background: #02cdb3;
}
@media screen and (min-width: 992px) {
  .gr-btn.gr-btn-style-19:after {
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
  }
}
.gr-btn.gr-btn-style-19:hover {
  color: #fff;
  background: #374456;
  border: 2px solid #374456;
  text-decoration: none;
}
.gr-btn.gr-btn-style-19:hover:after {
  opacity: 1;
  visibility: visible;
}
.gr-btn.gr-btn-style-19:focus {
  text-decoration: none;
}
.gr-btn.gr-btn-style-20 {
  display: inline-block;
  vertical-align: middle;
  height: 42px;
  width: auto;
  min-width: 163px;
  text-align: center;
  border: 2px solid #fff;
  background: none transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 12px 0;
}
.gr-btn.gr-btn-style-20 .btn-inner {
  display: inline-block;
  vertical-align: middle;
}
.gr-btn.gr-btn-style-20,
.gr-btn.gr-btn-style-20 .text {
  font-size: 14px;
  font-weight: lighter;
  color: #fff;
  text-transform: uppercase;
}
.gr-btn.gr-btn-style-20:hover {
  color: #fff;
  background: none transparent;
  border: 2px solid #fff;
  text-decoration: none;
}
.gr-btn.gr-btn-style-20:focus {
  text-decoration: none;
}
.gr-btn.gr-btn-style-20 .text,
.gr-btn.gr-btn-style-20 .icon {
  display: inline-block;
  vertical-align: middle;
}
.gr-btn.gr-btn-style-20 .icon {
  font-size: 14px;
  color: #fff;
  margin-right: 14px;
}
.gr-btn.gr-btn-style-21 {
  width: 50px;
  height: 88px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #02cdb3;
  border: 0 none;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 0;
}
.gr-btn.gr-btn-style-21 .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-top: -2px;
}
.gr-btn.gr-btn-style-21:hover {
  background: #029a87;
  border: 0 none;
  text-decoration: none;
}
.gr-btn.gr-btn-style-21:hover .icon {
  color: #fff;
}
.gr-btn.gr-btn-style-21:focus {
  text-decoration: none;
}
.gr-btn.gr-btn-style-22 {
  height: 40px;
  display: inline-block;
  width: auto;
  font-size: 14px;
  font-weight: bold;
  color: #374456;
  border: 2px solid #f2f2f2;
  background: none transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
  padding: 11px 30px;
}
.gr-btn.gr-btn-style-22:hover {
  color: #fff;
  background: #02cdb3;
  border: 2px solid #02cdb3;
  text-decoration: none;
}
.gr-btn.gr-btn-style-22:focus {
  text-decoration: none;
}
.gr-btn.gr-btn-style-23 {
  width: auto;
  height: 75px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #02cdb3;
  border: 0 none;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 30px 0;
}
.gr-btn-group {
  /*display: table;*/
  margin: auto;
}
.gr-btn-group .gr-btn {
  display: block;
  float: left;
  margin-right: 20px;
}
.gr-btn-group .gr-btn:last-child {
  margin-right: 0;
}
.gr-btn-back-to-top-style-1 {
  display: block;
  height: auto;
  width: auto;
  text-align: center;
  color: #fff;
  border: none;
  background: none transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: none;
  padding: 0;
  margin: 0 auto;
}
.gr-btn-back-to-top-style-1 .icon,
.gr-btn-back-to-top-style-1 .text {
  display: block;
}
@media screen and (min-width: 992px) {
  .gr-btn-back-to-top-style-1 .icon,
  .gr-btn-back-to-top-style-1 .text {
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
  }
}
.gr-btn-back-to-top-style-1 .icon {
  font-size: 24px;
  margin-bottom: 11px;
}
.gr-btn-back-to-top-style-1 .text {
  font-size: 14px;
  text-transform: uppercase;
}
.gr-btn-back-to-top-style-1:hover .icon,
.gr-btn-back-to-top-style-1:hover .text {
  color: #02cdb3;
  background: none transparent;
  border: 0 none;
  text-decoration: none;
}
[class*="gr-social-list-"]:before,
[class*="gr-social-list-"]:after {
  content: " ";
  clear: both;
  display: table;
}
[class*="gr-social-list-"] ul > li {
  float: left;
  text-align: center;
  margin-right: 10px;
}
[class*="gr-social-list-"] ul > li:last-child {
  margin-right: 0;
}
[class*="gr-social-list-"] a {
  display: block;
}
.gr-social-list-style-1 ul > li:hover .icon {
  color: #02cdb3;
}
.gr-social-list-style-1 .icon {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .gr-social-list-style-1 .icon {
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
  }
}
.gr-social-list-style-1 a {
  min-width: 100px;
}
@media screen and (max-width: 991px) {
  .gr-social-list-style-1 a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.gr-circle-box-style-1 {
  display: block;
  position: relative;
  width: 150px;
  height: 150px;
  margin-top: 5px;
}
.gr-circle-box-style-1 .thumb {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: none transparent;
  border: 2px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}
.gr-circle-box-style-1 .thumb-img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}
.gr-circle-box-style-1 .thumb a {
  display: block;
}
.gr-circle-box-style-1 .quote {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -3px;
  left: 16%;
  bottom: auto;
  right: auto;
  background: #02cdb3;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}
.gr-circle-box-style-1 .quote .icon {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.gr-circle-box-style-2 {
  display: block;
  position: relative;
  width: 150px;
  height: 150px;
  margin-top: 5px;
}
.gr-circle-box-style-2 .thumb {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: none transparent;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}
.gr-circle-box-style-2 .thumb-img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 126px;
  height: 126px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}
.gr-circle-box-style-2 .thumb a {
  display: block;
}
.gr-circle-box-style-2 .quote {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -3px;
  left: 16%;
  bottom: auto;
  right: auto;
  background: #02cdb3;
  -webkit-border-radius: 0;
          border-radius: 0;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.gr-circle-box-style-2 .quote .icon {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
[class*="gr-block-style-"]:before,
[class*="gr-block-style-"]:after {
  content: " ";
  clear: both;
  display: table;
}
.gr-block-style-1 {
  background: #02cdb3;
}
.gr-block-style-1 > .bg-main {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.gr-block-style-1 > .bg-main > .bg-gradient {
  opacity: 0.9;background: rgb(2,205,179, 0.2);
background: linear-gradient(118deg, rgba(2,205,179,1) 0%, rgba(0,160,245,1) 100%);
  /*background: url("../images/background/art_bg_counter_gradient.png") repeat-y;*/
  padding: 75px 0 30px;
}
.gr-block-style-1 .list-counter .item {
  text-align: center;
  padding: 0 0 45px 0;
}
@media screen and (max-width: 479px) {
  .gr-block-style-1 .list-counter .item {
    display: block;
    width: 100%;
    float: none;
  }
}
.gr-block-style-1 .list-counter .item:nth-child(even) .gr-text-circle-wrapper {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.gr-block-style-1 .list-counter .item:nth-child(even) .two-half-circles-wrapper {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.gr-block-style-2 .left {
  width: 44%;
  padding-right: 34px;
  padding-top: 59px;
}
.gr-block-style-2 .content-title {
  font-family: 'Raleway', sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 11px 0;
}
.gr-block-style-2 .content-sub-title {
  margin-bottom: 70px;
}
.gr-block-style-2 .content {
  font-size: 16px;
  color: #ccc;
  margin: 0 0 88px;
}
.gr-block-style-3 .item {
  display: block;
  position: relative;
  float: left;
  width: 50%;
  height: 288px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .gr-block-style-3 .item {
    border: 1px solid transparent;
  }
}
.gr-block-style-3 .item .text,
.gr-block-style-3 .item .circle,
.gr-block-style-3 .item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
  z-index: 1;
}
.gr-block-style-3 .item .text {
  font-family: 'Raleway', sans-serif;
  font-size: 50px;
  letter-spacing: 0.5em;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .gr-block-style-3 .item .text {
    font-size: 40px;
    letter-spacing: normal;
    z-index: 2;
  }
}
.gr-block-style-3 .item .circle {
  opacity: 1;
  width: 100px;
  height: 100px;
  background: none transparent;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%) scale(3);
      -ms-transform: translate(-50%, -50%) scale(3);
          transform: translate(-50%, -50%) scale(3);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .gr-block-style-3 .item .circle {
    border: 0 none;
  }
}
@media screen and (min-width: 992px) {
  .gr-block-style-3 .item .circle {
    width: 150px;
    height: 150px;
    border: 4px solid #fff;
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.gr-block-style-3 .item .icon {
  font-size: 65px;
  color: rgba(0, 0, 0, 0.05);
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .gr-block-style-3 .item .icon {
    font-size: 50px;
    color: #fff;
  }
}
.gr-block-style-3 .item.item-1.bg,
.gr-block-style-3 .item.item-1 .circle {
  background: #ef8925;
}
.gr-block-style-3 .item.item-2.bg,
.gr-block-style-3 .item.item-2 .circle {
  background: #e6d019;
}
.gr-block-style-3 .item.item-3.bg,
.gr-block-style-3 .item.item-3 .circle {
  background: #0396f2;
}
.gr-block-style-3 .item.item-4.bg,
.gr-block-style-3 .item.item-4 .circle {
  background: #02cdb3;
}
@media screen and (min-width: 992px) {
  .gr-block-style-3 .item.item-1:hover {
    -webkit-transform: translate(-10px, -10px);
        -ms-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px);
  }
  .gr-block-style-3 .item.item-2:hover {
    -webkit-transform: translate(10px, -10px);
        -ms-transform: translate(10px, -10px);
            transform: translate(10px, -10px);
  }
  .gr-block-style-3 .item.item-3:hover {
    -webkit-transform: translate(-10px, 10px);
        -ms-transform: translate(-10px, 10px);
            transform: translate(-10px, 10px);
  }
  .gr-block-style-3 .item.item-4:hover {
    -webkit-transform: translate(10px, 10px);
        -ms-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
  }
}
@media screen and (min-width: 992px) {
  .gr-block-style-3 .item:hover .circle {
    background: none transparent;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.05);
    -webkit-transform: translate(-50%, -50%) scale(3);
        -ms-transform: translate(-50%, -50%) scale(3);
            transform: translate(-50%, -50%) scale(3);
  }
  .gr-block-style-3 .item:hover .icon {
    font-size: 65px;
    color: rgba(0, 0, 0, 0.05);
  }
  .gr-block-style-3 .item:hover .text {
    z-index: 2;
  }
}
.gr-block-style-4 {
  width: 100%;
}
.gr-block-style-4 .item {
  text-align: center;
  color: #fff;
}
.gr-block-style-4 .content-progress-circle {
  margin: 0 auto 30px;
}
.gr-block-style-4 .content {
  font-weight: lighter;
  color: #fff;
}
/* --------------------------------------------------------------------- */
/* HEADER
/* --------------------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  background: rgba(55, 68, 86, 0.75);
  z-index: 9050;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .header {
    background: #fff;
  }
}
.header .logo-default {
  display: block;
}
@media screen and (max-width: 991px) {
  .header .logo-default {
    display: none;
  }
}
.header .logo-scroll {
  display: none;
}
@media screen and (max-width: 991px) {
  .header .logo-scroll {
    display: block;
  }
}
.header .navbar-toggle {
  float: none;
  font-size: 26px;
  line-height: 1;
  color: #02cdb3;
  background: transparent;
  border: 0 none;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .header .navbar-toggle {
    display: block;
  }
}
.header .navbar-toggle.collapsed {
  color: #374456;
}
@media screen and (max-width: 991px) {
  .header .header-logo {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 991px) {
  .header .header-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 991px) {
  .header .navbar-collapse {
    max-height: 250px;
    float: none !important;
    border-top: 0 none;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 991px) {
  .header .navbar-collapse.collapse {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .header .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
  }
}
.header .header-main-nav .container-inner {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  position: relative;
}
.header .header-main-nav .navbar-header {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  float: none;
}
@media screen and (max-width: 991px) {
  .header .header-main-nav .navbar-header {
    display: block;
    height: 60px;
    position: static;
    width: 100%;
  }
}
.header .header-main-nav .main-nav-wrapper {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
@media screen and (max-width: 991px) {
  .header .header-main-nav .main-nav-wrapper {
    position: absolute;
    left: auto;
    top: 100%;
    right: auto;
    bottom: auto;
    width: 100%;
    background: #fff;
    padding: 0;
    z-index: 9050;
  }
}
.header .header-main-nav .main-nav {
  position: relative;
  float: right;
  padding: 0;
}
.header .header-main-nav ul.nav {
  float: right;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .header .header-main-nav ul.nav {
    float: none;
  }
}
.header .header-main-nav ul.nav ul {
  border: 0 none;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  padding: 0;
  margin: 0;
  z-index: 9050;
}
@media screen and (max-width: 991px) {
  .header .header-main-nav ul.nav ul {
    display: block !important;
    opacity: 1 !important;
    position: static;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.header .header-main-nav ul.nav li {
  background: none transparent;
  border: 0 none;
  padding: 0;
  margin: 0;
}
.header .header-main-nav ul.nav li > a {
  font-size: 14px;
  color: #212121;
  background: #fff;
  border: 0 none;
  padding: 7px 20px;
}
@media screen and (max-width: 991px) {
  .header .header-main-nav ul.nav li > a {
    line-height: 1;
    border-top: 1px solid #ccc !important;
    white-space: nowrap;
    padding: 10px 10px 10px 20px;
  }
}
@media screen and (max-width: 991px) {
  .header .header-main-nav ul.nav li ul > li > a {
    padding-left: 40px;
  }
  .header .header-main-nav ul.nav li ul > li ul > li > a {
    padding-left: 60px;
  }
  .header .header-main-nav ul.nav li ul > li ul > li ul > li > a {
    padding-left: 80px;
  }
  .header .header-main-nav ul.nav li ul > li ul > li ul > li ul > li > a {
    padding-left: 100px;
  }
  .header .header-main-nav ul.nav li ul > li ul > li ul > li ul > li ul > li > a {
    padding-left: 120px;
  }
  .header .header-main-nav ul.nav li ul > li ul > li ul > li ul > li ul > li ul > li > a {
    padding-left: 140px;
  }
  .header .header-main-nav ul.nav li ul > li ul > li ul > li ul > li ul > li ul > li ul > li > a {
    padding-left: 160px;
  }
  .header .header-main-nav ul.nav li ul > li ul > li ul > li ul > li ul > li ul > li ul > li ul > li > a {
    padding-left: 180px;
  }
  .header .header-main-nav ul.nav li ul > li ul > li ul > li ul > li ul > li ul > li ul > li ul > li ul > li > a {
    padding-left: 200px;
  }
}
.header .header-main-nav ul.nav li + li > a {
  border-top: 1px solid #F1F0F0;
}
.header .header-main-nav ul.nav li.active > a,
.header .header-main-nav ul.nav li.sfHover > a,
.header .header-main-nav ul.nav li > a:hover {
  color: #02cdb3;
  background: #f9f9f9;
}
.header .header-main-nav ul.nav > li {
  padding-right: 40px;
}
@media screen and (max-width: 1199px) {
  .header .header-main-nav ul.nav > li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .header .header-main-nav ul.nav > li {
    display: block;
    float: none;
    clear: both;
    padding-right: 0;
  }
}
.header .header-main-nav ul.nav > li:first-child > a {
  border-top: 0 none !important;
}
.header .header-main-nav ul.nav > li:last-child {
  padding-right: 0;
}
.header .header-main-nav ul.nav > li > ul {
  border-top: 2px solid #02cdb3;
}
@media screen and (max-width: 991px) {
  .header .header-main-nav ul.nav > li > ul {
    border-top: 0 none !important;
  }
}
.header .header-main-nav ul.nav > li > a {
  font-size: 16px;
  line-height: 1;
  font-weight: lighter;
  color: #fff;
  background: none transparent;
  border: 0 none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 42px 0;
}
@media screen and (max-width: 991px) {
  .header .header-main-nav ul.nav > li > a {
    color: #374456;
    font-weight: bold;
    padding: 10px 10px 10px 20px;
  }
}
.header .header-main-nav ul.nav > li + li > a {
  border-top: 0 none;
}
.header .header-main-nav ul.nav > li.active > a,
.header .header-main-nav ul.nav > li.sfHover > a,
.header .header-main-nav ul.nav > li > a:hover {
  color: #02cdb3;
  background: none transparent;
}
.header .header-main-nav ul.nav .dropdown-left {
  left: auto;
  right: 0;
}
.header .slide-nav {
  position: absolute;
  bottom: 25px;
  left: 0;
  top: auto;
  right: auto;
  height: auto;
  width: 100%;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .header .slide-nav {
    display: none;
  }
}
.header .slide-nav .line {
  position: relative;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
}
.header .slide-nav .line .circle {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #374456;
  border: 2px solid #02cdb3;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
  z-index: 9999;
}
.header.affix {
  height: 60px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
.header.affix .logo-default {
  display: none;
}
.header.affix .logo-scroll {
  display: block;
}
.header.affix .header-main-nav ul.nav > li > a {
  color: #2e2e2e;
  padding-top: 18px;
  padding-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .header.affix .header-main-nav ul.nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header.affix .header-main-nav ul.nav > li.active > a,
.header.affix .header-main-nav ul.nav > li.sfHover > a,
.header.affix .header-main-nav ul.nav > li > a:hover {
  color: #02cdb3;
  background: none transparent;
}
.header.affix .slide-nav {
  bottom: 14px;
}
.header.affix .slide-nav .line {
  background: rgba(0, 0, 0, 0.12);
}
.header.affix .slide-nav .line .circle {
  background: #fff;
}

.portfolio-item{margin:0 0 15px;right:0}.portfolio-item .portfolio-link{display:block;position:relative;max-width:400px;margin:0 auto}.portfolio-item .portfolio-link .caption{background:rgba(24,188,156,.9);position:absolute;width:100%;height:100%;opacity:0;transition:all ease .5s;-webkit-transition:all ease .5s;-moz-transition:all ease .5s}.portfolio-item .portfolio-link .caption:hover{opacity:1}.portfolio-item .portfolio-link .caption .caption-content{position:absolute;width:100%;height:20px;font-size:20px;text-align:center;top:50%;margin-top:-12px;color:#fff}.btn-social,.scroll-top,.scroll-top .btn{width:50px;height:50px}.portfolio-item .portfolio-link .caption .caption-content i{margin-top:-12px}.portfolio-item .portfolio-link .caption .caption-content h3,.portfolio-item .portfolio-link .caption .caption-content h4{margin:0}
.portfolio-item .portfolio-link .caption .caption-content {
    font-size: 20px;
    text-align: center;
    color: #fff;
}
/*#portfolio *{z-index:2}*/@media (min-width:767px){.portfolio-item{margin:0 0 30px}}

.portfolio-modal .modal-content{border-radius:0;background-clip:border-box;-webkit-box-shadow:none;box-shadow:none;border:none;min-height:100%;padding:100px 0;text-align:center}.portfolio-modal .modal-content h2{margin:0;font-size:3em}.portfolio-modal .modal-content img{margin-bottom:30px}.portfolio-modal .modal-content .item-details{margin:30px 0}.portfolio-modal .close-modal{position:absolute;width:75px;height:75px;background-color:transparent;top:55px;right:25px;cursor:pointer}.portfolio-modal .close-modal:hover{opacity:.3}.portfolio-modal .close-modal .lr{height:75px;width:1px;margin-left:35px;background-color:#2C3E50;transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);z-index:1051}.portfolio-modal .close-modal .lr .rl{height:75px;width:1px;background-color:#2C3E50;transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);z-index:1052}.portfolio-modal .modal-backdrop{opacity:0;display:none}
/* --------------------------------------------------------------------- */
/* COUNTER SHORTCODE
/* --------------------------------------------------------------------- */
.gr-counter-style-1 {
  text-align: center;
}
.gr-counter-style-1 .content-number {
  font-family: 'Raleway', sans-serif;
  font-size: 72px;
  font-weight: bold;
}
.gr-counter-style-1 .content-title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.gr-counter-style-2 {
  display: block;
  position: relative;
  width: 200px;
  height: 200px;
  text-align: center;
  background: transparent none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.gr-counter-style-2 .gr-text-circle-wrapper,
.gr-counter-style-2 .gr-text-circle {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 202px;
  height: 202px;
  background: transparent none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.gr-counter-style-2 .gr-text-circle {
  -webkit-transform: translate(-50%, -50%) rotate(-140deg);
      -ms-transform: translate(-50%, -50%) rotate(-140deg);
          transform: translate(-50%, -50%) rotate(-140deg);
  text-align: left;
}
.gr-counter-style-2 .gr-text-circle ul {
  position: relative;
  width: 100%;
  height: 100%;
}
.gr-counter-style-2 .gr-text-circle ul > li {
  height: 101px;
  width: 11px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  font-size: 16px;
  font-weight: lighter;
  color: #fff;
  text-transform: uppercase;
}
.gr-counter-style-2 .two-half-circles-wrapper,
.gr-counter-style-2 .two-half-circles {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.gr-counter-style-2 .two-half-circles {
  background-image: url("../images/icon/icon_two_half_circles.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.gr-counter-style-2 .content-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.gr-counter-style-2 .icon {
  font-size: 30px;
  color: #fff;
  margin-bottom: 5px;
}
.gr-counter-style-2 .gr-number-counter {
  font-size: 40px;
  font-weight: lighter;
  color: #fff;
}
.gr-counter-style-2.go .gr-text-circle ul {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 2s ease;
          transition: all 2s ease;
}
.gr-counter-style-2.go .two-half-circles {
  -webkit-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
          transform: rotate(-360deg);
  -webkit-transition: all 2s ease;
          transition: all 2s ease;
}
.gr-counter-style-3 {
  width: 100%;
  max-width: 292px;
}
.gr-counter-style-3 .content-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
}
.gr-counter-style-3 .content-icon {
  font-size: 150px;
  line-height: 1;
  color: #f1f1f1;
  text-align: center;
}
.gr-counter-style-3 .content-main {
  position: absolute;
  left: 0;
  top: 22.5%;
  right: auto;
  bottom: auto;
  width: 100%;
  text-align: center;
}
.gr-counter-style-3 .content-number {
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
  color: #02cdb3;
  margin-bottom: 18px;
}
.gr-counter-style-3 .content-title {
  font-size: 24px;
  color: #374456;
}
/* --------------------------------------------------------------------- */
/* PIE CHART
/* --------------------------------------------------------------------- */
.gr-progress-circle {
  width: 200px;
  position: relative;
  text-align: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.gr-progress-circle svg {
  margin: 0 auto;
}
.gr-progress-circle-content,
.gr-progress-circle-number,
.gr-progress-circle-label,
.gr-progress-circle-icon {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 10;
}
.gr-progress-circle-number {
  font-size: 42px;
}
.gr-progress-circle-label {
  margin-top: 32px;
  font-size: 12px;
}
.gr-progress-circle-svg {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.gr-progress-circle-svg svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.gr-progress-circle-style-1 {
  width: 100%;
  max-width: 216px;
}
.gr-progress-circle-style-1 .gr-progress-circle {
  width: 100%;
  overflow: visible;
}
.gr-progress-circle-style-1 .gr-progress-circle-number {
  font-size: 28px;
}
.gr-progress-circle-style-1 .gr-progress-circle .circle-overflow {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 104%;
  height: 104%;
  background: #f0e797;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.gr-progress-circle-style-2 {
  width: 100%;
  max-width: 178px;
  padding-bottom: 55px;
}
.gr-progress-circle-style-2 .gr-progress-circle {
  width: 100%;
}
.gr-progress-circle-style-2 .gr-progress-circle-number {
  font-size: 18px;
  color: #fff;
}
.gr-progress-circle-style-2 .circle-inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 71%;
  height: 71%;
  background: none transparent;
  border: 2px solid #009bfc;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.gr-progress-circle-style-2 .gr-progress-circle-label {
  position: absolute;
  /*bottom: -58px;*/bottom: -38px;
  left: 0;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 100%;
  text-align: center;
  margin: 0;
}
.gr-progress-circle-style-2 .gr-progress-circle-label,
.gr-progress-circle-style-2 .gr-progress-circle-label a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
/* --------------------------------------------------------------------- */
/* BUTTON SHORTCODE
/* --------------------------------------------------------------------- */
.btn {
  line-height: 1;
  text-align: center;
  background: #f6f6f6;
  border: 0 none;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.btn:hover {
  color: #fff;
  background: #dddddd;
}
.btn:hover,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
  outline: 0 none;
}
.btn.btn-default,
.btn.btn-primary,
.btn.btn-success,
.btn.btn-info,
.btn.btn-warning,
.btn.btn-danger {
  color: #fff;
  background-image: none;
}
.btn.btn-default {
  color: #2e2e2e;
  background: #F9F9F9;
}
.btn.btn-default:hover {
  background: #d9d9d9;
}
.btn.btn-primary,
.btn.btn-primary:active {
  background: #02cdb3;
}
.btn.btn-primary:hover {
  background: #029a87;
}
.btn.btn-success {
  background: #5cb85c;
}
.btn.btn-success:hover {
  background: #3d8b3d;
}
.btn.btn-info {
  background: #5bc0de;
}
.btn.btn-info:hover {
  background: #28a1c5;
}
.btn.btn-warning {
  background: #f0ad4e;
}
.btn.btn-warning:hover {
  background: #df8a13;
}
.btn.btn-danger {
  background: #d9534f;
}
.btn.btn-danger:hover {
  background: #c9302c;
}
.btn.btn-sm {
  font-size: 0.9em;
  padding: 0.6em 0.7em;
}
.btn {
  font-size: 1em;
  padding: 1em 1.2em;
}
.btn.btn-lg {
  font-size: 1.2em;
  padding: 1em 1.2em;
}
.btn.btn-block {
  padding: 1em 1.2em;
}
.btn.square {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.btn.rounded {
  -webkit-border-radius: 0.225em;
          border-radius: 0.225em;
}
.btn.pill {
  -webkit-border-radius: 100em;
          border-radius: 100em;
}
.btn.btn-3d {
  -webkit-box-shadow: inset 0 -4px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 -4px rgba(0, 0, 0, 0.12);
}
.btn.btn.metro {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.pressable {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.btn.pressable:active {
  -webkit-transform: translate(0, 0.2em);
      -ms-transform: translate(0, 0.2em);
          transform: translate(0, 0.2em);
}
/* --------------------------------------------------------------------- */
/* SLIDER
/* --------------------------------------------------------------------- */
.gr-caroufredsel {
  position: relative;
}
.gr-caroufredsel .caroufredsel_wrapper {
  height: auto!important;
}
.gr-caroufredsel .gr-slider-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  height: auto!important;
  position: relative!important;
}
.gr-caroufredsel .gr-slider-wrapper:before,
.gr-caroufredsel .gr-slider-wrapper:after {
  content: " ";
  clear: both;
  display: table;
}
.gr-caroufredsel .gr-slider-item {
  position: relative;
  float: left;
}
.gr-caroufredsel .gr-slider-img {
  width: 100%;
}
.gr-caroufredsel .gr-slider-control-btn {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1000;
}
.gr-caroufredsel .gr-slider-control-btn.prev {
  left: 10px;
  right: auto;
}
.gr-caroufredsel .gr-slider-control-btn.next {
  right: 10px;
  left: auto;
}
.gr-caroufredsel .gr-slider-indicators {
  position: absolute;
}
.gr-caroufredsel .gr-slider-indicators:before,
.gr-caroufredsel .gr-slider-indicators:after {
  content: " ";
  clear: both;
  display: table;
}
.gr-caroufredsel .gr-slider-indicators,
.gr-caroufredsel .gr-slider-indicators.center-bottom {
  bottom: 20px;
  left: 50%;
  top: auto !important;
  right: auto;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.gr-caroufredsel .gr-slider-indicators.center-top {
  top: 20px !important;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.gr-caroufredsel .gr-slider-indicators.left-center {
  top: 50% !important;
  left: 20px;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.gr-caroufredsel .gr-slider-indicators.right-center {
  top: 50% !important;
  right: 20px;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.gr-caroufredsel .gr-slider-indicators.left-top {
  top: 20px !important;
  left: 20px;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.gr-caroufredsel .gr-slider-indicators.left-bottom {
  bottom: 20px;
  left: 20px;
  right: auto;
  top: auto !important;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.gr-caroufredsel .gr-slider-indicators.right-top {
  top: 20px !important;
  right: 20px;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.gr-caroufredsel .gr-slider-indicators.right-bottom {
  bottom: 20px;
  right: 20px;
  top: auto !important;
  left: auto;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.gr-caroufredsel .gr-slider-timer {
  position: absolute;
  right: auto;
  left: auto;
  height: 3px;
  background: #EFEDED;
}
.gr-caroufredsel .gr-slider-timer,
.gr-caroufredsel .gr-slider-timer.top {
  top: 0;
  bottom: auto;
}
.gr-caroufredsel .gr-slider-timer.bottom {
  bottom: 0;
  top: auto;
}
/* --------------------------------------------------------------------- */
/* ART COMMON STYLING
/* --------------------------------------------------------------------- */
/*.gr-main-body.art-main-body {
  padding: 0;
}
.art-content-sidebar .gr-content-sidebar-content,
.art-content-sidebar .gr-content-sidebar-sidebar {
  padding-top: 100px;
}
@media screen and (min-width: 992px) {
  .art-content-sidebar .gr-content-sidebar-content {
    border-right: 1px solid #f2f2f2;
    padding-right: 0;
    padding-bottom: 80px;
  }
}
.art-content-sidebar .gr-content-sidebar-sidebar {
  padding-bottom: 53px;
}
@media screen and (min-width: 992px) {
  .art-content-sidebar .gr-content-sidebar-sidebar {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .art-content-sidebar .gr-content-sidebar-sidebar {
    padding-top: 0;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 992px) {
  .art-content-sidebar .gr-content-sidebar-sidebar:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    background: #f2f2f2;
  }
}
.art-content-sidebar .art-blog {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .art-content-sidebar .gr-list-post-wrapper {
    padding-right: 30px;
  }
}*/
/* --------------------------------------------------------------------- */
/* ART HEADER
/* --------------------------------------------------------------------- */
.art-header.art-header-home {
  background: none transparent;
}
@media screen and (max-width: 991px) {
  .art-header.art-header-home {
    background: #fff;
  }
}
.art-header.art-header-home.affix {
  background: #fff;
}
/* --------------------------------------------------------------------- */
/* ART FOOTER
/* --------------------------------------------------------------------- */
.art-footer-inner {
 width: 50%;
 margin: 0 auto;
  position: relative;
  z-index: 2;
}
.art-footer-inner > .content-title {
  margin-bottom: 78px;
}
@media screen and (max-width: 991px) {
  .art-footer-inner > .content-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .art-footer-inner > .content-title .main {
    display: none;
  }
}
.art-footer-inner > .content-title .sub {
  display: block;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .art-footer-inner > .content-title .sub {
    text-align: center;
  }
}
.art-footer > .bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 26px;
}
@media screen and (max-width: 991px) {
  .art-footer > .bg {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .art-footer > .bg {
    padding-top: 40px;
  }
}
.art-footer > .bg > .img-1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  z-index: 1;
}
.art-footer > .bg > .img-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .art-footer-social {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .art-footer-social ul {
    float: none !important;
  }
}
@media screen and (max-width: 1919px) {
  .art-footer-social ul > li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .art-footer-social ul > li {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .art-footer-social ul > li a {
    min-width: 20px;
  }
}
@media screen and (max-width: 991px) {
  .art-footer-social ul > li .icon {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .art-footer-social ul > li .gr-btn {
    display: none;
  }
}
.art-footer-back-to-top {
  margin-bottom: 27px;
}
.art-footer-copyright,
.art-footer-copyright a {
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .art-footer-copyright,
  .art-footer-copyright a {
    -webkit-transition: none;
            transition: none;
  }
}
.art-footer-copyright a:hover {
  color: #02cdb3;
}
/* --------------------------------------------------------------------- */
/* ART SLIDESHOW HOME
/* --------------------------------------------------------------------- */
.art-slideshow-home .slider-caption-1 {
  position: absolute;
  top: 29%;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
}
@media screen and (max-width: 1919px) {
  .art-slideshow-home .slider-caption-1 {
    top: 23%;
  }
}
.art-slideshow-home .slider-caption-2 {
  position: absolute;
  top: 32%;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
}
@media screen and (max-width: 1919px) {
  .art-slideshow-home .slider-caption-2 {
    top: 18%;
  }
}
@media screen and (max-width: 479px) {
  .art-slideshow-home .slider-caption-2 {
    /*display: none;*/
  }
 .art-slideshow-home .caption-text-3 {
  font-size: 24px !important;
  line-height: 1;
  font-weight: 600 !important;
  }
 .art-slideshow-home .caption-text-4 {
	display: none;
  }
  .logo-img {
   max-width: 75%;
  }
}
.art-slideshow-home .caption-line-1 {
  display: block;
  width: 205px;
  height: 3px;
  background: #02cdb3;
  margin: 0 auto 18px;
}
.art-slideshow-home .caption-text-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto 10px;
}
/*@media screen and (max-width: 1199px) {
  .art-slideshow-home .caption-text-1 {
    font-size: 50px;
  }
}*/
@media screen and (max-width: 1199px) {
  .art-slideshow-home .caption-text-1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .art-slideshow-home .caption-text-1 {
    font-size:24px;
  }
}
.art-slideshow-home .caption-text-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: lighter;
  color: #fff;
  text-transform: uppercase;
}
.art-slideshow-home .caption-text-3 {
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1199px) {
  .art-slideshow-home .caption-text-3 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .art-slideshow-home .caption-text-3 {
    font-size: 40px;
  }
}
/*@media screen and (max-width: 991px) {
  .art-slideshow-home .caption-text-3 {
    font-size: 30px;
  }
}*/
.art-slideshow-home .caption-text-4 {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 40px;
}
@media screen and (max-width: 1199px) {
  .art-slideshow-home .caption-text-4 {
    margin-bottom: 20px;
  }
}
.art-slideshow-home .caption-text-5 {
  max-width: 600px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 2;
  font-weight: lighter;
  color: #fff;
  margin-bottom: 54px;
}
@media screen and (max-width: 1919px) {
  .art-slideshow-home .caption-text-5 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .art-slideshow-home .caption-text-5 {
    margin-bottom: 20px;
  }
}
.art-slideshow-home .caption-text-5 p {
  margin-bottom: 36px;
}
@media screen and (max-width: 1919px) {
  .art-slideshow-home .caption-text-5 p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .art-slideshow-home .caption-text-5 p {
    margin-bottom: 10px;
  }
}
.art-slideshow-home .caption-line-2 {
  display: block;
  width: 166px;
  height: 3px;
  background: #02cdb3;
  margin: 0 0 18px;
}
/* --------------------------------------------------------------------- */
/* ART COUNTER
/* --------------------------------------------------------------------- */
.art-counter {
  /**/
}
/* --------------------------------------------------------------------- */
/* ART WHO WE ARE
/* --------------------------------------------------------------------- */
.art-who-i-am {
  padding: 100px 0 0 0;
}
.art-who-i-am-inner .content-title {
  margin-bottom: 91px;
}
/* --------------------------------------------------------------------- */
/* ART SLIDER ABOUT US
/* --------------------------------------------------------------------- */
.art-slider-about-us .slider-img {
  width: 100%;
  height: 925px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1199px) {
  .art-slider-about-us .slider-img {
    height: 855px;
  }
}
.art-slider-about-us .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  background: rgba(55, 68, 86, 0.95);
}
.art-slider-about-us .slider-caption,
.art-slider-about-us .slider-control-wrapper {
  position: absolute;
  top: 100px;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .art-slider-about-us .slider-caption,
  .art-slider-about-us .slider-control-wrapper {
    top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .art-slider-about-us .slider-caption-title .sub {
    padding-right: 15%;
  }
}
.art-slider-about-us .slider-caption-1 .slider-caption-title {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .art-slider-about-us .slider-caption-1 .slider-caption-title {
    margin-bottom: 50px;
  }
}
.art-slider-about-us .slider-caption-1 .content-main .content-title {
  margin-bottom: 11px;
}
.art-slider-about-us .slider-caption-1 .slider-caption-content .left {
  padding-top: 0px;
}
@media screen and (max-width: 767px) {
  .art-slider-about-us .slider-caption-1 .slider-caption-content .left {
    padding-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .art-slider-about-us .slider-caption-1 .slider-caption-content .content-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .art-slider-about-us .slider-caption-1 .slider-caption-content .content-title {
    font-size: 30px;
  }
}
.art-slider-about-us .slider-caption-2 .slider-caption-title {
  margin-bottom: 90px;
}
@media screen and (max-width: 1199px) {
  .art-slider-about-us .slider-caption-2 .slider-caption-title {
    margin-bottom: 50px;
  }
}
.art-slider-about-us .slider-caption-2 .slider-caption-content .item {
  cursor: default;
}
@media screen and (max-width: 479px) {
  .art-slider-about-us .slider-caption-2 .slider-caption-content .item {
    float: none;
    width: 100%;
    height: 150px;
  }
}
.art-slider-about-us .slider-caption-3 .slider-caption-title {
  margin-bottom: 110px;
}
@media screen and (max-width: 1199px) {
  .art-slider-about-us .slider-caption-3 .slider-caption-title {
    /*margin-bottom: 50px;*/margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .art-slider-about-us .slider-caption-3 .slider-caption-content .item [class*="gr-progress-circle-style-"] {
    max-width: 138px;
  }
}
.art-slider-about-us .gr-slider-control-btn {
  position: static;
  margin-right: 8px;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.art-slider-about-us .gr-slider-control-btn:last-child {
  margin-right: 0;
}
.art-slider-about-us .bg-experties-skills {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  background: url("../images/background/art-bg-slider-expert-skills-pixel-dove-design.webp") no-repeat center bottom;
  background-size: contain;
}
/* --------------------------------------------------------------------- */
/* ART OUR FEATURED DESIGNS
/* --------------------------------------------------------------------- */
.art-our-featured-designs {
  padding-top: 100px;
}
.art-our-featured-designs-inner > .content-title {
  margin-bottom: 67px;
}
@media screen and (max-width: 767px) {
  .art-our-featured-designs-inner > .content-title .main {
    margin-bottom: 30px;
  }
}
.art-our-featured-designs-inner > .content-title .sub {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .art-our-featured-designs-inner > .content-title .sub {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .art-our-featured-designs [class*="gr-filter-button-style-"] {
    display: inline-block;
    vertical-align: middle;
    float: none !important;
  }
}
@media screen and (max-width: 767px) {
  .art-our-featured-designs [class*="gr-filter-button-style-"] button {
    margin-bottom: 20px;
  }
}
/* --------------------------------------------------------------------- */
/* ART LATEST POST
/* --------------------------------------------------------------------- */
.art-latest-post, .art-my-featured-designs-inner, .art-my-featured-designs-inner {
  /*padding-top: 100px;
  padding-bottom: 70px;*/
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.art-latest-post-inner > .content-title, .art-my-featured-designs-inner > .content-title {
  margin-bottom: 20px;
}
.art-latest-post .gr-list-post > .post .post-inner {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .art-latest-post .gr-list-post > .post .post-inner {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
  }
}
.art-latest-post .gr-list-post .post-inner {
  max-width: none;
}
.art-latest-post .gr-list-post .post-inner .content-thumb-img {
  height: 300px;
}
@media screen and (max-width: 991px) {
  .art-latest-post .gr-list-post .post-inner .content-thumb-img {
    height: 230px;
  }
}
@media screen and (max-width: 479px) {
  .art-latest-post .gr-list-post .post-inner .content-thumb-img {
    height: 200px;
  }
}
.art-latest-post .gr-list-post .post-inner .content-main {
  max-width: 81%;
}
@media screen and (max-width: 1199px) {
  .art-latest-post .gr-list-post .post-inner .content-main {
    min-width: 91%;
  }
}
@media screen and (max-width: 991px) {
  .art-latest-post .gr-list-post .post-inner .content-main {
    min-width: none;
  }
}
@media screen and (max-width: 991px) {
  .art-latest-post .gr-list-post .post-inner .content-title,
  .art-latest-post .gr-list-post .post-inner .content-title a {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .art-latest-post .gr-list-post .post-inner .content-meta ul > li:not(:last-child) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .art-latest-post .gr-list-post .post-inner .content-meta a {
    font-size: 12px;
  }
}
/* --------------------------------------------------------------------- */
/* ART TESTIMONIAL
/* --------------------------------------------------------------------- */
.art-testimonial {
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .art-testimonial {
    margin-bottom: 0;
  }
}
.art-testimonial > .bg-main {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.art-testimonial > .bg-main > .bg-overlay {
  background: rgba(55, 68, 86, 0.95);
  padding: 50px 0 0;
}
.art-slider-logo-brand .caroufredsel_wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.art-slider-logo-brand > .content-main {
  position: relative;
}
.art-slider-logo-brand > .content-main .content-main-inner {
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .art-slider-logo-brand > .content-main .content-main-inner {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .art-slider-logo-brand > .content-main .content-main-inner {
    max-width: 80%;
  }
}
.art-slider-logo-brand .gr-slider-item {
  text-align: center;
}
@media screen and (max-width: 479px) {
  .art-slider-logo-brand .gr-slider-item {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .art-slider-logo-brand .gr-slider-item {
    width: 20%;
  }
}
.art-slider-testimonial {
  position: relative;
  padding-top: 87px;
}
@media screen and (max-width: 991px) {
  .art-slider-testimonial {
    padding-top: 0;
  }
}
.art-slider-testimonial .caroufredsel_wrapper {
  padding-top: 50px;
}
.art-slider-testimonial > .content-main {
  position: relative;
}
.art-slider-testimonial > .content-main .content-main-inner {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .art-slider-testimonial > .content-main .content-main-inner {
    max-width: 90%;
  }
}
.art-slider-testimonial > .content-main > .content-bg {
  position: absolute;
  bottom: -83px;
  left: 50%;
  top: auto;
  right: auto;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 991px) {
  .art-slider-testimonial > .content-main > .content-bg {
    display: none;
  }
}
.art-slider-testimonial > .content-main > .content-bg .content-bg-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.art-slider-testimonial > .content-main > .content-bg .content-bg-solid {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  padding: 60px 5px 70px 10px;
  z-index: 1;
}
.art-slider-testimonial > .content-main > .content-bg .content-bg-solid-inner {
  width: 100%;
  height: 100%;
  background: #02cdb3;
}
.art-slider-testimonial > .content-main > .content-bg .content-bg-img {
  position: relative;
  z-index: 2;
}
.art-slider-testimonial .gr-slider-control-btn {
  top: 63%;
}
.art-slider-testimonial.gr-caroufredsel .gr-slider-indicators {
  width: 100%;
  text-align: center;
  bottom: 30px;
}
.art-slider-testimonial.gr-caroufredsel .gr-slider-indicators .gr-btn {
  display: inline-block !important;
  vertical-align: middle;
}
.art-slider-testimonial .gr-slider-item {
  text-align: center;
}
.art-slider-testimonial .gr-slider-item .slider-item-inner {
  position: relative;
  padding: 0 30px 69px;
}
.art-slider-testimonial .gr-slider-item .content-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
}
.art-slider-testimonial .gr-slider-item .content-thumb {
  margin: 5px auto 28px;
}
.art-slider-testimonial .gr-slider-item .content-category {
  margin-bottom: 19px;
}
.art-slider-testimonial .gr-slider-item .content {
  font-size: 14px;
  font-weight: lighter;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .art-slider-testimonial .gr-slider-item .content {
    color: #D6D6D6;
  }
}
@media screen and (min-width: 992px) {
  .art-slider-testimonial .gr-slider-item.active:nth-child(2) .content-thumb .thumb {
    border-color: #fff;
  }
  .art-slider-testimonial .gr-slider-item.active:nth-child(2) .content-title a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .art-slider-testimonial .gr-slider-item.active:nth-child(2) .content-category {
    color: #fff;
  }
  .art-slider-testimonial .gr-slider-item.active:nth-child(2) .content {
    color: #fff;
  }
}
.art-slider-logo-brand .gr-slider-control-btn.prev,
.art-slider-testimonial .gr-slider-control-btn.prev {
  left: -15px;
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .art-slider-logo-brand .gr-slider-control-btn.prev,
  .art-slider-testimonial .gr-slider-control-btn.prev {
    left: 0;
  }
}
.art-slider-logo-brand .gr-slider-control-btn.next,
.art-slider-testimonial .gr-slider-control-btn.next {
  right: -15px;
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .art-slider-logo-brand .gr-slider-control-btn.next,
  .art-slider-testimonial .gr-slider-control-btn.next {
    right: 0;
  }
}
/* --------------------------------------------------------------------- */
/* ART CONTACT
/* --------------------------------------------------------------------- */
.art-contact {
  padding: 80px 0 0;
}
.art-contact-inner > .content-title {
  margin-bottom: 85px;
}
.art-contact-inner > .content-main {
  position: relative;
  padding-bottom: 150px;
}
@media screen and (max-width: 991px) {
  .art-contact-inner > .content-main {
    padding-bottom: 60px;
  }
}
.art-contact .content-main .tab-content {
  min-height: 400px;
}
.art-contact .content-main .tab-list {
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  width: 100%;
  text-align: center;
  padding: 0 0 100px 0;
}
.art-contact .content-main .tab-list > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
.art-contact .content-main .tab-list > li:last-child {
  margin-right: 0;
}
.art-contact .content-main .tab-list > li .gr-btn {
  -webkit-box-shadow: inset 0 0 0 2px transparent;
          box-shadow: inset 0 0 0 2px transparent;
  min-width: 82px;
}
.art-contact .content-main .tab-list > li.active a {
  cursor: default;
}
.art-contact .content-main .tab-list > li:not(.active) .gr-btn {
  color: #374456;
  -webkit-box-shadow: inset 0 0 0 2px #374456;
          box-shadow: inset 0 0 0 2px #374456;
  background: none transparent;
}
.art-contact .content-main .tab-list > li:not(.active) .gr-btn:hover {
  color: #fff;
  background: #02cdb3;
  -webkit-box-shadow: inset 0 0 0 2px #02cdb3;
          box-shadow: inset 0 0 0 2px #02cdb3;
}
.art-contact .content-form-footer {
  padding: 90px 0 30px;
}
.art-contact .contact-input-info {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .art-contact .contact-input-info {
    padding-right: 0;
    margin-bottom: 50px;
  }
}
.art-contact .contact-detail {
  padding-left: 20px;
}
.art-contact .contact-detail .form-group {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .art-contact .contact-detail .form-group {
    margin-bottom: 40px;
  }
}
.art-contact .contact-map-embed #gr-map-canvas {
  width: 100%;
  height: 345px;
}
.art-contact .contact-map-embed iframe {
  display: block;
  width: 100%;
  border: 0 none;
}
/* --------------------------------------------------------------------- */
/* ART ASIDE TAGS CLOUD
/* --------------------------------------------------------------------- */
@media screen and (min-width: 992px) {
  .art-aside-tags-cloud {
    padding-bottom: 40px;
  }
}
.art-aside-tags-cloud > .content-title {
  margin-bottom: 26px;
}
.art-aside-tags-cloud ul.list:before,
.art-aside-tags-cloud ul.list:after {
  content: " ";
  clear: both;
  display: table;
}
.art-aside-tags-cloud ul.list > li {
  float: left;
  margin: 0 10px 10px 0;
}
.art-aside-tags-cloud ul.list > li.active .gr-btn {
  color: #02cdb3;
  border-color: #02cdb3;
}
.gr-block-style-18 {
  position: relative;
  width: 100%;
  max-width: 370px;
  background: #fff;
}
.gr-block-style-18 .content-header {
  position: relative;
}
.gr-block-style-18 .content-header:before,
.gr-block-style-18 .content-header:after {
  content: " ";
  clear: both;
  display: table;
}
.gr-block-style-18 .content-thumb {
  overflow: hidden;
}
.gr-block-style-18 .content-thumb-bg {
  overflow: hidden;  display: block;
  width: 370px;
  height: 250;background-color:#02cdb3;
}
.gr-block-style-18 .content-thumb-bg h1 {overflow: hidden;  display: block;}
.gr-block-style-18 .content-thumb-img,
.gr-block-style-18 .content-slider-img,
.gr-block-style-18 .content-status-bg,
.gr-block-style-18 .content-lightbox-thumbnail {
  display: block;
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .gr-block-style-18 .content-thumb-img,
.gr-block-style-18 .content-slider-img,
.gr-block-style-18 .content-status-bg,
.gr-block-style-18 .content-lightbox-thumbnail {
    display: block;
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  }
}
@media screen and (max-width: 767px) {
.gr-block-style-18 .content-thumb-bg {
    display: block;
  width: 100%;
  height: 250px;
background-color:#02cdb3;
  }
}
@media screen and (max-width: 320px) {
  .gr-block-style-18 .content-thumb-img,
.gr-block-style-18 .content-slider-img,
.gr-block-style-18 .content-status-bg,
.gr-block-style-18 .content-lightbox-thumbnail {
    display: block;
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  }
}
@media screen and (max-width: 320px) {
.gr-block-style-18 .content-thumb-bg {
    display: block;
  width: 100%;
  height: 250px;
background-color:#02cdb3;
  }
}

.gr-block-style-18 .content-main {
  padding: 24px 0 0;
  margin: auto;
}
.gr-block-style-18 .content-title {
  text-align: left;
  margin-bottom: 7px;
}
.gr-block-style-18 .content-meta {
  margin-bottom: 17px;
}
.gr-block-style-18 .content-meta:before,
.gr-block-style-18 .content-meta:after {
  content: " ";
  clear: both;
  display: table;
}
.gr-block-style-18 .content-meta ul > li {
  float: left;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 19px;
  margin-right: 17px;
}
.gr-block-style-18 .content-meta ul > li,
.gr-block-style-18 .content-meta ul > li a {
  font-size: 14px;
  font-weight: lighter;
  color: #374456;
  text-transform: uppercase;
}
.gr-block-style-18 .content-meta ul > li.comment{text-transform:none}
.gr-block-style-18 .content-meta ul > li a:hover {
  color: #02cdb3;
}
.gr-block-style-18 .content-meta ul > li:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  height: 6px;
  width: 6px;
  background: #02cdb3;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.gr-block-style-18 .content-meta ul > li i{color:#02cdb3;padding-left:2px}
.gr-block-style-18 .content-meta ul > li:first-child {
  padding-left: 0;
}
.gr-block-style-18 .content-meta ul > li:first-child:after {
  display: none;
}
.gr-block-style-18 .content-meta ul > li:last-child {
  margin-right: 0;
}
.gr-block-style-18 .content-meta .date {
  margin-right: 31px;
}
.gr-block-style-18 .content-meta .date,
.gr-block-style-18 .content-meta .date a {
  font-weight: bold;
  color: #02cdb3;
}
.gr-block-style-18 .content-meta .date a:hover {
  color: #029a87;
}
.gr-block-style-18 .content-meta .date + li {
  padding-left: 0;
}
.gr-block-style-18 .content-meta .date + li:after {
  display: none;
}
.gr-block-style-18 .content {
  font-size: 14px;
  font-weight: lighter;
  color: #374456;
  margin-bottom: 24px;
}
.gr-block-style-18 .content-readmore {
  text-align: left;
}
.gr-block-style-18 .content-video,
.gr-block-style-18 .content-quote,
.gr-block-style-18 .content-link,
.gr-block-style-18 .content-video .bg,
.gr-block-style-18 .content-quote .bg,
.gr-block-style-18 .content-link .bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
}
.gr-block-style-18 .content-video .bg,
.gr-block-style-18 .content-quote .bg,
.gr-block-style-18 .content-link .bg,
.gr-block-style-18 .content-lightbox a:before {
  background: rgba(55, 68, 86, 0.75);
}
.gr-block-style-18 .content-video .icon {
  width: 70px;
  height: 70px;
  font-size: 24px;
  color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}
.gr-block-style-18 .content-video .icon,
.gr-block-style-18 .content-video .icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.gr-block-style-18 .content-video .icon:hover {
  background: rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.2);
}
.gr-block-style-18 .content-quote .text {
  position: absolute;
  top: 50%;
  left: 26px;
  right: 26px;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: auto;
  font-size: 14px;
  font-weight: lighter;
  font-style: italic;
  color: #fff;
}
.gr-block-style-18 .content-link-inner {
  position: absolute;
  top: 50%;
  left: 51px;
  right: 20px;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.gr-block-style-18 .content-link .left {
  width: 70px;
}
.gr-block-style-18 .content-link .right {
  padding-left: 20px;
}
.gr-block-style-18 .content-link .icon {
  display: block;
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
  border: 0 none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 23px 0;
}
.gr-block-style-18 .content-link .text-1 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.gr-block-style-18 .content-link a {
  color: #02cdb3;
}
.gr-block-style-18 .content-link a:hover {
  color: #fff;
}
.gr-block-style-18 .content-lightbox a {
  position: relative;
  display: none;
  width: 100%;
}
.gr-block-style-18 .content-lightbox a.active {
  display: block;
}
.gr-block-style-18 .content-lightbox a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .gr-block-style-18 .content-lightbox a:before {
    opacity: 0;
    -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
  }
}
.gr-block-style-18 .content-lightbox a:after {
  display: block;
  opacity: 1;
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
  padding: 16px 0;
}
@media screen and (min-width: 992px) {
  .gr-block-style-18 .content-lightbox a:after {
    opacity: 0;
    top: 0;
  }
}
.gr-block-style-18 .content-status {
  position: relative;
}
.gr-block-style-18 .content-status-embed {
  max-width: 90%;
  margin: auto;
}
.gr-block-style-18 .content-status .content-status-embed {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
}
.gr-block-style-18 .content-status .content-status-embed iframe {
  max-height: 210px;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .gr-block-style-18:hover .content-lightbox a:before {
    opacity: 1;
  }
  .gr-block-style-18:hover .content-lightbox a:after {
    opacity: 1;
    top: 50%;
  }
}
