a {
  text-decoration: underline;
}

.img-logo {
  display: block;
  height: 125px;
  margin-right: auto;
  margin-left: auto;
}

.section {
  padding-top: 75px;
  padding-bottom: 75px;
}

.section.intro_text {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 5px solid #007096;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Rajdhani, sans-serif;
  color: #007096;
  font-size: 62.5px;
  line-height: 62.5px;
  font-weight: 300;
  text-align: center;
}

.h1.intro {
  margin-top: 200px;
  color: #007096;
  font-size: 70px;
  line-height: 1.2;
}

.h1.h2 {
  margin-bottom: 25px;
  font-size: 50px;
}

.h1.space-top-125 {
  margin-top: 125px;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 20px;
}

.sec-intro {
  height: auto;
  padding: 125px 75px;
  background-image: url('../images/prodatix_lines.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(50%, #fff));
  background-image: url('../images/prodatix_lines.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.2), #fff 50%);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.sec-intro.sec-intro-subsite {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/prodatix_lines.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(#fff));
  background-image: url('../images/prodatix_lines.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.2), #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.strong {
  font-weight: 700;
}

.heading-2 {
  color: #007096;
  text-align: center;
}

.image-2 {
  background-image: url('../images/fotolia_182119770.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-3 {
  height: 50vh;
  background-image: url('../images/fotolia_182119770.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sec-img {
  height: 500px;
  background-image: url('../images/fotolia_182119770.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sec-img.sec-img-benefits {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 112, 150, 0.5)), to(rgba(103, 75, 60, 0.5))), url('../images/prodatics-benefits.jpg');
  background-image: linear-gradient(180deg, rgba(0, 112, 150, 0.5), rgba(103, 75, 60, 0.5)), url('../images/prodatics-benefits.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sec-img.sec-img-about {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 112, 150, 0.4)), to(rgba(103, 75, 60, 0.4))), url('../images/prodatics-about.jpg');
  background-image: linear-gradient(180deg, rgba(0, 112, 150, 0.4), rgba(103, 75, 60, 0.4)), url('../images/prodatics-about.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.sec-benefits {
  padding-top: 125px;
  padding-bottom: 100px;
  color: #674b3c;
}

.p-pos {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Rajdhani, sans-serif;
  color: rgba(0, 0, 0, 0.9);
  font-size: 17.5px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: justify;
}

.p-pos.p-neg {
  display: block;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 300;
}

.p-pos.p-neg.p-footer {
  font-size: 15px;
}

.p-pos.left {
  margin-bottom: 50px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.p-pos.space-bottom-25 {
  margin-bottom: 25px;
}

.sec-contact {
  padding-top: 125px;
  padding-bottom: 125px;
}

.sec-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #007096;
}

.image-3 {
  display: block;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  float: none;
  border-radius: 10px;
}

.paragraph-2 {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-family: Rajdhani, sans-serif;
  color: #fff;
  text-align: center;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link:hover {
  color: #d8d8d8;
}

.link:active {
  color: #fff;
}

.btn {
  display: block;
  height: 37.5px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #007096;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
  font-family: Rajdhani, sans-serif;
  font-size: 20px;
  text-align: center;
}

.btn:hover {
  background-color: #035875;
}

.btn.btn-subsite {
  margin-top: 0px;
  border-radius: 0px;
}

.div-block {
  position: relative;
  left: 0px;
  top: 112.5px;
  right: 0px;
  z-index: 1000;
  display: block;
  width: 25px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text-span {
  font-size: 16px;
  font-weight: 500;
}

.header {
  height: 40vh;
  padding-top: 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(60%, #fff));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), #fff 60%);
}

.image-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.row-2 {
  margin-right: 200px;
  margin-left: 200px;
}

.italic-text {
  font-weight: 700;
}

.italic-text-2 {
  font-weight: 700;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Rajdhani, sans-serif;
  color: #007096;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}

.h2.space-bottom-25 {
  margin-bottom: 25px;
}

.h2.space-bottom-25.h2-left {
  text-align: left;
}

.column {
  padding-right: 25px;
  padding-left: 10px;
}

.column-2 {
  padding-right: 10px;
  padding-left: 25px;
}

.columns {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 60px;
}

.link-neg {
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
  color: #fff;
  text-decoration: none;
}

.link-neg:hover {
  color: hsla(0, 0%, 100%, 0.75);
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Rajdhani, sans-serif;
  font-size: 37.5px;
  line-height: 37.5px;
}

.h3.space-bottom-25 {
  margin-bottom: 25px;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Rajdhani, sans-serif;
  color: #007096;
  font-size: 25px;
  line-height: 25px;
}

.h4.space-bottom-25 {
  margin-bottom: 25px;
}

.link-2 {
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
  color: #007096;
  font-weight: 500;
  text-decoration: none;
}

.link-2:hover {
  color: #035875;
}

.link-3 {
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
  color: #007096;
  font-weight: 500;
  text-decoration: none;
}

.link-3:hover {
  color: #035875;
}

.link-pos {
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
  color: #007096;
  font-weight: 500;
  text-decoration: none;
}

.link-pos:hover {
  color: #035875;
}

@media screen and (max-width: 991px) {
  .img-logo {
    height: 100px;
  }
  .h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .h1.space-top-125 {
    margin-top: 50px;
  }
  .sec-intro {
    padding: 50px;
  }
  .sec-img {
    height: 250px;
  }
  .sec-img.sec-img-benefits {
    height: 250px;
  }
  .sec-benefits {
    padding: 50px 50px 25px;
  }
  .sec-benefits.sec-content-subsites {
    padding-bottom: 50px;
  }
  .p-pos {
    margin-bottom: 0px;
    font-size: 15px;
  }
  .sec-contact {
    padding: 50px;
  }
  .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 17.5px;
    line-height: 17.5px;
  }
  .div-block {
    top: 37.5px;
  }
  .h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .column {
    padding-right: 12.5px;
  }
  .column-2 {
    padding-left: 12.5px;
  }
  .h3 {
    font-size: 32.5px;
    line-height: 32.5px;
  }
}

@media screen and (max-width: 767px) {
  .img-logo {
    height: 75px;
  }
  .h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .h1.space-top-125 {
    margin-top: 37.5px;
  }
  .sec-intro {
    padding: 37.5px;
  }
  .sec-img {
    height: 150px;
  }
  .sec-img.sec-img-benefits {
    height: 175px;
  }
  .sec-benefits {
    padding: 37.5px 37.5px 12.5px;
  }
  .sec-benefits.sec-content-subsites {
    padding-bottom: 37.5px;
  }
  .p-pos {
    text-align: center;
  }
  .p-pos.p-pos-left {
    text-align: left;
  }
  .sec-contact {
    padding: 37.5px;
  }
  .btn {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 15px;
  }
  .div-block {
    top: 25.5px;
  }
  .h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .h2.space-bottom-25.h2-left {
    text-align: center;
  }
  .column {
    padding-left: 0px;
  }
  .column-2 {
    padding-right: 0px;
  }
  .h3 {
    line-height: 32.5px;
    text-align: center;
  }
  .h4 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .h1.space-top-125 {
    margin-top: 25px;
  }
  .sec-intro {
    padding: 25px;
  }
  .sec-img.sec-img-benefits {
    height: 125px;
  }
  .sec-img.sec-img-about {
    height: 125px;
  }
  .sec-benefits {
    padding: 25px 25px 0px;
  }
  .sec-benefits.sec-content-subsites {
    padding-bottom: 25px;
  }
  .p-pos.p-pos-left {
    text-align: center;
  }
  .sec-contact {
    padding: 25px;
  }
  .div-block {
    top: 12.5px;
  }
  .column {
    padding-right: 0px;
  }
  .column-2 {
    padding-top: 25px;
    padding-left: 0px;
  }
  .h3 {
    font-size: 25px;
    line-height: 25px;
  }
}

@font-face {
  font-family: 'Rajdhani';
  src: url('../fonts/Rajdhani-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Rajdhani';
  src: url('../fonts/Rajdhani-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Rajdhani';
  src: url('../fonts/Rajdhani-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Rajdhani';
  src: url('../fonts/Rajdhani-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Rajdhani';
  src: url('../fonts/Rajdhani-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}