/* 21-Jan-2025:  Aneeqa Zaheer
Created  */
.md-mt-6{
  margin-top: 6%;
}
.apbc-logo-wrapper {
  width: 75%;
  margin-left: 35px;
}

/*Banners Images*/
.contact-banner {
  /* background-color: #dd9534; */
  padding: 260px 0px 150px;
  background: url("../img/business-4/about/contact1.png") no-repeat ;

}
@media screen and (max-width: 767px) { 
  .contact-banner {
    padding: 150px 0px 100px;
  }
}
.about-banner {
  /* background-color: #dd9534; */
  padding: 260px 0px 150px;
  background: url("../img/business-4/about/about1.png") no-repeat ;
  background-size: cover;
}
@media screen and (max-width: 767px) { 
  .about-banner {
    padding: 150px 0px 100px;
  }
}

.privacy-policy-banner {
  padding: 260px 0px 150px;
  background: url("../img/business-4/about/privacy1.png") no-repeat ;
}
@media screen and (max-width: 767px) { 
  .privacy-policy-banner {
    padding: 150px 0px 100px;
  }
}
.cookie-policy-banner {
  padding: 260px 0px 150px;
  background: url("../img/business-4/about/cookie-policy.png") no-repeat ;
}
@media screen and (max-width: 767px) { 
  .cookie-policy-banner {
    padding: 150px 0px 100px;
  }
}

.terms-condition-banner {
  padding: 260px 0px 150px;
  background: url("../img/business-4/about/terms1.png") no-repeat ;
}
@media screen and (max-width: 767px) { 
  .terms-condition-banner {
    padding: 150px 0px 100px;
  }
}

.service-banner {
  padding: 260px 0px 150px;
  background: url("../img/business-4/about/offers1.png") no-repeat ;
  
}
@media screen and (max-width: 767px) { 
  .service-banner {
    padding: 150px 0px 100px;
  }
}
.cadnz-banner {
  padding: 260px 0px 150px;
  background: url("../img/business-4/about/cadnz1.png") no-repeat ;
}
@media screen and (max-width: 767px) { 
  .cadnz-banner {
    padding: 150px 0px 100px;
  }
}
.krytron-banner {
  padding: 260px 0px 150px;
  background: url("../img/business-4/projects/krytron/krytron5.png") no-repeat ;
}
@media screen and (max-width: 767px) { 
  .krytron-banner {
    padding: 150px 0px 100px;
  }
}
.dispatch-banner {
  padding: 260px 0px 150px;
  background: url("../img/business-4/about/dispatch1.png") no-repeat ;
}
@media screen and (max-width: 767px) { 
  .dispatch-banner {
    padding: 150px 0px 100px;
  }
}
.ev-banner {
  padding: 260px 0px 150px;
  background: url("../img/business-4/projects/ev/slider.webp") no-repeat center;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) { 
  .ev-banner {
    padding: 150px 0px 100px;
  }
}


/*** Start Of blog Section ***/

@media screen and (max-width: 767px) { 
    .saasio-breadcurmb-section {
      padding: 150px 0px 100px;
    }
}
.saasio-breadcurmb-section {
    /* background-color: #dd9534; */
    padding: 260px 0px 150px;
    background: url("../img/business-4/slider/banner1.png") no-repeat center center;
  }
  .breadcurmb-title h2 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    font-family: 'Poppins';
    padding-bottom: 20px;
  }
  .saasio-page-breadcurmb li a  {
    color: #fff;
    margin: 0px 10px;
    position: relative;
  }
  .saasio-page-breadcurmb li a:after {
   top: 2px;
   right: -17px;
   content: '\f054';
   font-weight: 900;
   font-size: 12px;
   position: absolute;
   font-family: 'Font Awesome 5 Free';
  }
  .saasio-page-breadcurmb li:last-child a::after {
    display: none;
  }
  .ul-li ul {
    margin: 0;
    padding: 0;
  }
  .ul-li ul li {
    list-style: none;
    display: inline-block;
  }
  .ul-li-block ul {
    margin: 0;
    padding: 0;
  }
  .ul-li-block ul li {
    list-style: none;
    display: block;
  }

  
.apbc-service-card {
  margin-top: 60px;
}

.apbc-service-card .slick-list {
  margin: 0 -15px;
  padding: 30px 0;
}

.apbc-service-card .slick-slide {
  margin: 0 15px;
}

.apbc-service-card .apbc-service-single {
  -webkit-box-shadow: -3.119px 14.672px 18px 0px rgba(90, 90, 90, 0.15);
  box-shadow: -3.119px 14.672px 18px 0px rgba(90, 90, 90, 0.15);
}

