* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
      url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
      url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
      url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


section{
  scroll-margin-top: 160px;
}

:root {
  --primary-color: #ec1f27;
  --secondary-color: #f5821f;
  --tertiary-color: #00aeef;
  --text-dark: #363636;
  --text-light:  #c9ced7;
  --white-color: #fff;
  /* --black-color: #000; */
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: 'Poppins';
}

a {
  text-decoration: none;
  font-family: 'Poppins';
}

h1,
h2 {
  font-family: 'Poppins';
  font-size: 45px;
  font-weight: 700;
}


h3,
h4,
h5,
h6 {
  font-family: 'Poppins';
  font-weight: 700;
}

label {
  font-family: 'Poppins';
}

p,
input,
select,
textarea,
li {
  color: #575757;
  font-family: 'Poppins';
  font-size: 16px;
}

img {
  width: 100%;
}

body {
  font-family: 'Poppins';

}

.header-box {
  width: 100%;
  transition: all 1s;
  position: relative;
  z-index: 99
}

.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  animation: slidetop 1s ease-in-out backwards;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px
}

@keyframes slidetop {
  from {
    transform: translateY(-100%)
  }

  to {
    transform: translateY(0)
  }
}

.sticky .topbar {
  display: none
}

.sticky .logo {
  width: 20%
}

.topbar ul {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center
}

.top_left {
  display: flex;
  justify-content: flex-start
}

.top_left li i {
  color: white;
  font-size: 18px;
  margin-right: 12px;
  background: var(--secondary-color);
  padding: 8px;
  border-radius: 50%;
}

.top_left li a {
    display: inline-block;
    font-size: 16px;
    margin-right: 15px;
    cursor: pointer;
    color: white;
}
.top_left li {
    color: white;
}
.sticky .navbar {
  margin: 0;
  padding: 0
}

.header {
    width: 100%;
    background: #fff;
    border-bottom: 2px solid #f5821f;
}
.navbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0
}
.main-menu {
  width: 80%;
}
.logo {
  width: 15%
}

.logo img {
    width: auto;
    padding: 8px;
}
.menu {
  width: auto;
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
}

.menu ul {
  display: flex;
  justify-content: center;
  align-items: center
}

.menu ul li {
  display: inline-block;
  position: relative;
  padding: 20px
}

.menu ul li a {
    display: inline-block;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    transition: all .4s;
    text-transform: capitalize;
}

.hd-btn {
  width: 15%
}

.menu ul li a i {
  margin-left: 2px;
  font-size: 10px
}

.menu ul li a.active {
  color: var(--primary-color)
}

.menu ul li a:hover {
  color: var(--tertiary-color)
}

.header.sticky .logo img {
    width: 100px;
    padding: 10px;
    height: 80px;
}
.sub_menu {
  display: none
}

.menu ul li:hover .sub_menu {
  display: block;
  position: absolute;
  background-color: #fff;
  margin-left: -15px;
  top: 100%;
  left: 0;
  padding: 0;
  z-index: 9;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0
}

.menu ul li:hover .sub_menu ul {
  display: block;
  margin: 10px
}

.menu ul li:hover .sub_menu ul li {
  width: 300px;
  padding: 10px;
  border-bottom: 1px solid var(--primary-color);
  text-align: left
}

.menu ul li:hover .sub_menu ul li:last-child {
  border-bottom: none
}

.menu ul li:hover .sub_menu ul li a {
  color: #000;
  transition: all .4s
}

.menu ul li:hover .sub_menu ul li a:hover {
  color: var(--primary-color);
  transform: translateX(5px)
}

.cs-btn a {
    background-color: #ed1d24;
    padding: 8px 32px;
    border-radius: 3px;
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
    transition: .4s ease-in-out;
    font-weight: 400;
    box-shadow: inset 0 0 0 0 #000;
}
.main-box-2 {
  position: relative;
}
.sider-img img {
  width: 100%;
  height: 550px;
}

