@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
  scroll-behavior: smooth;
}

html,
body {
  font-family: "FreightSansPro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

p {
  font-size: 1em;
  line-height: 1.5;
}

p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  outline: none;
}

a:visited, a:focus, a:active, a:hover {
  text-decoration: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.affix {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  animation: affix_animation 0.6s ease-in-out;
  -webkit-animation: affix_animation 0.6s ease-in-out;
  -webkit-box-shadow: 0 0 0.1875rem #ddd;
          box-shadow: 0 0 0.1875rem #ddd;
  z-index: 9999999999999 !important;
  margin: 0 !important;
  background: #fff;
  padding: 5px 4em;
  margin-top: 0 !important;
}

.affix .logo {
  max-width: 180px;
}

.overall-space {
  margin-left: 2em;
  margin-right: 2em;
}

@media (min-width: 576px) and (max-width: 992px) {
  .container {
    max-width: 90% !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 90%;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 1.1vw;
  }
  .container {
    max-width: 90%;
  }
}

.shadow-1 {
  -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.1);
}

.shadow-2 {
  -webkit-box-shadow: 5px 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 5px 0 20px 0 rgba(0, 0, 0, 0.1);
}

.shadow-3 {
  -webkit-box-shadow: 6px 0 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 6px 0 30px 0 rgba(0, 0, 0, 0.1);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.success {
  color: green;
  text-align: center;
  margin-top: 10px;
}

@font-face {
  font-family: "FreightSansPro";
  src: url(../fonts/FreightSansProLight-Italic.ttf);
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "FreightSansPro";
  src: url(../fonts/FreightSansProLight-Regular.ttf);
  font-weight: 300;
}

@font-face {
  font-family: "FreightSansPro";
  src: url(../fonts/FreightSansProBook-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: "FreightSansPro";
  src: url(../fonts/FreightSansProMedium-Italic.ttf);
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "FreightSansPro";
  src: url(../fonts/FreightSansProSemibold-Regular.ttf);
  font-weight: 600;
}

.section-heading .heading {
  font-family: "FreightSansPro", sans-serif;
  font-weight: 300;
}

.section-heading .description {
  font-family: "FreightSansPro", sans-serif;
  font-weight: 500;
}

.case-btn {
  font-size: 1em;
  line-height: 1.3;
  letter-spacing: 4px;
  border: 1px solid #39A2AE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em;
  text-transform: uppercase;
  color: #39A2AE;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.case-btn:hover {
  background-color: #39A2AE;
  color: #FFFFFF;
}

.case-btn.btn-sm {
  padding: 0.75em 1em;
}

.case-btn1 {
  padding: 1em;
  font-size: 1.15em;
  line-height: 1;
  letter-spacing: 2px;
  background-color: #9F2042;
  border: 1px solid #9F2042;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 1em;
  text-transform: uppercase;
}

.case-btn1:hover {
  color: #9F2042;
  border-color: #9F2042;
}

.web-btn {
  position: relative;
  padding: 1em;
  background-color: #39A2AE;
  color: #FFFFFF;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 2px;
}

.web-btn:hover {
  color: #FFFFFF;
}

.quote-btn {
  display: inline-block;
  background: #9F2042;
  border-radius: 0px;
  padding: 1em;
  color: #FFFFFF;
  letter-spacing: 0.5px;
}

.quote-btn:hover {
  color: #FFFFFF;
}

.contact-btn {
  font-size: 1.125em;
  line-height: 1.3;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #9F2042;
  border: 1px solid #9F2042;
  padding: 1em;
  display: inline-block;
}

.contact-btn:hover {
  background-color: #9F2042;
  color: #FFFFFF;
}

.contact-btn:hover .arrow path {
  fill: #fff;
}

@media (min-width: 0px) and (max-width: 800px) {
  .case-btn {
    padding: 1em !important;
    font-size: 0.8em !important;
  }
  .contact-btn {
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0px;
  }
}

#header {
  position: fixed;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
}

#header.navbar {
  z-index: 999;
  background-color: white;
  padding: 0.75em;
}

#header.navbar .navbar-toggler {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 2.5em;
  color: #000000;
}

#header.navbar .navbar-toggler i.bi-list {
  color: #39a2ae;
}

#header.navbar .navbar-brand {
  position: relative;
  width: 16em;
  height: 4.25em;
  padding-bottom: 0;
}

#header.navbar .navbar-brand img {
  position: absolute;
  left: 0;
  width: 100%;
}

#header.navbar .navbar-collapse {
  min-width: 400px;
}

#header.navbar .navbar-collapse .navbar-nav li a {
  padding: 0.75em 1em;
  color: #FFFFFF;
  font-size: 1.15em;
  line-height: 1.5;
  letter-spacing: 1px;
}

#header.navbar .navbar-collapse .navbar-nav li a:hover {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #fff;
}

#header.navbar .navbar-collapse .navbar-nav li a.active {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #000;
  font-weight: 700;
}

#header.navbar .navbar-collapse .navbar-nav li a.dropdown-toggle::after {
  position: relative;
  top: 2px;
  border-width: 0.35em;
}

#header.navbar .navbar-collapse .dropdown-menu {
  border: none;
  padding: 0;
  border-radius: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  margin-bottom: 10px;
}

#header.navbar .navbar-collapse .dropdown-menu .dropdown-item {
  color: #000000;
}

#header.navbar .navbar-collapse .dropdown-menu .dropdown-item.active {
  color: #FFFFFF !important;
  background-color: #39A2AE !important;
}

#header.navbar .navbar-collapse .dropdown-menu .dropdown-item:hover {
  color: #39A2AE;
  background-color: #f5fffe;
  -webkit-box-shadow: inset 0 0 2px 0 #cadbda;
          box-shadow: inset 0 0 2px 0 #cadbda;
}

#header.navbar.homepage-main {
  background-color: rgba(255, 255, 255, 0.01);
}

#header.home-page .navbar-toggler {
  color: #000000;
}

#header.home-page .navbar-collapse .navbar-nav li a {
  color: #333333;
}

#header.home-page .navbar-collapse .navbar-nav li a:hover {
  color: #000000;
}

#header .email {
  font-size: 1.2em;
  letter-spacing: 0.5px;
}

#header.affix {
  transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
  position: fixed;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
}

#header.navbar {
  z-index: 999;
  background-color: white;
  padding: 0.75em;
}

#header.navbar .navbar-toggler {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 2.5em;
  color: #000000;
}

#header.navbar .navbar-toggler i.bi-list {
  color: #39a2ae;
}

#header.navbar .navbar-brand {
  position: relative;
  width: 20vw;
  height: 4em;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header.navbar .navbar-brand img {
  position: absolute;
  left: 0;
  width: 100%;
}

#header.navbar .navbar-collapse {
  min-width: 400px;
}

@media (min-width: 0px) and (max-width: 1199px) {
  #header.navbar .navbar-collapse {
    background: radial-gradient(100% 100% at 0% 0%, #39a2ae 0%, #128d9b 100%);
  }
  #header.navbar .navbar-collapse .dropdown .dropdown-menu {
    opacity: 0;
    visibility: visible;
  }
  #header.navbar .navbar-collapse .dropdown:hover .dropdown-menu {
    opacity: 1;
    -webkit-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
  }
}

#header.navbar .navbar-collapse .navbar-nav li a {
  padding: 0.75em 1em;
  color: #000;
  font-size: 1.15em;
  line-height: 1.5;
  letter-spacing: 1px;
}

#header.navbar .navbar-collapse .navbar-nav li a:hover {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #000;
}

#header.navbar .navbar-collapse .navbar-nav li a.active {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  color: #000;
  font-weight: 700;
}

#header.navbar .navbar-collapse .navbar-nav li a.dropdown-toggle::after {
  position: relative;
  top: 2px;
  border-width: 0.35em;
}

@media (max-width: 1200px) {
  #header.navbar .navbar-collapse .navbar-nav li a.dropdown-toggle {
    position: relative;
    padding-right: 1.75em;
  }
  #header.navbar .navbar-collapse .navbar-nav li a.dropdown-toggle::after {
    background: url(/img/chevron-down.svg);
    content: "";
    width: 1em;
    height: 1em;
    top: 1em;
    right: 2em;
    position: absolute;
    display: block;
    border: none;
  }
}

@media (max-width: 384px) {
  #header.navbar .navbar-collapse .navbar-nav li a.dropdown-toggle::after {
    left: 13em;
    border: none !important;
  }
}

#header.navbar .navbar-collapse .dropdown-menu {
  border: none;
  padding: 0;
  border-radius: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  margin-bottom: 10px;
}

#header.navbar .navbar-collapse .dropdown-menu .dropdown-item {
  color: #000000;
}

#header.navbar .navbar-collapse .dropdown-menu .dropdown-item.active {
  color: #FFFFFF !important;
  background-color: #39A2AE !important;
}

