/* blogs css start */
.inner-banner {
  padding: 300px 0;
}

.recent-blogs {
  padding: 50px 0;
}

.latest-blog {
  text-align: center;
}

.latest-blog h3 {
  font-size: 20px;
  color: var(--black-color);
  font-family: "Poppins";
  text-transform: uppercase;
}

.latest-blog h2 {
  font-size: 50px;
  font-family: "Poppins";
  color: var(--blue-color);
}

.maib-services {
  margin-top: 60px;
  margin-bottom: 30px;
}
.maib-services:hover .blog-img:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;

}

.blog-img {
  position: relative;
  z-index: 1;
  transition: all ease 0.5s;

}

.blog-img:before {
  position: absolute;
  z-index: 0;
  content: "";
  left: 50%;
  top: 50%;
  width: 0%;
  height: 0%;
  background: #00000087;
  transition: all ease 0.5s;
}

.blogs-content h6 {
  font-weight: 600;
  font-size: 15px;
  margin: 15px 0;
  color: var(--black-color);
  line-height: 25px;
}

.blogs-content {
  text-align: center;
}

.blogs-content p {
  color: var(--black-color);
  font-size: 15px;
  margin: auto;
  width: 90%;
  font-weight: 400;
  margin-bottom: 10px;
}

.blogs-content a {
  color: var(--blue-color);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.blogs-content a i {
  background: var(--blue-color);
  color: var(--white-color);
  border-radius: 60%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

/* blogs css end */

/* contact css start */

.contact-info {
  padding: 80px 0;
}

.main-cont-info {
  display: flex;
  align-items: center;
  gap: 30px;
}

.phone-call figure {
  background: var(--blue-color);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  border-radius: 60%;
  justify-content: center;
}

.phone-call figure img {
  width: 30px;
}

.num-one span {
  color: var(--black-color);
  font-weight: 500;
  font-size: 16px;
}

.num-one a {
  color: var(--black-color);
  font-weight: 500;
  font-size: 16px;
}

.num-one p {
  color: var(--black-color);
  font-weight: 500;
  font-size: 16px;
}
.we-here {
  margin-top: 80px;
}

.we-here h2 {
  font-size: 70px;
  color: var(--black-color);
  line-height: 70px;
}

.we-here p {
  font-weight: 500;
  font-size: 17px;
  width: 77%;
  margin-top: 30px;
  line-height: 35px;
}
.we-here .form-control {
  background: var(--back-color);
  border: none;
  height: 60px;
  margin-bottom: 20px;
  border-radius: 0;
}
.we-here .form-control::placeholder {
  color: var(--black-color);
  font-weight: 400;
  font-size: 14px;
}

.we-here #textarea {
  height: unset !important;
  padding: 30px;
}

.btn-last button {
  border-radius: 0;
  padding: 16px 50px;
  font-weight: 400;
}
/* contact css end */
