@charset "UTF-8";
/* ----------------------------------------------------------------
							VARIABLES
---------------------------------------------------------------- */
/* ----------------------------------------------------------------
                GENERAL STYLES AND HELPERS
---------------------------------------------------------------- */
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1920px !important;
    width: 100%; } }

html {
  font-size: 18px; }

body {
  background-color: #FDFEFE;
  color: #02362c;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  position: relative; }

.overflowTrue {
  overflow: inherit; }

.overflowFalse {
  overflow: hidden; }

@media only screen and (max-width: 1515px) {
  html,
  body {
    font-size: 16px; } }

@media only screen and (max-width: 480px) {
  html,
  body {
    font-size: 14px; } }

.light-font {
  font-weight: 300; }

.medium-font {
  font-weight: 500; }

.bold-font {
  font-weight: 700; }

a {
  color: #00352b;
  outline: 0 !important;
  text-decoration: none; }

a:hover {
  color: #00352b;
  outline: 0 !important;
  text-decoration: none; }

a:focus,
a:active {
  outline: 0 !important;
  text-decoration: none; }

p {
  margin-bottom: 1.750em; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

textarea,
input,
button,
select {
  outline: none; }

input[type="checkbox"] {
  vertical-align: middle; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.no-border {
  border: 0 !important; }

.left {
  float: left; }

.right {
  float: right; }

.text-center {
  text-align: center; }

.img-responsive {
  width: 100%;
  height: auto; }

.show {
  display: block; }

.hidden {
  display: none; }

.container-table {
  display: table; }
  .container-table .container-row {
    display: table-row; }

.text-container {
  width: 860px;
  margin: 80px auto 60px auto; }

h2 {
  font-size: 2rem;
  font-style: italic; }

.box-right {
  box-shadow: 0 15px 20px rgba(83, 73, 60, 0.09);
  background-color: #fff8df;
  background-image: linear-gradient(to right, #fffce9 0%, #ffffff 100%); }

.box-left {
  box-shadow: 0 15px 20px rgba(83, 73, 60, 0.09);
  background-color: #fff8df;
  background-image: linear-gradient(to right, #ffffff 0%, #fffce9 100%); }

.horizontal-line {
  width: 196px;
  position: absolute;
  height: 4px;
  margin-top: 40px;
  z-index: 1000;
  margin-left: -250px;
  margin-bottom: -50px;
  background-image: linear-gradient(to right, #FFF 0%, #B1FFF9 100%); }

.right-line {
  right: 200px;
  margin-top: 40px;
  margin-right: -35%; }

.line {
  width: 196px;
  height: 4px;
  margin: 30px 0 40px 0;
  background-color: #ffffff;
  background-image: linear-gradient(to right, #FFF 0%, #B1FFF9 100%); }

.vertical-line {
  width: 4px;
  height: 200px;
  background-image: linear-gradient(to right, #FFF 0%, #B1FFF9 100%);
  opacity: 1;
  position: absolute;
  z-index: 500; }

@media screen and (min-width: 1199px) {
  .showDesktop {
    display: block; }
  .showTablet {
    display: none; }
  .showMobile {
    display: none; } }

@media screen and (max-width: 1199px) {
  .showDesktop {
    display: none; }
  .showTablet {
    display: block; }
  .showMobile {
    display: none; }
  .text-container {
    width: 100%;
    margin: 50px auto 60px auto; }
  .landing-third-container {
    padding-top: 170px !important; } }

@media screen and (max-width: 450px) {
  html,
  body {
    overflow-x: hidden !important; }
  .animation-text .wpcf7-form .input-wrapper input {
    height: 120px !important; } }

@media screen and (max-width: 768px) {
  .showDesktop {
    display: none; }
  .showTablet {
    display: none; }
  .showMobile {
    display: block; } }

.language-widget ul {
  transform: rotate(180deg); }
  .language-widget ul li {
    transform: rotate(-180deg); }

@media screen and (max-width: 1000px) {
  .animation-flex {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: space-between;
    flex-wrap: wrap; }
    .animation-flex .animation-video {
      width: 100% !important; }
    .animation-flex .animation-text {
      width: 100% !important; }
    .animation-flex .animation-video-contact {
      width: 100%;
      height: unset !important;
      max-width: unset !important; }
      .animation-flex .animation-video-contact video {
        height: auto !important;
        object-fit: cover; }
  .mobile-reverse {
    flex-direction: column-reverse; }
  .wpml-ls-legacy-list-horizontal ul {
    transform: rotate(180deg); }
    .wpml-ls-legacy-list-horizontal ul li {
      transform: rotate(-180deg); }
  .accordion .item .title {
    padding: 64px 15px 64px 15px !important;
    gap: 33px !important; }
  .accordion .item .content {
    padding-left: 70px !important; }
    .accordion .item .content p {
      max-width: 100% !important; } }

.relative-parent {
  position: relative;
  padding: 80px 90px 30px; }

.vertical-border {
  background: #18A99E;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 170px;
  margin: 0 auto;
  height: 200px;
  width: 4px; }

.bounce-up .subject {
  opacity: 0;
  -moz-transition: all 600ms ease-out;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.bounce-up.in-view .subject {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

@media screen and (max-width: 768px) {
  .bounce-up .subject {
    opacity: 1 !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important; } }

.no-padding {
  padding: 0 !important; }

.spacing {
  margin: 100px 0; }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .spacing {
      margin: 150px 0px !important; } } }

.divider {
  background-image: linear-gradient(90deg, #18A99E 0%, #5CEADF 100%);
  margin: 40px 0px;
  height: 4px;
  width: 100px; }

.align-text {
  padding: 40px 0px; }

.description {
  color: #00352B;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  /* 190.909% */ }

.align-center {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 !important; }

.animation-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px; }
  .animation-flex .animation-video {
    width: 50%; }
  .animation-flex .animation-video-contact {
    height: 100%; }
  .animation-flex .animation-text {
    width: 50%; }
    .animation-flex .animation-text h2 {
      font-weight: 400;
      line-height: 50px;
      font-size: 42px; }
    .animation-flex .animation-text .description {
      line-height: 42px; }
      .animation-flex .animation-text .description a {
        color: #18A99E; }
      .animation-flex .animation-text .description span {
        color: #00352B;
        font-weight: 700; }
    .animation-flex .animation-text .wpcf7-form input,
    .animation-flex .animation-text .wpcf7-form textarea {
      border-radius: 5px;
      background: rgba(200, 218, 217, 0.2);
      outline: transparent;
      border: 0;
      padding: 7px;
      width: 100%;
      resize: none;
      height: auto;
      height: 62px;
      max-width: 600px; }
    .animation-flex .animation-text .wpcf7-form ::placeholder {
      color: #757575;
      font-family: "Open Sans";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 38px; }
    .animation-flex .animation-text .wpcf7-form .input-wrapper {
      max-width: 600px;
      position: relative; }
      .animation-flex .animation-text .wpcf7-form .input-wrapper input::placeholder {
        position: absolute;
        top: 7px; }
      .animation-flex .animation-text .wpcf7-form .input-wrapper p:nth-of-type(1) {
        display: none; }
      .animation-flex .animation-text .wpcf7-form .input-wrapper p:nth-of-type(2) {
        position: absolute;
        bottom: 0px;
        right: 0;
        width: 40px;
        display: flex;
        cursor: pointer;
        background: #F2F7F6;
        z-index: 100000;
        height: 60px; }
      .animation-flex .animation-text .wpcf7-form .input-wrapper .your-file {
        position: absolute;
        opacity: 0;
        height: 60px;
        top: 0;
        cursor: pointer;
        z-index: 1;
        right: 0; }
      .animation-flex .animation-text .wpcf7-form .input-wrapper .image-upload {
        width: 100%; }
        .animation-flex .animation-text .wpcf7-form .input-wrapper .image-upload:hover {
          cursor: pointer !important; }
        .animation-flex .animation-text .wpcf7-form .input-wrapper .image-upload .icon-background {
          width: 100%;
          padding-right: 10px;
          display: block;
          height: 100%;
          background-repeat: no-repeat;
          background-position: center center;
          background-image: url("../img/camera.svg"); }
    .animation-flex .animation-text .wpcf7-form .empty::after {
      content: "" !important; }
    .animation-flex .animation-text .wpcf7-form .input-wrapper::after {
      content: "(broj registratora, dužni metri, broj i dimenzija kutija, broj vreća, m3 i sl)";
      display: block;
      position: absolute;
      left: 8px;
      bottom: 37px;
      font-size: 13px;
      color: #757575;
      z-index: 1; }
    .animation-flex .animation-text .wpcf7-form .eng::after {
      content: "(Binder count, meter length, box count/dimensions, bag count, cubic meters, etc.)";
      display: block;
      position: absolute;
      left: 8px;
      bottom: 37px;
      font-size: 13px;
      color: #757575;
      z-index: 1; }
    .animation-flex .animation-text .wpcf7-form .input-wrapper input {
      position: relative;
      margin-bottom: 30px;
      height: 60px;
      z-index: 2; }
    .animation-flex .animation-text .wpcf7-form input[type='submit'] {
      border-radius: 25px;
      background: #18a99e;
      color: white !important;
      display: inline-block;
      max-height: 52px;
      padding: 15px 30px 15px 35px;
      font-size: 1rem;
      transition: all .3s ease;
      padding: 13px 40px 13px 40px; }
      .animation-flex .animation-text .wpcf7-form input[type='submit']:hover {
        transform: scale(1.1); }

.wpcf7-submit {
  max-width: 175px !important; }

.global-button {
  border-radius: 25px;
  background: #18a99e;
  color: white !important;
  display: inline-block;
  padding: 15px 30px 15px 35px;
  font-size: 1rem;
  transition: all .3s ease; }
  .global-button:hover {
    transform: scale(1.1);
    color: white !important; }

.input-wrapper input.safari-placeholder::place {
  /* Stilovi za placeholder koji će biti primijenjeni na sve preglednike */
  position: absolute;
  bottom: 0px !important;
  /* Prilagodite vrijednost prema potrebi */ }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .input-wrapper input::placeholder {
      position: absolute;
      bottom: 35px !important; } } }

@media screen and (max-width: 1400px) {
  .animation-text .wpcf7-form .input-wrapper {
    width: 100%;
    position: relative;
    max-width: 100% !important; }
    .animation-text .wpcf7-form .input-wrapper p:nth-of-type(2) {
      bottom: 100%;
      right: 0;
      width: 40px;
      height: 80px !important; }
    .animation-text .wpcf7-form .input-wrapper .your-file {
      height: 80px;
      top: 0;
      right: 0; }
    .animation-text .wpcf7-form .input-wrapper .image-upload {
      width: 100%; }
      .animation-text .wpcf7-form .input-wrapper .image-upload .icon-background {
        background-image: url("../img/camera.svg"); }
  .animation-text .wpcf7-form .input-wrapper::after {
    left: 8px;
    bottom: 42px; }
  .animation-text .wpcf7-form .input-wrapper input {
    position: relative;
    margin-bottom: 30px;
    height: 80px !important;
    z-index: 2; } }

@media screen and (max-width: 768px) {
  .animation-text .wpcf7-form .wpcf7-text {
    max-width: unset !important;
    width: 100%; }
  .animation-text .wpcf7-form .input-wrapper {
    width: 100%;
    position: relative;
    max-width: 100% !important; }
    .animation-text .wpcf7-form .input-wrapper input {
      height: 100px !important; }
    .animation-text .wpcf7-form .input-wrapper input::placeholder {
      position: absolute;
      top: 1px !important; }
    .animation-text .wpcf7-form .input-wrapper p:nth-of-type(2) {
      position: absolute;
      bottom: 7px !important;
      right: 0;
      width: 40px;
      display: flex;
      cursor: pointer;
      background: #F2F7F6;
      z-index: 100000;
      height: 60px; } }

.middle {
  display: block;
  margin: 0 auto; }

/* ----------------------------------------------------------------
							HEADER
---------------------------------------------------------------- */
.page-header {
  height: 420px;
  background: url("../img/header-bg.png") no-repeat center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0px;
  border: 0px; }
  .page-header h2 {
    padding-top: 200px;
    margin: 0;
    text-shadow: 0 1px 3px rgba(5, 68, 51, 0.3);
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 60px;
    font-weight: 300;
    font-style: italic; }

.header-container {
  position: absolute;
  width: 100%;
  z-index: 1;
  padding-top: 50px; }
  .header-container h1 {
    padding: 0;
    margin: 0; }
  .header-container .showTablet {
    display: block; }
  .header-container .logo {
    display: inline-block;
    text-align: center;
    margin-left: 50px;
    height: 100px;
    width: 100px; }
    .header-container .logo img {
      margin-top: 15px; }
  .header-container nav {
    float: right;
    padding-right: 50px;
    padding-top: 30px; }
    .header-container nav ul {
      float: right;
      padding: 0;
      margin: 0; }
      .header-container nav ul li {
        float: left;
        text-align: center;
        margin: 0 8px;
        width: 100px; }
        .header-container nav ul li a {
          color: white; }
        .header-container nav ul li .wpml-ls-link {
          color: black !important; }
        .header-container nav ul li .hover {
          margin-bottom: 15px;
          height: 4px;
          width: 100%;
          opacity: 0;
          -webkit-transition: opacity 0.4s ease-in-out;
          -moz-transition: opacity 0.4s ease-in-out;
          -o-transition: opacity 0.4s ease-in-out;
          transition: opacity 0.4s ease-in-out; }
        .header-container nav ul li.active .hover {
          background-image: linear-gradient(to right, #FFF 0%, #B1FFF9 100%);
          opacity: 1; }
        .header-container nav ul li:hover .hover {
          background-image: linear-gradient(to right, #FFF 0%, #B1FFF9 100%);
          opacity: 1; }
    .header-container nav .language-widget {
      margin-top: 11px;
      margin-left: 15px;
      position: relative;
      background: linear-gradient(90deg, #FFF 0%, #B1FFF9 100%);
      border-radius: 25px;
      float: right;
      height: 40px;
      width: 80px;
      list-style-type: none; }
      .header-container nav .language-widget ul {
        list-style-type: none;
        height: 40px;
        width: 100%; }
        .header-container nav .language-widget ul li {
          height: 40px;
          width: 50%;
          list-style-type: none; }
          .header-container nav .language-widget ul li span {
            font-size: 0.88rem; }
      .header-container nav .language-widget .wpml-ls-legacy-list-horizontal {
        border: 0;
        padding: 0; }
        .header-container nav .language-widget .wpml-ls-legacy-list-horizontal a {
          padding: 10px; }
      .header-container nav .language-widget .lang-link {
        position: absolute;
        height: 40px;
        width: 80px;
        border-radius: 25px;
        color: black; }
        .header-container nav .language-widget .lang-link .circle {
          background: linear-gradient(180deg, #42E8DB 0%, #18A99E 100%);
          border-radius: 50%;
          height: 30px;
          width: 30px;
          margin-top: 5px;
          margin-left: 5px;
          margin-right: 0;
          position: absolute; }
          .header-container nav .language-widget .lang-link .circle.right-position {
            right: 0;
            margin-left: 0;
            margin-right: 5px; }

@media only screen and (max-width: 1199px) {
  .header-container .logo {
    margin-left: 0; }
  .header-container nav {
    padding-right: 0;
    padding-top: 30px; }
    .header-container nav ul li {
      width: 90px; } }

@media only screen and (max-width: 991px) {
  .header-container nav {
    padding-right: 0;
    padding-top: 30px; }
    .header-container nav ul li {
      width: 80px; } }

.overflowTrue {
  overflow: inherit; }

@media only screen and (max-width: 768px) {
  .overflowTrue {
    overflow: inherit; }
  .overflowFalse {
    overflow: hidden; }
  .page-header {
    height: 250px; }
    .page-header h2 {
      font-size: 2.7rem;
      line-height: 3.7rem;
      padding-top: 100px; }
  .header-container {
    position: absolute;
    padding-top: 20px;
    width: 100%;
    z-index: 15; }
    .header-container .showTablet {
      display: none; }
    .header-container .logo {
      height: inherit;
      width: 78px; }
      .header-container .logo img {
        margin-top: 0; }
    .header-container .btn-nav:hover {
      cursor: pointer; }
    .header-container .animated {
      z-index: 999; }
    .header-container .btn-block {
      background: linear-gradient(90deg, #FFF 0%, #B1FFF9 100%);
      border: 2px solid white;
      border-radius: 50%;
      position: relative;
      margin: 0 0 0 15px;
      height: 60px;
      width: 60px;
      z-index: 999; }
      .header-container .btn-block #btn-nav {
        width: 30px;
        height: 38px;
        margin: 0 auto;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s linear;
        -moz-transition: .5s linear;
        -o-transition: .5s linear;
        transition: .5s linear;
        cursor: pointer;
        text-align: center;
        z-index: 999;
        top: 19px; }
      .header-container .btn-block #btn-nav span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: linear-gradient(180deg, #42E8DB 0%, #18A99E 100%);
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s linear;
        -moz-transition: .5s linear;
        -o-transition: .5s linear;
        transition: .5s linear; }
      .header-container .btn-block #btn-nav span:nth-child(1) {
        top: 0px; }
      .header-container .btn-block #btn-nav span:nth-child(2),
      .header-container .btn-block #btn-nav span:nth-child(3) {
        top: 9px; }
      .header-container .btn-block #btn-nav span:nth-child(4) {
        top: 18px; }
      .header-container .btn-block #btn-nav.animated-left span:nth-child(1) {
        top: 9px;
        width: 0%; }
      .header-container .btn-block #btn-nav.animated-left span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        height: 4px; }
      .header-container .btn-block #btn-nav.animated-left span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        height: 4px; }
      .header-container .btn-block #btn-nav.animated-left span:nth-child(4) {
        top: 12px;
        width: 0%; }
    .header-container .nav-container {
      background: linear-gradient(180deg, #42E8DB 0%, #18a99dcd 100%);
      position: fixed;
      left: -100%;
      top: 0;
      height: 100%;
      padding: 15px;
      overflow-y: scroll;
      width: 100%;
      z-index: 15; }
      .header-container .nav-container ul {
        padding-top: 120px;
        width: 100%; }
        .header-container .nav-container ul li {
          float: left;
          margin: 0;
          width: 100%; }
          .header-container .nav-container ul li a {
            font-size: 2rem;
            line-height: 4rem; }
          .header-container .nav-container ul li .hover {
            position: relative;
            top: 51px;
            height: 4px;
            width: 200px;
            margin: 0 auto;
            opacity: 0;
            -webkit-transition: opacity 0.4s ease-in-out;
            -moz-transition: opacity 0.4s ease-in-out;
            -o-transition: opacity 0.4s ease-in-out;
            transition: opacity 0.4s ease-in-out; }
  @keyframes showNav {
    from {
      left: -100%; }
    to {
      left: 0; } }
  @-webkit-keyframes showNav {
    from {
      left: -100%; }
    to {
      left: 0; } }
  @-moz-keyframes showNav {
    from {
      left: -100%; }
    to {
      left: 0; } }
  @-o-keyframes showNav {
    from {
      left: -100%; }
    to {
      left: 0; } }
    .header-container .showNav {
      -webkit-animation: showNav 0.5s linear forwards;
      -moz-animation: showNav 0.5s linear forwards;
      -o-animation: showNav 0.5s linear forwards;
      animation: showNav 0.5s linear forwards; }
  @keyframes hideNav {
    from {
      left: 0; }
    to {
      left: -100%; } }
  @-webkit-keyframes hideNav {
    from {
      left: 0; }
    to {
      left: -100%; } }
  @-moz-keyframes hideNav {
    from {
      left: 0; }
    to {
      left: -100%; } }
  @-o-keyframes hideNav {
    from {
      left: 0; }
    to {
      left: -100%; } }
    .header-container .hideNav {
      -webkit-animation: hideNav 0.7s linear forwards;
      -moz-animation: hideNav 0.7s linear forwards;
      -o-animation: hideNav 0.7s linear forwards;
      animation: hideNav 0.7s linear forwards; }
  .language-widget {
    position: relative;
    background: linear-gradient(90deg, #FFF 0%, #B1FFF9 100%);
    border-radius: 25px;
    height: 40px;
    width: 80px;
    list-style-type: none;
    margin: 14px 15px 0 0;
    float: right; }
    .language-widget ul {
      list-style-type: none;
      height: 40px;
      width: 100%; }
      .language-widget ul li {
        height: 40px;
        width: 50%;
        list-style-type: none; }
        .language-widget ul li span {
          font-size: 0.88rem; }
    .language-widget .wpml-ls-legacy-list-horizontal {
      border: 0;
      padding: 0; }
      .language-widget .wpml-ls-legacy-list-horizontal a {
        padding: 10px; }
    .language-widget .lang-link {
      position: absolute;
      top: 0;
      height: 40px;
      width: 80px;
      border-radius: 25px; }
      .language-widget .lang-link .circle {
        background: linear-gradient(180deg, #42E8DB 0%, #18A99E 100%);
        border-radius: 50%;
        height: 30px;
        width: 30px;
        margin-top: 5px;
        margin-left: 5px;
        margin-right: 0;
        position: absolute; }
        .language-widget .lang-link .circle.right-position {
          right: 0;
          margin-left: 0;
          margin-right: 5px; } }

@media only screen and (max-width: 480px) {
  .header-container .nav-container ul {
    padding-top: 90px; }
    .header-container .nav-container ul li .hover {
      top: 51px; }
  .header-container .language-widget {
    width: 70px; }
    .header-container .language-widget .wpml-ls-legacy-list-horizontal a {
      padding: 13px 10px; }
    .header-container .language-widget .lang-link {
      width: 70px; } }

@media only screen and (max-width: 420px) {
  .header-container .logo {
    display: initial; }
    .header-container .logo img {
      height: auto;
      width: 70px; }
  .header-container .btn-block {
    margin-left: 0; }
  .header-container .language-widget {
    margin-right: 0; } }

/* ----------------------------------------------------------------
							FOOTER
---------------------------------------------------------------- */
.footer-container {
  position: relative;
  padding-bottom: 300px; }
  .footer-container .image-container {
    z-index: -1;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(24, 169, 158, 0.5) 0%, rgba(24, 169, 158, 0.5) 100%), url(../img/footer-bg-min.png) no-repeat center bottom;
    background-size: cover;
    position: absolute; }
  .footer-container h2 {
    font-style: italic;
    font-size: 2.22rem;
    margin: 0;
    padding: 110px 0 100px; }

.circle-div {
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  float: left;
  margin-right: 25px;
  height: 75px;
  width: 75px; }
  .circle-div.first {
    padding-top: 20px; }
  .circle-div.second {
    padding-top: 21px; }
  .circle-div.third {
    padding-top: 22px; }
  .circle-div.fourth {
    padding-top: 18px; }

.text {
  float: left;
  font-size: 1.11rem;
  line-height: 1.66rem;
  padding-top: 22px; }
  .text p {
    margin: 0; }
  .text.first {
    padding-top: 8px; }
  .text a {
    color: #02362c; }

.container-certification {
  display: flex;
  justify-content: center;
  margin-top: 70px; }
  .container-certification div {
    z-index: 2;
    width: 300px;
    height: 120px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-right: 7px; }
  .container-certification .zagreb-coat {
    padding: 30px 15px; }
    .container-certification .zagreb-coat p {
      display: inline-block;
      font-size: 13px;
      margin-left: 10px;
      text-transform: uppercase;
      font-weight: 700;
      width: 200px;
      vertical-align: middle;
      position: relative;
      top: 5px; }
  .container-certification .iso-certification {
    padding: 25px 30px; }
    .container-certification .iso-certification img {
      margin-right: 13px;
      height: 75px; }
  .container-certification .social {
    width: auto;
    padding: 25px 30px;
    text-align: center; }
    .container-certification .social img {
      margin-right: 13px;
      height: 75px; }
      .container-certification .social img:last-child {
        margin-right: 0 !important; }
  .container-certification .gdpr {
    display: flex;
    align-items: center;
    justify-content: center; }
    .container-certification .gdpr img {
      max-width: 150px;
      height: auto; }

.container-esif {
  display: flex;
  justify-content: center;
  margin-top: 10px; }
  .container-esif div {
    z-index: 2;
    width: 300px;
    height: 120px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-right: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px; }
    .container-esif div img {
      width: auto;
      height: auto;
      max-height: 70px;
      max-width: 100%; }

.container-esif-info {
  font-size: 13px;
  padding-top: 30px;
  text-align: center; }

@media only screen and (max-width: 1415px) {
  .footer-container .text {
    font-size: 1rem; } }

@media only screen and (max-width: 1340px) {
  .footer-container .circle-div {
    margin-right: 10px; }
  .footer-container .text {
    font-size: 0.9rem; } }

@media only screen and (max-width: 1199px) {
  .footer-container {
    padding-bottom: 150px; }
    .footer-container .showMobile {
      display: block; }
    .footer-container .image-container {
      background: linear-gradient(0deg, rgba(24, 169, 158, 0.5) 0%, rgba(24, 169, 158, 0.5) 100%), url("../img/footer-bg-min.png") no-repeat center bottom;
      height: 100%;
      width: 100%;
      position: absolute; }
    .footer-container h2 {
      padding: 70px 0; }
    .footer-container .circle-div {
      margin-left: 50px;
      margin-right: 20px;
      margin-bottom: 35px; }
    .footer-container .text {
      padding-top: 25px;
      width: calc(100% - 150px); }
      .footer-container .text.first {
        padding-top: 12px; } }

@media only screen and (max-width: 991px) {
  .footer-container h2 {
    font-size: 2rem; }
  .footer-container .circle-div {
    margin-left: 25px; }
  .footer-container .text {
    width: calc(100% - 125px); } }

@media only screen and (max-width: 768px) {
  .landing-third-container {
    padding-top: 60px !important; }
    .landing-third-container h2 br {
      display: none; }
  .footer-container h2 {
    text-align: left; }
    .footer-container h2 br {
      display: none; }
  .vertical-border {
    height: 100px; }
  .footer-container {
    padding-bottom: 100px; }
    .footer-container .col-sm-6 {
      clear: both;
      width: 255px; }
    .footer-container .circle-div {
      margin-left: 0;
      margin-bottom: 10px; }
    .footer-container .text {
      width: 130px; } }

.scroll-to-top button {
  background: #18a99d;
  border: 0;
  border-radius: 50%;
  text-align: center;
  color: white;
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  visibility: hidden;
  font-size: 30px;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }
  .scroll-to-top button i {
    position: relative;
    top: -3px; }
  .scroll-to-top button.cd-is-visible,
  .no-touch .scroll-to-top button:hover {
    -webkit-transition: opacity .2s 0s, visibility 0s 0s;
    -moz-transition: opacity .2s 0s, visibility 0s 0s;
    transition: opacity .2s 0s, visibility 0s 0s; }
  .scroll-to-top button.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: .7;
    -webkit-transition: opacity .2s 0s, visibility 0s 0s;
    -moz-transition: opacity .2s 0s, visibility 0s 0s;
    transition: opacity .2s 0s, visibility 0s 0s; }
  .no-touch .scroll-to-top button:hover {
    opacity: 1; }

@media only screen and (max-width: 1199px) {
  .scroll-to-top button {
    height: 40px;
    width: 40px;
    font-size: 20px; }
    .scroll-to-top button.cd-is-visible {
      opacity: 1; }
  .container-certification,
  .container-esif {
    display: block; }
    .container-certification div,
    .container-esif div {
      margin-right: initial;
      margin: 10px auto;
      width: 300px !important;
      height: 120px;
      background-color: rgba(255, 255, 255, 0.2); }
    .container-certification .zagreb-coat,
    .container-esif .zagreb-coat {
      padding: 30px 15px; }
      .container-certification .zagreb-coat p,
      .container-esif .zagreb-coat p {
        display: inline-block;
        font-size: 13px;
        margin-left: 10px;
        text-transform: uppercase;
        font-weight: 700;
        width: 200px;
        vertical-align: middle;
        position: relative;
        top: 5px; }
    .container-certification .iso-certification,
    .container-esif .iso-certification {
      padding: 25px 30px; }
      .container-certification .iso-certification img,
      .container-esif .iso-certification img {
        margin-right: 13px;
        height: 75px; } }

@media only screen and (max-width: 330px) {
  .container-certification .zagreb-coat,
  .container-certification .iso-certification {
    width: 100%;
    text-align: center;
    height: auto; }
    .container-certification .zagreb-coat p,
    .container-certification .iso-certification p {
      width: 100%; }
    .container-certification .zagreb-coat a:nth-child(2) img,
    .container-certification .iso-certification a:nth-child(2) img {
      margin-top: 10px; } }

/* *****************************************************************

						LANDING PAGE

***************************************************************** */
/* ----------------------------------------------------------------
				Landing page - first container
---------------------------------------------------------------- */
.landing-first-container {
  position: relative;
  height: 830px; }
  .landing-first-container .video-container {
    height: 100%;
    width: 100%;
    position: absolute;
    max-height: 800px !important;
    overflow: hidden; }
  .landing-first-container .video-overlay {
    position: absolute;
    height: auto;
    width: 100%;
    background-color: #42e8daa2; }
  .landing-first-container .image-container {
    background-image: url("../img/landing-background-min.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    display: none; }
  @media screen and (max-width: 1199px) {
    .landing-first-container .video-container {
      display: none !important; }
    .landing-first-container .image-container {
      display: inline-block !important; } }
  .landing-first-container h2 {
    color: #ffffff;
    font-size: 3.5rem;
    font-style: italic;
    line-height: 4.5rem;
    padding: 250px 0 55px;
    text-shadow: 0 1px 3px rgba(5, 68, 51, 0.3); }
  .landing-first-container a {
    background: white;
    border-radius: 25px;
    color: #18A99E;
    display: inline-block;
    padding: 15px 30px 15px 35px;
    font-size: 1rem;
    transition: all .3s ease; }
    .landing-first-container a:hover {
      transform: scale(1.1); }
    .landing-first-container a i {
      padding-left: 60px;
      font-size: 1.1rem; }

@media only screen and (max-width: 991px) {
  .landing-first-container {
    height: 700px; }
    .landing-first-container h2 {
      padding: 200px 0 55px; } }

@media only screen and (max-width: 768px) {
  .landing-first-container {
    height: 500px; }
    .landing-first-container h2 {
      padding: 150px 0 40px;
      font-size: 2.7rem;
      line-height: 3.7rem; } }

/* ----------------------------------------------------------------
				Landing page - second container
---------------------------------------------------------------- */
.landing-second-container {
  margin-top: -120px; }
  .landing-second-container .landing-second-row-content {
    padding: 0 2.1%; }
    .landing-second-container .landing-second-row-content .box-content {
      background: white;
      box-shadow: 5px 0.1px 20px rgba(49, 56, 64, 0.3);
      -moz-box-shadow: 5px 0.1px 20px rgba(49, 56, 64, 0.3);
      -webkit-box-shadow: 5px 0.1px 20px rgba(49, 56, 64, 0.3);
      -o-box-shadow: 5px 0.1px 20px rgba(49, 56, 64, 0.3);
      height: 420px; }
      .landing-second-container .landing-second-row-content .box-content img {
        height: 120px;
        margin-top: -30px; }
      .landing-second-container .landing-second-row-content .box-content h2 {
        font-size: 1.66rem;
        font-style: italic;
        padding: 40px 15px;
        margin: 0 auto;
        line-height: 2rem;
        text-align: center;
        height: 160px; }
      .landing-second-container .landing-second-row-content .box-content .border {
        background: #18A99E;
        margin: 0 auto 30px;
        height: 4px;
        width: 100px; }
      .landing-second-container .landing-second-row-content .box-content p {
        text-transform: uppercase;
        font-size: 0.88rem;
        margin: 0;
        padding-bottom: 10px; }

.relative-parent {
  position: relative; }

@media only screen and (max-width: 1199px) {
  .landing-second-container {
    margin-top: -100px; }
    .landing-second-container .landing-second-row-content {
      padding: 0; }
      .landing-second-container .landing-second-row-content .box-content {
        height: 300px; }
        .landing-second-container .landing-second-row-content .box-content img {
          height: 100px;
          margin-top: -35px;
          width: auto; }
        .landing-second-container .landing-second-row-content .box-content h2 {
          font-size: 1.12rem;
          padding: 20px 0;
          height: auto !important; }
        .landing-second-container .landing-second-row-content .box-content .border {
          margin: 0 auto 40px;
          height: 2px;
          width: 60px; }
        .landing-second-container .landing-second-row-content .box-content p {
          font-size: 0.87rem;
          margin: 0;
          padding-bottom: 10px; }
      .landing-second-container .landing-second-row-content:first-of-type {
        margin-bottom: 80px; }
  .landing-third-container {
    padding-top: 140px; }
    .landing-third-container .relative-parent {
      padding: 10px; } }

@media only screen and (max-width: 768px) {
  .landing-second-container {
    margin-top: 0px; }
    .landing-second-container .landing-second-row-content {
      padding: 0; }
      .landing-second-container .landing-second-row-content .box-content {
        min-height: 150px;
        height: auto;
        padding-bottom: 20px; }
        .landing-second-container .landing-second-row-content .box-content img {
          height: auto;
          margin-top: 0px;
          padding: 15px 0;
          width: 100px; }
        .landing-second-container .landing-second-row-content .box-content h2 {
          font-size: 1.3rem;
          padding: 35px 0 15px 7px;
          text-align: left; }
        .landing-second-container .landing-second-row-content .box-content .border-block {
          display: none; }
        .landing-second-container .landing-second-row-content .box-content p {
          text-align: left;
          font-size: 0.87rem;
          line-height: 1.2rem;
          margin: 0;
          padding-left: 7px;
          padding-bottom: 0px; }
      .landing-second-container .landing-second-row-content:first-of-type {
        margin-bottom: 0px; } }

/* ----------------------------------------------------------------
				Landing page - update animacije
---------------------------------------------------------------- */
.animation-contact-flex {
  min-width: 1594px; }
  .animation-contact-flex .animation-video-contact {
    width: 100%;
    height: 100% !important;
    max-width: 767px;
    position: relative; }
    .animation-contact-flex .animation-video-contact video {
      width: 100%;
      height: 100% !important;
      object-fit: cover; }

/* ----------------------------------------------------------------
				Landing page - third container
---------------------------------------------------------------- */
.landing-third-container {
  padding-top: 70px; }
  .landing-third-container .landing-third-row-content {
    padding: 80px 4.2% 0; }
    .landing-third-container .landing-third-row-content .content-block {
      border: 10px solid #fff9e6;
      position: relative;
      padding: 80px 90px 70px; }
      .landing-third-container .landing-third-row-content .content-block h2 {
        font-size: 2.22rem;
        font-style: italic;
        padding-bottom: 50px; }
      .landing-third-container .landing-third-row-content .content-block p {
        font-style: italic;
        font-weight: 300; }
      .landing-third-container .landing-third-row-content .content-block .border {
        background: #18A99E;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -170px;
        margin: 0 auto;
        height: 200px;
        width: 4px; }
    .landing-third-container .landing-third-row-content .second-content-block {
      padding-top: 120px; }
  .landing-third-container .read-more {
    cursor: pointer;
    color: #87b252;
    border: 0;
    background-color: transparent;
    font-weight: 700;
    font-size: 1.11rem; }

#readMore .modal-dialog {
  background-color: rgba(50, 74, 58, 0.9);
  margin: 0;
  width: 100%; }
  #readMore .modal-dialog .modal-content {
    border: 0;
    background-color: rgba(50, 74, 58, 0.9);
    color: #fff;
    float: left;
    width: 100%; }
    #readMore .modal-dialog .modal-content h2 {
      color: #c2d13e;
      font-style: italic;
      font-size: 2rem;
      line-height: 2.6rem;
      margin: 0;
      padding: 15px 0 25px; }
    #readMore .modal-dialog .modal-content p {
      font-size: 20px;
      font-weight: 300; }
    #readMore .modal-dialog .modal-content .list .item {
      display: flex;
      margin-bottom: 50px; }
      #readMore .modal-dialog .modal-content .list .item .thumb {
        width: 85px;
        height: 85px;
        border-radius: 50%;
        background-color: #293e30;
        margin-right: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 0;
        flex-shrink: 0; }
      #readMore .modal-dialog .modal-content .list .item .content {
        color: white; }
        #readMore .modal-dialog .modal-content .list .item .content .title {
          font-size: 24px;
          font-weight: 700; }
        #readMore .modal-dialog .modal-content .list .item .content .description {
          font-size: 20px;
          font-weight: 300; }
    @media only screen and (max-width: 767px) {
      #readMore .modal-dialog .modal-content p {
        font-size: 16px; }
      #readMore .modal-dialog .modal-content .list .item {
        display: flex;
        margin-bottom: 50px; }
        #readMore .modal-dialog .modal-content .list .item .thumb {
          width: 55px;
          height: 55px;
          margin-right: 15px; }
          #readMore .modal-dialog .modal-content .list .item .thumb img {
            width: 22px;
            height: auto; }
        #readMore .modal-dialog .modal-content .list .item .content .title {
          font-size: 18px; }
        #readMore .modal-dialog .modal-content .list .item .content .description {
          font-size: 16px; } }
    #readMore .modal-dialog .modal-content .wpcf7-form ::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #ffffff; }
    #readMore .modal-dialog .modal-content .wpcf7-form :-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #ffffff;
      opacity: 1; }
    #readMore .modal-dialog .modal-content .wpcf7-form ::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #ffffff;
      opacity: 1; }
    #readMore .modal-dialog .modal-content .wpcf7-form :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #ffffff; }
    #readMore .modal-dialog .modal-content .wpcf7-form ::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #ffffff; }
    #readMore .modal-dialog .modal-content .wpcf7-form ::placeholder {
      /* Most modern browsers support this now. */
      color: #ffffff; }
    #readMore .modal-dialog .modal-content .wpcf7-form .wpcf7-text {
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #829a8a;
      font-size: 16px;
      font-weight: normal;
      margin-bottom: 10px;
      padding: 10px 15px;
      color: white;
      width: 100%; }
    #readMore .modal-dialog .modal-content .wpcf7-form label {
      color: white;
      display: block;
      font-size: 16px;
      font-weight: normal;
      padding: 10px 15px;
      width: 100%; }
    #readMore .modal-dialog .modal-content .wpcf7-form .wpcf7-textarea {
      background-color: #f1f4f6;
      border: none !important;
      color: white;
      font-size: 16px;
      height: 200px;
      padding: 10px 15px !important;
      resize: none !important;
      width: 100%; }
    #readMore .modal-dialog .modal-content .wpcf7-form .wpcf7-not-valid-tip {
      color: #c2d13e;
      font-size: 11px !important; }
    #readMore .modal-dialog .modal-content .wpcf7-form input[type='submit'] {
      background: #18A99E;
      border: 0 !important;
      border-radius: 25px;
      color: white;
      display: inline-block;
      padding: 15px 30px;
      font-size: 1rem;
      width: 100%;
      max-width: 175px;
      transition: all .3s ease; }
      #readMore .modal-dialog .modal-content .wpcf7-form input[type='submit']:hover {
        transform: scale(1.1) !important; }
    #readMore .modal-dialog .modal-content .wpcf7-form .wpcf7-submit {
      transition: all .3s ease; }
      #readMore .modal-dialog .modal-content .wpcf7-form .wpcf7-submit:hover {
        transform: scale(1.1) !important; }
    #readMore .modal-dialog .modal-content strong {
      text-transform: uppercase; }
    #readMore .modal-dialog .modal-content .modal-body {
      padding: 0; }
    #readMore .modal-dialog .modal-content .modal-footer {
      display: none; }
    #readMore .modal-dialog .modal-content .modal-body {
      position: relative;
      z-index: 0;
      padding-top: 100px; }
    #readMore .modal-dialog .modal-content .modal-header {
      border: 0;
      float: left;
      position: absolute;
      z-index: 1;
      top: 80px;
      left: 20%; }
      #readMore .modal-dialog .modal-content .modal-header button {
        border: 2px solid #fff;
        border-radius: 50%;
        cursor: pointer;
        color: #fff;
        height: 75px;
        width: 75px;
        opacity: 1;
        line-height: 60px;
        font-size: 50px;
        font-weight: 200; }

