:root {
    --site-color: #fff200;
    --hover-site-color: #231f20;
    --font-body-size: 19px;
    --heading-font-color: #231f20;
    --link-color: #231f20;
    --footer-background: #2b2c30;
    --menu-hover-color: #000;
    --button-color: #fff200;
    --button-hover: #231f20;
    --body-text-color: #373737;
    --font-body: calibri;
    --secondary-font-body: Sailec-Bold-1;
    --heading-fonts: Sailec-Bold-1;
    --button-font: Sailec-Bold-1;
    --navigation-font: Sailec-Medium-1;
}

@font-face {
    font-family: "remixicon";
    src: url('../fonts/remixicon.eot');
    /* IE9*/
    src: url('../fonts/remixicon.eot') format('embedded-opentype'),
        /* IE6-IE8 */
        url("../fonts/remixicon.woff2") format("woff2"),
        url("../fonts/remixicon.woff") format("woff"),
        url('../fonts/remixicon.ttf') format('truetype'),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
        url('../fonts/remixicon.svg') format('svg');
    /* iOS 4.1- */
    font-display: swap;
}

[class^="ri-"],
[class*=" ri-"] {
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: Sailec-Medium-1;
    src: url(../fonts/Sailec-Medium-1.ttf);
}

@font-face {
    font-family: Sailec-Bold-1;
    src: url(../fonts/Sailec-Bold-1.ttf);
}

@font-face {
    font-family: calibri;
    src: url(../fonts/calibri.ttf);
}


p {
    margin: 0 0 15px;
    padding: 0;
    color: var(--body-text-color);
    line-height: 1.5;
    font-size: var(--font-body-size);
    font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left !important;
}

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

.f-nav {
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.94);
}

body {
    background: #f6f6f6;
    font-size: var(--font-body-size);
}

body .no-padding {
    padding: 0
}

.nopadding {
    padding: 0 !important;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 10px;
}

.flex-row {
    display: flex;
}

.flex-row-center {
    display: flex;
    align-items: center;
}

.pt-pb {
    padding: 3em 0;
    overflow: hidden;
    clear: both;
}

.row-col {
    margin: 0 -15px;
}

strong {
    font-family: Sailec-Medium-1;
    font-weight: normal;
}

ul,
li {
    font-size: var(--font-body-size);
}

/*=====================
13.1 Header
=====================*/
.top-bar {
    padding: 10px;
    line-height: 1;
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: block;
    background: #231f20;
}

header#masthead {
    background: #fff;
}

.header_section .container {
    max-width: 1350px;
}

.logo {
    padding: 0;
}

.custom-logo-link {
    display: block;
    line-height: normal;
}

.header_section {
    background: #fff;
    z-index: 99;
    padding: 8px 0 0;
    position: relative;
}

.header-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

header .flex-row-center {
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px;
}

.header_phone {
    display: flex;
    line-height: 1;
    align-items: center;
}

.header_phone strong {
    color: #000;
    font-size: 18px;
    line-height: 1.1;
    font-family: calibri;
}

.header_phone a {
    font-family: Sailec-Bold-1;
    color: #000;
    display: block;
    font-size: 30px;
}

i.tma-icon.ri-phone-line {
    font-size: 50px;
    margin-right: 5px;
}

/*=====================
Navigation
=====================*/
.navigation-top {
    display: block;
    width: 100%;
    text-align: center;
}

#site-navigation ul.nav {
    text-align: right;
}

.main-navigation li {
    display: inline-block;
    position: relative;
}

.main-navigation li:hover::after {
    transform: translateX(-50%) scaleX(1);
}

.main-navigation li:after {
    display: none !important;
}

.main-navigation a {
    color: #000;
    font-size: 18px;
    padding: 20px 0.7em 15px;
    letter-spacing: -0.3px;
    font-family: var(--navigation-font);
}

.main-navigation ul ul a {
    color: #111;
    font-family: var(--navigation-font);
    font-size: 15px;
    padding: 15px;
}

.main-navigation ul ul li {
    border-bottom: 1px solid #dadada;
}

.main-navigation li:last-child a {
    padding-right: 0;
}

.main-navigation a:hover {
    color: var(--menu-hover-color);
    text-shadow: 0 0 20px #222;
}

