/*!
Theme Name: Elemental Electrical
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: elemental-electrical
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/


@font-face {
  font-family: 'Onest-Black';
  src: url("./fonts/Onest-Black.ttf") format("truetype");
}

@font-face {
  font-family: 'Onest-Bold';
  src: url("./fonts/Onest-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Onest-ExtraBold';
  src: url("./fonts/Onest-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: 'Onest-ExtraLight';
  src: url("./fonts/Onest-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: 'Onest-Light';
  src: url("./fonts/Onest-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'Onest-Medium';
  src: url("./fonts/Onest-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Onest-Regular';
  src: url("./fonts/Onest-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Onest-SemiBold';
  src: url("./fonts/Onest-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: 'Onest-Thin';
  src: url("./fonts/Onest-Thin.ttf") format("truetype");
}


body{
	margin:0px;
	padding:0px;
	color:#241F21;
}

img{
	max-width:100%;
}

a{
	text-decoration:none;
}

h1,h2,h3{
	font-family: 'Onest-Bold';
}

p,a,li{
	font-family: 'Onest-Regular';
	font-size:16px;
	line-height:30px;
}



/* header css */

.header_main {
    position: sticky;
    top: 0px;
    z-index: 999;
}

.announcement_section {
    background: #241F21;
    padding: 5px 0px;
}

.announcement_section p, .announcement_section a {
    color: #fff;
    line-height: normal;
    font-family: 'Onest-SemiBold';
    margin: 0px;
}

.announcement_social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.announcement_social ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-left: 7px;
}

.announcement_social ul li a {
    display: block;
}

.announcement_social ul li a img {
    height: 30px;
    filter: invert(1);
}

.announcement_social ul li a:hover img {
    opacity: 0.5;
}

.announcement_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.announcement_text p {
    letter-spacing: 2.7px;
    text-transform: uppercase;
}

.announcement_button a {
    text-transform: uppercase;
}

.announcement_button a:hover {
    color: #FFBF00;
}

.announcement_text p span {
    color: #FFBF00;
}

.header_middel {
    background: #fff;
    padding: 5px 0px;
}

.header_meddel_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.goole_info {
    display: none;
    flex-wrap: wrap;
    align-items: center;
}

.goole_info p {
    margin: 0px;
    color: #000000;
}

.goole_info p, .goole_info a {
    line-height: normal;
}

.goole_info p span {
    font-family: 'Onest-Bold';
}

.goole_info_data a {
    font-family: 'Onest-SemiBold';
    color: #000000;
    text-decoration: underline;
    font-size: 15px;
}

.goole_info_data {
    padding-left: 7px;
}

.goole_info_data a:hover {
    color: #FFBF00;
}

.logo a {
    display: block;
}

.logo img {
    height: 100px;
}
.wp-video {
    max-width: 100% !important;
    height: auto;
    width: 100% !important;
}
div#mep_0 {
	min-width: 100% ! IMPORTANT;
	width: 100% !important;
}
.video-area {
    position: relative;
}

.video-thumbnail {
    position: relative;
    cursor: pointer;
}

.video-thumbnail img {
    width: 100%;
    display: block;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: #fff;
    background: #FFBF00;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.button_group {
    gap: 13px;
}

.button_group a {
    border: 2px solid #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 5px 7px;
    border-radius: 30px;
    min-width: 170px;
    padding-right: 19px;
    font-family: 'Onest-SemiBold';
    transition: 0.5s;
}

.button_group a img {
    height: 35px;
    margin-right: 7px;
    transition: 0.5s;
}

a.black_button {
    border-color: #FFBF00;
    background: #241F21;
    color: #fff;
}

a.black_button img {
    filter: invert(1);
}

a.yellow_button {
    border-color: #241F21;
    background: #FFBF00;
    color: #241F21;
}

a.black_button:hover {
    background: #FFBF00;
    border-color: #241F21;
    color: #000;
}

a.black_button:hover img {
    filter: invert(0);
}

a.yellow_button:hover {
    border-color: #FFBF00;
    background: #241F21;
    color: #fff;
}

a.yellow_button:hover img {
    filter: invert(1);
}

header.header_section {
    background: #FFBF00;
    box-shadow: 0px 5px 6px #FFBF0069;
}

.hedaer_row .logo {
    display: none;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    background: transparent !IMPORTANT;
    font-family: 'Onest-SemiBold';
    height: auto;
    line-height: 60px;
    padding: 0px 12px;
    font-size: 16px;
    color: #000;
}

