.hero {
  height: 58vh;
  width: 100%;
  background: url("../image/meeting.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.hero_content {
  color: #fff;
  height: 100%;
  width: 100%;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: rgba(24, 28, 38, 0.76);
  padding: 8rem 1rem;
}

@media (max-width: 639px) {
  .hero_content {
    padding: 4.5rem 1rem;
  }
}

.hero_content h1 {
  margin-top: 6rem;
  font-size: 7rem;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 1.7rem;
}

@media (max-width: 639px) {
  .hero_content h1 {
    font-size: 4rem;
    font-weight: 600;
  }
}

.hero_content .path {
  font-size: 1.7rem;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.hero_content .path span {
  color: #289aff;
}

.hero_content .path a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.24s;
  transition: all 0.24s;
}

.hero_content .path a:hover {
  color: #289aff;
  text-decoration: underline;
}

.portfolio {
  background: #fff;
  padding: 10rem 0;
}

@media (max-width: 991px) {
  .portfolio {
    padding: 5rem 0;
  }
}

@media (max-width: 639px) {
  .portfolio {
    padding: 4rem 0;
  }
}

.portfolio_title {
  margin-bottom: 3rem;
}

.portfolio_title h1 {
  color: #444;
  font-size: 5.4rem;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  line-height: 1.5;
  display: inline-block;
  position: relative;
}

@media (max-width: 991px) {
  .portfolio_title h1 {
    font-size: 4rem;
  }
}

@media (max-width: 639px) {
  .portfolio_title h1 {
    font-size: 3.2rem;
    line-height: 1.7;
  }
}

.portfolio_title h1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 7px;
  width: 8rem;
  background: #1e90ff;
}

.portfolio_title p {
  color: #555;
  font-size: 1.9rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  padding: 1.4rem 0;
}

.portfolio_container .single_box {
  border: 2px solid #111;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  margin: 1.5rem 0;
  -webkit-transition: 0.27s;
  transition: 0.27s;
}

.portfolio_container .single_box:hover {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}

.portfolio_container .single_box:hover .scroll_img {
  background-position: bottom;
}

.portfolio_container .single_box:hover h4 {
  color: #289aff;
  background: #222;
}

.portfolio_container .single_box .scroll_img {
  height: 35rem;
  width: 100%;
  background: url("../image/project1.png") no-repeat;
  background-position: top;
  background-size: 100%;
  -webkit-transition: 4s linear;
  transition: 4s linear;
}
.portfolio_container .single_box .scroll_img_2{

  background: url("../image/project4.png") no-repeat;
    background-position: top;
  background-size: 100%;
  -webkit-transition: 4s linear;
  transition: 4s linear;

}
 .portfolio_container .single_box .scroll_img_3{

  background: url("../image/project3.png") no-repeat;
    background-position: top;
  background-size: 100%;
  -webkit-transition: 4s linear;
  transition: 4s linear;

}
.portfolio_container .single_box .scroll_img_4{

  background: url("../image/project2.png") no-repeat;
    background-position: top;
  background-size: 100%;
  -webkit-transition: 4s linear;
  transition: 4s linear;

}
.portfolio_container .single_box .scroll_img_5{

  background: url("../image/project5.jpeg") no-repeat;
    background-position: top;
  background-size: 100%;
  -webkit-transition: 4s linear;
  transition: 4s linear;

}
.portfolio_container .single_box .scroll_img_6{

  background: url("../image/project6.png") no-repeat;
    background-position: top;
  background-size: 100%;
  -webkit-transition: 4s linear;
  transition: 4s linear;

}

.portfolio_container .single_box h4 {
  padding: 1.4rem 1rem;
  color: #1e90ff;
  font-size: 1.9rem;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.7px;
  text-align: center;
  background: #111;
  margin: 0;
  -webkit-transition: 0.27s;
  transition: 0.27s;
}
.calltoaction {
  padding: 10rem 0;
  background: url("../image/meeting.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

@media (max-width: 639px) {
  .calltoaction {
    padding: 4rem 0;
  }
}

.calltoaction::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(24, 28, 38, 0.8);
}

.calltoaction_content {
  position: relative;
  max-width: 80%;
  padding: 0 2rem;
}

@media (max-width: 639px) {
  .calltoaction_content {
    max-width: 100%;
  }
}

.calltoaction_content h1 {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 1.4;
  margin-bottom: 2.4rem;
}

.calltoaction_content h1 span {
  color: #ffd014;
}

.calltoaction_content p {
  color: #eee;
  font-size: 1.9rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.8;
}

.calltoaction_content .btn_div a {
  text-decoration: none;
  display: block;
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 4.8rem;
  width: 14rem;
  font-size: 1.45rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  border-radius: 4px;
  -webkit-transition: all 0.24s;
  transition: all 0.24s;
  color: #1e90ff;
  border: 2px solid#1e90ff;
}

.calltoaction_content .btn_div a:hover {
  color: #111;
  background: #1e90ff;
  border: 2px solid #1e90ff;
}

.calltoaction_content .btn_div a.fill {
  color: #111;
  background: #1e90ff;
  border: 2px solid #1e90ff;
}

.calltoaction_content .btn_div a.fill:hover {
  color: #1e90ff;
  background: transparent;
  border: 2px solid #1e90ff;
}
/*# sourceMappingURL=portfolio.css.map */