/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

.logo img {
    height: 40px;
    width: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    position: relative;
    width: 100%;
    float: left;
    background-image: url(../images/electricianrihero.webp);
    background-size: cover;
    background-position: center 20%;
    padding: 0 0 20px 0;
    overflow: hidden;
    box-shadow: 0 12px 24px 4px rgba(0, 0, 0, 0.3);
    z-index: 10;
    position: relative;
}

.header_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.5) 100%),
        rgba(0, 0, 0, 0.67);
    z-index: 1;
    pointer-events: none;
}


.header_section > * {
    position: relative;
    z-index: 2
}

.bg-light {
    background-color: transparent !important;
}

.logo {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0px 20px 0px;
    z-index: 3;
}

.logo_mobile {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
    z-index: 3;
}

.mobile_menu {
    width: 100%;
    float: left;
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.navbar-nav {
    align-items: center;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    border-radius: 20px;
    border: 2px solid #fff;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-item {
    position: relative;
}

.menu_main {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.menu_main ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-flex;
}

.menu_main li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 15px;
    color: #fff;
    border-radius: 40px;
}

.menu_main li a {
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
}

.menu_main li a:hover {
    color: #ffffff;
    background-color: #122c2d;
}

.mb-lg-0,
.my-lg-0 {
    margin-bottom: 0!important;
    width: 20%;
    float: left;
}

.header_main {
    width: 100%;
    /* background-image: url(../images/electricianrihero.webp); */
    padding: 10px 0px 0px 0px;
}

#stickyHeader .logo {
    width: auto !important;
    text-align: left !important;
    max-height: 45px !important;
    height: auto;
    position: relative;
    top: -15px; /* move up */
}

.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #122c2d;
    z-index: 9999;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    padding: 4px 0;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: auto !important;
}



.sticky-header.show-header {
    opacity: 1;
    transform: translateY(0);
}

.sticky-header .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    padding: 4px 10px;
    font-size: 15px;
}

.sticky-header .nav-link:hover {
    color: #e27141 !important;
}

.sticky-header img {
    max-height: 20px;
    width: auto;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding-bottom: -200px;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 80px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0px;
}

.banner_text {
    width: 63%;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding-top: 0px;
    font-weight: 400;;
}

.banner_text a {
    color: #ffffff;
    text-decoration: none;
}

.banner_text a:hover {
    color: #b7b7b7;
}

.read_bt {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #141414;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 50px;
    font-weight: 400;
}

.read_bt a:hover {
    background-color: #122c2d;
    color: #ffffff;
}


/* banner section end */


/* services section start */

.services_section {
    width: 100%;
    float: left;
    padding-bottom: 0px;
}

.services_taital {
    width: 100%;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;
    text-align: center;
}

.services_text {
    width: 96.5%;
    margin: 0 auto;
    padding-top: 10px;
    font-weight: 400;
}

.services_section_2 {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.services_img {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.service_title {
    margin-top: 10px;
    margin-bottom: 5px;
}

.service_description {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}

.btn_main {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.btn_main a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #122c2d;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
    margin-top: 40px;
    text-transform: uppercase;
}

.btn_main a:hover {
    color: #ffffff;
    background-color: #000d10;
}

.btn_main.active a {
    color: #ffffff;
    background-color: #000d10;
}


/* services section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.about_taital_main {
    width: 100%;
    padding-left: 100px;
    padding-top: 40px;
}

.padding_right_0 {
    padding-right: 0px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;
}

.about_text {
    width: 96.5%;
    margin: 0 auto;
    padding-top: 10px;
    font-weight: 400;
}

.readmore_bt {
    width: 170px;
    float: left;
    margin-top: 50px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #000d10;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.readmore_bt a:hover {
    color: #ffffff;
    background-color: #122c2d;
}

.about_img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
  float: none;
}

.form-control-submit-button {
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    border-radius: 30px;
    background-color: #000d10;
    padding: 10px 0;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}

.form-control-submit-button:hover {
    background-color: #122c2d;
    color: #ffffff;
}


/* contact section end */


/* blog section start */

.blog_section {
    width: 100%;
    float: left;
    background-image: url(../images/electricianrihero.webp);
    height: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 345px;
    padding-top: 200px;
}

.blog_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
}

.blog_text {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    padding-top: 40px;
    text-align: center;
}

.play_icon_main {
    width: 100%;
    margin-top: 150px;
    float: left;
}

.play_icon {
    width: 200px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.play_icon::before {
    content: '';
    position: absolute;
    top: 49%;
    left: 70px;
    width: 130px;
    height: 130px;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 100%;
    z-index: -1;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
    right: inherit;
}

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.margin_top_90{
    margin-top: 90px;
}
/* blog section end */

/* Client section start */
#testimonialsCarousel .carousel-indicators {
  bottom: 0px;
}
#testimonialsCarousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #0a6064;
  border-radius: 50%;
}
#testimonialsCarousel .carousel-indicators .active {
  background-color: #122c2d;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px 28px 24px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.10);
  text-align: center;
  position: relative;
  padding-top: 56px;
  margin-bottom: 40px;
}

.testimonial-avatar {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: -56px auto 12px; 
  border: 4px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
   margin: 0 auto 12px;
}

/* Testimonial Section Title - match other section titles */
.client_taital {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 40px; /* same as .services_taital and .about_taital */
  color: #1f1f1f;
  text-align: center;
  margin-bottom: 40px;
}