#mega-menu-wrap-menu-1 {
    background: transparent;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {background: #000 !IMPORTANT;}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
    background: #000 !IMPORTANT;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: #000 !IMPORTANT;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    background: #ffbf00 ! IMPORTANT;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-family: 'Onest-SemiBold';
    font-size: 16px;
    color: #000;
    background: #fff !IMPORTANT;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #ffbf00 ! IMPORTANT;
    color: #000 !IMPORTANT;
}

/* header css */


/* hero section css */

.banner-slider.banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 205px);
    padding: 40px 0px;
}

div#main-banner-slider {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}

.banner-overlay-section {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero_scanner {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 20px;
}
.google_ranking_main.d-flex.align-items-center {
    align-items: baseline ! IMPORTANT;
    margin-top: 15px;
}
.google_image img {
    height: 19px;
    margin-right: 7px;
}
.google_ranking_main p {
    margin: 0px 3px 0px 0px;
    line-height: normal;
    padding: 0 !important;
}
p#reviews {
    color: #FFBF00;
    text-decoration: underline;
}

.google_ranking_main p span {
    color: #FFBF00;
}

.banner-section-content h6 {
    border: 2px solid #FFFFFF;
    background: #FFBF00;
    display: inline-block;
    padding: 5px 17px;
    border-radius: 30px;
    font-family: 'Onest-Bold';
    font-size: 16px;
}

.banner-section-content h1 {
    color: #FFFFFF;
    font-family: 'Onest-ExtraBold';
    font-size: 56px;
    line-height: 65px;
    text-shadow: 3px 0px 0px #ffbf00;
    margin: 10px 0px;
}

.banner-section-content p {
    color: #fff;
    font-family: 'Onest-Medium';
    padding: 0px 6%;
}

.hero_scanner_title {
    text-align: center;
}

.hero_scanner_title span {
    color: #fff;
    font-size: 16px;
    font-family: 'Onest-SemiBold';
}

.hero_scanner_img img {
    height: 122px;
}

.swiper-pagination span {
    opacity: 1;
    height: 15px;
    width: 15px;
    background: transparent;
    border: 1px solid #fff;
    position: relative;
}

.swiper-pagination span.swiper-pagination-bullet-active:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    height: 65%;
    width: 65%;
    background: #fff;
    transform: translate(-50%, -50%);
}
.banner-logo img {
    width: 190px;
}

/* hero section css */

/* about css */

/* dark postion css */

section.insured_sec {
    background: #241F21;
    padding: 20px 0px;
}

.insured_title h5 {
    color: #fff;
    font-family: 'Onest-SemiBold';
    padding-left: 8px;
    margin: 0px;
    font-size: 19px;
}

section.insured_sec .col-lg-4 {
    border-right: 1px solid rgba(255 255 255/30%);
}

section.insured_sec .col-lg-4:nth-child(2) .insured_main {
    justify-content: center;
}

.insured_right img {
    height: 27px;
}

section.insured_sec .col-lg-4:last-child {
    border: none;
}

section.insured_sec .col-lg-4:last-child .insured_main {
    text-align: center;
    justify-content: center;
}

/* dark postion css */

section.about_us_sec {
    padding: 70px 0px;
    background-position: center center !IMPORTANT;
    background-size: 67% !IMPORTANT;
}

.title_text h5 {
    background: #E9E9E9;
    display: inline-block;
    padding: 5px 21px;
    border-radius: 30px;
    font-family: 'Onest-Regular';
    text-transform: uppercase;
    font-size: 15px;
}

.title_text h2 {
    color: #241F21;
    font-size: 34px;
}


.about_title span {
    color: #FFBF00;
    font-family: 'Onest-SemiBold';
    font-size: 20px;
    display: block;
    margin-bottom: 16px;
}

.about_title .button_group a {
    padding: 5px 15px;
}

.about_main img {
    margin-bottom: 15px;
    height: 52px;
}

.about_main h3 {
    font-family: 'Onest-SemiBold';
    font-size: 40px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.about_main h3:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 80%;
    background: #FFBF00;
    height: 3px;
}

.about_main p {
    margin: 0px;
}

section.about_us_sec .row.mb-4 {
    margin-bottom: 50px !IMPORTANT;
}

/* about css */

