html{
  scroll-behavior: smooth;
}

body {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Exo 2', sans-serif;
    overflow-x: hidden;
}

.container{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
}


/*******************HEADER******************/


.logo-section{
  background-color: #000;
}

.header-logo img{
  width: 155px;
}

.header-logo{
    background-color: #fff;
    padding-left: 15px;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}

.header-logo:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000px;
    width: 1000px;
    background-color: #fff;
}

.header-logo:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 76px 0 76px 40px;
    border-color: transparent;
    position: absolute;
    top: 0;
    right: -40px;
    border-left-color: #fff;
}

.header-add-info{
  padding-left: 75px;
  padding-top: 20px;
}

.header-add-info i{
  font-size: 35px;
  color: #fff;
  float: left;
  margin-right: 10px;
}

.header-add-info span a{
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.header-add-info a{
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.header-add-info1{
  padding-top: 20px;
}

.header-add-info1 i{
  font-size: 30px;
  color: #fff;
  float: left;
  margin-right: 10px;
}

.header-add-info1 p{
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  font-weight: 400;
}

a.btn.btn-get {
    border: 1px solid #f47629;
    background-color: #f47629;
    width: 100%;
    padding: 10px 20px 12px;
    border-radius: 3px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}


.modal-body label{
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0px;
    font-weight: 600;
}

.modal-body input {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #ccc;
    height: 34px;
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 10px;
    color: #222;
}

.modal-body select {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #ccc;
    height: 34px;
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 10px;
    color: #222;
}

.modal-body textarea {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #ccc;
    height: 100px;
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 10px;
    color: #222;
}

.modal-body button.btn.btn-primary {
    border: 1px solid #87d6bf;
    background-color: #87d6bf;
    padding: 10px 30px 12px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    margin: 0 auto;
    display: block;
}

.modal-body button.btn.btn-primary:hover{
    border: 1px solid #f47629;
    background-color: #f47629;
    color: #fff;
}

.modal-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #f47629;
}









.menu-section{
  background-color: #87d6bf;
}

.fixed-top{
  position: fixed !important;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.71);
  top: 0px;
}

.fixed-top .navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    padding: 14px 30px;
}

.fixed-top .navbar-light .navbar-brand{
  display: block;
  padding: 5px;
}

.fixed-top .navbar-brand img{
    width: 100% !important;
    max-width: 35px;
    margin-top: 0px;
    padding: 0px !important;
}

.fixed-top .navbar-light .navbar-nav .nav-link img {
    width: 60px;
    top: 0px;
}

.fixed-top nav {
    margin-top: 0px;
    box-shadow: none;
}

.navbar-brand h5{
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  margin-top: 14px;
}

.navbar-light .navbar-brand{
    padding: 0px;
}

.navbar-light .navbar-brand p{
    font-size: 30px;
    line-height: 34px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0px;
}

.fixed-top .navbar-light .navbar-brand p{
  color: #54a88f;
}

/*.navbar-light .navbar-brand img{
    width: 150px;
    position: absolute;
    top: 5px;
    z-index: 9;
    border-radius: 50%;
    box-shadow: 0 0 8px rgb(135 214 191);
    display: none;
}*/


.fixed-top nav.navbar.navbar-expand-lg.navbar-light{
  bottom: 0px;

}

.fixed-top .navbar-light .navbar-brand{
  width: auto;
  top: 0px;
}

nav.navbar.navbar-expand-lg.navbar-light{
    padding: 0px;
    border-top: 1px solid #4d4a4a;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #000;
    background-color: #87d6bf;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    padding: 17px 28px;
    border-right: 1px solid #4d4a4a;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #da1e36;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #000;
    background-color: #87d6bf;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: #000;
    padding: 0px;
    margin-top: -1px;
    border-radius: 0px;
}

.dropdown-item{
  color: #fff;
  font-size: 12px;
  padding: 7px;
  background-color: #1c5127;
  border-bottom: 1px solid #276b35;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #000080;
    padding: 7px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

/***************SLIDER**************/

/*.slider{
    margin-top: -105px;
}*/

.slider .carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: rgba(0,0,0,.4);
}


