/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1756146932
Updated: 2025-08-25 18:35:32

*/
/* General Style */

.primary-link,
.link-small {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 600;
}
body {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}
.ba_card:hover .dtq-card-badge{
	color: #fff !important;
}
.link-small {
  color: #ebba1b;
}
.link-small:hover {
  color: #353a70;
}
.primary-link:hover {
  color: #ebba1b;
}
#main_menu .et_pb_menu__menu > nav > ul > li > a {
  padding: 1px 20px !important;
}
.videoPopup .et_pb_video_box video {
  width: 100% !important;
  height: 500px !important;
  border: 1px solid #000;
  border-radius: 10px;
}
.ba_logo_carousel_child div img {
  height: 150px;
  width: 410px;
}
/* Button Style */

.btn-hover {
  display: inline-block;
  padding: 8px 20px;
  color: #092322;
  font-weight: bold;
  text-decoration: none;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  border: 1px solid #629c90;
  background: #629c90; /* default background */
  transition: color 0.3s ease;
  z-index: 1;
  margin-top: 5px;
  width: fit-content;
}

/* sliding layer */
.btn-hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #092322; /* hover background color */
  transition: left 0.4s ease;
  z-index: -1;
}

.btn-hover:hover::before {
  left: 0; /* slide in */
}

.btn-hover:hover {
  color: #fff; /* text color stays white */
}
#main_menu .et_pb_menu__menu > nav > ul .btn-hover:hover a {
  color: #fff !important;
}

/* play icon */
.button-like {
  position: relative;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

/* Pulse wave effect */
.button-like::before,
.button-like::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(235, 186, 27, 0.5); /* semi-transparent wave */
  top: 0;
  left: 0;
  z-index: -1;
  animation: pulse 3s infinite;
}

/* second wave with delay */
.button-like::after {
  animation-delay: 1s;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.watchStory {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 18px;
}
.watchStoryLink {
  display: flex;
  align-items: center;
  gap: 15px;
}
.watchStoryLink i {
  font-size: 18px;
  color: #333567;
}

/* main heading style  */
.title-area {
  text-align: center;
}
.sub-title.sub-title3 {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  margin-bottom: 22px;
  padding: 0 50px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.06em;
}
.sub-title.sub-title3:before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 66px;
  height: 10px;
  background-image: url(http://localhost/globaleasyhire/wp-content/uploads/title_shape.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: 1;
}
.title-area .sec-title {
  margin-bottom: 15px;
  font-size: 30px;
  color: #0e121d;
  margin-top: -0.12em;
  line-height: 1.25;
  font-weight: 600;
}
h2.lets_talk.sec-title.text-ani-style3 {
  font-size: 35px;
}
/* Main Menu */
#main_menu .et_pb_menu__menu > nav > ul > li > a {
  padding: 20px;
}
#main_menu .et_pb_menu .et-menu > li {
  padding-left: 0;
  padding-right: 0;
}

#main_slider .et-pb-controllers {
  display: none;
}

#main_slider .et-pb-arrow-next,
.et-pb-arrow-prev {
  border: 1px solid #fff;
  opacity: 1 !important;
  border-radius: 100px;
  font-size: 32px;
}
#main_slider .et-pb-arrow-next:hover,
#main_slider .et-pb-arrow-prev:hover {
  background-color: #000;
  border: 1px solid #000;
}
#main_slider .et-pb-arrow-next {
  right: 6.3% !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main_slider .et-pb-arrow-prev {
  top: 50% !important;
  right: 4%;
  left: 88.2%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#socialLink {
  position: absolute;
  z-index: 2;
  left: 3%;
  top: 50%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.social-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-left: 15px;
}