#header.navbar .navbar-collapse .dropdown-menu .dropdown-item:hover {
  color: #000;
  background-color: #f5fffe;
  -webkit-box-shadow: inset 0 0 2px 0 #cadbda;
          box-shadow: inset 0 0 2px 0 #cadbda;
}

#header .dropdown {
  position: relative;
}

#header .dropdown .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

#header .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
}

#header .dropdown.home-page .navbar-toggler {
  color: #000000;
}

#header .dropdown.home-page .navbar-collapse .navbar-nav li a {
  color: #333333;
}

#header .dropdown.home-page .navbar-collapse .navbar-nav li a:hover {
  color: #000000;
}

#header .email {
  font-size: 1.2em;
  letter-spacing: 0.5px;
}

#header.affix {
  transition: 0.3s all linear;
  -webkit-transition: 0.3s all linear;
}

#header.affix.navbar {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 0 4px #dfdfdf;
          box-shadow: 0 0 4px #dfdfdf;
  padding: 0.5em 1em;
}

@media (max-width: 1024px) {
  #header.navbar .navbar-brand {
    width: 14em;
  }
  #header.navbar .dropdown-menu {
    background: radial-gradient(100% 100% at 0% 0%, #39a2ae 0%, #128d9b 100%);
  }
  #header.navbar .dropdown-menu:hover {
    background: radial-gradient(100% 100% at 0% 0%, #39a2ae 0%, #128d9b 100%) !important;
  }
  #header .navbar-collapse {
    min-width: 400px;
    margin: 1rem -1rem -13px -1rem;
    background: radial-gradient(100% 100% at 0% 0%, #39a2ae 0%, #128d9b 100%);
  }
  #header .navbar-collapse .navbar-nav {
    margin-bottom: 12px;
  }
  #header .navbar-collapse .navbar-nav li {
    margin-bottom: -0.5em;
  }
  #header .navbar-collapse .navbar-nav li a {
    padding: 0.5em 1em !important;
    color: #FFFFFF !important;
  }
  #header .navbar-collapse .navbar-nav li a.active {
    color: #FFFFFF !important;
  }
  #header .navbar-collapse .navbar-nav .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.05);
    border: none;
    padding: 0 !important;
  }
  #header .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:focus {
    background-color: rgba(0, 0, 0, 0.05);
    color: #FFFFFF !important;
  }
  #header .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #39a2ae !important;
  }
}

@media (min-width: 1200px) {
  #header.navbar {
    padding: 0.5em 4em;
  }
  #header .dropdown .dropdown-menu {
    opacity: 0;
    display: block;
    visibility: hidden;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  #header .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 576px) {
  #header.navbar .navbar-brand {
    width: 10em;
    height: 3em;
  }
  #header.navbar .navbar-brand img {
    position: absolute;
    top: 7px;
    left: 0;
  }
  #header.navbar .navbar-collapse .navbar-nav li a {
    padding: 0.5em 1em !important;
    color: #fff;
  }
  #header.navbar.dropdown-toggle {
    position: relative;
    padding-right: 1.75em;
  }
  #header.navbar.dropdown-toggle::after {
    top: 1em;
    border: none !important;
  }
}

@media (max-width: 384px) {
  #header.navbar .navbar-brand {
    width: 8em !important;
    height: 2.5em !important;
  }
  #header.navbar .navbar-toggler i.bi-list {
    font-size: 0.9em;
  }
}

#hero-slider {
  position: relative;
  background: radial-gradient(71.41% 265.05% at 73.41% 64.57%, white 14%, #f1f7f4 55%, #f0f7f4 100%);
  margin-bottom: -4px;
}

@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -20vw 0;
  }
  100% {
    background-position: 0px 0;
  }
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -20vw 0;
  }
  100% {
    background-position: 0px 0;
  }
}

#hero-slider .logo-pattern {
  position: absolute;
  width: 40%;
  left: 5em;
  bottom: 0em;
  z-index: 0;
}

#hero-slider .sky-bg {
  background: radial-gradient(100% 100% at 0% 0%, #39A2AE 0%, #128D9B 100%);
}

@media (min-width: 1200px) {
  #hero-slider {
    padding: 0 0 0 4em;
  }
}

#hero-slider .left-block .section-heading {
  padding: 1em 0em;
}

#hero-slider .left-block .section-heading .heading {
  font-size: 2.5em;
  line-height: 1.3;
  letter-spacing: 0.5px;
  margin-bottom: 0.35em;
  color: #9F2042;
}

#hero-slider .left-block .section-heading .description {
  font-size: 1.25em;
  line-height: 1.7;
  letter-spacing: 0.5px;
  margin-bottom: 2em;
}

@media (min-width: 0px) and (max-width: 767px) {
  #hero-slider .left-block {
    padding-top: 2.5em;
  }
  #hero-slider .left-block .section-heading {
    max-width: 600px;
    padding: 0 1.5em;
  }
  #hero-slider .left-block .section-heading .heading {
    font-size: 1.8em;
  }
  #hero-slider .left-block .section-heading .description {
    font-size: 1.15em;
    line-height: 1.4;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  #hero-slider .left-block .section-heading {
    padding: 10% 1em 1em;
  }
  #hero-slider .left-block .section-heading .heading {
    font-size: 2em;
  }
  #hero-slider .left-block .section-heading .description {
    font-size: 1em;
  }
}

@media (max-width: 1024px) {
  #hero-slider {
    padding-top: 4em;
  }
  #hero-slider .overall img.logo-pattern {
    left: 2em !important;
    width: 56%;
  }
}

@media (max-width: 768px) {
  #hero-slider .overall img.logo-pattern {
    display: none;
  }
}

#about {
  padding: 3em 0em 5em;
  background: url(../img/aboutbg.webp) no-repeat;
  background-position: center;
  background-size: cover;
}

#about .section-heading .heading {
  font-family: "FreightSansPro", sans-serif;
  font-weight: 300;
  font-size: 2.5em;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: center;
  color: #39A2AE;
  margin-bottom: 1em;
}

#about .image img {
  position: absolute;
  top: 2em;
}

#about .content h3 {
  margin-top: 0.5em !important;
  font-size: 1.75em;
}

#about .content .description {
  font-family: "FreightSansPro", sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #333333;
  margin-bottom: 0.5em;
}

#about .content .bold {
  color: #9F2042;
}

#about .clients div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#about .clients div img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#about .image {
  position: relative;
  max-width: 100%;
  padding-top: 64.25%;
}

#about .image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}

@media (min-width: 568px) and (max-width: 991px) {
  #about {
    padding: 2em 0em 0em;
  }
  #about .row {
    margin-top: 1.5em;
    padding: 0 1.4em;
    margin-bottom: 2em;
  }
  #about .section-heading .heading {
    font-size: 2.15em;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 0em;
  }
  #about .content .description {
    padding: 0.25em 0;
    margin-bottom: 0.5em;
  }
  #about .content .quote-btn {
    margin-bottom: 1em;
  }
  #about .content a.case-btn1 {
    padding: 1em !important;
    font-size: 0.9em !important;
  }
  #about .image {
    margin-bottom: 2.5em;
  }
  #about .image {
    position: relative;
    max-width: 100%;
    padding-top: 67%;
  }
  #about .image img {
    position: absolute;
    height: 100%;
  }
}

@media (max-width: 1024px) {
  #about {
    margin-top: -4px !important;
  }
}

@media (max-width: 576px) {
  #about {
    padding: 3em 1.35em 2em;
  }
  #about .section-heading .heading {
    font-size: 1.35em;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 0;
  }
  #about .content .description {
    font-size: 1.1em;
    line-height: 1.4;
    letter-spacing: 0.5px;
    margin-bottom: 0.5em;
  }
}

#services {
  padding: 0em 0em 5em;
  background-image: url(../img/servicesbg.webp);
  background-size: cover;
}

#services .container-fluid {
  padding-left: 2em;
  padding-right: 2em;
}

#services .each-service-row {
  position: relative;
  z-index: 1;
  padding: 1em 0;
}

#services .each-service-row .content.right-service-gap {
  padding-left: 3em;
}

@media (max-width: 991px) {
  #services .each-service-row .content {
    margin-top: -3em;
  }
  #services .each-service-row .content.right-service-gap {
    padding-left: 0;
  }
}

#services .each-service-row .content article .icon {
  position: relative;
  margin-bottom: 15px;
  z-index: 1;
  max-height: 12.5em;
}

#services .each-service-row .content article .title {
  font-size: 1.75em;
  color: #9F2042;
  font-weight: 500;
  margin-bottom: 15px;
}

#services .each-service-row .content article p {
  line-height: 1.5;
  font-size: 1.2em;
  color: #000000;
}

#services .each-service-row .service-image {
  display: table;
  margin: 0 auto;
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 93%;
}

#services .each-service-row .service-image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#services .each-service-row .service-line-1 {
  position: absolute;
  bottom: -70px;
  left: 47%;
  z-index: -1;
}