/* service css */

section.home_service_sec {
    padding: 50px 0px;
}

section.home_service_sec .title_text h5 {
    background: #fff;
}

.service-grid .service-inner {
    gap: 15px;
    overflow: hidden;
}

.service-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 435px;
    width: 10%;
    transition: 1s;
}

.service-box a {
    color: #fff;
}

.service-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #241F21;
}

.service-content {
    z-index: 1;
    color: #fff;
}

.service-desc {
    display: none;
}

.service-content h3 {
    margin: 0px;
    font-family: 'Onest-Medium';
    font-size: 20px;
    white-space: nowrap;
    transform: rotate(-90deg) translate(-250px, 0px);
    height: 100%;
    width: 100%;
    z-index: 1;
}

.service-icon {
    position: absolute;
    bottom: 37px;
    left: 38px;
}

.service-icon {
    height: 50px;
    width: 50px;
}

.service-box.active {
    width: 55%;
}

.service-box.active .service-overlay {
    background: linear-gradient(180deg, #3E2F003B, #241F2180, #FFBF00);
}

.service-box.active .service-icon {
    display: none;
}

.service-box.active .service-content h3 {
    position: static !IMPORTANT;
    transform: none !IMPORTANT;
    margin-bottom: 10px;
}

.service-box.active .service-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 22px 35px;
}

.service-box.active .service-desc {
    display: block;
}

.service-box.active .service-content p {
    margin: 0px;
}

.service-grid {
    margin-bottom: 50px;
}

.title_text.book_title h3 {
    margin-bottom: 25px;
    font-family: 'Onest-SemiBold';
    font-size: 28px;
}

/* service css */

/* partner css */

.partner_image {
    height: 100%;
}

section.partner_sec .col-md-6 {
    position: relative;
}

.partner_logo {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 115px;
}

.partner_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partner_title {
    padding: 50px;
    max-width: 655px;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 100%;
}

.partner_title h5 {
    color: #241F21;
    background: #fff;
}

.text-white h2 {
    color: #fff;
}
.partner_title .button_group a {
    padding: 10px 20px;
}
/* partner css */


/* Residential csss */

section.residential_section .row {
    align-items: center;
}

.title_text.residential_title {
    padding-right: 35px;
}

.residential_title ul {
    list-style: none;
    padding: 0px;
    margin: 15px 0px;
}
.residential_title ul {
  list-style: none;
  padding: 0;
  margin: 20px 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px 20px;
}

.residential_title ul li:nth-child(n+7) {
  grid-column: 1 / -1;
}

.residential_title ul li {
    font-family: 'Onest-SemiBold';
    padding-left: 35px;
    background-repeat: no-repeat !IMPORTANT;
    background-size: 24px !IMPORTANT;
    background-position-y: 3px !IMPORTANT;
}

section.residential_section {
    margin: 70px 0px;
}

/* Residential csss */

/* why css */

section.why_choose_sec {
    padding: 70px 0px;
    background-size: 65% !IMPORTANT;
    background-position: center 65% !IMPORTANT;
}

.why_choose_title {
    padding-right: 50px;
}

.why_choose_title .button_group {
    margin-top: 21px;
}

.why_choose_inn {
    height: 100%;
    text-align: center;
    border: 1px solid #241F21;
    box-shadow: 4px 4px 0px #FFBF00;
    border-radius: 15px;
    background: #fff;
    padding: 30px 20px;
    transition: 0.5s;
}

.why_choose_inn img {
    height: 55px;
    margin-bottom: 10px;
}

.why_choose_inn h4 {
    color: #241F21;
    font-family: 'Onest-Bold';
    font-size: 19px;
}

.why_choose_inn:hover {
    box-shadow: 0px 0px 10px #FFBF00;
}

section.why_choose_sec .col-lg-3 {
    margin-bottom: 25px;
}

section.why_choose_sec .row:nth-child(2) {
    margin-bottom: 50px;
}

.logos_title h2 {
    display: inline-block;
    position: relative;
}

.logos_title h2:before, .logos_title h2:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 5px;
    width: 200px;
    background: #FFBF00;
}

.logos_title h2:before {
    left: -250px;
}

.logos_title h2:after {
    right: -250px;
}

.logo_images {
    text-align: center;
}

.logo_images img {
    height: 145px;
}

