body,
html {
  font-family: "Manrope", sans-serif;

  background: #f5f5f5;

  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;

  padding: 0;
}

.logo img {
  height: 80px;
}

.container-fluid {
  padding: 0px 30px;
}

header {
  padding: 10px 0px;
}

.title-font-sm {
  font-size: 40px;
}

.bnt-get-strat a {
  display: inline-block;

  text-decoration: none;

  color: #fff;

  background: #0c7cc5;

  padding: 10px 30px;

  border-radius: 30px;

  font-weight: 800;

  font-size: 20px;

  transition: all 0.5s;
}

.bnt-get-strat a:hover {
  background: #0c7cc5;

  color: #fff;
}

.hero-banner-bnt {
  position: relative;

  margin-top: 25px;
}

.hero-banner-privacy {
  background: #30333f;
}

.hero-banner-terms {
  background: #30333f;
}

.privacy-contant .content-section .title-section {
  padding-left: 0 !important;
}

.line-hero-banner {
  border-bottom: 1px solid #30333f30;

  width: 50%;

  text-align: center;

  margin: 0 auto;
}

.line-hero-banner-uper {
  padding: 15px 0;
}

.hero-banner {
  border-radius: 20px;

  background: url(../img/homepage-hero-banner-feb24-4.png);

  height: 80vh;

  position: relative;

  background-position: right top;

  object-fit: cover;

  background-repeat: no-repeat;

  display: flex;

  align-items: center;

  justify-content: center;
}

.section-padding {
  padding: 70px 0px;
}

.sub-title-sectrion {
  display: inline-block;

  padding: 12px 20px;

  /* border-radius: 30px; */

  border-bottom: 2px solid #0c7cc5;

  background: transparent;
}

.sub-title-sectrion:hover {
  background: transparent;
}

.read-more-btn a{
  display: inline-block;
  padding: 8px 20px;
  border-radius: 30px;
  border: 1px solid #0c7cc5;
  background: #0c7cc5;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.sub-title-sectrion h6 {
  font-weight: 700;

  letter-spacing: 2px;

  font-size: 20px;

  color: #0c7cc5;
}

.sub-title-sectrion h6:hover {
  color: #0c7cc5;
}

.about-list-text {
  position: relative;

  padding-left: 20px;
}

.hero-banner .hero-banner-text-content .title-section h1 {
  font-size: 55px;

  font-weight: 600;

  padding: 0 110px;

  margin: 30px 0;

  color: #fff;
}

.hero-banner .hero-banner-text-content .title-section p {
  display: inline-block;

  width: 50%;

  font-size: 16px;

  line-height: 30px;

  color: #fff;
}

.title-section h2 {
  font-size: 50px;

  font-weight: 600;

  /* line-height: 4.5rem; */
}
.servicelist{
 text-align: left;
    column-count: 3;
    padding: 50px 30px;
    line-height: 40px;
    font-weight: 500;
    font-size: 18px;
}
.title-section h3 {
  font-size: 22px;

  font-weight: 600;
}

.services .title-section h3 {
  margin: 15px 0;
}

.about-text-content .title-section h2 {
  margin: 20px 0;

  font-size: 28px;

  font-weight: 700;

  line-height: 2.5rem;
}

.services .title-section h2 {
  font-size: 55px;

  margin: 20px 100px 15px;
}

.about-text-content .title-section p {
  margin-bottom: 25px;

  line-height: 1.8rem;
}

.title-section h4 {
  font-size: 19px;

  font-weight: 800;

  color: #30333f;
}

.hero-banner-img img {
  width: 25%;

  position: absolute;

  bottom: 0;

  right: 0;
}

.about .img-content-about {
  background: url(../img/handsome-electrician-checking.png);

  width: 100%;

  height: 100%;

  border-radius: 20px;

  overflow: hidden;

  position: relative;

  background-position: center;

  background-repeat: no-repeat;

  transition: all 0.5s ease-in;

  background-size: cover;
}

.about .img-content-about:hover::before {
  content: "";

  background: #30333f;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  opacity: 0.2;

  z-index: 3;
}