.slider img{
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.heading-box h2{ width:100%;}
.text-box {
  position: absolute;
  top: 50%;
  left: 12%;
  right: 12%;
  color: #f8931e;
  text-align: center;
  transform: translateY(-50%);
  z-index: 99;
}

.text-box h2{ 
  width:100%;
  font-family: 'Exo 2', sans-serif;
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  text-shadow: 4px 4px 0px #f47629;
}

.text-box h2 span{
  display: block;
}

.text-box h3{ 
  width:100%;
  font-family: 'Exo 2', sans-serif;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.text-box p{
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.text-box p a{
  color: #fff;
  text-decoration: underline;
}

.text-box p a:hover{
  text-decoration: none;
}

.text-box p span{
  display: block;
}

.carousel-indicators{
  bottom: 30px;
}

a.btn.btn-contact{
    border: 2px solid #87d6bf;
    background-color: #87d6bf;
    padding: 10px 30px 12px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #ffffff;
}

a.btn.btn-contact:hover{
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

/*****************REQUEST SECTION******************/

.request-section{
  background-color: #f5f5f5;
}

.booking-section {
    margin-top: -100px;
    padding-bottom: 50px;
}

.booking-section h4{
    background-color: #f47629;
    padding: 10px 10px 12px;
    margin-bottom: 0px;
    width: 296px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.booking-section form{
    border: 1px solid #eee;
    padding: 20px;
    box-shadow: 0 0 8px rgb(202 202 202);
    background-color: #fff;
}

.booking-section label {
    font-size: 14px;
    color: #000;
    margin-bottom: 0px;
    display: block;
    font-weight: 600;
}

.booking-section input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0px;
    font-size: 14px;
    line-height: 38px;
    color: #777;
    height: 42px;
    padding: 10px;
}

.booking-section textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0px;
    font-size: 14px;
    color: #777;
    height: 42px;
    padding-left: 10px;
}

.booking-section button.btn.btn-primary {
    border: 1px solid #87d6bf;
    background-color: #87d6bf;
    padding: 10px 20px;
    width: 100%;
    border-radius: 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-top: 24px;
}

.booking-section button.btn.btn-primary:hover{
    border: 1px solid #45957e;
    background-color: #45957e;
    color: #fff;
}

/*****************WELCOEM SECTION*****************/

.welcome-section{
  padding: 70px 0;
  background-color: #f5f5f5;
}

.welcome-section h1{
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.welcome-box{
    background-color: #fff;
    padding: 30px;
    margin-left: -100px;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgb(202 202 202);
}

.welcome-section p{
  text-align: justify;
}

.welcome-section p a{
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

.welcome-section p a:hover{
  text-decoration: none;
}

.welcome-section img{
  width: 100%;
  border-radius: 10px;
}

.welcome-section ul{
  padding: 0px;
  margin: 0px;
  margin-top: 40px;
}

.welcome-section ul li{
  list-style-type: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #000;
}

.welcome-section ul li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.welcome-section ul li i{
  color: #f47629;
  padding-right: 5px;
}

/***************ELECTRIC SERVICE***************/

.electric-service{
  background-color: #000;
}

.electric-service h4{
    font-size: 30px;
    line-height: 55px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.electric-service h4 a{
  color: #000;
  text-decoration: underline;
  padding-left: 10px;
}

.electric-service h4 a:hover{
  color: #f47629;
  text-decoration: none;
}

.electric-service p{
  margin-bottom: 10px;
}

.electric-left {
    background-color: #87d6bf;
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}


.electric-left:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000px;
    width: 1000px;
    background-color: #87d6bf;
}

.electric-left:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 0 70px 40px;
    border-color: transparent;
    position: absolute;
    top: 0;
    right: -40px;
    border-left-color: #87d6bf;
}

a.btn.btn-service {
    border: 1px solid #f47629;
    background-color: #f47629;
    padding: 10px 30px 12px;
    border-radius: 3px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    margin-top: 45px;
    float: right;
}










/******************SERVICE SECTION*****************/

.service-section{
  padding: 70px 0;
}

.service-section h4{
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
}

.service-box{
  border: 1px solid #aaa;
  background-color: #f0f0f0;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 0 8px rgb(107 128 122);
  margin-bottom: 30px;
  border-radius: 10px;
}

.service-box img{
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.service-box h5{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0px;
}

.service-box h5 a{
  color: #000;
  text-decoration: none;
}

.service-box h5 a:hover{
  color: #f47629;
}





/******************HELP SECTION******************/

.help-section{
  background: url("../images/help-bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.help-left{
  background-color: #FFF;
  padding: 80px 60px;
}

.help-left h4{
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    color: #000;
    border-left: 5px solid #f47629;
    padding-left: 20px;
    margin-bottom: 30px;
}

.help-left p{
  margin-bottom: 30px;
}

.help-left p a{
  text-decoration: none;
  color: #f47629;
}

.help-left p a:hover{
  color: #000;
}

a.btn.btn-call {
    border: 1px solid #87d6bf;
    background-color: #87d6bf;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
}

a.btn.btn-call:hover{
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}

a.btn.btn-estimate {
    border: 1px solid #000;
    background-color: #000;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
}

a.btn.btn-estimate:hover{
    border: 1px solid #87d6bf;
    background-color: #87d6bf;
    color: #fff;
}

/*****************CHOOSE SECTION***************/

.choose-section{
  padding: 70px 0;
  background-color: #87d6bf;
}

.choose-section h4 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
}

.choose-box{
  padding: 40px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 0 8px rgb(107 128 122);
}

.choose-box img{
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.choose-box h5{
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0px;
}




/*****************GALLERY SECTION****************/

.gallery-section{
  padding-top: 70px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.gallery-section h4{
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
}

.gallery-section figure {
    position: relative;
    width: 100%;
    height: 260px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 5px;
}

.gallery-section figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    -webkit-transition: transform .2s ease;
    -moz-transition: transform ease .2s;
    -ms-transition: transform ease .2s;
}

.gallery-section figure img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.gallery-section .owl-nav{
  display: none;
}

.gallery-section .owl-dots{
  display: none;
}

/*****************TESTIMONIALS*****************/

.testimonials{
  background: url("../images/testimonial-bg.jpg") top center no-repeat;
  background-size: cover;
}

.testimonials .overlay{
  padding: 70px 0;
  background-color: rgb(135 214 191 / 52%);
}

.testimonials h4{
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.testi-box{
  text-align: center;
  padding: 20px;
  background-color: rgb(84 168 143 / 62%);
  border-radius: 10px;
  min-height: 267px;
}

.testi-box i.fa-quote-left{
  border: 2px solid #f47629;
  background-color: #f47629;
  padding: 15px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 20px;
}

.testi-box p{
  color: #fff;
}

.testi-box i.fa-star{
  color: #ffed07;
  font-size: 12px;
  margin-right: 2px;
  margin-bottom: 15px;
}

.testi-box h5{
  color: #fff;
  font-size: 20px;
  margin-bottom: 0px;
}

.testimonials .owl-nav{
  display: none;
}

.testimonials .owl-dots{
  display: none;
}

.testimonials p strong{
  margin-bottom: 30px;
}

/**************CONSULT SECTION***************/

.consult-section{
  padding: 70px 0;
  background-color: #f1f1f1;
  text-align: center;
}

.consult-section h4 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
}

.consult-section p{
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    padding: 0px 20px;
}

.consult-section p:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 100px;
    border-bottom: 1px dashed #aaaaaa;
}

.consult-section p:after {
    content: '';
    position: absolute;
    right: 100%;
    top: 45%;
    width: 100px;
    border-bottom: 1px dashed #aaaaaa;
}

.consult-section h6{
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
}

.consult-section h6 span{
  font-weight: 800;
}

.consult-section h6 img{
  margin-left: 15px;
  margin-right: 15px;
}

.consult-section h6 a{
  color: #f47629;
  text-decoration: underline;
}

.consult-section h6 a:hover{
  text-decoration: none;
}

/***************FOOTER****************/

.mid-footer{
  padding: 40px 0;
  background-color: #54a88f;
}

.mid-footer h4{
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.mid-footer h5{
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}


.footer-text p{
  color: #fff;
  font-size: 13px;
  line-height: 22px;
}

.quicks p{
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
}

.quicks p a{
  color: #fff;
  text-decoration: none;
}

.footer-adds ul{
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
}

.footer-adds ul li{
  list-style-type: none;
  display: inline-block;
}

.footer-adds ul li a i{
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 20px;
  font-size: 15px;
  color: #000;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}

.footer-adds ul li a i.fa-facebook-f{
  background-color: #3b5998;
  color: #fff;
}

.footer-adds ul li a i.fa-facebook-f:hover{
  background-color: #294379;
}

.footer-adds ul li a i.fa-twitter{
  background-color: #00acee;
  color: #fff;
}

.footer-adds ul li a i.fa-twitter:hover{
  background-color: #0991c5;
}

.footer-adds ul li a i.fa-linkedin-in{
  background-color: #0e76a8;
  color: #fff;
}

.footer-adds ul li a i.fa-linkedin-in:hover{
  background-color: #0c5477;
}

.footer-adds ul li a i.fa-youtube{
  background-color: #c4302b;
  color: #fff;
}

.footer-adds ul li a i.fa-youtube:hover{
  background-color: #8e1814;
}

.quicks ul{
  padding: 0px;
  margin: 0px;
}

.quicks ul li{
  list-style-type: none;
  display: inline-block;
    width: 48%;
  padding-bottom: 10px;
}

.quicks ul li a{
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

.quicks ul li a:hover{
  color: #00ffb3;
}

.footer-adds p{
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  text-align: justify;
}

.footer-adds p a{
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.open-time p{
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
}

.open-time p a{
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.open-time h6{
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
}

.midfooter{
  background-color: #54a88f;
  padding-bottom: 40px;
}

.mid-footer-row{
  background-color: #004933;
  padding: 20px;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 10px;
}

.mid-footer-row ul{
  padding: 0px;
  margin: 0px;
  padding-top: 6px;
}

.mid-footer-row ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff;
  line-height: 14px;
}

.mid-footer-row ul li:last-child{
  padding-right: 0px;
  margin-right: 0px;
  border-right: none;
}

.mid-footer-row ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.mid-footer-row ul li a:hover{
  color: #f47629;
}

a.btn.btn-contactus{
  border: 2px solid #f47629;
  background-color: #f47629;
  padding: 8px 30px 10px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  float: right;
}

a.btn.btn-contactus:hover{
  border: 2px solid #f47629;
  background-color: transparent;
  color: #f47629;
}

a.btn.btn-contactus i{
  padding-left: 10px;
}


.bottom-footer{
    padding: 20px 0;
    background-color: #f47629;
}

.copyright p{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}

.design p{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
  text-align: right;
}

.design p a{
  text-decoration: none;
  color: #fff;
}



/*************BACK TO TOP**************/

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #032842;
    color: #fff;
    width: 55px;
    height: 54px;
    line-height: 7px;
    right: 15px;
    bottom: 40px;
    padding-top: 7px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper i.fa.fa-angle-up {
    line-height: inherit;
    font-size: 26px;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.scroll-top-wrapper i.fas.fa-plug{
  font-size: 30px !important;
}

.scroll-top-wrapper h5{
    margin-top: 0px;
    font-weight: 300;
    font-size: 16px;
}


.mobile-icon{display:none;}
.mobile-icon .material-button-anim{position:fixed;bottom:-1%;left:0;padding:127px 16px 27px 16px;text-align:center;max-width:320px;z-index:999999999999;}
.mobile-icon1 .material-button-anim{position:fixed;bottom:-1%;right:0;padding:127px 16px 27px 16px;text-align:center;max-width:320px;z-index:999999999999;}
.material-button{position:relative;top:0;z-index:1;width:60px;height:60px;font-size:1.5em;color:#fff;border:none;border-radius:50%;box-shadow:0 3px 6px rgba(0,0,0,.275);outline:none;}
.material-button-toggle{z-index:3;width:60px;height:60px;margin:0 auto;text-align:center;line-height:50px;}
@keyframes bounce{0%{margin-top:0;}
50%{margin-top:-15px;margin-bottom:15px;}
100%{margin-top:0;}
}
@keyframes roket-roket-circle-anim{0%{transform:rotate(0deg) scale(1) skew(0deg);opacity:0.1;}
30%{transform:rotate(0deg) scale(1.25) skew(0deg);opacity:0.25;}
100%{transform:rotate(0deg) scale(1.5) skew(0deg);opacity:0;}
}
.material-button-toggle:not(:hover):not(:focus):not(:active){transition:.25s !important;animation:2.25s bounce infinite !important;}
.material-anim{width:100%;height:100%;text-indent:-9999px;z-index:0;position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:none;}
.material-anim.one{-webkit-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;-moz-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;-ms-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;-o-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;-webkit-transition:all 0.5s !important;-moz-transition:all 0.5s !important;-o-transition:all 0.5s !important;transition:all 0.5s !important;}
.material-anim.two{border:2px solid #58d742 !important;opacity:0.1 !important;background:none !important;-webkit-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;-moz-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;-ms-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;-o-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;-webkit-transition:all 0.5s !important;-moz-transition:all 0.5s !important;-o-transition:all 0.5s !important;transition:all 0.5s !important;}
#cd-top{display:none;}
iframe{width:100%;}
iframe{width:100%;}
@media (max-width:767px){.mobile-icon{display:block;}}

.material-button img{
    width: 60px;
    height: 60px;
}

/****************ABOUT US PAGE START HERE***************/

.page-banner{
  background: url("../images/slider1.jpg") top center no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  height: 450px;
}
  
.page-banner .overlay{
    background-color: rgba(0,0,0,.3);
    height: 450px;
    display: table-cell;
    vertical-align: bottom;
}

.page-banner h1{
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;  
}

.page-banner h2{
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;  
}

ul.breadcrumb {
    background: transparent;
    padding: 5px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-radius: 0px;
}

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

ul.breadcrumb li a:hover{
  color: #62ffd1;
}

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    content: "/\00a0";
    color: #fff;
}

.about-body{
  padding: 70px 0;
}

.about-body p{
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}

/********************CONTACT US PAGE START HERE*******************/

.contact-address{
  padding: 70px 0;
  background-color: #ddd;
}

.contact-address h2{
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.contact-address h4 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
    padding-top: 5px;
}

.contact-address i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f47629;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    float: left;
    margin-right: 20px;
    text-align: center;
}

.contact-address p{
  padding-left: 80px;
}

.contact-address p a{
  color: #000;
  text-decoration: none;
}

.opening-section{
  padding: 70px 0;
}

.opening-section h4 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.opening-section h3 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.opening-left ul {
    padding: 0px;
    margin: 0px;
}

.opening-left ul li {
    list-style-type: none;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.opening-left ul li span {
    float: right;
    font-weight: 400;
}

.opening-left ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.opening-section input {
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 42px;
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
    width: 100%;
}

.opening-section textarea {
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 140px;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
    width: 100%;
    padding-left: 10px;
}

.opening-section button.btn.btn-primary {
    border: 2px solid #54a88f;
    background-color: #54a88f;
    padding: 10px 30px;
    border-radius: 0px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    float: right;
}

.opening-section button.btn.btn-primary:hover {
    border: 2px solid #f47629;
    background-color: #f47629;
    color: #fff;
}

/***************SERVICE PAGE START HERE***************/

.service-body{
  padding: 70px 0;
}

.service-detail h2{
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.service-detail img{
  width: 350px;
  height: 250px;
  float: left;
  margin-right: 15px;
}

.service-detail{
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

.service-detail p{
  text-align: justify;
}

.service-detail p a{
    text-decoration: none;
    color: #f47629;
}

.service-detail p a:hover{
  color: #000;
}

.service-detail ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 15px;
}

.service-detail ul li{
  list-style-type: none;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
}

.service-detail ul li i{
    font-size: 6px;
    padding-right: 8px;
    position: relative;
    top: -3px;
}

.service-detail ul li span{
  font-weight: 600;
}

.service-right h3{
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.service-right ul{
  padding: 0px;
  margin: 0px;
}

.service-right ul li{
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.service-right ul li:last-child{
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.service-right ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}

.service-right ul li a i{
  color: #f47629;
  padding-right: 5px;
}

.service-right ul li a:hover{
  color: #f47629;
  padding-right: 5px;
}



.sidebar
{
    /*background-color:orange;
    height:250px;
    padding:15px;*/
    width: 100%;
}
.stick {
    position: fixed;
    width: 100%;
    top: 0px;
    max-width: 276px;
    margin-top: 0px;
}

.abs {
    position: absolute;
    bottom: 0px;
    width: 92.5%;
}

.footer{height:3120;}

.mobile-sidebar{
  display: none;
}






/****************WHY CHOOSE US PAGE START HERE****************/

.choose-body{
  padding: 70px 0;
  border-bottom: 1px solid #ccc;
}

.choose-body h2{
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.choose-body p{
  text-align: justify;
}

.choose-body p a{
    text-decoration: none;
    color: #f47629;
}

.choose-body p a:hover{
  color: #000;
}

.terms-body{
  padding: 70px 0;
}

.terms-body h3{
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.terms-body h2{
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}


.terms-body p{
  text-align: justify;
}

.terms-body p a{
    text-decoration: none;
    color: #f47629;
}

.terms-body p a:hover{
  color: #000;
}

.terms-body ul{
  margin-bottom: 15px;
}

.terms-body ul li{
  list-style-type: none;
  padding-bottom: 10px;
}

/*****************MEDIA QUERY*****************/

@media(max-width: 1024px)
{
  .navbar-light .navbar-nav .nav-link{
    padding: 10px;
  }

  .help-left{
    padding: 30px;
  }

  .choose-box{
    padding: 20px;
  }

  .mid-footer-row ul li{
    padding-right: 10px;
    margin-right: 10px;
  }

  .service-right h3{
    font-size: 24px;
  }
}

@media(max-width: 991px)
{
  .header-logo img {
    width: 100px;
    margin: 0 auto;
    display: block;
  }

  .header-add-info{
    padding-left: 10px;
  }

  .navbar-light .navbar-toggler{
    background-color: #fff;
  }

  .navbar-light .navbar-nav .nav-link{
    line-height: 24px;
  }

  .electric-service h4{
    font-size: 24px;
  }

  .gallery-section figure{
    height: auto;
  }

  .mid-footer h4{
    margin-top: 20px;
    margin-bottom: 5px;
  }
}

@media(max-width: 834px)
{
  .welcome-section h1{
    font-size: 30px;
    line-height: 34px;
  }

  .help-left h4{
    font-size: 35px;
    line-height: 40px;
  }

  .text-box h2{
    font-size: 45px;
    line-height: 55px;
  }
}

@media(max-width: 768px)
{
  .header-add-info a{
    font-size: 11px;
  }

  .electric-service h4{
    font-size: 20px;
  }

  .help-left h4{
    font-size: 30px;
  }

  .service-detail img{
    width: 100%;
    height: auto;
  }
}

@media(max-width: 767px)
{
  /*.header-add-info{
    display: none;
  }*/

  .header-add-info1{
    display: none;
  }

  .welcome-box{
    margin-left: 0px;
  }

  .electric-service h4{
    line-height: 26px;
  }

  a.btn.btn-service{
    float: none;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  a.btn.btn-contactus{
    float: none;
    margin-top: 10px;
  }

  .design p{
    text-align: left;
    margin-top: 10px;
  }

  .slider img{
    height: auto;
  }

  .page-banner{
    height: 300px;
  }

  .page-banner .overlay{
    height: 300px;
  }

  .mobile-sidebar{
    display: block;
  }

  .sidebar{
    display: none;
  }

  .text-box h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .text-box h3{
    font-size: 26px;
    line-height: 30px;
  }

  .text-box p{
    font-size: 20px;
    line-height: 24px;
  }
}

@media(max-width: 600px)
{
  .text-box h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .text-box h3{
    font-size: 20px;
    line-height: 24px;
  }

  .text-box p{
    font-size: 16px;
    line-height: 20px;
  }
}

@media(max-width: 575px)
{
  .header-add-info{
    padding-top: 10px;
  }

  a.btn.btn-get{
    margin-top: 0px;
  }
}

@media(max-width: 500px)
{
  .electric-service h4 a{
    display: block;
    padding-left: 0px;
  }

  .quicks ul li{
    width: 100%;
  }
}

@media(max-width: 450px)
{
  .text-box h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media(max-width: 400px)
{
  a.btn.btn-call{
    margin-bottom: 20px;
  }

  .service-section h4{
    font-size: 30px;
  }

  .choose-section h4{
    font-size: 30px;
  }

  .gallery-section h4{
    font-size: 30px;
  }

  .testimonials h4{
    font-size: 30px;
  }
}

@media(max-width: 380px)
{
  .contact-address i{
    margin-right: 5px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  .contact-address p{
    padding-left: 50px;
    font-size: 14px;
  }

  .contact-address p a{
    font-size: 14px;
  }

  .contact-address h4{
    padding-top: 0px;
  }
}

@media(max-width: 360px)
{
  .page-banner h1{
    font-size: 40px;
    line-height: 45px;
  }
}









