/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 360px;
	background: #fff;
    color:#212121;
    background: #fff;
    font: 16px/1.5 "Cabin", sans-serif;
}

details, main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

h1 {
  font-size: 43px;
  line-height: 1;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: clamp(1.2rem, 1.875VW, 1.875rem);
  color: #212121;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 10px 0;
  font-size: 50px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  h2 {
    text-align: center;
  }
}

h3 {
  font-size: 40px;
  text-transform: capitalize;
  line-height: 1.5;
  margin: 0 0 22px 0;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 35px;
  }
}

h4 {
  font-size: 28px;
  line-height: normal;
  font-weight: 700;
  margin: 0 0 36px;
  color: #fff;
}

p {
  font-weight: 400;
}

h3:last-child,
h4:last-child,
h5:last-child,
h6 h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child,
p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #127c71;
}

a,
input,
button {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  outline: none !important;
}

input,
button {
  font-family: inherit;
}

td {
  text-transform: capitalize;
}

/* General Layout Styles */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  min-width: 360px;
  background: #fff;
  color: #212121;
  background: #fff;
  font: 16px/1.5 "Cabin", sans-serif;
}

#wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapper-holder {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

@media (min-width: 768px) {
  .flex-direction-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

@media (min-width: 768px) {
  .flex-direction-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}






img {
  display: block;
  height: auto;
  width: 100%;
}

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-dots {
  position: relative;
  margin: 15px 0 0;
  padding: 0;
  z-index: 50;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.slick-dots li {
  padding: 0 5px;
}
.slick-dots li.slick-active button {
  border-color: secondary;
}
.slick-dots li.slick-active button:after {
  background: secondary;
}
.slick-dots li button {
  width: 26px;
  height: 26px;
  font-size: 0;
  line-height: 0;
  border: 0;
  position: relative;
  cursor: pointer;
  background: none;
  border: 2px solid transparent;
  border-radius: 50%;
}
.slick-dots li button:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #C0C2C7;
}
.slick-dots li button:hover {
  border-color: secondary;
}
.slick-dots li button:hover:after {
  background: secondary;
}

.slick-arrow {
  -webkit-appearance: none;
  width: 70px;
  border: 0;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  bottom: -35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 55;
  border: 0;
  outline: none;
  color: secondary;
  background-repeat: no-repeat;
  background-position: center;
  background-color: inherit;
  opacity: 1;
}
@media (max-width: desktop) {
  .slick-arrow {
    width: 45px;
    height: 45px;
  }
}
.slick-arrow.slick-arrow {
  background: transparent;
  border: 1px solid green;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slick-arrow:hover {
  opacity: 0.6;
}
.slick-arrow.slick-hidden {
  display: none;
}

html {
  scroll-behavior: smooth;
}

.header {
  padding: 20px 0;
  width: 100%;
  position: fixed;
  z-index: 9;
  background: #fff;
}
.header .header-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .logo {
  display: block;
  position: relative;
  width: 238px;
  position: relative;
}
@media (max-width: 1199px) {
  .header .logo {
    width: 210px;
  }
}
.header .nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (max-width: 1023px) {
  .header .nav-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.btn-holder {
  margin-left: 20px;
}
@media (max-width: 1023px) {
  .btn-holder {
    margin: 20px 0 50px;
  }
}

/* Navigation Styles */
.navigation {
  margin: 0 -9px;
  padding: 0;
  font-size: 16px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 600;
  align-items: center;
}
@media (max-width: 1023px) {
  .navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    text-align: center;
  }
}
.navigation li {
  margin: 0 25px 0 25px;
  position: relative;
}
@media (max-width: 1439px) {
  .navigation li {
    margin: 0 20px 0 20px;
  }
}
@media (max-width: 1023px) {
  .navigation li {
    margin: 10px;
  }
}
.navigation li a {
  display: block;
  color: rgb(158, 158, 158);
  font-weight: 600;
  /* font-size: 1.2rem; */
}
@media (max-width: 1023px) {
  .navigation li a {
    color: rgb(158, 158, 158);
  }
}
.navigation li.active::before {
  content: "";
  display: block;
  width: 40px;
  height: 10px;
  background-image: url("../img/headline-curve.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.navigation li:hover::before {
  content: "";
  display: block;
  width: 40px;
  height: 10px;
  background-image: url("../img/headline-curve.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.navigation li:hover a {
  color: #127c71;
}

.nav-active {
  overflow: hidden;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    padding: 80px 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .nav-active .navbar {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.nav-opener {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 0 0 0 20px;
  background: none;
  border-radius: 4px;
  z-index: 50;
  border: 1px solid #fff;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 9999;
}
@media (min-width: 1024px) {
  .nav-opener {
    display: none;
  }
}
.navbar .nav-opener {
  right: 5px;
  top: 10px;
  position: absolute;
}
.nav-opener:before, .nav-opener:after,
.nav-opener span {
  width: 15px;
  height: 2px;
  background: #757575;
  content: "";
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-opener:before {
  margin-bottom: 3px;
}
.nav-active .nav-opener:before {
  margin-bottom: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-opener:after {
  margin-top: 3px;
}
.nav-active .nav-opener:after {
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav-active .nav-opener span {
  opacity: 0;
}


.navigation .button-item a {
  background-color: #127c71;
  line-height: 1.2;
  padding: 10px 15px;
  margin: 0 auto;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
  border-radius: 8px;
  font-weight: 500;
  color: white;
  font-size: 14px;
}

.navigation .button-item.active::before {
  background-image: none;
}
.navigation .button-item:hover::before {
  background-image: none;
}
.navigation .button-item a:hover {
  color: #fff;
}

.footer {
  position: relative;
  color: #fff;
  background: rgb(18, 124, 113);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.75;
  margin-top: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 70px 0;
}
@media (max-width: 1549px) {
  .footer {
    padding: 30px 0;
  }
}
.footer a {
  color: currentColor;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 600;
}
.footer a:hover {
  text-decoration: underline;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 37px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer-content {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-content .footer-title {
  width: 100%;
  max-width: 500px;
}
@media (max-width: 1199px) {
  .footer-content .footer-title {
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .footer-content .footer-title {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-bottom: 50px;
  }
}
.footer-content .social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-content .social-networks li {
  display: inline-block;
  margin-right: 10px;
}
.footer-content .social-networks img {
  width: 35px;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-content .footer-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}
@media (max-width: 1023px) {
  .footer-content .footer-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-content .footer-holder .footer-links,
.footer-content .footer-holder .contact-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-content .footer-holder .footer-links strong,
.footer-content .footer-holder .contact-details strong {
  font-size: 17px;
  font-weight: 700;
}
.footer-content .footer-holder .footer-modules,
.footer-content .footer-holder .contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-content .footer-holder .footer-modules li,
.footer-content .footer-holder .contact-info li {
  margin-bottom: 10px;
}
.footer-content .footer-holder .footer-modules .name,
.footer-content .footer-holder .footer-modules .tel,
.footer-content .footer-holder .contact-info .name,
.footer-content .footer-holder .contact-info .tel {
  margin-bottom: 5px;
}
.footer-content .footer-holder .footer-modules a,
.footer-content .footer-holder .contact-info a {
  text-decoration: none;
  color: inherit;
}

/* visual Block Styles */
.visual-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 65px;
}
.visual-block .slick-slide {
  position: relative;
}
.visual-block .bg-visual {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.visual-block .bg-visual img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.visual-block .visual-caption {
  position: relative;
  z-index: 1;
  padding: 140px 0 145px;
  min-height: 858px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.visual-block .visual-caption .txt-holder {
  background: rgba(0, 0, 0, 0.4);
  padding: 45px 25px;
  position: absolute;
  max-width: 30vw;
  width: 100%;
  min-height: 197px;
  height: auto;
  top: 50px;
  right: 50px;
  margin: 0;
}
@media (max-width: 767px) {
  .visual-block .visual-caption .txt-holder {
    min-height: inherit;
    padding: 10px;
  }
}
.visual-block .visual-caption .txt-holder h1 {
  color: #fff;
  line-height: 1.2;
  margin: 0 0 20px;
  text-transform: capitalize;
  font-size: 2vw;
}
.visual-block .visual-caption .txt-holder span {
  color: #fff;
  font-weight: 600;
  display: block;
  max-width: 550px;
  font-size: 1vw;
}
@media (max-width: 1439px) {
  .visual-block .visual-caption {
    min-height: 750px;
    padding: 120px 0 170px;
  }
}
@media (max-width: 1199px) {
  .visual-block .visual-caption {
    min-height: 650px;
    padding: 100px 0 140px;
  }
}
@media (max-width: 1023px) {
  .visual-block .visual-caption {
    min-height: 550px;
    padding: 65px 0 100px;
  }
}
@media (max-width: 767px) {
  .visual-block .visual-caption {
    min-height: 400px;
    padding: 40px 0 100px;
  }
}
.visual-block .container {
  width: 100%;
}

.module-section {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 64px 0 100px 0;
  background-color: rgb(242, 245, 245);
}
@media (max-width: 1199px) {
  .module-section {
    padding: 30px 0 80px;
  }
}
.module-section .slider-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .module-section .slider-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.module-section .slider-holder .title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.module-section .slider-holder h2 {
  font-weight: 700;
  color: #212121;
}

.about-section {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 112px 0;
}
@media (max-width: 1549px) {
  .about-section {
    padding: 50px 0;
  }
}
@media (max-width: 1023px) {
  .about-section {
    padding: 30px 0;
  }
}
.about-section .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .about-section .text-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-section .img-holder {
  width: 45%;
}
@media (max-width: 767px) {
  .about-section .img-holder {
    width: 100%;
    padding-bottom: 30px;
  }
}
.about-section .text-holder {
  width: 100%;
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 515px;
  color: rgb(113, 113, 113);
}
.about-section .text-holder h2 span {
  color: #127c71;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .about-section .text-holder {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.department-section {
  padding: 50px 20px 112px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1549px) {
  .department-section {
    padding: 30px 20px;
  }
}
.department-section .department-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
}
@media (max-width: 767px) {
  .department-section .department-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.department-section .department-holder .left-column,
.department-section .department-holder .right-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.department-section .department-holder ul {
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  color: #333;
  font-size: 1em;
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  list-style: none;
}
@media (max-width: 768px) {
  .department-section .department-holder ul {
    padding: 0 15px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.department-section .department-holder li {
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 12px 16px;
  font-size: 1.2rem;
  margin: 0px 0px 16px;
  border-radius: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .department-section .department-holder li  {
    padding: 12px 10px;
    width: 100%;

  }
}
.department-section .department-holder li a {
  color: rgb(255, 175, 53);
  text-decoration: none;
}
@media (max-width: 767px) {
  .department-section .department-holder li a {
    font-size: 16px;

  }
}


.department-section header {
  position: relative;
}
.department-section header h2 {
  color: #333;
  margin-bottom: 10px;
}
.department-section header h2:after {
  content: "";
  display: inline-block;
  width: 175px;
  height: 25px;
  background-image: url("../img/headline-curve.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 60px;
  left: 25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .department-section header h2:after {
    display: none;
  }
}
.department-section header span {
  color: rgb(18, 124, 113);
  padding-left: 10px;
}
.department-section header p {
  font-size: 1em;
  color: #666;
  margin: 30px 0px 20px 0px;
}

.team {
  position: relative;
  padding: 70px 0 100px;
  background-color: rgb(236, 243, 243);
}
@media (max-width: 1549px) {
  .team {
    padding: 30px 0 70px;
  }
}
.team .team-holder .title h3 {
  font-weight: 700;
  color: #212121;
}

.general-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  position: relative;
  padding-bottom: 10px;
  /* Style the dots container */
}

.team-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding-bottom: 10px;
  margin: 0 -12px;
  /* Style the dots container */
}


.general-slider .slick-list {
  padding-right: 0;
  margin-right: 0;
}
.general-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.general-slider .slick-slide {
  height: auto;
  padding: 0;
}
.general-slider .slick-arrow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.general-slider .slick-arrow.slick-prev {
  left: auto;
  right: 50px !important;
}
.general-slider .slick-next,
.general-slider .slick-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  bottom: -80px;
  top: auto;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: none;
}
.general-slider .slick-next i,
.general-slider .slick-prev i {
  color: #127c71;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.general-slider .slick-next:hover,
.general-slider .slick-prev:hover {
  background: #127c71;
}
.general-slider .slick-next:hover i,
.general-slider .slick-prev:hover i {
  color: #fff;
}
.general-slider .slick-prev {
  left: -60px;
}
.general-slider .slick-prev i {
  color: #127c71;
}
.general-slider .slick-next {
  right: -5px;
}
.general-slider .slick-next i {
  color: #127c71;
}
.general-slider .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 20px;
  list-style: none;
  padding: 0;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.general-slider .slick-dots li {
  width: 30px;
  height: 8px;
  background-color: #ccc;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 5px;
}
.general-slider .slick-dots li.slick-active {
  background-color: green;
}
.general-slider .slick-dots li button {
  display: none;
}


.box-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 10px;
  margin-left: 15px;

}
.team-slider .box-holder{
  min-height: 487px;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: 0;
}


.team-slider .slick-slide {
  min-height: 495px;
  padding: 40px 12px;
} 
.team-slider .box-holder .white-box-link{
  width: 100%;
}

.team-slider .box-holder:hover {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 15px 15px 0px;
}
.box-holder .white-box-link:hover .arrow-holder {
  background: #127c71;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

}
.box-holder .white-box-link:hover .arrow-holder i {
  color: #fff;
}
.box-holder .white-box {
height: 400px;
  border-radius: 15px;
  padding: 15px;
  position: relative;
}

.team-slider .box-holder .white-box {
  height: auto;
}
@media (max-width: 1199px) {
  .box-holder .white-box {
    width: auto;
  }
}
.box-holder .img-holder img {
  width: 100%;
    border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
  height: 240px;
}
.team-slider .box-holder .img-holder img {
  height: auto !important;
}
.box-holder .txt-holder {
  padding: 15px 0px 0px 5px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  font-size: 1.2rem;
}
.box-holder .designation {
  margin: 0px 0px 16px;
  font-weight: 400;
  color: rgb(113, 113, 113);
}
.box-holder .arrow-holder {
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 10px;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.box-holder .arrow-holder i {
  color: #127c71;
}


/* popup holder */

.slider-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: safe center;
      -ms-flex-align: safe center;
          align-items: safe center;
  -webkit-box-pack: safe center;
      -ms-flex-pack: safe center;
          justify-content: safe center;
  padding: 15px;
  z-index: 99;
  overflow: hidden;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider-popup.modal-slideup {
  opacity: 1;
  visibility: visible;
}
.slider-popup.modal-slideup .modal-continer {
  -webkit-transform: none;
          transform: none;
}
.slider-popup .modal-continer {
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.slider-popup .modal-content {
  max-width: 600px;
  width: 100%;
  height:auto;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 8px 1px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 8px 8px 1px rgba(0, 0, 0, 0.1019607843);
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
}
.slider-popup .modal-content .model-wrapper .textbox{
    display: flex;
    flex-direction: column;
    padding: 16px 24px;
    justify-content: center;
    color: rgb(113, 113, 113);
}

.slider-popup .modal-content .model-wrapper .textbox h3{
    font-size: 1.5rem;
    color: #000;

}

.slider-popup .modal-content .btn-wrap{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 10px 20px;
    flex-direction: column;
}

.slider-popup .modal-content .btn-wrap .btn-outline{
    background: none;
    color: #127c71;
    margin: inherit;
    font-weight: 700;
    padding-bottom: 20px;

}