.main-navigation ul ul a:hover {
    color: #000;
}

/*=====================
Top Head
=====================*/
section.top-section-services {
    padding: 0 0 120px;
    height: 800px;
    align-items: center;
    position: relative;
    justify-content: center;
    background-image: url(https://cascadeenergyelectrical.com/wp-content/uploads/2024/08/new-image-casca-e1724351942306.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
}

.header_content {
    width: 100%;
    margin: 0;
    position: relative;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 175px;
}

.header_content .slide-heading,
.sub-heading {
    font-size: 60px;
    color: #000;
    line-height: 1.1;
    display: block;
    font-family: Sailec-Bold-1;
    /*     text-shadow: 5px 0 #fff, -5px 0 #fff, 0 5px #fff, 0 -5px #fff, 5px 5px #fff, -5px -5px #fff, 5px -5px #fff, -5px 5px #fff; */
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 2px 2px #fff, -2px -2px #fff, 2px -2px #fff, -2px 2px #fff;
}

.header_content .slide-heading {
    margin-bottom: 35px;
}

.sub-heading {
    font-size: 35px;
    color: #000;
    margin: 0 0 15px;
    /*     text-shadow: 5px 0 #fff200, -5px 0 #fff200, 0 5px #fff200, 0 -5px #fff200, 5px 5px #fff200, -5px -5px #fff200, 5px -5px #fff200, -5px 5px #fff200; */
    text-shadow: 2px 0 #fff200, -2px 0 #fff200, 0 2px #fff200, 0 -2px #fff200, 2px 2px #fff200, -2px -2px #fff200, 2px -2px #fff200, -2px 2px #fff200;
}

.header_content a.btn_default {
    margin: 0 8px;
}

.header_content a.btn_default.white_btn {
    background: #fff;
}

.header_content a.btn_default:hover {
    background: #222 !important;
}

/*=====================
Welcome Section
=====================*/
section.welcome_section {
    padding: 60px 0;
    overflow: hidden;
}

.title-home {
    font-size: 45px;
    display: block;
    position: relative;
    font-family: var(--heading-fonts);
    line-height: 1.1;
    margin-bottom: 20px;
    color: var(--heading-font-color);
}

.title-home img {
    display: block;
    margin: 0 auto;
}

.welcome_content_area {
    padding-top: 30px;
    max-width: 950px;
    text-align: center;
    padding-bottom: 80px;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
}

.welcome_content_area p {
    margin-bottom: 30px;
}

/*Section*/
section.services_offer {
    margin-top: -200px;
    z-index: 9;
    position: relative;
}

.electrical_service {
    z-index: 9;
    position: relative;
    max-width: 1130px;
    margin: 0 auto;
}

.services-item {
    width: 260px;
    text-align: center;
    background: #fff200;
    height: 260px;
    border: 8px solid #fff;
    border-radius: 200px;
    margin-bottom: 30px;
    padding: 40px 20px;
    transition: all 0.3s;
}

.services-item:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
    background: #222;
}

.services-item h2 {
    font-size: 18px;
    margin: 10px 0 0;
}

.services-item:hover h2 {
    color: #fff;
}

.services-item:hover img {
    filter: brightness(0) invert(1);
}