.social-links a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: rgb(0 0 0 / 67%);
  color: white;
  border-radius: 100px;
  margin: 0;
  display: inline-block;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.social-links a:hover {
  background: white;
  color: black;
}
.social-links:before {
  bottom: calc(100% + 30px);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.social-links:after {
  top: calc(100% + 30px);
}
.social-links:before,
.social-links:after {
  content: "";
  position: absolute;
  left: calc(50% + 5px);
  width: 1px;
  height: 100px;
  border: 1px solid rgb(97 156 143);
}

/* servixe card */
.service-box img {
  transition: 0.4s ease-in-out;
}
.service-box:hover img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.process-card {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 20px 12px;
  border-radius: 5px;
  border: 1px dashed #fff;
}
.process-card .days {
  font-weight: bold;
  color: #fff;
  background: #08232240;
  padding: 5px 19px;
  border-radius: 7px;
  margin-top: 19px;
  display: none;
}
.process-card .process-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.process-card .box-img {
  border-radius: 10px;
  position: relative;
  min-width: -webkit-fill-available;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.process-card .box-img img {
  width: 100%;
  height: 200px;
  border-radius: 0px;
}
.global-img:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.process-card .number {
  position: relative;
  width: 76px;
  height: 76px;
  line-height: 56px;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #ffffff;
  background-color: #082322;
  border: 10px solid #ffffff;
  display: block;
  z-index: 2;
}
.process-card .box-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.02em;
  margin: 8px auto auto auto;
  text-transform: capitalize;
  color: #fff;
}
.process-card .box-text {
  margin-bottom: 0;
  color: #fff;
}
/* about us section  */

.img-box3 {
  position: relative;
  z-index: 2;
}
.img-box3 .img1 img,
.img-box3 .img2 img {
  border-radius: 20px;
}

.img-box3 .img1 img {
  width: 100%;
  max-width: 350px;
}
.img-box3 .img2 img {
  width: 100%;
  max-width: 330px;
}
.img-box3 .img2 {
  position: absolute;
  right: -20px;
  bottom: -35%;
  z-index: 3;
}
.img-box3 .about-shape {
  position: absolute;
  top: -30px;
  right: -20px;
  width: 100%;
  max-width: 170px;
}
.checklist.list-two-column ul {
  display: grid;
  gap: 15px;
}
.checklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}
.checklist li {
  color: #0e121d;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
}
.checklist li > i {
  font-size: 15px;
  color: #629c90;
}

/* our services */

/* process area end ---------------------------*/
/* process area start ---------------------------*/
.process-box {
  text-align: center;
}
.process-box-wrap {
  position: relative;
}
.process-box-wrap:before {
  content: "";
  background-image: url("http://localhost/energysolution/wp-content/uploads/arrow.svg");
  background-repeat: no-repeat;
  width: 150px;
  height: 89px;
  position: absolute;
  top: 0px;
  right: -70px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .process-box-wrap:after {
    display: none;
  }
}
.process-box-wrap:nth-child(even):after {
  top: 30%;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.process-box-wrap.last-wrap::before {
  display: none !important;
}
.process-box .box-img {
  width: 170px;
  height: 170px;
  position: relative;
  border-radius: 100px;
  z-index: 1;
  display: block;
  margin: auto auto 10px auto;
}
.process-box .box-img img {
  border-radius: 100px;
  height: 170px;
}
.process-box .box-content {
  max-width: 300px;
  display: block;
  margin: auto;
}
.process-box_icon {
  width: 130px;
  height: 130px;
  line-height: 130px;
  background-color: var(--white-color);
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0px 0px 77px 10px rgba(170, 170, 170, 0.13);
  box-shadow: 0px 0px 77px 10px rgba(170, 170, 170, 0.13);
  margin: 0 auto 25px auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.process-box_icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.process-box .box-title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}
.process-box .box-text {
  margin: 0 auto -0.5em auto;
}
.more-services.new-services .et_pb_image_wrap,
.more-services.new-services .et_pb_image_wrap img {
  height: auto !important;
}
.more-services {
  background-color: rgba(255, 255, 255, 0.15) !important;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 15px !important;
}
.more-services .et_pb_image_wrap,
.more-services .et_pb_image_wrap img {
  height: 215px;
}

.more-services .et_pb_module_header,
.more-services .et_pb_blurb_description {
  color: #fff;
  line-height: 23px;
}

/* new service section */

/*------------------- 4.00. Service -------------------*/
/* service-card start -------------------------------*/
.service-card {
  position: relative;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.03);
  border-radius: 30px;
  padding: 30px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 15px !important;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .service-card {
    padding: 30px 20px;
  }
  .social-links {
    display: none;
  }
  #main_slider .et-pb-arrow-prev {
    right: 4%;
    left: 2%;
    top: 93% !important;
  }
  #main_slider .et-pb-arrow-next {
    right: 2% !important;
    top: 93% !important;
  }
}
.ba_image_carousel_0 .dtq-carousel .slick-track,
.ba_image_carousel_1 .dtq-carousel .slick-track,
.ba_image_carousel_2 .dtq-carousel .slick-track{
  padding: 0 !important;
}
.newService .et_pb_blurb_container {
  padding-left: 0 !important;
}

