@font-face {
  font-family: "Rockwell-Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Rockwell-Regular"), url(../RockwellStd.woff) format("woff");
}
/* .about-main-header .header-content h1 {
    margin-left: 70px;
  } */
/* The actual timeline (the vertical ruler) */
/* Container around content */
/* The circles on the timeline */
/* Place the container to the left */
/* Place the container to the right */
/* Fix the circle for containers on the right side */
/* The actual content */
/* Media queries - Responsive timeline on screens less than 600px wide */
/* Place the timelime to the left */
/* Full-width containers */
/* Make sure that all arrows are pointing leftwards */
/* Make sure all circles are at the same spot */
/* Make all right containers behave like the left ones */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-family: "Roboto";
  color: #414042;
  overflow-x: hidden;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Roboto";
  color: #414042;
  overflow-x: hidden;
}

.full-h {
  height: 100%;
}

.bold {
  font-weight: bold;
}

.about-main-header {
  height: 458px;
  position: relative;
  overflow: hidden;
}
.about-main-header img {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: -245px;
}
.about-main-header .header-content {
  align-items: center;
  /* left: 60px;
  top: -50px; */
}
.about-main-header .header-content h1 {
  font-size: 35px;
  margin-left: 90px;
}

.about-kadorf {
  padding: 98px 0 171px 0;
}
.about-kadorf .about-kadorf_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 61px;
}
/* .about-kadorf .about-kadorf_item .about-kadorf_title h3 {
  margin-bottom: 10px;
  font-size: 30px;
} */
.about-kadorf .about-kadorf_item .about-kadorf_icon {
  width: 95px;
  height: 95px;
  margin-bottom: 20px;
}
.about-kadorf .about-kadorf_item .about-kadorf_text {
  font-size: 20px;
  padding-right: 45px;
}
.about-kadorf .about-kadorf_item .about-kadorf_text .orange-text {
  color: #fdaf41;
}

.about-industry {
  background: #fdaf41;
  padding: 72px 0;
  color: #414042;
}
.about-industry .text-content {
  position: relative;
}

.about-industry .main-text {
  font-size: 26px;
  margin-bottom: 2rem;
  padding: 0 5px;
}
.about-industry .main-text .small {
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
}
.about-industry .sub-text {
  font-size: 20px;
  padding: 0 10px;
}

.timeline {
  background: url(../images/bg-milestones.png);
  background-size: cover;
  padding: 67px 0 80px 0;
}
.timeline .about-kadorf_title {
  margin-bottom: 40px;
}

.timeline-content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.timeline-content::after {
  content: "";
  position: absolute;
  width: 6px;
  top: 10px;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-left: 2px dashed;
}

.t-container {
  position: relative;
  background-color: inherit;
  width: 50%;
}
.t-container::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -10px;
  background-color: #FF9F55;
  border: 4px solid #FF9F55;
  top: 4px;
  border-radius: 50%;
  z-index: 1;
}

.left {
  left: 0;
  padding-right: 25px;
}
.left .content p {
  padding-right: 60px;
}

.right {
  left: 50%;
  padding-left: 25px;
  text-align: right;
}
.right h2 {
  flex-direction: row-reverse;
}
.right .content p {
  padding-left: 60px;
}
.right::after {
  left: -15px;
}

.content {
  position: relative;
}
.content h2 {
  font-size: 30px;
  color: #fdaf41;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.content h2 .separator {
  width: 100%;
  height: 1px;
  background: #707070;
  margin: 0 8px;
}
.content p {
  font-size: 20px;
  color: #414042;
}

.locations {
  height: 500px;
  background:url(../images/bg-locations-desktop.webp);
  background-size: cover;
  background-position-y: -130px;
  padding: 80px 0 66px 0;
  position: relative;
}
.locations .about-kadorf_title h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 100;
}
.locations .bottom-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.locations .bottom-container .locations-btn {
  background: #fdaf41;
  border: none;
  outline: none;
  border-radius: 5px;
  color: #fff;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
  margin-bottom: 66px;
}

.numbers-speak {
  background-color: #fdaf41;
  padding: 100px 0 105px 0;
}
.numbers-speak .title-column {
  justify-content: center;
}
.numbers-speak .about-kadorf_title {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 57px;
}
.numbers-speak .stat_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.numbers-speak .stat_container .number {
  font-size: 60px;
  font-weight: bold;
  color: #414042;
}
.numbers-speak .stat_container .stat_title {
  font-size: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #414042;
}