/*Contact info*/
section.contact_info_section {
    padding: 80px 0;
    overflow: hidden;
    overflow: hidden;
    background-image: url(../images/bg-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.contact_info_section h2 {
    display: block;
    font-size: 45px;
    line-height: 1.2;
}

.contact_info_section strong,
.contact_info_section span {
    display: block;
    font-family: Sailec-Bold-1;
    font-size: 25px;
    padding: 0;
}

.contact_info_section span {
    font-size: 35px;
    margin-bottom: 20px;
}

.contact_info_section span a {
    text-decoration: none;
    color: #000;
}

.contact_info_section .btn_default {
    background: #000;
    color: #fff;
}


/*Service Icons*/
.our-services-icon .title-home {
    font-size: 40px;
    margin: 0 0 10px;
}

.our-services-icon .title-subheading {
    color: #5d5d5d;
    font-size: 26px;
    font-family: Sailec-Bold-1;
    display: block;
}

.service-icons .text-center.col-2 {
    margin-top: 30px;
}

.service-icons h3 {
    font-size: 18px;
    margin: 10px 0 0;
    display: block;
}

.icon-ser {
    transition: 0.3s all;
}

.service-icons .text-center:hover .icon-ser {
    margin-top: -10px;
}

/*Call Us*/
section.we-can-help img {
    border-radius: 20px;
}

.we-can-help {
    padding: 100px 0;
    overflow: auto;
    /*   background-image: url(https://cascadeenergyelectrical.com/wp-content/uploads/2024/01/Photo-Sep-04-2022-7-49-20-PM-min-scaled-1.jpg);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.need-help .title-home {
    font-size: 35px;
    display: block;
    line-height: 1.2;
    border-left: 5px solid #efe200;
    padding-left: 15px;
}

.col-6.need-help {
    background: #fff;
    border-radius: 20px;
    padding: 2em;
    box-shadow: 0 20px 38px #ddd;
    margin-right: -30px;
    float: right;
    width: 48%;
}

.need-help p {
    margin-bottom: 30px;
    display: block;
}

a.btn_default.black_btn {
    background: #111;
    color: #fff200;
    margin-left: 12px;
}

/*Popular Services*/
section.popular-services-section {
    padding: 70px 0 80px;
    overflow: hidden;
    background-image: url(../images/bg-3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.popular-services-section strong {
    font-size: 19px;
    display: block;
    color: #fff200;
}

.popular-services-section .title-home {
    color: #fff;
    display: block;
}

.popular-service-list .col-4 {
    padding: 0 10px;
}

.popular-service-list .popular-services {
    display: block;
    margin-top: 20px;
    border-radius: 18px;
    overflow: hidden;
    background: #fff200;
}

.popular-services .title-link .ri-arrow-right-line {
    font-size: 30px;
    color: #000;
}

.popular-services img {
    height: 260px;
    object-fit: cover;
    width: 100%;
    transition: 0.2s all ease-in-out;
}

.popular-services:hover img {
    transform: scale(1.1);
    opacity: 0.9;
}

.popular-services a {
    line-height: 1;
    display: block;
}

.title-link {
    display: flex;
    justify-content: space-between;
    padding: 10px 25px 20px;
    height: 90px;
    align-items: center;
    line-height: 1;
}

.title-link h3 {
    line-height: 1.1;
    display: block;
}

.img-zoom {
    overflow: hidden;
}

/*Review Section*/
.testimonials .title-home {
    margin: 0;
}

.star-rating .ri-star-fill {
    margin: 2px;
    color: #ffa100;
    font-size: 25px;
}

.feedbak_list {
    margin: 15px auto 0;
    max-width: 1000px;
}

.feedbak_list h4 {
    margin-bottom: 10px;
    display: block;
}

.feedbak_list strong {
    display: block;
    margin-top: 8px;
    font-size: 18px;
    color: #000;
}

.testimonials ul.slick-dots {
    padding-top: 0;
}

section.electricalis-power {
    padding: 50px 0px;
}

.electricalis-power img {
    margin-top: 30px;
    border-radius: 20px;
}

.electricalis-power-item {
    margin: 0 auto;
    max-width: 1050px;
    padding-bottom: 20px;
    overflow: hidden;
}

.we_can_help {
    margin-top: 25px;
    padding: 20px 15px 0;
    position: relative;
}

.we_can_help:after {
    width: 70px;
    content: "";
    height: 7px;
    border-radius: 10px;
    background: #fff200;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -35px;
}

.we_can_help h3 {
    font-size: 22px;
    display: block;
}

.we_can_help span {
    font-size: 18px;
    margin-top: 8px;
    line-height: 1.33;
    display: block;
}

.get-free-estimate {
    background: #f4f4f4;
}

.get-free-estimate .title-home {
    font-size: 38px;
}

/*Get Help*/
.get_help {
    background: #fff200;
    border-radius: 18px;
    padding: 8px !important;
    overflow: hidden;
}

.get_help_border {
    border-radius: 18px;
    border: 2px solid #666100;
    padding: 2.3em 2.3em 3em;
}

.get_help_border .title-home,
.contact_form_section .title-home {
    margin: 0;
}

.get_help_border span {
    font-family: Sailec-Bold-1;
    font-size: 25px;
    display: block;
}

.get_help_border ul {
    font-family: Sailec-Medium-1;
    padding: 8px 0 0;
    display: block;
    margin: 0;
}

.get_help_border ul li {
    display: block;
    position: relative;
    font-size: 18px;
    padding-left: 22px;
    margin-bottom: 3px;
    background-image: url(../images/icon.png);
    background-position: left;
    background-repeat: no-repeat;
}

.get_help_border a.btn_default.black_btn {
    margin: 25px 0 0;
}

.col-7.contact_form_section {
    /*     padding-left: 5.5em; */
    padding-left: 10.5em;
}

.contact_form_section div.wpforms-container-full {
    margin-top: -10px;
}

.welcome_content_area ul {
    margin-top: -20px;
}

.welcome_content_area ul {
    text-align: center;
    list-style: none;
    column-count: 2;
    margin: -20px 0 20px;
    padding: 0;
}

section.home_services_offer {
    overflow: hidden;
    background: #f4f4f4;
    padding: 70px 0;
}

.best_services_offer_item img {
    object-fit: cover;
    height: 230px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 12px;
    transition: 0.2s all ease-in-out
}

.best_services_offer_item p {
    font-size: 18px;
    line-height: 25px;
    min-height: 205px;
}

.best_services_offer_item h2 {
    margin-bottom: 8px;
    display: block;
}

section.electricalis-power img {
    height: 600px;
}










/*WP Forms*/
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=number],
div.wpforms-container-full select {
    height: 45px !important;
    border-radius: 8px !important;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    background: #111 !important;
    border-radius: 100px !important;
    color: #fff200 !important;
    border: none !important;
    font-family: var(--button-font);
    padding: 10px 60px !important;
    font-size: 16px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: normal !important;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 100px !important;
    border-radius: 8px !important;
}

.row-flex {
    margin-bottom: 35px;
    overflow: hidden;
}

/*=======================
Page Sub Header
========================*/
.page-header {
    padding: 5em 0;
    display: flex;
    justify-content: center;
    height: 340px;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.12);
}

.page-header {
    padding: 5em 0;
    display: flex;
    justify-content: center;
    height: 350px;
    align-items: center;
}

.page-header h1.entry-title,
.page-header .entry-title {
    display: block;
    font-size: 45px;
    color: #fff;
    line-height: 1;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.40);
    padding: 0;
}

/*.sub-header-link {
    background-color: var(--footer-background) !important;
}*/
.sub_header_menu {
    background-color: var(--footer-background);
    padding: 10px 5px;
    margin-bottom: 50px;
}

.sub-header-link ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.sub-header-link ul li {
    display: inline-block;
}

.sub-header-link ul li a {
    padding: 8px 35px;
    display: block;
    margin: 5px 3px;
    border-radius: 100px;
    color: #000;
    background: #fff200;
    border: 1px solid #fff200;
    font-size: 16px;
    transition: all 0.8s;
    line-height: 30px;
    font-family: Sailec-Medium-1;
    transition: all 0.3s;
    transform: translateY(0);
}

.sub-header-link ul li a:hover {
    background-color: var(--footer-background);
    color: #fff200;
}

.sub_header_banner {
    text-align: center;
    min-height: 600px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-size: cover;
}

.page-template-design-template-2 .services_listing {
    background: #f1efef;
}

.site-content-contain {
    padding-bottom: 3.5em;
}

.home .site-content-contain {
    padding-bottom: 0;
}

.page-template-template-layout-two .content-area h2 {
    margin-bottom: 10px;
}


/*=====================
Sidebar
=======================*/
#secondary .widget {
    padding: 1.2em;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    border: 1px solid #e7e7e7;
    background: #fff;
    border-radius: 10px;
}

.wrap {
    overflow: hidden;
    margin-bottom: 40px;
}

.left-container {
    float: left;
    max-width: 70%;
    width: 100%;
}

.right-side {
    max-width: 28%;
    float: right;
    width: 100%;
}

.right-side h2.widget-title {
    border-bottom: 1px solid #e7e7e7;
    font-size: 20px;
    font-family: Sailec-Medium-1;
    padding: 0px 20px 10px;
    color: #000;
    margin: -12px -20px 20px;
}

.right-side .col-6,
.right-side .col-12 {
    padding: 0;
    width: 100%;
}

#secondary ul.contact_details li {
    color: #000;
    font-size: 17px;
    line-height: normal;
    margin-bottom: 15px;
}

