@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

:root {
  --red: #df503a;
}

/* topbar start*/
.topbar {
  background-color: var(--red);
}

.topbar-add {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 9px;
}

.topbar-add p {
  color: #fff;
  margin-bottom: 0px;
}

.topbar-add p i {
  padding-right: 4px;
  font-size: 17px;
}

@media(max-width:768px) {
  .topbar-add {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}

/* topbar end */
.more-certificate{
  border: 1px solid #bbbaba;
  min-height: 525px;
}
.more-certificate a{
  text-decoration: none;
  color: #000;
}
.more-certificate a p{
  padding: 10px;
  margin-bottom: 0;
}


/* subpage banner start */

.sub-page {
  background: linear-gradient(#000000a7), url(../images/about/electric-sub-page.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sub-page-heading {
  padding: 70px 50px;
  display: flex;
  justify-content: center;
align-items: flex-end;
flex-direction: column;
}

.sub-page-heading span {
  color: #fff;
  font-size: 33px;
  font-weight: 600;
  display: inline-block;
 

}
.sub-page-heading p{
  text-align: end;
}

.sub-page-heading p a,
.sub-page-heading p i {
  text-decoration: none;
  color: #fff;

}


.about-img-details h1 {
  font-size: 35px;
  font-weight: 600;
}

/* sub page banner end */



/* call and whatapp icon start here */

.what-icon{
  position: relative;
}
.whatapp-icon img{
  width: 60px !important;
  position: fixed;
  bottom:  100px;
  left: 10px;
  z-index: 9;



}
.whatapp-icon:hover   img{
  transform: scale(1.2);
  transition: all 0.6s ease-in-out;

}
.phone-icon{
  position: relative;
 }
.call-icon img{
  width: 60px !important;
 
  position: fixed;
  bottom:  100px;
  right: 10px;
  z-index: 99;

}
.call-icon:hover   img{
   transform: scale(1.2);
   transition: all 0.5s ease-in-out;
}

@media (max-width:500px){
  .call-icon img{
    width: 45px !important;
   
    
  }
  .whatapp-icon img{
    width: 45px !important;
   
    
  }
}
@media (min-width:502px) and (max-width:992px) {
  .call-icon img{
    width: 70px !important;
   
    position: fixed;
    bottom:  120px;
    right: 9px;
  }
  .whatapp-icon img{
    width: 70px !important;
    position: fixed;
    bottom:  120px;
    left: 9px;
  }

  
}
 

/* call and whatapp icon end here */




/* navbar start */

.navbar {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: sticky;
  background-color: #fff;
  padding: 0px !important;
}

.navbar-brand img {
  width: 80px;
}


.nav-item .nav-link {
  font-weight: 500;
  padding-bottom: 0px !important;
}

.nav-item .nav-link:hover {
  color: var(--red);
}

.nav-item {
  padding: 0px;
}

  
.nav-line {
  height: 3px;
  width: 0px;
  background-color: var(--red);
  /* display: none; */
  opacity: 0;
  transition: width 0.5s ease-in-out;


}

.nav-item:hover .nav-line {
  opacity: 1;
  width: 100%;
  height: 3px;
  background-color: var(--red);
}

.dropdown:hover .dropdown-menu {
  display: block !important;
}

.dropdown-menu .dropdown-item:hover {
  background: var(--red);
  color: #fff;
}


.nav-item {
  padding: 0px;
}

.carousel-item img {
  width: 100% !important;
}

/* navbar end */

/* about start */
.about-section {
  background-color: #fcf6f698;
  padding: 50px 0px
}

.associate-company img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media(max-width: 768px) {
  .associate-company img {
    margin-bottom: 16px;
  }

  .about-company h1 {
    font-size: 24px !important;
  }

  .about-company-para p {
    text-align: start !important;
  }
}

.about-company h1 {
  font-size: 28px;
  font-weight: 600;
  color: var(--red);
  margin-bottom: 20px;
}

.about-company-para p {
  text-align: justify;
  font-size: 16px !important;
  margin-bottom: 8px;
}

.all-btn {
  text-decoration: none;
    border: 1px solid var(--red);
    padding: 5px 15px;
    color: var(--red);
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
}

.all-btn:hover {
  background-color: var(--red);
  color: #fff;
  font-weight: 500;
  transition: 0.4s ease-in-out;
}


/* about-page */
.about-page-para p{
  text-align: justify;
  font-size: 18px;
}

/* about end */



/* contact start */
.contact-section {
  background: linear-gradient(#00000095), url(../images/contact/contact-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0px;
}

.contact-heading h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.form {
  background-color: #00000056;
  border: 1px solid #fff;
  padding: 30px;
  border-radius: 5px;
}

@media(max-width: 768px) {
  .form {
    margin-bottom: 13px;
  }

  .get-address p {
    text-align: start;
    font-size: 15px;
  }

}

.form-head-dark input {
  padding: 10px;
}

.form-head-dark textarea {
  padding: 10px;
}



.submit-btn {
  padding: 10px;
  border: none;
  background-color: var(--red);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

/* captcha start */
.captchasep1 {
  display: flex;
}

.captchasep1 input {
  width: 100% !important;
  margin-top: 0 !important;
  height: 63px;
}

.captchasep1 .captcha-codes-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  border-radius: 5px;
  border-top: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  background: url(../images/contact/captcha-bg.jpg);
  font-weight: bolder !important;
}

.captchasep1 .captcha-codes-sec p {
  margin-bottom: 0;
  letter-spacing: 9px;
  font-style: italic;
  font-size: 24px;
  padding: 10px;
  height: 100%;
  color: #000;
  font-weight: bolder !important;
}

@media (max-width: 768px) {
  .captchasep1 .captcha-codes-sec p {
    font-size: 24px;
  }

  .captchasep1 {
    margin-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .captchasep1 .captcha-codes-sec p {
    font-size: 18px;
  }
}

.captchasep1 .captcha-codes-sec {
  margin-bottom: 10px;
}

.captchasep1 .captcha-codes-sec button {
  font-style: italic;
  font-size: 22px;
  outline: none;
  background: transparent;
  height: 100%;
  border: none;
  font-weight: bolder;
}

.captchasep1 .captcha-codes-sec button i {
  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
}

@media screen and (max-width: 600px) {
  .captchasep1 {
    display: flex;
    flex-direction: column !important;
  }

  .captchasep1 .captcha-codes-sec {
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    margin-top: 3px;
  }
}


/* contact page */
.map iframe {
  width: 100%;
  height: 350px;
}

.our-mail {
  background-color: var(--red);
  text-align: center;
  padding: 15px;
  color: #fff;
  min-height: 180px;
}

@media(max-width: 768px) {
  .our-mail {
      margin-bottom: 10px;
  }
  .contact-page-now h1{
    font-size: 19px !important;
  }
}

.mail-icon p i {
  font-size: 30px;
}

.mail-name h3 {
  font-size: 24px;
}

.contact-page-now h1{
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 25px;
}

/* contact end */

/* why choose us start */
.why-choose-section {
  padding: 50px 0px;
}
@media(max-width: 768px){
  .why-choose-section{
    padding: 0px;
  }
  .why-us-heading h2 {
    font-size: 18px !important;
  }
}

.why-us-electric {
  background-color: var(--red);
  padding: 45px 40px !important;
  color: #fff;
  height: 100%;

}
.why-us-detail{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.why-us-heading h2 {
  font-size: 26px !important;
  font-weight: 600;
  text-align: center;
  /* margin-bottom: 22px; */
}

/* choose us end */


/* client start */
.client-section {
  padding: 50px 0px;
}

.client-heading h2 {
  font-size: 28px;
  font-weight: 600;
}

.client-heading p {
  margin-bottom: 30px;
}

.client-card img {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.client-card {
  margin: 1px;
}

/* client end */

/* services start */
.services-section {
  padding: 50px 0px;
  background: url(../images/service/service.bg.jpg);
}

.all-sec-heading {
  margin-bottom: 30px;
}

@media(max-width: 768px) {
  .all-sec-heading {
      margin-bottom: 30px;
  }
  .our-service{
    margin-bottom: 15px;
  }
}

.all-sec-heading h2 {
  font-size: 28px;
  font-weight: 600;

}

.services-card img {
  padding: 10px;
}

.our-service {
  border: 1px solid #b7b6b6;
}

.services-card-name h3 {
  font-size: 18px !important; 
  font-weight: 600;
  padding: 10px;
}

.services-line img{
  width: 25%;

}
.services-section .our-service .services-card .services-line img{
  width: 25% !important;
}

.service-card-btn a {
  text-decoration: none;
  border-top: 1px solid #b7b6b6;
  width: 100%;
  display: inline-block;
  padding: 15px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.service-card-btn a i {
  padding-left: 3px;
  color: var(--red);
}


/* enquiry page */

@media(max-width: 768px){
  .enq-post img{
    margin-bottom: 15px;
  }
  .enq-details-para h1{
    font-size: 19px !important;
  }
  .enq-para{
    margin-top: 10px !important;
  }
  .sub-page-heading span {
    font-size: 20px !important;
  }
}

.enq-details-para h1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
}

.enq-para {
margin-top: 50px !important;
margin-bottom: 30px !important;
}
.enq-page-para p{
  font-size: 17px;
  text-align: justify;
}


/* services end */


/* blog start */

.blog-section{
  background-color: #e9e7e7;
}

.blog-sec-heading h2 {
  font-size: 28px;
  font-weight: 600;
}
.blog-sec-heading h1{
  font-size: 28px;
  font-weight: 600;
}

.blog-sec-heading p {
  margin-bottom: 50px;
}

@media(max-width: 768px) {
  .blog-sec-heading p {
      margin-bottom: 30px;
  }
  .blog-card{
    margin-bottom: 20px;
  }
}

.blog-card {
  /* border: 2px solid #7d7d7d; */
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.blog-card-detail {
  padding: 15px;
  background-color: #fff;
}

.blog-card-date p i {
  font-size: 17px;
  padding-right: 5px;
  color: var(--red);
}

.card-head h3 {
  font-size: 19px;
  font-weight: 600;
}

.card-head p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.blog-btn a {
  text-decoration: none;
  color: #000;
}

.blog-btn a:hover {
  color: var(--red);
  transition: 0.4s ease-in-out;
}

.blog-card-post {
  overflow: hidden;
}

.blog-card-post img:hover {
  transform: scale(1.07);
  transition: 0.4s ease-in-out;
}

/* blog-end */


/* services done or repair start */
.service-done{
  background-color: #ecebeb;
}
.repair{
  background-color: #f8e6e6 !important;
}
table td {
  font-size: 14px;
}


table th {
  font-size: 14px;
}

@media(max-width:768px) {
  table td {
      font-size: 10px;
  }

  table th {
      font-size: 8px;
  }
}

.salt-process h3 {
  margin-bottom: 14px;
  /* font-weight: 600; */
  font-size: 20px;
}
@media(max-width: 768px){
  .salt-process h3{
      font-size: 13px;
  }
}

/* services done or repair end */



 /* our gallery */
 .gallery-section {
  background: url(../images/service/service.bg.jpg);
}

.more-gallery-img img {
  transition: 0.4s ease-in-out;
  box-shadow: rgba(255, 254, 254, 0.1) 0px 4px 12px;
  border-radius: 10px;
}

.more-gallery-img {
  position: relative;
}

.more-gallery-img img:hover {
  transform: translateY(-2%);
  cursor: pointer;
}

.more-gallery-img:hover .gallery-icon {
  opacity: 1;
  cursor: pointer;
}

.gallery-icon {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #000000b1;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.gallery-heading h1 {
  font-size: 28px;
  font-weight: 600;
  color: #000 !important;
}

/* gaLLERY AND */


   /* blog deatils */
   .blog-details-img img {
    padding: 10px;
    margin-bottom: 20px;
}

.blog-details-para p {
    text-align: justify;
    font-size: 17px;
}

.blog-details-para {
    padding: 20px;
}

.blog-details-para h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

@media(max-width:768px) {

    .blog-details-para h1 {
        font-size: 19px !important;
        margin-bottom: 10px !important;
    }
}


.recent-heading {
    background-color: #f3f1f1;
    border-radius: 5px;
    padding: 30px;
}

.recent-heading h2 {
    font-size: 25px;
    font-weight: 600;
}

.recent-blog {
    display: flex;
    cursor: pointer;
}
.recent-blog-content a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.recent-blog-content p {
    font-size: 14px;
    font-weight: 500;
}

.recent-blog-content p:hover {
    color: var(--red) !important;
    transition: 0.4s ease-in-out;
}


#recent-date {
    font-size: 14px;
    color: var(--red) !important;
}

#green-date {
    padding-right: 15px;
    font-size: 14px;
    color: var(--red);
    text-align: end;
    margin-bottom: 0px;
}

.recent-blog-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.recent-blog-img img {
    /* border-radius: 7px; */
    padding-right: 10px;
}

/* blog details end */




/* success style start */
.submit-form {
  padding: 50px 0;
}
.submit-form .submit-head {
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 50px 10px;
}
.submit-form .submit-head i {
  color: #87BD48;
  font-size: 100px;
  border: 10px solid #87BD48;
  border-radius: 50%;
  padding: 15px 22px;
}
.submit-form .submit-head h1 {
  color: #155391;
  margin: 13px 0 0;
}
.submit-form .submit-head p {
  margin-bottom: 28px;
}
.submit-form .submit-head a {
  background: var(--blue);
  color: #fff;
  padding: 10px 20px;
}
/*success style end */


/* footer start */
.footer-section {
  background: linear-gradient(#000000ca), url(../images/footer/footer-bg-img.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0px;
}

.footer-logo h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}

.footer-logo a img {
  width: 120px;
}

.footer-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quick-name {
  color: #fff;
}

.name-heading h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.links-name ul li {
  list-style: none;
}

.links-name ul {
  padding-left: 0px;
  cursor: pointer;
}

.links-name ul li i {
  padding-right: 5px;
  color: var(--red);
}

.links-name ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 2;
}

.links-name ul li a:hover {
  color: var(--red);
  transition: 0.4s ease-in-out;
}

.footer-para p {
  line-height: 2;
  text-align: justify;
}

.footer-para p:hover {
  color: var(--red);
  transition: 0.4s ease-in-out;
  cursor: pointer;
}

.reach-name p i{
  padding-right: 5px;
  font-size: 17px;
  color: var(--red);
}

.reach-name p:hover{
  color: var(--red);
  transition: 0.4s ease-in-out;
  cursor: pointer;
}


/* copyright */
.copyright-section {
  background-color: var(--red);
}

.main-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.right-side p,
.left-side p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
}

.left-side p a {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 768px) {
  .main-copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .right-side p {
    text-align: center;
  }
}

/* footer end */