.community img {
  width: 100%;
}
.community .text-content {
  display: flex;
  flex-direction: column;
}
.community .text-content .main-text {
  font-size: 30px;
}
.community .text-content .sub-text {
  font-size: 20px;
  font-weight: 300;
}
.community .text-content .locations-btn {
  background: #fdaf41;
  border: none;
  outline: none;
  border-radius: 5px;
  color: #fff;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
}

.about-locations {
  height: 458px;
  position: relative;
  overflow: hidden;
}
.about-locations img {
  position: absolute;
  z-index: -1;
  width: 110%;
  top: -160px;
}
.about-locations .header-content {
  align-items: center;
  left: 190px;
}
.about-locations .header-content h1 {
  font-size: 35px;
  color: #fff;
  font-weight: 300;
  /* margin-left: 100px; */
}

.countries {
  height: 570px;
  padding: 84px 0 70px 0;
  position: relative;
}
.countries .location_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.countries .location_container .icon1 {
  margin-bottom: 20px;
}
.countries .location_container .icon2 {
  margin-bottom: 32px;
}
.countries .location_container .icon3 {
  margin-bottom: 25px;
}
.countries .location_container .region {
  font-size: 18px;
  font-weight: bold;
}
.countries .location_container .address {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
}
.countries .bottom-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.countries .bottom-container .locations-btn {
  background: #fdaf41;
  border: none;
  outline: none;
  border-radius: 5px;
  color: #fff;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
  margin-bottom: 66px;
}