.map_view {
    padding-top: 30px;
    clear: both;
    overflow: hidden;
}


/*==================
Blog Info
====================*/
.blog .entry-content img {
    max-width: 300px;
    float: left;
    border-radius: 8px;
    margin-right: 25px;
}

.blog .entry-header .entry-title {
    margin-bottom: 0;
    font-size: 25px;
}

.more-link {
    background: var(--button-color);
    padding: 13px 30px;
    color: #000;
    display: inline-block;
    font-size: 16px;
    transition: all 0.3s;
    border-radius: 10px;
    font-family: Sailec-Medium-1;
}

.more-link:hover {
    color: #fff;
    background: var(--button-hover);
}

.blog .left-container article {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e7e7e7;
}

.single.single-post .entry-header {
    display: none;
}

.single-post .entry-content .aligncenter {
    margin-bottom: 20px !important;
    border-radius: 8px;
}

section.page-header-section {
    background-position: center;
    background-size: cover;
}

.application {
    display: flex;
    justify-content: space-between;
    background: #f2f2f2;
    line-height: 1.4;
    padding: 15px;
    border-radius: 8px;
    align-items: center;
}

/*Page Template Design*/
blockquote {
    font-style: normal;
    font-size: 20px;
    border-left: 4px solid #ccc;
    padding: 10px 20px;
    background: #e8ecef;
    margin-bottom: 20px;
}

