/*
Theme Name: Electrician Theme
Author: Bhuvnesh Shrivastava
Author URL: https://shrivastavabhuvnesh.com
Description: This is custom made WordPress theme for electricial business.
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}


blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

@font-face {
  font-family: montserrat;
  src: url(assets/fonts/Montserrat-Regular.ttf);
}

@font-face {
  font-family: montserrat-bold;
  src: url(assets/fonts/Montserrat-SemiBold.ttf);
}

body{
font-family: montserrat;
font-size: 16px;
line-height: 30px;
color: #333;    
}

ul li{
list-style: none;
}

a{
text-decoration: none;
color: #5372ff;
}

h1, h2, h3, h4, h5, h6{
margin-bottom: 20px;
font-family: montserrat-bold;
}

h1{
font-size: 44px;
line-height: 60px;
font-family: montserrat-bold;
color: #5372ff; 
}

h2{
font-size: 32px;
line-height: 42px;  
}

h3{
font-size: 28px;
line-height: 40px;
}

h4{
font-size: 24px;
line-height: 34px;  
}

h5{
font-size: 22px;
line-height: 32px;  
}

h6{
font-size: 20px;
line-height: 30px;  
}

p{
margin-bottom: 15px;
}

ol, ul{
list-style: none;   
}

strong{
font-weight: bold;  
}

hr{
margin: 50px 0px;
border: none;
border-top: #eee thin solid;    
}

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

.clearfix{
clear: both;
}

.alignleft{
display: block;
float: left;
margin-right: 30px;
margin-bottom: 10px;
}

.aligncenter{
display: block;
margin: 0px auto;
}

.alignright{
display: block;
float: right;
margin-left: 30px;
margin-bottom: 10px;
}

input[type="text"], 
input[type="password"],
input[type="email"]{
border: #eee thin solid;
padding: 10px 12px;
border-radius: 2px; 
}

input[type="button"],
input[type="submit"]{
border: none;
padding: 10px 22px;
color: #FFF;
font-size: 16px;
border-radius: 3px;
cursor: pointer;    
}

table{
width: 100%;
border-collapse: collapse;  
}

table tr{
border-bottom: #f6f6f6 thin solid;  
}

thead{
font-family: montserrat-bold;
font-size: 16px;
}

thead th{
padding: 5px 0px;
text-align: left;
}

table tr td{
padding: 5px 0px;
text-align: left;   
}

.clearfix{
clear: both;    
}

.btn{
display: inline-block;
padding: 10px 20px;
margin-right: 10px;
font-size: 20px;
font-family: montserrat-bold;
border-radius: 2px;
background:  #5372ff;
color: #FFF;
}

.container{
width: 1200px;
margin: 0 auto;
}

.header-wrapper{
border-bottom: #eee thin solid;
}

.header-wrapper .logo{
float: left;
width: 300px;
margin: 18px 0px 10px;
}

.header-wrapper .contact-info{
float: right;
margin: 15px 0px 5px;
text-align: right;
}

.header-wrapper .contact-info ul li{
font-size: 16px;
line-height: 30px;
letter-spacing: 2px;
}

.header-wrapper .contact-info ul li a{

}


.navigation-wrapper{
background: #212e32;
color: #FFF;
}

.navigation-wrapper a{
color: #FFF;
}

.mobile-menu-item-wrapper, .mobile-menu{
display: none;  
}

.navigation-wrapper .menu-main-menu-container{

}

.navigation-wrapper .menu-main-menu-container ul li{
display: inline-block;
position: relative; 
}

.navigation-wrapper .menu-main-menu-container ul li a{
display: block;
padding: 15px 20px;
font-size: 16px;
line-height: 25px;  
}

.navigation-wrapper .menu-main-menu-container ul li a:hover{
background: #36474e none repeat scroll 0 0;
transition: all .3s ease-in 0s;
}

.navigation-wrapper .menu-main-menu-container .current_page_item{
background: #36474e none repeat scroll 0 0;
}

.navigation-wrapper .menu-main-menu-container ul li .sub-menu{
background: #212e32;
position: absolute;
display: none;
box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.13);
-webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.13);
}

.navigation-wrapper .menu-main-menu-container ul li:hover > .sub-menu{
display: block;
}

.navigation-wrapper .menu-main-menu-container ul li .sub-menu li{
min-width: 180px;
}

.navigation-wrapper .menu-main-menu-container ul li .sub-menu li a{
display: block;
}

.navigation-wrapper .menu-main-menu-container ul li .sub-menu li .sub-menu{
top: 0;
left: 100%;
}

.homepage-banner-wrapper{
text-align: left;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}

.homepage-banner-overlay{
padding: 45px 0px 55px;
background: #00000075;
min-height: 300px;
box-sizing: border-box;
}

.homepage-banner-wrapper h1{
color: #fff;
font-size: 52px;
line-height: 62px;
font-family: montserrat-bold;
text-shadow: 2px 2px 2px #000;
width: 80%;
}

.homepage-banner-wrapper .btn{

}

.homepage-services-wrapper{
padding: 50px 0px;
border-bottom: #eee thin solid;
}

.homepage-services-wrapper h2{
text-align: center;
font-family: montserrat-bold;
font-size: 45px;
margin-bottom: 60px;
color: #5372ff;
}

.homepage-services-wrapper .col{
float: left;
width: 33%;
text-align: center;
padding: 0 15px;
box-sizing: border-box; 
}

.homepage-services-wrapper .col img{
padding: 7px;
border: #EEE thin solid;
width: 170px;
margin-bottom: 10px;    
}

.homepage-services-wrapper .col .service-title{
font-size: 24px;
line-height: 40px;
margin-bottom: 5px;
font-family: montserrat-bold;   
}

.homepage-services-wrapper .col .service-desc{
margin-bottom: 30px;
margin-top: 10px;   
}

.homepage-services-wrapper .col .service-read-more{
    
}


.homepage-content-wrapper{
padding: 50px 0px;  
}



.banner-wrapper{
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}

.banner-overlay{
padding: 70px 0px;
text-align: center;
color: #FFF;
background: #000000a6;
}

.banner-wrapper h1{
font-size: 60px;
font-weight: bold;
color: #FFF;
}

.page-title-wrapper{
border-bottom: #eee thin solid;
padding: 40px 0;
box-shadow: 1px 1px 5px #ccc;
-moz-box-shadow: 1px 1px 5px #ccc;
-webkit-box-shadow: 1px 1px 5px #ccc;
text-align: center;
}

.page-title-wrapper h1{
font-size: 45px;
font-weight: bold;
margin-bottom: 0px; 
}

.page-content-wrapper{
padding: 50px 0px;  
}

.page-content-wrapper .left-col{
float: left;
width: 55%;
}

.page-content-wrapper .right-col{
float: right;
}

.page-content-wrapper .row{
overflow: auto; 
}


.page-content-wrapper .left-align{
float: left;
}

.page-content-wrapper .right-align{
float: left;
margin-left: 80px;
}

.page-content-wrapper .fas{
color: #5372ff;
padding-right: 5px;
}

.page-content-wrapper ul li::before{
content: "\f058";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
color: #5372ff;
padding-right: 8px;
}

.theme-color{
color: #5372ff;
}


.services-sales-box-wrapper {
    margin-top: 30px;
}

.services-sales-box-wrapper .sb-salesbox-desc {
    margin-bottom: 30px;
}

.sales-box-items-wrapper {
    margin-top: 30px;
}

.sales-box {
    width: 30.5%;
    border: #5372ff thin solid;
    border-radius: 5px;
    margin-right: 30px;
    float: left;
    margin-bottom: 30px;
}

.sales-box .heading {
    background: #5372ff;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    padding: 20px;
}

.sales-box .heading a{
color: #FFF;
}

.sales-box .image {
    padding: 10px 20px !important;
    text-align: center !important;
}

.sales-box ul li:first-child {
    border-top: none;
}

.sales-box ul li {
    list-style: none !important;
    margin-left: 0 !important;
    padding: 10px 20px !important;
    border-top: #d4d4d4 thin solid;
    line-height: 24px !important;
}


.services-listing-wrapper{
padding-bottom: 50px;
}

.services-listing-wrapper .service-box{
float: left;
width: 31%;
text-align: center;
box-sizing: border-box;
padding: 30px;
border: #eeeeee9c thin solid;
margin: 0 1%;
}

.services-listing-wrapper .service-box .service-img{
width: 180px;
padding: 7px;
background: #fafafa;
border: #eee thin solid;
}

.services-listing-wrapper .service-box .service-title{
margin-top: 15px;
font-size: 30px;
line-height: 40px;
margin-bottom: 10px;
}

.services-listing-wrapper .service-box .service-desc{
text-align: left;
}

.services-listing-wrapper .service-box .service-desc ul li{
padding: 7px 0px;
}

.services-listing-wrapper .service-box .service-desc ul li::before{
content: "\f058";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
color: #5372ff;
padding-right: 8px; 
}

.services-intro-box-wrapper{
text-align: center;
margin-bottom: 40px;
}

.services-intro-box-wrapper h2{
color: #5372ff;
margin-bottom: 15px;    
}

.services-intro-box-wrapper h4{
font-family: montserrat;
width: 90%;
margin: 0 auto;
font-size: 20px;
line-height: 35px;  
}

.services-bottom-box-wrapper{
text-align: center;
margin-bottom: 80px;
margin-top: 30px;
}

.services-bottom-box-wrapper h2{
color: #5372ff;
margin-bottom: 25px;    
}

.services-bottom-box-wrapper .desc{
font-family: montserrat;
width: 90%;
margin: 0 auto;
font-size: 20px;
line-height: 35px;  
}

.content-wrapper{
padding: 50px 0px;
}

.content-wrapper .primary{
width: 65%;
padding: 0px 25px;
box-sizing: border-box;
float: left;
}

.content-wrapper .primary .post-item-wrap{
border: #eee thin solid;
margin-bottom: 40px;
padding: 15px 25px;
}

.content-wrapper .primary .post-item-wrap .post-title{

}

.content-wrapper .primary .post-item-wrap .post-content{

}

.content-wrapper .primary .post-item-wrap .post-content .featured-img{
width: 180px;
float: left;
margin-right: 20px;
margin-bottom: 20px;
}

.content-wrapper .primary .single-item-wrap{

}

.content-wrapper .primary .single-item-wrap .entry-title{

}

.content-wrapper .primary .single-item-wrap .featured-img{
margin-bottom: 20px;
}

.content-wrapper .primary .single-item-wrap .entry-content{

}

.pagination-wrap{
text-align: center; 
}

.pagination-wrap .page-numbers{
border: #5372ff 2px solid;
padding: 5px 14px;
font-size: 14px;
margin: 5px;
color: #5372ff;
font-weight: bold;  
}

.pagination-wrap .page-numbers.current{
color: #FFF;
background: #5372ff;
}

.chat-btn {
    background: #5372ff;
    color: #fff;
    padding: 15px;
    display: block;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
}

.content-wrapper .sidebar{
float: right;
width: 33%;
}

.content-wrapper .sidebar .widget{
margin-bottom: 30px;
}

.contact-info-wrapper {
background-size: cover;
background-repeat: no-repeat;
background-position: center top;
color: #fff;
}

.contact-info-overlay {
padding: 70px 0;
background: rgba(0, 0, 0, 0.6);
}

.contact-info-wrapper h2 {
text-align: center;
font-size: 50px;
line-height: 60px;
font-weight: 700;
margin-bottom: 50px;
font-family: montserrat-bold;
}

.contact-options .fas {
    font-size: 45px;
    margin-bottom: 30px;
}

.contact-options h3 {
    font-size: 32px;
    font-family: montserrat-bold;
}

.contact-options .phone {
width: 33%;
float: left;
text-align: center;
}

.contact-options .sms {
width: 33%;
float: left;
text-align: center;
}

.contact-options .live-chat {
width: 33%;
float: left;
text-align: center;
}

.contact-options h3 a {
    color: #fff;
}

.footer-wrapper{
background: #212e32;
padding: 50px 0px 30px; 
color: #c6c6c6;
font-size: 14px;
}

.footer-wrapper a{
color: #c6c6c6; 
}

.footer-wrapper .top-footer{
padding-bottom: 25px;
border-bottom: #444748 thin solid;
}

.footer-wrapper .top-footer .col{
width: 25%;
padding: 0px 15px;
box-sizing: border-box;
float: left;
}

.footer-wrapper .top-footer .col .widget{

}

.footer-wrapper .top-footer .col .widget-title{
color:#FFF;
}

.footer-wrapper .bottom-footer{
padding-top: 20px;
}

.footer-wrapper .bottom-footer .left-col{
float: left;
}

.footer-wrapper .bottom-footer .right-col{
float: right;
}

.footer-wrapper .bottom-footer .right-col ul li{ 
display: inline-block;
}

.footer-wrapper .bottom-footer .right-col ul li a{ 
display: block;
padding: 0px 10px;
}

.credits{
font-size: 12px;    
}


.contact-form-wrapper {
    width: 400px;
    margin: 0 auto 50px;
}

.contact-form-wrapper input[type="text"], .contact-form-wrapper input[type="email"] {
    width: 400px;
}

.contact-form-wrapper textarea {
    width: 420px;
    border: #eee thin solid;
    box-sizing: border-box;
    padding: 10px;
}

.contact-form-wrapper input[type="submit"]{
background: #5372ff;
}

@media (max-width: 1100px){

.container{
width: 94%;
margin: 0px auto;
}

}


@media (max-width: 768px){

.header-wrapper .logo {
    float: none;
    width: 300px;
    margin: 18px auto 10px;
}

.header-wrapper .contact-info{
display: none;  
}   

.desktop-menu{
display: none;  
}

.mobile-menu-item-wrapper, .mobile-menu {
display: block;
}

.mobile-menu {
padding: 12px 0px;
}

.mobile-menu a{
font-size: 24px;
display: block;
text-align: right;
}

.mobile-menu-item-wrapper{
background: #212e32;
padding-bottom: 15px;
display: none;  
}

.mobile-menu-item-wrapper ul li a{
color: #fff;
display: block;
padding: 8px 0;
border-top: #3e3e3e thin solid;
}

.mobile-menu-item-wrapper ul li .sub-menu{
padding-left: 25px;
}


.homepage-banner-overlay{
    text-align: center;
    padding: 45px 0px 60px;
    min-height: unset;
}

.homepage-banner-wrapper h1 {
    font-size: 30px;
    line-height: 40px;
    width: 80%;
    margin: 0px auto 20px;
}

.homepage-services-wrapper h2{
font-size: 35px;
margin-bottom: 30px;
}

h1{
font-size: 38px;
line-height: 48px;  
}

.homepage-content-wrapper {
    padding: 40px 0px 30px;
}

.contact-info-overlay {
    padding: 50px 0;
background: rgba(0, 0, 0, 0.6);
}

.contact-info-wrapper h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
}

.contact-options .fas{
margin-bottom: 25px;    
}

.contact-options .phone {
    width: 100%;
    float: none;
    margin-bottom: 40px;
}

.contact-options .sms {
    width: 100%;
    float: none;
    margin-bottom: 40px;
}

.contact-options .live-chat {
    width: 100%;
    float: none;
}

.footer-wrapper .top-footer .col{
margin-bottom: 30px;
width: 100%;    
}

.footer-wrapper .bottom-footer{
text-align: center; 
}

.footer-wrapper .bottom-footer .left-col{
float: none;    
}

.footer-wrapper .bottom-footer .right-col{
float: none;    
}

.banner-overlay{
padding: 50px 0px;  
}

.banner-wrapper h1{
font-size: 45px;
margin-bottom: 0px; 
}

.page-content-wrapper{
padding: 30px 0px;
}

.services-intro-box-wrapper{
margin-bottom: 35px;    
}

.services-intro-box-wrapper h4{
font-size: 16px;
line-height: 26px;  
}

.services-bottom-box-wrapper{
margin-bottom: 50px;    
}

.services-bottom-box-wrapper h2{
font-size: 28px;
line-height: 38px;  
}

.services-listing-wrapper .service-box .service-img{
width: 220px;
box-sizing: border-box; 
}

.services-listing-wrapper .service-box{
padding: 0px;
border: none;
float: none;
margin: 0 0 30px;
width: 100%;    
}

.services-listing-wrapper .service-box .service-desc ul li::before{
display: none;  
}

.services-listing-wrapper .service-box .service-desc{
text-align: center; 
}

.services-listing-wrapper{
padding-bottom: 0px;
}

.page-content-wrapper .left-col {
    float: none;
    width: 100%;
    margin-bottom: 30px;
}

.page-content-wrapper .right-col {
    float: none;
}

.page-content-wrapper .left-align {
    float: none;
    margin-bottom: 30px;
}

.page-content-wrapper .right-align {
    float: none;
    margin-left: 0px;
}

.sales-box{
width: 100%;
margin-right: 0px;
margin-bottom: 50px;    
}

.page-title-wrapper h1{
font-size: 35px;
}

.homepage-services-wrapper .col{
float: none;
width: 100%;
margin-bottom: 50px;    
}

.homepage-services-wrapper{
padding: 50px 0px 0px;  
}

.homepage-services-wrapper .col img{
width: 220px;
box-sizing: border-box; 
}

}

@media (max-width: 480px){
.container{
width: 90%; 
}

.alignleft{
float: none;
display: block;
margin-right: auto;
margin-left: auto;
}

.alignright{
float: none;
margin-right: auto;
margin-left: auto;  
display: block;
}


.homepage-banner-wrapper h1 {
    font-size: 22px;
    line-height: 32px;
    width: 95%;
}

.homepage-banner-wrapper .btn {
display: block;
margin-bottom: 15px;
margin-right: auto;
margin-left: auto;
width: 70%;
font-size: 16px;
padding: 5px;
}

.homepage-banner-overlay {
text-align: center;
padding: 35px 0px 30px;    
}

.homepage-services-wrapper {
padding: 25px 0px 0px;
}

.homepage-services-wrapper h2 {
font-size: 25px;
margin-bottom: 20px;
line-height: 35px;
}

h1 {
font-size: 30px;
line-height: 40px;
}

.footer-wrapper{
padding: 30px 0px 30px; 
}

.banner-overlay {
padding: 35px 0px;
}

.banner-wrapper h1 {
font-size: 45px;
margin-bottom: 0px;
line-height: 55px;
}

.page-content-wrapper .right-col iframe{
width: 100% !important;
height: auto !important;
}

.contact-form-wrapper {
    width: 100%;
    margin: 0 auto 50px;
}


.contact-form-wrapper input[type="text"], .contact-form-wrapper input[type="email"] {
    width: 100%;
    box-sizing: border-box;
}

.contact-form-wrapper textarea{
width: 100%;
box-sizing: border-box;
}

}