/*
Theme Name: Himmat Electric WP
Theme URI: https://wordpress.org/
Author: Himmat Electric WP
Author URI: https://wordpress.org/
Description: Himmat Electric WP theme.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: himmat-wp
*/
body,html {
    background: #fff;
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
}

img {
    min-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

h1 {
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 0px;
    line-height: normal;
}

h2 {
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 20px;
    line-height: normal;
}

h3 {
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 20px;
    line-height: normal;
}

h4 {
    font-weight: 700;
    font-size: 26px;
    padding-bottom: 20px;
    line-height: normal;
}

h5 {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    line-height: normal;
}

h6 {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: normal;
}

p {
    line-height: 28px;
    font-size: 16px;
    margin: 0px;
    padding-bottom: 15px;
}

nav{
/*    background:#222;*/
/*    padding:15px 20px;*/
    display:flex;
    align-items:center;
    justify-content: flex-end;
}

.menu-toggle{
    display:none;
    font-size:28px;
    color:#fff;
    cursor:pointer;
}

.menu{
    list-style:none;
    display:flex;
}

.menu li{
    position:relative;
    padding: 0 15px;
    border-bottom: 5px solid #fff;
}

.menu li a{
    text-transform: capitalize;
    color: #000;
    letter-spacing: 2px;
    line-height: 94px;
    font-size: 18px;
}
.menu li ul li{
    border-bottom: 1px solid #fff;
}
.menu li ul li:hover{
    border-bottom: 1px solid #fff;
}
/* Dropdown desktop */
.menu li ul{
    list-style:none;
    position:absolute;
    top:100%;
    left:0px;
    background:#56bde8;
    min-width:240px;
    display:none;
    z-index: 99999;
}
.menu li ul li a{
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 2px;
    line-height: 24px;
    font-size: 15px;
}
.menu li ul li{
    padding: 5px 20px;
}
.menu li:hover > ul{
    display:block;
}

/* Mobile */
@media(max-width:768px){

    .menu-toggle{
        display:block;
    }

    .menu{
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100%;
        background: #56bde8;
        flex-direction: column;
        transition: 0.4s;
        padding-top: 10px;
        z-index: 99999999;
  }

    .menu.active{
        right:0;
    }

    .menu li{
        width:100%;
        border-top:0px solid #444;
    }

    .menu li ul{
        position:static;
        display:none;
        width:100%;
        background:none;
        margin: 0 11px;
    }

    .menu li.active > ul{
        display:block;
    }
    nav {
      float: left;
      margin: 10px;
    }
    .menu li a {
      text-transform: capitalize;
      color: #fff;
      letter-spacing: 2px;
      line-height: 50px;
      font-size: 18px;
    }
    .menu-toggle {
      font-size: 28px;
      color: #000;
      cursor: pointer;
    }
    .logo img{
        width: 100%;
    }
}

/*.headermenucontainer{
    background: #e4d8d4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}*/

.headersocial ul li{
    display: inline-block;
    padding: 0 0 0 20px;
}

.headersocial{
     position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
    text-align: right;
}

.headersocial ul li .headerinsta{
    color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 20px;
}
.headersocial ul li .headerlinedin{
  color: #0A66C2;
  background-size: 55%;
  background-position: 70% 0;
  background-repeat: no-repeat;
  font-size: 20px;
}

.headerlogo{
    text-align: center;
}
.logo img{
        width: auto;
        min-width: auto;
}
.logop{
    margin: 10px 0;
}
/*Header Menu CSS*/
.headercontainer{
    background: #56bde8;
    position: relative;
    height: 45px;
}
.headercalltoaction ul li{
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    margin: 0 15px 0 0;
}

.headercalltoaction ul li a{
    color: #fff;
}
.headercalltoaction{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-caption {
    text-align: left;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto; 
  left: 10%;
  width: 40%;
}
.carousel-caption h2{
    text-transform: uppercase;
    color: #ffa521;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    font-weight: 300;
}
.carousel-caption h3{
    text-transform: uppercase;
    color: #ffa521;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 300;
}
.carousel-caption ul li {
    margin-top: 4px;
    list-style: square;
    color: #ffa521;
    font-size: 16px;
}
.carousel-caption ul{
    margin: 0 15px;
}
.productcatcontainer{
    margin: 20px 0;
}
/*Home Page*/
.aboutcontainer{
    margin: 40px 0;
}
.aboutdetsils h2{
    text-transform: uppercase;
    color: #ffa521;
    font-weight: bold;
    font-size: 30px;
    font-family: "Raleway", sans-serif;
    margin: 0 auto;
    display: block;
    text-align: left;
}

.aboutdetsils h1{
    font-size: 25px;
    color: #000;
    font-family: "Raleway", sans-serif;
    text-align: left;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 auto;
    display: block;
    padding-bottom: 5px;
}

.aboutdetsils p{
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #000;
    line-height: 30px;
    float: left;
    padding: 5px;
    text-align: justify;
}

.aboubtn a{
    padding: 10px 25px;
    font-size: 17px;
    background: #56bde8;
    color: #fff;
    transition: all 0.56s ease-in;
    font-weight: bold;
}
.aboubtn a:hover{
    padding: 10px 25px;
    font-size: 17px;
    background: #ffa521;
    color: #000;
    transition: all 0.76s ease-in;
}
.aboubtn{
    margin: 20px 0;
    text-align: right;
}

.abourightimg img{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    border-radius: 15px;
}


.firstproductcat{
    position: relative;
}

.productcatdetails {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 70%;
}

.firstproductcat img {
    width: 100%;
    height: 475px;
    object-fit: cover;
    border-radius: 10px;
    opacity: 0.54;
}

.firstproductcat{
    background-color: rgb(0 0 0);
    top: 0;
    left: 0;
    z-index: 999;
}
.secondprodA img {
    width: 100%;
    object-fit: cover;
    height: 235px;
    border-radius: 10px;
    opacity: 0.55;
}

.productcatdetails h3{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    font-family: "Raleway", sans-serif;
}

.productcatdetails a{
    padding: 5px 15px;
    font-size: 17px;
    background: #fff;
    color: #ffa521;
    transition: all 0.56s ease-in;
    font-weight: bold;
}
.productcatdetails a:hover{
        padding: 5px 15px;
    font-size: 17px;
    background: #ffa521;
    color: #000;
    transition: all 0.76s ease-in;
}

.secondprodA{
    position: relative;
}

.secondprodA{
    background-color: rgb(0 0 0);
    top: 0;
    left: 0;
    z-index: 999;
    margin-bottom: 5px;
}

/*.firstproductcat img:hover{

}
*/
.featuredpcontainer{
    margin: 40px 0;
}



.featuredpcontainer h2{
    text-transform: uppercase;
    color: #ffa521;
    font-weight: bold;
    font-size: 30px;
    font-family: "Raleway", sans-serif;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding-bottom: 0px;
}

.featuredpcontainer h2 span{
        font-size: 25px;
    color: #000;
    font-family: "Raleway", sans-serif;
    text-align: center;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 auto;
    display: block;
    padding-bottom: 5px;
}

.featuredproductbox ul li {
    display: inline-block;
    width: 19%;
    height: 290px;
    border-radius: 10px;
}

.featuredproductbox ul li h3{
    text-align: center;
    color: #ffa521;
    color: #ffa521;
    font-size: 17px;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 10px;
    line-height: 26px;
}
.featuredproductbox ul li img{
    width: 100%;
}
.featuredproductbox ul li{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background: #fff;
    height: 290px;
    transition: all 0.65s ease-in;
    margin: 20px 0 0 0;
}
.featuredproductbox ul li:hover{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    transform: translateY(-5px);
    transition: all 0.55s ease-in;
}
.brandcontainer{
    margin: 40px 0;
}

.brandcontainer h2{
    text-transform: uppercase;
    color: #ffa521;
    font-weight: bold;
    font-size: 30px;
    font-family: "Raleway", sans-serif;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding-bottom: 0px;
}

.brandcontainer h2 span{
        font-size: 25px;
    color: #000;
    font-family: "Raleway", sans-serif;
    text-align: center;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 auto;
    display: block;
    padding-bottom: 5px;
}

.brandimg img{
    border: 1px solid #f5f5f5;
}
.brandimg {
    margin: 20px 0 0 0;
}
.brandmorebtn{
    text-align: center;
}
.brandmorebtn a{
    padding: 5px 15px;
    font-size: 17px;
    background: #56bde8;
    color: #fff;
    transition: all 0.56s ease-in;
    font-weight: bold;
}
.brandmorebtn a:hover{
    padding: 5px 15px;
    font-size: 17px;
    background: #ffa521;
    color: #000;
    transition: all 0.76s ease-in;
}
/*Footer CSS*/
.footercontainer{
    width: 100%;
    padding: 30px 0px 0 0;
    background: #dadada;
    height: auto;
    overflow: hidden;
}

.footermenu h2{
    font-size: 20px;
    font-weight: bolder;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.footermenu ul li a{
    line-height: 26px;
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
}

.footermenu ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-size: 12px;
    font-weight: 900;
    margin: 0 5px;
    color: #ffa521;
}

.footermenu ul li{
    margin-bottom: 10px;
}
.footercontact h2{
    font-size: 20px;
    font-weight: bolder;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.footercontact ul li a{
    line-height: 26px;
    color: #9e9c9c;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
}

.footercontact{
    margin-bottom: 20px;
}

/*Inner Container CSS*/
.innerpagecontainer{
    margin: 40px 0;
}

.innertitle h1{
        font-weight: bold;
    font-size: 30px;
    text-transform: capitalize;
    text-align: left;
    line-height: 40px;
    color: #ffa521;
    font-family: "Raleway", sans-serif;
}

.innertitle p{
    line-height: 26px;
    color: #424242;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    text-align: justify;
}

.innertitle p span{
    font-weight: 600;
}

.innertitle ul li{
    line-height: 26px;
    color: #424242;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    text-align: justify;
    list-style: disc;
    margin-bottom: 5px;
}
.innertitle ul{
    margin-bottom: 10px;
}
.innertitle ul{
    padding: 0 20px;
}


.copyright-section{
    background: #fff;
    padding: 20px 0;
}

.footer-nav a{
    color: #000;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
}
.right-panel{
    text-align: right;
}

.right-panel p{
    color: #000;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    text-align: right;
    padding-bottom: 0px;
}

.contactcontainer {
    margin: 40px 0;
}
.contactcontainer h1{
    font-weight: bold;
    font-size: 30px;
    text-transform: capitalize;
    text-align: left;
    line-height: 40px;
    color: #ffa521;
    font-family: "Raleway", sans-serif;
}

.contactform ul li .contactformsmfield{
    width: 100%;
    height: 45px;
    float: left;
    background: #e7e7e7;
    border: none;
    padding: 10px;
    font-size: 15px;
    margin-top: 20px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.contactform ul li .contactformbgfield{
    width: 100%;
    height: 100px;
    float: left;
    background: #e7e7e7;
    border: none;
    padding: 10px;
    font-size: 15px;
    margin-top: 20px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.submitbtn{
    background: #56bde8;
    border: none;
    padding: 10px 30px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    margin: 15px 0;
    float: right;
}

.mainaddress h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #ffa521;
    line-height: normal;
    line-height: 30px;
    padding-bottom: 0;
    text-align: left;
}

.mainaddress ul li p,
.mainaddress ul li p a{
    line-height: 26px;
    color: #424242;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    text-align: justify;
}

.subaddress h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #ffa521;
    line-height: normal;
    line-height: 30px;
    padding-bottom: 0;
    text-align: left;
}

.subaddress ul li p,
.subaddress ul li p a{
    line-height: 26px;
    color: #424242;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    text-align: justify;
}

.addressdetails {
    height: 350px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    text-align: center;
    padding: 10px 15px;
    margin: 20px 0 0 0;
}
.mapcontainer{
    margin: 40px 0;
}

.mainaddress ul li i{
    font-size: 17px;
    color: #56bde8;
    margin: 5px;
}

.mainaddress ul li{
    display: flex;
}

.subaddress ul li i{
    font-size: 17px;
    color: #56bde8;
    margin: 5px;
}

.subaddress ul li{
    display: flex;
}

.innerbrandcontainer h1{
    font-weight: bold;
    font-size: 30px;
    text-transform: capitalize;
    text-align: left;
    line-height: 40px;
    color: #ffa521;
    font-family: "Raleway", sans-serif;
}

.innerbrandcontainer{
    margin: 40px 0;
}

.menu li:hover{
    color: #fff;
    background: #54BFEB;
    border-bottom: 5px solid #ffa521;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}