.hero-banner-sec {
  background: url(../images/banner-img.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 2;
  /* height: 80vh; */
  padding: 120px 0px 120px;
}

.hero-banner-sec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(90deg, rgba(4, 121, 165, 1) 0%, rgba(4, 121, 165, 0.95) 60%, rgb(35 46 60 / 0%) 100%);
}

.hero-banner-sec h1 {
  margin-bottom: 20px;
}

.hero-banner-sec p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 28px;
	color:#fff;
}


/* =================About sec start here================= */
.about-sec {
  padding: 90px 0;
}

.about-sec h2 {
  color: var(--dark);
  margin-bottom: 20px;
}

.about-sec .about-right p {
  margin-bottom: 15px;
}

.about-sec .about-img {
  height: 500px;
}

.about-sec .about-img img {
  object-fit: cover;
}

.about-sec .about-right {
  padding-left: 50px;
}

.about-sec .about-left .about-img::before {
  right: -50px;
  top: -5%;
  height: 300px;
  width: 200px;
  background-image: url(../images/dots-pattern-a.png);
  content: "";
  z-index: -1;
  position: absolute;
  animation: 2s ease-in infinite alternate-reverse top_bottom;
}

.about-sec .about-left .about-img::after {
  left: -50px;
  bottom: -5%;
  height: 300px;
  width: 200px;
  background-image: url(../images/dots-pattern-a.png);
  content: "";
  z-index: -1;
  position: absolute;
  animation: 2s ease-in infinite alternate-reverse top_bottom;
}

/*====================== About sec end here =====================*/
/*===================== Logo sec start here =====================*/

.logos-sec {
  padding: 80px 0;
  position: relative;
  background: url(../images/logo-bg-img.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.logos-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url(../images/dots-bg-img.jpg) no-repeat center center;
  /* background-image: url(/wp-content/img/clientlogo/client-bg.png), linear-gradient(180deg, #E7E7E7 0%, rgba(234, 234, 234, 0.00) 100%); */
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}

.logos-sec .logos-top-area h2 {
  color: var(--dark);
  margin-bottom: 30px;
}

.logos-sec .logos-slider img {
  object-fit: contain;
  height: 120px;
  border: 1px solid var(--dark);
  overflow: hidden;
  padding: 25px;
}

.logos-sec .logos-slider .owl-nav {
  position: absolute;
  top: -75px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.logos-sec .logos-slider .owl-nav span {
  /* background: var(--blue); */
  background: linear-gradient(180deg, rgba(4, 121, 165, 1) 0%, rgba(4, 121, 165, 0.95) 60%, rgb(14 72 128) 100%);
  display: block;
  width: 45px;
  height: 45px;
  line-height: 41px;
  border-radius: 50px;
  color: var(--white);
  font-size: 35px;
  border: 1px solid var(--blue);
}

.logos-sec .logos-slider .owl-nav .owl-next span {
  background: transparent;
  border: 1px solid var(--blue);
  color: var(--blue);
}

.logos-sec .logos-slider .owl-nav .owl-next:hover span {
  background: linear-gradient(180deg, rgba(4, 121, 165, 1) 0%, rgba(4, 121, 165, 0.95) 60%, rgb(14 72 128) 100%);
  color: var(--white);
}

/*===================== Logo sec start here =====================*/
.service-sec {
  padding: 100px 0px 90px;
  /* background: linear-gradient(45deg, #0479a5, #232e3cba); */
  z-index: 2;
}

.service-sec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/service-sec-bg-img.avif) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

.top-area {
  margin-bottom: 50px;
}

.top-area h2 {
  color: var(--dark);
  margin-bottom: 15px;
}

.service-sec .row {
  /* --bs-gutter-x: 45px; */
  --bs-gutter-y: 2rem;
}

.service-sec .service-items {
  background: var(--white);
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.10);
  border-radius: 5px;
  min-height: 220px;
  padding: 25px 25px 35px 25px;
  transition: all ease-in-out 500ms;
  position: relative;
  border: 1px solid #0e488057;
  border-radius: 30px 0px 30px 0px;
}

.service-sec .service-items:hover {
  transform: translateY(-5px);
  border-radius: 0px 30px 0px 30px;
  background: linear-gradient(180deg, rgba(4, 121, 165, 1) 0%, rgba(4, 121, 165, 0.95) 60%, rgb(14 72 128) 100%);
}

.service-sec .service-items:hover h4,
.service-sec .service-items:hover p {
  color: var(--white);
}

.service-sec .service-items h4 {
  color: var(--dark);
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 15px;
}

.service-sec .service-icon-wrapper img {
  width: 65px;
  height: 65px;
  padding: 10px;
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(4, 121, 165, 1) 0%, rgba(4, 121, 165, 0.95) 60%, rgb(14 72 128) 100%);
  margin-bottom: 20px;
  transition: all ease-in-out 500ms;
}

.service-sec .service-items:hover img {
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 100%, rgb(0 0 0) 100%); */
  background: var(--dark);
}

/*============== Service sec end here ==============*/

/*============== Faqs Sec start here ==============*/
.faqs-sec {
  padding: 80px 0;
  position: relative;
  z-index: 2;
}

.faqs-sec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/marble-texture-img.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
  background-attachment: fixed;
}

.faqs-sec .accordion-item {
  border: 1px solid var(--blue) !important;
  margin-bottom: 15px;
}

.faqs-sec .accordion-item .accordion-button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.faqs-sec .accordion-item .accordion-button {
  background: linear-gradient(274deg, rgba(4, 121, 165, 1) 0%, rgba(4, 121, 165, 0.95) 60%, rgb(14 72 128) 100%);
  padding: .6rem 1.25rem;
  color: var(--white);
  font-size: 26px;
  line-height: normal;
}

.faqs-sec .accordion-item .accordion-button:not(.collapsed) {
  color: var(--white);
  background: linear-gradient(274deg, rgba(4, 121, 165, 1) 0%, rgba(4, 121, 165, 0.95) 60%, rgb(14 72 128) 100%);
}

.faqs-sec .accordion-item h3 {
  font-size: 24px;
  line-height: normal;
  color: var(--blue);
  margin: 15px 0;
}

.faqs-sec .accordion-body {
  padding: 1.5rem 1.25rem;
}

.faqs-sec .accordion-item .accordion-button::after {
  background-image: url("../images/carret-icon.png");
  width: 1.8rem;
  height: 1.8rem;
  background-size: contain;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/carret-icon.png");
}

/*============== Faqs Sec start here ==============*/