.search-bar input[type=text] {
  padding: 4px;
  border: 1px solid #fbebbe;
  outline: none;
  color: #003d52;
}
.search-bar input[type=text]::placeholder {
  color: #003d52;
  font-size: 13px;
  font-weight: 400;
}

.search-bar {
  position: relative;
  padding: 10px 0;
  background-color: #fbebbe;
}
@media (max-width: 767.98px) {
  .search-bar {
    margin: 0;
  }
}
.search-bar .search-form {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 767.98px) {
  .search-bar .search-form {
    justify-content: center;
  }
}
.search-bar .search-form .inputs-group {
  position: relative;
}
.search-bar .search-form .search-btn {
  position: absolute;
  right: 5px;
  padding: 5px;
  background: none;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
.search-bar .search-form .search-btn .fa-search {
  color: #003d52;
}
.search-bar .search-form .search-text {
  margin-left: 20px;
  color: #fbebbe;
  cursor: pointer;
}

.carousel-inner .carousel-item .carousel-img {
  height: 436px;
}

.map-container {
  margin-top: 50px;
}
.map-container .main-heading {
  font-size: 22px;
  color: #891654;
  position: relative;
}
.map-container .main-heading::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 1px;
  left: 0;
  bottom: -5px;
  background-color: #891654;
}
@media (max-width: 767.98px) {
  .map-container .main-heading::after {
    left: 12%;
  }
}
@media (max-width: 767.98px) {
  .map-container .main-heading {
    text-align: center;
  }
}
.map-container .map-left-content {
  display: flex;
  align-items: center;
  margin-top: 30px;
  max-width: 600px;
}
@media (max-width: 767.98px) {
  .map-container .map-left-content {
    display: block;
    text-align: center;
  }
}
.map-container .map-left-content .company-nmb {
  font-size: 60px;
  color: #891654;
  line-height: 60px;
}
.map-container .map-left-content .company-detail {
  color: #891654;
  margin-left: 30px;
}
@media (max-width: 767.98px) {
  .map-container .map-left-content .company-detail {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .map-container .map-member-btn {
    text-align: center;
  }
}
.map-container .map-member-btn .member-btn {
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  background-color: #891654;
  padding: 15px 35px;
  margin-top: 110px;
}
@media (max-width: 767.98px) {
  .map-container .map-member-btn .member-btn {
    margin-top: 50px;
  }
}
.map-container .map-member-btn .member-btn:hover {
  border: 1px solid #891654;
  background-color: #ffffff;
  color: #891654;
}
.map-container .map {
  padding-left: 30px;
}
@media (max-width: 767.98px) {
  .map-container .map {
    padding: 0;
  }
}
.map-container .map .google-map {
  width: 100%;
  height: 450px;
  border: 0;
}
@media (max-width: 767.98px) {
  .map-container .map .google-map {
    height: 300px;
    margin-top: 50px;
  }
}

.member-container {
  margin-top: 100px;
}

.services-container {
  margin-top: 100px;
}
.services-container .card {
  padding: 40px 10px 10px 10px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.services-container .card .card-img-container {
  background-color: #0882c3;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-items: center;
  margin: 0 auto;
}
.services-container .card:hover {
  transform: translateY(-12px);
  z-index: 2;
}
@media (max-width: 767.98px) {
  .services-container .card {
    width: 100%;
    margin-top: 30px;
  }
}
.services-container .card .card-img-top {
  width: 100%;
  max-width: 100px;
  height: 80px;
}
.services-container .card .card-body .card-heading {
  font-size: 30px;
  font-weight: 400;
  margin-top: 10px;
}
.services-container .card .card-body .card-para {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 20px;
}
.project-container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.project-container .project-box {
  transition: 0.5s;
}
@media (max-width: 1199.98px) {
  .project-container .project-box {
    max-width: 100%;
    margin-top: 30px;
  }
}
.project-container .project-box:hover .project-detail::before {
  opacity: 1;
  visibility: visible;
}
.project-container .project-box:hover .project-detail .port-info {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.project-container .project-box .project-detail {
  height: 275px;
  margin: 0;
  position: relative;
  width: 275px;
  margin: 0 auto;
}
.project-container .project-box .project-detail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
}
.project-container .project-box .project-detail .port-info {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 40px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.project-container .project-box .project-detail .port-info a {
  color: #ffffff;
  text-decoration: none;
}
.project-container .project-box .project-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.project-container .projects-cards {
    background-color: #0882c3;
    width: 80%;
    border-radius: 15px;
    padding: 15px 15px 30px 15px;
}
.project-container .projects-cards h3, .project-container .projects-cards a {
  color: #ffffff;
  text-decoration: none;
}
.project-container .projects-cards .portfolio-cate {
  margin-bottom: 20px;
}
    .project-container .projects-cards figure {
        margin-bottom: 0;
        overflow: hidden;        
        height: 170px;
    }
.project-container .projects-cards figure img {
  width: 100%;
  transition: 0.5s;
  height: 100%;
  object-fit: cover;
}
.project-container .projects-cards:hover figure img {
  transform: scale(1.1);
}

.footer-container {
  background-color: #fbebba;
  color: #003D52;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-container .footer .footer-1 .footer-contact-heading {
  position: relative;
}
.footer-container .footer .footer-1 .footer-contact-heading::after {
  content: "";
  position: absolute;
  width: 115px;
  height: 3px;
  background-color: #003D52;
  left: 0;
  bottom: -10px;
}
@media (max-width: 767.98px) {
  .footer-container .footer .footer-1 .footer-contact-heading::after {
    width: 90px;
  }
}
.footer-container .footer .footer-1 .footer-contact-para {
    font-size: 16px;
    margin-top: 40px;    
    margin-bottom: 15px;
}
.footer-container .footer .footer-1 .footer-detail .footer-1-icons {
  margin-right: 30px;
  cursor: pointer;
}
.footer-container .footer .footer-2 {
  padding-left: 80px;
}
@media (max-width: 767.98px) {
  .footer-container .footer .footer-2 {
    padding: 0;
  }
}
.footer-container .footer .footer-2 .footer-links-heading {
  position: relative;
}
.footer-container .footer .footer-2 .footer-links-heading::after {
  content: "";
  position: absolute;
  width: 75px;
  height: 3px;
  background-color: #ffffff;
  left: 0;
  bottom: -10px;
}
@media (max-width: 767.98px) {
  .footer-container .footer .footer-2 .footer-links-heading::after {
    width: 60px;
  }
}
.footer-container .footer .footer-2 .footer-list {
  margin-top: 40px;
  padding: 0;
}
.footer-container .footer .footer-2 .footer-list .footer-links-list {
  list-style-type: none;
}
.footer-container .footer .footer-2 .footer-list .footer-links-list a {
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
}
.footer-container .footer .footer-2 .footer-list .footer-links-list a:hover {
  color: #177171;
}
.footer-container .footer .footer-3 {
  padding-left: 50px;
}
@media (max-width: 767.98px) {
  .footer-container .footer .footer-3 {
    padding: 0;
  }
}
.footer-container .footer .footer-3 .footer-social-heading {
  position: relative;
}
.footer-container .footer .footer-3 .footer-social-heading::after {
  content: "";
  position: absolute;
  width: 187px;
  height: 3px;
  background-color: #ffffff;
  left: 0;
  bottom: -10px;
}
@media (max-width: 767.98px) {
  .footer-container .footer .footer-3 .footer-social-heading::after {
    width: 145px;
  }
}
.footer-container .footer .footer-3 .social-list {
  list-style-type: none;
  padding: 0;
  margin-top: 40px;
  display: flex;
}
.footer-container .footer .footer-3 .social-list .social-icons-list {
  margin-right: 10px;
}
.footer-container .footer .footer-3 .social-list .social-icons-list .social-anker {
  text-decoration: none;
}
.footer-container .footer .footer-3 .social-list .social-icons-list .social-anker .footer-icons {
  font-size: 17px;
  color: #fbebbe;
  background-color: #003d52;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: grid;
  place-items: center;
  text-decoration: none;
}
.footer-container .footer .footer-3 .social-list .social-icons-list .social-anker .footer-icons:hover {
  background-color: #fbebbe;
  color: #003d52;
  border:5px solid red;
  border-color:#003d52;
}

.footer-bottom {
  background-color: #0882c3;
}
.footer-bottom .partners {
  display: flex;
  padding: 20px 0 20px 0;
}
.footer-bottom .partners .partner-logos {
  margin-right: 20px;
  max-width: 90px;
  height: 80px;
}
.footer-bottom .partners .partner-logos .partner-logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-bottom .footer-bottm-detail {
  color: #ffffff;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .footer-bottom .footer-bottm-detail {
    text-align: center;
  }
}

.tiles-banner {
  background-image: url("../jpg/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 179px;
}

.tiles-container {
  background-color: #ededed;
  padding: 100px 0 100px 0;
}
@media (max-width: 767.98px) {
  .tiles-container {
    padding: 70px 0 70px 0;
  }
}
.tiles-container .tiles {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 767.98px) {
  .tiles-container .tiles {
    padding: 15px;
  }
}
.tiles-container .tiles:hover {
  transform: translateY(-12px);
}
.tiles-container .tiles:nth-child(even) .tiles-box {
  background-color: #177171;
}
.tiles-container .tiles:nth-child(odd) .tiles-box {
  background-color: #891654;
}
.tiles-container .tiles-box {
  padding: 120px 10px 100px 10px;
  height: 275px;
}
.tiles-container .tile-content {
  background-color: #ffffff;
  padding: 30px 15px;
  text-align: center;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Nunito Sans", sans-serif;
}
*::after {
  box-sizing: border-box;
}
*::before {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.tiles-heading {
  position: relative;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
}
.tiles-heading::after {
  content: "";
  position: absolute;
  width: 100px;
  left: 50%;
  height: 3px;
  top: -30px;
  background-color: #ffffff;
  transform: translate(-50%);
}

.heading {
  position: relative;
  color: #891654;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 70px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .heading {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.heading::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #891654;
  bottom: -10px;
  left: 0;
}

a, button, i {
  transition: all 0.5s;
}

/*# sourceMappingURL=style.css.map */