#services .each-service-row .service-line-2 {
  position: absolute;
  bottom: -138px;
  left: 44%;
  z-index: -1;
}

#services .each-service-row .service-line-3 {
  position: absolute;
  bottom: -160px;
  left: 48%;
  z-index: -1;
}

#services .section-heading {
  text-align: center;
  margin-bottom: 2em;
}

#services .section-heading .caption {
  font-family: "FreightSansPro", sans-serif;
  font-weight: 300;
  font-size: 1.25em;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: center;
  color: #000000;
}

#services .section-heading .title {
  font-family: "FreightSansPro", sans-serif;
  font-weight: 300;
  font-size: 2.5em;
  line-height: 1.4;
  letter-spacing: 1px;
}

#services .slick-list.grab {
  cursor: -webkit-grab;
  cursor: grab;
}

#services .services-slider .each-block {
  background-color: #FFFFFF;
  gap: 1em;
  margin: 0 0 1.5em;
  padding: 0.75em;
  border-radius: 5px;
  border: 1px solid #efefef;
}

@media (max-width: 576px) {
  #services .services-slider .each-block {
    display: block;
  }
  #services .services-slider .each-block .image {
    position: relative;
    max-width: 250px;
    margin-bottom: 1em;
  }
}

@media (min-width: 577px) {
  #services .services-slider .each-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 150px auto;
        grid-template-columns: 150px auto;
  }
}

#services .services-slider .each-block .icon {
  display: none;
}

#services .services-slider .each-block:hover {
  background-color: #FFFFFF;
}

#services .services-slider .each-block:hover .icon {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  margin: auto;
}

#services .services-slider .each-block:hover .content .title {
  color: #39A2AE;
}

#services .services-slider .each-block .image .img {
  width: 100%;
  border-radius: 5px;
}

#services .services-slider .each-block .content .title {
  font-family: "FreightSansPro", sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #333333;
  height: 2.3em;
  margin: 0;
}

#services .services-slider .each-block .content .description {
  font-family: "FreightSansPro", sans-serif;
  font-weight: 400;
  font-size: 1.15em;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #4F4F4F;
  margin-bottom: 0;
}

#services .services-slider .slick-arrow {
  float: right;
  bottom: -5%;
  top: auto;
}

#services .services-slider .slick-prev {
  left: auto;
  right: 100px;
}

#services .services-slider .slick-prev::before {
  content: url("../img/icons/arrow-2.svg");
  bottom: -3em;
}

#services .services-slider .slick-next {
  right: 40px;
}

#services .services-slider .slick-next::before {
  content: url("../img/icons/arrow-1.svg");
  bottom: -3em;
}

@media (min-width: 0px) and (max-width: 1024px) {
  #services {
    padding: 1em 0em 2em;
  }
  #services .each-service-row {
    position: relative;
    z-index: 1;
  }
  #services .section-heading .caption {
    line-height: 1;
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0.5px;
  }
  #services .section-heading .title {
    font-size: 2.15em;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 0em;
  }
  #services .icon {
    position: relative;
  }
  #services .services-slider .each-block {
    margin: 1em 0.25em;
    padding: 1em;
  }
  #services .services-slider .each-block .content .title {
    font-size: 1.3em;
  }
  #services .services-slider .each-block .content .description {
    font-size: 1.1em;
  }
  #services .service-image {
    position: relative;
  }
  #services .service-image img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}

@media (max-width: 624px) {
  #services .section-heading .title {
    font-size: 1.8em;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 0;
  }
  #services .each-service-row .service-image img {
    margin-left: auto;
    margin-right: auto;
  }
}

#get-in-touch {
  background-color: #000000;
  background-image: url(../img/path.svg);
}

#get-in-touch .path {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#get-in-touch .content {
  padding-left: 4em !important;
}

#get-in-touch .content .caption {
  font-family: "FreightSansPro", sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: uppercase;
  color: #FFFFFF;
}

#get-in-touch .content .title {
  font-family: "FreightSansPro", sans-serif;
  font-weight: 300;
  font-size: 2.15em;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #FFFFFF;
  margin-bottom: 0.7em;
}

#get-in-touch .content .mini-title {
  font-size: 1.3em;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #F0F7F4;
  margin-bottom: 2em;
}

#get-in-touch .content a.contact-btn {
  color: #fff;
}

#get-in-touch .image {
  position: relative;
  width: 100%;
  padding-top: 47.8%;
}

#get-in-touch .image img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

@media (min-width: 0px) and (max-width: 767px) {
  #get-in-touch {
    padding: 0em 0 0;
  }
  #get-in-touch .container {
    position: relative;
  }
  #get-in-touch .row image {
    padding-top: 50% !important;
  }
  #get-in-touch .image {
    padding-top: 1.5em;
  }
  #get-in-touch .image .img {
    width: 100%;
    margin-top: 2em;
  }
  #get-in-touch .content .mini-title {
    font-size: 1.1em;
    line-height: 1.5;
    letter-spacing: 1px;
  }
}

@media (max-width: 1024px) {
  #get-in-touch .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
  }
  #get-in-touch .row .content {
    padding: 2em !important;
  }
  #get-in-touch .row .image {
    padding-top: 63.7% !important;
  }
}

@media (max-width: 567px) {
  #get-in-touch .content .caption {
    margin-bottom: 0;
  }
  #get-in-touch .content .title {
    font-family: "FreightSansPro", sans-serif;
    font-weight: 300;
    font-size: 1.8em;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin-bottom: 0.7em;
  }
}

@media (max-width: 768px) {
  #get-in-touch .row .content {
    padding: 2em !important;
  }
  #get-in-touch .row .image {
    padding-top: 50% !important;
  }
}

@media (min-width: 1200px) {
  #get-in-touch .content {
    padding-left: 4em;
  }
}

#why-us {
  padding: 8em 0em 5em;
  overflow: hidden;
  position: relative;
}

#why-us .shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#why-us .shapes .img1 {
  top: 0em;
  width: 21em;
}

#why-us .shapes .img2 {
  right: 0em;
  top: 2em;
  width: 10em;
}

#why-us .section-heading p {
  font-size: 1.2em;
  line-height: 1.5;
  letter-spacing: 0.1px;
}

#why-us .section-heading p.caption {
  font-family: "FreightSansPro", sans-serif;
  font-size: 1em;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
}

#why-us .section-heading .heading {
  font-family: "FreightSansPro", sans-serif;
  font-weight: 300;
  font-size: 2.5em;
  line-height: 1.35;
  letter-spacing: 1px;
  color: #9F2042;
  margin-bottom: 0.7em;
}

#why-us .section-heading .description {
  font-family: "FreightSansPro", sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #000000;
  margin-bottom: 2em;
}

#why-us .section-heading .quote {
  font-family: "FreightSansPro", sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.3;
  color: #000000;
}

#why-us .services-list li {
  font-size: 1.35em;
  line-height: 1.6;
  letter-spacing: 0.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

#why-us .services-list li i {
  color: #39A2AE;
}

#why-us .services-list li img {
  max-width: 60px;
}

#why-us .each-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px auto;
      grid-template-columns: 40px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 1.25em;
          column-gap: 1.25em;
  background: #FFFAFB;
  border: 1px solid rgba(159, 32, 66, 0.05);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 1em;
  margin-bottom: 1em;
}

#why-us .each-block i {
  font-size: 1.75em;
  color: #9F2042;
}

#why-us .each-block .icon-block {
  position: relative;
  width: 100%;
  padding-top: 47.8%;
}

#why-us .each-block .icon-block img {
  position: absolute;
  top: -10px;
  left: 0;
}

#why-us .each-block .content .title {
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.3;
  letter-spacing: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
}

#why-us .each-block .content strong {
  color: #9F2042;
}

#why-us .each-block .content .txt1 {
  color: #39A2AE;
}

#why-us .each-block:nth-child(even) {
  background: rgba(240, 247, 244, 0.5);
  border: 1px solid rgba(57, 162, 174, 0.15);
}

#why-us .each-block-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px auto;
      grid-template-columns: 40px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  background: rgba(240, 247, 244, 0.5);
  border: 1px solid rgba(57, 162, 174, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 1em;
  margin-bottom: 1em;
}

#why-us .each-block-1 i {
  font-size: 1.75em;
  color: #39A2AE;
}

#why-us .each-block-1 .icon-block {
  position: relative;
  width: 100%;
  padding-top: 47.8%;
}

#why-us .each-block-1 .icon-block img {
  position: absolute;
  top: -10px;
  left: 0;
}

#why-us .each-block-1 .content .title {
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #000000;
}

#why-us .each-block-1 .content strong {
  color: #9F2042;
}

#why-us .caption p {
  font-family: "FreightSansPro", sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.4;
  letter-spacing: 0px;
  text-align: center;
  color: #333333;
  margin-top: 2.5em;
}

