.project-grid-sec {
  margin-top: 120px;
}
.project-grid-sec .align-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  position: relative;
  padding-left: 10px;
}
.project-grid-sec .nav-link {
  background: none;
  color: #000;
  font-family: "Poppins-medium";
  font-size: 15px;
  line-height: 26px;
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.project-grid-sec .nav-link:hover {
  color: #d60010;
}
.project-grid-sec .nav-link::before {
  margin-left: -14px;
  content: "";
  position: absolute;
  height: 10px;
  width: 0px;
  background-color: #d60010;
  transition: all 0.3s;
}
.project-grid-sec .nav-link:hover::before {
  width: 10px;
}
.project-grid-sec .nav-link.active {
  background: none;
  color: #000;
}
.project-grid-sec .tab-animate {
  margin-top: 50px;
}
.project-grid-sec .tab-animate .scale-property {
  transition: all 0.5s;
}
.project-grid-sec .tab-animate .item1 .projCard {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.project-grid-sec .tab-animate .item1 .projCard .img1 {
  border-radius: 6px;
  rotate: -1deg;
  transform: scale(1.5);
}
.project-grid-sec .tab-animate .item1 .projCard:hover .overlay {
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
}
.project-grid-sec .tab-animate .item1 .projCard:hover .img1 {
  transition: all 7s;
  /* transition: all 7s; */
  rotate: 20deg;
  scale: 1.15;
}
.project-grid-sec .tab-animate .item1 .projCard .parentO {
  padding: 20px;
  transition: all 0.3s ease-in-out 0s;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: flex-end;
}
.project-grid-sec .tab-animate .item1 .projCard .parentO .proTitle {
  font-size: 22px;
  line-height: 26px;
  font-family: "Poppins-700";
  color: white;
  text-decoration: none;
}
.project-grid-sec .tab-animate .item1 .projCard .parentO .category {
  font-family: "Poppins-medium";
  font-size: 12px;
  color: white;
  margin-top: 10px;
}
.project-grid-sec .tab-animate .item1 .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(5, 4, 4, 0.431372549);
}
.project-grid-sec .tab-animate .item1 .overlay .parentO {
  padding: 20px;
  transition: all 0.3s ease-in-out 0s;
}
.project-grid-sec .tab-animate .item1 .overlay .parentO .proTitle {
  font-size: 22px;
  line-height: 26px;
  font-family: "Poppins-700";
  color: white;
  text-decoration: none;
}
.project-grid-sec .tab-animate .item1 .overlay .parentO .proTitle .category {
  font-family: "Poppins-medium";
  font-size: 12px;
  color: white;
  margin-top: 10px;
}

.contact-sec-page {
  margin-top: 120px;
}
@media only screen and (max-width: 576px) {
  .contact-sec-page {
    margin-top: 90px;
  }
}
.contact-sec-page .contact-heading {
  font-size: 36px;
}
@media only screen and (max-width: 576px) {
  .contact-sec-page .contact-heading {
    font-size: 27px;
    line-height: 40px;
  }
}
.contact-sec-page .form-section ::-moz-placeholder {
  font-family: "Poppins-medium";
}
.contact-sec-page .form-section ::placeholder {
  font-family: "Poppins-medium";
}
.contact-sec-page .form-section input[type=text] {
  box-shadow: -1px 0 15px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 3px;
  color: #121212;
  margin-bottom: 28px;
  width: 100%;
  padding: 12px 15px;
  border: none;
  outline: none;
  font-family: "Poppins-medium";
}
.contact-sec-page .form-section textarea {
  background: #fff;
  border-radius: 3px;
  color: #121212;
  margin-bottom: 28px;
  width: 100%;
  padding: 12px 15px;
  border: none;
  box-shadow: -1px 0 15px 0 rgba(0, 0, 0, 0.12);
  font-family: "Poppins-medium";
}
.contact-sec-page .form-section .btn-sec .send-btn {
  margin-bottom: 0;
  height: 50px;
  line-height: 0;
  width: auto;
  cursor: pointer;
  padding: 25px 46px;
  color: #d60010;
  border: 1px solid #d60010;
  border-radius: 10px;
  font-family: "Poppins-medium";
  background: #fff;
}
.contact-sec-page .form-section .btn-sec .send-btn:hover {
  background: #d60010;
  color: #fff;
}
.contact-sec-page .maping-section {
  background: url(./Images/contact-map.png);
  width: 100%;
  margin-top: 50px;
}
.contact-sec-page .maping-section .addres-div {
  display: flex;
  align-items: start;
  justify-content: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .contact-sec-page .maping-section .addres-div {
    justify-content: start;
  }
}
.contact-sec-page .maping-section .addres-div .home-icon {
  font-size: 40px;
  border-radius: 50%;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-sec-page .maping-section .addres-div .address .section-title {
  font-family: "Poppins-700";
  font-size: 22px;
  line-height: 26px;
  text-align: inherit;
}
.contact-sec-page .maping-section .addres-div .address .add-cnt {
  margin-top: 15px;
  color: #333333;
  font-family: "Poppins-medium";
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}
.contact-sec-page .map-section {
  margin-top: 120px;
}
@media only screen and (max-width: 992px) {
  .contact-sec-page .map-section {
    margin-top: 70px;
  }
}

.project-signal-sec {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .project-signal-sec {
    margin-top: 60px;
  }
}
.project-signal-sec .introduction-section {
  margin-top: 90px;
}
.project-signal-sec .introduction-section .project-signal-heading {
  font-size: 22px;
}
.project-signal-sec .introduction-section .projct-signal-content {
  color: #333333;
  font-family: "Poppins-medium";
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
}
.project-signal-sec .introduction-section .project-sec-images .img1 {
  margin-top: 40px;
}
.project-signal-sec .introduction-section .process-result-sec {
  margin-top: 40px;
}
.project-signal-sec .introduction-section .project-signal-list {
  margin-top: 85px;
  position: sticky;
  top: 30px;
}
@media only screen and (max-width: 768px) {
  .project-signal-sec .introduction-section .project-signal-list {
    margin-top: 30px;
  }
}
.project-signal-sec .introduction-section .project-signal-list .list {
  list-style: none;
  margin-right: 10px;
  display: inline;
  width: 100%;
}
.project-signal-sec .introduction-section .project-signal-list .list .list-sec {
  display: flex;
  align-items: start;
  justify-content: start;
  text-align: left;
  color: #999;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #ececec;
  padding: 24px 0;
  margin: 0;
}
.project-signal-sec .introduction-section .project-signal-list .list .list-sec .list-cnt {
  width: 40%;
}
@media only screen and (max-width: 1200px) {
  .project-signal-sec .introduction-section .project-signal-list .list .list-sec .list-cnt {
    width: 88%;
  }
}
@media only screen and (max-width: 768px) {
  .project-signal-sec .introduction-section .project-signal-list .list .list-sec .list-cnt {
    width: 40%;
  }
}
.project-signal-sec .introduction-section .project-signal-list .list .list-sec .list-cnt h4 {
  font-size: 15px;
  font-family: "Poppins-700";
  color: #222;
}
.project-signal-sec .introduction-section .project-signal-list .list .list-sec .list-cnt h4 .list-bullet {
  padding-right: 10px;
  font-size: 15px;
  font-family: "Poppins-700";
  color: #222;
}
@media only screen and (max-width: 1200px) {
  .project-signal-sec .introduction-section .project-signal-list .list .list-sec .list-cnt h4 .list-bullet {
    padding-right: 0px;
  }
}
.project-signal-sec .introduction-section .project-signal-list .list .list-sec .entry-date {
  color: #999;
  font-size: 15px;
  font-family: "Poppins";
}
.project-signal-sec .introduction-section .project-signal-list .list .list-sec .entry-date a {
  color: #d60010;
  font-size: 15px;
  font-family: "Poppins-600";
  text-decoration: none;
}
.project-signal-sec .introduction-section .project-signal-list .list .list-sec .entry-date .social-media-icon {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  color: #d60010;
}
.project-signal-sec .button-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f8f8;
  padding: 30px 25px 30px;
  margin: 0 15px;
  margin-top: 35px;
}
@media only screen and (max-width: 576px) {
  .project-signal-sec .button-section {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-top: 10px;
    padding: 0px;
  }
}
.project-signal-sec .button-section .back-btn {
  background: #fff;
  padding: 16px 14px;
  border-left: 0;
  border-right: 0;
  box-shadow: 2px 3.5px 16px 0 rgba(0, 0, 0, 0.24);
  border: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-left: 20px;
  font-family: "Poppins-medium";
  margin-right: 20px;
}
@media only screen and (max-width: 576px) {
  .project-signal-sec .button-section .back-btn {
    margin-left: 0;
    padding: 16px 11px;
  }
}
.project-signal-sec .button-section .back-btn a {
  color: #D60010;
  text-decoration: none;
}
.project-signal-sec .button-section .back-btn i {
  margin-right: 10px;
}
@media only screen and (max-width: 576px) {
  .project-signal-sec .button-section .back-btn i {
    margin-right: 4px;
  }
}
.project-signal-sec .button-section .back-btn i.mr-left {
  margin-left: 10px;
}
@media only screen and (max-width: 576px) {
  .project-signal-sec .button-section .back-btn i.mr-left {
    margin-left: 4px;
  }
}
.project-signal-sec .relatade-projects {
  margin-top: 50px;
}
.project-signal-sec .relatade-projects .realted-project-head .heading {
  font-family: "Poppins-700";
  font-size: 28px;
  line-height: 32px;
  color: #000;
  padding-bottom: 30px;
}
.project-signal-sec .relatade-projects .img-cnt .head-child {
  font-family: "Poppins-700";
  color: #D60010;
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 992px) {
  .project-signal-sec .relatade-projects .disp1 {
    display: none;
  }
}

.gallery-section {
  margin-top: 90px;
}
.gallery-section .item1 .projCard {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-section .item1 .projCard:hover .overlay {
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-section .item1 .projCard:hover .overlay i {
  color: #f38990;
  font-size: 50px;
}
.gallery-section .item1 .projCard .parentO {
  padding: 20px;
  transition: all 0.3s ease-in-out 0s;
  display: flex;
  align-items: start;
  justify-content: center;
}
.gallery-section .item1 .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(193, 8, 36, 0.1019607843);
}
.gallery-section .item1 .overlay .parentO {
  transition: all 0.3s ease-in-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}/*# sourceMappingURL=Grid.css.map */