/* banner start */
.home-banner {
  background: url(../images/banner.png) no-repeat;
  background-size: cover;
  padding: 70px 0 250px;
}
/* .hover-item:hover{
    border-bottom: 3.5px solid rgb(24, 50, 185,1);
    padding-bottom:0 ;

  } */
.hover-item:active {
  border-bottom: 2px solid #434d5f !important;
  padding-bottom: 0 !important;
}

.h-banner-left {
}

.h-banner-left h1 {
  font-size: 54px;
  line-height: 70px;
  color: var(--white);
  margin: 0;
  padding: 0 0 40px 0;
  font-weight: 600;
}

.h-banner-left p {
  font-size: 20px;
  line-height: 30px;
  color: var(--white);
  margin: 0;
  padding: 0 0 40px 0;
}

.h-banner-left a {
  font-size: 13px;
  line-height: 25px;
  padding: 10px 30px;
  border: none;
  background: var(--primary);
  color: var(--white);
  font-weight: 500;
  outline: none;
  border-radius: 40px;
  position: relative;
  letter-spacing: 1px;
  transition: 0.5s;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
  transition: all 0.5s;
}

.h-banner-left a:hover {
  background: var(--white);
  color: var(--primary);
  transition: all 0.5s;
}

.h-banner-left a.get-start {
  background: var(--white) !important;
  margin-left: 20px;
  color: var(--primary) !important;
  transition: 0.5s;
}

.h-banner-left a.get-start:hover {
  background: var(--primary) !important;
  color: var(--white) !important;
  transition: all 0.5s;
}

.h-banner-right {
}

/* banner end */
/* s-2 */
.banner-bottom-card {
  padding: 30px;
  box-shadow: 0 4px 60px 0 rgb(0 0 0 / 10%);
  border-radius: 5px;
  background: var(--white);
  transition: all 0.5s;
  transform: scale(1);
}

.banner-bottom-card:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}

.card-d-flex {
  display: flex;
  align-items: center;
}

.card-d-flex figure {
  background: #ffffff;
  padding: 10px;
  border-radius: 5px;
}

.card-d-flex figure img {
}

.card-d-flex h4 {
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  color: var(--dark);
  padding-bottom: 20px;
  padding-left: 14px;
  width: calc(100% - 40px);
}

.banner-bottom-card p {
  font-size: 15px;
  line-height: 28px;
  margin: 0;
  color: var(--dark-secondary);
}

.banner-bottom {
  margin-top: -60px;
  padding-bottom: 100px;
}

.inn-d-flex {
  display: flex;
}

/*  */
/* CEGMA Earth E5 start */
.earth {
  background: #f4f8ff;
  padding: 80px 0;
}

.innvent-hed {
  font-size: 20px;
  line-height: 30px;
  color: var(--primary);
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  font-family: "Albert Sans";
}
/* .our_services,
.about_head {
  padding-top: 80px;
  padding-bottom: 10px;
} */

.earth p {
  font-size: 15px;
  line-height: 28px;
  color: var(--dark);
  font-weight: 400;
  text-align: center;
  padding-bottom: 20px;
}

.earth-card > p {
  font-size: 15px;
  line-height: 28px;
  color: var(--dark);
  font-weight: 400;
  text-align: center;
  padding-bottom: 0px;
}

.earth-card p span {
  font-weight: bold;
}

.earth-card {
  padding: 30px;
  box-shadow: 0 4px 60px 0 rgb(0 0 0 / 10%);
  border-radius: 5px;
  background: var(--white);
  margin-top: 30px;
  transition: all 0.5s;
}

.earth-card:hover {
  box-shadow: 0 4px 60px 0 rgb(0 0 0 / 30%);
  transition: all 0.5s;
}

.earth-card figure {
  background: #d6e7f4;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

/* CEGMA Earth E5 end */
/* customer start */
.customer {
  padding: 80px 0;
}

.customer p {
  font-size: 15px;
  line-height: 28px;
  color: var(--dark);
  font-weight: 400;
  text-align: center;
  padding-bottom: 30px;
}

.customer h4 {
  font-size: 18px;
  line-height: 30px;
  color: var(--dark);
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
}

#customers-testimonials {
  position: relative;
}

#customers-testimonials .owl-item {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

#customers-testimonials .owl-item li {
  text-align: center;
}

#customers-testimonials li figure {
  width: 140px;
  margin: 0 auto;
}

#customers-testimonials li figure img {
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: var(--primary);
  color: var(--white);
  font-size: 20px;
  width: 40px;
  height: 40px;
  outline: none;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  box-shadow: 0 0px 20px 0 rgb(0 0 0 / 30%);
  transition: all 0.5s;
  border-radius: 5px;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* customer end */
/* news start */
.news {
  padding: 80px 0;
  background: url(../images/news-banner.png) no-repeat;
  background-size: cover;
}

.news h2 {
  font-size: 20px;
  line-height: 30px;
  color: var(--white);
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
}