@media only screen and (max-width: 910px) {
  #readMore .modal-dialog .modal-content .modal-header {
    left: 15px; } }

@media only screen and (max-width: 1199px) {
  .landing-third-container .showMobile {
    display: block; }
  .landing-third-container .landing-third-row-content {
    padding: 0; }
    .landing-third-container .landing-third-row-content .content-block {
      padding: 60px 90px 70px; }
      .landing-third-container .landing-third-row-content .content-block h2 {
        font-size: 1.87rem;
        padding-bottom: 40px; }
      .landing-third-container .landing-third-row-content .content-block .border {
        bottom: -75px;
        height: 100px;
        width: 4px; }
    .landing-third-container .landing-third-row-content .second-content-block {
      padding-top: 100px; } }

@media only screen and (max-width: 768px) {
  .landing-third-container {
    margin-top: 60px; } }

@media only screen and (max-width: 480px) {
  .landing-third-container .landing-third-row-content .content-block {
    padding: 30px 30px 40px; } }

/* ----------------------------------------------------------------
				Landing page - fourth container
---------------------------------------------------------------- */
.landing-fourth-container {
  padding: 50px 15px 0; }
  .landing-fourth-container .landing-fourth-row-content {
    padding: 0 4.2%; }
    .landing-fourth-container .landing-fourth-row-content .border {
      height: 1px;
      background-color: #cec9b7;
      margin-top: 90px; }
    .landing-fourth-container .landing-fourth-row-content .green-row {
      background: #18A99E;
      color: #fff;
      padding: 105px 0 125px 0; }
      .landing-fourth-container .landing-fourth-row-content .green-row .first {
        padding: 0 15px 0 4.2%; }
        .landing-fourth-container .landing-fourth-row-content .green-row .first img {
          float: left;
          padding-bottom: 90px; }
        .landing-fourth-container .landing-fourth-row-content .green-row .first h2 {
          font-size: 2rem;
          font-style: italic;
          float: left;
          padding-left: 40px;
          margin: 0;
          width: calc(100% - 120px); }
        .landing-fourth-container .landing-fourth-row-content .green-row .first span {
          float: left;
          font-size: 1.8rem;
          padding-right: 35px; }
          .landing-fourth-container .landing-fourth-row-content .green-row .first span:last-of-type {
            padding-right: 0; }
      .landing-fourth-container .landing-fourth-row-content .green-row .second {
        padding: 0 12%; }
        .landing-fourth-container .landing-fourth-row-content .green-row .second h2 {
          font-style: normal;
          font-size: 1.8rem;
          margin: 0;
          line-height: 2.5rem; }
          .landing-fourth-container .landing-fourth-row-content .green-row .second h2:first-of-type {
            padding-bottom: 40px; }
      .landing-fourth-container .landing-fourth-row-content .green-row .circle-div {
        background-color: #fff8df;
        border-radius: 50%;
        color: #02362c;
        font-size: 1.66rem;
        text-align: center;
        line-height: 105px;
        height: 110px;
        width: 110px;
        position: absolute;
        top: -40px;
        left: -40px; }
    .landing-fourth-container .landing-fourth-row-content .brown-row {
      background-color: #fff9e6;
      margin-top: -60px;
      padding: 50px 40px 60px 40px;
      margin-right: 0; }
      .landing-fourth-container .landing-fourth-row-content .brown-row .circle-div {
        border: 1px solid #cec9b7;
        border-radius: 50%;
        text-align: center;
        float: left;
        font-size: 1.11rem;
        line-height: 70px;
        height: 75px;
        width: 75px; }
      .landing-fourth-container .landing-fourth-row-content .brown-row .line {
        background-color: #cec9b7;
        float: none;
        margin-top: 37px;
        height: 1px;
        width: auto;
        overflow: hidden; }
      .landing-fourth-container .landing-fourth-row-content .brown-row .first {
        padding: 40px 15px 0 4.2%; }
        .landing-fourth-container .landing-fourth-row-content .brown-row .first img {
          float: left;
          padding-bottom: 90px; }
        .landing-fourth-container .landing-fourth-row-content .brown-row .first h2 {
          font-size: 2rem;
          font-style: italic;
          float: left;
          padding-left: 35px;
          margin: 0;
          width: calc(100% - 110px); }
      .landing-fourth-container .landing-fourth-row-content .brown-row .second p {
        color: #395650;
        margin: 0;
        line-height: 1.44rem; }
        .landing-fourth-container .landing-fourth-row-content .brown-row .second p:first-of-type {
          padding-bottom: 40px; }
    .landing-fourth-container .landing-fourth-row-content .transparent-row {
      padding: 70px 4.2% 40px 4.2%; }
      .landing-fourth-container .landing-fourth-row-content .transparent-row .circle-div {
        background-color: #fff8df;
        border: 1px solid #cec9b7;
        border-radius: 50%;
        text-align: center;
        float: left;
        font-size: 1.11rem;
        line-height: 70px;
        height: 75px;
        width: 75px; }
      .landing-fourth-container .landing-fourth-row-content .transparent-row .line {
        background-color: #cec9b7;
        float: none;
        margin-top: 37px;
        height: 1px;
        width: auto;
        overflow: hidden; }
      .landing-fourth-container .landing-fourth-row-content .transparent-row .first {
        padding-top: 35px; }
        .landing-fourth-container .landing-fourth-row-content .transparent-row .first img {
          float: left;
          padding-bottom: 80px; }
        .landing-fourth-container .landing-fourth-row-content .transparent-row .first h2 {
          font-size: 2rem;
          font-style: italic;
          float: left;
          padding-left: 35px;
          padding-top: 42px;
          margin: 0;
          width: calc(100% - 110px); }
      .landing-fourth-container .landing-fourth-row-content .transparent-row .second p {
        color: #395650;
        margin: 0;
        line-height: 1.44rem;
        padding-bottom: 40px; }