blockquote p {
    margin: 0;
}

.button-page-option {
    text-align: center;
    /*     margin:0 -15px; */
    display: flex;
}

.button-page-option a.btn-default {
    display: block;
}

.top-img-btn {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.button-page-option a.btn-link:hover {
    box-shadow: 0 0 0 0;
}

.banner-inner-about img {
    width: 100%;
    border-radius: 10px;
}

.button-page-content {
    margin-bottom: 40px;
}

.x-text {
    margin: 0em;
    padding: 15px 0em !important;
    font-size: 30px;
    text-transform: uppercase;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0em;
    text-align: center;
    background-color: #212121;
}

.x-text a {
    color: #fff;
}

.map-outer {
    max-width: 600px;
}

.page-template-design-template-2 .wrap {
    margin: 0;
}

.page-template-design-template-2 .services_section {
    padding: 4em 0;
    margin-top: 4em;
}

.button-page-option a.btn_default {
    max-width: 100%;
    margin: 15px;
}

.get_help_border span a {
    color: #000;
}

.slick-slider button.slick-arrow {
    display: none !important;
}

/*------------------------
Footer Section
-------------------------*/
.site-footer {
    background-color: var(--footer-background);
    color: #fff;
    padding: 40px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.footer-section .flex-row {
    flex-wrap: wrap;
}

.footer-section {
    padding: 0 0 30px;
    position: relative;
    clear: both;
    width: 100%;
    overflow: hidden;
}

.site-footer h2.widget-title {
    color: #fff;
    font-size: 22px;
    font-family: Sailec-Medium-1;
    display: block;
    position: relative;
    line-height: normal;
    margin-bottom: 30px;
    line-height: 1;
}

.site-footer h2.widget-title:after {
    width: 50px;
    height: 4px;
    border-radius: 15px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    background: #fff200;
}

.footer-section li.widget_nav_menu {
    list-style: none;
}

.footer-section .menu {
    padding: 0;
    position: relative;
    margin: 0;
    align-items: center;
}

.footer-section .nav_menu_list ul.menu li {
    margin: 0;
    line-height: 1.7;
    padding-top: 0;
    padding-bottom: 8px;
    display: block;
}

.footer-section .nav_menu_list ul.menu li a {
    display: block;
    font-size: 16px;
}

.footer-section .nav_menu_list ul.menu li:last-child {
    border-right: none;
    padding: 0;
    margin: 0;
}

.footer-section .nav_menu_list ul.menu li a,
.site-footer a,
.widget ul li,
.widget ol li {
    font-size: 17px;
    color: #e7e7e7;
}

.site-footer a:hover {
    color: #fff200;
}

.footer-section p {
    color: #efefef;
    position: relative;
    font-size: 18px;
}

/*Extra Footer*/
.contact_details span {
    line-height: 1.2;
    margin-bottom: 18px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.contact_details span i {
    font-size: 25px;
    color: #fff200;
}

.contact_details i.tma-icon.ri-phone-line {
    color: #fff200;
    margin-right: 8px;
    font-size: 40px;
}

.contact_details .header_phone strong {
    color: #fff;
}

.contact_details .header_phone a {
    color: #fff200;
    font-size: 28px;
}

.col-5.call_us {
    padding-right: 4em;
    text-align: center;
}

.call_us a.btn_default {
    color: #000;
    border: 1px solid #fff200;
}







/*---------------------------
 Site info 
 ----------------------------*/
.site-info {
    font-size: 17px;
    display: block;
    position: relative;
    padding: 1em 0;
    z-index: 999;
    overflow: hidden;
    color: #efefef;
    border-top: 1px solid #30363a;
}

.site-footer .site-info a,
.site-footer .site-info p,
.button-link-footer a {
    color: #efefef;
    font-size: 17px;
}

.site-info a {
    color: #efefef !important;
}

.button-link-footer ul {
    display: flex;
    padding: 0 0 5px;
    justify-content: center;
    margin: 0;
    gap: 15px;
}

.button-link-footer ul li {
    display: block;
}

.button-link-footer ul li a:hover {
    color: #25aae1 !important;
}

.website {
    margin-top: 3px;
}


/*==============
social-media
===============*/
.social-menu {
    margin: 0 0 20px;
    padding: 0;
}

.social-menu ul {
    margin: 0;
    padding: 0;
}

.social-menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 3px;
    text-align: center;
}

.social-menu li a {
    display: flex;
    transition: 0.3s;
    width: 45px;
    height: 45px;
    align-items: center;
    border-radius: 8px;
    background: transparent;
    color: #fff200;
    border: 1px solid #3f4142;
    justify-content: center;
}

.social-menu li a i {
    font-size: 20px;
    color: #fff200 !important;
}

.social-menu li a:hover {
    background: #fff200;
}

.social-menu ul li:hover i {
    color: #000 !important;
}

/*Font Icons*/
.ri-phone-line:before {
    content: "\efec";
}

.ri-google-fill:before {
    content: "\edd4";
}

.ri-facebook-circle-fill:before {
    content: "\ecba";
}

.ri-twitter-fill:before {
    content: "\f23a";
}

.ri-instagram-line:before {
    content: "\ee66";
}

.ri-mail-check-line:before {
    content: "\eeee";
}

.ri-map-pin-2-line:before {
    content: "\ef0a";
}

.ri-bar-chart-horizontal-fill:before {
    content: "\ea9c";
}

.ri-map-pin-line:before {
    content: "\ef14";
}

.ri-arrow-right-line:before {
    content: "\ea6c";
}

.ri-star-fill:before {
    content: "\f186";
}

.ri-mail-line:before {
    content: "\eef6";
}

.ri-award-line:before {
    content: "\ea8a";
}


/*Col style*/
[class*="col-"] {
    float: left;
    padding: 0 15px;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

/*Table*/
table.table {
    border: 1px solid #ddd;
}

table.table td,
table.table th {
    padding: 10px 20px;
}

table.table tr {
    border-color: #ddd;
}


.thumbs {
    width: 50%;
}

ul.thumb-lists {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 15px;
    padding-top: 20px;
}

ul.thumb-lists li {
    width: 50%;
}

ul.thumb-lists a {
    background: #6ac729;
    color: #fff;
    font-size: 63px;
    border-radius: 4px;
    width: 100%;
    display: block;
    text-align: center;
    transition-duration: 1s;
    padding: 9px;
    margin-bottom: 10px;
    padding: 9px;
}

ul.thumb-lists li:nth-child(2) a {
    background: #de2b2b;
}


ul.social.review-list {
    margin: 30px 0 27px;
    padding: 0;
}

ul.social.review-list li {
    margin: 0 11px 14px 0 !important;
}

.social li {
    list-style-type: none !important;
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: top;
}

ul.social.review-list li:nth-child(1) a {
    background: #4267b2;
}

ul.social.review-list li:nth-child(2) a {
    background: #d64730;
}

ul.social.review-list li a {
    transition-duration: 1s;
    text-decoration: none;
    position: relative;
}

.social li a i {
    color: #fff;
}

ul.social.review-list a {
    width: 100px;
    height: 100px;
    font-size: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 1s;
    margin: 0;
}

ul.social.review-list li a:after {
    content: 'Click To Review';
    font-size: 10px;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-size: 12px;
}


.site-footer {
    background-color: var(--footer-background);
    color: #fff;
    padding: 40px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    float: left;
    width: 100%;
    clear: both;
}

section.visit_our_company {
    float: left;
    width: 100%;
    clear: both;
    background: url(https://cascadeenergyelectrical.com/wp-content/uploads/2023/02/top-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    text-align: center;
    position: relative;
}

section.visit_our_company::before {
    content: '';
    background: #000000bd;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

h1.cas_visit_title {
    color: #fff !important;
    position: relative;
    z-index: 9;
    font-size: 27px !important;
}

.visit_our_services h3 {
    color: #fff !important;
    position: relative;
    z-index: 9;
    left: -10px;
}

.visit_our_services ul li {
    color: #ffffff;
    font-size: 18px;
    padding: 0;
    margin: 0px;
    position: relative;
    z-index: 9;
}

.cascadelectric_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 25px;
}

ul.visit_our_services_list {
    display: inline-block;
    text-align: left;
    list-style-position: inside;
    margin: 0px !important;
    padding: 0px !important;
}

.visit_our_company_image_outer img {
    width: 100%;
    position: relative;
    z-index: 9;
}

.visit_our_company_btn a {
    background: #d22030;
    padding: 15px;
    color: #ffffff;
    font-size: 27px;
    transition: 0.2s all;
    border-radius: 5px;
    position: relative;
    z-index: 9;
}

.visit_our_company_btn a:hover {
    background: #000000c2;
    transition: 0.9s all;
}

ul.visit_our_services_list li::marker {
    color: #d22030;
}

.testimonials.pt-pb ul li {
    background: none !important;
}


section.new_area_served_section .col-6 {
    padding: 0px !important;
}

.area_served_wrapper iframe {
    width: 100%;
    height: 650px;
}

.accordion-container {
    margin-top: 10px;
    padding: 20px;
}

.accordion-container a.active i {
    transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
    transition: all 0.4s ease-in-out !important;
    background: #fff200;
    color: #fff !important;
}

.accordion_cont_list .list_wrapper li {
    padding-left: 40px !important;
}

section.new_area_served_section p {
    display: none !important;
}

section.new_area_served_section br {
    display: none !important;
}

.accordion-container a i {
    width: 49px;
    line-height: 50px;
    text-align: center;
    top: 0;
    right: auto;
    left: 0;
    background: #a4acb3;
    color: #212129;
    transform: none !important;
    -webkit-transform: none !important;
    transition: all 0.4s ease-in-out;
}

ul.content.accordion_cont_list {
    flex-wrap: wrap;
    justify-content: center;
}

.list_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

ul.content.accordion_cont_list li {
    width: 33.33%;
}

.area_served_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.accordion-container>h2 {
    text-align: center;
    color: #000;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
}

.set>a {
    display: block;
    /*padding: 10px 15px;*/
    padding: 0px 0px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.set>a i {
    margin-top: 2px;
    margin-right: 15px;
}

.set>a.active {}

.content {
    background-color: #fff;
    display: none;
}

.content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
}

ul.accordion_cont_list {
    border-left: 5px solid gray;
    list-style: none !important;
    margin: 0;
    margin-left: 20px;
    background: transparent;
}

ul.content.accordion_cont_list li {
    padding-left: 25px;
}

/* Home page area served section css end */

/*Employment Css Start*/
.page:not(.home) #content h2 {
    margin-bottom: 10px;
}

.accordion-container {
    position: relative;
    max-width: 100%;
    height: auto;
    margin: 10px auto;
}

.page:not(.home) #content h2 {
    margin-bottom: 10px;
}

.accordion-container>h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.employeement .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #F5F5F5;
    margin-bottom: 10px;
}

.employeement .set>a {
    display: block;
    /* padding: 0 15px; */
    /* text-decoration: none; */
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    padding: 12px;
}

.employeement .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #F5F5F5;
}