@media (min-width: 0px) and (max-width: 991px) {
  #why-us {
    padding: 5em 0em 3em;
  }
  #why-us .shapes .img2 {
    display: none;
  }
  #why-us .section-heading .heading {
    font-size: 1.75em;
  }
  #why-us .section-heading p {
    font-size: 1.2em;
  }
  #why-us .section-heading .description {
    font-size: 1.2em;
  }
  #why-us .section-heading .quote {
    font-size: 1.2em;
    margin-bottom: 1em;
  }
  #why-us .right-block .content .title {
    font-size: 1.25em;
  }
}

@media (max-width: 576px) {
  #why-us .row .right-block {
    padding: 0 1.5em;
  }
  #why-us .row .right-block .each-block {
    width: 100%;
  }
  #why-us .row .right-block .each-block-1 {
    width: 100%;
  }
}

@media (max-width: 512px) {
  #why-us .right-block {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media (max-width: 1200px) {
  #why-us {
    padding: 4em 0em 3em;
  }
  #why-us .section-heading {
    padding: 0 1.25em;
  }
  #why-us .right-block {
    padding: 0 1.5em;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 1em;
            column-gap: 1em;
  }
}

@media (min-width: 1200px) {
  #why-us {
    padding-left: 4em;
    padding-right: 4em;
  }
}

#works {
  padding: 5em 0em 0em;
  background-color: #0D2D31;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #0D2D31), color-stop(25%, #F4F5F5));
  background: linear-gradient(to bottom, #0D2D31 75%, #F4F5F5 25%);
}

#works .shape1 {
  top: 15em;
  left: 2em;
}

#works .shape2 {
  top: -5em;
  left: 5em;
}

#works .shape3 {
  top: -5em;
  left: 8em;
}

#works .shape4 {
  top: -5em;
  left: 11em;
}

#works .shape5 {
  top: 8em;
  left: 14em;
}

#works .shape6 {
  top: 5em;
  right: 12em;
}

#works .shape7 {
  top: -5em;
  right: 10em;
}

#works .shape8 {
  top: -5em;
  right: 8em;
}

#works .shape9 {
  top: -5em;
  right: 5em;
}

#works .shape10 {
  top: 15em;
  right: 6em;
}

#works .section-heading .heading {
  font-size: 2.5em;
  letter-spacing: 1px;
}

#works #works-tab {
  background-color: #F0F7F4;
}

#works #works-tab .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#works #works-tab .nav-item .nav-link img {
  height: 65px;
}

#works #works-tab .nav-item .active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  margin-left: 10%;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 20px;
}

@media (min-width: 0px) and (max-width: 800px) {
  #works {
    padding: 1em;
  }
  #works .section-heading .heading {
    font-size: 1.8em;
    margin-bottom: 0em;
  }
}

@media (min-width: 1200px) {
  #works {
    padding-left: 4em;
    padding-right: 4em;
  }
}

#progress {
  padding: 1em 0em 3em;
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), color-stop(14.58%, #f7f7f7), to(#f9f9f9));
  background: linear-gradient(180deg, #f4f5f5 0%, #f7f7f7 14.58%, #f9f9f9 100%);
}

#progress .section-heading .heading {
  font-size: 3em;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 0.2em;
}

#progress .section-heading .description {
  color: #828282;
  font-size: 1.25em;
  line-height: 1.5;
  letter-spacing: 0px;
  margin-bottom: 1.5em;
}

#progress .section-heading .buttons {
  margin-top: 1em;
}

#progress .section-heading .buttons a {
  display: inline-block;
  margin-right: 1em;
}

#progress .section-heading .buttons a + a {
  margin-top: 0.5em;
}

#progress .line {
  width: 2px;
  height: 5em;
  background-color: gray;
  margin-top: 0.5em;
}

#progress .text {
  font-family: "FreightSansPro", sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  padding-left: 0.7em;
}

#progress .text .txt-color {
  font-size: 0.7em;
}

#progress .progress-blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-column-gap: 2em;
  margin-top: 2em;
}

#progress .progress-blocks .each-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 90px 90px;
      grid-template-columns: auto 90px 90px;
  grid-column-gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 0;
}

@media (min-width: 768px) {
  #progress .progress-blocks .each-block.border-md-left:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -0.5em;
    width: 1px;
    background-color: #dddddd;
  }
}

#progress .progress-blocks .each-block .circle-progress .number1 {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.15em;
}

#progress .website-stat {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1.5em;
  -ms-grid-columns: 1fr 1fr 0.5fr 0.5fr;
      grid-template-columns: 1fr 1fr 0.5fr 0.5fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#progress .website-stat .custom-block {
  -ms-grid-columns: 20px auto;
      grid-template-columns: 20px auto;
  -webkit-box-align: center;
}

#progress .website-stat .custom-block .number {
  display: block;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 2.15em;
}

#progress .website-stat .custom-block .number1 {
  display: block;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.75em;
  line-height: 1;
}

#progress .website-stat .custom-block .text {
  font-size: 1.14em !important;
  font-family: "FreightSansPro", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

@media (min-width: 0px) and (max-width: 768px) {
  #progress .section-heading .heading {
    font-size: 2em;
  }
  #progress .section-heading .description {
    font-size: 1.2em;
    line-height: 1.5;
    letter-spacing: 0px;
    margin-bottom: 1.5em;
  }
  #progress .card {
    margin-top: 1em;
  }
  #progress .progress-blocks {
    margin-top: 1em;
    display: block;
  }
  #progress .progress-blocks .each-block:nth-child(1) {
    border-right: none;
    margin-bottom: 1em;
  }
  #progress .text {
    margin: 0 auto;
  }
  #progress .custom-block .text {
    margin-bottom: 0.5em;
    text-align: left;
    margin: initial;
  }
  #progress .website-stat {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 1.5em;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  #progress .website-stat .custom-block .number1 {
    display: inline-block;
  }
  #progress .website-stat .custom-block .text .description {
    font-size: 0.85em;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  #progress .card .text {
    font-size: 1em;
    padding-top: 1em;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  #progress .card .text {
    font-size: 1em;
    padding-top: 1em;
  }
  #progress .buttons {
    display: inline-table;
  }
}

@media (min-width: 1200px) {
  #progress {
    padding-left: 4em;
    padding-right: 4em;
  }
}

#get-quote {
  background: #000000;
  overflow: hidden;
  position: relative;
}

#get-quote .block-image img {
  max-width: 100%;
  height: auto;
}

#get-quote .inner-wrap {
  position: relative;
  z-index: 1;
  padding: 5em 4em;
}

#get-quote .section-heading {
  padding-bottom: 1.5em;
}

#get-quote .section-heading .heading {
  font-size: 2.5em;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #FFFFFF;
  margin-bottom: 0.25em;
}

#get-quote .section-heading .description {
  font-size: 1.15em;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  mix-blend-mode: normal;
  margin-bottom: 1.5em;
  font-family: "FreightSansPro", sans-serif;
  font-weight: 400;
}

#get-quote #main-contact-form input {
  height: calc(2.4em + 0.5rem + 2px);
}

#get-quote #main-contact-form .error-class {
  color: #fa5656;
  position: absolute;
  padding-top: 5px;
}

#get-quote #main-contact-form textarea {
  color: #FFFFFF;
}

#get-quote #main-contact-form .form-group {
  margin-bottom: 1.5em;
}

#get-quote #main-contact-form .form-group .form-control {
  background: none;
  border: 1px solid #DBDEE7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0em;
  color: #FFFFFF;
  font-size: 1.2em;
  line-height: 1;
  letter-spacing: 0.5px;
}

#get-quote #main-contact-form .form-group .form-control:focus {
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
}

#get-quote #main-contact-form .form-group .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

#get-quote #main-contact-form .form-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

#get-quote #main-contact-form .form-group .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

#get-quote #main-contact-form .form-group .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

#get-quote #main-contact-form .btn-submit {
  background-color: #9F2042;
  border: none;
  border-radius: 2px;
  letter-spacing: 3px;
  color: #FFFFFF;
  margin-top: 1em;
  width: 100%;
  font-size: 1em;
  padding: 1em 0.5em;
}

#get-quote .block-image {
  height: 100%;
  position: relative;
}

#get-quote .block-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  height: inherit;
  width: 100%;
  position: absolute;
}

@media (min-width: 0px) and (max-width: 991px) {
  #get-quote .inner-wrap {
    padding: 3em 2em;
  }
  #get-quote .inner-wrap .section-heading {
    padding: 0em;
  }
  #get-quote .inner-wrap .section-heading .heading {
    font-size: 2.15em;
    line-height: 1.2;
    letter-spacing: 1px;
  }
  #get-quote .inner-wrap .section-heading .description {
    font-size: 1.1em;
  }
  #get-quote .block-image {
    position: absolute;
    opacity: 0.2;
    height: 100%;
    width: 100%;
    z-index: 0;
  }
}