@media only screen and (max-width: 1700px) {
  .landing-fourth-container .landing-fourth-row-content .green-row .first span {
    font-size: 1.77rem;
    padding-right: 25px; } }

@media only screen and (max-width: 1535px) {
  .landing-fourth-container .landing-fourth-row-content .green-row .first span {
    font-size: 1.5rem;
    padding-right: 25px; } }

@media only screen and (max-width: 1415px) {
  .landing-fourth-container .landing-fourth-row-content .brown-row .first img {
    padding-bottom: 120px; } }

@media only screen and (max-width: 1247px) {
  .landing-fourth-container .landing-fourth-row-content .green-row .first span {
    font-size: 1.35rem;
    padding-right: 25px; } }

@media only screen and (max-width: 1199px) {
  .landing-fourth-container {
    padding: 60px 0 0; }
    .landing-fourth-container .showMobile {
      display: block; }
    .landing-fourth-container .border {
      height: 1px;
      background-color: #cec9b7;
      margin: 60px auto 0;
      width: 85%; }
    .landing-fourth-container .landing-fourth-row-content {
      padding: 0; }
      .landing-fourth-container .landing-fourth-row-content .green-row {
        text-align: center;
        padding: 50px 0; }
        .landing-fourth-container .landing-fourth-row-content .green-row .first {
          padding: 0; }
          .landing-fourth-container .landing-fourth-row-content .green-row .first img {
            float: none;
            padding-bottom: 0px;
            margin-top: -25px; }
          .landing-fourth-container .landing-fourth-row-content .green-row .first h2 {
            float: none;
            font-size: 1.5rem;
            line-height: 2.2rem;
            padding: 30px 0 45px;
            width: 100%; }
          .landing-fourth-container .landing-fourth-row-content .green-row .first .span-block {
            margin: 0 auto;
            padding-bottom: 65px;
            width: 400px; }
            .landing-fourth-container .landing-fourth-row-content .green-row .first .span-block span {
              float: left;
              font-size: 1.12rem;
              padding: 0px 20px; }
        .landing-fourth-container .landing-fourth-row-content .green-row .second p {
          line-height: 1.44rem; }
          .landing-fourth-container .landing-fourth-row-content .green-row .second p:first-of-type {
            padding-bottom: 30px; }
        .landing-fourth-container .landing-fourth-row-content .green-row .circle-div {
          font-size: 1.37rem;
          line-height: 75px;
          height: 80px;
          width: 80px;
          top: -30px;
          left: -30px; }
      .landing-fourth-container .landing-fourth-row-content .brown-row {
        margin-top: 0px;
        padding: 60px 0;
        margin-right: -15px; }
        .landing-fourth-container .landing-fourth-row-content .brown-row .circle-div {
          font-size: 1rem;
          line-height: 55px;
          height: 60px;
          width: 60px; }
        .landing-fourth-container .landing-fourth-row-content .brown-row .line {
          margin-top: 29.5px; }
        .landing-fourth-container .landing-fourth-row-content .brown-row .first {
          padding: 50px 15px 0; }
          .landing-fourth-container .landing-fourth-row-content .brown-row .first img {
            padding-bottom: 60px; }
          .landing-fourth-container .landing-fourth-row-content .brown-row .first h2 {
            font-size: 1.5rem;
            margin: 0;
            width: calc(100% - 110px); }
        .landing-fourth-container .landing-fourth-row-content .brown-row .second p {
          color: #395650;
          margin: 0;
          line-height: 1.44rem; }
          .landing-fourth-container .landing-fourth-row-content .brown-row .second p:first-of-type {
            padding-bottom: 30px; }
      .landing-fourth-container .landing-fourth-row-content .transparent-row {
        padding: 60px 0 0; }
        .landing-fourth-container .landing-fourth-row-content .transparent-row .circle-div {
          font-size: 1rem;
          line-height: 55px;
          height: 60px;
          width: 60px; }
        .landing-fourth-container .landing-fourth-row-content .transparent-row .line {
          margin-top: 29.5px; }
        .landing-fourth-container .landing-fourth-row-content .transparent-row .first h2 {
          font-size: 1.5rem; }
        .landing-fourth-container .landing-fourth-row-content .transparent-row .second p {
          padding-bottom: 40px; } }