/* why css */
.service_area_map p {
    margin: 0;
}
.service_area_map p iframe {
    border: 5px solid #ffbf00;
}
.area_title .button_group a {
    padding: 10px 28px;
}
.review_section .button_group a {
    padding: 10px 28px;
}
.review_text {
    display: -webkit-box;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review_text.expanded {
    -webkit-line-clamp: unset;
}

.read_toggle {
    display: inline-block;
    margin-top: 8px;
    color: #241F21;
    cursor: pointer;
    font-family: 'Onest-Bold';
}
/* footer css */

.cta_block {
    border: 3px solid #FFBF00;
    border-radius: 16px;
    overflow: hidden;
    padding: 33px 45px;
}

.cta_block h2 {
    font-size: 30px;
    margin-bottom: 19px;
}

a.white_button {
    border-color: #FFBF00;
    background: #fff;
    color: #241F21;
}

.cta_block a.white_button {
    padding: 5px 15px;
}

a.white_button:hover {
    background: #FFBF00;
    border-color: #fff;
}

footer {
    background: #F5F5F5;
    padding-top: 150px;
    padding-bottom: 50px;
}

section.cta_section {
    margin-bottom: -90px;
    position: relative;
    margin-top: 50px;
}

.widget1 {
    width: 347px;
}

.widget2 {
    width: 159px;
}

.widget3 {
    width: 239px;
}

.widget4 {
    width: 270px;
}

.widget5 {
    width: 300px;
}

.footer_logo a {
    display: inline-block;
}

.footer_logo a img {
    width: 150px;
}

.footer_logo {
    margin-bottom: 20px;
}

.footer_widget h5 {
    color: #241F21;
    font-family: 'Onest-Bold';
    margin-bottom: 18px;
    font-size: 20px;
}

.row.footer_row {
    justify-content: space-between;
}

.footer_widget .button_group a {
    padding: 5px 15px;
}

.footer_widget h4 {
    color: #241F21;
    font-family: 'Onest-SemiBold';
    position: relative;
    font-size: 20px;
    margin-bottom: 12px;
    padding-bottom: 17px;
}

.footer_widget h4:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 8px;
    width: 41px;
    background: #ffbf00;
}

.footer_widget ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer_widget ul li a {
    display: inline-block;
    color: #241F21;
    padding: 4px 0px;
    font-family: 'Onest-Medium';
}

.footer_widget ul li a:hover, .contact_info_data a:hover {
    color: #ffbf00;
}

