* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--paragraph-font);
}

body,
section,
nav,
ul,
li,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
img,
span {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a,
a:hover {
  text-decoration: none;
  color: unset;
}

.btn {
  font-size: 20px;
}


@font-face {
  font-family: 'Aeonikbold';
  src: url(../fonts/AeonikTRIAL-Bold.ttf);
}

@font-face {
  font-family: 'Aeoniklight';
  src: url(../fonts/AeonikTRIAL-Light.ttf);
}

@font-face {
  font-family: 'Aeonikregular';
  src: url(../fonts/AeonikTRIAL-Regular.ttf);
}

@font-face {
  font-family: 'Helvetica';
  src: url(../fonts/HelveticaNowDisplay-Regular.ttf);
}

:root {
  --headings-font1: "Aeonikregular";
  --headings-font2: "Aeonikbold";
  --headings-font3: "Aeoniklight";
  --paragraph-font: "Helvetica";

}

h2 {
  font-size: 50px;
  font-weight: 500;
  font-family: var(--headings-font1);
}

p {
  font-size: 20px;
  font-family: var(--paragraph-font);
}

.btn {
  font-family: var(--paragraph-font);
}

.custom-pad {
  padding: 80px 0;
}

.energy_headings {
  margin-bottom: 15px;
}

/* navbar  */

.energy_btn-box {
  display: flex;
  align-items: center;
}

.energy_submit {
  width: 63px;
  height: 51px;
  border-radius: 27px;
  background: #E67817 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

}

.energy_header_offcanvas button {
  background-color: #e83a14;
  opacity: 1;
}

.energy_btn {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-size: 400%;
  z-index: 1;
  background: linear-gradient(270deg, #DA251C 0%, #F8C301 98.39%);
  border-radius: 50px;
  padding: 15px 35px !important;
  font-size: 20px;
  border: none;
  color: #fff;
}

.energy_btn:hover {
  animation: animate 8s linear infinite;
  color: #fff;
}

@keyframes animate {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 400%;
  }
}

.energy_btn:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(270deg, #DA251C 0%, #F8C301 98.39%);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: .5s;
}

.energy_btn:hover:before {
  filter: blur(20px);
  opacity: 1;
  animation: animate 8s linear infinite;
}

.energy_submit:hover {
  animation: animate 8s linear infinite;
  color: #fff;
}

@keyframes animate {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 400%;
  }
}

.energy_submit:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: #E67817;
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: .5s;
}

.energy_submit:hover:before {
  filter: blur(20px);
  opacity: 1;
  animation: animate 8s linear infinite;
}

.energy_menubar ul {
  backdrop-filter: blur(24px);
  border: 1px solid #939393;
  background: #ffffff4d;
  border-radius: 50px;
  display: flex;
  gap: 15px;
  font-size: 20px;
  padding: 15px 40px;
  transition: .3s ease-in-out;
}

.energy_menubar ul li a {
  color: #fff !important;
  font-family: var(--paragraph-font) !important;
  position: relative;
  transition: .3s ease-in-out;
}

.energy_menubar ul li a:hover {
  color: #DA251C !important;
}

.energy_menubar ul li a.active {
  color: #DA251C !important;

}

.energy_menubar ul li a.active::after {
  width: 100%;
  background: linear-gradient(270deg, #DA251C 0%, #F8C301 98.39%);
  height: 3px;
}

.energy_menubar ul li a::after {
  position: absolute;
  width: 0%;
  margin: auto;
  height: 3px;
  content: "";
  bottom: 0;
  background: linear-gradient(270deg, #DA251C 0%, #F8C301 98.39%);
  left: 0;
  right: 0;
  transition: .3s ease-in-out;
}

.energy_menubar ul li a:hover::after {
  width: 100%;
}

.energy_header {
  padding: 20px 0 0;
  margin-top: 10px;
}

.energy_header .logo {
  width: 100px;
  margin-left: 20px;
  transition: .3s ease-in-out;
  position: relative;
  top: -10px;
}

.energy_header.fixed {
  background-color: var(--primary-color) !important;
  transition: .3s ease-in-out;
  background-color: #fff !important;
  padding: 8px 0 !important;
  margin: 0;
  box-shadow: 0 0 5px -3px
}

.energy_header.fixed .logo {
  top: 0;
}

.energy_header.fixed .logo {
  width: 65px;
}

.energy_header.fixed .energy_menubar ul {
  padding: 10px 40px;
  border: none;
  background-color: transparent;
  transition: .3s ease-in-out;
}

.energy_header.fixed .energy_btn {
  padding: 15px 35px !important;
}

.energy_header.fixed .energy_menubar ul li a {
  color: #000 !important;
}

.energy_header.fixed .energy_menubar ul li a:hover {
  color: #e67817 !important;
}

.energy_header.fixed .energy_menubar ul li a.active {
  color: #e67817 !important;
}

/* .energy_menubar ul li a.active{
    color: #000;
} */
/* navbar close */
/* banner css  */
section {
  position: relative;
}

.energy-rounded {
  padding: 15px;
}

.energy_banner {
  width: 100%;
  position: relative;
}

.energy_banner-img {
  position: relative;
  width: 100%;
  height: 100vh !important;
}

.energy_banner-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000054;

}

.mask_img {
  mask-mode: alpha;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  width: 100%;
  height: 100%;
}

.banner_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
}

.banner_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.energy_banner-main {
  position: absolute;
  bottom: 5%;
  left: 3%;
  width: fit-content;

}

.energy_banner .energy_headings h2 {
  color: #fff;
}

.energy_banner .energy_headings {
  display: flex;
  align-items: end;
  justify-content: start;
}

.energy_banner .energy_headings img {
  width: 45px;
  height: 45px;
  margin-left: 10px;
}

/* banner css  close*/
/* growth  */
.energy_growth .energy_headings span:nth-child(1) img {
  width: 45px;
  height: 45px;
  background-color: #eeeeee;
  object-fit: contain;
  padding: 8px;
  border-radius: 50%;
}

.energy_growth {
  overflow: hidden;
}

