@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

:root{
    --main-color: #00045F;
    --primary-color: #E83A15;
    --secondary-color: #EFF3FA;
    --black-color: #000;
    --white-color: #fff;
    --fontFamily: "Work Sans", sans-serif;
    --headingFontFamily: "Raleway", sans-serif;
    --silver: silver;
       --primary-font: Quicksand;
    --secondary-font: 'Poppins', sans-serif;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  font-family: var(--secondary-font);
}
header .row{
    padding: 15px 0px;
    min-height: 80px;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
header .header_inner1{
    min-height: 0px; justify-content: center; align-items: center; display: flex;
}
header .header_inner1 i{
    color: var(--primary-color);
    font-size: 25px;
    padding: 10px;
    border: 1px solid var(--silver);
    border-radius: 50%;
    background-color: var(--secondary-color);
    margin-right: 10px;
}
header .header_inner1 .cnt{
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    color: var(--black-color);
}
header .header_inner1 .cnt:hover{
    color: var(--primary-color);
}
header .quate_btn a{
    padding: 15px 20px;
    background-color: var(--main-color);
    color: var(--white-color);
    text-decoration: none;
    font-weight: 500;
}
header .quate_btn a:hover{
    color: var(--white-color);
    background-color: var(--black-color);
}
/*-----------------------------------*/
.nav_wrapper nav{
    padding: 10px;
    background-color: var(--main-color);
}
.nav_wrapper nav a{
    color: var(--white-color);
    font-size: 17px;
    font-weight: 500;
}
.nav_wrapper .navbar-nav .nav-item{
    margin-left: 20px;
}
.nav_wrapper .dropdown ul{
    background-color: var(--main-color);
}
.nav_wrapper nav a:hover{
    color: var(--primary-color);
}
.nav_wrapper .nav_icon{
    padding: 10px; 
    min-height: 62px;
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
  

 
}
.nav_wrapper .nav_icon a i{
    font-size: 20px;
    color: var(--white-color);
}
.nav_wrapper .nav_icon a{
    margin-left: 25px;
}

.mobile_menu button{
    font-size: 50px;
    padding: 10px 20px ;
    background-color: var(--primary-color);
    color: var(--white-color);
}
.mobile_menu .navbar-nav{
    background-color: var(--main-color);
    justify-content: center;
    text-align: center;
    padding: 20px 0px;

}
.mobile_menu .navbar-nav a{
    color: var(--white-color);
    font-size: 17px;
}
.mobile_menu .dropdown ul{
    background-color: var(--main-color);
    justify-content: center;
    text-align: center;
}


.herobanner{
    padding: 20px 0px;
    min-height: 600px;
    background-size: cover;
    justify-content: center;
    align-items: center;
   display: flex; 
}
.herobanner h1{
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--main-color);
}
.herobanner h1 strong{
    font-size: 50px;
    font-weight: 700;
    color: var(--primary-color);
}
.herobanner p{
    line-height: 1.9;
    color: var(--main-color);
    margin-bottom: 20px;
}
.herobanner .first_btn a{
    text-decoration: none;
    padding: 10px 20px;
    background-color: var(--main-color);
    color: var(--white-color);
}
.herobanner .first_btn a:hover{
    background-color: transparent;
    border: 2px solid var(--main-color);
    border-radius: 6px;
    color: var(--main-color);
}
.herobanner .second_btn a{
    text-decoration: none;
    padding: 10px 20px;
    background-color: var(--primary-color);
    color: var(--white-color);
}
.herobanner .second_btn a:hover{
    background-color: transparent;
    border: 2px solid var(--primary-color);
    border-radius: 6px;
    color: var(--primary-color);
}
/*-------------------------------------------------*/
.home_wrapper{
    padding: 30px 0px;
}
.home_wrapper .home_inner{
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 6px;
    border: 1px solid var(--main-color);
}
.home_wrapper h2{
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
}
.home_wrapper .third_btn a{
    text-decoration: none;
    padding: 10px 20px;
    background-color: var(--main-color);
    color: var(--white-color);
    border-radius: 5px;
}
.home_wrapper .third_btn a:hover{
    border: 2px solid var(--main-color);
    background-color: transparent;
    color: var(--main-color);
}
/*-----------------------------------------------------*/
.home_wrapper1{
    padding: 50px 0px;
}
.home_wrapper1 h2{
    font-size: 35px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
}
.home_wrapper1 h2::after{
    position: absolute;
    content: '';
    height: 3px;
    width: 200px;
    background-color: var(--main-color);
    bottom: -8px;
    left: 0px;
    border-radius: 50%;
}
.home_wrapper1 ul{
    list-style: none;
}
.home_wrapper1 ul li i{
    font-size: 15px;
    color: var(--main-color);
}
.home_wrapper1 img{
    height: 500px;
    border-radius: 10px;
}
.wave{
    height: 100px;
    width: 100%;
    margin: 30px 0px;
}
/* .home_wrapper1 .home_inner{
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 6px;
    border: 1px solid var(--main-color);
} */