ul.social_media {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

ul.social_media li a {
    display: block;
}

ul.social_media li a img {
    height: 44px;
    transition: 0.5s;
}

ul.social_media li a:hover img {
    filter: invert(1) brightness(0.5);
}

.contact_info_row {
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contact_info_row:last-child {
    margin: 0px;
}

.contact_info_row img {
    width: 44px;
}

.contact_info_data {
    width: calc(100% - 44px);
    padding-left: 10px;
}

.contact_info_data a {
    color: #241F21;
    font-family: 'Onest-Medium';
}

.copyright_section {
    background: #241F21;
    padding: 7px 0px;
}

.copyright_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.copyright_row p, .copyright_row a {
    color: #fff;
    margin: 0px;
}

.copyright_text p a:hover {
    color: #ffbf00;
}

/* footer css */

section.get_in_touch_sec {
    padding: 60px 0px;
}

ul.service_rows {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px 0px;
}

ul.service_rows li {
    display: flex;
    align-items: center;
}
.mejs-overlay-button {
    display: none;
}
ul.service_rows li p {
	margin: 0;
	font-family: 'Onest-Medium';
}
.service_area_map iframe {
    border-radius: 20px;
}
.area_title h3 {
    font-size: 21px;
    font-family: 'Onest-Bold';
    text-decoration: underline;
    margin: 0 0 18px 0;
}


section.review_blog_section {
    padding: 60px 0px;
}

.review_main {
	display: flex;
	align-items: center;
	padding: 0 60px 0 60px;
	gap: 70px;
}
.review_right_side {
    padding-left: 0px;
	flex:1;
}

.reviewer_name span {
    color: #FFBF00;
    font-family: 'Onest-Medium';
    text-align: right;
    font-size: 20px;
}

.reviewer_name {
    text-align: end;
}

.review_right_side {
    padding-left: 0px;
}

.reviewer_name span {
    color: #FFBF00;
    font-family: 'Onest-Medium';
    text-align: right;
    font-size: 20px;
}

.reviewer_name {
    text-align: end;
}

.quote_image img {
    width: 60px;
    position: relative;
    top: 40px;
    right: 0;
    left: 100px;
}

.reviewer_small_name img {
    width: 200px;
}
.star_image img {
    margin: 0 0 10px 0;
}
.review_description p {
    margin: 0;
}
.review_title {
    margin-bottom: 35px;
}

.review-prev,
.review-next {
    /* position: absolute; */
    /* top: -100px;  */
    font-size: 30px;
    cursor: pointer;
    color: #000;
    user-select: none;
}

.review-prev {
    /* left: 10px; */
}

.review-next {
    /* left: 80px; */
}
.review-pagination {
    display: flex;
}
.review_section {
    border-bottom: 3px solid #E9E9E9;
    padding: 0 0 50px 0;
}
.blog_section {
    padding-top: 50px;
}
.title_text.blog_title {
    margin-bottom: 30px;
}
.blog_block {
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    border: 1px solid #C3D5E2;
}
.blog_inner {
    padding: 25px;
    text-align: center;
}
.blog_inner.title_text h5 {
    background: #241F21;
    color: #FFFFFF;
    font-family: 'Onest-Medium';
    font-size: 18px;
    margin: 0 0 15px 0;
}
.blog_inner a, .blog_inner h2 {
    text-decoration: none;
    color: #000000;
    font-size: 20px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	font-family: 'Onest-SemiBold';
}
.blog_section {
    margin-bottom: -175px;
    position: relative;
    margin-top: 40px;
}
.contact_link iframe {
	width: 100%;
	height: 900px;
	border: 2px solid #241F21;
	border-radius: 20px;
}
.title_text.faq_title h2 {
    margin: 0 0 25px 0;
}
.accordion-item {
    margin-bottom: 20px;
    background: #F9F9F9 !important;
    border: 1px solid #E9E9E9 ! IMPORTANT;
    border-radius: 28px ! IMPORTANT;
    overflow: hidden;
    font-family: 'Onest-SemiBold';
    font-size: 20px !important;
}
.accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background-color: #241F21;
    box-shadow: none;
    border-bottom: 1px solid #E9E9E9;
}

.accordion-body:not(.collapsed) {
     color: #FFFFFF;
    background-color: #241F21;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

section.service_area_sec {
    padding: 50px 0px;
}
.get_in_touch_image {
    position: sticky;
    top: 0;
}
.cta_block {
    background-position: center;
}

/* contact us css start */
.common-hero-banner {
	padding: 70px 0px;
	position: relative;
	z-index: 0;
	background: #241F21;
}
.common-hero-banner h1 {
    font-size: 50px;
    margin: 0;
}
.common-hero-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(36 31 33 / 50%);
    z-index: -1;
}
section.contact_page_form {
    padding: 60px 0px;
}
.contact_form.information_area {
	border: 2px solid #241F21;
	background: #E9E9E9;
	border-radius: 20px;
	position: sticky;
	top: 210px;
}
.info_title {
    padding: 20px 15px;
    border-bottom: 2px solid #241F21;
}
.form_block {
    padding: 25px;
}
ul.contact_footer {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul.contact_footer li {
    margin-bottom: 11px;
}
ul.contact_footer li a {
    display: flex;
    flex-wrap: wrap;
}
ul.contact_footer li a {
    color: #241F21;
}
.icon_footer {
    width: 40px;
}
.contact_info_deta {
    width: calc(100% - 40px);
    padding-left: 10px;
}
.contact_info_deta p {
    font-family: 'Onest-SemiBold';
    font-size: 22px;
    margin: 0 0 5px 0;
    color: #241F21;
}
.contact_info_deta h5 {
    font-size: 15px;
    font-family: 'Onest-Regular';
    color: #241F21;
}
.follow_us_title h2 {
    margin: 0 0 27px 0;
}
ul.social_media {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
ul.social_media li {
    margin-right: 6px;
}
ul.social_media li img {
    height: 38px;
}
.contact_info_deta h5:hover {
    color: #FFBF00;
}
.info_title h2 {
    margin: 0;
}
section.contact_location p {
    margin: 0;
}
/* contact us css end */

/* about us css start */
section.locally_section {
    padding: 60px 0px;
}
.locally_title p a {
    color: #FFBF00;
}
.locally_image img {
    border: 3px solid #ffbf00;
    border-radius: 20px;
}
.locally_image {
    position: sticky;
    top: 210px;
}
section.mission-vission-sec {
    padding: 60px 0px;
    background: #F5F5F5;
}
.mission-vission-main {
    height: 100%;
    text-align: center;
    border: 1px solid #241F21;
    box-shadow: 4px 4px 0px #FFBF00;
    border-radius: 15px;
    background: #fff;
    padding: 30px 20px;
    transition: 0.5s;
}
.mission-vission-main:hover {
    box-shadow: 0px 0px 10px #FFBF00;
}
.mission-vission-main img {
    width: 60px;
    margin-bottom: 15px;
}
.mission-vission-main h4 {
    font-family: 'Onest-Bold';
    color: #241F21;
    font-size: 24px;
    margin: 0 0 15px 0;
}
.mission-vission-main p {
    margin: 0;
}
section.what-we-do-sec {
    padding: 60px 0px 40px 0px;
}
.what_we_do_img img {
    border: 3px solid #ffbf00;
    border-radius: 20px;
}
/* about us css end */

/* gallery css start */
section.gallery-sec {
    padding: 60px 0px 0px 0;
}

.gallery-images img {
    width: 100%;
    object-fit: cover;
    border: 5px solid #ffbf00;
    border-radius: 20px;
    height: 300px;
}
/* gallery css end */

/* faq css start */
section.faq_main_sec {
    padding: 60px 0px 0px 0px;
}
/* faq css end */

/* blog detail css start */
section.post__detail {
    margin: 50px 0px;
}
.post__detail article.post p.post-meta {
    margin-bottom: 20px;
}
.post__detail article.post p.post-meta, .post__detail article.post p.post-meta a {
	color: #241F21;
	text-decoration: none;
	font-size: 16px;
}
.post__detail .post h2 {
	font-size: 30px;
	margin: 0 0 12px 0;
	color: #241F21;
	font-family: 'Onest-Bold';
}
.post__detail .post h3 {
	font-size: 26px;
	color: #241F21;
	margin: 0 0 12px 0;
	font-family: 'Onest-Bold';
}
.post__detail .post h4 {
	font-size: 22px;
	color: #241F21;
	margin: 0 0 12px 0;
	font-family: 'Onest-Bold';
}
.post-navigation {
    display: none;
}
.single__post__sidebar {
    position: sticky;
    top: 140px;
}
.single__post__sidebar .sidebar__data {
    border: 2px solid #FFBF00 !important;
    padding: 25px;
    margin-bottom: 15px;
    border-radius: 15px;
    background: #ffffff !important;
    color: #241F21;
}
.sidebar__data h4 {
	margin-bottom: 10px;
	color: #241F21;
	font-size: 24px;
	font-family: 'Onest-Medium';
}
.search__post__sidebar form {
    display: flex;
    align-items: center;
    position: relative;
}
.search__post__sidebar form input {
    width: 100%;
    height: 45px;
    padding: 10px;
    border-radius: 18px;
    border: 1px solid #FFBF00 !important;
    padding-right: 46px;
    font-size: 15px;
	outline: none;
}
.search__post__sidebar form button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 45px;
    background: transparent ! IMPORTANT;
    border: none ! IMPORTANT;
    outline: none ! IMPORTANT;
    color: #000000;
}
ul.category-list-items {
    margin: 0px;
    list-style: none;
    padding: 0;
}
ul.category-list-items li a {
    display: block;
    padding: 12px 0px;
    border-bottom: 1px solid #000000;
    color: #000000;
}
.post-content p {
    color: #000000;
}
.post__detail article.post p.post-meta a {
	color: #FFBF00;
}
ul.category-list-items li a:hover {
    color: #BF0A30;
}
#ez-toc-container.counter-hierarchy {
    width: 100%;
    padding: 35px;
    border-radius: 15px;
    border: 2px solid #FFBF00;
}
p.ez-toc-title {
	color: #000000 !important;
	font-size: 24px !important;
	font-family: 'Onest-SemiBold';
}
.ez-toc-counter nav ul li a::before {
    color: #000000;
}
div#ez-toc-container ul.ez-toc-list a {
	color: #000000;
	font-family: 'Onest-Regular';
}
div#ez-toc-container ul.ez-toc-list a:hover {
    color: #FFBF00;
}
.ez-toc-title-container {
    margin: 0 0 10px 0;
}
p.search-error {
    margin: 15px 0 0 7px;
    color: #BF0A30;
    font-size: 16px;
    font-weight: 600;
}
.post__detail .post ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.blog-faq-main {
    padding-top: 20px;
}
.post-content-title h2 {
    margin: 0 0 15px 0;
}
/* blog detail css end */

