@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;600;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,600;0,800;1,400;1,500&display=swap");
a {
  text-decoration: none;
}

.stripe-bg {
  background: #eeeeee;
  background: linear-gradient(135deg, #eeeeee 70%, white 70%);
}

body {
  font-family: Poppins;
  background: #f18933;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, white), color-stop(30%, #e8502e));
  background: linear-gradient(90deg, white 30%, #e8502e 30%);
}

.navbar {
  height: 175px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 0;
}

.navbar .container {
  height: 100%;
  background-color: #e8502e;
  padding: 0;
}

.navbar ul {
  margin-bottom: 0px !important;
}

.navbar .nav-item {
  list-style: none;
}

.navbar .nav-item a {
  color: #FFF;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  margin-left: 10px;
}

.navbar .nav-item a:hover {
  color: #e8502e;
  background-color: white;
}

.navbar-collapse {
  position: relative;
}

.navbar-brand {
  height: 100%;
  background-color: #fff;
  padding: 60px 100px;
}

.navbar-brand img {
  height: 78px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.topbar {
  position: absolute;
  right: 10px;
  top: -43px;
}

.topbar :last-child {
  border-left: 1px solid #EEE;
}

.topbar a {
  margin: 0px;
  color: #FFF;
  font-size: 12px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  padding: 1px 6px;
}

.topbar a:hover {
  background-color: #EEE;
  color: #333;
}

.shrink {
  height: 100px;
}

.shrink .topbar {
  top: -33px;
}

.shrink .navbar-brand {
  height: 100%;
  background-color: #fff;
  padding: 25px 100px;
}

.shrink .navbar-brand img {
  height: 50px;
}

.container-bg {
  padding: 175px 0px 50px 0px;
  min-height: 2000px;
  background-color: #EEE;
}

a.detalii {
  background-color: #e8502e;
  color: #FFF;
  padding: .33em 0.66em;
  position: absolute;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

a.detalii:hover {
  color: #e8502e;
  background-color: #FFF;
}

.home-hero {
  width: 100%;
  position: relative;
  height: 550px;
}

.home-hero .heroimg {
  position: absolute;
  width: 85%;
  top: 50px;
  left: -50px;
  height: 500px;
  overflow: hidden;
}

.home-hero .heroimg img {
  position: absolute;
  top: 0px;
  left: 0px;
}

.home-hero .timeline-container {
  position: absolute;
  z-index: 100;
  padding: 60px 50px 50px 50px;
  width: 35%;
  right: 50px;
  top: 25px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.2);
}

.home-hero .timeline-container .row {
  position: relative;
}

.home-hero .timeline-container .textcontainer {
  padding-top: 15px;
  color: #555;
}

.home-hero .timeline-container .textcontainer.active {
  background-color: #FFF;
  color: #000 !important;
}

.home-hero .timeline-container .date {
  color: #e8502e;
  font-weight: 600;
  text-align: right;
  position: absolute;
  top: -12px;
  left: 43px;
}

.home-hero .timeline-container .text {
  border-left: 1px solid #aaa;
  font-weight: 600;
  padding-left: 20px;
}

.home-hero .timeline-container .text p {
  font-weight: 300;
  font-size: 13px;
  line-height: 1.2em;
}

.top-info {
  position: absolute;
  top: 192px;
  left: 15px;
  font-size: 13px;
}

.top-info i {
  margin-left: 20px;
  margin-right: 5px;
  color: #e8502e;
}

.top-info span {
  display: inline-block;
  margin: 0 5px;
}

.home-panel {
  padding-top: 200px;
  position: relative;
}

.home-panel .home-bigTitle {
  position: absolute;
  left: -50px;
  top: 50px;
  background-color: #e8502e;
  font-size: 40px;
  padding: 30px 140px;
  color: #FFF;
  font-weight: 100;
  -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.1);
}

.home-panel .projects-container {
  margin: 0 50px;
}

.home-panel .projects-container .project {
  position: relative;
  width: 90%;
  margin: 0 auto 80px auto;
  padding-bottom: 15px;
  height: 450px;
}

.home-panel .projects-container .project img {
  width: 100%;
  position: relative;
  z-index: 50;
}

.home-panel .projects-container .project h2 {
  font-size: 25px;
  margin: 20px 0 0 0;
  font-weight: 600;
}

.home-panel .projects-container .project p {
  font-weight: 400;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.4em;
  position: relative;
  z-index: 50;
}

.home-panel .projects-container .project a.detalii {
  background-color: #e8502e;
  color: #FFF;
  padding: .33em 0.66em;
  position: absolute;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.home-panel .projects-container .project a.detalii:hover {
  color: #e8502e;
  background-color: #FFF;
}

.home-panel .company-container {
  width: 100%;
  position: relative;
  background-color: #FFF;
  margin-left: -50px;
}

.home-panel .company-container .company-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-panel .company-container .company-text p {
  position: relative;
  display: block;
  padding-right: 60px;
  padding-bottom: 60px;
  font-size: 17px;
}

.home-panel .company-container .company-text p b {
  font-size: 25px;
}

.home-panel .company-container .company-image {
  width: 100%;
}

.home-panel.home-services {
  margin-bottom: 50px;
  padding: 100px 50px 0px 50px;
  position: relative;
}

.home-panel.home-services .home-bigTitle2 {
  color: #e8502e;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

.home-panel.home-services .service {
  text-align: center;
  position: relative;
}

.home-panel.home-services .service img {
  width: 100%;
}

.home-panel.home-services .service .title {
  padding: 20px 30px;
  font-size: 18px;
  text-align: right;
}

footer {
  background-color: #FFF;
}

footer .logo, footer .links, footer .contact {
  padding: 40px 0;
}

footer .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .logo img {
  height: 60px;
}

footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .links a {
  line-height: 2em;
  color: #000;
  font-weight: 600;
}

footer .contact .address {
  background-color: #EEE;
  padding: 30px;
  text-align: right;
}

footer .contact .address i {
  color: #e8502e;
  font-size: 30px;
  margin-bottom: 12px;
}

footer .contact .address p {
  font-size: 15px;
  margin-bottom: 0px;
}

footer .contact .social {
  position: relative;
  padding-top: 35px;
}

footer .contact .social i {
  font-size: 45px;
}

footer .contact .social .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  font-size: 11px;
}

.arrowBg {
  width: 0;
  height: 0;
  border-left: 200px solid transparent;
  border-right: 200px solid transparent;
  border-bottom: 200px solid #FFF;
  position: absolute;
  right: -129px;
  bottom: -32px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
/*# sourceMappingURL=style.css.map */