@media (max-width: 576px) {
  #get-quote .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  #get-quote .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  #get-quote .inner-wrap {
    padding-right: 4em;
  }
}

@media (max-width: 1024px) {
  #get-quote .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

.rect-auto, .c100.p51 .slice, .c100.p52 .slice, .c100.p53 .slice, .c100.p54 .slice, .c100.p55 .slice, .c100.p56 .slice, .c100.p57 .slice, .c100.p58 .slice, .c100.p59 .slice, .c100.p60 .slice, .c100.p61 .slice, .c100.p62 .slice, .c100.p63 .slice, .c100.p64 .slice, .c100.p65 .slice, .c100.p66 .slice, .c100.p67 .slice, .c100.p68 .slice, .c100.p69 .slice, .c100.p70 .slice, .c100.p71 .slice, .c100.p72 .slice, .c100.p73 .slice, .c100.p74 .slice, .c100.p75 .slice, .c100.p76 .slice, .c100.p77 .slice, .c100.p78 .slice, .c100.p79 .slice, .c100.p80 .slice, .c100.p81 .slice, .c100.p82 .slice, .c100.p83 .slice, .c100.p84 .slice, .c100.p85 .slice, .c100.p86 .slice, .c100.p87 .slice, .c100.p88 .slice, .c100.p89 .slice, .c100.p90 .slice, .c100.p91 .slice, .c100.p92 .slice, .c100.p93 .slice, .c100.p94 .slice, .c100.p95 .slice, .c100.p96 .slice, .c100.p97 .slice, .c100.p98 .slice, .c100.p99 .slice, .c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}

.pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill {
  position: absolute;
  border: 0.08em solid #307bbb;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.pie-fill, .c100.p51.bar:after, .c100.p51 .fill, .c100.p52.bar:after, .c100.p52 .fill, .c100.p53.bar:after, .c100.p53 .fill, .c100.p54.bar:after, .c100.p54 .fill, .c100.p55.bar:after, .c100.p55 .fill, .c100.p56.bar:after, .c100.p56 .fill, .c100.p57.bar:after, .c100.p57 .fill, .c100.p58.bar:after, .c100.p58 .fill, .c100.p59.bar:after, .c100.p59 .fill, .c100.p60.bar:after, .c100.p60 .fill, .c100.p61.bar:after, .c100.p61 .fill, .c100.p62.bar:after, .c100.p62 .fill, .c100.p63.bar:after, .c100.p63 .fill, .c100.p64.bar:after, .c100.p64 .fill, .c100.p65.bar:after, .c100.p65 .fill, .c100.p66.bar:after, .c100.p66 .fill, .c100.p67.bar:after, .c100.p67 .fill, .c100.p68.bar:after, .c100.p68 .fill, .c100.p69.bar:after, .c100.p69 .fill, .c100.p70.bar:after, .c100.p70 .fill, .c100.p71.bar:after, .c100.p71 .fill, .c100.p72.bar:after, .c100.p72 .fill, .c100.p73.bar:after, .c100.p73 .fill, .c100.p74.bar:after, .c100.p74 .fill, .c100.p75.bar:after, .c100.p75 .fill, .c100.p76.bar:after, .c100.p76 .fill, .c100.p77.bar:after, .c100.p77 .fill, .c100.p78.bar:after, .c100.p78 .fill, .c100.p79.bar:after, .c100.p79 .fill, .c100.p80.bar:after, .c100.p80 .fill, .c100.p81.bar:after, .c100.p81 .fill, .c100.p82.bar:after, .c100.p82 .fill, .c100.p83.bar:after, .c100.p83 .fill, .c100.p84.bar:after, .c100.p84 .fill, .c100.p85.bar:after, .c100.p85 .fill, .c100.p86.bar:after, .c100.p86 .fill, .c100.p87.bar:after, .c100.p87 .fill, .c100.p88.bar:after, .c100.p88 .fill, .c100.p89.bar:after, .c100.p89 .fill, .c100.p90.bar:after, .c100.p90 .fill, .c100.p91.bar:after, .c100.p91 .fill, .c100.p92.bar:after, .c100.p92 .fill, .c100.p93.bar:after, .c100.p93 .fill, .c100.p94.bar:after, .c100.p94 .fill, .c100.p95.bar:after, .c100.p95 .fill, .c100.p96.bar:after, .c100.p96 .fill, .c100.p97.bar:after, .c100.p97 .fill, .c100.p98.bar:after, .c100.p98 .fill, .c100.p99.bar:after, .c100.p99 .fill, .c100.p100.bar:after, .c100.p100 .fill {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  float: left;
  margin: 0 0.1em 0.1em 0;
  background-color: #ccc;
}

.c100 *,
.c100 *:before,
.c100 *:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.c100.center {
  float: none;
  margin: 0 auto;
}

.c100.big {
  font-size: 240px;
}

.c100.small {
  font-size: 80px;
}

.c100 > .description {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 5em;
  height: 5em;
  font-size: 0.2em;
  color: #333333;
  line-height: 1.2;
  padding-top: 20px;
  text-align: center;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: #f5f5f5;
  width: 0.84em;
  height: 0.84em;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}

.c100.p1 .bar {
  -webkit-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}

.c100.p2 .bar {
  -webkit-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}

.c100.p3 .bar {
  -webkit-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}

.c100.p4 .bar {
  -webkit-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}

.c100.p5 .bar {
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
}

.c100.p6 .bar {
  -webkit-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}

.c100.p7 .bar {
  -webkit-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}

.c100.p8 .bar {
  -webkit-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}

.c100.p9 .bar {
  -webkit-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}

.c100.p10 .bar {
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
}

.c100.p11 .bar {
  -webkit-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}

.c100.p12 .bar {
  -webkit-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}

.c100.p13 .bar {
  -webkit-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}

.c100.p14 .bar {
  -webkit-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}

.c100.p15 .bar {
  -webkit-transform: rotate(54deg);
  transform: rotate(54deg);
}

.c100.p16 .bar {
  -webkit-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}

.c100.p17 .bar {
  -webkit-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}

.c100.p18 .bar {
  -webkit-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}

.c100.p19 .bar {
  -webkit-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}

.c100.p20 .bar {
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
}

.c100.p21 .bar {
  -webkit-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}

.c100.p22 .bar {
  -webkit-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}

.c100.p23 .bar {
  -webkit-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}

.c100.p24 .bar {
  -webkit-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}