section.blog_main_sec {
    padding: 60px 0 20px 0;
}
main#primary {
    padding: 60px 0 20px 0;
}

/* review page start */
.review_main_area {
    text-align: center;
}

.reviewer_name span {
    text-align: center;
}

.reviewer_name {
    text-align: center;
}
.review_main_area {
    padding: 25px;
    height: 100%;
    border: 1px solid #241F21;
    box-shadow: 4px 4px 0px #FFBF00;
    border-radius: 15px;
    background: #fff;
}
.review_main_area .review_description p {
    margin: 0 0 10px 0;
}
section.review_main_section {
    padding: 60px 0px;
}
.review_main_area:hover {
    box-shadow: 0px 0px 10px #FFBF00;
}
/* review page end */

/* service area css start */
section.electrical_service {
    padding: 60px 0px;
}
section.electrical_service {
    padding: 60px 0px;
}
.electrical_service_image img {
    border: 4px solid #FFBF00;
    border-radius: 20px;
}
.electrical_service_image {
    position: sticky;
    top: 200px;
}
.surrounding_map iframe {
    border: 5px solid #ffbf00;
    border-radius: 20px;
}
.surrounding_map p {
    margin: 0;
}
.surrounding_map {
    position: sticky;
    top: 100px;
}
section.surrounding_section {
    padding: 20px 0px 60px 0px;
}
section.why_local_section {
    padding: 60px 0px;
    background: #F5F5F5;
}
.why_local_image img {
    border: 5px solid #ffbf00;
    border-radius: 20px;
}
section.trusted_section {
    padding: 60px 0 0 0;
}
.trusted_row {
	background: #241f21;
	text-align: center;
	color: #ffffff;
	border: 3px solid #FFBF00;
	border-radius: 16px;
	overflow: hidden;
	margin: 0;
}
.trusted_title {
    padding: 33px 0px;
}
.trusted_title h2 {
    color: #ffffff;
}
.trusted_title p {
    margin: 0;
}
/* service area css end */
section.real_estate_section {
    padding: 60px 0px 0px 0px;
}