.home_wrapper2{
    padding: 20px 0px;
}
.home_wrapper2 h2{
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 35px;
    position: relative;
}
.home_wrapper2 h2::after{
    position: absolute;
    content: '';
    height: 2px;
    width: 200px;
    background-color: var(--primary-color);
    bottom: -8px;
    left: 40%;
    border-radius: 50%;
}
.home_wrapper2 .type .home_inner{
    padding: 12px 30px;
    background-color: antiquewhite;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 4px;
}
.home_wrapper2 .type .home_inner:hover{
    background-color: var(--main-color);
    color: var(--white-color);
}
.home_wrapper2 .type a{
    text-decoration: none;
    color: var(--main-color);
}
.home_wrapper2 .type .home_inner:hover a{
    color: var(--white-color);
}
.home_wrapper3{
    padding: 30px 0px;
}
.home_wrapper3 h3{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    color: var(--main-color);
}
.home_wrapper3 h3::after{
    position: absolute;
    content: '';
    height: 3px;
    width: 200px;
    bottom: -8px;
    left: 0;
    border-radius: 50%;
    background-color: var(--primary-color);
}
.home_wrapper3 h4{
    font-size: 20px;
    font-weight: 500;
    color: var(--main-color);
    margin-top: 30px;
}
.home_wrapper3 .home_inner{
    padding: 15px;
    box-shadow: rgba(192, 16, 16, 0.16) 0px 1px 4px;
    border-radius: 8px;
   border-left: 2px solid var(--main-color);
   border-bottom: 2px solid var(--main-color);
   min-height: 300px;
   position: relative;

}
.home_wrapper3 .home_inner:hover{
    border-right: 2px solid var(--main-color);
    border-top: 2px solid var(--main-color);

}
.home_wrapper3 .home_inner .topicon{
    height: 70px;
    border-radius: 50%;
    position: absolute;
    top: -35px;
    left: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.home_wrapper3 .home_inner .midicon{
    height: 70px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.home_wrapper4{
    padding: 25px 0px;
}
.home_wrapper4 h2{
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--main-color);
    position: relative;
}
.home_wrapper4 h2::after{
    position: absolute;
    content: '';
    height: 3px;
    width: 200px;
    background-color: var(--main-color);
    bottom: -10px;
    left: 30%;
    border-radius: 50%;
}
.home_wrapper4 h3{
    font-size: 22px;
    margin-bottom: 20px;
    color: var(--main-color);
    position: relative;
}
.home_wrapper4 h3::after{
    position: absolute;
    content: '';
    height: 3px;
    width: 200px;
    background-color: var(--main-color);
    bottom: -8px;
    border-radius: 50%;
    left: 0;
}
.home_wrapper4 img{
    height: 525px;
 border-top-right-radius: 50px;
 border-bottom-left-radius: 50px;
 
}
.home_wrapper4 .home_inner{
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
   padding: 15px;
 border-top-right-radius: 50px;
 border-bottom-left-radius: 50px;
}
.home_wrapper5{
    padding: 30px 0px;
}
.home_wrapper5 .home_inner{
    padding: 20px;
    background-color: var(--main-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px;
}
.home_wrapper5 .home_inner h2{
    text-align: center;
    color: var(--white-color);
    margin-bottom: 20px;
    font-weight: 600;
}
.home_wrapper5 p{
    color: var(--white-color);
}
.home_wrapper5 a{
    text-decoration: none;
    padding: 12px 90px;
    background-color: var(--white-color);
    border-radius: 10px;
    color: var(--main-color);
    font-weight: 600;
}
.home_wrapper5 a:hover{
    background-color: var(--primary-color);
    color: var(--white-color);
}
.home_wrapper6{
    padding: 30px 0px;
}
.home_wrapper6 h2{
    font-size: 30px;
font-weight: 600;
text-align: center;
color: var(--main-color);
position: relative;
margin-bottom: 20px;
padding: 6px;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
border: 1px solid var(--main-color);
border-radius: 5px;
}
/* .home_wrapper6 h2::after{
    position: absolute;
    content: '';
    height: 4px;
    width: 300px;
    background-color: var(--main-color);
    bottom: -10px;
    left: 35%;
    border-radius: 50%;
} */
.home_wrapper6 .home_inner{
    border-top: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    min-height: 290px;
}
.home_wrapper6 img{
    margin: 10px 0px;
    border-radius: 50%;
}
.home_wrapper6 .home_inner h3{
    font-size: 22px;
    font-weight: 600;
}
.home_wrapper7{
    padding: 30px 0px;
}
.home_wrapper7 h2{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--main-color);
    position: relative;
}
.home_wrapper7 h2::after{
    position: absolute;
    content: '';
    height: 2px;
    width: 200px;
    bottom: -10px;
    left: 0px;
    border-radius: 50%;
    background-color: var(--main-color);
}
.home_wrapper7 ul{
list-style-type: none;
}
.home_wrapper7 ul li{
    margin-top: 10px;
    border-bottom: 1px solid silver;
       padding: 10px;
}
.home_wrapper7 ul li a{
    text-decoration: none;
    color: var(--main-color);
}
.home_wrapper7 ul li i{
    color: var(--primary-color);
    font-size: 20px;
}
.home_wrapper7 ul li:hover{
    background-color: var(--main-color);
    padding: 10px;
    color: var(--white-color);
}
.home_wrapper7 ul li:hover a{
        color: var(--white-color);
}
.home_wrapper7 .home_inner{
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    padding: 20px;
    border-radius: 10px;
}
.home_wrapper8{
    padding: 30px 0px;

}
.home_wrapper8 h2{
      font-weight: 600;
    font-size: 30px;
    color: var(--main-color);
    margin-bottom: 30px;
    position: relative;
}
.home_wrapper8 h2::after{
    position: absolute;
    content: '';
    height: 3px;
    width: 200px;
    background-color: var(--main-color);
    bottom: -8px;
    left: 0px;
    border-radius: 40%;
}
.home_wrapper8 h3{
    font-size: 18px;
    margin-bottom: 10px;
    padding: 10px;
      border-radius: 5px;
    color: var(--main-color);
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.home_wrapper8 .home_inner{
 margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.home_wrapper8 .home_inner p{
    padding: 10px;
}
footer{
    background-color: var(--main-color);
    border-top: 3px solid var(--primary-color);
    padding: 20px 0px;
}
footer p{
    color: var(--white-color);
}
footer h4{
    color: var(--white-color);
    font-size: 25px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}
footer h4::after{
    position: absolute;
    content: '';
    height: 2px;
    width: 100px;
    background-color: var(--white-color);
    bottom: -8px;
    border-radius: 50%;
    left: 0;
}
footer ul{
    list-style-type: none;
}
footer ul li{
    margin-top: 10px;
}
footer ul li a{
    text-decoration: none;
    color: var(--white-color);
}
footer ul li a:hover{
    color: var(--primary-color);
}
.bottomcontact{
    border-top: 1px solid var(--white-color);
        border-bottom: 1px solid var(--white-color);
}
.bottomcontact i{
    font-size: 22px;
    color: var(--white-color);
}
.bottomcontact .sociallinks a{
margin-left: 10px;
}
.bottomcontact a{
    color: var(--white-color);
    text-decoration: none;
}
.bottomcontact a:hover{
    color: var(--primary-color);
}
.bottomcontact .mob i{
    padding: 6px;
    border-radius: 50%;
    border: 1px solid var(--white-color);
}
.innerherobanner{
    background-position: center;
    background-size: cover;
    min-height: 450px;
    width: 100%;

  
}
.innerherobanner .innerherobanner2{
    background-color: rgba(0,0,0,0.6);
    min-height: 450px;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;

}
.innerherobanner .innertitle{
    font-size: 45px;
    font-weight: 700;
    color: var(--white-color);
    position: relative;
 
}
.innerherobanner a{
    text-decoration: none;
    padding: 10px 50px;
    background-color: var(--main-color);
    color: var(--white-color);
}
.innerherobanner a:hover{
    background-color: var(--primary-color);
}
.innerherobanner .innertitle::after{
    position: absolute;
    content: '';
    height: 3px;
    width: 250px;
    background-color: var(--white-color);
    bottom: -8px;
    left: 40%;
    border-radius: 50%;
}
.electrical_wrapper{
    padding: 40px 0px;
}
.electrical_wrapper h2{
    font-weight: 700;
}
.electrical_wrapper p{
    line-height: 1.9;
}
.electrical_wrapper a{
    text-decoration: none;
    padding: 10px 20px;
    background-color: var(--main-color);
    color: var(--white-color);

}
.electrical_wrapper a:hover{
    background-color: var(--primary-color);
}
.electrical_wrapper .electrical_inner{
    min-height: 500px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.electrical_wrapper1{
    padding: 10px 0px;
}
.electrical_wrapper1 .electrical_inner{
    padding: 20px;
    background-color: var(--main-color);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
}
.electrical_wrapper1 .electrical_inner h2{
    text-align: center;
    color: var(--white-color);
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}
.electrical_wrapper1 .electrical_inner h2::after{
    position: absolute;
    content: '';
    height: 3px;
    width: 200px;
    background-color: var(--white-color);
    bottom: -10px;
    left: 40%;
    border-radius: 50%;
}
.electrical_wrapper1 p{
    color: var(--white-color);
}
.electrical_wrapper2{
    padding: 20px 0px;
       color: var(--white-color);
}
.electrical_wrapper2 h2{
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    color: var(--white-color);
}
.electrical_wrapper2 h2::after{
    position: absolute;
    content: '';
    height: 3px;
    width: 200px;
       background-color: var(--white-color);
    bottom: -10px;
    left: 40%;
    border-radius: 50%;
}
.electrical_wrapper2 h3{
    font-size: 20px;
    font-weight: 600;
}
.electrical_wrapper2 .electrical_inner{
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-radius: 10px;
}
.electrical_wrapper2 .electrical_inner2{
    border: 1px solid var(--white-color);
    padding: 15px;
    border-radius: 10px;
    min-height: 280px;
    margin-bottom: 20px;
}
.electrical_wrapper3{
    padding: 20px 0px;
}
.electrical_wrapper3 h2{
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.electrical_wrapper3 .electrical_inner{
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    min-height: 540px;
}
.electrical_wrapper3 h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
p{
    line-height: 1.9;
}
.electrical_wrapper4{
    padding: 20px 0px;
}
.electrical_wrapper4 h2{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.electrical_wrapper4  h3{
    font-size: 23px;
    font-weight: 600;
}
.electrical_wrapper4 .electrical_inner{
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 15px;
    border-radius: 10px;
}
.electrical_wrapper4 i{
    color: var(--primary-color);
}
.electrical_wrapper1 a{
    text-decoration: none;
    padding: 10px 40px;
    background-color: var(--primary-color);
    color: var(--white-color);
}
.electrical_wrapper1 a:hover{
    background-color: var(--main-color);
}
.electrical_wrapper5{
    padding: 20px 0px;
}
.electrical_wrapper5 h2{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    padding: 6px;
    border: 1px solid silver;
}
.electrical_wrapper5 .electrical_inner{
    padding: 10px;
    border-radius: 10px;
    border-top: 3px solid var(--main-color);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.electrical_wrapper5 .electrical_inner h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    
}
.electrical_wrapper5 .electrical_inner h3::after{
    position: absolute;
    content: '';
    height: 3px;
    width: 150px;
    background-color: var(--black-color);
    bottom: -8px;
    left: 0;
    border-radius: 50%;
}
.electrical_wrapper5 .electrical_inner:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.electrical_wrapper6 .electrical_inner{
    padding: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border: 1px solid var(--main-color);
    border-radius: 10px;
}
.electrical_wrapper6 .electrical_inner h2{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.electrical_wrapper6 ul{
    list-style-type: number;
}
.socket_wrapper{
    padding: 20px 0px;
} 
.socket_wrapper h2{
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}
.socket_wrapper h2::after{
    position: absolute;
    content: '';
    height: 3px;
    width: 200px;
    background-color: var(--black-color);
    bottom: -8px;
    left: 40%;
    border-radius: 50%;
}
.socket_wrapper h3{
    font-size: 25px;
    font-weight: 600;
}
.socket_wrapper .socket_inner{
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
padding: 15px;
min-height: 350px;
border-radius: 10px;
}
.socket_wrapper1{
    padding: 20px 0px;
}
.socket_wrapper1 h2{
     text-align: center;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
}
.socket_wrapper1 h2::after{
    position: absolute;
    content: '';
    height: 3px;
    width: 200px;
    background-color: var(--black-color);
    bottom: -8px;
    left: 40%;
    border-radius: 50%;
}
.socket_wrapper1 h3{
    font-size: 23px;
    font-weight: 600;
}
.socket_wrapper1 .socket_inner{
    padding: 10px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  border-radius: 10px;
    margin-bottom: 15px;
}
#socket{
    min-height: 330px;
}
.rewiring_wrapper{
    padding: 20px 0px;
}
.rewiring_wrapper h2{
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 20px;
}
.rewiring_wrapper h3{
    font-size: 22px;
    font-weight: 600;
}
.rewiring_wrapper1{
    padding: 20px 0px;
}
.rewiring_wrapper1 h2{
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}
.rewiring_wrapper1 h2::after{
    position: absolute;
    content: '';
    height: 3px;
    width: 200px;
    background-color: var(--black-color);
    bottom: -10px;
    left: 40%;
    border-radius: 50%;
}
.rewiring_wrapper1 h3{
    font-size: 20px;
    font-weight: 600;
}
.rewiring_wrapper1 .rewiring_inner1{
padding-left: 15px;
    border-left: 3px solid var(--main-color);
margin-bottom: 15px;
border-radius: 6px;
}
.light_wrapper{
    padding: 30px 0px;
}
.light_wrapper h2{
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}
.light_wrapper .light_inner{
    padding: 15px;
    border: 2px solid var(--main-color);
    border-radius: 7px;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
.light_wrapper .light_inner a{
    text-decoration: none;
    padding: 10px 30px;
    background-color: var(--main-color);
    color: var(--white-color);
    border-radius: 5px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}
.light_wrapper .light_inner a:hover{
    border: 2px solid var(--main-color);
    background-color: transparent;
    color: var(--main-color);
    font-weight: 600;
}
.electrical_wrapper #lightbox{
    padding: 15px;
    border: 2px solid var(--main-color);
    border-radius: 5px;
}
.light_wrapper1{
    padding: 30px 0px;
}
.light_wrapper1  h3{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}
.light_wrapper1 h3::after{
position: absolute;
content: '';
height: 2px;
width: 100px;
background-color: var(--black-color);
left: 0;
bottom: -10px;
border-radius: 50%;
}
.light_wrapper1 .light_inner{
    min-height: 260px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.light_wrapper1 .light_inner p{
    font-weight: 500;
    font-size: 18px;
    color: var(--main-color);
}
.light_wrapper1 .light_inner:hover{
    background-color: var(--main-color);
    color: var(--white-color);
}
.light_wrapper1 .light_inner:hover .outhover{
    display: none;
}
.light_wrapper1 .onhover{
    display: none;
}
.light_wrapper1 .light_inner:hover .onhover{
    display: block;
    color: var(--white-color);
}
.light_wrapper2{
    padding: 30px 0px;
}
.light_wrapper2 h2{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.light_wrapper2 h3{
    font-size: 25px;
    font-weight: 600;
}
.light_wrapper2 .light_inner{
    padding: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
}
.light_wrapper2 img{
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.light_wrapper2 .lightinner2{
    min-height: 400px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.light_wrapper2 img{
height: 400px;
width: 800px;
}
.process-box{
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
}
.process-left:after{
        content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0px #00000036;
    z-index: 1;
}
.process-right:after{
        content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
    z-index: 1;
}
.process-step{
    background: var(--main-color);
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 8px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px #00000014;
}
.process-point-right{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #00bcd4;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    left: -63px;
}
.process-point-right:before{
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(36deg);
    position: relative;
    left: -50px;
    top: -0px;
}
.process-point-left{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #00bcd4;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    right: -63px;
}
.process-point-left:before {
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(-38deg);
    position: relative;
    left: 50px;
    top: 0px;

}
.our-blog h2{
    font-size: 35px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}
.our-blog h2::after{
    position: absolute;
    content: '';
    height: 3px;
    width: 200px;
    background-color: var(--black-color);
    bottom: -10px;
    left: 20%;
    border-radius: 50%;
}
.process-last:before{
    display: none;
}
.process-box p{
    z-index: 9;
}
.process-step{
 height: 150px;
}
.process-step p{
    font-size: 20px;
}
.process-step h3{
    font-size: 39px;
}
.process-step:after{
    content: "";
    border-top: 8px solid #04889800;
    border-bottom: 8px var(--main-color);
    border-left: 8px solid #04889800;
    border-right: 8px solid var(--main-color);
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}
.process-step:before{
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid var(--main-color);
    border-left: 8px solid var(--main-color);
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}
.process-line-l{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    right: -153px;
    top: 64px;
    z-index: 9;
}
.process-line-r{
    background: white;
    height: 4px;
    position: absolute;
    width: 136px;
    left: -153px;
    top: 63px;
    z-index: 9;
}
.repair_wrapper h3{
font-weight: 600;
font-size: 25px;
color: var(--main-color);
position: relative;
}
.repair_wrapper h3::after{
    position: absolute;
    content: '';
    height: 3px;
    width: 200px;
    bottom: -8px;
    left: 0;
    background-color: var(--primary-color);
    border-radius: 50%;
}
.repair_wrapper img{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.repair_wrapper h4{
    font-size: 22px;
    color: var(--main-color);
    font-weight: 500;
}
.repair_wrapper .repair_inner{
   box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    padding: 20px 15px;
    border-radius: 6px;
}
.contact_wrapper{
    padding: 40px 0px;
}
.contact_wrapper img{
    height: 600px;
    width: 100%;
}
.contact_wrapper .contact_details{
    background-color: var(--main-color);
    padding: 20px;
    min-height: 
    600px;
}
.contact_wrapper h2{
    font-size: 40px;
    font-weight: 600;
    color: var(--white-color);
    position: relative;
    margin-bottom: 20px;
}
.contact_wrapper h2::after{
    position: absolute;
    content: '';
    height: 3px;
    width: 100px;
    background-color: var(--white-color);
    bottom: -10px;
    left: 0pc;
    border-radius: 50%;
}
.contact_wrapper p{
    color: var(--white-color);
}
.contact_wrapper a i{
    color: var(--white-color);
    padding: 8px;
    border: 1px solid var(--white-color);
    border-radius: 50%;
    margin-right: 10px;
}
.contact_wrapper a {
    color: var(--white-color);
    text-decoration: none;
}
.contact_wrapper a:hover{
    color: var(--primary-color);
}
.blog_wrapper{
    padding: 30px 0px;
}
.blog_wrapper .blog_inner{
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 10px;
}
.blog_wrapper .blog_inner img{
    border-radius: 6px;
    margin-bottom: 10px;
}
.blog_wrapper .blog_inner a{
    text-decoration: none;
    color: var(--main-color);
}
.blog_wrapper .blog_inner h2{
    font-size: 22px;
    margin: 10px 0px;
}
.blog_wrapper .fa-arrow-right{
    color: var(--primary-color);
    font-size: 18px;
}
.blog_wrapper .blog_inner:hover h2{
    color: var(--primary-color);
    text-decoration: underline;
}
.content_wrapper{
    padding: 40px 0px;
}
.content_wrapper .content_item{
    background-color: aliceblue;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.content_wrapper .h2{
    font-size: 25px;
    font-weight: 600;
    padding: 10px 0px;
}
.content_wrapper .bullet li{
    font-weight: 600;
}
.content_wrapper .h3{
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0px;
    color: rgb(85, 84, 84);
}
.content_wrapper .content_box{
    padding: 15px;
    min-height: 300px;
    background-color: var(--white-color);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.content_wrapper #underline{
    position: relative;
}
.content_wrapper #underline::after{
    position: absolute;
    content: '';
    height: 2px;
    width: 300px;
    background-color: var(--main-color);
    bottom: -3px;
    left: 0;
    border-radius: 50%;
}
.blog_image img{
    height: 300px;
    width: 1200px;
    margin: 20px 0px;
    border-radius: 5px;
}
.ltblog{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 5px 10px;
    background-color: var(--main-color);
    color: var(--white-color);
}
.about_wrapper{
    padding: 30px 0px;
}
.about_wrapper h2{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    color: var(--main-color);
}
.about_wrapper h2::after{
    position: absolute;
    content: '';
    height: 3px;
    width: 100px;
    background-color: var(--main-color);
    bottom: -8px;
    left: 0;
    border-radius: 50%;
}
.about_wrapper a{
    padding: 10px 20px;
    text-decoration: none;
    background-color: var(--main-color);
    color: var(--white-color);
}
.about_wrapper a:hover{
    background-color: var(--primary-color);
    color: var(--white-color);
}