.c100.p25 .bar {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c100.p26 .bar {
  -webkit-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}

.c100.p27 .bar {
  -webkit-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}

.c100.p28 .bar {
  -webkit-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}

.c100.p29 .bar {
  -webkit-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}

.c100.p30 .bar {
  -webkit-transform: rotate(108deg);
  transform: rotate(108deg);
}

.c100.p31 .bar {
  -webkit-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}

.c100.p32 .bar {
  -webkit-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}

.c100.p33 .bar {
  -webkit-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}

.c100.p34 .bar {
  -webkit-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}

.c100.p35 .bar {
  -webkit-transform: rotate(126deg);
  transform: rotate(126deg);
}

.c100.p36 .bar {
  -webkit-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}

.c100.p37 .bar {
  -webkit-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}

.c100.p38 .bar {
  -webkit-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}

.c100.p39 .bar {
  -webkit-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}

.c100.p40 .bar {
  -webkit-transform: rotate(144deg);
  transform: rotate(144deg);
}

.c100.p41 .bar {
  -webkit-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}

.c100.p42 .bar {
  -webkit-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}

.c100.p43 .bar {
  -webkit-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}

.c100.p44 .bar {
  -webkit-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}

.c100.p45 .bar {
  -webkit-transform: rotate(162deg);
  transform: rotate(162deg);
}

.c100.p46 .bar {
  -webkit-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}

.c100.p47 .bar {
  -webkit-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}

.c100.p48 .bar {
  -webkit-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}

.c100.p49 .bar {
  -webkit-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}

.c100.p50 .bar {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c100.p51 .bar {
  -webkit-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}

.c100.p52 .bar {
  -webkit-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}

.c100.p53 .bar {
  -webkit-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}

.c100.p54 .bar {
  -webkit-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}

.c100.p55 .bar {
  -webkit-transform: rotate(198deg);
  transform: rotate(198deg);
}

.c100.p56 .bar {
  -webkit-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}

.c100.p57 .bar {
  -webkit-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}

.c100.p58 .bar {
  -webkit-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}

.c100.p59 .bar {
  -webkit-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}

.c100.p60 .bar {
  -webkit-transform: rotate(216deg);
  transform: rotate(216deg);
}

.c100.p61 .bar {
  -webkit-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}

.c100.p62 .bar {
  -webkit-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}

.c100.p63 .bar {
  -webkit-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}

.c100.p64 .bar {
  -webkit-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}

.c100.p65 .bar {
  -webkit-transform: rotate(234deg);
  transform: rotate(234deg);
}

.c100.p66 .bar {
  -webkit-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}

.c100.p67 .bar {
  -webkit-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}

.c100.p68 .bar {
  -webkit-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}

.c100.p69 .bar {
  -webkit-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}

.c100.p70 .bar {
  -webkit-transform: rotate(252deg);
  transform: rotate(252deg);
}

.c100.p71 .bar {
  -webkit-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}

.c100.p72 .bar {
  -webkit-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}

.c100.p73 .bar {
  -webkit-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}

.c100.p74 .bar {
  -webkit-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}

.c100.p75 .bar {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.c100.p76 .bar {
  -webkit-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}

.c100.p77 .bar {
  -webkit-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}

.c100.p78 .bar {
  -webkit-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}

.c100.p79 .bar {
  -webkit-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}

.c100.p80 .bar {
  -webkit-transform: rotate(288deg);
  transform: rotate(288deg);
}

.c100.p81 .bar {
  -webkit-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}

.c100.p82 .bar {
  -webkit-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}

.c100.p83 .bar {
  -webkit-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}

.c100.p84 .bar {
  -webkit-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}

.c100.p85 .bar {
  -webkit-transform: rotate(306deg);
  transform: rotate(306deg);
}

.c100.p86 .bar {
  -webkit-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}

.c100.p87 .bar {
  -webkit-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}

.c100.p88 .bar {
  -webkit-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}

.c100.p89 .bar {
  -webkit-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}

.c100.p90 .bar {
  -webkit-transform: rotate(324deg);
  transform: rotate(324deg);
}

.c100.p91 .bar {
  -webkit-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}

.c100.p92 .bar {
  -webkit-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}

.c100.p93 .bar {
  -webkit-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}

.c100.p94 .bar {
  -webkit-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}

.c100.p95 .bar {
  -webkit-transform: rotate(342deg);
  transform: rotate(342deg);
}

.c100.p96 .bar {
  -webkit-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}

.c100.p97 .bar {
  -webkit-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}

.c100.p98 .bar {
  -webkit-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}

.c100.p99 .bar {
  -webkit-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}

.c100.p100 .bar {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.c100:hover {
  cursor: default;
}

.c100:hover > span {
  width: 3.33em;
  line-height: 3.33em;
  font-size: 0.3em;
  color: #307bbb;
}

.c100:hover:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em;
}

.c100.dark {
  background-color: #777;
}

.c100.dark .bar,
.c100.dark .fill {
  border-color: #2d7c42 !important;
}

.c100.dark > span {
  color: #777;
}

.c100.dark:after {
  background-color: #666;
}

.c100.dark:hover > span {
  color: #2d7c42;
}

.c100.green .bar,
.c100.green .fill {
  border-color: #34a853 !important;
}

.c100.green:hover > span {
  color: #34a853;
}

.c100.green.dark .bar,
.c100.green.dark .fill {
  border-color: #298642 !important;
}

.c100.green.dark:hover > span {
  color: #298642;
}

#footer {
  padding: 4em 0em 2em;
  background: #F0F7F4;
}

#footer .footer-logo {
  position: relative;
  padding-top: 5%;
}

#footer .footer-logo img {
  position: absolute;
  top: 0;
  left: 0;
}

#footer .description {
  font-family: "FreightSansPro", sans-serif;
  font-weight: 400;
  font-size: 1.05em;
  line-height: 1.3;
  letter-spacing: 0.5px;
  color: #000000;
}

#footer .content .title {
  font-size: 1.5em;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #000000;
}

#footer .content .address {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1.15em;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #000000;
}

#footer .content .mail {
  color: #000000;
}

#footer .copy-right {
  padding: 2.5em 0em 0em;
}

#footer .copy-right .text .title {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 0.875em;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #000000;
}

#footer .copy-right .social-icons {
  text-align: right;
}

#footer .copy-right .social-icons img {
  width: 1.25em;
}

@media (min-width: 0px) and (max-width: 768px) {
  #footer .footer-logo img {
    width: 16em;
  }
  #footer .description {
    margin: 3em 0em 0em;
    font-size: 1em;
  }
  #footer .content .title {
    font-size: 1.3em;
    line-height: 1;
    letter-spacing: 0px;
    margin-bottom: 0.2em;
  }
  #footer .content .address {
    margin: 0em;
    font-size: 0.9em;
  }
  #footer .copy-right {
    padding-top: 1.5em;
    display: block !important;
  }
  #footer .copy-right .text {
    display: block;
    text-align: center;
    width: 100% !important;
    margin-bottom: 1em;
  }
  #footer .copy-right .social-icons {
    display: block;
    text-align: center;
    width: 100% !important;
  }
}

@media (max-width: 1024px) {
  #footer {
    padding: 3em 2em 2em;
  }
  #footer .footer-logo img {
    width: 16em;
  }
}

@media (max-width: 576px) {
  #footer {
    padding: 5em 1.5em 2em;
  }
  #footer .footer-logo img {
    width: 13em;
  }
}

@media (min-width: 1200px) {
  #footer {
    padding-left: 4em;
    padding-right: 4em;
  }
}

#about-banner {
  position: relative;
}

#about-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  background-color: #00000067;
}

#about-banner .aboutus-banner {
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-height: 14em;
}

#about-banner .aboutus-banner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}

#about-banner .aboutus-banner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#about-banner .aboutus-banner h1 {
  font-size: 3.5em;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  position: absolute;
  top: 36%;
  left: 30%;
  right: 0;
}

#about-banner .aboutus-banner p {
  font-size: 1.125em;
  line-height: 1.6;
  letter-spacing: 1px;
}

.about-banner-header {
  position: relative;
  z-index: 10;
  max-width: 50%;
}

.about-banner-header h1 {
  margin-bottom: 1rem;
}

.about-banner-header h1 span {
  width: auto;
  font-size: 1rem;
}

.about-banner-header p {
  font-size: 1.125em;
  line-height: 1.6;
  letter-spacing: 1px;
}

@media (max-width: 576px) {
  #about-banner {
    background-position: left;
    height: 300px !important;
  }
  #about-banner .about-banner-header {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  #about-banner {
    background-position: left;
    height: 300px;
  }
  #about-banner .about-banner-header {
    max-width: 100% !important;
  }
}

@media (max-width: 1024px) {
  #about-banner {
    background-position: left;
    height: 300px;
  }
  #about-banner .about-banner-header {
    max-width: 100% !important;
  }
}

#about-us-content {
  padding: 5em 0;
  background: url(../img/aboutbg.webp) no-repeat;
  background-position: top left;
  background-size: 100%;
}

#about-us-content .sub-header h2 {
  font-family: "FreightSansPro", sans-serif;
  font-weight: 300;
  font-size: 2.5em;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 3rem;
  color: #128D9B;
}

#about-us-content .inner-wrap {
  margin-bottom: 3em;
}

#about-us-content .inner-wrap .content-block {
  padding: 3em;
}

#about-us-content .inner-wrap .content-block h3 {
  color: #9F2042;
  font-weight: 500;
  margin-bottom: 0.5em;
  font-size: 1.75em;
  line-height: 1.2;
  letter-spacing: 1px;
}

#about-us-content .inner-wrap .content-block p {
  font-size: 1.2em;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #000000;
}

#about-us-content .inner-wrap .content-block-image {
  position: relative;
  padding-top: 74%;
}

#about-us-content .inner-wrap .content-block-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

@media (max-width: 576px) {
  #about-us-content {
    padding: 2em 0 4em;
  }
  #about-us-content .sub-header h2 {
    margin-bottom: 0;
    font-size: 2em;
    line-height: 1.4;
    letter-spacing: 1px;
  }
  #about-us-content .inner-wrap {
    margin-bottom: 0em;
  }
  #about-us-content .inner-wrap .content-block {
    padding: 2em;
  }
  #about-us-content .inner-wrap .content-block h3 {
    font-size: 1.25em;
    line-height: 1.2;
    letter-spacing: 1px;
  }
  #about-us-content .inner-wrap .content-block p {
    font-size: 1em;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}

@media (max-width: 1024px) {
  #about-us-content .inner-wrap .content-block {
    padding: 2em;
  }
  #about-us-content .inner-wrap .content-block-image {
    padding-top: 65%;
  }
  #about-us-content .inner-wrap .content-block-image img {
    padding-left: 1.5em;
    padding-right: 1.5em;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  #about-us-content {
    padding-left: 4em;
    padding-right: 4em;
  }
}

#we-help-you {
  background-image: url(/img/services/banner/it-consulting.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: #F0F7F4;
}

#we-help-you .block {
  margin-right: -60px;
}

#we-help-you .we-help-you-block {
  padding: 10% 8%;
  background-color: #128D9B;
  position: relative;
  margin-top: 5em;
}

#we-help-you .we-help-you-block p {
  font-size: 1em;
  line-height: 1;
  letter-spacing: 1px;
}