@media(max-width:1440px) {
	.common-hero-banner {
		padding: 80px 0px;
	}
}

@media only screen and (max-width:1400px){
	.title_text h2 {
			font-size: 32px;
	}
	.title_text h5 {
			font-size: 13px;
	}
	.service-icon {
			position: absolute;
			bottom: 32px;
			left: 25px;
	}
	.why_choose_title {
			padding-right: 0px;
	}
	.why_choose_inn img {
			height: 35px;
			margin-bottom: 10px;
	}
	.title_text.residential_title {
			padding-right: 0;
	}
	.partner_title {
			padding: 40px;
			max-width: 100%;
			width: 98%;
	}
	.area_title h3 {
			font-size: 19px;
	}
	ul.service_rows li img {
			width: 24px;
			margin-right: 6px;
	}
	.logos_title h2:before, .logos_title h2:after {
			width: 160px;
	}
	.logos_title h2:after {
			right: -200px;
	}
	.logos_title h2:before {
			left: -200px;
	}
	.blog_section {
			margin-bottom: -125px;
	}
	.contact_link iframe {
			height: 930px;
	}
	.blog_inner {
			padding: 20px;
	}
	.logo_images img {
			height: 125px;
	}
	.widget1 {
		width: 250px;
	}
	.widget2 {
    width: 140px;
}
	.widget3 {
    width: 210px;
}
	.widget4 {
    width: 190px;
}
	ul.social_media li a img {
    height: 38px;
}
	.common-hero-banner h1 {
        font-size: 46px;
    }
	.post__detail .post h2 {
		font-size: 28px;
	}
	.post__detail .post h3 {
		font-size: 24px;
	}
	.post__detail .post h4 {
		font-size: 22px;
	}
}
@media only screen and (max-width:1200px){
	.announcement_social ul li a img {
			height: 22px;
	}
	.announcement_text p {
			font-size: 14px;
			letter-spacing: 2px;
	}
	.announcement_section p, .announcement_section a {
			font-size: 14px;
	}
	.announcement_button a {
			font-size: 15px;
	}
	.goole_info img {
			width: 100px;
	}
	.banner-section-content h1 {
			font-size: 44px;
			line-height: 53px;
	}
	.insured_right img {
			height: 24px;
	}
	.insured_title h5 {
			font-size: 17px;
	}
	.title_text h2 {
			font-size: 30px;
	}
	.about_main h3 {;
			font-size: 32px;
			padding-bottom: 8px;
			margin-bottom: 8px;
	}
	.title_text h5 {
			font-size: 13px;
	}
	.partner_title {
			padding: 30px;
			width: 95%;
	}
	.residential_title ul li {
			padding-left: 32px;
			background-size: 20px !IMPORTANT;
			background-position-y: 7px !IMPORTANT;
	}
	.service-icon {
			height: 36px;
			width: 36px;
	}
	.title_text.book_title h3 {
			margin-bottom: 24px;
			font-size: 22px;
	}
	.quote_image img {
			width: 40px;
			left: 95px;
	}
	.contact_link iframe {
			height: 940px;
	}
	.blog_inner.title_text h5 {
			font-size: 14px;
			margin: 0 0 12px 0;
	}
	.blog_inner a, .blog_inner h2 {
			font-size: 18px !important;
	}
	.blog_inner {
			padding: 15px 20px;
	}
	.logo_images img {
			height: 115px;
	}
}