.header-text h5 {
  color: var(--primary-color);
}
.header-text h1 {
  color: white;
  font-size: 57px;
  line-height: 75px;
  letter-spacing: 2px;
}
.header-text p {
  font-size: 16px;
  margin-bottom: 40px;
  color: white;
}
button.slide-arrow.prev-arrow.slick-arrow {
  color: var(--secondary-color);
  position: absolute;
  top: 50%;
  left: 7%;
  background: white;
  padding: 4px 10px;
  font-size: 20px;
  text-shadow: #000;
  z-index: 99;
  border: none;
}
button.slide-arrow.next-arrow.slick-arrow {
  color: var(--secondary-color);
  position: absolute;
  top: 50%;
  right: 7%;
  background: white;
  padding: 4px 10px;
  font-size: 20px;
  text-shadow: #000;
  z-index: 99;
  border: none;
}
.abb-box.two-section {
  position: relative;
}
.big_img-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 400px;
}
.small_img-2 {
    position: absolute;
    top: 220px;
}
.big_img-2 img {
    width: 420px;
    height: 500px;
    object-fit: cover;
}
.small_img-2 img {
    width: 260px;
    height: 260px;
    border: 8px solid white;
}
section.About-2 {
  padding: 60px 0px;
 
}
.Services-img {
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: 3s;
}
section.Services-sec {
  padding: 70px 0px 0px;
  background-image: url(https://webtestinglink.com/beta/good-electrical/wp-content/uploads/2024/04/Untitled-6-1.jpg);
  background-repeat: no-repeat;
}
.Services-img img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border: 5px solid white;
}
.Services-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
}
.Services-icon img {
  width: 90px;
  height: 90px;
  padding: 10px;
  background: var(--primary-color);
  border: none;
}
.Services-icon img {
  width: 90px;
  height: 90px;
  padding: 10px;
  background: var(--secondary-color);
}
.Services-text {
  bottom: 0;
  position: absolute;
  

}
.Services-text {   
    position: absolute;
    background: var(--primary-color);
    padding: 18px 16px 0px;
    margin: 5px;
    overflow: hidden;
    transition: all .2s ease-in-out;
}
.Services-text h3 {
  font-size: 26px;
  color: white;
}
.Services-text p {
  font-size: 15px;
  color: white;
}
.Service-head h6 {
  color: white;
}
.Service-head h3 {
  font-size: 38px;
  color: white;
}
.Service-head {
  margin: 0px 0px 60px;
  width: 90%;
}
.Service-head p {
  color: white;
}
.About-head h3 {
  font-size: 18px;
  color: var(--primary-color);
}
.About-head h2 {
  color: var(--tertiary-color);
  font-size: 42px;
}
.About-head h2 span {
  color: var(--secondary-color);
}

.About-head ul li i {
  color: white;
  background: var(--primary-color);
  padding: 3px;
  border-radius: 50%;
  font-size: 10px;
  margin-right: 10px;
}
a.btn-red {
  background: var(--primary-color);
  padding: 10px 20px;
  color: white;
}
.button {
  margin-top: 40px;
}
.why-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    background: #f5821f;
    transition: 0.3s ease-in;
    border-radius: 16px;
}
/* .why-box:hover {
    background: #00aaee;
} */
.why-img img {
  width: 80px;
  background: var(--primary-color);
  border-radius: 50%;
  padding: 11px;
  margin-top: 48px;
}
.why-num span {
  position: absolute;
  right: 0;
  font-size: 26px;
  background-color: var(--secondary-color);
  padding: 10px 20px;
  width: 50px;
  height: 50px;
  color: white;
  font-weight: 800;
}
section#why-choose {
    background: #000;
    margin: 70px 0px 70px;
    background-image: url(https://webtestinglink.com/beta/good-electrical/wp-content/uploads/2024/04/Untitled-7-1.jpg);
	background-repeat: no-repeat;
	padding: 60px 0px ;
}