/* Testimonial Quote Text - match body text style */
.testimonial-quote {
  font-family: 'Poppins', sans-serif;
  font-weight: 400; /* normal weight for paragraphs */
  font-size: 15px; /* same as paragraph text size */
  line-height: 24px; /* consistent line height */
  color: #666666; /* same as general body text */
  margin: 0;
  position: relative;
}

/* Testimonial Name - match subsection headings but smaller */
.testimonial-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 600; /* semi-bold for emphasis */
  font-size: 16px;
  color: #1f1f1f;
  margin-top: 10px;
}


.client_section.layout_padding { padding: 60px 0; }
.client_section_2 { padding: 40px 24px; border-radius: 30px; }

@media (max-width: 767px) {
  .testimonial-card { padding: 24px 18px; }
  .testimonial-quote { font-size: 15px; }
}
/* client section end */


/* choose section start */

.choose_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.choose_taital {
    width: 100%;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;
    text-align: center;
}

.choose_text {
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    color: #1f1f1f;
    padding-top: 30px;
    text-align: center;
}

.read_bt_1 {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.read_bt_1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #000d10;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.read_bt_1 a:hover {
    background-color: #122c2d;
    color: #ffffff;
}

.newsletter_box {
    width: 100%;
    border: 1px solid #6e6e6e;
    border-radius: 25px;
    padding: 20px 30px;
    display: flex;
    margin-top: 90px !important;
    float: left;
}

.let_text {
    width: 100%;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;
    padding-bottom: 0px;
}

.getquote_bt {
    width: 200px;
    padding-top: 6px;
}

.getquote_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #122c2d;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
}

.getquote_bt a:hover {
    background-color: #000d10;
    color: #ffffff;
}


/* choose section end */

/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
    margin-top: 0px;
}
.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #363636;
    text-align: center;
    font-weight: bold;
    margin-top: 0px;
}
.email_text {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
}
.email-bt {
    width: 100%;
    max-width: 100%;
    float: left;
    font-size: 18px;
    color: #393838;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 0px;
    border: 1px solid #122c2d !important;
}
.message-bt {
    width: 100%;
    max-width: 100%;
    float: left;
    font-size: 18px;
    color: #393838;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 0px;
    border: 1px solid #122c2d !important;
}
.send_btn {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}
.send_btn a {
    width: 100%;
    float: right;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    border-radius: 30px;
    background-color: #000d10;
    padding: 7px;
}
.send_btn a:hover {
    color: #ffffff;
    background-color: #122c2d;
}

/* Consistent input field sizing for contact form */
.form-control-input,
.form-control-textarea {
    width: 100% !important;
    padding: 10px 12px;
    border: 1px solid #122c2d;
    border-radius: 6px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 15px;
}

#contact .form-group .row > [class*='col-'] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* contact section end */



/* footer section start */

.footer {
    background-color: #122c2d;
    padding: 60px 0 40px 0;
    color: #ffffff;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.footer a,
.copyright_section a {
    color: #e27141;
}

.footer a:hover {
    color: #aa5531;
}

.footer a:hover,
.copyright_section a:hover {
    color: #aa5531;
}

.footer,
.footer h4,
.footer p,
.footer li
{
    color: #ffffff;
}

.footer a.nav-link,
.footer a[href^="tel"] {
    color: #e27141;
    transition: color 0.3s ease;
}

.footer a.nav-link:hover,
.footer a[href^="tel"]:hover {
    color: #aa5531;
}

.footer_section {
    width: 100%;
    float: left;
    height: auto;
    padding-top: 250px;
    background-size: 100% 100%;
    padding-bottom: 30px;
    background-repeat: no-repeat;
}

.input_btn_main {
    width: 50%;
    display: flex;
    background-color: #ffffff;
    border-radius: 40px;
    padding: 8px 0px;
    margin: 0 auto;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #2b2c2c;
    background-color: #ffffff;
    height: auto;
    padding: 5px 20px;
    border-radius: 20px;
    border: 0px;
}

.subscribe_bt {
    float: right;
}

.subscribe_bt a {
    width: 170px;
    float: left;
    font-size: 18px;
    color: #122c2d;
    background-color: transparent;
    padding: 5px 0px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.subscribe_bt a:hover {
    color: #000;
    background-color: transparent;
}

.social_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.social_icon li {
    float: left;
    padding: 30px 5px;
}

.location_main {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.call_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding-top: 10px
}

.call_text a {
    color: #ffffff;
}

.call_text a:hover {
    color: #e27141;
}


/* footer section end */

.copyright_section .p-small {
    color: #ffffff;
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #122c2d;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #e27141;
}

@media (max-width: 767px) {
   .layout_padding {
      padding-top: 40px;
      padding-bottom: 20px;
   }

  .header_section::before {
    background:
      radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.2) 100%),
      rgba(0, 0, 0, 0.3);
  }

   .about_taital_main {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 20px;
   }

   .banner_taital {
      font-size: 36px;
   }

   .banner_text {
      width: 90%;
      font-size: 14px;
   }

   .services_taital,
   .contact_taital,
   .about_taital {
      font-size: 28px;
   }

   .service_title {
      font-size: 16px;
      margin-top: 8px;
   }

   .email_text {
      width: 100%;
      padding: 0 10px;
   }

   .footer {
      padding: 40px 20px 20px 20px;
   }

   .send_btn {
      width: 100%;
   }

   .box_left,
   .box_right {
      width: 100%;
      margin: 0;
      padding-top: 20px;
   }

   iframe {
      height: 300px !important;
   }

   #contact .col-md-7,
   #contact .col-md-5 {
      width: 100%;
      padding: 0 10px;
   }

   .send_btn {
      margin-top: 10px;
   }

   #map-container {
      margin-top: 20px;
   }
}