.apbc-service-card .apbc-service-single .apbc-img-wrapper {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.apbc-service-card .apbc-service-single .apbc-img-wrapper img {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.apbc-service-card .apbc-service-single .apbc-icon-wrapper {
  text-align: center;
  position: relative;
  z-index: 10;
}

.apbc-service-card .apbc-service-single .apbc-icon-wrapper i {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-color: #ffffff;
  -webkit-box-shadow: -3.119px 14.672px 60px 0px rgba(90, 90, 90, 0.15);
  box-shadow: -3.119px 14.672px 60px 0px rgba(90, 90, 90, 0.15);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 40px;
  color: #dd9534;
  margin-top: -40px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.apbc-service-card .apbc-service-single .apbc-service-content {
  padding: 25px;
  text-align: center;
}

.apbc-service-card .apbc-service-single .apbc-service-content .apbc-headline {
  margin-bottom: 15px;
}

.apbc-service-card .apbc-service-single .apbc-service-content .apbc-readmore-btn {
  margin-top: 15px;
  color: #000625;
  font-weight: 600;
  text-transform: capitalize;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.apbc-service-card .apbc-service-single .apbc-service-content .apbc-readmore-btn i {
  margin-left: 6px;
}

.apbc-service-card .apbc-service-single:hover .apbc-img-wrapper img {
  -webkit-transform: rotate(2deg) scale(1.1);
  -ms-transform: rotate(2deg) scale(1.1);
  transform: rotate(2deg) scale(1.1);
}

.apbc-service-card .apbc-service-single:hover .apbc-icon-wrapper i {
  background-color: #dd9534;
  color: #ffffff;
  -webkit-box-shadow: -4.158px 19.563px 40px 0px rgba(243, 23, 23, 0.2);
  box-shadow: -4.158px 19.563px 40px 0px rgba(243, 23, 23, 0.2);
}

.apbc-service-card .apbc-service-single:hover .apbc-readmore-btn {
  color: #dd9534;
}
.apbc-service-card .slick-dots {
  bottom: -55px;
}

.apbc-service-card .slick-dots li {
  margin: 0;
}

.apbc-service-card .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #000625;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.apbc-service-card .slick-dots li button::before {
  display: none;
}

.apbc-service-card .slick-dots li.slick-active button {
  background-color: #dd9534;
}


.apbc-project-section .terms-condition-text h5{
  color: #000625;
  margin-top: 15px;
}
.apbc-project-section .terms-condition-text h6{
  color: #000625;
  margin-top: 10px;
  margin-left: 15px;
}
.apbc-project-section .terms-condition-text p{
  margin-left: 17px;
}

.apbc-project-section .terms-condition-text li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
  color: #858585;
  font-size: 15px;
}
.apbc-project-section .terms-condition-text ul {
  margin-left: 10px;
}
.apbc-project-section .terms-condition-text li:before {
  top: 0;
  left: 7px;
  content: "\f058";
  position: absolute;
  font-weight: 300;
  color: #dd9534;
  font-family: "Font Awesome 5 free";
}

.language-switcher {
  position: relative;
  left: 5%;
}

.language-btn {
  background: white; 
  border: none;     
  padding: 1px 6px;
  /* color: #f1f1f1; */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px; 
}
.language-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 100%;
}

.language-item {
  background-color: #fff;
  padding: 4px 6px;
  text-align: left;
  border: none;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.language-item:hover {
  background-color: #f1f1f1;
}

.arrow {
  margin-left: 5px;
}

.language-btn:focus + .language-dropdown-menu,
.language-dropdown-menu:hover {
  display: block;
}
.language-item .flag {
  width: 20px;
  height: 15px;
  margin-right: 5px;
}
.language-btn .flag {
  width: 20px;
  height: 15px;
  margin-right: 5px;
}

@media (max-width: 768px) {
 .switcher-desktop {
    display: none;  
  }
  .apbc-mobile-navigation .language-btn {
    display: block;

  }
  .language-dropdown-menu {
    width: 29%;
  }
}


/*---------------------------------------------------- */
/*(6)- Service area*/
/*----------------------------------------------------*/
.it-up-service-shape {
  z-index: -1;
}
.it-up-service-shape.deco1 {
  top: 30%;
  left: 10%;
  animation: IT_animation_4 20s infinite linear alternate;
}
.it-up-service-shape.deco2 {
  left: 25%;
  top: 185px;
  animation: IT_animation_5 12s infinite linear alternate;
}
.it-up-service-shape.deco3 {
  top: 135px;
  right: 10%;
  animation: IT_animation_4 12s infinite linear alternate;
}
.it-up-service-shape.deco4 {
  top: 50%;
  right: 12%;
  animation: IT_animation_5 18s infinite linear alternate;
}
.it-up-service-shape.deco5 {
  bottom: 20%;
  right: 8%;
  animation: IT_animation_4 15s infinite linear alternate;
}

.it-up-service-section {
  z-index: 1;
  padding: 100px 0px;
}
.it-up-service-section .it-up-section-title {
  margin: 0 auto;
  max-width: 625px;
}

.it-up-service-content {
  padding-top: 60px;
}

.it-up-service-tab-btn {
  background-color: #fff;
  padding: 85px 20px 40px 55px;
  box-shadow: 0px 0px 32px 0px rgba(80, 80, 80, 0.1);
}
.it-up-service-tab-btn .nav-tabs:before {
  top: -3px;
  left: -30px;
  width: 6px;
  height: 80%;
  content: "";
  position: absolute;
  background-color: #f8fcfc;
}
.it-up-service-tab-btn .nav-tabs .nav-item.show .nav-link,
.it-up-service-tab-btn .nav-tabs .nav-link.active,
.it-up-service-tab-btn .nav-tabs .nav-link,
.it-up-service-tab-btn .nav-tabs {
  padding: 0;
  border: none;
  position: relative;
}
.it-up-service-tab-btn .nav-tabs .nav-item {
  margin-bottom: inherit;
  padding-bottom: 65px;
}
.it-up-service-tab-btn .nav {
  display: inherit;
}
.it-up-service-tab-btn .nav-tabs .nav-link {
  color: #bebebe;
  font-size: 20px;
  font-weight: 700;
  font-family: "Nunito";
}
.it-up-service-tab-btn .nav-tabs .nav-link:before {
  left: 0;
  bottom: 0;
  top: 1px;
  width: 6px;
  content: "";
  height: 0px;
  left: -30px;
  border-radius: 10px;
  position: absolute;
  background: linear-gradient(90deg, #ff780b 0%, #dd9534 100%);
  transition: 0.4s all ease-in-out;
}
.it-up-service-tab-btn .nav-tabs .nav-link.active {
  color: #000000;
}
.it-up-service-tab-btn .nav-tabs .nav-link.active:before {
  height: 40px;
  background-color: #fff;
}

.it-up-service-tab-wrap {
  padding: 30px 50px;
  border-radius: 10px;
  background-color: #f8f8f8;
}

.it-up-service-tab-text {
  max-width: 480px;
  padding-top: 20px;
}
.it-up-service-tab-text .it-up-tab-icon {
  left: 0;
  bottom: -70%;
}
.it-up-service-tab-text h3 {
  color: #000000;
  font-size: 34px;
  font-weight: 700;
  padding-bottom: 22px;
}
.it-up-service-tab-text li {
  font-size: 18px;
  padding-left: 35px;
  position: relative;
  margin-bottom: 8px;
}
.it-up-service-tab-text li:before {
  top: 0;
  left: 0;
  color: #dd9534;
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.it-up-service-tab-text .it-up-ser-btn {
  margin-top: 20px;
}

.it-up-service-img img {
  border-radius: 10px;
}

.applghu-features-area {
  padding: 60px 0 80px;
  background: #ffffff;
}

.applghu-features-area .applghu-feature-container {
  position: relative;
}

.applghu-features-area .applghu-feature-container .applghu-feature-shape-left {
  position: absolute;
  bottom: -19px;
  left: -60px;
  -webkit-animation: applghuUpsDown 12s infinite linear alternate;
          animation: applghuUpsDown 12s infinite linear alternate;
}

.applghu-features-area .applghu-feature-container .applghu-feature-shape-right {
  position: absolute;
  right: -35px;
  bottom: -35px;
  -webkit-animation: applghu_rotate_animation 12s infinite linear alternate;
          animation: applghu_rotate_animation 12s infinite linear alternate;
}

.applghu-features-area .applghu-single-features {
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: -3px 10px 50px 0px rgba(88, 88, 88, 0.2);
          box-shadow: -3px 10px 50px 0px rgba(88, 88, 88, 0.2);
  padding: 28px 30px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 30px;
  margin-top: 40px;
  height: 230px;
}

@media (max-width: 1199.98px) {
  .applghu-features-area .applghu-single-features {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .applghu-features-area .applghu-single-features {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.applghu-features-area .applghu-single-features .applghu-feature-icon-box {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  background: -webkit-gradient(linear, left top, right bottom, from(#f9d03b), to(#ee342d));
  background: linear-gradient(to bottom right, #f9d03b, #ee342d);
  top: -70px;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.applghu-features-area .applghu-single-features .applghu-feature-icon-box img {
  /* font-size: 40px;
  color: #ffffff;
  line-height: 90px; */
  width: 50%;
}

.applghu-features-area .applghu-single-features h3 {
  font-size: 20px;
  color: #171366;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  margin-top: -50px;
  margin-bottom: 15px;
}

.applghu-features-area .applghu-single-features p {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
}

.applghu-features-area .applghu-single-features:hover {
  -webkit-box-shadow: -5px 19px 100px 0px rgba(151, 151, 151, 0.5);
          box-shadow: -5px 19px 100px 0px rgba(151, 151, 151, 0.5);
}

.applghu-features-area .applghu-single-features:hover .applghu-feature-icon-box {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/*-------------------
    EV Charging
--------------------*/
/* .ev-charging-services {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
} */
.services-card {
  /* background: white; */
  border-radius: 10px;
  height: 300px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
  border: 1px solid #d9d9d9;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  background-color: white;
}
.services-card img {
  width: 15%;
  margin-bottom: 4%;
}

.services-card h3 {
  font-size: 20px;
  color: #000;
}
.services-card p {
  font-size: 14px;
  color: #666;
  margin-top: 25px;
}
.services-card .icon {
  font-size: 40px;
  /* color: #0073e6; */
}
.services-card .number {
  font-size: 50px;
  color: transparent;
  -webkit-text-stroke: 1.5px #ddd; /* Outline effect */
  position: absolute;
  top: 10px;
  right: 15px;
  font-weight: bold;
  transition: color 0.3s ease, -webkit-text-stroke 0.3s ease;
}
.services-card:hover .number {
  color: #dd9534;
  -webkit-text-stroke: 0px; /* Remove outline */
}
.ev-service-detail li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 10px;
}

.ev-service-detail li:before {
  top: -15px;
  left: 0;
  content: "\2022"; 
  position: absolute;
  font-size: 35px; 
  color: #dd9534;  
  font-family: sans-serif; 
}
.ev-about-section {
  padding-top: 100px;
}
.ev-about-img {
  width: 80%;
  margin-left: 10%;
}
/* */
.section-container {
  padding: 60px 20px;
}
.button-group {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}
.button-group button {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
  transition: color 0.3s;
}
.button-group button.active {
  color: #28a745;
}
.button-group button.active::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #28a745;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.content-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.image-container {
  position: relative;
  flex: 1;
  max-width: 50%;
  min-width: 300px;
}
.image-container img {
  width: 100%;
  border-radius: 10px;
}
.icon-box {
  position: absolute;
  bottom: -20px;
  left: 20px;
  background: #28a745;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.icon-box i {
  font-size: 30px;
  color: white;
}
.text-content {
  flex: 1;
  max-width: 45%;
  min-width: 300px;
}
.btn-green {
  background: #28a745;
  color: white;
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  transition: background 0.3s;
  margin-top: 15px;
}
.btn-green:hover {
  background: #218838;
}

/**/

.meeting-section{
	position:relative;
  padding: 120px 0px 90px;
}

.meeting-section .upper-section{
	position:relative;
	padding: 120px 0px 90px;
	background-size:cover;
	background-attachment:fixed;
}

/* .meeting-section .upper-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.70;
	background-color:#152644;
} */

.meeting-section .upper-section:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:772px;
	height:230px;

	background-image: url(../img/consult/background/pattern-1.png);
	background-repeat:no-repeat;
}

.ev-headline {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25;
  letter-spacing: -1px;
  margin-bottom: 0;
  color: #fff; 
} 

.ev-content {
  color: #fff;
}

.ev-primary-btn a {
  margin-top: 4%;
  width: auto;
  /* height: 55px; */
  line-height: 55px;
  font-family: "Poppins", sans-serif;
  /* font-size: 15px; */
  color: #ffffff;
  background-color: transparent;
  display: inline-flex;
  border: 2px solid #dd9534;
  border-radius: 30px;
  font-weight: 600;
  padding: 0 15px 0 12px;
  text-transform: capitalize;
}

.ev-primary-btn a i {
  margin-left: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #dd9534;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.ev-primary-btn a:hover {
  background-color: #dd9534;
  color: #fff;
  
}

/*Intro*/


/* Ensures the content appears above the overlay */
.content-container {
    position: relative;
    z-index: 2;
}

.map-container {
    height: 90%;
    min-height: 350px;
    border-radius: 30px;
    overflow: hidden;
}

.content-box {
    background: rgba(255, 255, 255, 0.1); /* Transparent background */
    padding: 40px;
    border-radius: 10px;
}

.stats {
    text-align: center;
    margin-top: 40px;
    
}

.stats h2 {
    font-size: 2rem;
    font-weight: bold;
}

.stats span {
    color: #f9a825; /* Highlighted number color */
}



/*---------------------------------------------------- */
/*- Faq area*/
/*----------------------------------------------------*/
.it-nw-faq-section {
  z-index: 1;
}
.it-nw-faq-section .it-nw-faq-sh {
  right: 0;
  bottom: 0;
  z-index: -1;
}

.it-nw-faq-content {
  padding: 50px 50px 60px;
  background-color: #fff;
}
.it-nw-faq-content .accordion {
  border-top: 1px solid #d8d8d8;
}
.it-nw-faq-content .faq-header h3 {
  margin-bottom: 0;
}
.it-nw-faq-content .faq-body {
  padding: 15px 0px 0px 0px;
}
.it-nw-faq-content .faq_title:not(.collapsed),
.it-nw-faq-content .faq_title {
  color: #000;
  font-size: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
  padding: 15px 0px;
  font-family: "Poppins";
  position: relative;
  border: 1px solid #d8d8d8;
  text-align: left;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  width: 100%;
  background-color: transparent;
}
.it-nw-faq-content .accordion-item:first-of-type {
  border-radius: 0;
}
.it-nw-faq-content .accordion-item {
  border: none;
}
.it-nw-faq-content .faq_title::after {
  right: 0;
  width: auto;
  height: auto;
  content: "";
  color: #b1b0b0;
  font-weight: 900;
  position: absolute;
  background-image: none;
  font-family: "Font Awesome 5 Free";
}
.it-nw-faq-content .faq_title:not(.collapsed)::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  content: "";
  color: #dd9534;
}
.it-nw-faq-content .accordion-body {
  padding: 20px 0px;
}
.it-nw-faq-content .accordion-body a {
  color: #000;
  font-weight: 600;
}


   /* Main Card Styling */
/* .ev-card {
    width: 100%;
    background: white;
    border-radius: 20px;
    height: 40vh;
    /* padding: 25px; *
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.ev-card::before {
    content: '';
    position: absolute;
    width: 119px;
    height: 112px;
    bottom: -1px; /* Places it slightly below the card *
    right: -1px;  /* Places it slightly to the right *
    -webkit-mask: url(../img/business-4/projects/ev/service-shape-bottom.png) no-repeat;
    mask: url(../img/business-4/projects/ev/service-shape-bottom.png) no-repeat;
    z-index: 1; /* Ensure the mask stays behind the card content *
} */
.ev-card {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  /* padding: 25px; */
  /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); */
  border: none;
  text-align: left;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

/* Curve Shape as an Image  */
.ev-card::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  bottom: -5px; 
  right: -5px;  
  background: url('../img/business-4/projects/ev/service-shape-bottom3.png') no-repeat center;
  background-size: contain;
  z-index: 1;  
}

/* .ev-card::after {
content: '';
    position: absolute;
    width: 119px;
    height: 112px;
    top: auto;
    left: auto;
    bottom: -1px;
    right: -1px;
    z-index: 1;
    background-color: var(--pbmit-light-color);
    -webkit-mask: url(.../img/business-4/projects/ev/service-shape-bottom.png) no-repeat;
    mask: url(../img/business-4/projects/ev/service-shape-bottom.png) no-repeat;
} */

/* Hover Effect */
.ev-card:hover {
    transform: translateY(-10px);
    /* box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15); */
}

/* Category Text */
.ev-category {
    color: #dd9534;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85rem;
}

/* Bottom Right Curve Effect 
.ev-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: white;
    border-bottom-right-radius: 80px;
    clip-path: circle(80% at 100% 100%);
    z-index: 1;
}*/

/* Arrow Button Positioned Outside */
.ev-arrow {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #dd9534;
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    /* transition: background 0.3s; */
    z-index: 2;
}

/* Hover Effect for Arrow */
.ev-arrow:hover {
    background-color: #dd9534;
}

.ev-card .card-body img{
  width: 20%;
}
.purpose-section {
  position: relative;
  width: 100%;
  height: 100vh;
  /* padding: 260px 0px 150px; */
  background: url("../img/business-4/projects/banner.png") no-repeat ;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.purpose-cards-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 80%;
}
.purpose-card {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 300px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.purpose-card:hover {
  transform: scale(1.05); /* Slight zoom effect */
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5); /* Enhance shadow on hover */
}

@media (max-width: 768px) {
  .cards-container {
      flex-direction: column;
      align-items: center;
  }
}

/*Vision Mission */
.ev-mission-section {
  position: relative;
  background: url('/assets/img/business-4/projects/banner-01.jpg'); /* Replace with your image URL */
  background-size: cover;
  background-position: center;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* Card Styles */
.ev-mission-card {
  background-color: rgba(255, 255, 255, 0.7); 
  border-radius: 10px;
  padding: 10px;
  height: 40vh;
  transition: transform 0.3s ease-in-out;
  
}

/* Card Hover Effect */
.ev-mission-card:hover {
  transform: translateY(-10px);
}
.ev-mission-card h3 {
  margin-top: 5px;
  color: #080e29;
}
.ev-mission-card p {
  font-size: 18px;
  padding: 1rem;
  color: #666666;
}

/* Mobile and Small Screens */
@media (max-width: 768px) {
  .ev-mission-container {
    flex-direction: column; 
    gap: 20px; 
  }

  .ev-mission-card {
    width: 90%; 
    height: 32vh;
    /* padding: 20px;  */
  }
  .apbc-title-area h3 {
    font-size: 22px; 
  }
  .ev-mission-card p {
    font-size: 15px;
  } 

}

/* Medium Screens (Tablets) */
@media (min-width: 768px) and (max-width: 991px) {
  .ev-mission-container {
    flex-direction: column; 
    gap: 25px; 
  }
  .ev-mission-card {
    width: 90%;
    height: 32vh; 
  }
  .apbc-title-area h3 {
    font-size: 28px; 
  }
}


.soft-m-feature-section {
  padding: 20px 0px 60px;
}
.soft-m-feature-section .soft-m-feature-content {
  padding-top: 60px;
}

.soft-m-feature-inner {
  padding-left: 40px;
  margin-bottom: 40px;
  transition: 0.3s all ease-in-out;
}
.soft-m-feature-inner .soft-m-inner-icon {
  left: 0;
  top: 30px;
  z-index: 1;
  position: absolute;
  transition: 0.3s all ease-in-out;
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.1));
}
.soft-m-feature-inner .soft-m-feature-icon {
  width: 85px;
  height: 95px;
  line-height: 100px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.soft-m-feature-inner .soft-m-feature-icon:after {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  opacity: 0;
  height: 100%;
  position: absolute;
  transition: 0.3s all ease-in-out;
  background: linear-gradient(90deg, #f9d03b 0%, #ee342d 100%);
}
.soft-m-feature-inner .soft-m-feature-icon i {
  font-size: 26px;
  transition: 0.3s all ease-in-out;
  background: linear-gradient(90deg, #f9d03b 0%, #ee342d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.soft-m-feature-inner .soft-m-feature-box {
  position: relative;
  border: 2px solid #f1f1f1;
  padding: 35px 40px 35px 70px;
  transition: 0.3s all ease-in-out;
}
.soft-m-feature-inner .soft-m-feature-box:after {
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 3px;
  height: 0%;
  position: absolute;
  transition: 0.3s all ease-in-out;
  background: linear-gradient(90deg, #f9d03b 0%, #ee342d 100%);
}
.soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text h3 {
  color: #000625;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
.soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text h3 span {
  color: #fff;
  font-size: 10px;
  padding: 1px 5px;
  background-color: #dd9534;
}
.soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text p {
  color: #666666;
  padding-bottom: 10px;
}
.soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text .soft-f-more {
  bottom: 12px;
  left: 20%;
  right: 9%;
  font-size: 16px;
  opacity: 0;
  /* font-weight: 500; */
  position: absolute;
  transition: 0.3s all ease-in-out;
  background: linear-gradient(90deg, #6c8493 0%, #858585 100%);
  /* color: #6c8493; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.soft-m-feature-inner:hover {
  margin-bottom: 10px;
}
.soft-m-feature-inner:hover .soft-m-inner-icon {
  top: 50%;
  transform: translateY(-50%);
}
.soft-m-feature-inner:hover .soft-m-feature-box {
  padding: 35px 40px 60px 70px;
  box-shadow: 0px 8px 16px 0px rgba(15, 42, 107, 0.06);
}
.soft-m-feature-inner:hover .soft-m-feature-box:after {
  height: 100%;
}
.soft-m-feature-inner:hover .soft-m-feature-text .soft-f-more {
  opacity: 1;
}
.soft-m-feature-inner:hover .soft-m-feature-icon i {
  background: linear-gradient(90deg, #fff 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.soft-m-feature-inner:hover .soft-m-feature-icon:after {
  opacity: 1;
}


/*Home page Why choose us section*/
/* .sidebar-section-one .sidebar-image img{
  border-radius: 30px 30px 30px 30px;
}
.sidebar-section-one .sidebar-wrap{
  padding: 70px 0px 0px 65px;
}

@media (max-width: 1366px){
  .sidebar-section-one .sidebar-image{
		padding: 0px 0px 0px 18px;
	}
	.sidebar-section-one .sidebar-wrap{
		padding: 50px 18px 0px 20px;
	}
}

@media(max-width: 1200px) {
  .sidebar-section-one .sidebar-image{
		padding: 0px 0px 0px 5px;
	}
}

@media(max-width:1024px) {
  .sidebar-section-one .sidebar-wrap{
		padding: 40px 10px 0px 10px;
	}
}

@media (max-width: 1024px) and (min-width: 768px){
	/*=== Homepage-1 ===*
	.sidebar-section-one .sidebar-left-col{
        width: 100%;
		text-align: center;
	}
	.sidebar-section-one .sidebar-right-col{
        width: 100%;
	}
} */
.sticky-image {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
}
.scrollable-section {
  height: 100vh;
  overflow-y: scroll;
  padding: 2rem;
  position: relative;
}
.step-line {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #ccc;
}
.step-number {
  width: 40px;
  height: 40px;
  background-color: #ccc;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  transition: background-color 0.3s ease;
}
.step-card {
  background: white;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
  position: relative;
  margin-left: 50px;
}
.step-card.in-view .step-number {
  background-color: #28a745;
}

.ev-contact-section {
  position: relative;
  background-image: url('./assets/img/business-4/projects/ev/ev5.jpg'); 
  background-size: cover;
  background-position: center;
  height: 75vh;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}

/* Section Text */
.ev-contact-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



/*---------------------------------------------------- */
/*team area*/
/*----------------------------------------------------*/
.str-team-section {
  padding: 105px 0px 80px;
}

.str-team-section .str-section-title {
  padding: 0 0 30px 80px;
}

.str-team-section .str-team-title-text {
  max-width: 540px;
  padding-top: 60px;
}

.str-team-section .str-team-member-item .owl-stage-outer {
  padding-bottom: 30px;
}

.str-team-section .str-team-member-item .owl-nav .owl-next,
.str-team-section .str-team-member-item .owl-nav .owl-prev {
  top: 40%;
  border: 2px solid #1d1b4c;
}

.str-team-section .str-team-member-item .owl-nav .owl-next:hover,
.str-team-section .str-team-member-item .owl-nav .owl-prev:hover {
  background-color: #1d1b4c;
}

.str-team-img-text {
  padding-bottom: 45px;
  width: 90%;
}

.str-team-img-text .str-team-text {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 75px;
  max-width: 215px;
  overflow: hidden;
  padding: 12px 15px;
  position: absolute;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
  box-shadow: -3.536px 3.536px 40px 0px rgba(29, 27, 76, 0.15);
}

.str-team-img-text .str-team-text h4 {
  color: #1d1b4c;
  font-size: 22px;
  font-weight: 700;
  transition: 0.3s all ease-in-out;
}

.str-team-img-text .str-team-text span {
  font-size: 15px;
  transition: 0.3s all ease-in-out;
  background-image: linear-gradient(125deg, #f9d03b 0%, #ee342d 49%, #f9d03b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.str-team-img-text .str-team-text p {
  opacity: 0;
  color: #666666;
  font-size: 14px;
  visibility: hidden;
  padding: 5px 0px 10px;
  transform: translateY(10px);
  transition: 0.3s all ease-in;
  transition-delay: 0.3s;
}

.str-team-img-text .str-team-text .str-social-team {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.4s all ease-in;
  transition-delay: 0.5s;
}

.str-team-img-text .str-team-text .str-social-team a {
  color: #5e6877;
  margin: 0px 7px;
  transition: 0.3s all ease-in-out;
}

.str-team-img-text .str-team-text .str-social-team a:hover {
  color: #fff;
}

.str-team-img-text:hover .str-team-text {
  height: 200px;
  background-color: #080e29;
}

.str-team-img-text:hover .str-team-text p,
.str-team-img-text:hover .str-team-text .str-social-team {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.str-team-img-text:hover .str-team-text span {
  color: #ee342d;
  -webkit-text-fill-color: inherit;
}

.str-team-img-text:hover .str-team-text h4 {
  color: #fff;
}

.inner-page-padding {
  padding: 130px 0px;
}
.sa-team-inner-inner-box {
  margin-bottom: 40px;
}
.sa-team-inner-inner-box .str-team-img-text:hover .str-team-text {
  height: 100px;
}

/*----------------
   Footer Area
----------------*/
/* .apbc-footer-section {
	padding: 100px 0 0 0;
} */

.apbc-footer-section .pr20-footer-top {
	margin-top: -190px;
  margin-bottom: 9%;
  width: 77%;
  margin-left: auto;
  margin-right: auto;
}

.apbc-footer-section .pr20-footer-top .pr20-ft-sb-area {
	/* background-color: #ffffff; */
	border-radius: 20px;
	-webkit-box-shadow: 0px 13px 60px 0px rgba(135, 135, 135, 0.3);
	box-shadow: 0px 13px 60px 0px rgba(135, 135, 135, 0.3);
}

.apbc-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-left {
	padding: 70px 30px;
}

.apbc-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-left .pr20-title-area {
	margin: 0;
}

.apbc-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-right {
	padding: 40px 30px;
}

.apbc-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-right form {
	width: 100%;
	position: relative;
}

.apbc-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-right form input[type="email"] {
	width: 100%;
	padding: 12px 180px 12px 12px;
	border: 1px solid #e7e7e7;
}

.apbc-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-right form input[type="email"]::-webkit-input-placeholder {
	color: #e7e7e7;
}


.apbc-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-right form .pr20-submit-btn {
	position: absolute;
	top: 50%;
	right: -2px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 0;
	width: 150px;
	height: 52px;
	color: #ffffff;
	background-color: transparent;
	display: inline-block;
	text-align: center;
	line-height: 52px;
	border-radius: 4px;
	background-image: -webkit-linear-gradient(20deg, #f9d03b 0%, #ee342d 100%);
	background-image: -o-linear-gradient(20deg, #f9d03b 0%, #ee342d 100%);
	background-image: linear-gradient(-290deg, #f9d03b 0%, #ee342d 100%);
	z-index: 1;
	font-family: "Lexend", sans-serif;
	font-weight: 600;
  font-size: 15px;
	text-transform: capitalize;
}

.apbc-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-right form .pr20-submit-btn::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(160deg, #f9d03b 0%, #ee342d 100%);
	background-image: -o-linear-gradient(160deg, #f9d03b 0%, #ee342d 100%);
	background-image: linear-gradient(290deg, #f9d03b 0%, #ee342d 100%);
	z-index: -1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border-radius: 4px;
}

.apbc-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-right form .pr20-submit-btn:hover::after {
	opacity: 0;
}
@media (max-width: 768px){
  .apbc-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-left {
    padding: 16px 15px;
  }
 
  .apbc-footer-section .pr20-footer-top .pr20-ft-sb-area .pr20-footer-sb-right {
    padding: 20px 8px;
  }
}
.pr20-footer-bottom {
	padding-top: 60px;
}

.pr20-footer-widget {
	margin-bottom: 60px;
}

.pr20-footer-widget .logo {
	width: 170px;
	display: inline-block;
	margin-bottom: 20px;
}

.pr20-footer-widget .pr20-pera-txt p {
	color: #ffffff;
}

.pr20-footer-widget .pr20-footer-socials {
	margin-top: 30px;
}

.pr20-footer-widget .pr20-footer-socials a {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: transparent;
	color: #ffffff;
	border-radius: 50%;
	border: 1px solid #ffffff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	display: inline-block;
}

.pr20-footer-widget .pr20-footer-socials a+a {
	margin-left: 8px;
}

.pr20-footer-widget .pr20-footer-socials a:hover {
	background-color: #0096ff;
	border-color: #0096ff;
}

.pr20-footer-widget .pr20-headline {
	margin-bottom: 20px;
}

.pr20-footer-widget .pr20-headline h4 {
	color: #ffffff;
}

.pr20-footer-widget .pr20-footer-links ul li+li {
	margin-top: 10px;
}

.pr20-footer-widget .pr20-footer-links ul li a {
  color: #ffffff;
  position: relative;
}

.pr20-footer-widget .pr20-footer-links ul li a:hover {
	padding-left: 25px;
}

.pr20-footer-widget .pr20-footer-address li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #ffffff;
}

.pr20-footer-widget .pr20-footer-address li i {
	margin-top: 6px;
}

.pr20-footer-widget .pr20-footer-address li span {
	margin-left: 10px;
}

.pr20-footer-widget .pr20-footer-address li+li {
	margin-top: 10px;
}

.pr20-footer-widget .pr20-footer-blog li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pr20-footer-widget .pr20-footer-blog li+li {
	margin-top: 6px;
}

.pr20-footer-copyright hr {
	border: 0;
	border-bottom: 1px solid #ffffff9e;
	margin: 0;
}


.pr20-footer-copyright .pr20-pera-txt p {
	color: #ffffff;
	font-size: 15px;
}

.pr20-footer-copyright .pr20-copyright-links {
	text-align: right;
}


.pr20-footer-copyright .pr20-copyright-links a {
	color: #ffffff;
	padding: 10px 0;
	display: inline-block;
	position: relative;
}

.pr20-footer-copyright .pr20-copyright-links a+a {
	margin-left: 15px;
}

.pr20-footer-copyright .pr20-copyright-links a+a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -10px;
	width: 1px;
	height: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #ffffff9e;
}

.pr20-footer-copyright .pr20-copyright-links a:hover {
	text-decoration: underline;
}
@media (max-width: 991.98px) {

	.pr20-footer-copyright hr {
		margin-bottom: 20px;
	}
  .pr20-footer-copyright .pr20-copyright-links {
		text-align: left;
	}
}


/*----------------------------------------*/
/*  - Our Clients EV Page
/*----------------------------------------*/

.our-client-section-one {
  background: url("../img/business-4/client/client-bg.png") no-repeat ;
  padding: 80px 0px 100px;
}

@media screen and (max-width: 767px) { 
  .our-client-section-one {
    padding: 150px 0px 100px;
  }
  .ev-ele{
    width: 50%;
  }
}
.ev-client-style-1 .ev-border-wrapper {
	padding: 20px 70px;
	display: block;
	border-radius: 10px;
	background-color: #ffffff;
}
.ev-client-style-1 .ev-client-wrapper {
	overflow: hidden;
	display: block;
}
.ev-client-wrapper{
	position: relative;
    text-align: center;
    z-index: 1;
    height: -webkit-max-content;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.ev-client-style-1 .ev-client-with-hover-img .ev-featured-wrapper,.ev-client-style-1 .ev-client-hover-img {
	-webkit-transition: -webkit-transform .4s ease;
	-moz-transition: transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease,-webkit-transform .4s ease
}
.ev-client-style-1 .ev-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translateY(-100%);
	display: block;
	text-align: center;
	width: 100%
}
.ev-client-style-1 .ev-client-with-hover-img .ev-client-hover-img {
	transform: translateY(-100%)
}
.ev-client-style-1 .ev-client-with-hover-img:hover .ev-client-hover-img {
	visibility: visible;
	transform: translateY(0)
}
.ev-client-style-1 .ev-client-with-hover-img:hover .ev-featured-wrapper {
	transform: translateY(100%)
}
.ev-ele-header-align-center.ev-heading-style .ev-element-viewtype-carousel .ev-heading-subheading {
	position: relative;
}
.ev-client-style-1 .ev-client-wrapper .ev-featured-wrapper {
	background-color: #ffffff;
}
.ev-client-style-1 .ev-client-wrapper .ev-featured-wrapper img {
	mix-blend-mode: luminosity;
}

.ev-ele {
    padding-left: 2.5px;
    padding-right: 2.5px;
    margin-bottom: 5px;
}


/* Benefits  Section */
.aplit-consult-area {
  padding-top: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  overflow: visible;
}

@media (max-width: 991.98px) {
  .aplit-consult-area {
    height: auto;
    padding-bottom: 70px;
  }
}

.aplit-consult-content .aplit-consult-column .aplit-headline h3 {
  color: #080e29;
  font-size: 35px;
  text-transform: initial;
}

.aplit-consult-area .aplit-consult-content .aplit-consult-column {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 40px 60px;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
          box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.aplit-consult-area .aplit-consult-content .aplit-consult-column::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(20deg, #ee342d 0%, #f9d03b 100%);
  z-index: -1;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}


.aplit-consult-area .aplit-consult-content .aplit-consult-column .aplit-pera-txt {
  margin-top: 28px;
}

.aplit-consult-area .aplit-consult-content .aplit-consult-column .aplit-pera-txt p {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}


.aplit-consult-area .aplit-consult-content .aplit-consult-column:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 991.98px) {
  .aplit-consult-area .aplit-consult-content .aplit-consult-column {
    margin-bottom: 30px;
    padding: 40px 30px;
  }
}

.aplit-consult-column li {
  text-align: justify;
  padding-left: 32px;
  position: relative;
  margin-bottom: 10px;
}
.aplit-consult-column:hover li {
  color: #ffffff;
}

.aplit-consult-column li:before {
  top: -16px;
  left: 0;
  content: "\2022"; 
  position: absolute;
  font-size: 35px; 
  color: #dd9534;  
  font-family: sans-serif; 
}

/* Section Styling */
#electric-car-feature {
  background: url('../img/business-4/projects/ev/ev-services-banner.png') no-repeat ;
  padding: 80px 0;
}
.feature-item-left {
  display: flex;
  
}
.feature-item-right {
  display: flex;
}

/* Icon Box */
.feature-icon-box {
  background-color: #007bff;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin-bottom: 30%;
}

.icon-box img {
  width: 40px;
  height: 40px;
}

.feature-content h4 {
  font-size: 20px;
  margin-bottom: 5px;
  text-align: center;
}

.feature-content p {
  font-size: 14px;
  margin: 0;
  text-align: center;
}

/* Center Car Image */
.car-image {
  width: 60%;
  max-width: 280px;
}
/* Mobile-specific styles */
@media screen and (max-width: 768px) {
  #electric-car-feature {
    padding: 30px 20px; 
  }

  .feature-item-left, .feature-item-right {
    height: 19vh;
  }

  .feature-icon-box {
    width: 80px; 
    height: 80px;
  }

  .icon-box img {
    width: 30px; 
    height: 30px;
  }

  .feature-content h4 {
    font-size: 18px; 
  }

  .feature-content p {
    font-size: 12px; 
  }
  .car-image{
    width: 40%;
    transform: rotate(90deg);
    margin-top: -70px;
    margin-bottom: -35px;
  }
  .md-mt-6{
    margin-top: 0%;
  }
}

@media screen and (max-width: 480px) {
  .feature-icon-box {
    width: 70px; 
    height: 70px;
  }

  .icon-box img {
    width: 25px; 
    height: 25px;
  }

  .feature-content h4 {
    font-size: 16px; 
  }

  .feature-content p {
    font-size: 12px; 
  }
}


.dispatch-contact img{
  animation: 3.5s pr1_shape_ups_down infinite;
}

/* Overlay */
/* .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none; 
  z-index: 999;
} */

/* Cookie Banner */
.cookie-banner {
  position: fixed;
  bottom: -600px; 
  left: 0;
  right: 0;
  background: #333;
  color: #fff;
  padding: 15px;
  text-align: center;
  z-index: 1000;
  transition: bottom 0.5s ease-in-out;
}

.cookie-banner a {
  color: #dd9534;
  text-decoration: underline;
}

.cookie-buttons {
  margin-top: 10px;
}

.cookie-button {
  background: #dd9534;
  color: white;
  border: none;
  padding: 10px 20px;
  margin: 5px;
  cursor: pointer;
  border-radius: 5px;
}

.cookie-button:hover {
  background: #dd9534;
}

/* Cookie Modal */
.cookie-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
}

.cookie-modal-content {
  background: white;
  margin: 5% auto;
  padding: 20px;
  width: 50%;
  max-width: 500px;
  border-radius: 10px;
  position: relative;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.close-modal:hover {
  color: #555;
}

form label {
  display: block;
  color: #000625;
  margin: 9px 0;
  font-weight: 500;
  
}

.cookie-description {
  font-size: 0.9em;
  color: #666;
  margin: 5px 0 15px 0;
}


.cookie-error {
  color: red;
  font-size: 0.9em;
  margin-bottom: 10px;
  display: none; /* Hidden by default */
}
.cookie-btn {
  width: auto;
  height: 48px;
  font-size: 15px;
  color: #ffffff;
  background-color: #dd9534;
  border: none;
  border-radius: 30px;
  padding: 0 10px 0 15px;
}
.cookie-btn:hover {
  color: #dd9534;
  background: transparent;
  border: 1px solid #dd9534;
  transition: .3s ease all;
}


/* Krytron Why Choose Section */
.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon img{
  width: 60%;
}

.eg-how-work-section {
  padding-bottom: 135px;
  overflow: visible;
}

.eg-how-work-section .how-work-bg-shape {
  top: -185px;
  z-index: -1;
}

.eg-how-work-section .eight-section-title {
  padding-bottom: 18px;
}

.eg-how-work-section .eight-section-title .eg-title-tag {
  margin-left: 55px;
  font-size: 14px;
}

.eg-how-work-section .mCustomScrollBox {
  left: -30px;
}

.eg-how-work-section .mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.eg-how-work-section .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
}

.eg-how-work-section .how-work-scroller {
  height: 310px;
}

.eg-how-work-section .eg-how-work-content {
  padding: 0 10px 0px 30px;
}

.eg-how-work-section .ei-how-work-content-item {
  padding-left: 180px;
}

.eg-how-work-section .ei-how-work-content-item .mCSB_draggerContainer {
  max-height: 290px;
}

.eg-how-work-section .ei-how-work-content-item .mCSB_scrollTools .mCSB_draggerRail {
  width: 13px;
  background-color: #e8e9f3;
}

.eg-how-work-section .ei-how-work-content-item .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 13px;
  background-color: #dd9534;
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text {
  margin-bottom: 25px;
  background-color: #fff;
  padding: 20px 50px 30px 20px;
  box-shadow: 0px 8px 9px 0px rgba(7, 7, 56, 0.15);
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon {
  height: 65px;
  width: 65px;
  z-index: 1;
  overflow: hidden;
  line-height: 65px;
  margin-right: 35px;
  position: relative;
  border-radius: 100%;
  background-color: #f1f2fa;
  box-shadow: 0px 13px 24px 0px rgba(43, 1, 68, 0.17);
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon i {
  font-size: 30px;
  font-weight: 500;
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon .far {
  line-height: 65px;
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-text h3 {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 13px;
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .scroller-no {
  left: -35px;
  bottom: 5px;
  z-index: -1;
  color: #dad2df;
  line-height: 1;
  font-size: 123px;
  font-weight: 700;
  position: absolute;
  font-family: "Playfair Display";
  transition: 0.3s all ease-in-out;
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text:hover .eg-how-work-icon:after {
  opacity: 1;
  transform: scale(1);
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text:hover .eg-how-work-icon i {
  color: #fff;
}

.eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text:hover .scroller-no {
  color: #dd9534;
}

.eg-how-work-section .how-work-mockup {
  padding-left: 100px;
  padding-right: 80px;
}

.eg-how-work-section .how-work-mockup img {
  max-height: 600px;
}

.eg-how-work-section .how-work-mockup .hw-shape1 {
  top: -70px;
  right: 120px;
  z-index: -1;
}

.eg-how-work-section .how-work-mockup .hw-shape2 {
  left: 30px;
  z-index: -1;
  bottom: -15px;
}
@media screen and (max-width: 420px) {
  .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon {
    margin-right: 0;
    margin-bottom: 15px;
    float: none !important;
  }
  
  .eg-how-work-section .ei-how-work-content-item {
    padding-left: 30px;
  }
  
  .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-text h3 {
    font-size: 20px;
  }
  
  .eg-how-work-section {
    padding-bottom: 30px;
  }
  }
@media screen and (max-width: 320px) {
  .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-text h3 {
    font-size: 16px;
  }

  .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .scroller-no {
    display: none;
  }

  .eg-how-work-section .eg-how-work-content {
    padding-left: 5px;
  }
}

/* Features Section  */

.apldg-service-section {
  padding: 100px 0;
  background-color: #f9faff;
  position: relative;
}

.apldg-service-section .apldg-object-11 {
  position: absolute;
  width: 20px;
  right: 200px;
  bottom: 100px;
  -webkit-animation: 30s apldg_move_animation linear infinite;
  animation: 30s apldg_move_animation linear infinite;
}

.apldg-service-section .apldg-circle-shape {
  position: absolute;
  width: 30px;
  left: 100px;
  bottom: 100px;
}


.apldg-service-section .apldg-service-content .apldg-headline {
  color: #000625;
  /* font-size: 25px; */
  font-weight: 500;
}

.apldg-service-section .apldg-service-content .apldg-service-column {
  height: 225px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background-color: #fff;
  align-items: center;
  -webkit-box-shadow: 0px 15px 40px 0px rgba(166, 166, 166, 0.1);
  box-shadow: 0px 15px 40px 0px rgba(166, 166, 166, 0.1);
  padding: 25px;
  margin-bottom: 30px;
}

.apldg-service-section .apldg-service-content .apldg-service-column .apldg-icon-wrapper i {
  width: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(160deg, #f9d03b 0%, #ee342d 99%);
  background-image: -o-linear-gradient(160deg, #f9d03b 0%, #ee342d 99%);
  background-image: linear-gradient(290deg, #f9d03b 0%, #ee342d 99%);
  font-size: 30px;
  color: #ffffff;
  border-radius: 4px;
}

.apldg-service-section .apldg-service-content .apldg-service-column .apldg-icon-wrapper.gradient-2 i {
  background-image: -webkit-linear-gradient(160deg, #ff539f 0%, #ff7875 100%);
  background-image: -o-linear-gradient(160deg, #ff539f 0%, #ff7875 100%);
  background-image: linear-gradient(290deg, #ff539f 0%, #ff7875 100%);
}

.apldg-service-section .apldg-service-content .apldg-service-column .apldg-icon-wrapper.gradient-3 i {
  background-image: -webkit-linear-gradient(160deg, #4188ee 0%, #66e4de 100%);
  background-image: -o-linear-gradient(160deg, #4188ee 0%, #66e4de 100%);
  background-image: linear-gradient(290deg, #4188ee 0%, #66e4de 100%);
}

.apldg-service-section .apldg-service-content .apldg-service-column .apldg-service-column-content {
  margin-left: 20px;
}

.apldg-service-section .apldg-service-content .apldg-service-column .apldg-service-column-content h6 {
  margin-bottom: 15px;
}

.apldg-service-section .apldg-service-content .apldg-service-column:hover .apldg-icon-wrapper i {
  -webkit-animation: 0.3s apldg_ZoomInZoomOut linear;
  animation: 0.3s apldg_ZoomInZoomOut linear;
}

@media (max-width: 767.98px) {
  .apldg-service-section .apldg-service-content .apldg-service-column {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
}

.apldg-service-section .apldg-secondary-btn {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}

@keyframes apldg_move_animation {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(200px, 100px) rotate(90deg);
    transform: translate(200px, 100px) rotate(90deg);
  }
  50% {
    -webkit-transform: transalate(600px, 200px) rotate(180deg);
    transform: transalate(600px, 200px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(-50px) rotate(270deg);
    transform: translate(-50px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(360deg);
    transform: translate(0) rotate(360deg);
  }
}

.xis-dm-step-section {
  z-index: 1;
  overflow: hidden;
  padding-top: 150px;
}
.xis-dm-step-section .xis-dm-section-title span {
  background-color: #f8f8f8;
}
.xis-dm-step-section .xis-dm-step-shape1 {
  top: -40px;
  left: 14%;
  z-index: -1;
}
.xis-dm-step-section .xis-dm-step-shape2 {
  bottom: 0;
  left: 10%;
  -webkit-animation: Glow_animation_1 12s infinite alternate;
  animation: Glow_animation_1 12s infinite alternate;
}

.xis-dm-step-list-wrapper {
  padding-top: 30px;
}

.xis-dm-step-list-item {
  margin-bottom: 30px;
}
.xis-dm-step-list-item .xis-dm-step-icon {
  width: 55px;
  height: 60px;
  line-height: 0.75;
  margin-right: 25px;
  border-radius: 15px;
  background-color: #e45d30;
}
.xis-dm-step-list-item .xis-dm-step-icon i {
  color: #fff;
  font-size: 24px;
}
.xis-dm-step-list-item .xis-dm-step-inner-text {
  max-width: 350px;
}
.xis-dm-step-list-item .xis-dm-step-inner-text h3 {
  color: #061b2e;
  font-size: 24px;
  font-weight: 700;
  /* padding-bottom: 10px; */
}
.xis-dm-step-list-item:nth-child(2) .xis-dm-step-icon {
  background-color: #5858fe;
}
.xis-dm-step-list-item:nth-child(3) .xis-dm-step-icon {
  background-color: #a0d44b;
}

.xis-dm-step-img-wrapper {
  margin-top: 160px;
  padding-left: 20px;
}
.xis-dm-step-img-wrapper .xis-dm-step-img1 img{
  width: 70%;
}
.xis-dm-step-img-wrapper .xis-dm-step-img2 {
  right: 60px;
  top: -10px;
}

/* Cadnz About Us  */
.xis-dia-about-section {
  z-index: 1;
  padding-bottom: 130px;
}
.xis-dia-about-section .xis-dia-side-shape1 {
  right: 0;
  z-index: -1;
  top: -120px;
}

.xis-dia-about-content {
  padding-bottom: 95px;
}

.xis-dia-about-img-wrapper {
  left: -180px;
  /* position: absolute; */
}
.xis-dia-about-img-wrapper .xis-dia-about-img1 {
  z-index: 1;
  top: 60px;
  left: 15px;
  width: 94%;
}
.xis-dia-about-img-wrapper .xis-dia-about-img2 {
  left: 0;
  top: 18%;
  width: 94%;
}
.xis-dia-about-img-wrapper .xis-dia-about-img3 {
  z-index: 2;
  left: -60px;
  bottom: 25px;
}

.xis-dia-about-text-wrapper {
  padding: 115px 0px 0px 40px;
}
.xis-dia-about-text-wrapper .xis-dia-section-title {
  max-width: 470px;
}

/* .xis-dia-about-text-content {
  padding-top: 45px;
} */
.xis-dia-about-text-content p {
  font-size: 17px;
}
.xis-dia-about-text-content .xis-dia-about-list {
  padding: 25px 0px 0px 25px;
}
.xis-dia-about-text-content .xis-dia-about-list li {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}
.xis-dia-about-text-content .xis-dia-about-list li:before {
  left: 0;
  top: 9px;
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #dd9534;
}

/* Cadnz Features  */
.steps-section{
	position:relative;
	padding:120px 0px 60px;
}

.steps-section .inner-container{
	position:relative;
}

.steps-section .inner-container:before{
	position:absolute;
	content:'';
	left:0px;
	top:55px;
	right:0px;
	height:2px;
	background:#daf3f5;
	background:-webkit-linear-gradient(left,rgba(0, 10, 0, 0),#ee342d,rgba(0,0,0,0));
	background:-moz-linear-gradient(left,rgba(0,0,0,0),#ee342d,rgba(0,0,0,0));
	background:-ms-linear-gradient(left,rgba(0,0,0,0),#ee342d,rgba(0,0,0,0));
	background:-o-linear-gradient(left,rgba(0,0,0,0),#ee342d,rgba(0,0,0,0));
}

.step-block{
	position:relative;
	margin-bottom:30px;
}

.step-block .inner-box{
	position:relative;
	text-align:center;
}
.step-block .inner-box .cadnz-icon img{
  width: 65%;
  margin-bottom: 6px;
}
.step-block .inner-box .cadnz-icon{
	position:relative;
	width:110px;
	height:110px;
	color:#ffffff;
	font-size:48px;
	line-height:110px;
	border-radius:50%;
	margin:0 auto;
	background-color:#dd9534;
	font-family: "flaticon";
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;  
}

.step-block .inner-box:hover .cadnz-icon{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
	background-color:#000625;
}

.step-block .inner-box .lower-content{
	position:relative;
	padding-top:22px;
}

.step-block .inner-box .lower-content h4{
	color:#0e0e0e;
}

.step-block .inner-box .lower-content .text{
	position:relative;
	margin-top:10px;
	color:#383838;
	line-height:1.7em;
}
.step-block .inner-box .lower-content li {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}
.step-block .inner-box .lower-content li:before {
  left: 12px;
  top: 10px;
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #dd9534;
}

.cadnz-contact-section {
  position: relative;
  /* background-image: url('./assets/img/business-4/projects/ev/ev5.jpg');  */
  background-size: cover;
  background-position: center;
  height: 60vh;
  color: #fff;
}


.saas_two_feature_section {
  padding: 105px 0px 85px;
}

.saas_two_feature_section .s2-feature_text {
  max-width: 520px;
  padding: 40px 0 0 50px;
}

.saas_two_feature_section .s2-feature_text h2 {
  font-size: 40px;
  line-height: 1.25;
  padding: 15px 0px 15px;
}

.saas_two_feature_section .s2-feature_text p {
  padding-bottom: 43px;
}

.saas_two_feature_section .s2-feature_text .saas_btn a {
  padding: 10px 25px 10px 25px;
}

.saas_two_feature_section .s2-feature_text .saas_btn a i {
  font-size: 20px;
  margin-right: 5px;
}

.saas_two_feature_section .s2-feature_right {
  padding-left: 35px;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list {
  margin-bottom: 10px;
  padding: 22px 32px 20px;
  border-radius: 10px;
  display: inline-block;
  transition: 0.4s all ease-in-out;
  position: relative;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:before {
  position: absolute;
  content: "";
  height: 0px;
  width: 5px;
  left: 0;
  top: 50%;
  border-radius: 50px;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:hover:before {
  height: 60px;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon {
  width: 95px;
  float: left;
  height: 95px;
  border-radius: 100%;
  line-height: 105px;
  margin-right: 30px;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon:after {
  left: 0;
  right: 0;
  top: 5px;
  width: 90%;
  height: 90%;
  content: "";
  margin: 0 auto;
  position: absolute;
  border: 5px solid #fff;
  border-radius: 100%;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon img {
  width: 55%;
  margin-bottom: 10px;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_text_box {
  max-width: 310px;
  display: inline-block;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_text_box h3 {
  color: #010101;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 15px;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:hover {
  margin-left: 30px;
  box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.13);
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(1) .s2-feature_icon {
  background-color: #ead899;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(1) .s2-feature_icon i {
  color: #049507;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(1):before {
  background-color: #dd9534;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(2) .s2-feature_icon {
  background-color: #f2aa85;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(2) .s2-feature_icon i {
  color: #dd9534;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(2):before {
  background-color: #dd9534;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(3) .s2-feature_icon {
  background-color: #ead899;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(3) .s2-feature_icon i {
  color: #d912dc;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:nth-child(3):before {
  background-color: #dd9534;
}

@media screen and (max-width: 1120px) {
  .saas_two_feature_section .s2-feature_right {
    padding-left: 0;
  }

  .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1015px) {

  .saas_two_feature_section .s2-feature_right .s2-feature_list {
    padding: 22px 20px 20px;
  }
}
@media screen and (max-width: 991px) {

  .saas_two_feature_section .s2-feature_right {
    padding-left: 0;
    margin-top: 40px;
  }

 
}

@media screen and (max-width: 480px) {
 
  .saas_two_feature_section {
    padding: 60px 0px 25px;
  }

  .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon {
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
  }

  .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_text_box {
    text-align: center;
    max-width: 100%;
  }

}
@media screen and (max-width: 420px) {
  
  .saas_two_feature_section .s2-feature_text h2 {
    font-size: 30px;
  }

  .saas_two_feature_section .s2-feature_text {
    padding: 20px 0 0 0px;
  }

  .saas_two_feature_section .s2-feature_text p {
    padding-bottom: 25px;
  }

  
  .saas_two_feature_section .s2-feature_right .s2-feature_list:hover {
    margin-left: 0;
  }


}

/* Cadnz Testimonial Section */
.testimonial-section {
  text-align: center;
  padding: 10px 0;
  position: relative;
  overflow: visible;
  background: url('../img/business-4/projects/cadnz/testomonial.png') no-repeat center center;
  background-size: cover;
}

.testimonial-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.testimonial-content {
  position: relative;
  z-index: 2;
}

.testimonial-card {
  position: relative;
  transform: translateY(30%);
  background: #fff;
  color: #000;
  height: 280px;
  /* border-radius: 12px; */
  /* padding: 25px; */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.testimonial-card:hover {
  transform: translateY(3px);
}

.testimonial-card img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.testimonial-card h5 {
  font-weight: bold;
}

/* About Us Certificate */
.certificate-container {
  max-width: 1070px; 
  margin: auto; 
  padding: 40px;
  background: linear-gradient(to right, #081420, #3a5573);
  color: white;
  /* border-radius: 15px; */
  position: relative;
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.certificate-content p{
  padding: 20px;
  font-size: 15px;
  color: #e7e7e7;
}

.certificate-img {
 width: 50%;
  /* border-radius: 10px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2); */
}

@media (max-width: 768px) {
  .certificate-container {
      clip-path: none;
      text-align: center;
  }
  .certificate-img {
      margin-top: 20px;
  }
}

/* ----News Section--- */
.news-card {
  box-shadow: 0px 0px 35px rgba(0,0,0,0.15);
}

.news-card .news-img{
  margin-left: -15px;
}
.news-card .news-content{
  padding: 35px 40px;
}