.employeement .content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
}

.employeement .accordian_ul_wrapper h4 {
    font-size: 18px;
    font-weight: 700;
}

.employeement .content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
}

.employeement .set>a {
    display: block;
    padding: 0 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    padding: 10px;
}

.employeement a i {
    float: right;
    margin-top: 0 !important;
    border-radius: 3px;
    line-height: 0;
    padding: 17px 0;
}

.employeement .set a.active {
    background: #ffee43;
}

.employeement .set a.active i {
    color: #000 !important;
}

ul.employeement_list {
    list-style: disc !important;
}

.btn {
    background-color: #fff200;
    border-radius: 5px;
    border: none;
    color: #000;
    padding: 10px 27px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 0;
    cursor: pointer;
    transition-duration: 1s;
    border-radius: 16px !important;
}

.btn:hover {
    color: #000 !important;
}

/*Employment Css end*/

.sub-heading h1 {
    height: 135px;
    font-size: 48px;
}

#fancybox-gallery a {
    width: 25%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

#fancybox-gallery {
    display: flex;
    flex-wrap: wrap;
}

#fancybox-gallery img {
    height: 230px;
    width: 300px;
}

/*HEADER CSS START*/

.header_hig {
    display: flex;
    text-align: center;
    align-items: center;
    margin: 20px;
}