.service-card.style2 {
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
  border-radius: 10px !important;
  background-color: rgb(14 18 29) !important;
}
.service-card .service-overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.service-card .service-overlay:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  z-index: 3;
  border-radius: inherit;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.service-card .service-overlay:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(1, 15, 28, 0.7)),
    to(rgba(1, 15, 28, 0.7))
  );
  background: linear-gradient(0deg, rgba(1, 15, 28, 0.7), rgba(1, 15, 28, 0.7));
  z-index: 2;
}
.service-card .box-img {
  position: absolute;
  top: -30px;
  right: -30px;
}
.service-card .box-content {
  position: relative;
  z-index: 4;
}
.service-card .box-icon {
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #c5dacc;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 30px;
  z-index: 2;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  align-items: center;
  justify-content: center;
  display: flex;
}
.service-card .box-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  background-color: #629c90;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}
.service-card .box-icon img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  width: 50px;
  height: 50px;
}
.service-card .box-title {
  margin-bottom: 10px;
  color: #fff;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .service-card .box-title {
    max-width: 100%;
  }
  .checklist.list-two-column ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .fullInput__halfWrap {
    flex-direction: column;
    margin-bottom: 12px;
  }
  .fullInput {
    margin-bottom: 0 !important;
  }
  .fullInput.textArea {
    margin-bottom: 12px !important;
  }
}
.service-card .box-text {
  margin-bottom: 20px;
  color: #fff;
}
.service-card .th-btn {
  padding: 13.5px 25px;
  font-size: 16px;
}
.service-card:hover .service-overlay {
  opacity: 1;
  visibility: visible;
}
.service-card:hover .service-overlay:before {
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}
.service-card:hover .box-img {
  -webkit-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
}
.service-card:hover .box-icon:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.service-card:hover .box-icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.service-card:hover .box-title {
  color: #fff;
}
.service-card:hover .box-text {
  color: #fff;
}
.service-card:hover .th-btn .btn-text:before,
.service-card:hover .th-btn .btn-text:after {
  color: #fff;
}

/* Progress bar */

/*  */
.choose-progress-bar {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 25px;
}

.choose-progress-bar .progress-bar {
  width: 21%;
  height: 530px;
  border-radius: 30px;
  padding: 0;
  background-color: #fff;
  -webkit-transition: none;
  transition: none;
  /* Extra small devices */
}

.choose-progress-bar .progress-track {
  position: relative;
  width: 100%;
  height: 530px;
  background-color: #fff;
  border-radius: 20px;
}
.choose-progress-bar .progress-fill {
  position: absolute;
  bottom: 0;
  background-color: #ebba1ba1;
  width: 100%;
  color: #fff;
  padding: 20px 10px;
  text-align: center;
  font-size: 12px;
  border-radius: 20px;
  line-height: 20px;
  -webkit-animation: grow 1s ease-in-out;
  animation: grow 1s ease-in-out;
  height: 0;
}
@-webkit-keyframes grow {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes grow {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.choose-progress-bar .counter {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #0e121d;
  display: block;
}
.choose-progress-bar .text {
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #4d5765;
  display: block;
}
.widget_title {
  color: #629c90;
  margin: 0;
  font-size: 18px !important;
  padding-bottom: 10px;
}
.widget_title:before {
  background-color: #629c90;
}
.widget_title:after {
  width: 16px;
  height: 10px;
  background-color: transparent;
  bottom: -3px;
  left: 40px;
  -webkit-animation: footerLine 7s linear infinite;
  animation: footerLine 7s linear infinite;
}
.widget_title:before,
.widget_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #629c90;
}

@-webkit-keyframes footerLine {
  0% {
    left: 40px;
  }
  50% {
    left: 0;
  }
  100% {
    left: 40px;
  }
}
@keyframes footerLine {
  0% {
    left: 40px;
  }
  50% {
    left: 0;
  }
  100% {
    left: 40px;
  }
}
.callToAction {
  font-size: 27px;
  color: #0e121d;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  transition: transform 0.3s ease;
  flex-wrap: wrap;
}
.callToAction a {
  color: #0e121d;
}
.callToAction:hover {
  transform: translateX(4px);
  color: #fff;
}
.callToAction:hover a {
  color: #fff;
}
/* FOoter */

/* Footer Links Styling */
.footer-links {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}

.footer-links li {
  margin: 8px 0;
  display: flex;
  color: #fff;
  align-items: center;
  font-size: 15px;
  transition: transform 0.3s ease;
}

.footer-links i {
  margin-right: 8px;
  color: #5e968a; /* icon color */
  font-size: 12px;
  transition: transform 0.3s ease;
}

.footer-links a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
}
.ind-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}
.ind-chip {
  background: #ffffff;
  border: 1px solid #e2e7f0;
  border-radius: 20px;
  padding: 0.42rem 1rem;
  font-size: 0.84rem;
  font-weight: 500;
}
.role-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.6rem 0.9rem;
  background: #6fa39842;
  border-radius: 7px;
  font-size: 0.87rem;
  font-weight: 500;
  border: 1px dashed #082322;
  transition: all 0.35s ease;
}
.role-item:hover {
  background: #092422;
  color: #ffffff;
}
.role-item::before {
  content: "→";
  color: #092322;
  font-weight: 700;
  flex-shrink: 0;
}
.role-item:hover::before {
  content: "→";
  color: #fff;
}
.role-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
/* Hover effects */
.footer-links li:hover i {
  transform: translateX(4px); /* chevron slides to right */
}