.news-card {
  background: var(--white);
  padding: 20px 0 60px;
  box-shadow: 0 4px 60px 0 rgb(0 0 0 / 10%);
  border-radius: 5px;
  position: relative;
  margin-top: 40px;
  width: 100%;
  transform: scale(1);
  transition: all 0.5s;
}

.news-card:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}

.news-card img {
  display: block;
  margin: 0 auto;
}

.news-card p {
  font-size: 15px;
  line-height: 28px;
  color: var(--dark-secondary);
  font-weight: 400;
  text-align: center;
  padding: 20px 32px 30px;
}

.news-card a {
  font-size: 15px;
  line-height: 28px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 29px;
  text-align: center;
  color: var(--primary);
  font-weight: 500;
}

.news-card a i {
  padding-left: 6px;
  font-size: 17px;
  font-weight: 600;
}

/* news end */
/* partners start */
.partners {
  padding: 80px 0;
}

.partners p {
  font-size: 15px;
  line-height: 28px;
  color: var(--dark-secondary);
  font-weight: 400;
  text-align: center;
}

.partners ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.partners ul li {
  margin-top: 40px;
}

.partners ul li img {
  transform: scale(1);
  transition: all 0.5s;
  cursor: pointer;
}

.partners ul li img:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}

/* partners end */
/* about start */
.about {
  padding: 80px 0;
}

.about-card {
  padding: 30px;
  box-shadow: 0 4px 60px 0 rgb(0 0 0 / 10%);
  border-radius: 5px;
  background: var(--white);
  margin-top: 30px;
  text-align: center;
  border: 1px solid var(--white);
}

.about-card:hover {
  border: 1px solid var(--primary);
  transition: all 0.5s;
}

.about-card h4 {
  font-size: 18px;
  line-height: 30px;
  color: var(--dark);
  font-weight: 600;
  padding-top: 10px;
}

.about-card span {
  font-size: 15px;
  line-height: 28px;
  color: var(--dark-secondary);
  font-weight: 400;
}

.about-card p {
  font-size: 15px;
  line-height: 28px;
  color: var(--dark-secondary);
  font-weight: 400;
  padding: 30px 0;
}

.about-card ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.about-card ul li {
  margin-right: 28px;
}

.about-card ul li:last-child {
  margin-right: 0px;
}

.about-card ul li a img {
}

/* about end */
/* services start */
.services {
  padding: 80px 0;
  background: #f4f8ff;
}

.services-card {
  padding: 30px;
  box-shadow: 0 4px 60px 0 rgb(0 0 0 / 10%);
  border-radius: 5px;
  background: var(--white);
  margin-top: 30px;
  text-align: center;
  border: 1px solid var(--white);
}

.services-card:hover {
  border: 1px solid var(--primary);
  transition: all 0.5s;
}

.services-card h4 {
  font-size: 18px;
  line-height: 25px;
  color: var(--dark);
  font-weight: 600;
  padding-top: 10px;
  font-family: "Albert Sans";
}

.services .row {
  margin-top: 0;
  margin: 0;
}
.services .now {
  margin-top: -20px;
}

.services-card span {
  font-size: 15px;
  line-height: 28px;
  color: var(--dark-secondary);
  font-weight: 400;
}

.services-card p {
  font-size: 15px;
  line-height: 28px;
  color: var(--dark-secondary);
  font-weight: 400;
  padding: 30px 0;
}

.services-card ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-card ul li {
  margin-right: 28px;
}

.services-card ul li:last-child {
  margin-right: 0px;
}

.services-card ul li a img {
}

/* services end */
/* EPCM start */
.EPCM {
  padding: 80px 0;
  background: #f4f8ff;
}

.EPCM-card {
  padding: 30px;
  box-shadow: 0 4px 60px 0 rgb(0 0 0 / 10%);
  border-radius: 5px;
  background: var(--white);
  margin-top: 30px;
  border: 1px solid var(--white);
}

.EPCM-cc {
  margin-top: 15px;
}
.EPCM .badges span {
  background-color: #f2f2f2;
  font-weight: bold;
  font-size: 12px;
  color: #434d5f;
}
.EPCM .heading h4 {
  font-size: 14px;
}
.EPCM .heading label {
  font-size: 12px;
}
.EPCM-card:hover {
  border: 1px solid var(--primary);
  transition: all 0.5s;
}

.EPCM-card h4 {
  font-size: 18px;
  color: var(--dark);
  font-weight: bold;
}

.EPCM-card span {
  font-size: 15px;
  line-height: 28px;
  color: var(--dark-secondary);
  font-weight: 400;
}

.EPCM-card p {
  font-size: 15px;
  line-height: 28px;
  color: var(--dark-secondary);
  font-weight: 400;
  padding: 30px 0;
}

.EPCM-card ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.EPCM-card ul li {
  margin-right: 28px;
}
.EPCM-card .vmbtn {
  margin-top: -15px;
  margin-bottom: 20px;
}
.vmbtn2 {
  margin-bottom: -8px;
}
.EPCM-card ul li:last-child {
  margin-right: 0px;
}

.EPCM-card ul li a img {
}

/* EPCM end */