.contact-us {
  height: 458px;
  position: relative;
  overflow: hidden;
}
.contact-us .header-img {
  position: absolute;
  z-index: -1;
  width: 110%;
  top: -135px;
}
.contact-us .header-content {
  flex-direction: column;
  align-items: start;
  justify-content: center;
  /* left: 90px; */
  top: -30px;
}
.contact-us .header-content .whatsapp-btn {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  background: #28d144;
  height: 45px;
  width: 188px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 14px;
  margin-left: 150px;
  cursor: pointer;
  margin-top: 20px;
}
.contact-us .header-content .whatsapp-btn .whatsapp-icon {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.contact-us .header-content h1 {
  font-size: 35px;
  font-weight: 300;
  margin-left: 150px;
}

.contact-form {
  padding: 75px 0 90px 0;
}
.contact-form input {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 5px 10px;
  border: 1px solid rgb(204, 203, 203);
}
.contact-form .last {
  margin-bottom: 0;
}
.contact-form textarea {
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid rgb(204, 203, 203);
}
.contact-form .submit {
  background: #fdaf41;
  color: #fff;
  padding: 8px 25px;
  border: none;
  border-radius: 5px;
  margin-top: 30px;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .numbers-speak {
    padding: 30px 0;
  }
}
@media (max-width: 576px) {
  .about-main-header {
    height: 220px !important;
    background: url(../images/header-about-us.webp);
    background-size: cover;
    background-position-y: -5px !important;
  }
  .about-main-header img {
    display: none;
  }
  .about-main-header .header-content {
    justify-content: flex-start;
    top: 0px;
  }
  .about-main-header .header-content h1 {
    font-size: 20px !important;
    font-weight: bold;
    margin: 10px !important;
  }
  .about-kadorf {
    padding: 56px 0 106px 0;
  }
  .about-kadorf .about-kadorf_item .about-kadorf_title h3 {
    font-size: 24px;
  }
  .about-kadorf .about-kadorf_item .about-kadorf_text {
    font-size: 12px;
  }
  .about-industry .main-text {
    font-size: 18px;
  }
  .about-industry .main-text .small {
    font-size: 18px;
  }
  
  .about-industry .sub-text {
    font-size: 12px;
  }
  .timeline .about-kadorf_title {
    padding-left: 20px;
  }
  .left .content p {
    padding: 0;
  }
  .right {
    text-align: left;
  }
  .right h2 {
    flex-direction: row;
  }
  .right .content p {
    padding: 0;
  }
  .content h2 {
    font-size: 24px;
  }
  .content h2 .separator {
    display: none;
  }
  .locations {
    height: 704px;
    background: url(../images/bg-locations-mobile.png);
  }
  .locations .about-kadorf_title h3 {
    font-size: 24px;
  }
  .numbers-speak {
    padding: 67px 0 104px 0;
  }
  .numbers-speak .title-column {
    justify-content: start;
  }
  .numbers-speak .about-kadorf_title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .numbers-speak .stat_container {
    align-items: start;
  }
  .numbers-speak .stat_container .number {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .numbers-speak .stat_container .stat_title {
    font-size: 20px;
    margin-bottom: 40px;
    align-items: start;
  }
  .col-sm-6 {
    width: 50%;
  }
  .community {
    height: 510px;
  }
  .community .text-content {
    padding: 44px 0 36px 0;
  }
  .community .text-content .main-text {
    font-size: 24px;
  }
  .community .text-content .sub-text {
    font-size: 18px;
  }
  .about-locations {
    height: 800px;
    background: url(../images/bg-locations-mobile.png);
    background-size: cover;
    /* background-position-x: -60px; */
    height: 600px !important;

  }
  .about-locations img {
    display: none;
  }
  .about-locations .header-content {
    align-items: flex-start;
    padding-top: 100px !important;
    /* left: 20px; */
    justify-content: flex-start;
  }
  .about-locations .header-content h1 {
    font-size: 20px;
    font-weight: bold;
    margin-left: 0 !important;
    /* margin-bottom: 600px; */
  }
  .countries {
    height: 1020px;
  }
  .countries .location_container {
    margin-bottom: 50px;
  }
  .contact-us {
    height: 200px;
    background: url(../images/header-contact.webp);
    background-size: cover;
    background-position-y: 0px;
    height: 190px !important;
  }
  .contact-us .header-img {
    display: none;
  }
  .contact-us .header-content {
    /* left: 50px; */
    top: -9px;
  }
  .contact-us .header-content h1 {
    font-size: 20px !important;
    font-weight: bold;
    margin-left: 20px !important;
  }
  .contact-us .header-content .whatsapp-btn {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    background: #28d144;
    height: 20px;
    width: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 10px !important;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 20px !important;
    padding: 15px 0 !important;
  }
  .contact-form .last {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .about-main-header {
    height: 371px;
    background: url(../images/header-about-us.webp);
    background-size: cover;
    background-position-y: -120px;
  }
}
@media (min-width: 1600px) {
  .about-main-header {
    height: 471px;
    background: url(../images/header-about-us.webp);
    background-size: cover;
    background-position-y: -350px;
  }
}
@media screen and (max-width: 600px) {
  .timeline-content::after {
    left: 31px;
  }
  .t-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .t-container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  .left::after {
    left: 16px;
    margin-top: -10px;
    top: 11px;
  }
  .right {
    left: 0%;
  }
  .right::after {
    left: 16px;
    margin-top: -10px;
    top: 11px;
  }
}
@media (max-width: 1025px) {
  .about-main-header img {
    top: -130px;
  }
  .locations {
    background-position-y: -60px;
  }
  .numbers-speak .stat_container .stat_title {
    margin-bottom: 40px;
  }
  .contact-us {
    height: 300px;
  }
  .contact-us .header-img {
    top: -130px;
  }
  .about-locations {
    height: 300px;
  }
  .about-locations img {
    top: -130px;
  }

  .about-locations .header-content{
    left: 110px;
  }
}
@media (max-width: 825px) {
  .about-main-header {
    height: 300px;
  }

  .about-locations .header-content{
    left: 30px;
  }

  .about-main-header .header-content h1 {
    font-size: 28px;
    margin-left: 45px;
  }
  .about-main-header img {
    top: -100px;
  }
  .about-locations .header-content h1 {
    font-size: 28px;
    margin-left: 55px;
  }
  .locations {
    background-position-y: -60px;
  }
  .numbers-speak .stat_container .stat_title {
    margin-bottom: 40px;
  }
  .contact-us {
    height: 260px;
  }
  .contact-us .header-content h1 {
    font-size: 28px;
    margin-left: 80px;
  }
  .contact-us .header-content .whatsapp-btn {
    width: 165px;
    margin-left: 80px;
    font-size: 12px;
  }
  .contact-us .header-img {
    top: -94px;
  }
  .about-locations {
    height: 300px;
  }
  .about-locations img {
    top: -68px;
  }
}/*# sourceMappingURL=index.css.map */