@media only screen and (max-width: 768px) {
  .landing-fourth-container {
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 15px; }
    .landing-fourth-container .border {
      margin: 0px auto 10px;
      width: 85%; }
    .landing-fourth-container .landing-fourth-row-content .green-row .circle-div {
      top: -40px;
      left: 30px; }
    .landing-fourth-container .landing-fourth-row-content .brown-row {
      padding: 30px 35px;
      margin-right: -15px; }
      .landing-fourth-container .landing-fourth-row-content .brown-row .col-sm-10 {
        float: left; }
        .landing-fourth-container .landing-fourth-row-content .brown-row .col-sm-10:first-of-type {
          width: 100%; }
    .landing-fourth-container .landing-fourth-row-content .transparent-row {
      padding: 60px 35px 0; }
      .landing-fourth-container .landing-fourth-row-content .transparent-row .col-sm-10 {
        float: left; }
        .landing-fourth-container .landing-fourth-row-content .transparent-row .col-sm-10:first-of-type {
          width: 100%; }
  .border-block {
    margin-top: 0; } }

@media only screen and (max-width: 480px) {
  .landing-fourth-container .landing-fourth-row-content .green-row {
    text-align: left; }
    .landing-fourth-container .landing-fourth-row-content .green-row .circle-div {
      left: 15px; }
    .landing-fourth-container .landing-fourth-row-content .green-row .first .span-block {
      width: 300px; }
      .landing-fourth-container .landing-fourth-row-content .green-row .first .span-block span {
        padding: 0px 13px; }
  .landing-fourth-container .landing-fourth-row-content .brown-row {
    padding: 30px 15px; }
  .landing-fourth-container .landing-fourth-row-content .transparent-row {
    padding: 60px 15px 0; } }

