:root {
  --white-color: white;
  --dark-color: black;
  --them-color: rgba(0, 120, 255, 1);
  --gray-color: rgba(104, 119, 138, 1);


}


@font-face {
  font-family: 'Poppins', sans-serif !important;
  src: url('fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins', sans-serif !important;
  src: url('fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: 'Lexend', sans-serif;
  box-sizing: border-box;
  scroll-behavior: smooth;
}


* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.row {
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0 !important;
  display: flex;
  flex-wrap: wrap;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0px 150px !important;

}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}


dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0 !important;
  padding-left: 1rem !important;

}

p {
  font-family: 'Lexend';
  font-size: 15px;
  font-weight: 400;
}

.pad-section {
  /* padding: 100px 0px; */
  padding-top: 80px;
}

/* header  */
.logo {
  width: 373px;
  height: 66px;

}

.togelmenu {
  display: none !important;
  border: 1px solid var(--Stroke, rgba(223, 229, 234, 1));
  padding: 10px;
  border-radius: 5px;
}

.footmenu, .responsivemeanhead, .meanhead {
  text-decoration: none !important;
  color: var(--dark-color)!important;
  font-family: 'Lexend'!important;
  font-size: 17px!important;
  font-weight: 500!important;
  margin: 0px 35px;
  transition: 0.1s linear!important;

}
.responsivemeanhead{
  margin-bottom: 20px;
 margin-left: -8px;
}
.offcanvas {

  --bs-offcanvas-height: 50vh !important;}
  .offcanvas {
    height: var(--bs-offcanvas-height, auto);
  }
  
.meanhead:hover {
  color: var(--them-color);
}
.doted-line{
  border: 1px dashed rgba(0, 0, 0, 1);
  margin-bottom: 20px;
}
.accordion-button {padding: 0px !important;
  font-family: 'Lexend';
  font-size: 17px;
  font-weight: 500;
}
.accordion-button:not(.collapsed) {
  color: var(--dark-color) !important;
  background-color: transparent !important;
 
}
.accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none !important; /* Remove box shadow */

}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: none !important;
}

.dedcription-btn {
  width:20%;
  position: relative;
  display: inline-block;
  border-radius: 25px;
  background-color:var(--them-color);
  color:var(--white-color);
  text-align: center;
  text-decoration: none;
  font-family: 'Lexend';
  font-size: 15px;
  font-weight: 500;
  padding: 13px 0;
  transition: all 0.3s;
  margin: 20px 5px;
}
.dedcription-btn .btn-icon {
  background: rgba(0, 100, 214, 1);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 8px;
  top: 4px;
  transition: all 0.3s;
  float: right;
}
.name-descripeion {
  position: relative;
  z-index: 9999;
  padding-left: 28px;
}

.dedcription-btn:hover .btn-icon {
  width: 90%;
  border-radius: 60px;
}
.dedcription-btn:hover .btn-icon::after {
  display: none;
  opacity: 0.1;
}
.btn-icon i {
  position: absolute;
  left: 13px;
  top: 12px;
  color: #fff;
}
.dedcription-btn:hover {
  color: #fff!important;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);

  z-index: 1;
  top: 80px;
  right: -132px;
  padding: 25px, 10px, 25px, 10px;
}

.menu li {
  transition: 1s ease;
  position: relative;
padding: 30px 0px;
}

.menu li:hover .dropdown-content {
  display: block;
}

.head {
  background-color: var(--white-color);
  height: 78px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999999;
}
.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
  visibility: visible;
  max-height: 569px !important;
}
.dropdown-content a {
  color: black;
  padding: 15px 10px;
  text-decoration: none;
  display: block;

  font-family: 'Lexend';

  font-size: 17px;
  font-weight: 500;
  transition: 0.3s linear;


}
.project-summry{
  margin-top:60px !important;
}

.offcanvas.offcanvas-top {
  top: 79px !important; }
  .offcanvas {
    position: absolute !important;}