.call-btn {
  display: inline-block;

  background: #30333f;

  border-radius: 100%;

  padding: 10px;
}

.call-text a {
  text-decoration: none;

  color: #30333f;

  font-weight: 600;
}

.call-text p {
  color: #7a7a7a;

  font-size: 16px;

  font-weight: 600;
}

.call-text {
  padding-left: 25px;
}

.services {
  background: #f0eeea;
}

.img-content-services {
  position: relative;

  text-align: center;
}

.img-content-services .img-1 {
  width: 100%;

  height: 260px;

  border-radius: 15px;

  object-fit: cover;
}

.icon-item {
  background: #0c7cc5;

  width: 68px;

  height: 68px;

  position: absolute;

  top: 20px;

  left: 20px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;
}

.img-content-services::before {
  content: "";

  position: absolute;

  background: #30333f;

  top: 0;

  left: 0;

  border-radius: 15px;

  width: 100%;

  height: 100%;

  opacity: 0.3;
}

.icon-item img {
width: 68px;
    height: 68px;
    border-radius: 50%;
    padding: 8px;
    filter: brightness(0) invert(1);

}

footer {
  background: #30333f;

  color: #ffff;
}

footer .logo img {
  height: 65px;

  margin-bottom: 50px;
}

footer p {
  color: #fff !important;

  font-size: 16px !important;
}

footer .title-section a {
  text-decoration: none;

  color: #fff;

  font-size: 24px;

  display: block;

  margin-top: 10px;
}

footer .footer-logo p {
  margin: 30px 10px 30px 0;
}

footer h5 {
  font-size: 30px;

  margin-left: 10px;
}

footer .address p,
footer .contact p {
  margin: 20px 0px;
}

.social-media-bg {
  display: flex;

  background: #0c7cc5;

  height: 40px;

  width: 40px;

  justify-content: center;

  align-items: center;

  border-radius: 50%;
}

.social-media-menu {
  margin: 20px 0;
}

/* tumse-condition */

.hero-banner-terms {
  height: auto;

  padding: 70px 0;

  position: relative;
}

.footer {
  height: auto;

  width: 100%;

  background-position: center right;

  position: relative;

  object-fit: cover;

  color: #fff;

  z-index: 9;

  background-repeat: no-repeat;
}

.hero-banner-terms::before {
  content: "";

  background: #30333f;

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  opacity: 1;
}

.tumse-condition a {
  background: none;

  color: #fff;
}

.registration-form .title-section h2 {
  text-align: center;
}

.top-name p {
  font-size: 16px;
}

/* privacy */

.hero-banner-privacy {
  height: auto;

  padding: 70px 0;

  position: relative;
}

.hero-banner-privacy span,
.hero-banner-terms span {
  position: relative;
}

.hero-banner-privacy::before {
  content: "";

  background: #30333f;

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  opacity: 1;
}

.title-section p {
  font-size: 16px;

  font-weight: 500;

  color: #7a7a7a;

  line-height: 1.5rem;

  margin-bottom: 0px;
}

.services .services-item p {
  min-height: 125px;
}

.title-section p span {
  font-size: 26px;

  color: #0c7cc5;
}

.privacy-contant .content-section .title-section {
  padding-left: 0px;
}

.peragraph {
  padding-left: 10px;
}

.privacy-contant .content-section span p {
  padding-left: 0px !important;

  margin: 10px 0px;
}

.privacy-contant .content-section ol span li {
  font-size: 24px;

  list-style: none;

  font-weight: bold;
}

.privacy-contant .title-section p {
  margin: 20px 0px;
}

.privacy-contant .title-section span p span {
  font-size: 20px;

  color: #30333f;

  font-weight: 800;
}

.privacy-contant .title-section a {
  background: none;

  text-decoration: underline;

  color: #30333f;

  font-weight: 800;

  padding: 0px;
}

.peragraph li {
  margin: 10px;
}

.logo-footer img {
  height: 60px;

  margin-bottom: 10px;
}

.email-id,
.call-id {
  margin-bottom: 20px;
}