#we-help-you .we-help-you-block h2 {
  font-family: "FreightSansPro", sans-serif;
  font-weight: 300;
  font-size: 2.25em;
  line-height: 1.35;
  letter-spacing: 1px;
  color: #FFFFFF;
  margin-bottom: 0.25em;
}

#we-help-you .we-help-you-block p {
  font-size: 1.25em;
  line-height: 1.5;
  letter-spacing: 1px;
}

@media (max-width: 576px) {
  #we-help-you {
    height: 0 !important;
  }
  #we-help-you .block {
    margin-right: 0px;
    padding-left: 0;
    padding-right: 0;
  }
  #we-help-you .we-help-you-block {
    padding: 1.5em;
  }
  #we-help-you .we-help-you-block h2 {
    font-size: 1.5em;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  #we-help-you .we-help-you-block p {
    font-size: 1em;
    line-height: 1.3;
    letter-spacing: 1px;
  }
  #we-help-you .we-help-you-block a.btn {
    padding: 3px 6px;
  }
}

@media (max-width: 448px) {
  #we-help-you {
    height: 35vh;
    background: none;
  }
  #we-help-you .we-help-you-block {
    max-width: 100%;
    margin-top: 0em;
    padding: 1.5em;
  }
  #we-help-you .we-help-you-block h2 {
    font-size: 1.15em;
  }
  #we-help-you .we-help-you-block p {
    font-size: 0.85em;
  }
  #we-help-you .we-help-you-block a {
    font-size: 0.85em;
  }
}

@media (max-width: 864px) {
  #we-help-you {
    height: 38vh;
    background-size: 100% 100%;
  }
  #we-help-you .we-help-you-block {
    margin-bottom: 0;
  }
}

@media (max-width: 324px) {
  #we-help-you {
    margin-bottom: 16em;
  }
}

@media (max-width: 1024px) {
  #we-help-you .we-help-you-block h2 {
    font-size: 1.75em;
    line-height: 1.35;
    letter-spacing: 1px;
  }
}

@media (min-width: 576px) and (max-width: 1023px) {
  #we-help-you {
    height: 40% !important;
  }
}

@media (min-width: 576px) and (max-width: 1024px) {
  #we-help-you .block {
    margin-right: -52px;
  }
}

@media (min-width: 360px) and (max-width: 992px) {
  #we-help-you {
    height: auto !important;
  }
}

#contact-banner {
  position: relative;
}

#contact-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  background-color: #00000067;
}

#contact-banner .contactus-banner {
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-height: 14em;
}

#contact-banner .contactus-banner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}

#contact-banner .contactus-banner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#contact-banner .contactus-banner h1 {
  font-size: 2.5em;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  position: absolute;
  top: 36%;
  left: 30%;
  right: 0;
}

#contact-banner .contactus-banner p {
  font-size: 1.125em;
  line-height: 1.6;
  letter-spacing: 1px;
}

@media (max-width: 576px) {
  #contact-banner {
    height: 16em;
  }
  #contact-banner .contactus-banner {
    margin-top: 3em;
  }
  #contact-banner .contactus-banner h1 {
    font-size: 1.5em;
    line-height: 1.25;
    letter-spacing: 1px;
  }
  #contact-banner .contactus-banner p {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 1px;
  }
}

#contact-detail-block {
  background: #ebebeb;
  padding: 4em 0;
}

#contact-detail-block .contact-address {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px #ccc;
          box-shadow: 0px 2px 4px #ccc;
  padding: 1.5em 2em;
}

#contact-detail-block .contact-address h2 {
  font-size: 2.25em;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 0.5em;
}

#contact-detail-block .contact-address p {
  font-weight: 300;
  font-size: 1em;
  line-height: 1.2;
  letter-spacing: 1px;
}

#contact-detail-block .contact-address .address-item {
  margin-top: 1em;
}

#contact-detail-block .contact-address .address-item p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 1px;
}

#contact-detail-block .contact-address .address-item img {
  width: 35px;
  height: 35px;
}

@media (max-width: 576px) {
  #contact-detail-block .contact-address .address-item p {
    font-size: 0.925em;
    line-height: 1.5;
    letter-spacing: 1px;
  }
}

@media (max-width: 768px) {
  #contact-detail-block {
    padding: 2em 0;
  }
  #contact-detail-block .contact-address h2 {
    font-size: 1.8em !important;
  }
  #contact-detail-block .contact-items {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #contact-detail-block .contact-items p {
    min-width: 200px;
  }
}

@media (min-width: 1200px) {
  #contact-detail-block {
    padding-left: 4em;
    padding-right: 4em;
  }
}

#contact-us-block {
  background-image: url("/img/contact-form.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 2em;
}

#contact-us-block .contact-address img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#contact-us-block .contact-form {
  padding: 3em;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px #ccc;
          box-shadow: 0px 2px 4px #ccc;
}

#contact-us-block .contact-form .contact-wrap form .form-control {
  color: #212529;
  background-color: #ffffff;
  border: 2px solid #efefef;
  border-radius: 0;
}

#contact-us-block .contact-form .contact-wrap form .form-control:focus {
  border: 2px solid #39A2AE;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#contact-us-block .contact-form .contact-wrap form input {
  height: 40px;
}

#contact-us-block .contact-form .contact-wrap form .form-label {
  margin-bottom: 0.15rem;
  color: #7c7c7c;
}

#contact-us-block .contact-form .contact-wrap form span.error-class {
  color: #f00 !important;
}

#contact-us-block .contact-form .contact-wrap button.case-btn {
  padding: 1em 1.5em;
  line-height: 1;
  border-radius: 0;
}

@media (max-width: 1024px) {
  #contact-us-block {
    padding: 2em 0;
    background-size: 100% 100%;
  }
  #contact-us-block .contact-form {
    padding: 2.5em 2em;
  }
}

@media (max-width: 576px) {
  #contact-us-block {
    background-image: none;
    padding: 2em 1em;
    background-color: #f9f9f9;
  }
  #contact-us-block .contact-wrap button.case-btn {
    width: 100%;
    padding: 10px !important;
  }
}

@media (min-width: 1200px) {
  #contact-us-block {
    padding: 4em;
  }
}

#page-banner-mini {
  position: relative;
}

#page-banner-mini .cover {
  position: relative;
  padding-top: 25%;
  width: 100%;
  height: 0;
}

#page-banner-mini .cover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  background: radial-gradient(114.62% 571.31% at 7.49% 6.15%, rgba(255, 255, 255, 0.555) 0%, rgba(255, 255, 255, 0.5) 15%, rgba(0, 95, 89, 0.678) 47.92%, rgba(119, 23, 53, 0.67) 100%);
}

#page-banner-mini .cover img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#page-banner-mini .content {
  color: #ffffff;
  position: absolute;
  top: 50px;
  left: 1em;
  width: 100%;
  height: calc(100% - 50px);
  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;
}

#page-banner-mini .content .inner-wrap {
  text-align: center;
}

#page-banner-mini .content .inner-wrap .ls-1 {
  letter-spacing: 2px;
}

@media (max-width: 576px) {
  #page-banner-mini .content .inner-wrap p {
    font-size: 0.8em;
  }
  #page-banner-mini .content .inner-wrap h1 {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  #page-banner-mini .content .inner-wrap p {
    font-size: 1em;
  }
  #page-banner-mini .content .inner-wrap h1 {
    font-size: 1.5em;
  }
}

@media (max-width: 1024px) {
  #page-banner-mini .cover img {
    height: 30vh;
  }
  #page-banner-mini .content .inner-wrap p {
    font-size: 1em;
  }
  #page-banner-mini .content .inner-wrap h1 {
    font-size: 1.5em;
  }
}

@media (max-width: 1200px) {
  #page-banner-mini .content {
    left: 0em;
  }
}

#services-content {
  position: relative;
  padding: 4em 1em;
  background: url(../img/aboutbg.png) no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 1200px) {
  #services-content {
    padding-left: 4em;
    padding-right: 4em;
  }
}

#services-content h4 {
  font-size: 2em;
  color: #128D9B;
  font-weight: 500;
  margin-bottom: 1em;
  margin-top: 0.5em;
  position: relative;
}

#services-content h4:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #9F2042;
}

#services-content h4:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #39A2AE;
}

#services-content p {
  font-family: "FreightSansPro", sans-serif;
  font-weight: 400;
  font-size: 1.15em;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #333333;
  margin-bottom: 0.5em;
}

#services-content .block-image {
  position: relative;
  padding-top: 75%;
}

#services-content .block-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

@media (max-width: 576px) {
  #services-content {
    padding: 1.5em 1em;
  }
  #services-content .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #services-content .col-sm-12 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  #services-content .col-sm-12 .block-image {
    padding: 75% 0 0;
  }
  #services-content .col-sm-12 h4 {
    font-size: 1.5em;
    margin-top: 1em;
  }
  #services-content .col-sm-12 p {
    font-size: 1em;
    line-height: 1.4;
    letter-spacing: 0.5px;
  }
}