.footer-links li:hover a {
  color: #629c90; /* link text changes color */
}
footer#main-footer {
  display: none;
}
/* media query */
/* Medium devices */

/* Contact form */
/* Form style */

/* forms */

.contactheading {
  font-size: 35px !important;
  color: #fff;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
}

#requestACallBack {
  background-color: #0000008c;
  padding: 35px;
}
.fullInput {
  margin-bottom: 12px;
  position: relative;
}
.serviceForm .wpcf7-submit {
  background: #092422;
  color: #fff;
  width: 100%;
  padding: 9px;
  font-size: 18px;
  font-weight: 600;
}
.serviceForm .wpcf7-submit {
  background: #619c91;
  color: #fff;
  width: 100%;
  padding: 9px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 100px;
	border: 1px solid transparent;
}
.inputLabel.small {
  position: absolute;
  top: -16px;
  font-weight: 600;
  color: #000;
  font-size: 12px;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
}
label.label_design {
  color: #fff;
}
.fullInput br {
  display: none;
}
.fullInput input,
.fullInput select,
.fullInput textarea {
border: 1px solid #474747;
    background-color: transparent;
    color: #292930;
    padding: 12px 23px;
	
  background-color: #fff;
    width: 100%;
    border-radius: 100px;
}

.ContactUSForm .fullInput textarea {
  border: 1px solid #474747;

  background-color: #fff;
  color: #292930;
      padding: 12px 23px;
  width: 100%;
	   border-radius: 10px;
  height: 80px;
}


.fullInput__halfWrap {
  display: flex;
  gap: 15px;
}
.fullInput__halfWrap .fullInput {
  width: 100%;
  position: relative;
}
span.wpcf7-spinner {
  position: absolute;
  top: 0;
  background-color: #a0a4a8;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dtq-cf7-styler .wpcf7 input[type="submit"] {
  border-color: #629c90;
  color: #000;
  background-color: #629c90;
  border: 0;
  margin-top: 5px;
  padding: 12px 20px;
  width: 100%;
  font-size: 16px;
  border: 1px solid #fff;
  font-weight: 700;
  cursor: pointer;
}

/* Small devices */
@media (max-width: 767px) {
  .process-box-wrap {
    margin-bottom: 40px;
  }
  #socialLink {
    display: none;
  }
  .process-box-wrap:after {
    display: none;
  }
  .watchStory {
    margin-top: 0;
  }
  .btn-hover {
    padding: 4px 19px;
  }
}
.process4-image {
  border-radius: 30px;
  margin-right: 40px;
  /* Large devices */
}
.et_pb_testimonial_portrait {
  margin-top: 10px !important;
}

@media (max-width: 480px) {
  .choose-progress-bar .progress-bar {
    width: 50%;
    margin-bottom: 25px;
  }
}
@media (max-width: 375px) {
  .choose-progress-bar .progress-bar {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .choose-progress-bar .progress-bar:not(:last-child) {
    margin: 10px;
  }
}
@media (max-width: 480px) {
  .choose-progress-bar .progress-bar:last-child {
    margin: 10px;
  }
}

.service-box-item {
  background-color: #fff;
  padding: 29px;
  border-radius: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  box-shadow: inset 0px 2px 18px 0px rgba(0, 0, 0, 0.3) !important;
}
.content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
.service-box-item::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transform: scale(0.1, 1);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: #092322;
  border-radius: 12px;
}
.service-box-item .icon {
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  border-radius: 100px;
  margin-bottom: 15px;
}
.service-box-item .icon img {
  width: 72px;
}
.service-box-item .content h3 {
  font-size: 25px;
  margin-bottom: 0;
  padding-bottom: 0 !important;
  text-align: center;
}
span.small_content {
  font-size: 13px;
}
.service-box-item .content p {
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 1600px) {
  .service-box-item .content h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .service-box-item .content h3 {
    font-size: 18px;
  }
}
.service-box-item .content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.service-box-item .content h3:hover {
  color: #fff;
  background-size: 100% 2px;
}

@media (max-width: 1399px) {
  .service-box-item .content .theme-btn {
    margin-top: 30px;
  }
}

.service-box-item .content .theme-btn:after {
  background-color: rgba(11, 13, 23, 0.3);
  border-radius: 8px;
}
.service-box-item .content .theme-btn:hover {
  color: #fff;
}
.service-box-item:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}
.service-box-item:hover .content h3 {
  position: relative;
  color: #fff;
}
.service-box-item:hover .content h3 a {
  color: #fff;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.service-box-item:hover .content h3 a:hover {
  color: #fff;
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
}
.service-box-item:hover .content p {
  position: relative;
  color: #fff;
}

.service-box-item:hover .icon img {
  animation: jello 1s;
  opacity: 1;
  display: block;
  z-index: 4;
  position: relative;
}