/* banner start  */
.banner-width {
  width: 66%;
}

.banner {

  background: url('../imges/Background (4).png') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    color: var(--dark-color);
    margin-top: 2px;
}

.banner-text {
  font-family: 'Lexend';
  font-size: 40px;
  font-weight: 600;
  margin-top: 150px;

}

.banner h3 {
  font-family: 'Alegreya Sans SC', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.03em;
  text-align: left;
  color: var(--them-color);
  margin-top: 30px;

}

.trusted {
  background-image: url('../imges/BG.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vh;
  gap: 0px;
  opacity: 0px;
  margin-top: -9px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.trusted h3 {
  font-family: 'Lexend';
  font-size: 35px;
  font-weight: 700;
  margin-top: 30px;

}

.trusted p {
  font-size: 18px;

}

.all-trusted-img {
margin-bottom: -47px;
}
/* 
.trusted-text {
  position: absolute;
  top: 0px;
} */

.trusted-img {

  width: 300px;

  margin-left: 80px;
}

/* about  */
.about-img {
  width: 650px;
}

.about-text {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 60px 40px;
}

.about-text h2 {
  color: var(--them-color);
  font-family: 'Lexend';
  font-size: 17px;
  font-weight: 500;
  background-color: rgba(0, 120, 255, 0.1);
  padding: 15px 20px 15px 20px;
  display: inline;
  border-radius: 100px;

}

.about-text h3 {
  font-family: 'Lexend';
  font-size: 35px;
  font-weight: 700;
  margin: 30px 0px;
}

.about-text p {
  font-family: 'Lexend';
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(143, 146, 150, 1);

}

.learn-more {
  background-color:var(--them-color);
  color: white;
  text-decoration: none;
  border-radius: 60px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  overflow:hidden;
  width: auto;
  max-width: 150px; /** I'm animating max-width because width needs to be auto, and auto can't be animated **/
 
  transition: 0.5s ease-in;
  font-family: 'Lexend';
font-size: 17px;
font-weight: 500;


}
.career-btn{
  max-width: 192px; /** I'm animating max-width because width needs to be auto, and auto can't be animated **/

}

.learn-more:hover {
  max-width: 300px;
}
.icon {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  margin-right: 15px;
  padding: 0px 8px;
  display: flex;
  align-items: center;
}

.text {
  white-space: nowrap;
  padding-right: 30px;
  padding-left: 30px;
}

.morearrow {
  display: none;
}

.learn-more:hover .morearrow {
  display: block;
}

.learn-more:hover {
  border: 1px solid rgba(0, 120, 255, 1);
  background-color: transparent;
  color: var(--them-color);
}

/* help start  */
.help {
  background-image: url('../imges/BG\ \(1\).png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vh;
  gap: 0px;
  opacity: 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.help1 {
  background-image: url('../imges/cr-Background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vh;
  gap: 0px;
  opacity: 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.help-form1 {

  position: relative;
  background-color: var(--white-color);
  padding: 30px 30px 60px 30px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 9999999;
  bottom: 15px;
  /* Ensure the form is above the dashed border */
  margin: 6px;
  margin-top: 19px;
  margin-bottom: -12px;
}
.help h3 {
  font-family: 'Lexend';
  font-size: 35px;
  font-weight: 700;
  margin-top: 90px;
}

.help-form {

  position: relative;
  background-color: var(--white-color);
  padding: 30px 30px 60px 30px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 9999999;
  /* Ensure the form is above the dashed border */

}


.help h3,
.help p {
  position: relative;
  z-index: 1;
  /* Ensure the text is above the dashed border */
}

.dashed-border {
  border: 1px dashed rgba(0, 0, 0, 1);
  padding: 30px 10px;

  position: absolute;
  bottom: -60px;
  right: 140px;
  z-index: -1;
}




.form-input {
  border: 1px solid rgba(223, 229, 234, 1);
  border-radius: 50px;
  padding: 15px 50px;
  background: rgba(250, 251, 254, 1);

  color: var(--gray-color);
  font-family: 'Lexend';
  font-size: 15px;
  font-weight: 400;
}

.form-input::placeholder {
  font-family: 'Lexend';
  font-size: 15px;
  font-weight: 400;
  color: var(--gray-color);

}

.form-group input:focus {
  outline: 1px solid var(--them-color);
  /* Adds a red outline with 2px thickness */

}

.input-container {
  position: relative;
  width: 90%;
}

.input-label {
  font-family: 'Lexend';
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--dark-color);
}
.phone-input {
  width: 96.333333% !important;
}
.input-icon {
  position: absolute;
  left: 20px;
  top: 64%;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--gray-color);
  height: 24px;
  width: 24px;
}

.form-group input:focus+.input-icon {
  color: var(--them-color);
}

.input-container span {
  color: red;
}
.carearbr{
  border: 1px dashed white;
  padding: 5px;
}

.box-container {
  display: flex;
  background: rgba(250, 251, 254, 1);

  border-radius: 10px;
  /* width: 320px; */
  align-items: center;
  padding: 10px 0px 10px 0px;
}

input[type="checkbox"] {
  width: 26px;
  height: 26px;
  border: 2px solid #C1C1C1;
  margin: 0px 14px 0px 14px;
}


.robot {
  font-family: 'Lexend';
  font-size: 15px;
  font-weight: 500;
  color: var(--dark-color);

}
.iti--separate-dial-code .iti__selected-flag {
  background-color: #f1f1f1 !important;
  border-radius: 50px 0px 0px 50px !important;
  
}
.iti--separate-dial-code .iti__selected-dial-code {
color: var(--dark-color) !important;
}
.iti--container {
  z-index: 999999999999999 !important;
  width: 114px;
}
.iti-mobile .iti--container {
  top: 200px !important;
  bottom: 30px;
  left: 0px !important;
  right: 30px;
  position: fixed;
}
.intl-tel-input,
.iti{
  width: 100%;
}
input[type="checkbox"]:checked::before {
  content: url(https://img.icons8.com/?size=20&id=27&format=png&color=1e5180);
  display: block;
  line-height: 20px;
  padding: 0.05rem 0.6rem 0rem 0.05em;
}

.reCAPTCHAlogo {
  display: block;
  margin-left: 65%;
  margin-top: 10px;
}

.logo-text {
  font-size: 12px;
  text-align: center;
  font-family: 'Lexend';
  color: var(--dark-color);
}

/* servies  */
.title {
  font-family: 'Lexend';
  font-size: 35px;
  font-weight: 700;
  text-align: center;

}

.titlep {
  color: var(--gray-color);
  text-align: center;
}
.show-content{
  display: none;
}
.services-icone {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #005CC2 0%, #009FFF 100%);
  border-radius: 10px;
  padding: 13px;
  color: white;
  font-size: 40px;
  transition: 0.3s ease;
}

.lastservicesbox,
.services-box {
  width: 330px;
  height: 270px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 40px;
  text-align: center;
  border-radius: 15px;
  position: relative;
  display: block;
  z-index: 999;
  margin: auto;
  background: #f8f9fa; /* Example background color */
}

.services-box::before {
  content: '';
  position: absolute;
  right: -69px;
  top: 50%;
  width: 69px;
  height: 10px;
  background-color: var(--dark-color);
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  z-index: 1; /* Add z-index */
  /* Center vertically */
}


.services-text {
  font-family: 'Lexend', sans-serif;
  /* Add fallback font for better compatibility */
  font-size: 15px;
  font-weight: 500;
  color: var(--dark-color);
}

.services-text {
  font-family: 'Lexend';
  font-size: 22px;
  font-weight: 500;
  color: var(--dark-color);
  margin: 30px 0px;

}


.overlay {
  position: absolute;
  display: block;
  padding: 20px;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(135deg, #005CC2 0%, #009FFF 100%);
  opacity: 0;
  visibility: hidden;
  transition: all .4s linear;
  border-radius: 15px;
  z-index: -1;
}



.simple-overlay-3 {
  height: 0px;
  left: 0;
  width: 0px;
}

.services-box:hover .simple-overlay-3 {
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.services-box:hover .services-text {
  color: var(--white-color);
}

.services-box:hover .services-textp {
  color: var(--white-color);
}

.services-box:hover .services-icone {
  background: var(--white-color);
  color: var(--them-color);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);

}

.lastservicesbox:hover .services-textp {
  color: var(--white-color);
}

.lastservicesbox:hover .simple-overlay-3 {
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.lastservicesbox:hover .services-text {
  color: var(--white-color);
}

.lastservicesbox:hover .services-icone {
  background: var(--white-color);
  color: var(--them-color);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);

}

/* specialize  */
.col-lgsupport-2 {
  margin-top: 30px;
  text-align: center;
  flex: 0 0 auto;
  width: 13% !important;
}

.special-round {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px dashed rgba(0, 0, 0, 1);
  padding: 15px;
  background-color: #d0d0d024;
  transition: 0.5s linear;
  /* Smooth transition effect */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.special-icone {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 1);
  font-size: 60px;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  line-height: 140px;
  text-align: center;
}

.special-text {
  color: var(--them-color);
  font-family: 'Lexend';
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  text-align: center;

}

.special-round:hover {
  border: 1px dashed var(--them-color);
  transform: scale(1.2);
  /* Zoom in by 10% */

}
.hover-img, .exst-img{
  width: 105px;
  height: 105px;
  margin: 25px auto;
}
.special-round:hover .exst-img{
display: none;
}
.hover-img{
  display: none;
}

.special-round:hover .hover-img{
  display: block;
}
/* footer */
.needs {
  margin-left: 160px;
}

.footer-text {
  font-family: 'Lexend';
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 65px;
}

.footcontact-btn {
  background-color: var(--them-color);
  border-radius: 25px;
  padding: 10px 25px;
  font-family: 'Lexend';
  font-size: 17px;
  font-weight: 500;
  color: var(--white-color);
  text-decoration: none;
  margin-top: 30px;
}

.mainfoot {
  background: linear-gradient(to right, #009AFA 0%, #005FC6 100%);



}

.foot-img {
  margin-bottom: -100px;
}

.foot-menu {
  padding-top: 100px;
}

.foot-line {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  margin-top: 30px;
  margin-bottom: 20px;
  width: 63%;
}

.foot-title {
  font-family: 'Lexend';
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color) ;

}

.foot-icone {
  width: 23px;
  height: 23px;
  font-size: 20px;
  color: var(--white-color);

}
.foot-logo{
  width: 90%;
}
.foot-text {
  font-family: 'Lexend';
  font-size: 15px;
font-weight: lighter;
color: white   !important;
  text-decoration: none;
}

.foot-social-icone {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: var(--white-color);
  color: var(--them-color);
  line-height: 40px;
  text-align: center;
transition:  0.3s ease;

}

.foot-social-icone i {
  font-size: 20px;

}
.foot-social-icone:hover{
  background: rgba(0, 88, 187, 1);

color: white;
transform: scale(0.8);/* Adjust the scale value as needed */
}
.copayright {
  background: linear-gradient(270deg, #198FE9 0%, #0098F9 100%);

  color: var(--white-color);
  text-align: center;
  padding: 15px 0px;
}

/* contact page  */

.masthead{
  background-image: url('../imges/contact_pie.png');
  background-position:  center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height:95vh;
  gap: 0px;
  opacity: 0px;
  margin-top: 79px;

  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.careerbanner{
  background-image: url('../imges/Image\ Background.png') !important;
} 
.aboutbanner{
  background-image: url('../imges/Image\ Background\ \(1\).png') !important;
} 
.career-text{
  font-family: 'Lexend';
font-size: 35px;
font-weight: 700;
line-height: 43.75px;
text-align: left;

}
.career-text p{
  font-family: 'Lexend';
font-size: 15px;
font-weight: 400;
line-height: 24px;
text-align: left;

}
.career-form{
  height: auto  !important;}
  .servicebanner{
    background-image: url(../imges/service.png);
  }
  /* services  */

  .services-heading {
    background-image: url('/img/service.png');
    background-size: cover;
}

.services {
    width: 445px;
    height: 116px;
    margin-top: 210px;
    margin-left: 290px;
    opacity: 0px;
    margin-bottom: 205px;
}

.heading h1 {
    font-family: 'Lexend', sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;

}

.details p {
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.03em;
    text-align: center;
    text-transform: uppercase;

}

.specialization {
    overflow: hidden;
}

.specialization-title {
    width: 500px;
    height: 110px;
    margin-left: 285px;
}

.specialization-detials p {
    font-family: 'Lexend', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: var(--gray-color);

}

.concept-contain {
width: 422px;
height: 202px;
    padding: 30px;
    margin: 55px;
    backface-visibility: hidden;
    position: absolute;
}

.concept-heading h3 {
    font-family: 'Lexend', sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 26.25px;
    text-align: left;
    color: var(--Primary, #0078FF);

}

.concept-data p {
    font-family: 'Lexend', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #8F9296;

}
.slider-left{
  margin-left: 50px;

}
.slider-container {
    /* max-width: 1200px; */
    /* display: flex; */
    overflow: hidden;
}

.slide {
    flex: 0 0 50%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.concept-img {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.concept-img img {
    width: 100%;
    height: auto;
    /* overflow: hidden; */
}

.progress-bar-container {
    width: 100%;
    height: 5px;
    background-color: #f3f3f3;
    margin-top: 20px;
}

.progress-bar {
    width: 0;
    height: 100%;
    background-color: #3498db !important;
}

/* .concept-img {
    width: 100%;
    transition: transform 1s ease;
} */

.concept-img img{
    transition: transform 1s ease;
}

.slide:hover .concept-img img{
    transform: scale(1.09) translate(10px, -10px);
}
.doted-line{
  border: 1px dashed rgba(0, 0, 0, 1)
}
.abouttext{
  background-color: white;
  padding: 20px;
  margin: 7px;
  font-family: 'Lexend';
font-size: 18px;
font-weight: 400;
line-height: 30px;
text-align: left;
box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);

}
.aboutimg{
  margin-left: -18px;
  width: 1090px;
  height: 635px !important;
}
.listtitle{
  font-family: 'Lexend';
font-size: 22px;
font-weight: 600;
line-height: 27.5px;
text-align: center;
color:  rgba(0, 120, 255, 1);
margin-top: 70px;
}
.system-list{
  border: 1px dashed rgba(0, 0, 0, 1);
  padding: 20px 30px;
  margin-bottom: 30px;
width: 640px;
}
.system-list h5{
  font-family: 'Lexend';
font-size: 22px;
font-weight: 600;
line-height: 27.5px;
text-align: left;
color: var(--them-color);
}
.system-list p{
  font-family: 'Lexend';
font-size: 16px;
font-weight: 500;
margin-top: 5px;
text-align: start;
}
.maintenancebanner, .listbanner{
  background-image: url('../imges/Group 202.png');
  background-position:  center;
  background-repeat: no-repeat;
  background-size: cover;
  /* width: 80%; */
  /* height:80vh; */
  text-align: center;
  position: relative;
  z-index: 99;
}
.maintenancebanner{
  background-image: url('../imges/Group 368.png');

}


.project-text {
  border: 1px dashed var(--dark-color);
}

.project-service, .project {
  /* margin-left: -120px; */
  margin: 15px 15px 15px 15px;
  position: relative;
 width: 900px;
  backface-visibility: hidden;
  padding:  40px;
  box-shadow: -6px 0px 7px -2px #ccc;

}
.project-service {
  width: auto;

}
.service-button{
  font-family: 'Lexend';
font-size: 17px;
font-weight: 500;
background: rgba(0, 120, 255, 0.1);
padding: 15px 35px;
border-radius: 40px;
color: var(--them-color);
text-decoration: none;
}

.titel h1 {
  font-family: 'Lexend', sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 42.5px;
  text-align: left;
}

.sub-titel h3 {
  font-family: 'Lexend', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.5px;
  text-align: left;
  color: #0078FF;
}

.details p {
  font-family: 'Lexend', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: var(--gray-color);
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 20px;
}
.project-img{
  margin-left: -170px;
}
.service-img{
  margin-right: -170px;
position: absolute;
transform: translate(0%, -50%) !important;
}
.project-details{
  margin-top: 70px;
}
.project-execute{
  height: 702px;
  width: 70%;
}
.project-exe{
  height: 702px;
  width: 100%;
}
.project-maintenace{
  height: 702px;
  width: 100%;
}
.project-contain {
  margin-top: -576px;
  align-items: center;
  justify-content: center;
}

.project-data {
  /* width: 30%; */
  border: 2px solid lightgrey;
}
.list-head{
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
padding: 30px;
Width:470px;
Height:
902px;
position: relative;
background-image: url(../imges/Vector\ 101.png);
background-position: bottom right;
background-repeat: no-repeat;
background-size: 120px auto;
margin: auto;
}
.list-icone{
  width: 70px;
  height: 70px;
  padding: 17px 0px;
  transition: 1s ease;
  background: linear-gradient(95.58deg, #005FC6 0%, #009AFA 100%);
}
.list-icone img{
  width: 40px;
  height: 40px;
  margin: auto;
  line-height: 40px;
  text-align: center;
}
.list-title{
  font-family: 'Lexend';
font-size: 22px;
font-weight: 600;
margin-left: 20px;
transition: 1s ease;
}
.list-item{
  display: flex;
  font-family: 'Lexend';
font-size: 16px;
font-weight: 500;
line-height: 20px;
text-align: left;
align-items: center;
margin-bottom: 20px;
transition: 1s ease;
word-wrap: wrap;
}
.hide-img{
  display: none;
  transition: 1s ease;
}

.listoverlay {
  position: absolute;
  display: block;
  padding: 0px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #009AFA 0%, #005FC6 100%);
 
  opacity: 0;
  visibility: hidden;
  transition: all .4s linear;
  z-index: -1;
}



.listsimple-overlay-3 {
  height: 0px;
  left: 0;
  width: 0px;
}
.list-head:hover .listsimple-overlay-3 {
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.list-head:hover .hide-img {
display: block;
}
.list-head:hover .show-img {
  display: none;
  }
  .list-head:hover .list-icone {
    background: white;
    }
    .list-head:hover .list-title{
  color: white;
      }
      .list-head:hover .list-item{
        color: white;
            }

.Utility{
  height: 400px;
  width: 656px;
  background-color: #0078FF;
}

.Utility h1{
  color: #FFFFFF;
  font-family: Lexend;
  text-align: center;
  padding-top: 130px;
}
.Utility p{
  color: #FFFFFF;
  font-family: Lexend;
  text-align: center;
  padding-top: 10px;
  font-weight:100;
}

.Transmission{
  height: 400px;
  width: 693px;
  background-color: #0065D7;
}
.Transmission h1{
  color: #FFFFFF;
  font-family: Lexend;
  text-align: center;
  padding-top: 130px;
}
.Transmission p{
  color: #FFFFFF;
  font-family: Lexend;
  text-align: center;
  padding-top: 10px;
  font-weight: 100;
}

.line-breaks {
  font-size: 1rem;
}

.break-before, .break-after {
  display: block;
}