.menu-opens {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

a.btn.btn-warning.lets-talk-btn {
    border-radius: 2px;
    font-size: 17px;
    margin-top: 1px;
    background: #fff200;
    padding: 19px 40px;
    transition-duration: 1s;
    border: none;
    font-weight: 600;
    color: #000 !important;
    text-transform: capitalize;
}

a#dropdownMenu1 {
    border-radius: 2px;
    font-size: 17px;
    margin-top: 1px;
    background: #fff200;
    padding: 19px 40px;
    transition-duration: 1s;
    border: none;
    font-weight: 600;
    color: #000 !important;
    text-transform: capitalize;
}

a.phone-num {
    font-size: 18px;
    font-weight: 300;
    position: relative;
    bottom: 7px;
    color: #fff200 !important;
}

i.fa.fa-mobile {
    font-size: 62px;
    color: #fff200;
}

span.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.side-menu-wrapper ul li a {
    padding: 20px 20px;
    margin-top: 9px;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    /*         border-bottom: 1px solid #0203b5 !important;*/
}

.side-menu-wrapper a.menu-close {
    padding: 8px 0 4px 23px;
    color: #000;
    display: block;
    margin: -51px 0 -10px -5px;
    font-size: 46px;
    text-decoration: none;
}

.side-menu-wrapper {
    background: #fff;
    padding: 40px 0 0;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
    transition: .5s;
    width: 372px;
    box-sizing: border-box;
    overflow: scroll;
}