.why-title h2 {
    font-size: 24px;
    margin-top: 12px;
    color: white;
}
.why-title p {
    font-size: 15px;
    padding: 0px 8px 16px 8px;
    color: white;
}
.why-title {
  text-align: center;
}
.why-img {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    display: none;
}
form.wpcf7-form.init {
    padding: 60px 20px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 8px;
    background: #ffffff;
}
.Testimonial-box {
    background: white;
    width: 92% !important;
    padding: 54px 40px 30px 40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    position: relative;
    border-bottom: 9px solid var(--secondary-color);
    margin-bottom: 20px;
    height: 250px;
    margin: 20px 30px 100px 20px;
}
.Testimonial-icon i {
  background: var(--primary-color);
  padding: 24px;
  border-radius: 0px 20px 1px 62px;
  color: white;
  font-size: 38px;
}
section.pd.appointment {
    padding: 60px 0px 60px;
    background: url("https://webtestinglink.com/beta/good-electrical/wp-content/uploads/2024/04/Untitled-5.jpg");
}
.Testimonial-icon {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 20px;
}
.Testimonial-box p{font-size: 15px;width: 85%;}


.Testimonial-box:after {
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 100% 2%, 0 100%);
  content: "";
  background: white;
  bottom: -49px;
  left: 91px;
  width: 160px;
  height: 50px;
}

