:root {
  --primary-color: #0d4e78;
  --secondary-color: #000;
  --white-color: #fff;
  --offwhite-color: #f5f5f5;
  --title-color: #000;
  --paragraph-color: #404249;
  --border-color: #d0ccca;
  --font-family: "Outfit", sans-serif;
}
.topbar-social li {
  padding-right: 0;
  margin-right: 5px;
}
.topbar-social li::before {
  display: none;
}
.header-logo img {
  max-width: 220px;
}
.footer-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 124px;
  padding: 80px 0px 120px;
}
.footer-logo img {
  max-width: 280px;
}
.hero-style3 .hero-slider-item {
  height: 650px;
  border-radius: 0px;
}
.hero-style3 .hero-slider-item::before {
  border-radius: 0px;
  background: none;
}
.process-icon {
  display: flex;
  align-items: center !important;
  justify-content: center;
}
.process-single {
  align-items: flex-start;
}
.process-single::before {
	height: 130px;
	bottom: -47px;
}
.process-info .text {
	min-height: 150px;
}
.blog-style2 .blog-img img {
	height: 390px;
}
.blog-style2 .blog-img a {
	width: 100%;
}
.blog-style2 .blog-content h5 {
	height: 100px;
}