.energy_growth .energy_headings span:nth-child(2) img {
  width: 50px;
  height: 50px;
  background: linear-gradient(179.81deg, #DA251C 0.17%, #F8C301 164.78%);

  object-fit: contain;
  padding: 8px;
  border-radius: 50%;
}

.energy_growth .energy_headings h2 {
  margin-bottom: 15px;
  color: #000 !important;
}

.energy_growth .custom_box {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: end;
}

.energy_fire .custom_box {
  display: flex;
  align-items: self-start;
  /* height: 100%; */
  justify-content: start;
}

.custom_box .energy_submit {
  background-color: #fff !important;
  border-radius: 27px;
  border: none;
  position: relative;
  width: 70px;
  height: 60px;
}

.custom_box .energy_submit:hover {
  background-color: #e67817 !important;

}

.custom_box .energy_submit:hover img {
  filter: brightness(1);
}

.custom_box .energy_submit:hover::after {
  background: #e67817 !important;
}

.custom_box .energy_submit::after {
  content: '';
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  background: linear-gradient(90deg, #F8C301, #DA251C);
  z-index: -1;
  border-radius: 27px;
}

.custom_box .energy_submit img {
  filter: brightness(0);
}

.custom_box .energy_btn {
  background: #fff;
  position: relative;
  color: #000;
  z-index: unset;
  margin-left: 5px;
  transition: all .1s ease-in-out;


}

.custom_box .energy_btn:hover {
  background: linear-gradient(270deg, #DA251C 0%, #F8C301 98.39%);
  color: #fff;

}


.custom_box .energy_btn::after {
  content: '';
  position: absolute;
  left: -2px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  background: linear-gradient(90deg, #F8C301, #DA251C);
  z-index: -1;
  border-radius: 50px;
}

.energy_growth-imgbox img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.energy_growth-imgbox {
  margin-bottom: 20px;
  width: 100%;
  height: 400px;
}

.energy_growth-items p {
  color: #000;
}

.energy_headings p {
  line-height: 32px;
  color: #626262;
}

.navs_box {
  position: absolute;
  width: 180px;
  top: 65%;
  left: -10px;
  transform: translateY(-50%);
}

.energy_growth-mainbox {
  position: relative;
}

.navs_box .swiper-button-prev {
  width: 75px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #AAAAAA;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navs_box .swiper-button-prev::after {
  display: none;
}

.navs_box .swiper-button-next::after {
  display: none;
}

.navs_box .swiper-button-next {
  width: 75px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #AAAAAA;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.energy_growth-imgbox img {
  transition: .3s ease-in-out;
}

.energy_growth-imgbox {
  overflow: hidden;
  border-radius: 20px;

}



/* growth close */
/* products  */
.energy_products-imgbox {
  overflow: hidden;
  border-radius: 15px;
}

.energy_products .energy_headings h2 {
  text-align: center;
  width: 100%;
}

.energy_products-imgbox img {
  transition: .3s ease-in-out;
  border-radius: 15px;
  transform: scale(1.04);
  width: 100%;
  height: 100%;
}

.energy_products-contantbox:hover .energy_products-imgbox img {
  transform: scale(1.0);

}

.energy_products-imgbox {
  position: relative;
  margin-bottom: 20px;
}

.energy_products-contantbox .aroow_top {
  position: absolute;
  top: -100px;
  right: 3px;
  width: 70px;
  border-radius: 50%;
  height: 70px;
  background: linear-gradient(179.7deg, #DA251C 0.26%, #F8C301 129.72%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;

}

.aroow_top i {
  color: #fff;
  font-size: 30px;
  rotate: -40deg;
}

.energy_products-contantbox {
  position: relative;
}

.energy_products-name {
  position: relative;
}

.energy_products-imgbox .aroow_top img {
  object-fit: contain;
  padding: 20px;
  rotate: -50deg;
}

.energy_products-contantbox h6 {
  font-size: 24px;
  font-family: var(--headings-font1);
  margin-bottom: 8px;
  color: #000;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  transition: .3s ease-in-out;
}

.energy_products-contantbox:hover.energy_products-contantbox h6 {
  background-image: linear-gradient(143deg, #DA251C 33.42%, #F8C301 77.22%);
  color: transparent;
  background-clip: text;
}

.energy_proven .energy_products-contantbox h6 {
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow-y: clip;
  text-overflow: ellipsis;
  display: -webkit-box;

}

.energy_products-contantbox .energy_products-imgbox .charcol {
  top: 15px;
  width: fit-content;
  padding: 4px 30px;
  font-size: 18px;
  color: #fff;
  height: fit-content;
  border-radius: 5px;
  background-color: #DA251C !important;
  left: 15px;
  right: 15px;
  position: absolute;
  font-family: var(--primary-color);
  border-radius: 50px;
  border: none;
  z-index: 1;
}

.energy_products-contantbox .energy_products-name p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.energy_protfolio .swiper {
  width: 100%;
  height: 100%;
}

.energy_protfolio .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.energy_protfolio .swiper-wrapper {
  height: auto !important;
}

.productbox .swiper-slide img {
  display: block;
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
}


.energy_protfolio .swiper {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.energy_protfolio .swiper-slide {
  background-size: cover;
  background-position: center;
}

.energy_protfolio .productbox2 {
  height: auto;
  width: 100%;
}

.energy_protfolio .productbox {
  padding: 20px 0;
}

.energy_protfolio .productbox .swiper-slide {
  width: 25%;
  height: 100%;
  /* opacity: 0.4; */
}

.energy_protfolio .productbox .swiper-slide-thumb-active {
  opacity: 1;
}

.productbox2 .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.products_nav {
  position: absolute;
  width: 100%;
}

.products_nav .swiper-button-prev {
  width: 70px;
  height: auto;
  padding: 8px 0;
  border-radius: 50px;
  border: 1px solid #e67817;
}

.products_nav .swiper-button-next {
  width: 70px;
  height: auto;
  padding: 8px 0;
  border-radius: 50px;
  border: 1px solid #e67817;
}

.products_nav .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.products_nav .swiper-button-next:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}


/* products  close*/
/* protfolio  */

.protfolio_slider-imgbox img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;

}

.protfolio_slider-imgbox p {
  color: #656565;
  max-width: 110px;
}

.protfolio_slider-imgbox:hover::after {
  position: absolute;
  content: "";
  width: 115px;
  top: -7px;
  left: -5px;
  height: 115px;
  z-index: -1;
  background: linear-gradient(180deg, #DA251C 0%, #F8C301 140.15%);

  animation: blob 8s ease-in-out infinite;
  transition: .3s ease-in-out;

}

.protfolio_slider-imgbox:hover::before {
  position: absolute;
  content: "";
  width: 125px;
  top: -12px;
  left: -10px;
  height: 124px;
  z-index: -1;
  background: linear-gradient(180deg, #f8c3017a 0%, #da251c6e 140.15%);

  animation: blob1 8s ease-in-out infinite;
  transition: .3s ease-in-out;

}

.protfolio_slider-imgbox::after {
  transition: transform 1s ease-in-out;
}

.protfolio_slider-imgbox a p {
  color: #656565 !important;
}

.linee {
  padding: 60px 0 0;
  position: relative;
  z-index: -1;
}

.energy_protfolio-sliderbox {
  position: relative;
}

.energy_client-mainbox1 {
  display: flex;
  justify-content: space-between;
}

.protfolio_slider-imgbox {
  position: relative;
  text-align: center;
}

.protfolio_slider-imgbox.active {
  position: relative;
}

.protfolio_slider-imgbox.active img {
  width: 180px;
  height: 180px;
  margin-bottom: 20px;
  position: relative;
  top: -25px;


}

.protfolio_slider-imgbox.active::after {
  position: absolute;
  content: "";
  width: 230px;
  top: -47px;
  left: -26px;
  height: 230px;
  z-index: -1;
  background: linear-gradient(180deg, #DA251C 0%, #F8C301 140.15%);
  animation: blob 8s ease-in-out infinite;
}

@keyframes blob {
  0% {
    border-radius: 42% 58% 56% 44% / 43% 42% 58% 57%;
  }

  33% {
    border-radius: 60% 40% 45% 55% / 54% 60% 40% 46%;
  }

  66% {
    border-radius: 48% 52% 66% 34% / 52% 43% 57% 48%;
  }

  100% {
    border-radius: 42% 58% 56% 44% / 43% 42% 58% 57%;
  }
}

.protfolio_slider-imgbox.active::before {
  position: absolute;
  content: "";
  width: 250px;
  top: -57px;
  left: -42px;
  height: 250px;
  z-index: -1;
  background: linear-gradient(180deg, #f8c3017a 0%, #da251c6e 140.15%);
  animation: blob1 8s ease-in-out infinite;
}

@keyframes blob1 {
  0% {
    border-radius: 42% 58% 56% 44% / 43% 42% 58% 57%;
  }

  33% {
    border-radius: 48% 52% 66% 34% / 52% 43% 57% 48%;
  }

  66% {
    border-radius: 60% 40% 45% 55% / 54% 60% 40% 46%;
  }

  100% {
    border-radius: 42% 58% 56% 44% / 43% 42% 58% 57%;
  }
}

.energy_client-mainbox1 ul li:nth-child(1) .protfolio_slider-imgbox {
  top: -140px;
  left: -16px;
}

.energy_client-mainbox1 ul li:nth-child(2) .protfolio_slider-imgbox {
  top: -110px;
  left: 0;
}

.energy_client-mainbox1 ul li:nth-child(3) .protfolio_slider-imgbox {
  top: -80px;
  left: 0;
}

.energy_client-mainbox1 ul li:nth-child(4) .protfolio_slider-imgbox {
  top: -60px;
  left: 0;
}

.energy_client-mainbox1 ul li:nth-child(5) .protfolio_slider-imgbox {
  top: -60px;
  left: 20px;
}

.energy_client-mainbox1 ul li:nth-child(6) .protfolio_slider-imgbox {
  top: -60px;
  left: 40px;
}

.energy_client-mainbox1 ul li:nth-child(7) .protfolio_slider-imgbox {
  top: -80px;
  left: 60px;
}

.energy_client-mainbox1 ul li:nth-child(8) .protfolio_slider-imgbox {
  top: -103px;
  left: 75px;
}

.energy_client-mainbox1 ul li:nth-child(9) .protfolio_slider-imgbox {
  top: -135px;
  left: 90px;
}

.energy_client-mainbox1 ul li button {
  height: 0;
  border: none !important;
  outline: none;
}

.energy_client-mainbox1 ul li button.active {
  height: 0;
  border: none !important;
  outline: none;
  background-color: unset !important;
}

.energy_client-mainbox1 ul li button.active p {
  max-width: none;
  width: 110px;
  margin: auto;
}

.energy_client-mainbox1 ul {
  border: none;
}

.products_main {
  margin-top: 190px;
}

textarea {
  resize: none;
}

/* protfolio  close*/
/* driving  */

.energy_driving {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 9;
  background-position: center;
  padding: 70px 0;
  width: 98%;
  border-radius: 15px;
  margin: 0 auto;
  background-attachment: fixed;

}

.energy_driving::after {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000033;
  border-radius: 15px;
  content: "";
  position: absolute;
  z-index: -1;
}

.energy_driving-content {
  position: sticky;
  top: 120px;
}

.energy_driving-content img {
  width: 85px;
}

.energy_driving-step {
  display: grid;
  grid-gap: 15px;
  margin-top: 50px;
}

.energy_driving-items {
  padding: 25px;
  /* padding-left: 55px; */
  border-radius: 25px 10px 10px 25px;
  position: sticky;
  background-color: #fff;
  box-shadow: 9px 4px 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 9;
  min-height: auto;
  overflow-y: auto;
}

.energy_driving-step .energy_driving-items:nth-child(1) {


  top: 120px;
}

.energy_driving-step .energy_driving-items:nth-child(2) {


  top: 140px;
}

.energy_driving-step .energy_driving-items:nth-child(3) {


  top: 120px;
}


.energy_btn-box .energy_submit img {
  margin: 0;
  width: 30px;
}

.energy_driving .energy_headings h2 {
  margin-bottom: 10px;
}

.energy_driving .energy_headings p {
  margin-bottom: 20px;
  color: #fff;
}

.energy_driving .energy_headings span:nth-child(1) img {
  width: 45px;
  height: 45px;
  background-color: #eeeeee;
  object-fit: contain;
  padding: 8px;
  border-radius: 50%;
}

.energy_driving-contentbox ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.energy_driving-contentbox ul li {
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 15px;

}

.energy_driving-content h6 {
  color: #DA251C;
  font-size: 30px;
  text-align: right;
  font-family: var(--headings-font1);
}

.energy_driving-content img {
  margin-bottom: 20px;
}

.energy_driving-content h5 {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: var(--headings-font1);
}

.energy_driving-contentbox {
  height: 500px;
  overflow-y: scroll;
}

/* driving close */

/* counter section  */
.energy_counter-name h4 {
  color: #DA251C;
  font-size: 45px;
  font-family: var(--headings-font1);
}

.energy_counter-icons img {
  width: 55px;
}

.energy_shadow {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.energy_counter-mainbox {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-bottom: 5px;
}

/* counter section close */
/* global  */
.energy_protfolio-mainbox .energy_headings .energy_protfolio-icons {
  width: 90px;
  height: fit-content;
  background: linear-gradient(180deg, #DA251C 0%, #F8C301 140.15%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: 0 10px;
}

.energy_protfolio-mainbox .energy_headings h2 {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}

.energy_headings {
  display: flex;
  justify-content: center;
}

.energy_client .energy_headings span {
  display: flex;
  align-items: center;
}

.energy_client-mainbox .energy_headings h2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;

}

.energy_driving .energy_headings {
  flex-direction: column
}

.energy_driving .energy_headings h2 {
  display: flex;
  flex-direction: column;
}

.energy_driving .energy_headings h2 span {
  display: flex;
  align-items: center;
}

.energy_protfolio-mainbox .energy_headings .energy_protfolio-icons img {
  background-color: transparent;
  width: 60px;
  padding: 8px;
  object-fit: contain;
}

.energy_global .energy_headings {
  flex-direction: column;
}

.energy_global .energy_headings h2 span {
  display: flex;
  align-items: center;
}

.energy_products .energy_headings {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px !important;
}

.energy_protfolio-mainbox .energy_headings span {
  display: flex;
  align-items: center;
}

.energy_growth .energy_headings span {
  display: flex;
  align-items: center;
}

.energy_growth .energy_headings {
  display: flex;
  justify-content: flex-start;
}

.energy_protfolio-mainbox .energy_headings span img {
  width: 45px;
  height: 45px;
  background-color: #eeeeee;
  object-fit: contain;
  padding: 8px;
  border-radius: 50%;
}


.energy_global-map_img {
  position: relative;
}

.energy_global-maps_details {
  position: absolute;
  top: 0;
}

.energy_global-maps_details .marker-dot {
  position: absolute;
  top: 230px;
  left: 130px;
}

/* --------------- */












.energy-factories__map {
  position: relative;

  margin: 0 auto;
}

.energy-factories__map .world-map {
  width: 1000px;
  height: auto;
}

.energy-factories__map [class^="marker-"] {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition-delay: 0s;
  /* -webkit-transform: scale(0);
  transform: scale(0); */
}

.energy-factories__map [class^="marker-"] img {
  height: 38px;
}

.energy-factories .energy-factories__map [class^="marker-"] {
  transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.map-details {
  position: absolute;
  width: fit-content;
  background-color: var(--clr-white);
  top: 30%;
  /* left: 50%;
  transform: translateX(-50%); */
  padding: 15px;
  border-radius: 10px;

  filter:
    drop-shadow(0px 7px 16px #0000001A) drop-shadow(0px 30px 30px #00000017) drop-shadow(0px 67px 40px #0000000D) drop-shadow(0px 120px 48px #00000003) drop-shadow(0px 187px 52px #00000000);
  background-color: #fff;
}



.marker-iraq {
  bottom: 330px;
  left: 590px;
}

.marker-la {
  top: 220px;
  left: 163px;

}

.marker-taiwan {
  top: 280px;
  left: 825px;
}

.marker-canada {
  top: 116px;
  left: 200px;
}

.marker-portugal {
  left: 430px;
  bottom: 355px;

}

.marker-amsterdam {
  top: 24px;
  left: 536px;
}

.marker-saudi {
  bottom: 310px;
  left: 600px;
}


.line_details>* {
  position: absolute;
  height: 0;
  width: 0;
  transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.marker-iraq:hover .line_details .line1 {
  height: 90px;
  border-left: 1px dashed #4d4d4d;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
}

.marker-iraq:hover .line_details .line2 {
  width: 400px;
  border-top: 1px dashed #4d4d4d;
  bottom: -98px;
  left: 13px;
  transition-delay: 0.3s;
  top: inherit;
}

.marker-iraq:hover .line_details .line3 {
  height: 55px;
  border-left: 1px dashed #4d4d4d;
  left: -228px;
  top: -30px;
  transition-delay: 0.6s;
  opacity: 0;
}

.marker-iraq.active .line_details .line1 {
  height: 80px;
  border-left: 1px dashed #4d4d4d;
  top: 38px;
  left: 50%;
  display: none;
  transform: translateX(-50%);
}

.marker-iraq.active .line_details .line2 {
  width: 350px;
  border-top: 1px dashed #4d4d4d;
  bottom: 25px;
  left: 20px;
  transition-delay: 0.3s;
  top: inherit
}

.marker-iraq.active .line_details .line3 {
  height: 55px;
  border-left: 1px dashed #4d4d4d;
  left: -228px;
  top: -30px;
  transition-delay: 0.6s;
  opacity: 0;
}

.marker-taiwan:hover .line_details .line1 {
  height: 75px;
  border-left: 1px dashed #4d4d4d;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.marker-taiwan:hover .line_details .line2 {
  width: 180px;
  border-top: 1px dashed #4d4d4d;
  bottom: -75px;
  left: 13px;
  transition-delay: 0.3s;
}

.marker-taiwan.active .line_details .line1 {
  height: 215px;
  border-left: 1px dashed #4d4d4d;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.marker-taiwan.active .line_details .line2 {
  width: 120px;
  border-top: 1px dashed #4d4d4d;
  top: 95px;
  left: 20px;
  transition-delay: 0.3s;

}

/* .marker-taiwan:hover .line_details .line3 {
  height: 50px;
  border-left: 1px dashed #4d4d4d;
  left: -377px;
  top: -247px;
  transition-delay: 0.6s;
} */
.marker-portugal:hover .line_details .line1 {
  height: 24px;
  border-left: 1px dashed #4d4d4d;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
}

.marker-portugal:hover .line_details .line2 {
  width: 640px;
  border-top: 1px dashed #4d4d4d;
  bottom: -30px;
  left: 13px;
  transition-delay: 0.3s;
}

.marker-portugal:hover .line_details .line3 {
  height: 110px;
  border-left: 1px dashed #4d4d4d;
  left: -167px;
  top: -30px;
  display: none;
  transition-delay: 0.6s;
}

.marker-portugal.active .line_details .line1 {
  height: 30px;
  border-left: 1px dashed #4d4d4d;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
}

.marker-portugal.active .line_details .line2 {
  width: 645px;
  border-top: 1px dashed #4d4d4d;
  top: 70px;
  left: 13px;
  transition-delay: 0.3s;
}

.marker-portugal.active .line_details .line3 {
  height: 110px;
  border-left: 1px dashed #4d4d4d;
  left: -167px;
  top: -30px;
  transition-delay: 0.6s;
  opacity: 0;
}

/* .marker-saudi:hover .line_details .line1 {
  height: 24px;
  border-left: 1px dashed #4d4d4d;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
} */
.marker-saudi:hover .line_details .line2 {
  width: 150px;
  border-top: 1px dashed #4d4d4d;
  top: 12px;
  right: 30px;
  transition-delay: 0.3s;
}

.marker-russia.active .map-details {
  display: block;
  top: 246px;
  left: -347px;
}

.marker-russia.active .line_details .line1 {
  height: 266px;
  border-left: 1px dashed #4d4d4d;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}

.marker-russia.active .line_details .line2 {
  width: 228px;
  border-top: 1px dashed #4d4d4d;
  bottom: -274px;
  right: 12px;
  transition-delay: 0.3s;
  top: inherit;
}

.marker-saudi:hover .line_details .line3 {
  height: 55px;
  border-left: 1px dashed #4d4d4d;
  left: -153px;
  top: 13px;
  transition-delay: 0.6s;
}

.marker-saudi.active .line_details .line1 {
  height: 40px;
  border-left: 1px dashed #4d4d4d;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
}

.marker-saudi.active .line_details .line2 {
  width: 430px;
  border-top: 1px dashed #4d4d4d;
  top: 74px;
  left: 10px;
  transition-delay: 0.3s;

}

.marker-taiwan.active .line_details .line1 {
  height: 60px;
  border-left: 1px dashed #4d4d4d;
  top: 40px;
  display: none;
  left: 50%;
  transform: translateX(-50%);
}

.marker-saudi.active .line_details .line3 {
  height: 160px;
  border-left: 1px dashed #4d4d4d;
  left: -153px;
  top: 13px;
  display: none;
  transition-delay: 0.6s;
}

.marker-amsterdam:hover .line_details .line1 {
  height: 24px;
  border-left: 1px dashed #4d4d4d;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
}

.marker-amsterdam.active .line_details .line1 {
  height: 24px;
  border-left: 1px dashed #4d4d4d;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
}

.marker-amsterdam .line_details .line1 {
  opacity: 0;
}

.marker-amsterdam .line_details .line2 {
  opacity: 0;
}

.marker-amsterdam:hover .line_details .line2 {
  width: 155px;
  border-top: 1px dashed #4d4d4d;
  top: -30px;
  right: 13px;
  transition-delay: 0.3s;
}

.marker-amsterdam:hover .line_details .line3 {
  height: 110px;
  border-left: 1px dashed #4d4d4d;
  left: 50%;
  top: 36px;
  transition-delay: 0.6s;
}

.marker-canada:hover .line_details .line1 {
  height: 100px;
  border-left: 1px dashed #4d4d4d;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.marker-canada.active .line_details .line1 {
  height: 110px;
  border-left: 1px dashed #4d4d4d;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.marker-canada .line_details .line1 {
  opacity: 0;
}



.marker-canada:hover .line_details .line2 {
  width: 950px;
  border-top: 1px dashed #4d4d4d;
  top: 145px;
  left: 13px;
  transition-delay: 0.3s;
  opacity: 1;
}

.marker-canada.active .line_details .line2 {
  width: 950px;
  border-top: 1px dashed #4d4d4d;
  top: 145px;
  left: 13px;
  transition-delay: 0.3s;
  opacity: 1;
}

.marker-canada:hover .line_details .line3 {
  height: 110px;
  border-left: 1px dashed #4d4d4d;
  left: 50%;
  top: 36px;
  transition-delay: 0.6s;
}

.marker-la:hover .line_details .line1 {
  height: 40px;
  border-left: 1px dashed #4d4d4d;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.marker-la:hover .line_details .line2 {
  width: 950px;
  border-top: 1px dashed #4d4d4d;
  top: 70px;
  left: 13px;
  transition-delay: 0.3s
}

.marker-la:hover .line_details .line3 {
  height: 196px;
  border-left: 1px dashed #4d4d4d;
  right: -425px;
  top: -46px;
  display: none;
  transition-delay: 0.6s;
}

.marker-la.active .line_details .line1 {
  height: 40px;
  border-left: 1px dashed #4d4d4d;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
}

.marker-la.active .line_details .line2 {
  width: 435px;
  border-top: 1px dashed #4d4d4d;
  top: -47px;
  left: 13px;
  transition-delay: 0.3s
}

.marker-la.active .line_details .line3 {
  height: 40px;
  border-left: 1px dashed #4d4d4d;
  right: -425px;
  top: -46px;
  transition-delay: 0.6s;
}

.map-details-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 350px;
}

.map-details-img {
  width: 100%;
  text-align: center;
}

.energy-factories__map .map-details-img img {
  filter: inherit;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}

.map-details-cont {
  width: 60%;
  padding-left: 15px;
}

.map-details {
  display: none;
  transition: all 0.5s ease-in-out;
}

.marker-la .map-details {
  right: -1360px;
  top: 0;
  transition: all 0.5s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.6s;
}

.marker-la:hover .map-details {
  display: block;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.6s;
}

.marker-canada .map-details {
  left: 970px;
  top: 75px;
  transition: all 0.5s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.6s;
}

.marker-canada:hover .map-details {
  display: block;
}

.marker-canada.active .map-details {
  display: block;
}

.marker-amsterdam .map-details {
  left: 21px;
  top: 157px;
  transition: all 0.5s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.6s;
}

.marker-amsterdam:hover .map-details {
  display: block;
}

.marker-amsterdam.active .map-details {
  display: block;
}

.marker-portugal .map-details {
  left: 666px;
  top: 0;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.6s;
}

.marker-portugal:hover .map-details {
  display: block;
}

.marker-portugal.active .map-details {
  display: block;
}

.marker-saudi .map-details {
  right: -800px;
  top: -55px;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.6s;
}

.marker-saudi:hover .map-details {
  display: block;
}

.marker-saudi.active .map-details {
  display: block;
}

.marker-iraq .map-details {
  left: 420px;
  top: -38px;
  transition: all 0.5s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.6s;
}

.marker-iraq:hover .map-details {
  display: block;
}

.marker-iraq.active .map-details {
  display: block;
}

.marker-taiwan .map-details {
  left: 206px;
  top: 70px;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.6s;
}

.marker-taiwan:hover .map-details {
  display: block;
}

.marker-taiwan.active .map-details {
  display: block;
}

.map-details-wrap p {
  margin-bottom: 5px;
  color: #000;
  font-size: 16px;
}

.map-details-wrap p:nth-child(1) {
  font-weight: 900;
  font-size: 20px;
}


.map-details-wrap p span {
  color: #525455;
  padding-left: 4px;

}


.map-details-img p {
  color: #525455;
  font-size: 16px;
}

.marker-uae {
  bottom: 300px;
  left: 620px;
}


.marker-uae.active .map-details {
  display: block;
}

.marker-uae.active .map-details {
  left: 400px;
  top: -66px;
  transition: all 0.5s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.6s;
}

.marker-uae.active .line_details .line1 {
  height: 20px;
  border-left: 1px dashed #4d4d4d;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
}

.marker-uae.active .line_details .line2 {
  width: 330px;
  border-top: 1px dashed #4d4d4d;
  top: -20px;
  left: 14px;
  transition-delay: 0.3s;
}

.marker-shanghai {
  top: 114px;
  left: 948px;
}

.marker-shanghai:hover .map-details {
  display: block;
}

.marker-shanghai .map-details {
  left: -403px;
  top: 21px;
  transition: all 0.5s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.6s;
}

.marker-shanghai:hover .line_details .line1 {
  height: 50px;
  border-left: 1px dashed #4d4d4d;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
}

.marker-shanghai:hover .line_details .line2 {
  width: 270px;
  border-top: 1px dashed #4d4d4d;
  bottom: -55px;
  right: 13px;
  transition-delay: 0.3s;
}

.marker-shanghai.active .map-details {
  display: block;
}

.marker-shanghai.active .map-details {
  left: -403px;
  top: 65px;
  transition: all 0.5s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0s;
  transition-delay: 0.6s;
}

.marker-shanghai.active .line_details .line1 {
  height: 72px;
  border-left: 1px dashed #4d4d4d;
  top: 41px;
  left: 50%;
  transform: translateX(-50%);
}

.marker-shanghai.active .line_details .line2 {
  width: 270px;
  border-top: 1px dashed #4d4d4d;
  bottom: -78px;
  right: 18px;
  transition-delay: 0.3s;
}

.marker-la.active .map-details {
  display: block;
}

.marker-la.active .line_details .line1 {
  height: 40px;
  border-left: 1px dashed #4d4d4d;
  bottom: -43px;
  left: 50%;
  transform: translateX(-50%);
}

.marker-la.active .line_details .line2 {
  width: 980px;
  border-top: 1px dashed #4d4d4d;
  top: 80px;
  left: 10px;
  transition-delay: 0.3s;
}

.marker-la.active .line_details .line3 {
  height: 195px;
  border-left: 1px dashed #4d4d4d;
  right: -439px;
  top: -46px;
  transition-delay: 0.6s;
  display: none;
}

.marker-amsterdam.active .line_details .line3 {
  height: 110px;
  border-left: 1px dashed #4d4d4d;
  left: 50%;
  top: 36px;
  transition-delay: 0.6s;
}

.marker-canada.active .line_details .line3 {
  height: 110px;
  border-left: 1px dashed #4d4d4d;
  left: 50%;
  top: 36px;
  display: none;
  transition-delay: 0.6s;
}

.marker-turkey {
  top: 68px;
  right: 399px;
}

.marker-turkey.active .map-details {
  display: block;
  top: 205px;
  left: -125px;
}

.marker-turkey.active .line_details .line1 {
  height: 73px;
  border-left: 1px dashed #4d4d4d;
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.marker-turkey.active .line_details .line3 {
  height: 255px;
  border-left: 1px dashed #4d4d4d;
  left: -153px;
  top: 13px;
  transition-delay: 0.6s;
}

.marker-turkey.active .line_details .line2 {
  width: 137px;
  border-top: 1px dashed #4d4d4d;
  top: 12px;
  right: 39px;
  transition-delay: 0.3s;
}

.marker-spain {
  bottom: 370px;
  left: 458px;
}

.marker-spain.active .line_details .line1 {
  height: 45px;
  border-left: 1px dashed #4d4d4d;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
}

.marker-spain.active .line_details .line2 {
  width: 630px;
  border-top: 1px dashed #4d4d4d;
  top: 80px;
  left: 13px;
  transition-delay: 0.3s;
}

.marker-spain.active .map-details {
  display: block;
  top: 0;
  left: 650px;
}


.marker-russia {
  top: 150px;
  right: 690px;

}

.marker-russia.active .map-details {
  display: block;
  top: 90px;
  left: 220px;

}

.marker-russia.active .line_details .line1 {
  height: 85px;
  border-left: 1px dashed #4d4d4d;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
}

.marker-russia.active .line_details .line2 {
  width: 245px;
  border-top: 1px dashed #4d4d4d;
  bottom: -93px;
  left: 10px;
  transition-delay: 0.3s;
  top: inherit;
}

.energy-factories__map a .pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(253, 29, 29, 1) 36%, rgba(253, 27, 27, 1) 45%, rgba(248, 195, 1, 1) 90%);
  cursor: pointer;
  -webkit-box-shadow: #bb6830 rgba(187, 104, 48, 0.9);
  box-shadow: 0 0 0 0 rgba(187, 104, 48, 0.9);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  position: absolute;
  left: 9px;
  top: 38px;
}


@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 92, 36, 0.9);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(240, 92, 36, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(240, 92, 36, 0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 92, 36, 0.9);
  }

  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(240, 92, 36, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 92, 36, 0);
  }
}

/* ------------------------------  */

/* client  */
/* .global-clients__mob,
.global-certificates__mob {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
*/
.global-clients__single {
  background: #F2F2F2;
  border: 1px solid #E4E4E4;
  border-radius: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px;
}

.global-clients__single img {
  /* width: 150px; */
  object-fit: contain;
}

.energy_fire-counterbox .energy_counter-mainbox {
  justify-content: start;
}

.energy_fire-content p {
  color: #626262;
}



.energy_fire-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.energy_counter-imgbox img {
  border-radius: 16px;
}

.energy_counter-content_img img {
  border-radius: 16px;
}

.energy_counter-contentbox {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.energy_counter-sub_content p {
  color: #626262;
  margin-bottom: 15px;
}

.energy_counter-imgbox {
  position: relative;
  height: 100%;
}

.energy_counter-imgbox img {
  height: 100%;
}

.energy_counter-imgbox::after {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  border-radius: 16px;
  background: #00000033;
}

.energy_counter-content_img {
  position: relative;
  margin-bottom: 15px;
}

.energy_counter-content_img::after {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  border-radius: 16px;
  background: #00000033;
}

/* contact form  */
.energy_contact {
  width: 98%;
  margin: 0 auto;
}

.energy_contact-form {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 50px;
  filter:
    drop-shadow(0px 7px 16px #0000001A) drop-shadow(0px 30px 30px #00000017) drop-shadow(0px 67px 40px #0000000D) drop-shadow(0px 120px 48px #00000003) drop-shadow(0px 187px 52px #00000000);
  display: flex;
  flex-direction: column;
  gap: 25px;

}

.energy_contact-full {
  position: absolute;
  bottom: -100px;
  width: 100%;

}

.energy_contact-form .form-group input {
  background: #F5F5F5;
  padding: 15px;
  font-size: 14px;

}

.energy_contact-form .form-group textarea {
  background: #F5F5F5;
  padding: 15px;
  text-transform: capitalize;
  font-size: 14px;
}

.submit_btn {
  background: linear-gradient(270deg, #DA251C 0%, #F8C301 98.39%) !important;
  border-radius: 50px;
  font-size: 20px;
  font-family: var(--paragraph-font);
  border: none;
  color: #fff;
  padding: 0px 35px !important;
  height: 70px;

  text-transform: capitalize;
}



.fi-tr-clover-alt {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  background: linear-gradient(179.81deg, #DA251C 0.17%, #F8C301 164.78%);
}

.fa-bolt {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E67818;
  font-size: 24px;
  background: #EEEEEE;

}

.fi-tr-medical-star {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E67818;
  font-size: 24px;
  background: #EEEEEE;
  margin: 0 10px;
}

.fi-tr-medical-star::before {
  animation: spin 1s linear infinite;

}

@keyframes spin {
  0% {
    rotate: 0deg;
  }

  100% {
    rotate: 360deg;
  }
}


.arrow_right i {
  background: linear-gradient(179.81deg, #DA251C 0.17%, #F8C301 164.78%);
  font-size: 35px;
  padding: 3px 25px;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  margin-right: 5px;

}

.energy_contact-form h5 {
  display: flex;
  font-size: 35px;
  align-items: center;
  font-family: var(--headings-font1);
}

/* contact form  close */
/* internatinol  */

.dgGlobal-location__office-box {
  background-color: transparent;
  width: 100%;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #fff !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.dgGlobal-location__menu-offices .accordion-item {
  border: none !important;
  padding: 8px 0;
}

.dgHome-location__menu-offices .accordion-flush>.accordion-item {
  width: 100% !important;
  border: none !important;
  margin-bottom: 8px;
  position: relative !important;
  transition: all 0.5s ease-in-out;
}

.dgGlobal-location__menu-offices .accordion-button::after,
.dgGlobal-location__menu-offices .accordion-button:not(.collapsed)::after {
  background: none;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\2b";
  position: absolute !important;
  right: 28px !important;
  z-index: 9 !important;
  color: #fff !important;
  top: 31% !important;
  color: var(--clr-white);

}

.dgGlobal-location__menu-offices .accordion-button:not(.collapsed)::after {
  content: "\f068";
  transform: none;
}



.dgGlobal-location__contact-list li span {
  padding-right: 8px;
}

.dgGlobal-location__menu-offices .accordion-body h5 {
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 600;
}

.dgGlobal-location__contact-list li {
  padding: 3px 0;
}

.dgGlobal-location__menu-offices .accordion-body {
  padding: 15px 15px;
  background-color: #e8e8e89e;
}

.dgGlobal-location__office-box .img-part {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: -1;
}

.dgGlobal-location__office-box .img-part img {
  width: 100% !important;
  object-fit: cover !important;
  height: auto;
  object-position: center;
}

.dgGlobal-location__office-box .title {
  text-align: center;
  flex-direction: revert;
  padding: 28px 18px;
  display: flex;
}

.dgGlobal-location__office-box .title h5 {
  font-size: 16px !important;
  color: #fff;
  font-weight: 600;
  font-family: var(--ff-primary);
}

.dgGlobal-location__menu-offices .accordion-button {
  padding: 0 !important;
  border-radius: 8px !important;
  overflow: hidden;
  border: none !important;
}

.dgGlobal-location__menu-offices .accordion-button:focus {
  box-shadow: none;
}

.energy_international {
  margin-top: 70px;
  overflow: hidden;
}

.global_location {
  padding-top: 0;
  overflow: hidden;
}

.energy_international .energy_headings {
  display: flex;
  justify-content: start;
}

.energy_international .energy_headings h2 span {
  display: flex;
  align-items: center;
}

.energy_international .custom_box {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}

.energy-location {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: url(../images/energy-location-bg.jpg) no-repeat 0 0;
  background-size: cover;
}

.energy-location .custom-heading h6 span {
  background: linear-gradient(90deg, rgba(253, 29, 29, 1) 36%, rgba(253, 27, 27, 1) 45%, rgba(248, 195, 1, 1) 90%)
}

.energy-rightcont {
  position: relative;
  text-align: right;
}

.energy-location__wrap {
  justify-content: center;
  overflow: hidden;
}

.energy-location__single {
  width: calc(2 * calc(1/10 * 100%));
  padding: 0 8px;
  position: relative;
  transition: width 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
}

.energy-location__single.active {
  width: calc(10 * calc(1/10 * 100%));
  transition: width 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
}

.energy-location__single .img-part img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}

.energy-location__single .content-part {
  position: absolute;
  bottom: 15px;
  left: 30px;
  opacity: 0;
  width: 70%;
  padding: 15px;
  z-index: 99;
}

.energy-location__single.active .content-part {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.38, 0.005, 0.215, 1) 0.3s;
}

.energy-location__single h5 {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  position: absolute;
  left: 20px;
  bottom: 25px;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--clr-white);
  z-index: 1;
  font-family: var(--ff-body);
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.38, 0.005, 0.215, 1) 0.3s;
}

.energy-location__single.active h5 {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.38, 0.005, 0.215, 1) 0.2s;
}

@supports (writing-mode:sideways-lr) {
  .energy-location__single h5 {
    writing-mode: sideways-lr;
    transform: unset;
  }
}

.energy-location__single h6 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--clr-white);
  z-index: 1;
  font-family: var(--ff-body);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.energy-location__single .img-part {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.energy-location__single .img-part::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.43) 100%);
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px;
}

.energy-location__single .img-part::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -160%;
  position: absolute;
  top: 0;
  transform: skewX(25deg);
  width: 50%;
  z-index: 2;
  border-radius: 50%;
}

.energy-location__single:hover .img-part::after {
  -webkit-animation: shine-img 0.85s;
  animation: shine-img 0.85s;
}

.loc-define {
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
}

@-webkit-keyframes shine-img {
  100% {
    left: 125%;
  }
}

@keyframes shine-img {
  100% {
    left: 125%;
  }
}

.energy-location__single .address-part li {
  font-size: 16px;
  margin-top: 8px;
  display: flex;
}

.energy-location__single .address-part li span {
  padding-right: 8px;
  display: inline-block;
}

.energy-location__single .address-part li a {
  color: var(--clr-white);
}


.about_left-cont .custom-heading h6 span {
  background: linear-gradient(90deg, rgba(253, 29, 29, 1) 36%, rgba(253, 27, 27, 1) 45%, rgba(248, 195, 1, 1) 90%);
}

.global_location {
  padding-top: 0;
  overflow: hidden;
}

.global_location .socks-heading {
  margin-bottom: 40px;
}


.energy_international .energy_btn-box {
  justify-content: end;
}



/* internatinol  close*/

/* footer  */



.social_icons ul li {
  position: relative;
  transition: all 0.5s ease-in-out;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;

}

.social_icons ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social_icons ul li::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, #DA251C 0%, #F8C301 98.39%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  border-radius: 50%;
  z-index: 0;
}

.social_icons ul li:hover {
  border: 1px solid transparent;

}

.social_icons ul li:hover::before {
  opacity: 1;
}

.social_icons ul li i {
  position: relative;
  z-index: 1;
  color: #fff;
}

.energy_footer-item1 h5 {
  color: #fff;
  font-size: 26px;
  font-family: var(--headings-font1);
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}



.footer_last-border {
  border-top: 1px solid #fff;
  padding: 25px 0;
}

.footer_social-icon p {
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
}

.footer_social-icon p a {
  font-weight: 900;

}

.energy_footer-item1 ul li a {
  color: #fff;
  font-size: 18px;
  transition: .2s ease-in-out;
}

.energy_footer-item,
.energy_footer-item1 p {
  margin-bottom: 20px;
  font-size: 18px;
}

.energy_footer-item1 P {
  display: flex;
  align-items: baseline;
}

.energy_footer-item1 ul li a:hover {
  color: #F8C301;
}

.energy_footer-item1 ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer_lastbar {
  padding-top: 50px;
}

.energy_footer-item img {
  margin-bottom: 15px;
}

.energy_footer-item,
.energy_footer-item1 p {
  color: #fff;
}

.energy_footer {
  width: 98%;
  margin: 0 auto 20px;
  position: static;
  background-color: #0D0803;
}

.social_icons {
  position: absolute;
  right: 80px;
  top: 43%;
  transform: translateY(-50%);
}

.footer_last-part {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff42;
  color: #fff;
  padding: 25px 0;
  margin-top: 40px;
  align-items: center;
}

.footer_last-part p a {
  font-weight: 900;
  color: #F8C301;
}

.footer_main {
  position: relative;
}

.footer_logo {
  width: fit-content;
  height: 50px;

}

.footer_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;

}

.energy_footer {
  padding-bottom: 0;
  border-radius: 15px;
}

.fac-mb__factory-wrap .accordion-button {
  padding: 10px;
  background: 0 0 !important;
  box-shadow: none !important;
  border-bottom: none !important
}

.fac-mb__factory-wrap .accordion-button:after {
  --bs-accordion-btn-icon-width: 14px;
  filter: invert(0);
  background-size: 100%
}

.fac-mb__factory-wrap .accordion-body {
  padding: 15px 10px;
  border-top: 1px solid #e6e6e6
}

.fac-mb__factory-wrap .accordion-item {
  box-shadow: 1px 1px 30px rgba(0, 0, 0, .04) !important;
  margin-bottom: 12px;
  border-bottom: 0;
  border-radius: 5px !important;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

.fac-mb__factory-title {
  font-size: 14px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 12px;
  color: #000
}

.dgGlobal-location__office-box .img-part::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #00000030;
  z-index: 0;
}

.fac-mb__factory-title img {
  height: 53px;
  width: 32px;
  object-fit: cover;
  border-radius: 50%;
  filter: drop-shadow(0px 0px 0px #000A);
}

.fac-mb__factory-content ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.fac-mb__factory-content ul li {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.fac-mb__factory-content ul li h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  color: #000
}

.fac-mb__factory-content ul .progress {
  --bs-progress-bar-bg: var(--clr-accent) !important;
  --bs-progress-height: 3px !important;
  height: 3px
}

.fac-mb__factory-content ul .progress-bar {
  background-color: #DA251C;
  height: 3px
}

.dgHome-factories h2 span:before {
  z-index: 1
}

.img-part img {
  width: 100%;
}

.energy_footer-item1 .energy_footer-ext li a {
  position: relative;
  padding: 0px 10px;
  width: fit-content;
}

.energy_footer-item1 .energy_footer-ext li a::before {
  position: absolute;
  top: 0;
  width: 2px;
  left: 0;
  height: 0%;
  content: "";
  transition: .2s ease-in-out;
  background: linear-gradient(270deg, #DA251C 0%, #F8C301 98.39%);

}

.energy_footer-item1 .energy_footer-ext li a:hover::before {
  height: 100%;

}

.energy_footer-item1 .energy_footer-ext li a:hover::after {
  height: 100%;

}

.energy_footer-item1 .energy_footer-ext li a::after {
  position: absolute;
  bottom: 0;
  width: 2px;
  right: 0;
  height: 0%;
  content: "";
  transition: .2s ease-in-out;

  background: linear-gradient(270deg, #DA251C 0%, #F8C301 98.39%);

}

/* footer  close*/

/* ==========================
\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

/* about page  */

.inner_banner-img {
  height: 528px !important;
}

.inner_banner-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.inner_banner-main {
  position: absolute;
  left: 55px;
  bottom: 65px;
}

.inner_banner {
  position: relative;
}

.inner_banner-main .inner_breadcrumb .breadcrumb {
  width: fit-content;
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 16px;
  border: 1.5px solid;

  border-image-source: linear-gradient(90deg, #DA251C 0%, #E67817 100%);


}

.inner_banner-main .breadcrumb-item+.breadcrumb-item::before {
  display: none;
}

.inner_banner-main .bi-arrow-right {
  font-size: 25px;
  margin-right: 10px;
  margin-top: 5px;
}

.energy_innovation-content .inner_energy-headings {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.inner_banner-main .breadcrumb-item {
  display: flex;
  align-items: center;
  background-image: linear-gradient(180deg, #DA251C 23.42%, #F8C301 77.22%);
  color: transparent;
  background-clip: text;
  font-size: 22px;
  font-family: var(--headings-font1);
  font-weight: 500;
}

/* innovation  */
.energy_innovation-imgbox {
  height: 100%;
}

.energy_innovation-imgbox ul {
  display: flex;
  height: 100%;
  gap: 15px;
  align-items: end;
}

.energy_innovation-imgbox ul li img {
  border-radius: 16px;
}

.energy_innovation-content {
  padding-left: 35px;
}

/* .energy_innovation-content .inner_energy-headings h2 {
  margin-bottom: 25px;
} */

.energy_innovation-content .inner_energy-headings h2 span {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.energy_innovation-big {
  height: 100%;
  position: relative;
}

.energy_innovation-content .inner_energy-headings p {
  color: #626262;
}

.energy_innovation-imgbox ul li:nth-child(1) {
  height: 65%;
}

.energy_innovation-imgbox ul li:nth-child(1) img {
  height: 100%;
}

.energy_innovation-imgbox {
  position: relative;
}

.energy_circle-main_imgbox {
  position: absolute;
  top: 100px;
  left: -100px;
}

.energy_circle-logo {
  position: absolute;
  top: 100px;
  left: -100px;
  background-color: #fff;
  width: 170px;
  border-radius: 50%;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter:
    drop-shadow(0px 7px 16px #0000001A) drop-shadow(0px 30px 30px #00000017) drop-shadow(0px 67px 40px #0000000D) drop-shadow(0px 120px 48px #00000003) drop-shadow(0px 187px 52px #00000000);
}

.energy_circle-logo img {
  width: 65px;
}

.energy_circle_imgbox1 {
  width: 170px;
  height: 170px;
  /* background-color: #fff; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  animation: stay 5s linear infinite;
  filter:
    drop-shadow(0px 7px 16px #0000001A) drop-shadow(0px 30px 30px #00000017) drop-shadow(0px 67px 40px #0000000D) drop-shadow(0px 120px 48px #00000003) drop-shadow(0px 187px 52px #00000000);

}

.energy_circle_imgbox1 svg {
  width: 100%;
  height: 100%;
}

.energy_circle_imgbox1 text {
  font-family: var(--paragraph-font);
  letter-spacing: 2px;
  position: relative;
  font-size: 14px;

}

@keyframes stay {
  0% {
    rotate: 0deg;
  }

  100% {
    rotate: 360deg;
  }
}

/* innovation  close*/

/* Renewable Power */
.energy_renewable-main {
  width: 100%;
  padding: 50px 0;
  background-size: cover;
  border-radius: 16px;
  background-position: center;
}

.energy_renewable .inner_energy-headings {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.energy_renewable .inner_energy-headings h2 span {
  justify-content: center;
}

.energy_renewable-item {
  background-color: #fff;
  padding: 10px;
  border-radius: 12px;
}

.energy_renewable-content {
  padding: 10px 10px 0;
}

.energy_renewable-content h6 {
  color: #000;
  font-family: var(--headings-font1);
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 500;
}

.energy_renewable-content p {
  color: #626262;
  margin-bottom: 15px;
}

.energy_renewable-img img {
  border-radius: 12px;
  transition: all .3s ease-in-out;
}

.energy_renewable-img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.energy_renewable-img::after {
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  background: #00000033;
  border-radius: 12px;
}

.energy_renewable-item:hover .energy_renewable-img img {
  transform: scale(1.1);
}

/* Renewable Power  close*/
/* purpose  */
.energy_purpose .energy_innovation-content {
  padding: 0;
}

.energy_purpose-imgbox {
  margin-left: 35px;
  display: flex;
  height: 100%;
}

.energy_purpose-imgbox img {
  border-radius: 15px;
  height: 100%;
}

/* purpose  close*/
/* smarter  */
.energy_smarter-mainbox {
  background-color: #F2F2F2;
}

.energy_smarter {
  overflow: hidden;
}

.energy_smarter-mainbox .inner_energy-headings {
  justify-content: center;
  align-items: center;
}

.energy_smarter-mainbox .inner_energy-headings h2 span {
  justify-content: center;
}

.energy_smarter-itembox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.energy_smarter-itembox h6 {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  margin-bottom: 15px;
}

.energy_smarter-itembox p {
  color: #626262;
}

.energy_smarter-itembox img {
  width: 100px;
  margin-bottom: 20px;
  animation: icons 1s linear infinite alternate;
}

@keyframes icons {
  0% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(5px);
  }
}

.energy_smarter-support {
  margin-top: 80px;
}

/* smarter  close*/
/* building  */
.energy_buliding-list {
  height: 100%;
}

.energy_buliding {
  overflow: hidden;
}

.energy_buliding-list ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.energy_buliding-list ul li {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.energy_buliding-list ul li i {
  margin-right: 18px;
}

.energy_buliding-fireimg img {
  border-radius: 16px;
}

/* building close */

/* about page  close*/
/* =======================
----------------
======================= */
/* PRODUCTS PAGE  */

.energy_proven .energy_innovation-content .inner_energy-headings {
  align-items: center;
}

.energy_proven .energy_products-imgbox::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: #00000033;

}

.products_box .energy_products-name ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products_box .energy_products-name ul li {
  padding: 15px 0;
  border-bottom: 1px solid #C4C4C4;
}

.products_box .energy_products-name ul li:last-child {
  border: none;
}

.products_box .energy_products-imgbox {
  height: 375px;
  width: 100%;
}

.products_box .energy_products-contantbox {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.products_box .energy_btn-box {
  height: 100%;
  align-items: end;

}

.energy_efficiency .energy_products-name p {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.products_box .energy_products-name {
  display: flex;
  height: 100%;
  flex-direction: column;

}

.products_box .energy_products-name ul li a p {
  color: #626262;
  transition: .2s ease-in-out;
}

.products_box .energy_products-name ul li a p:hover {
  background-image: linear-gradient(143deg, #DA251C 33.42%, #F8C301 77.22%);
  color: transparent;
  background-clip: text;
}

/* PRODUCTS PAGE CLOSE */
/* subcategory  */
.energy_subcategory .nav-tabs {
  justify-content: center;
  border: none;
}

.energy_subcategory .nav-tabs ul {
  display: flex;
  gap: 0px;
  flex-wrap: wrap;
}

.energy_subcategory .nav-tabs .nav-link {
  padding: 0;
  position: relative;

}

.energy_proven .energy_products-imgbox {
  height: 360px;
}

.energy_efficiency.energy_proven .energy_products-imgbox {
  height: 415px;
}

.energy_efficiency.energy_proven .energy_products-contantbox .aroow_top {
  top: -100px;
  right: 0px;
  width: 70px;
  height: 70px;
}

.energy_contact-img img {
  width: 100%;
}

.energy_proven .energy_products-imgbox img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.energy_proven .energy_products-contantbox .aroow_top {
  top: -112px;
  width: 75px;
  height: 75px;
}

.energy_subcategory .nav-tabs ul li .tab_img {
  width: 230px;
  height: 180px;
  border: none;
  position: relative;
  border-radius: 15px;
}

.energy_subcategory .nav-tabs ul li .tab_img::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #00000033;
  border-radius: 15px;
}

.energy_subcategory .nav-tabs ul li .tab_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.energy_subcategory .nav-tabs .nav-link {
  padding: 12px;
  border-radius: 15px;

}

.energy_subcategory .nav-tabs .nav-link.active {
  padding: 12px;
  border-radius: 15px;
  background-color: #DFDFDF;
}


.all_btn {
  position: absolute;
  top: 50%;
  background-color: #DA251C;
  left: 0;
  right: 0;
  border: none;
  padding: .4rem .6rem .5rem;
  transform: translateY(-50%);
  width: 80%;
  margin: auto;
  border-radius: 50px;
  font-size: 18px;
  color: #fff;
  /* display: none; */

}

.pagination_bar .pagination {
  gap: 15px;
}

.pagination_bar .pagination li span.current {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: transparent;
  background: linear-gradient(180deg, #DA251C 0%, #F8C301 100%);
  color: #fff;
}

.pagination_bar .pagination li a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: transparent;
  outline: none;
  color: #000;
  box-shadow: none;
  background-color: transparent;
}

.left_pagination,
.right_pagination {
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: transparent;
  background: #E2E2E2 !important;
  color: #1e1e1e;
}

.left_pagination i {
  margin: 0 !important;
}

.right_pagination i {
  margin: 0 !important;

}

.energy_complement-mainbox {
  background-color: #F2F2F2;
  border-radius: 15px;
  padding: 60px 0 30px;
}

.energy_complement-content {
  position: relative;
}

.sub_category {
  position: absolute;
  top: 50%;
  right: 0;
  width: 160px;
}

.sub_category .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.sub_category .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.sub_category .custom-prev {
  width: 65px;
  height: 35px;
  background-color: #fff;
  border-radius: 50px;

}

.sub_category .custom-next {
  width: 65px;
  height: 35px;
  background-color: #fff;
  border-radius: 50px;
}

.category_slider-main .aroow_top {
  width: 60px;
  height: 60px;
  top: -84px;
  right: 7px;
}

.energy_subcategory-tab {
  position: relative;
  top: 30px;
}

.custom-prev img,
.custom-next img {
  transition: 0.1s ease-in-out;
}

/* Active style (color, bg, or filter change) */
.custom-prev.active,
.custom-next.active {
  background: linear-gradient(180deg, #DA251C 0%, #F8C301 100%);

}

.custom-prev.active img,
.custom-next.active img {
  filter: brightness(10);
}

.energy_touch {
  overflow: hidden;
}

.energy_touch-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.energy_touch-contact .energy_touch-form .form-group input {
  padding: 15px;
  border: 1px solid #C9C9C9;
  background: #F0F0F0;
  outline: none;
  box-shadow: none;
  font-size: 18px;


}

.energy_touch-contact .energy_touch-form .form-group textarea {
  padding: 8px 10px;
  border: 1px solid #C9C9C9;
  background: #F0F0F0;
  outline: none;
  box-shadow: none;
  font-size: 18px;
}

.energy_touch-contact .energy_touch-form .form-group select {
  padding: 15px 10px;
  border-radius: 5px;
  border: 1px solid #C9C9C9;
  background: #F0F0F0;
  font-size: 18px;

  color: #676a6d;
  outline: none;
  box-shadow: none;
}

/* subcategory close */
/* products details  */
.energy_products-imgbox {
  position: relative;
  height: 417px;
}

.energy_products-imgbox::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #00000033;

}

.energy_light .breadcrumb-item+.breadcrumb-item::before {
  display: none;
}

.energy_light .fa-minus:before {
  content: "-";
}

.energy_light .breadcrumb-item {
  background-image: linear-gradient(143deg, #DA251C 33.42%, #F8C301 77.22%);
  color: transparent;
  background-clip: text;
  font-size: 18px;
}

.energy_left-content h4 {
  font-size: 40px;
  font-family: var(--headings-font1);
  margin-bottom: 15px;
}

.catgory_head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.catgory_head p {
  font-weight: 600;
  margin: 0 !important;
  text-transform: capitalize;
  color: #000 !important;
}

.energy_left-content p {
  margin-bottom: 20px;
  color: #626262;
}

.btn_cru {
  background-color: #DA251C;
  color: #fff;
  border-radius: 50px;
  font-size: 15px;
  padding: 4px 15px;
  border: none;
  margin-left: 10px;
}

.energy-viscosity {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.related .products li .product_type_simple {
  background: linear-gradient(270deg, #DA251C 0%, #F8C301 98.39%);
  color: #fff;
  font-weight: normal;
  border-radius: 50px;
  padding: 0 25px;
  height: 70px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: var(--paragraph-font);
  width: fit-content;
}

.related h2 {
  margin-bottom: 15px;
}

.energy-viscosity h5 {
  color: #000;
  font-size: 28px;
}

.energy-viscosity p {
  display: flex;
  align-items: center;
}

.energy-viscosity p i {
  margin-right: 10px;
  font-size: 8px;
}

.energy_left-content {

  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

}


.energy_light-tab {
  height: 100%;
}

.energy_light-tab .nav .nav-item button.active {
  background-color: transparent;
  color: var(--bs-danger) !important;
}

.energy_light-tab .nav-pills .nav-item button {
  width: 150px;
  height: 140px;
  position: relative;
  padding: 0;
}

.energy_light-tab .nav-pills .nav-item button::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #00000033;
  border-radius: 15px;
}

.energy_light-tab .nav-pills .nav-item button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.energy_light-tab .nav-pills {
  gap: 15px;
}

.energy_light-imgbox {
  width: 100%;
  height: 100%;
  position: relative;
}

.energy_light-imgbox::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #00000033;
  border-radius: 15px;

}

.energy_light-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.energy_light-tab .tab-content {
  height: 100%;
  display: flex;
}

/* products details close */
/* contact page  */
.energy_build {
  position: relative;
}

.energy_build-imgbox {
  position: relative;
}

.energy_build-imgbox::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #00000033;
  content: "";
  border-radius: 15px;
}

.energy_build-imgbox img {
  border-radius: 15px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.energy_build-mainbox .energy_innovation-content .inner_energy-headings h2 span {
  justify-content: center;
}

.energy_build-mainbox .energy_innovation-content .inner_energy-headings p {
  color: #fff;
}

.energy_build-mainbox {
  position: absolute;
  width: 100%;
  top: 80px;
  left: 0;
  right: 0;
}

.energy_build-details {
  background-color: #fff;
  filter: drop-shadow(0px 7px 16px #0000001A) drop-shadow(0px 30px 30px #00000017) drop-shadow(0px 67px 40px #0000000D) drop-shadow(0px 120px 48px #00000003) drop-shadow(0px 187px 52px #00000000);
  border: 1px solid #DFDFDF;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 25px;
  text-align: center;
  height: 100%;
}

.energy_build-details span {
  font-size: 32px;
  font-family: var(--headings-font1);
  color: #000;
}

.energy_build-details p {
  font-size: 18px;
}

.energy_build-details img {

  width: 40px;
}

.energy_build-details a {
  font-size: 18px;
  font-family: var(--paragraph-font);
}

.energy_build-contantbox {
  position: relative;
  width: 100%;
  top: 110px;
}

/* contact page  close*/
/* oem page  */
.energy_engineered {
  overflow: hidden;
}

.energy_engineered-imgbox {
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
}

.energy_engineered-imgbox::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: #00000033;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

}

.energy_engineered-imgbox img {

  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;

}

.energy_equipment-main {
  background-color: #F2F2F2;
  padding: 50px 0;
}

.energy_equipment-main .energy_innovation-content .inner_energy-headings h2 span {
  justify-content: center;
}

.energy_innovation {
  overflow: hidden;
}

.energy_equipment-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.energy_equipment-img img {
  border-radius: 15px;
  transition: .3s ease-in-out;
  width: 100%;
  height: 100%;
}

.energy_equipment-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: #00000033;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.energy_equipment-img:hover.energy_equipment-img img {
  transform: scale(1.1);
}

.energy_equipment-img span {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: #DA251C;
  color: #fff;
  padding: 8px 25px;
  border-radius: 50px;
  font-size: 18px;
  z-index: 1;
}

.energy_equipment-img {
  height: 100%;
}

.energy_real-right {
  display: flex;
  height: 100%;
}

.energy_real {
  overflow: hidden;
}

.energy_equipment-imgbox {
  height: 100%;
  display: flex;
}

.energy_systems {
  position: relative;
}

.energy_systems-mainbox {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.energy_systems-mainbox .energy_innovation-content .inner_energy-headings {
  padding: 35px 30px;
  background-color: #fff;
  border-radius: 15px;

}

/* oem page  close*/
/* services  */
.energy_forward .energy_innovation-content .inner_energy-headings h2 span {
  justify-content: center;
}

.energy_forward-imgbox {
  height: 320px;
  width: 100%;
}

.energy_forward-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 15px 15px;
  transition: .3s ease-in-out;
}

.energy_forward-imgbox {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 15px 15px;
}

.energy_forward-imgbox::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0 0 15px 15px;
  background-color: #00000033;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.energy_forward-content {
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.arrow-top2 {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  rotate: -40deg;
  color: #fff !important;
  font-size: 25px;
  background: linear-gradient(179.7deg, #DA251C 0.26%, #F8C301 129.72%);

}

.energy_forward-content span {
  font-size: 30px;
  font-family: var(--headings-font1);
  color: #000;

}

.energy_forward-item {
  border-radius: 15px;
  display: flex !important;
  justify-content: space-between;
  border: 1px solid #E0E0E0;
  background-color: #fff;
  height: 100%;
}

.energy_forward-item:hover .energy_forward-imgbox img {
  transform: scale(1.1);
}

.energy_forward-mainbox .col-lg-4:nth-child(odd) .energy_forward-item {
  display: flex;
  flex-direction: column;
}

.energy_forward-mainbox .col-lg-4:nth-child(even) .energy_forward-item {
  display: flex;
  flex-direction: column-reverse;
}

.energy_forward-mainbox .col-lg-4:nth-child(even) .energy_forward-item .energy_forward-imgbox img {
  border-radius: 15px 15px 0 0 !important;
}

.energy_forward-mainbox .col-lg-4:nth-child(even) .energy_forward-item .energy_forward-imgbox {
  border-radius: 15px 15px 0 0 !important;
}

.energy_oilfield-imgbox {
  position: relative;
}

.energy_oilfield {
  overflow: hidden;
}

.energy_oilfield-imgbox img {
  border-radius: 15px;

}

.energy_oilfield-imgbox::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: #00000033;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.energy_oilfield-subimg {
  position: absolute;
  bottom: 30%;
  transform: translateY(30%);
  left: -220px;
}

.energy_oilfield-subimg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: #00000033;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.energy_oilfield-subimg img {
  border-radius: 15px;
}

.energy_oilfield .energy_innovation-content {
  display: flex;
  height: 100%;
  padding-left: 35px;
}

.energy_oilfield .energy_innovation-content .inner_energy-headings {
  height: 100%;
  justify-content: space-between;

}

.energy_natural .energy_innovation-content .inner_energy-headings {
  justify-content: space-between;
}

.energy_natural .energy_oilfield-subimg {
  left: auto;
  right: -220px;
}

.energy_sustainable {
  overflow: hidden;
}

.energy_sustainable-main {
  background-color: #F2F2F2;
  border-radius: 15px;
}

.energy_sustainable-imgbox {
  display: flex;
  height: 100%;

}

.energy_sustainable-img {
  position: relative;
  height: 100%;
  display: flex;
  border-radius: 15px;
  overflow: hidden;
}

.energy_sustainable-img:hover.energy_sustainable-img img {
  transform: scale(1.1);
}

.energy_sustainable-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: .3s ease-in-out;
}

.energy_sustainable-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: #00000033;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.energy_sustainable-img2 {
  display: flex;
  height: 100%;

}

.energy_sustainable-mining {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.energy_sustainable-mining:hover.energy_sustainable-mining img {
  transform: scale(1.1);
}

.energy_sustainable-mining::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: #00000033;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.energy_sustainable-mining img {
  border-radius: 15px;
  transition: .3s ease-in-out;
}

.energy_sustainable-mining {
  display: flex;
  height: 100%;
}

/* services close  * /

/* fixing css  11.10.2025 */
.energy_contact .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  position: absolute;
  bottom: 0px;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
}

.energy_contact .wpcf7-list-item {
  margin: 0;
}

.energy_contact .wpcf7-checkbox {
  border: none !important;
}

.page-template-template-about .custom_box {
  margin-top: 15px;
}

.energy_contact .wpcf7-checkbox .wpcf7-list-item-label {
  margin-left: 10px;
  text-transform: capitalize;
  font-size: 14px;
}

.energy_contact .wpcf7-not-valid-tip {
  font-size: 14px;
}

.energy_sustainable .energy_btn-box {
  margin-top: 15px;
}

.page-template-template-services .custom_box {
  margin-top: 15px;
}

.product-container {
  position: relative;
  display: flex;
  height: 100%;
  overflow: hidden;
}

.product-main {
  width: 80%;
  height: 100%;
}

.energy_left-content .woocommerce-breadcrumb a {
  color: #DA251C;
}

.energy_products-name p a {
  transition: .3s ease-in-out;
}

.energy_products-contantbox:hover .energy_products-name p a {
  background-image: linear-gradient(143deg, #DA251C 33.42%, #F8C301 77.22%);
  color: transparent;
  background-clip: text;
  color: #DA251C;
}

.product-main .swiper-button-prev,
.product-main .swiper-button-next {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  height: 75px;
  width: 40px;
  color: #e9e9e9;
  background: #1e1e1e;
}

.product-main .swiper-button-prev::after,
.product-main .swiper-button-next::after {
  font-size: 12px;
}

.product-main .swiper-button-prev {
  right: 40px;
  border-right: 1px solid #e9e9e9;
}

.product-thumbs {
  order: -1;
  width: 100px;
  height: 300px;
  margin-right: 15px;
}

.product-thumbs .swiper-slide img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.product-thumbs .swiper-slide-active {
  opacity: 0.9;
}

.product-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.product-thumbs .swiper-wrapper {
  gap: 15px;
}

.product-main .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.product-main .swiper-slide {
  position: relative;
}

.product-main .swiper-slide::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000033;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 8px;
}

.product-thumbs .swiper-slide {
  position: relative;
}

.product-thumbs .swiper-slide::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000033;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 8px;
}

.woocommerce ul.products li.product a img {
  border-radius: 10px;
}

.page-template-template-oem .custom_box {
  margin-top: 15px;

}

.touchModal .btn-close {
  background-color: #e83a14;
  opacity: 1;
  top: -6px;
  position: absolute;
  right: -8px;
}

#touchModalLabel {
  font-size: 22px;
  text-align: center;
  font-family: var(--headings-font1);
  width: fit-content;
  margin: 0 auto;
}

.touchModal .modal-header {
  border-bottom: none;
}

.woocommerce-loop-product__title {
  line-height: 24px;
}

.touchModal .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border: none;
  padding: 0;
}

.touchModal .wpcf7-checkbox .wpcf7-list-item {
  position: relative;
  color: #fff;
  padding: 5px 22px;
  font-size: 16px;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(209, 213, 219, 0.88);
  border-radius: 6px;
  cursor: pointer;
}

.touchModal .wpcf7-checkbox .wpcf7-list-item input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.touchModal .wpcf7-checkbox .wpcf7-list-item:has([type="checkbox"]:checked),
.touchModal .wpcf7-checkbox .wpcf7-list-item:has([type="radio"]:checked) {
  background-color: #eb7e0d;
  border: 1px solid #eb7e0d;
}


.touchModal .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 14px;
  font-family: var(--paragraph-font);
  color: #000;
}

.touchModal .wpcf7-checkbox .wpcf7-list-item:has([type="checkbox"]:checked) .wpcf7-list-item-label,
.touchModal .wpcf7-checkbox .wpcf7-list-item:has([type="radio"]:checked) .wpcf7-list-item-label {
  color: #fff;
}

.touchModal .energy_touch-form h5 {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: var(--headings-font1);
}

.touchModal .energy_touch-contact .energy_touch-form .form-group input {
  font-size: 14px;
  padding: 8px 10px;
}

.touchModal .energy_touch-contact .energy_touch-form .form-group input.submit_btn {
  font-size: 20px;
}

.touchModal .energy_touch-contact .energy_touch-form .form-group select {
  padding: 10.5px;
  font-size: 14px;
}

.energy_touch-contact .energy_touch-form .form-group textarea {
  font-size: 14px;

}

.energy_subcategory-tab .energy_products-mainbox {
  position: relative;
}

.page-template-template-parentcat .energy_subcategory-tab .energy_products-mainbox::after {
  position: absolute;
  width: 100%;
  content: "";
  top: 20px;
  height: 1px;
  background-color: #e2e2e2;
}

.oem_frm .energy_touch-contact .energy_touch-form .form-group select {
  padding: 18px 10px;
}

.energy_touch-contact .chck-prod {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  border: none;
  padding: 0;
}

.energy_touch-contact .chck-prod .wpcf7-list-item {
  position: relative;
  color: #fff;
  padding: 5px 40px;
  font-size: 16px;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(209, 213, 219, 0.88);
  border-radius: 6px;
  cursor: pointer;
}

.energy_touch-contact .chck-prod .wpcf7-list-item input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.energy_touch-contact .chck-prod .wpcf7-list-item:has([type="checkbox"]:checked),
.energy_touch-contact .chck-prod .wpcf7-list-item:has([type="radio"]:checked) {
  background-color: #eb7e0d;
  color: #fff !important;
}

.energy_touch-contact .wpcf7-list-item-label {
  color: #000;
}

.energy_touch-contact .check-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  border: none;
  padding: 0;
}

.energy_touch-contact .check-cat .wpcf7-list-item {
  position: relative;
  color: #fff;
  padding: 5px 45px;
  font-size: 16px;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(209, 213, 219, 0.88);
  border-radius: 6px;
  cursor: pointer;
}

.energy_touch-contact .check-cat .wpcf7-list-item input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.energy_touch-contact .check-cat .wpcf7-list-item:has([type="checkbox"]:checked),
.energy_touch-contact .check-cat .wpcf7-list-item:has([type="radio"]:checked) {
  background-color: #eb7e0d;
  color: #fff !important;
}

.energy_touch-contact .wpcf7-list-item-label {
  color: #000;
}

.energy_touch-contact .chck-app {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  border: none;
  padding: 0;
}

.energy_touch-contact .chck-app .wpcf7-list-item {
  position: relative;
  color: #fff;
  padding: 5px 42px;
  font-size: 16px;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(209, 213, 219, 0.88);
  border-radius: 6px;
  cursor: pointer;
}

.energy_touch-contact .chck-app .wpcf7-list-item input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.energy_touch-contact .chck-app .wpcf7-list-item:has([type="checkbox"]:checked),
.energy_touch-contact .chck-app .wpcf7-list-item:has([type="radio"]:checked) {
  background-color: #eb7e0d;
  color: #fff !important;
}

.oem_frm .energy_touch-contact h5 {
  margin-bottom: 10px;
}

.oem_frm .msg-cls {
  height: auto;
}

.oem_frm .energy_touch-contact .energy_touch-form .form-group textarea {
  font-size: 16px;
}

.page-404 .energy_btn-box {
  margin: auto;
  width: fit-content;
}

#scrollTop {
  position: fixed;
  bottom: 30px;
  right: 80px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(270deg, #DA251C 0%, #F8C301 98.39%);
  ;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
  animation: shadow-pulse 1s infinite;

}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px #da251c63;
  }

  100% {
    box-shadow: 0 0 0 14px #a19f9f0c;
  }
}

#scrollTop svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}

#scrollTop.show {
  opacity: 1;
  visibility: visible;
}

#scrollTop i {
  position: relative;
  z-index: 2;
  font-size: 20px;
}

.touchModal .wpcf7-not-valid-tip {
  font-size: 14px;
  position: relative;
  top: 7px;
}

.energy_contact .energy_contact-form select {
  padding: 15px 10px;
  border-radius: 5px;
  border: 1px solid #C9C9C9;
  background: #F0F0F0;
  font-size: 18px;
  color: #676A6D;
  outline: none;
  font-size: 14px;
  box-shadow: none;
}

.energy_contact-full .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: baseline;
}