.Testimonial-box::before {
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 100% 2%, 0 100%);
  content: "";
  background: var(--secondary-color);
  bottom: -58px;
  left: 96px;
  width: 160px;
  height: 50px;
}
section.Testimonial-sec {
    padding: 60px 0px;
    background: #f6d4d46e;
    margin: 60px 0px 60px;
}
.Testimonial-details-img img {
  width: 60px;
  border-radius: 50%;
  padding: 3px;
  border: 3px solid var(--primary-color);
}
.Testimonial-details {
  display: flex;
}
.Testimonial-details {
  display: flex;
  margin-top: 126px;
  margin-left: 180px;
}
.Testimonial-details-text h3 {
  font-size: 18px;
  margin: 0;
}
.Testimonial-details-img img {
  margin-right: 10px;
}
.app-form input {
    width: 100%;
    border: none;
    outline: none;
    padding: 10px;
    background: #e7e7e7;
    margin: 0 0 20px;
    border-radius: 1px;
    border-radius: 6px;
}
.app-form textarea {
    width: 100%;
    border: none;
    outline: none;
    padding: 10px;
     background: #e7e7e7;
    margin: 0 0 20px;
    border-radius: 1px;
    height: 100px;
	
}
.app-txt {
  width: 94%;
  float: right;
}
footer.fa-margin {
  background: var(--primary-color);
  padding: 60px 0px;
}
.foot-logo img {
    width: auto;
    height: 70px;
}
.foot-logo p {
  color: white;
  margin-top: 30px;
  width: 86%;
}
.foot-icon-2 span a {
  color: white;
  font-size: 24px;
  margin: 0px 6px;
}
.foot-nav ul li::before {
    content: "➤";
    position: absolute;
    left: -7px;
    color: white;
    font-size: 14px;
}
.foot-nav ul li a {
  color: white;
  margin-left: 14px;
  transition: 0.2s ease-in;
}
.foot-nav ul li {
  color: black;
  margin: 3px 0px;
  position: relative;
 width: 100%;
}
.foot-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.foot-nav h3 {
  color: white;
  text-transform: capitalize;
  font-size: 26px;
}
.border-br {
  border: 1px solid white;
  position: relative;
  width: 113px;
  margin-bottom: 20px;
}
.foot-nav-2 ul li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.icon-foote2 span {
  color: white;
}
.icon-foote2 a {
    color: white;
    font-size: 16px;
}
.icon-foote-2 i {
  font-size: 24px;
  margin-right: 20px;
  color: white;
}
.foot-nav-2 h3 {
  color: white;
  font-size: 26px;
}
input[type="submit"] {
    background: #f5821f;
    color: white;
    box-shadow: none;
}
.about-banner {
  width: 100%;
  height: 350px;
  position: relative;
}
.about-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-banner-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 10% 0 0 0;
  color: var(--tertiary-color);
}
.about-banner-cont h1 {
  color: var(--primary-color);
}
.about-banner-cont ul {
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.5);
}
.about-banner-cont ul li a {
  color:var(--primary-color);
 
}
.about-banner-cont ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  color: var(--primary-color);
}
section.About-inner {
  padding: 60px 0px 30px;
}
.About-img-2 img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.a_img_box-2 {
  position: relative;
  width: 80%;
}
.big_img {
  width: 85%;
  transition: .4s ease;
  overflow: hidden;
  margin: 0px auto 60px;
  position: relative;
  overflow-x: clip;
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.small_img {
  position: absolute;
  right: -100px;
  top: 50%;
}
.small_img img {
  width: 85%;
  border: 8px solid #ffffff;
  transition: .4s ease;
}
.About-head h5 {
  font-size: 18px; 
  text-transform: uppercase;
}

.About-head h5 {
  font-size: 18px;  
  text-transform: uppercase;
}

section.About-inner .single-item h3 {
  font-size: 20px;
  position: relative;
  display: block;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 0px;
  
}
section.About-inner .list-style-one li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 11px;
}
.list-style-one li i {
  color: var(--primary-color);
  margin-right: 10px;
  font-weight: bold;
}
.contact-form-area {
  padding: 60px 0px;
}
.contact-info {
  margin-bottom: 30px;
  background-color: var(--secondary-color);
  padding: 52px 35px 22px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.contact-info::before {
  background-position: center center;
  background-size: cover;
}
.call-us-area::before, .contact-info::before {
  content: "";
  position: absolute;
  opacity: .1;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/call-shap1.png);
  background-repeat: no-repeat;
}
.contact-info p {
  color: #fff;
  margin-bottom: 20px;
}
.contact-info ul li {
  display: block;
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
}
.contact-info ul li .content i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  font-size: 20px;
  color: var(--secondary-color);
  border-radius: 50px;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.tab-service h4 {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
}
.contact-info ul li .content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
  display: block;
}
.contact-info ul li .content a {
  color: #fff;
  display: block;
  font-weight: 400;
  font-size: 15px;
}
.contact-info h2 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
}
.contact-info span {
  color: var(--white-color);
  display: block;
  margin-bottom: 5px;
}
.contact-form .form-group {
  margin-bottom: 6px;
  position: relative;
}
.contact-form .form-group label {
  color: #252525;
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 500;
}
.contact-form .form-group label span {
  color: var(--primary-color);
  font-size: 22px;
}
.contact-form .form-group .form-control {
  height: 50px;
  color: #252525;
  border: 2px solid rgb(212, 212, 212);
  background-color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
  font-weight: 500;
}
.contact-form .agree-label {
  margin-bottom: 15px;
  position: relative;
}
.contact-form .agree-label #chb1 {
  position: absolute;
  top: 5px;
  left: 0;
}
.contact-form .agree-label label {
  font-weight: 500;
  color: #252525;
  margin-left: 25px;
}
.btn.btn-2 a {
  background: var(--secondary-color);
  color: white;
  padding: 10px 26px;
  border-radius: 6px;
}
.contact-form .form-group textarea.form-control {
  height: 120px;
}
a.btn-red:hover{ 
  background-color: var(--tertiary-color) !important;
}
.cs-btn a:hover{ 
  background-color: var(--tertiary-color) !important;
}
.Services-img:hover .Services-icon img{ 
  background-color: var(--tertiary-color) !important;
}
.why-box:hover .why-img img,  .why-box:hover .why-num span {
  background-color: var(--tertiary-color);
}
.Testimonial-box:hover .Testimonial-icon i{
  background-color: var(--tertiary-color);
}
.Testimonial-box:hover {
  border-bottom: 9px solid  var(--tertiary-color);
}
.why-title{
    padding-bottom: 20px;
}
.Testimonial-box:hover::before{
  background-color: var(--tertiary-color);
}
.Testimonial-box:hover .Testimonial-details-img img{
border: 3px solid  var(--tertiary-color);
}
.Services-img:hover .Services-text {
    top: 0%;
}
.icon-foote2 span {
    color: white;
    display: block;
}
.gallery {
  padding: 4rem 0;
}
.section-heading h2 {
    font-size: 2.5rem;
}
.section-heading h2 span {
    color: var(--primary-clr1);
}
.img-wrapper {
    position: relative;
    margin-top: 15px;
}
#image-gallery .img-wrapper a img {
    height: 200px;
    object-fit: cover;
}