.blink_text {
  animation-name: blinker;

  animation-duration: 1s;

  animation-timing-function: linear;

  animation-iteration-count: infinite;

  text-decoration: none;

  font-weight: 800;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 1200px) {
  .services .title-section h2 {
    margin: 20px 220px 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .hero-banner {
    background: url(../img/homepage-hero-banner-mobile.png);

    background-position: center right;

    overflow: hidden;

    background-repeat: no-repeat;

    background-size: cover;
  }

  .hero-banner-text-content {
    position: relative;

    z-index: 2;
  }

  .hero-banner::before {
    content: "";

    width: 100%;

    height: 100%;

    background: #30333f;

    position: absolute;

    top: 0;

    left: 0;

    opacity: 0.4;
  }

  .about .img-content-about {
    background: url(../img/handsome-electrician-checking-electrical-1.png);

    width: 100%;

    height: 680px;

    background-position: center;

    margin-bottom: 30px;

    border-radius: 20px;

    background-repeat: no-repeat;

    background-size: cover;
  }

  .hero-banner .hero-banner-text-content .title-section h1 {
    padding: 0 !important;

    font-size: 58px;
  }

  .services .title-section h2 {
    margin: 20px 0 50px;
  }

  .about-list .icon-bg {
    width: 50px;
  }

  .title-section h2 {
    font-size: 38px;

    line-height: 3.5rem;
  }

  .about-text-content .title-section h2 {
    margin: 10px 0;

    font-size: 26px;
  }

  .hero-banner-privacy span,
  .hero-banner-terms span {
    font-size: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .hero-banner .hero-banner-text-content .title-section p {
    width: 100%;

    margin-bottom: 0 !important;
  }

  footer p {
    font-size: 16px;
  }

  .services-item-mt {
    margin-top: 0;
  }

  .img-content-services {
    margin-top: 30px;
  }

  .hero-banner-img img {
    width: 32%;
  }
}

@media only screen and (max-width: 768px) {
  .hero-banner .hero-banner-text-content .title-section h1 {
    font-size: 36px;
  }

  .hero-banner-img img {
    display: none;
  }

  .section-padding {
    padding: 30px 0;
  }

  .services .title-section h2 {
    font-size: 46px;

    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .services .title-section h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-banner {
    height: auto;
    padding: 30px 0px;
  }
.line-hero-banner-uper{display: none;}
  .hero-banner-text-content h1 {
    margin: 0 !important;

    font-size: 21px !important;
    margin-bottom: 10px !important;
  }
  .servicelist {
    text-align: left;
    column-count: 2;
    padding: 0 0px 0 15px;
    line-height: 30px;
    font-weight: 500;
    font-size: 15px;
}


  .hero-banner .hero-banner-text-content .title-section p {
    width: 100%;

    font-size: 14px;

    line-height: 25px;
  }

  .about-list .icon-bg {
    width: 30px;
  }

  .contact {
    margin: 30px 0;
  }

  .bnt-get-strat a {
    padding: 9px 20px;

    font-size: 15px;
  }

  .title-section {
    text-align: center;
  }

  /* .hero-banner .hero-banner-text-content .title-section h1 {

        font-size: 24px;

    } */

  .about .img-content-about {
    background-position: center top;
    margin-bottom: 0;
    background-size: 100% !important;
    height: 300px;
  }

  .bnt-get-strat {
    text-align: center;
  }

  .title-section p {
    font-size: 14px !important;

    line-height: 1.2rem;
  }

  .about-list .icon-bg {
    width: 40px;
  }

  .services .title-section h2 {
    font-size: 42px;

    margin-bottom: 0px;

    /* line-height: 2.5rem; */
  }

  .img-content-services {
    margin-top: 20px;
  }

  .sub-title-sectrion {
    padding: 15px 20px;
  }

  .tumse-condition-name {
    text-align: center;

    display: block !important;
  }

  .about-text-content .title-section h2 {
    font-size: 25px;

    line-height: 2.5rem;
  }

  .about-list-text {
    padding: 0;

    margin: 0 auto;
  }

  .about-list .icon-bg {
    width: 55px;
  }

  .title-section h3 {
    font-size: 22px;
  }

  footer h5 {
    font-size: 20px;
  }

  .icon-item img {
    width: 50px;

    height: 50px;
  }

  .container-fluid {
    padding: 0 20px;
  }

  footer p {
    font-size: 13px;
  }

  footer .address p,
  footer .contact p {
    margin: 10px 0px;
  }

  .email-id,
  .call-id {
    margin-bottom: 10px;
  }

  .sub-title-sectrion h6 {
    font-size: 14px;
  }

  .icon-bg {
    display: none;
  }

  footer .title-section a {
    font-size: 22px;
  }

  .services .title-section h2 {
    font-size: 31px;

    line-height: 2.5rem;
  }
}

/* index1 form section styling start here */

.index2-form-inner-con input,
.index2-form-inner-con select,
.index2-form-inner-con textarea {
  width: 100%;

  height: 50px;

  padding: 10px 20px;

  font-size: 14px;

  line-height: 22px;

  color: var(--text-color);

  border: none;

  margin-bottom: 30px;
}

.index2-form-inner-con input:focus,
.index2-form-inner-con select:focus,
.index2-form-inner-con textarea:focus,
.index2-form-inner-con input:focus-visible,
.index2-form-inner-con select:focus-visible,
.index2-form-inner-con textarea:focus-visible {
  outline: 1px solid var(--accent);
}

.index2-form-inner-con select {
  appearance: none;
}

.submit-btn button {
  height: 50px;

  font-size: 16px;

  line-height: 28px;

  padding: 10px 20px;

  font-weight: 700;

  cursor: pointer;

  color: var(--primary-color);

  background: var(--accent);

  border: 1px solid var(--accent);

  transition: 0.2s ease-in-out;

  margin-top: 10px;

  width: 100%;
}

.submit-btn button:focus {
  outline: none;
}

.submit-btn button:hover {
  color: var(--accent);

  background: var(--primary-color);
}

/*.index2-form-inner-con .list-unstyled {

    display: grid;

    gap: 20px;

    margin-bottom: 39px;

    grid-template-columns: 32.1% 32.1% 32.1%;

}*/

.form-box span.error {
  color: red;

  position: absolute;

  top: -26px;

  left: 0;
}

.index2-form-inner-con {
  position: relative;
}

/*.index2-form-inner-con ul li:last-child{

    grid-column: 1/-1;

}*/

/*.index2-form-inner-con  textarea {

    height: 137px;

    resize: none;

    padding: 22px 20px;

}*/

.index1-form-main-section {
  padding: 60px 0px;
}

.index2-form-inner-con {
  margin-top: 30px;
}

.submit-btn button {
  /*padding: 10px 30px;

    font-size: 16px;

    line-height: 28px;

    font-weight: 700;

    cursor: pointer;

    color: #fff;

    background: #0c7cc5;*/

  display: inline-block;

  text-decoration: none;

  color: #fff;

  background: #0c7cc5;

  padding: 10px 30px;

  border-radius: 30px;

  font-weight: 800;

  font-size: 20px;

  transition: all 0.5s;

  border: 1px solid #0c7cc5;

  transition: 0.2s ease-in-out;
}

.submit-btn button:hover,
.submit-btn button:focus {
  color: #0c7cc5;

  background: #fff;
}

/* index1 form section styling end here */

#ServiceRequried {
  font-size: 18px;

  text-align: center;

  pointer-events: none;
}

@media only screen and (max-width: 575px) {
.services .title-section p{
    min-height: 0;
    margin-bottom: 20px;
}
  .index2-form-inner-con ul {
    grid-template-columns: inherit;
  }
}

.content-section p {
  font-size: 16px;

  line-height: 26px;

  padding-bottom: 15px;
}

.content-section h2,
.content-section h3,
.content-section h4,
.content-section ol li strong {
  font-size: 22px;

  padding-bottom: 6px;

  margin-top: 10px;

  font-weight: 600;
}

.content-section ol {
  padding-left: 20px;

  font-size: 22px;

  font-weight: 600;
}

.icon-bg img {
  width: 30px;
}

.abtsecond{
  background: url(../img/services-img-6.jpg) !important;
}
.servicelist a{
    color:#000 !important;
    text-decoration: none !important;
}