/* *****************************************************************
						CONTACT PAGE
***************************************************************** */
.contact-page-body .border {
  height: 1px;
  background-color: #cec9b7;
  margin-top: 90px; }

.contact-page-body .map-block {
  position: absolute;
  z-index: 2; }
  .contact-page-body .map-block .vertical-line {
    right: 23%;
    top: 60px; }
  .contact-page-body .map-block #contact-page-map {
    height: 680px;
    margin-top: 150px; }

.contact-page-body .contact-page-content {
  height: 630px;
  padding-left: 60px;
  padding-top: 80px;
  box-shadow: 0 15px 20px rgba(83, 73, 60, 0.09);
  background-color: #fff8df;
  background-image: linear-gradient(to right, #fffce9 0%, #ffffff 100%);
  margin-top: -50px; }
  .contact-page-body .contact-page-content h2 {
    color: #02362c;
    font-size: 2.22rem;
    margin: 0px;
    font-style: italic;
    padding-left: 40px;
    padding-right: 60px;
    padding-bottom: 60px; }
  .contact-page-body .contact-page-content .contact-page-info {
    padding: 20px;
    margin-left: 20%; }
    .contact-page-body .contact-page-content .contact-page-info .row {
      margin-bottom: 50px; }
    .contact-page-body .contact-page-content .contact-page-info .row:last-child {
      margin-bottom: 0; }

.contact-page-body .contact-page-business-info {
  padding-top: 60px;
  padding-left: 1.5%;
  line-height: 40px; }
  .contact-page-body .contact-page-business-info img {
    float: left;
    padding-right: 50px; }
  .contact-page-body .contact-page-business-info ul {
    margin-top: 50px; }
    .contact-page-body .contact-page-business-info ul span {
      color: #3f8853;
      margin-left: 20px; }

.contact-page-body .contact-form {
  width: 70%;
  padding-top: 30px; }
  .contact-page-body .contact-form ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #02362c; }
  .contact-page-body .contact-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #02362c;
    opacity: 1; }
  .contact-page-body .contact-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #02362c;
    opacity: 1; }
  .contact-page-body .contact-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #02362c; }
  .contact-page-body .contact-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #02362c; }
  .contact-page-body .contact-form ::placeholder {
    /* Most modern browsers support this now. */
    color: #02362c; }
  .contact-page-body .contact-form .wpcf7-text {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #c2c5cd;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 10px 15px;
    color: #02362c;
    width: 100%; }
  .contact-page-body .contact-form label {
    color: #02362c;
    display: block;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 15px;
    width: 100%; }
  .contact-page-body .contact-form .wpcf7-textarea {
    background-color: #f1f4f6;
    border: none !important;
    color: #02362c;
    font-size: 16px;
    height: 200px;
    padding: 10px 15px !important;
    resize: none !important;
    width: 100%; }
  .contact-page-body .contact-form .wpcf7-not-valid-tip {
    font-size: 11px !important; }
  .contact-page-body .contact-form input[type='submit'] {
    background: #18a99e;
    border: 0 !important;
    border-radius: 25px;
    color: white;
    display: inline-block;
    padding: 15px 30px;
    font-size: 1rem;
    transition: 0.16s ease; }
    .contact-page-body .contact-form input[type='submit']:hover {
      transform: scale(1.1); }

@media only screen and (max-width: 1600px) {
  .contact-page-body .contact-page-info .text {
    font-size: 1rem; } }

@media only screen and (max-width: 1415px) {
  .contact-page-body .contact-page-info {
    margin-left: 18%; }
    .contact-page-body .contact-page-info .circle-div {
      margin-right: 20px; }
    .contact-page-body .contact-page-info .text {
      font-size: 0.88rem; } }

@media only screen and (max-width: 1315px) {
  .contact-page-body .map-block #contact-page-map {
    height: 500px; }
  .contact-page-body .contact-page-content {
    height: 560px;
    padding-top: 50px; }
    .contact-page-body .contact-page-content h2 {
      font-size: 1.88rem; }
  .contact-page-body .contact-page-info .col-sm-12,
  .contact-page-body .contact-page-info .col-lg-6 {
    padding: 0; } }