.img-wrapper {
    position: relative;
    margin-top: 15px;
}

.img-wrapper img {
    width: 100%;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.img-overlay i {
    color: #fff;
    font-size: 3em;
}
.why-num {
    display: none !important;
}
.why-img img {
    width: 90px;
    background: var(--primary-color);
    border-radius: 50%;
    padding: 16px;
    margin-top: -40px;
}
.gallary-img .slick-slide img{
	 display: inline-block;
    width: 100%;
    height: 400px !important;
    object-fit: cover;
}
.gallary-img img {
    display: inline-block;
    width: 100%;
    height: 400px !important;
    object-fit: cover;
	 box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius:2px;
}
.Why-box-2 {
    width: 100%;
    float: inline-end;
}

.icon-foote2 span {
    color: #000000c2;
    font-weight: 800;
    font-size: 19px;
}
.why-choose-inner img {
    width: 380px;  
	margin-top: 30px
}
.why-box {   
    margin-top: 20px;
}
.gallary-img {
    width: 94% !important;
    height: 430px !important;
    object-fit: cover !important;
    border: 4px solid #f5821f;
    padding: 12px;
  
}
.Services-img-2 img {
    height: 240px;
    width: 100%;
}
.Services-box {
    background: white;
    padding: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.Services-text-2 h3 {
    font-size: 24px;
    color: #f5821f;
    margin-top: 16px;
    text-align: center;
}
.Services-img-2 img {
    height: 240px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.Services-text-2 {
    padding: 20px;
}
.Services-text-2 p{

}
.Services-box {
    background: white;
    padding: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
}
.foot-logo {
    width: 90%;
}
.icon-foote2 span {    
    display: none;
}


.faq-area .accordion-item {
    border: none;
    margin-bottom: 30px;
    background: white;
    border-radius: 10px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-button {
    border-radius: 0 !important;
    background: 0 0;
    font-weight: 600;
    font-size: 20px;
    color: var(--color-dark);
    box-shadow: none!important;
}
.faq-area .accordion-item span {
    width: 45px;
    height: 45px;
    margin-right: 15px;
}
.faq-area .accordion-item i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    background: var(--secondary-color);
    text-align: center;
    color: white;
}
.faq-area .accordion-button:not(.collapsed) {
    color: var(--secondary-color);
    background: 0 0;
    box-shadow: inset 0 -1px 0 rgb(0 0 0/13%);
}
.accordion-button:not(.collapsed) {
    border-bottom: 1px solid var(--theme-color);
}
.site-title {
    font-weight: 800;
    text-transform: capitalize;
    font-size: 42px;
    color: var(--color-dark);
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
    color: #f5821f;
}
div#accordionExample {
    MARGIN-TOP: 50PX;
}
.faq-img img {
    border-radius: 10px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
h2.site-title.my-3 span {
    color: #00aeef;
}
.faq-img img {
    border-radius: 10px;
}
span.site-title-tagline.justify-content-start {
    color: red;
    font-size: 18px;
    font-weight: 600;
}
.app-txt img {
	margin-top: 50px;
    width: auto;
    height: 500px;
    float: inline-end;
}
.sider-img img {
    height: 100vh;
}
section.Testimonial-sec-2 {
    padding: 60px 0px;   
}

.topbar {
    display: none;
}
ul.About-list li {
    margin-left: 35px;
}
ul.About-list li:before {
    content: "";
    /* background: white; */
    /* color: #602828; */
    position: absolute;
    background-image: url(https://webtestinglink.com/beta/good-electrical/wp-content/uploads/2024/04/check-mark-3.png);
    width: 12px;
    height: 12px;
    padding: 10px;
    background-size: contain;
    margin-left: -26px;
}
.why-choose-inner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.why-choose-inner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
	margin: 0;
}
.why-title {
    padding: 2px;
}
.why-box-main {
    margin-top: 20px;
}
.why-box:hover {   
    background: #00abea;   
}
section#why-choose .About-head p {
    color: white;
}
section.Testimonial-sec .About-head p{
	width: 65%
}
.Services-img-2 {
    overflow: hidden;
	transition: 4s;
}
.Services-img-2 img {   
	transition: 1.2s;
}
.Services-box:hover .Services-img-2 img {
    transform: scale(1.2);
}
.content_block_two .content-box .text {
    margin-bottom: 32px;
}
.content_block_two .content-box .single-item {
    padding: 0px 0px 10px 100px;
    margin-bottom: 42px;
}
.content_block_two .content-box .single-item .icon-box {
    position: absolute;
    left: 0px;
    top: 1px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
    z-index: 1;
    transition: all 500ms ease;
}
.content_block_two .content-box .single-item .icon-box {
    color: #5E17EB;
}
.content_block_two .content-box .single-item .icon-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(0, 0);
    border-radius: 50%;
    z-index: -1;
    transition: all 500ms ease;
}
.content_block_two .content-box .single-item h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 16px;
}
.content_block_two .content-box .single-item h4 a {
    display: inline-block;
    color: #141417;
}