@media (max-width: 1024px) {
  #services-content .block-image {
    position: relative;
    padding-top: 70%;
  }
  #services-content .block-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

.life-science-consulting .banner-tag {
  height: 63vh;
}

.life-science-consulting .banner-tag h1 {
  font-size: 2.5em;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .life-science-consulting .banner-tag {
    height: 45vh;
  }
}

#services-strip-content {
  position: relative;
  padding: 4em 1em;
  background-color: #39A2AE;
}

@media (min-width: 1200px) {
  #services-strip-content {
    padding-left: 4em;
    padding-right: 4em;
  }
}

#services-strip-content h4 {
  font-size: 2em;
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 0.75em;
  position: relative;
  margin-top: 0.5em;
}

#services-strip-content p {
  font-family: "FreightSansPro", sans-serif;
  font-weight: 400;
  font-size: 1.15em;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #f5f5f5;
  margin-bottom: 0.5em;
}

#services-strip-content .block-image {
  position: relative;
  padding-top: 75%;
}

#services-strip-content .block-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 12px;
}

@media (max-width: 576px) {
  #services-strip-content {
    padding: 1.5em 1em;
  }
  #services-strip-content h4 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
  }
  #services-strip-content p {
    font-size: 1em;
    line-height: 1.4;
    letter-spacing: 0.5px;
  }
  #services-strip-content .block-image {
    padding-top: 70%;
  }
}

@media (max-width: 1024px) {
  #services-strip-content .block-image {
    position: relative;
    padding-top: 67%;
  }
  #services-strip-content .block-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}

#service-content-list {
  position: relative;
  padding: 5em 0 3em;
  background: url(../img/bg-1.svg) no-repeat;
  background-position: top left;
  background-size: 100%;
}

@media (min-width: 1200px) {
  #service-content-list {
    padding-left: 4em;
    padding-right: 4em;
  }
  #service-content-list .list_course {
    margin: 1.5em 0 0;
  }
}

#service-content-list h4 {
  font-size: 2em;
  color: #128D9B;
  font-weight: 500;
}

#service-content-list p {
  font-family: "FreightSansPro", sans-serif;
  font-weight: 400;
  font-size: 1.15em;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #333333;
  margin-bottom: 0.5em;
}

#service-content-list .list_course li {
  padding: 0.5em 1em 0.5em 0.5em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px auto;
      grid-template-columns: 30px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 0.5em;
          column-gap: 0.5em;
  background: #FFFAFB;
  border: 1px solid rgba(159, 32, 66, 0.05);
  border-radius: 4px;
  margin-bottom: 1em;
}

#service-content-list .list_course li:nth-child(odd) {
  background: rgba(240, 247, 244, 0.5);
  border: 1px solid rgba(57, 162, 174, 0.15);
}

#service-content-list .list_course li:nth-child(odd) i {
  color: #128D9B;
}

#service-content-list .list_course li i {
  font-size: 1.5em;
  color: #9F2042;
  text-align: center;
}

#service-content-list .list_course li .span {
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.3;
  letter-spacing: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
}

@media (max-width: 576px) {
  #service-content-list {
    padding: 2em 0 1em;
  }
  #service-content-list h4 {
    font-size: 1.5em;
  }
}

#careers-block {
  padding: 5em 2em 0;
  background: url(../img/aboutbg.png) no-repeat;
  background-position: top left;
  background-size: 100%;
}

#careers-block .sub-header h2 {
  font-family: "FreightSansPro", sans-serif;
  font-weight: 300;
  font-size: 2.5em;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 3rem;
  color: #128D9B;
}

#careers-block .inner-wrap {
  margin-bottom: 2.5em;
}

#careers-block .inner-wrap .content-block {
  background-color: #ffffff;
  padding: 2em 2.5em 2.5em;
  border-radius: 2px;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0px 2px 4px #ccc;
          box-shadow: 0px 2px 4px #ccc;
}

#careers-block .inner-wrap .content-block:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 20px #ccc;
          box-shadow: 0px 6px 20px #ccc;
}

#careers-block .inner-wrap .content-block h3 {
  color: #9F2042;
  font-weight: 500;
  margin-bottom: 1em;
  font-size: 1.75em;
  line-height: 1.2;
  letter-spacing: 0px;
  border-bottom: 1px solid #efefef;
}

#careers-block .inner-wrap .content-block p {
  font-size: 1.1em;
  line-height: 1.7;
  letter-spacing: 0px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.5px;
}

#careers-block .inner-wrap .content-block p .label {
  color: #4F4F4F;
  width: 7em;
  position: relative;
}

#careers-block .inner-wrap .content-block p .label::after {
  content: ":";
  float: right;
}

#careers-block .inner-wrap .content-block a {
  color: #000;
}

#careers-block .inner-wrap .content-block a.case-btn:hover {
  color: #fff;
}

#careers-block .inner-wrap .content-block a i {
  font-size: 15px;
}

@media (max-width: 576px) {
  #careers-block {
    padding: 2em 0.5em 1em;
  }
  #careers-block .sub-header h2 {
    margin-bottom: 1em;
    font-size: 1.25em !important;
  }
  #careers-block .inner-wrap .content-block {
    padding: 2em;
  }
  #careers-block .inner-wrap .content-block h3 {
    font-size: 1.25em;
    line-height: 1.2;
    letter-spacing: 1px;
  }
  #careers-block .inner-wrap .content-block p {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 1px;
  }
  #careers-block .inner-wrap .content-block a {
    font-size: 0.8em;
    line-height: 1;
    letter-spacing: 0.5px;
  }
  #careers-block .inner-wrap .content-block a.case-btn {
    padding: 0.75em 1.5em !important;
  }
  #careers-block .inner-wrap .content-block a i {
    font-size: 12px;
    margin-left: 4px;
  }
}

@media (max-width: 448px) {
  #careers-block .inner-wrap .content-block p {
    font-size: 0.75em;
    padding-top: 0.25em;
  }
}

@media (max-width: 1024px) {
  #careers-block .sub-header h2 {
    font-size: 1.75em;
    line-height: 1.4;
    letter-spacing: 1px;
  }
  #careers-block .inner-wrap .content-block {
    padding: 2em !important;
  }
}

@media (min-width: 1200px) {
  #careers-block {
    padding-left: 4em;
    padding-right: 4em;
  }
}

#profile-block {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ffffff));
  background-image: linear-gradient(#f9f9f9, #ffffff);
  padding: 3em 0;
}

#profile-block .card p {
  font-size: 1.15em;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-bottom: 0.25em;
}

#profile-block .card p strong {
  font-size: 1.1em;
}

#profile-block .card .job-description-header {
  padding: 0.8em;
}

#profile-block .card .job-description-header h3 {
  font-size: 2em;
  line-height: 1.2;
  letter-spacing: 1px;
}

#profile-block .card .job-description-header .job-details {
  margin-top: 1.2em;
}

#profile-block .card .job-description-header .job-details p {
  margin-bottom: 6px;
}

#profile-block .card .job-description-header .job-details p.location {
  font-size: 1.2;
}

#profile-block .card .job-description-header .job-details a {
  margin-top: 1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#profile-block .card .card-header {
  padding: 2em;
  background-color: #F0F7F4;
}

#profile-block .card .card-header a {
  color: #128d9b;
}

#profile-block .card .card-header a:hover {
  color: #fff;
}

#profile-block .card .card-body {
  padding: 2em;
}

#profile-block .card .card-body ul {
  padding-left: 2em;
  margin-bottom: 1.5em;
}

#profile-block .card .card-body ul li {
  list-style-type: disc;
  margin-bottom: 10px;
  font-size: 1.15em;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

#profile-block .card .card-body h4 {
  font-size: 1.5em;
  line-height: 1;
  letter-spacing: 0px;
  margin: 1em 0;
  color: #128D9B;
}

#profile-block .card .card-body .job-qualifications h3 {
  font-size: 1.5em;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  #profile-block a.case-btn {
    padding: 8px 10px !important;
  }
}

#banner {
  position: relative;
}

#banner .mini-banner {
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-height: 17em;
}

#banner .mini-banner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}

#banner .mini-banner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center 35%;
     object-position: center 35%;
}

#banner .mini-banner .banner-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
}

#banner .mini-banner .banner-content h1 {
  font-size: 2.5em;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

#banner .mini-banner .banner-content p {
  font-size: 1.125em;
  line-height: 1;
  letter-spacing: 1px;
}

@media (max-width: 576px) {
  #banner .mini-banner .banner-content h1 {
    font-size: 1.5em !important;
  }
}

@media (max-width: 1024px) {
  #banner .mini-banner .banner-content h1 {
    font-size: 2.5em;
    line-height: 1;
    letter-spacing: 1px;
  }
  #banner .mini-banner .banner-content p {
    margin-bottom: 4px;
  }
}
/*# sourceMappingURL=app.css.map */