@media only screen and (max-width: 1199px) {
  .contact-page-body .map-block #contact-page-map {
    margin-top: 120px; }
  .contact-page-body .contact-page-content {
    height: 620px; }
    .contact-page-body .contact-page-content .vertical-line {
      height: 130px; }
    .contact-page-body .contact-page-content h2 {
      padding-bottom: 25px; }
    .contact-page-body .contact-page-content .contact-page-info .col-lg-6 {
      margin-bottom: 10px; }
    .contact-page-body .contact-page-content .contact-page-info .row {
      margin-bottom: 0; }
    .contact-page-body .contact-page-content .contact-page-info .row:last-child {
      margin-bottom: 0; }
    .contact-page-body .contact-page-content .contact-page-info .text {
      font-size: 1rem; } }

@media only screen and (max-width: 991px) {
  .contact-page-body .map-block {
    position: inherit; }
    .contact-page-body .map-block #contact-page-map {
      height: 400px;
      margin-top: -50px; }
    .contact-page-body .map-block .vertical-line {
      display: none; }
  .contact-page-body .contact-page-content {
    height: 440px;
    margin-top: 0;
    padding: 0; }
    .contact-page-body .contact-page-content .vertical-line {
      position: relative;
      margin: 0 auto;
      top: -40px; }
    .contact-page-body .contact-page-content h2 {
      padding-top: 10px;
      text-align: center; }
    .contact-page-body .contact-page-content .contact-page-info {
      padding-top: 40px;
      margin: 0; }
      .contact-page-body .contact-page-content .contact-page-info .col-sm-6,
      .contact-page-body .contact-page-content .contact-page-info .col-sm-12 {
        margin: 0;
        padding-left: 15px;
        padding-right: 15px; }
      .contact-page-body .contact-page-content .contact-page-info .row {
        margin-bottom: 20px; }
      .contact-page-body .contact-page-content .contact-page-info .row:last-child {
        margin-bottom: 0; }
      .contact-page-body .contact-page-content .contact-page-info .row {
        padding-left: 50px; }
  .contact-page-body .contact-page-business-info {
    line-height: 36px; } }

@media only screen and (max-width: 768px) {
  .contact-form {
    width: 100% !important; }
  .contact-page-body .contact-page-content {
    height: inherit; }
    .contact-page-body .contact-page-content h2 {
      padding-top: 20px; }
    .contact-page-body .contact-page-content .row {
      padding-left: 0 !important;
      margin-bottom: 0 !important; }
      .contact-page-body .contact-page-content .row .col-sm-6,
      .contact-page-body .contact-page-content .row .col-sm-12 {
        margin-bottom: 20px; } }

@media only screen and (max-width: 480px) {
  .contact-page-body .map-block #contact-page-map {
    height: 300px;
    margin-top: -25px; }
  .contact-page-body .contact-page-business-info {
    line-height: 30px; } }

@media only screen and (max-width: 350px) {
  .contact-page-body .contact-page-content h2 {
    font-size: 1.8rem; } }

/* *****************************************************************
						ABOUT PAGE
***************************************************************** */
.about-page-body .border {
  height: 1px;
  background-color: #cec9b7;
  margin-top: 90px; }

.about-page-body .animation-block {
  padding-top: 30px; }

.about-page-body .text-block {
  padding: 80px 15px 0px; }

.about-page-body .certificates-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 70px;
  box-shadow: 0 15px 20px rgba(83, 73, 60, 0.09);
  background-image: linear-gradient(to right, #fffce9 0%, #ffffff 100%);
  overflow: hidden; }
  .about-page-body .certificates-wrapper:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden; }
  .about-page-body .certificates-wrapper h2 {
    margin-bottom: 70px; }
  .about-page-body .certificates-wrapper .certificate-single {
    margin-bottom: 30px; }
    .about-page-body .certificates-wrapper .certificate-single:nth-of-type(even) {
      margin-left: 0; }
    .about-page-body .certificates-wrapper .certificate-single img {
      padding-bottom: 20px;
      width: 65px; }