@media(max-width:1199px) {
	.common-hero-banner h1 {
        font-size: 40px;
    }
}

@media(max-width:992px) {
	.common-hero-banner h1 {
        font-size: 32px;
    }
}

@media(max-width:768px) {
	section.mission-vission-sec .row .col-lg-4.col-md-6.col-12 {
		padding-bottom: 30px;
	}
}

@media(max-width:767px) {
	.common-hero-banner {
		padding: 50px 0px;
	}
	.common-hero-banner h1 {
        font-size: 28px;
    }
	section.contact_page_form {
		padding: 40px 0px 50px 0;
	}
	.contact_form.information_area {
		position: inherit;
		margin-top: 30px;
	}
	.contact_info_deta p {
		font-size: 18px;
	}
	ul.social_media li {
		margin-right: 0px;
	}
	section.locally_section,
	section.mission-vission-sec {
		padding: 50px 0px;
	}
	section.locally_section .row {
		flex-direction: column-reverse;
	}
	.locally_image img,
	.what_we_do_img img {
		margin-bottom: 25px;
	}
	.title_text.locally_title,
	.title_text.what_we_do_title {
		text-align: center;
	}
	.mission-vission-main h4 {
		font-size: 22px;
		margin: 0 0 8px 0;
	}
	.mission-vission-main img {
		width: 55px;
	}
	.title_text.what_we_do_title ul li {
		text-align: left;
	}
	section.what-we-do-sec {
		padding: 50px 0px 0px 0px;
	}
	section.electrical_service {
		padding: 50px 0px;
	}
	.electrical_service_title {
		text-align: center;
	}
	.electrical_service_image {
		position: inherit;
		margin-bottom: 20px;
	}
	section.surrounding_section .row {
		flex-direction: column-reverse;
	}
	section.surrounding_section {
		padding: 0px 0px 50px 0px;
	}
	.surrounding_title {
		text-align: center;
	}
	.surrounding_title ul {
		text-align: left;
	}
	section.why_local_section {
		padding: 50px 0px;
	}
	.why_local_image {
		margin-bottom: 20px;
	}
	.why_local_title {
		text-align: center;
	}
	section.trusted_section {
		padding: 50px 0 0 0;
	}
	section.real_estate_section {
		padding: 50px 0px 0px 0px;
	}
	section.real_estate_section .row {
		flex-direction: column-reverse;
	}
	.real_estate_image img {
		margin-bottom: 20px;
	}
}

@media(max-width:510px) {
	.post__detail .post h2 {
        font-size: 22px;
    }
	.post__detail .post h3 {
        font-size: 20px;
    }
	.post__detail .post h4 {
        font-size: 18px;
    }
	.sidebar__data h4 {
		font-size: 22px;
	}
}

@media(max-width:389px) {
	.google_image img {
		height: 11px;
		margin-right: 0px;
	}
	.google_ranking_main p {
		margin: 0px 0px 0px 0px;
		font-size: 13px;
	}
}