.tab-service {
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.tab-service img {
    width: 50px;
    background: #00aeef;
    border-radius: 50%;
    padding: 4px;
    margin-right: 14px;
}
ul#myTab {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #f5821f;
    margin: 50px 0px;
    /* border-radius: 50px; */
}
ul#myTab li.nav-item {
    width: 27%;
}
ul#myTab li.nav-item button {
    width: 100%;
    background: #f5821f;
    border: none;
    color: white;
    padding: 12px;
    border-radius: 50px;
}
ul#myTab li.nav-item button.active{
	background: red;
	width: 100%;
}
.service-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.header-text {
  position: absolute; 
  top: 16%;
  left: 7%; 
  width: 60%;
  TEXT-ALIGN: left;
}
.sider-img img {    
    object-fit: cover !important;
} 

section.Testimonial-sec-2 {
    padding: 0px 0px !important;
}
.faq-img img {
    height: 400px;
}
RESPONSIVE QUERY______


@media only screen and (max-width: 1280px) {
.tab-service h4 {
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 500;
}
}

@media only screen and (max-width: 1199px) {
.menu ul li {    
    padding: 16px 12PX;
}
	.menu ul li a {   
    font-size: 16px;   
}
	section#why-choose {  
    background-position-x: center;
}
}

@media only screen and (max-width: 1140px) {

}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 991px) {
.menu ul {  
    display: none;
}
	.toggle-icon{
		display: block !important;
	}
	#offcanvasExample .menu ul{
		display : block !important;
	}
	#offcanvasExample .menu {
    flex-direction: column;
    align-items: start;
}
	.About-head {
    margin-top: 0px;
}
	.faq-img img {
    height: 300px;
}
	.Testimonial-details {
    display: flex;
    margin-top: 120px;
    margin-left: 180px;
}