.about-page-body .clients-wrapper {
  padding-top: 220px;
  padding-bottom: 100px;
  margin-top: -110px;
  background-image: linear-gradient(45deg, #044434 0%, #6ea760 100%); }
  .about-page-body .clients-wrapper h2 {
    color: #fff8df; }
  .about-page-body .clients-wrapper .vertical-line {
    left: 50%;
    margin-top: -210px; }
  .about-page-body .clients-wrapper .client-block {
    height: 130px;
    padding-top: 50px; }

@media only screen and (max-width: 1199px) {
  .about-page-body .clients-wrapper .client-block {
    height: 100px;
    padding-top: 50px; } }

@media only screen and (max-width: 768px) {
  .about-page-body .clients-wrapper .vertical-line {
    height: 100px;
    margin-top: -160px; } }

@media only screen and (max-width: 480px) {
  .about-page-body .clients-wrapper .client-block {
    width: 100%; } }

/* *****************************************************************
						SERVICE PAGE
***************************************************************** */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin: 40px 0 50px; }
  .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.service-page-body .border {
  height: 1px;
  background-color: #cec9b7;
  margin-top: 90px; }

.service-page-body .service-block-left {
  position: relative;
  padding-right: 0;
  z-index: 1; }
  .service-page-body .service-block-left .horizontal-line {
    margin: 0;
    top: 70px;
    right: -100px; }
  .service-page-body .service-block-left .first-carousel-bg {
    width: 99%;
    position: absolute;
    top: -45px;
    right: -50px;
    box-shadow: 10px 17px 43px rgba(49, 56, 64, 0.16);
    background-color: #146844;
    background-image: linear-gradient(90deg, #18A99E 0%, #5CEADF 100%); }
  .service-page-body .service-block-left .owl-nav .owl-prev,
  .service-page-body .service-block-left .owl-nav .owl-next {
    float: left;
    padding: 20px 15px;
    width: 50%; }
    .service-page-body .service-block-left .owl-nav .owl-prev i,
    .service-page-body .service-block-left .owl-nav .owl-next i {
      color: #18A99E;
      font-size: 2rem; }
    .service-page-body .service-block-left .owl-nav .owl-prev:hover i,
    .service-page-body .service-block-left .owl-nav .owl-next:hover i {
      color: #5CEADF; }
  .service-page-body .service-block-left .owl-nav .owl-prev {
    text-align: right; }

.service-page-body .service-block-right {
  padding-left: 0;
  margin-bottom: 200px; }
  .service-page-body .service-block-right .service-block-right-content {
    padding: 30px 80px 60px 130px; }
    .service-page-body .service-block-right .service-block-right-content h1 {
      font-style: italic; }
    .service-page-body .service-block-right .service-block-right-content h2 {
      color: #02362c;
      font-style: normal !important;
      font-size: 1.2rem;
      padding-bottom: 7px;
      text-transform: uppercase; }
      .service-page-body .service-block-right .service-block-right-content h2 img {
        vertical-align: bottom; }
    .service-page-body .service-block-right .service-block-right-content hr {
      height: 1px;
      background-color: #cec9b7; }
    .service-page-body .service-block-right .service-block-right-content p {
      margin-bottom: 30px; }
    .service-page-body .service-block-right .service-block-right-content .box-icons h3 {
      font-size: 1.33rem;
      text-transform: uppercase;
      margin: 40px 0px; }
    .service-page-body .service-block-right .service-block-right-content .box-icons .container-sizes b {
      margin-right: 10px; }
    .service-page-body .service-block-right .service-block-right-content .box-icons img, .service-page-body .service-block-right .service-block-right-content .box-icons b {
      margin-right: 20px; }
    .service-page-body .service-block-right .service-block-right-content .box-icons .container-type {
      margin-right: 20px;
      display: inline-block; }
      .service-page-body .service-block-right .service-block-right-content .box-icons .container-type img, .service-page-body .service-block-right .service-block-right-content .box-icons .container-type b {
        margin-right: 20px; }
      .service-page-body .service-block-right .service-block-right-content .box-icons .container-type .box-img-2 {
        width: 79px !important; }
    .service-page-body .service-block-right .service-block-right-content .box-icons p {
      margin: 30px; }
    .service-page-body .service-block-right .service-block-right-content .check-list li {
      margin: 15px 0px; }
    .service-page-body .service-block-right .service-block-right-content .check-list i {
      color: #87b252;
      margin-right: 20px; }

.service-page-body .second-section .service-block-left, .service-page-body .fourth-section .service-block-left {
  padding-right: 15px;
  padding-left: 0;
  margin-top: -20px; }
  .service-page-body .second-section .service-block-left .horizontal-line, .service-page-body .fourth-section .service-block-left .horizontal-line {
    left: -100px; }
  .service-page-body .second-section .service-block-left .first-carousel-bg, .service-page-body .fourth-section .service-block-left .first-carousel-bg {
    right: -30px; }

.service-page-body .second-section .service-block-right, .service-page-body .fourth-section .service-block-right {
  padding-right: 0;
  padding-left: 15px;
  margin-bottom: 350px; }

.service-page-body .third-section .service-block-right {
  margin-bottom: 100px; }
  .service-page-body .third-section .service-block-right .table {
    padding-top: 30px;
    margin: 0; }
    .service-page-body .third-section .service-block-right .table .row {
      height: 140px; }
      .service-page-body .third-section .service-block-right .table .row .col-sm-9 {
        padding-right: 0; }
    .service-page-body .third-section .service-block-right .table h1 {
      color: #02362c;
      font-style: normal;
      font-size: 2rem;
      line-height: 3.8rem;
      margin: 0; }
    .service-page-body .third-section .service-block-right .table p {
      font-size: 0.88rem;
      margin-bottom: 0; }
    .service-page-body .third-section .service-block-right .table img {
      padding-left: 20px; }
  .service-page-body .third-section .service-block-right .read-more {
    background-image: linear-gradient(90deg, #18A99E 0%, #5CEADF 100%);
    border: 0 !important;
    border-radius: 25px;
    color: white;
    display: inline-block;
    padding: 15px 30px 15px 35px;
    font-size: 1rem; }
    .service-page-body .third-section .service-block-right .read-more i {
      padding-left: 60px;
      font-size: 1.1rem; }

@media only screen and (max-width: 1700px) {
  .service-page-body .service-block-right .service-block-right-content .box-icons .container-type {
    margin-right: 0;
    display: inline-block; }
    .service-page-body .service-block-right .service-block-right-content .box-icons .container-type img {
      margin-right: 10px; }
    .service-page-body .service-block-right .service-block-right-content .box-icons .container-type b {
      margin-right: 20px; }
  .service-page-body .second-section .service-block-right, .service-page-body .fourth-section .service-block-right {
    margin-bottom: 300px; } }

@media only screen and (max-width: 1600px) {
  .service-page-body .second-section .service-block-right, .service-page-body .fourth-section .service-block-right {
    margin-bottom: 200px; } }

@media only screen and (max-width: 1500px) {
  .service-page-body .service-block-left .horizontal-line {
    right: -80px; }
  .service-page-body .service-block-right .service-block-right-content {
    padding: 30px 60px 20px 120px; }
    .service-page-body .service-block-right .service-block-right-content .horizontal-line {
      margin-top: 40px; }
    .service-page-body .service-block-right .service-block-right-content p {
      margin-bottom: 20px; }
    .service-page-body .service-block-right .service-block-right-content .box-icons h3 {
      margin: 20px 0; }
  .service-page-body .second-section .service-block-right, .service-page-body .fourth-section .service-block-right {
    margin-bottom: 280px; } }

@media only screen and (max-width: 1400px) {
  .service-page-body .service-block-right .service-block-right-content .box-icons .container-type {
    margin-right: 0;
    display: inline-block; }
    .service-page-body .service-block-right .service-block-right-content .box-icons .container-type .box-img-2 {
      width: 60px !important; }
    .service-page-body .service-block-right .service-block-right-content .box-icons .container-type .box-img-3, .service-page-body .service-block-right .service-block-right-content .box-icons .container-type .box-img-4 {
      width: 35px; }
    .service-page-body .service-block-right .service-block-right-content .box-icons .container-type img {
      margin-right: 5px; }
    .service-page-body .service-block-right .service-block-right-content .box-icons .container-type b {
      margin-right: 10px; }
  .service-page-body .second-section .service-block-right, .service-page-body .fourth-section .service-block-right {
    margin-bottom: 200px; }
  .service-page-body .third-section .service-block-right .table .row {
    height: 150px; }
  .service-page-body .third-section .service-block-right .table img {
    padding-left: 0; } }

@media only screen and (max-width: 1199px) {
  .service-page-body .service-block-right .service-block-right-content {
    padding: 30px 50px 20px 100px; }
    .service-page-body .service-block-right .service-block-right-content .horizontal-line {
      margin-left: -220px; }
    .service-page-body .service-block-right .service-block-right-content .box-icons p {
      margin: 30px 0; } }

@media only screen and (max-width: 991px) {
  .service-page-body .service-block-left .horizontal-line {
    right: -63px;
    top: 50px;
    width: 100px; }
  .service-page-body .service-block-left .owl-nav .owl-prev,
  .service-page-body .service-block-left .owl-nav .owl-next {
    padding: 6px 8px; }
  .service-page-body .service-block-right .service-block-right-content {
    padding: 10px 50px 10px 70px; }
    .service-page-body .service-block-right .service-block-right-content .horizontal-line {
      margin-left: -170px;
      width: 160px; }
    .service-page-body .service-block-right .service-block-right-content p {
      font-size: 0.88rem; }
    .service-page-body .service-block-right .service-block-right-content .box-icons h3 {
      font-size: 1.11rem; }
    .service-page-body .service-block-right .service-block-right-content .box-icons .container-type {
      margin-right: 0;
      margin-bottom: 20px;
      display: block; }
      .service-page-body .service-block-right .service-block-right-content .box-icons .container-type .box-img-2 {
        width: 60px;
        margin-right: 10px; }
      .service-page-body .service-block-right .service-block-right-content .box-icons .container-type .box-img-3, .service-page-body .service-block-right .service-block-right-content .box-icons .container-type .box-img-4 {
        width: 40px; }
      .service-page-body .service-block-right .service-block-right-content .box-icons .container-type img {
        margin-right: 30px; }
      .service-page-body .service-block-right .service-block-right-content .box-icons .container-type b {
        margin-right: 20px; }
  .service-page-body .second-section .service-block-left .horizontal-line, .service-page-body .fourth-section .service-block-left .horizontal-line {
    left: -70px; }
  .service-page-body .second-section .service-block-right .right-line, .service-page-body .fourth-section .service-block-right .right-line {
    right: 70px; }
  .service-page-body .third-section .service-block-right .table .row {
    height: 160px; }
  .service-page-body .third-section .service-block-right .table .second-block p {
    padding-left: 15px; }
  .service-page-body .third-section .service-block-right .table h1 {
    font-size: 1.5rem;
    line-height: 3rem; }
  .service-page-body .third-section .service-block-right .table p {
    font-size: 0.75rem; } }

@media only screen and (max-width: 767px) {
  .service-page-body .service-block-left {
    padding-right: 15px;
    margin: 0 auto;
    width: 300px; }
    .service-page-body .service-block-left .horizontal-line {
      display: none; }
    .service-page-body .service-block-left .owl-controls {
      height: 45px; }
    .service-page-body .service-block-left .first-carousel-bg {
      width: 300px;
      top: -35px;
      right: 0;
      left: 25px; }
  .service-page-body .service-block-right {
    padding-left: 15px; }
    .service-page-body .service-block-right .service-block-right-content {
      padding: 40px 0 20px;
      text-align: center; }
      .service-page-body .service-block-right .service-block-right-content .horizontal-line {
        display: none; }
      .service-page-body .service-block-right .service-block-right-content .box-icons .container-type {
        margin-right: 0;
        margin-bottom: 0;
        display: inline-block; }
        .service-page-body .service-block-right .service-block-right-content .box-icons .container-type .box-img-2 {
          width: initial !important; }
        .service-page-body .service-block-right .service-block-right-content .box-icons .container-type .box-img-3, .service-page-body .service-block-right .service-block-right-content .box-icons .container-type .box-img-4 {
          width: inherit; }
        .service-page-body .service-block-right .service-block-right-content .box-icons .container-type img {
          margin-right: 20px; }
        .service-page-body .service-block-right .service-block-right-content .box-icons .container-type b {
          margin-right: 20px; }
  .service-page-body .second-section .service-block-left, .service-page-body .fourth-section .service-block-left {
    padding-right: 15px;
    padding-left: 15px; }
  .service-page-body .second-section .service-block-right, .service-page-body .fourth-section .service-block-right {
    padding-right: 15px;
    padding-left: 15px; }
  .service-page-body .third-section .service-block-right {
    margin-bottom: 80px; }
    .service-page-body .third-section .service-block-right .table .row {
      height: 170px; }
    .service-page-body .third-section .service-block-right .table .first-block .col-xs-9 {
      padding: 0; }
    .service-page-body .third-section .service-block-right .table .first-block .col-xs-3 {
      padding: 0; }
    .service-page-body .third-section .service-block-right .table .second-block p {
      padding-left: 0px; }
    .service-page-body .third-section .service-block-right .table p {
      text-align: left; }
    .service-page-body .third-section .service-block-right .table img {
      margin-left: -6px; } }

@media only screen and (max-width: 625px) {
  .service-page-body .service-block-right .service-block-right-content .box-icons .container-type {
    margin-right: 0;
    margin-bottom: 20px;
    display: block; }
    .service-page-body .service-block-right .service-block-right-content .box-icons .container-type .box-img-2 {
      width: inherit; }
    .service-page-body .service-block-right .service-block-right-content .box-icons .container-type .box-img-3, .service-page-body .service-block-right .service-block-right-content .box-icons .container-type .box-img-4 {
      width: inherit; }
    .service-page-body .service-block-right .service-block-right-content .box-icons .container-type img {
      margin-right: 0; }
      .service-page-body .service-block-right .service-block-right-content .box-icons .container-type img.first-child {
        margin-left: 5px; }
    .service-page-body .service-block-right .service-block-right-content .box-icons .container-type .box-img-2 {
      width: 76px !important; }
    .service-page-body .service-block-right .service-block-right-content .box-icons .container-type b {
      display: block;
      margin: 10px 0 30px 0; } }

@media only screen and (max-width: 400px) {
  .service-page-body .service-block-left {
    width: 280px; }
    .service-page-body .service-block-left .first-carousel-bg {
      width: 250px;
      top: -20px;
      left: 35px; }
  .service-page-body .service-block-right .service-block-right-content .box-icons img {
    margin-right: 10px; }
  .service-page-body .service-block-right .service-block-right-content .box-icons .box-img-1 {
    width: 50px;
    margin-bottom: 20px; }
  .service-page-body .service-block-right .service-block-right-content .box-icons .box-img-2 {
    width: 50px; }
  .service-page-body .service-block-right .service-block-right-content .box-icons .box-img-3 {
    width: 30px; }
  .service-page-body .third-section .service-block-right {
    margin-bottom: 0px; } }

.service-modal .table {
  padding-top: 30px;
  margin: 0; }
  .service-modal .table .row {
    height: 140px; }
    .service-modal .table .row .col-sm-9 {
      padding-right: 0; }
  .service-modal .table h1 {
    color: white;
    font-style: normal;
    font-size: 2rem;
    line-height: 3.8rem;
    margin: 0; }
  .service-modal .table p {
    font-size: 0.88rem;
    margin-bottom: 0; }
  .service-modal .table img {
    padding-left: 20px; }

/* *****************************************************************
						SINGLE PAGE
***************************************************************** */
.single-page .single-thumbnail {
  padding-right: 0;
  margin-top: -50px; }
  .single-page .single-thumbnail img {
    height: auto;
    width: 100%;
    box-shadow: 0 15px 30px rgba(83, 73, 60, 0.4); }

.single-page .box-right {
  margin-bottom: 50px;
  padding: 50px 50px; }
  .single-page .box-right h2 {
    color: #02362c;
    font-size: 1.33rem;
    font-weight: bold; }
  .single-page .box-right p {
    font-size: 1rem;
    line-height: 1.55rem;
    margin: 0;
    width: 100%; }
  .single-page .box-right img {
    margin: 20px 0;
    max-width: 100%;
    height: auto; }

.single-page .border {
  height: 1px;
  background-color: #cec9b7;
  margin-top: 90px; }

.single-page .gallery-item .gallery-icon img {
  margin: 0; }

@media only screen and (max-width: 991px) {
  .single-page .single-thumbnail {
    padding-right: 15px;
    margin-top: -25px; }
  .single-page .box-right {
    margin-left: 15px;
    margin-right: 15px; } }

/* *****************************************************************
						BLOG PAGE
***************************************************************** */
.blog-page-body {
  margin-top: -50px; }
  .blog-page-body .row {
    margin-bottom: 0px; }
  .blog-page-body .no-posts {
    padding: 150px 0; }
  .blog-page-body .border {
    height: 1px;
    background-color: #cec9b7;
    margin-top: 90px; }
  .blog-page-body .post-container {
    background-image: linear-gradient(to right, #fffce9 0%, #ffffff 100%);
    box-shadow: 15px 15px 20px rgba(49, 56, 64, 0.03);
    float: left;
    margin-bottom: 50px;
    width: 100%; }
    .blog-page-body .post-container .post-thumbnail {
      float: left;
      width: 100%; }
      .blog-page-body .post-container .post-thumbnail img {
        max-height: 300px;
        width: 100%; }
    .blog-page-body .post-container .post-body {
      height: 370px;
      float: left;
      padding: 30px 45px 50px;
      width: 100%; }
      .blog-page-body .post-container .post-body .post-line {
        width: 200px;
        height: 4px;
        margin-top: 20px;
        margin-bottom: 30px;
        background-image: linear-gradient(to right, #f6f30e 0%, #baeb6f 100%); }
      .blog-page-body .post-container .post-body h2 {
        color: #02362c;
        font-size: 1.33rem;
        font-weight: bold; }
      .blog-page-body .post-container .post-body .post-text {
        height: 200px; }
        .blog-page-body .post-container .post-body .post-text p {
          font-size: 0.88rem;
          line-height: 1.55rem;
          margin: 0; }
    .blog-page-body .post-container:hover {
      background: #e8fbea; }

#pbd-alp-load-posts {
  text-align: center;
  float: left;
  width: 100%; }
  #pbd-alp-load-posts a {
    background-image: linear-gradient(to right, #f6f30e 0%, #baeb6f 100%);
    border-radius: 30px;
    color: #00352b;
    display: inline-block;
    padding: 0 30px;
    line-height: 60px; }

@media only screen and (max-width: 768px) {
  .blog-page-body .post {
    display: block;
    margin: 0 auto;
    width: 400px; } }

@media only screen and (max-width: 480px) {
  .blog-page-body {
    margin-top: -25px; }
    .blog-page-body .post {
      width: 300px; }
      .blog-page-body .post .post-container .post-body {
        height: 250px;
        padding: 20px 20px 15px; }
        .blog-page-body .post .post-container .post-body .post-line {
          margin-top: 15px;
          margin-bottom: 15px;
          width: 100px; }
        .blog-page-body .post .post-container .post-body .post-text {
          height: 135px; } }

.accordion {
  margin-top: 94px;
  margin-bottom: 94px; }
  .accordion .item {
    margin: 5px auto; }
    .accordion .item .accordion-item-number {
      color: #18A99E; }
    .accordion .item .title {
      position: relative;
      display: flex;
      flex-direction: flex-start;
      gap: 77px;
      padding: 64px 35px 64px 35px;
      margin-bottom: 2px;
      background-color: white;
      color: #00352B;
      font-size: 24px;
      line-height: 36px;
      border-bottom: 1px solid #CEC9B7;
      cursor: pointer;
      transition: 0.16 ease; }
      .accordion .item .title:hover {
        background: linear-gradient(180deg, #FFF 8.84%, #DDFFF9 100%); }
    .accordion .item .accordion-active {
      border-bottom: unset !important;
      background: linear-gradient(180deg, #FFF 8.84%, #A7F2E5 100%); }
    .accordion .item .arrow {
      position: absolute;
      top: 64px;
      right: 10px;
      display: inline-block;
      vertical-align: middle;
      width: 30px;
      height: 30px;
      text-align: center;
      color: #fff;
      line-height: 30px;
      font-size: 20px;
      font-weight: 700;
      margin-right: 5px;
      border-radius: 50%;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    .accordion .item .rotate {
      transform: rotate(90deg); }
    .accordion .item .content {
      padding: 30px;
      margin-bottom: 2px;
      font-size: 22px;
      line-height: 52px;
      padding-left: 135px;
      display: none;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 8.84%, rgba(221, 255, 249, 0.4) 100%); }
      .accordion .item .content p {
        max-width: 75%; }
      .accordion .item .content a {
        color: #18A99E; }
      .accordion .item .content ul {
        list-style-type: disc;
        padding-left: 25px;
        margin-bottom: 1.75rem; }