.nav-menu li a {
    color: #000 !important;
    display: block;
    font-size: 15px;
    line-height: 1;
    padding: 10px 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.side-menu-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    height: 95%;
}

.side-menu-wrapper.active li {
    display: block;
}

.contact-descrip {
    text-align: center;
    align-items: center;
}

.nav-menu li {
    /* display: inline-block; */
    position: relative;
}

span.sub-toggle {
    position: absolute;
    top: 0px;
    right: 1px;
    color: #000 !important;
    font-size: 26px;
    width: 51px;
    height: 52px;
    background: #f7f7f7;
    align-items: center;
    justify-content: center;
    display: flex !important;
    box-shadow: 1px 2px 0px #ccc;
    padding: 0px;
}

#primary-menu.nav-menu ul.sub-menu a {
    font-size: 13px;
    text-align: left;
}

button.dropdown-toggle,
.icon.icon-angle-down {
    display: none !important;
}

.side-menu-wrapper.active li {
    border: 1px solid #fff200 !important;
    padding: 20px 20px;
    margin-top: 9px;
    font-size: 15px;
    font-weight: 700;
    position: relative;
}

.open>.dropdown-menu {
    display: block;
}

em.fa.fa-bars {
    font-size: 40px;
    color: #fff200;
}

.dropdown,
.dropup {
    position: relative;
}

.fa-angle-up:before {
    display: none;
}

ul.sub-menu {
    display: none;
}

.main-menu a.location-pin {
    display: none;
}


.right-side iframe {
    height: 930px !important;
}

/*HEADER CSS END*/