#offcanvasExample .menu ul li {
    width: 100%;
}
a.toggle-icon i {
    font-size: 36px;
    color: #ed1d24;
}
	section#why-choose{
		background: black;
	}
	.menu {    
    justify-content: flex-end !important;
}
	.foot-nav-2 {
    margin-top: 40px;
}
	.Services-box.aos-init.aos-animate {
    margin-top: 30px ;
} 
	    .small_img-2 {
        position: static; 
			display: none;
}
	.big_img-2 {
    position: static;   
}
	.big_img-2 {   
    height: 400px;
	width: 100%;
}
	.big_img-2 img {
        width: 100% !important;
        height: 400px;
        object-position: top;
    }
	.Service-head h3 {
    font-size: 36px !important;    
}
.service-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top;
}
ul#myTab li.nav-item button.active {
    background: red;
    width: 100%;
}
ul#myTab li.nav-item button {
    width: 100%;
    background: #f5821f;
    border: none;
    color: white;
    padding: 12px 14px;
    border-radius: 50px;
}
	.mt-about{
		margin-top: 40px
	}
	ul#myTab li.nav-item {
    width: 100%;
}
}


@media only screen and (max-width: 980px) {

}

@media only screen and (max-width: 840px) {
.header-text {  
    top: 14%;
    left: 7%;
    width: 80%;   
}
	.foot-nav {
    margin-top: 40px;
}
	.Testimonial-box { 
  margin: 20px 30px 150px 20px;
}
.Service-head{
    margin: 0;
}
	.header-text h1 {
    color: white;
    font-size: 42px;
    line-height: normal;
    letter-spacing: 2px;
}
}


@media only screen and (max-width: 800px) {

}


@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 767px) {
    .Service-head {
        margin: 0px 0px 18px;
        width: 100%;
    }
	.logo img {
    width: 100px;
    padding: 8px;
    height: auto;
}
}

@media only screen and (max-width: 667px) {
.header-text h1 {
        color: white;
        font-size: 36px;      
}
	ul#myTab li.nav-item button {
    border-radius: 0px !important;
    width: 100% !important;
}
	ul#myTab { 
    padding: 1px !important;
}
	    .tab-service h4 {
        font-size: 18px;
        text-transform: math-auto;
        color: #777777;
        font-weight: 500;
    }
	.About-head h2 {   
    font-size: 36px;
}
	.header-text h5 {   
    font-weight: 100;
}
    .header-text {
        top: 14%;
        left: 4%;
        width: 92%;
    }
	.Service-head {
    margin: 0px 0px 60px;
    width: 100%;
}
.tab-service h4 {
    font-size: 20px;
    text-transform: capitalize;
}
	.site-title {   
    font-size: 36px;   
}
	.accordion-button {
    font-weight: 500;
    font-size: 16px;
}
	    .Service-head {
        margin: 0px 0px 6px;
        width: 100%;
    }
	.service-tab h4 {
    font-size: 28px;
}
	.foot-logo p {   
    width: 100%;
}
}
@media only screen and (max-width: 600px) {
    .Testimonial-details {
        display: flex;
        /* margin-top: 135px; */
        margin-left: 180px;
        position: absolute;
        top: 63%;
    }
	.Testimonial-box {
    background: white;
    width: 100% !important;
    padding: 54px 40px 30px 40px;
    box-shadow: none;
    border-radius: 20px;
    position: relative;
    border-bottom: 9px solid var(--secondary-color);   
    height: 250px;
    margin: 0px 0px 100px 0px;
}

}

@media only screen and (max-width: 500px) {

}

@media only screen and (max-width: 480px) {
    .header-text h1 {       
        line-height: 40px;
    }
	.cs-btn a {   
    padding: 7px 24px;    
    font-size: 15px;    
}
	
}

@media only screen and (max-width: 414px) {

	.Testimonial-details {
    display: flex;
    margin-top: 131px;
    margin-left: 128px;
}
	.sider-img img {
    width: 100%;
    height: 550px;
}
}

@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 360px) {

}


@media only screen and (max-width: 320px) {

}