/* 3.11.25  */
.energy_blogs-items {
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 7px -4px #000;
  border-radius: 10px;

}

.energy_blogs-img {
  height: 250px;
}

.energy_blogs-contentbox {
  margin-top: 20px;
}

.energy_blogs-img img {
  border-radius: 10px;
  height: 100%;
}

.energy_blogs-name {
  padding: 20px;
}

.blog_date {
  position: absolute;
  top: 0;
  background-color: #E67817;
  border-radius: 4px;
  padding: 5px 10px;
  letter-spacing: .6px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.energy_blogs-items p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 15px;
}

.energy_blogs-items a h5 {
  color: #000;
  font-family: var(--headings-font1);
  margin-bottom: 15px;
  font-size: 22px;
  transition: .3s ease-in-out;
}

.energy_blogs-items:hover.energy_blogs-items a h5 {
  background-image: linear-gradient(143deg, #DA251C 33.42%, #F8C301 77.22%);
  color: transparent;
  background-clip: text;
}

.energy_blogs-formbox form .form-group .form-control {
  border: 1px solid #0000006e;
  padding: 10px 10px;
  color: #212529;
}

.energy_blogs-tags {
  border: 1px solid #0000006e;
  border-radius: 5px;
}

.energy_blogs-tags h6 {
  font-size: 24px;
  font-family: var(--headings-font1);
  font-weight: 600;
  border-bottom: 1px solid #0000006e;
  padding: 15px;
}

.energy_blogs-tags ul {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  gap: 10px;
}

.energy_blogs-tags ul li {
  flex-wrap: 0 0 auto;
  padding: 5px 8px;
  border: 1px solid #0000006e;
  border-radius: 5px;
  transition: .3s ease-in-out;
  cursor: pointer;
  font-size: 14px;
}

.energy_blogs-tags ul li:hover {
  background-color: #eb7e0d;
  border: 1px solid #eb7e0d;
  color: #fff;
}

.energy_blogs-second {
  position: sticky;
  top: 80px;

}

.energy_blogs-form legend h5 {
  font-size: 26px;
  font-weight: 700;
  font-family: var(--headings-font1);
}
.energy_blogs-form h5 {
    font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: var(--headings-font1);
}
.energy_blogs-form legend{
  margin-bottom: 0;
}

/* details blog  */
.blog_details-mainbox {
  position: relative;
}

.blog_details-img img {
  border-radius: 15px;
  margin-bottom: 20px;
}

.blog_details-content p {
  margin-bottom: 15px;
}

.blog_details-content h4 {
  margin-bottom: 15px;
  font-size: 24px;
  font-family: var(--headings-font1);
}

.blog_details-rt {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: sticky;
    top: 100px;
}

.blog_details-rt_img {
  width: 115px;
  display: flex;
  flex: 0 0 auto;
}
.blog_details-rt_img img{
  border-radius: 6px;
  height: 100%;
  object-fit: cover;
}
.blog_details-post{
  display: flex;
  gap: 12px;
}
.blog_details-recent ul li{
  border: none;
  padding: 0;
  background-color: unset ;
}
.blog_details-recent ul li:hover{
  background-color: unset;
  border: unset;
  color: unset;
}
.blog_details-rt_name h3{
  font-size: 16px;
  line-height: 20px;
}
.blog_details-rt_name span{
  font-size: 13px;

}
.inner_banner-main .breadcrumb-item.active h1{
font-size: 22px;
}