/*
Theme Name: Electrician
Theme URI: https://smartdata.tonytemplates.com/electrician-v2/
Author: SmartDataSoft
Author URI: https://smartdatasoft.com/
Description: Electrician is a electricity services theme is a modern, clean and professional WordPress theme; it comes with a lot of user-friendly and customizable features those will help you to create a robust website to represent your online business. Electrician theme is fully responsive, and it looks attractive on all types of screens and devices.
Version: 5.5
License: This theme or plugin is comprised of two parts.(1) the PHP code and integrated HTML are licensed under the General Public License (GPL). You will find a copy of the GPL in the same directory as this text file. (2) All other parts, but not limited to the CSS code, images, and design are licensed according to the terms of your purchased license. Read more about licensing here: http://themeforest.net/licenses
License URI: License.txt
Tags: electric, electrical, electrical repairer, electrician, electrician theme, electricity business, electricity services, engineering, maintenance, mechanic, repair
Text Domain: electrician
*/

/*----------------------------------------
[Table of contents]
1. Typography
   1.1 Typography Styles
   1.2 Page Preloader
   1.3 Forms
   1.4 Buttons
   1.5 Social Icons
   1.6 Tags   
   1.7 Calendar
2. Main Structure
   2.1 Layout Styles
   2.2 Header
       1.2.1 Slide Menu
   2.3 Footer
   2.4 Main Slider
3. Content
   3.1 Breadcrumbs block
   3.2 Category block
   3.3 Pricing block
   3.4 Video block
   3.5 Brands block
   3.6 Text + Icon block
   3.7 Testimonials block
   3.8 Request form block
   3.9 Gallery block
   3.10 Bulb block
   3.11 Faq page
   3.12 Blog page
4. Plugins overlay styles
---------------------------------------*/
/*---------------------------------------*/
/*--------     1. Typography     --------*/
/*---------------------------------------*/
/*-------  1.1 Typography Styles --------*/
body {
    font-family: "Roboto", sans-serif;
    color: #252936;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}
@media (max-width: 767px) {
    body {
        font-size: 16px;
        line-height: 23px;
    }
}
a {
    color: #000000;
}
p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 23px;
}
@media (max-width: 767px) {
    p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 20px;
    }
}
.font20 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .font20 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 22px;
    }
}
.font24 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 50px;
    color: #000;
    font-weight: 300;
}
.maintenence-free .font24 {
    margin-bottom: 0px !important;
}
@media (max-width: 991px) {
    .font24 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .font24 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 24px;
    }
}
.color {
    color: #252936;
}
.color-alt {
    color: #f47629;
}
h1 a,
h2 a {
    color: #252936;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
}
h1 a:hover,
h2 a:hover {
    color: #f47629;
    text-decoration: none;
}
h1 b,
h2 b {
    color: #f47629;
    font-weight: 500;
}
h1,
h2 {
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 18px;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500;
    color: #252936;
}
@media (max-width: 767px) {
    h1,
    h2 {
        font-size: 34px;
        line-height: 40px;
        margin: 0 0 20px;
    }
}
@media (max-width: 479px) {
    h1,
    h2 {
        font-size: 30px;
        line-height: 36px;
    }
}
h3 {
    font-size: 38px;
    line-height: 1em;
    padding: 0;
    margin: 0 0 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #f47629;
}
@media (max-width: 991px) {
    h3 {
        font-size: 34px !important;
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    h3 {
        font-size: 26px !important;
        line-height: 30px;
        margin: 0 0 10px;
    }
}
h3.dark {
    color: #252936;
}
h4 {
    font-size: 30px;
    line-height: 1em;
    padding: 0;
    margin: 0 0 15px;
    font-family: "Roboto", sans-serif;
    color: #252936;
}
@media (max-width: 767px) {
    h4 {
        font-size: 20px;
        margin: 0 0 15px;
    }
}
h4 .icon {
    font-size: 0.6666em;
    padding-right: 7px;
    vertical-align: baseline;
}
ul {
    margin: 0;
    padding: 0 0 20px 20px;
    list-style: none;
}
ol {
    margin: 0;
    padding: 0 0 20px 20px;
}
ul.navbar-nav,
ul ol,
ol ul,
ol ol {
    padding-bottom: 0;
}
body.page:not(.home) .entry-content ul {
    list-style: initial;
}
body.page:not(.home) .entry-content ul ul {
    padding-left: 20px;
    padding-bottom: 0;
}
h4.dark {
    color: #252936;
}
h5 {
    padding: 0;
    margin: 0 0 15px;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    color: #272727;
}
@media (max-width: 991px) {
    h5 {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 10px;
    }
}
@media (max-width: 767px) {
    h5 {
        font-size: 18px;
        line-height: 24px;
    }
}
h6 {
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 15px;
    padding: 0;
}
.divider {
    clear: both;
    height: 35px;
}
@media (max-width: 767px) {
    .divider {
        height: 20px;
    }
}
.divider-lg {
    clear: both;
    height: 65px;
}
@media (max-width: 767px) {
    .divider-lg {
        height: 40px;
    }
}
.divider-md {
    clear: both;
    height: 35px;
}
@media (max-width: 767px) {
    .divider-md {
        height: 20px;
    }
}
.divider-sm {
    clear: both;
    height: 15px;
}
@media (max-width: 767px) {
    .divider-sm {
        height: 10px;
    }
}
.marker-list {
    margin: 5px 0 35px;
    padding: 0;
    list-style: none;
}
.marker-list>li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 9px;
}
.marker-list>li:after {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    font-family: "Electrician";
    content: "\e906";
    font-size: 12px;
    color: #f47629;
}
.column-right .side-block {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}
.work-categories-slide .vc_column-inner {
    padding-top: 0 !important;
}
.column-right .side-block ul li {
    position: relative;
    padding: 9px 15px;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px dotted #ccc;
}
.blog-post.sticky {
    border: 1px solid #ccc;
    position: relative;
}
.blog-post.sticky::after {
    color: #f47629;
    content: "";
    font-family: Electrician !important;
    font-size: 50px;
    position: absolute;
    right: 18px;
    top: 34px;
}
.column-right .side-block ul li:last-child {
    border-bottom: 0;
}
.column-right .side-block ul li a {
    color: #252936;
}
.column-right .side-block ul li a:hover {
    text-decoration: none;
    color: #f47629;
}
.column-right .side-block ul li:after {
    position: absolute;
    top: 9px;
    left: 0;
    display: block;
    font-family: "Electrician";
    content: "\e91a";
    font-size: 12px;
    color: #f47629;
}
.address-block {
    position: relative;
    padding: 0 0 20px 40px;
    font-size: 16px;
    line-height: 26px;
}
.address-block .icon {
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 20px;
    line-height: 20px;
    color: #f47629;
}
#map {
    width: 100%;
    height: 280px;
    margin: 0;
    border: 0;
    overflow: hidden;
}
.vert-wrap,
.vert-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.vert-wrap .vert,
.vert-wrapper .vert {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
#pageContent {
    position: relative;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
blockquote {
    position: relative;
    padding: 0 0 0 50px;
    margin: 35px 0 20px;
    font-size: 16px;
    border-left: 0;
}
blockquote p {
    font-style: italic;
    font-weight: 600;
    margin-bottom: 15px;
}
blockquote:before {
    font-family: "Electrician";
    content: "\e90d";
    display: block;
    position: absolute;
    top: -5px;
    left: -10px;
    color: #f47629;
    font-size: 42px;
    line-height: 1em;
    font-style: normal;
}
@media (max-width: 767px) {
    blockquote:before {
        left: 0;
    }
}
@media (max-width: 767px) {
    blockquote:before {
        font-size: 30px;
    }
}
blockquote .quote-author {
    color: #f47629;
    font-weight: 500;
}
/*-------- 1.2 Page Preloader    --------*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000;
    background-color: #fff;
}
#loader-wrapper.loader-off {
    display: none !important;
}
#loader {
    display: block;
    margin: -50px 0 0 -150px;
    height: 100px;
    width: 300px;
    position: relative;
    top: 50%;
    left: 50%;
}
.loader {
    text-align: center;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 25px;
    line-height: 100px;
    margin: 0 auto;
}
.loader .bolt {
    width: 0px;
    height: 0px;
    border: 15px solid transparent;
    position: absolute;
    margin-top: -100px;
    margin-left: 43%;
}
.loader .one {
    margin-left: 0;
    transform: rotateZ(-25deg) translateY(7px);
    animation: whiteb 0.5s linear infinite;
}
.loader .one .other {
    animation: whitet 0.5s linear infinite;
}
.loader .two .other {
    border-top: 55px solid #fefefe;
    animation: oranget 0.7s linear infinite;
}
.loader .three {
    margin-left: 84%;
    transform: rotateZ(25deg) translateY(0px);
    animation: whiteb 0.5s linear infinite;
}
.loader .three .other {
    animation: whitet 0.5s linear infinite;
}
.loader .other {
    width: 0px;
    height: 0px;
    border: 11px solid transparent;
    margin-top: 40px;
}
@-webkit-keyframes whiteb {
    to {
        border-bottom-color: #fefefe;
    }
}
@keyframes whiteb {
    to {
        border-bottom-color: #fefefe;
    }
}
@-webkit-keyframes whitet {
    to {
        border-top-color: #fefefe;
    }
}
@keyframes whitet {
    to {
        border-top-color: #fefefe;
    }
}
@-webkit-keyframes orangeb {
    to {
        border-bottom-color: #f47629;
    }
}
@keyframes orangeb {
    to {
        border-bottom-color: #f47629;
    }
}
@-webkit-keyframes oranget {
    to {
        border-top-color: #f47629;
    }
}
@keyframes oranget {
    to {
        border-top-color: #f47629;
    }
}
/*-------- 1.3 Forms             --------*/
.input-custom {
    appearance: none;
    margin-bottom: 4px;
    padding: 13px 15px 13px;
    font-size: 16px;
    line-height: 20px;
    height: 47px;
    background: #fff;
    border: 0;
    border-radius: 2px;
    color: #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0px 10px;
    width: 25%;
}
.comment-form-author .input-custom {
    margin: 0px;
}
.contact-form .input-custom {
    margin: 0px !important;
}
.input-custom:hover,
.input-custom:focus,
.input-custom.focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.input-custom.input-full {
    width: 100%;
}
.textarea-custom {
    appearance: none;
    margin-bottom: 4px;
    padding: 13px 15px 13px;
    font-size: 16px;
    line-height: 20px;
    height: 47px;
    background: #fff;
    border: 0;
    border-radius: 2px;
    color: #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-height: 235px;
    height: auto;
}
.textarea-custom:hover,
.textarea-custom:focus,
.textarea-custom.focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.textarea-custom.input-full {
    width: 100%;
}
.input-wrapper {
    position: relative;
}
label {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 300;
    margin-bottom: 8px;
}
.placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #959595;
}
input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #959595;
}
input::-moz-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #959595;
}
input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #959595;
}
input:-moz-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #959595;
}
.required {
    color: red;
}
input.input-custom,
textarea.textarea-custom,
.select-wrapper select.input-custom,
.select-wrapper select.select-custom {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.contact-form {
    margin-bottom: 15px;
    margin-top: 0;
}
.contact-form .input-custom,
.contact-form .textarea-custom {
    margin-bottom: 15px;
    border: 1px solid #dbdbdb;
    padding: 16px 15px 17px;
    height: 50px;
    width: 100%;
}
.search-form .search-field {
    margin-bottom: 15px;
    margin-top: 0;
    border: 1px solid #dbdbdb;
    padding: 16px 15px 17px;
    height: 50px;
    width: 100%;
}
label {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    margin: 10px 0px;
    color: #000;
}
form label.error {
    display: block;
    color: #ff0000;
    font-size: 14px !important;
    margin-top: -15px;
    opacity: 1 !important;
}
#success,
#error,
#subscribeSuccess,
#subscribeError {
    display: none;
    height: 70px;
}
#subscribeSuccess,
#subscribeError {
    height: 30px;
}
#success span,
#error span,
#subscribeSuccess span,
#subscribeError span {
    display: block;
}
#success span p,
#error span p,
#subscribeSuccess span p,
#subscribeError span p {
    margin-top: 15px;
}
#success span p,
#subscribeSuccess span p {
    color: #2990d6;
}
#error span p,
#subscribeError span p {
    color: #c0392b;
}
.page-template-template-contact .wpcf7-form-control-wrap {
    display: block !important;
}
/*-------- 1.4 Buttons           --------*/
button:focus,
.btn:focus,
button:active:focus,
.btn:active:focus,
button.active:focus,
.btn.active:focus,
button.focus,
.btn.focus,
button:active.focus,
.btn:active.focus,
button.active.focus,
.btn.active.focus {
    outline: 0;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
button:hover,
.btn:hover,
button:focus,
.btn:focus,
button.focus,
.btn.focus {
    outline: 0;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
button:active,
.btn:active,
button.active,
.btn.active {
    outline: 0;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
button.pull-right,
.btn.pull-right {
    margin-right: 10px;
}
.btn {
    padding: 13px 18px 17px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    height: 49px;
    border-radius: 4px;
    vertical-align: top;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    text-decoration: none;
}
.btn,
.search-submit {
    padding: 13px 15px 17px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    height: 48px;
    background-color: #f47629;
    color: #ffffff;
    border-radius: 5px;
    vertical-align: top;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    text-decoration: none;
}
.bg-dark a.btn {
    font-size: 16px;
}
.bg-dark .btn.btn-invert {
    color: #333;
}
.bg-dark .btn.btn-invert:hover {
    background-color: #f47629;
    color: #fff;
}
.bg-dark .btn.btn-invert:hover .icon {
    color: #fff;
    background-color: transparent;
}
.search-form .search-submit {
    border: none;
}
.btn:hover,
.btn.active,
.btn:active,
.btn.focus,
.btn:focus {
    background: #fff;
    color: #252936;
}
.btn:hover .icon,
.btn.active .icon,
.btn:active .icon,
.btn.focus .icon,
.btn:focus .icon {
    color: #f47629;
}
.btn span {
    display: inline-block;
    vertical-align: middle;
}
.btn .icon {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}
@media (max-width: 767px) {
    .btn .icon {
        padding-right: 5px;
    }
}
.btn.btn-sm {
    height: 43px;
    font-size: 16px;
    line-height: 23px;
    padding: 6px 22px 11px;
    border-radius: 4px;
}
.btn.btn-lg {
    height: 61px;
    font-size: 20px;
    line-height: 30px;
    padding: 17px 30px;
}
.btn-light {
    background-color: #7a7e8b;
    color: #ffffff;
}
.btn-light:hover,
.btn-light.active,
.btn-light:active,
.btn-light.focus,
.btn-light:focus {
    background: #fff;
    color: #7a7e8b;
}
.btn-invert {
    background: #fff;
    color: #252936;
}
.btn-invert .icon {
    color: #f47629;
}
.btn-invert:hover,
.btn-invert.active,
.btn-invert:active,
.btn-invert.focus,
.btn-invert:focus {
    background-color: #f47629;
    color: #ffffff;
}
.btn-invert:hover .icon,
.btn-invert.active .icon,
.btn-invert:active .icon,
.btn-invert.focus .icon,
.btn-invert:focus .icon {
    color: #ffffff;
}
.btn-border {
    border: 1px solid #f47629;
}
.btn-inline .btn {
    margin: 0 20px 20px 0;
}
/*-------- 1.5 Social Icons      --------*/
.social-links ul {
    margin: 0;
    padding: 0;
}
.social-links ul li {
    display: inline-block;
    margin: 0 7px 5px 0;
    list-style: none;
    text-align: center;
}
.social-links ul li a {
    font-size: 36px;
    color: #d0d0d0;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}
.social-links ul li a:hover {
    color: #f47629;
}
/*-------- 1.6 Tags              --------*/
.tagcloud a {
    display: block;
    border: 1px solid #f47629;
    color: #252936;
    font-size: 14px;
    line-height: 25px;
    padding: 0 10px;
    text-decoration: none;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.tagcloud a:hover {
    background-color: #f47629;
    border-color: #f47629;
    color: #fff;
}
.tags-list {
    position: relative;
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
}
.tags-list li {
    display: inline-block;
    padding: 0;
    margin-bottom: 5px;
    margin-right: 2px;
}
.tags-list li a,
.tagcloud>a {
    display: inline-block;
    border: 1px solid #f47629;
    color: #252936;
    font-size: 14px !important;
    line-height: 25px;
    padding: 0 10px;
    margin-bottom: 5px;
    text-decoration: none;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.tags-list li a:hover,
.tagcloud>a:hover {
    background-color: #f47629;
    border-color: #f47629;
    color: #fff;
}
/*-------- 1.7 Calendar          --------*/
.calendar__header {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 18px;
}
.calendar__footer {
    font-size: 15px;
    padding: 10px 0 0;
}
.calendar table {
    background: #fff;
    border-collapse: collapse;
    color: #222;
    font-size: 15px;
    width: 100%;
    max-width: 350px;
}
.calendar th,
.calendar td {
    border: 1px solid #eee;
    color: #484848;
    cursor: pointer;
    line-height: 38px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.calendar th:hover,
.calendar td:hover {
    background-color: #f5f5f5;
}
.calendar th {
    background-color: #f5f5f5;
}
.calendar tr:first-child td {
    color: #222;
    font-weight: 700;
    padding-bottom: 10px;
}
.calendar .selected,
.calendar .selected:hover {
    background-color: #f47629;
    color: #fff;
}
/*---------------------------------------*/
/*--------   2. Main Structure   --------*/
/*---------------------------------------*/
/*--------   2.1 Layout Styles   --------*/
body,
html {
    overflow-x: hidden;
}
.block {
    margin-bottom: 95px;
}
@media (max-width: 991px) {
    .block {
        margin-bottom: 57px;
    }
}
.block.bottom-sm {
    margin-bottom: 80px;
}
.block.bottom-null {
    margin-bottom: 0;
}
.block.bg-1 {
    background: #000 no-repeat fixed center center;
    background-size: cover;
    padding: 60px 0 57px;
    color: #fff;
}
.block.bg-1 h1,
.block.bg-1 h2,
.block.bg-1 h3 {
    color: #fff;
}
h3 b {
    font-weight: 500;
}
.block.bg-1 .slick-dots li button:after,
.slick-slide .slick-dots li button:after {
    background: #fff;
}
.block .slick-dots li button:after {
    background: #fff;
}
.padding-top-zero div {
    padding-top: 0px !important;
}
.block.bg-2 {
    background-size: cover;
    padding: 70px 0 50px;
    color: #fff;
    background-attachment: fixed;
    background-position: center center;
    -webkit-backface-visibility: hidden;
}
@media (max-width: 1024px) {
    .block.bg-2 {
        background-attachment: inherit;
    }
}
@media (max-width: 991px) {
    .block.bg-2 {
        padding: 30px 0 25px;
    }
}
.block.bg-2 h1,
.block.bg-2 h2,
.block.bg-2 h3 {
    color: #fff;
}
.block.bg-2 .slick-dots li button:after {
    background: #fff;
}
.block.bg-2 .slick-dots li.slick-active button:after,
.block.bg-2 .slick-dots li.slick-active button:hover:after {
    background: #f47629;
}
.block.bg-dark h1,
.block.bg-dark h2,
.block.bg-dark h3,
.block.bg-dark p,
.block.bg-dark .font24,
.block.bg-dark .font20 {
    color: #fff !important;
}
.block.bg-1 .slick-dots li.slick-active button:after,
.block.bg-1 .slick-dots li.slick-active button:hover:after {
    background: #f47629;
}
.block.bg-dark {
    background: #252936;
    color: #fff;
}
.block.bg-dark p {
    color: #fff;
}
.block.bg-dark h1,
.block.bg-dark h2,
.block.bg-dark h3 {
    color: #fff;
}
.block.bg-dark h1,
.block.bg-dark h2,
.block.bg-dark h3 {
    color: #fff;
    font-weight: 300;
    font-size: 40px;
}
.block.pad-sm {
    padding: 50px 0 30px;
}
.block-negative {
    position: relative;
    margin-top: -42px;
    z-index: 100;
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
@media (max-width: 767px) {
    .block {
        margin-bottom: 40px;
    }
    .block-negative {
        margin-top: 16px;
    }
}
@media (max-width: 767px) {
    .block {
        margin-bottom: 47.5px;
    }
    .block-negative {
        margin-top: 16px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
@media (min-width: 1200px) {
    .col-5 {
        width: 20%;
    }
}
.maintenence-free {
    overflow: inherit !important;
}
/*--------   2.2 Header          --------*/
header.page-header {
    position: relative;
    z-index: 100000;
    padding: 0;
    margin: 0;
    border: 0;
    font-weight: normal;
}
.home header.page-header {
    position: static;
}
.header-info-mobile {
    display: none;
    position: relative;
    z-index: 1;
    padding: 20px 15px;
    background-color: #eeeef3;
}
.header-info-mobile .icn-list {
    font-size: 14px;
}
.header-info-mobile .icn-list li [class*="icon"] {
    font-size: 14px;
}
.header-info-mobile.open .header-info-mobile-inside {
    top: 0;
    opacity: 1;
}
.header-info-toggle {
    position: relative;
    z-index: 0;
    height: 40px;
    background: #252936;
    cursor: pointer;
    text-align: center;
}
.header-info-toggle [class*="icon-"] {
    display: block;
    font-size: 22px;
    line-height: 40px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    padding: 0 12px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    color: #fff;
}
.header-info-toggle [class*="icon-"]:hover {
    opacity: 0.7;
}
.header-info-toggle.open [class*="icon-"] {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
@media (max-width: 991px) {
    header.page-header .header-info-toggle {
        height: 36px;
    }
    header.page-header .header-info-toggle [class*="icon-"] {
        line-height: 36px;
    }
    header.page-header #slidemenu .navbar-toggle {
        height: 36px;
    }
}
@media (min-width: 992px) {
    .col-5 {
        width: 20%;
    }
    .header-info-mobile,
    .header-info-toggle {
        display: none;
    }
    .page-header.is-sticky {
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
        background: #252936;
    }
    .page-header.is-sticky .navbar {
        min-height: 50px;
    }
    .page-header.is-sticky .header-top {
        display: none;
    }
    .page-header.is-sticky .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .page-header.is-sticky .header-info-toggle,
    .page-header.is-sticky .header-info-mobile {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .page-header.is-sticky {
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    }
    .page-header.is-sticky .header-info-toggle,
    .page-header.is-sticky .header-info-mobile {
        display: none !important;
    }
}
header .header-top {
    padding: 20px 0 25px;
}
header .logo {
    position: relative;
    overflow: hidden;
}
header .logo>a {
    position: relative;
    display: block;
    max-width: 345px;
    margin: 0 auto;
}
header .logo span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
header .logo span img {
    height: 100%;
    max-width: none;
}
header .logo img {
    max-width: 100%;
}
header .phone {
    padding: 20px 0 0 0;
    float: right;
}
header .phone span {
    display: inline-block;
    vertical-align: bottom;
}
header .phone .number {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    color: #252936;
}
header .phone .number .icon {
    display: inline-block;
    width: 28px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    color: #f47629;
}
header .phone .number span {
    display: inline-block;
    vertical-align: middle;
}
header .phone .under-number {
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    font-weight: 600;
    color: #000;
}
header .social-links {
    margin-top: 25px;
}
/*
body:not(.home) header.page-header {
    border-bottom: 6px solid #252936;
}
*/
@media (min-width: 992px) {
    .navbar-header {
        float: none;
    }
    #navbar-main.affixed-top {
        background: #fff;
    }
    #navbar-main.affix {
        top: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.9);
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    }
    .navbar {
        background-color: transparent;
        border: 0;
        border-radius: 0;
        min-height: 70px;
        margin-bottom: 0;
        padding: 0;
    }
    .ecaret {
        display: none;
    }
    #slidemenu {
        padding-right: 0;
        padding-left: 0;
        text-align: center;
        background-color: #252936;
    }
    .home #slidemenu {
        position: relative;
        z-index: 99;
        left: 0 !important;
    }
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: transparent;
        color: #ffffff;
    }
    .navbar-nav {
        float: none;
        margin: 0 auto -5px;
        display: inline-block;
    }
    .navbar-nav>li>a {
        font-size: 18px;
        line-height: 20px;
        padding: 27px 20px;
        text-transform: uppercase;
        color: #bfc3d0;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
    }
    .navbar-nav>li>a:hover,
    .navbar-nav>li>a:focus {
        background-color: transparent;
        color: #ffffff;
    }
    .navbar-nav li.active>a {
        color: #ffffff;
    }
    .navbar-nav .dropdown .dropdown-menu {
        border: 0;
        border-radius: 0;
        padding: 0;
        bottom: auto !important;
        -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    }
    .navbar-nav .dropdown .dropdown-menu li.open>a {
        background-color: transparent;
    }
    .navbar-nav .dropdown .dropdown-menu li>a {
        font-size: 16px;
        line-height: 30px;
        padding: 10px 55px 10px 35px;
        text-transform: uppercase;
        color: #929292;
        border-bottom: 1px solid #f0f0f0;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
    }
    .navbar-nav .dropdown .dropdown-menu li>a:hover,
    .navbar-nav .dropdown .dropdown-menu li>a:focus {
        background-color: transparent;
        color: #f47629;
        border-bottom: 1px solid #f0f0f0;
    }
    .navbar-nav .dropdown .dropdown-menu li:last-child>a {
        border-bottom: 0;
    }
    .navbar-nav .dropdown .dropdown-menu .dropdown-menu {
        top: 6px;
    }
    .navbar-nav .dropdown .dropdown-menu .ecaret {
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        display: inline-block;
        border: 0;
        float: right;
        margin-top: 0;
        margin-right: -10px;
        position: relative;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
    }
    .navbar-nav .dropdown .dropdown-menu .ecaret:before {
        font-family: "Electrician";
        content: "\e90e";
    }
    .navbar-nav .dropdown .dropdown-menu li>a:hover .ecaret {
        margin-right: -20px;
    }
}
@media (max-width: 1199px) {
    header .slogan {
        padding: 30px 0 0 0;
        font-size: 18px;
        line-height: 24px;
    }
    header .phone {
        padding: 20px 0 0 0;
        font-size: 14px;
    }
    header .phone .number {
        margin-bottom: 8px;
        font-size: 22px;
        line-height: 25px;
    }
    header .phone .number .icon {
        font-size: 20px;
        padding: 0 10px 0 0;
    }
    header .phone .under-number {
        font-size: 13px;
        padding-left: 0px;
    }
    header .navbar-nav>li>a {
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media (max-width: 1024px) {
    header .phone .number {
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 20px;
    }
    header .phone .number .icon {
        font-size: 18px;
    }
    header .phone .under-number {
        font-size: 13px;
        padding-left: 0px;
    }
}
@media (max-width: 991px) {
    header.page-header .phone {
        padding: 10px 0 0 0;
    }
    header.page-header .phone .under-number {
        font-size: 11px;
    }
    header.page-header .phone .number {
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 16px;
    }
    header.page-header .phone .number .icon {
        font-size: 18px;
        padding: 0px 5px 0 0;
    }
    header .phone .under-number {
        padding-left: 0px;
    }
    header.page-header .navbar-nav>li>a {
        padding-left: 10px;
        padding-right: 10px;
    }
    header.page-header .social-links {
        margin-top: 15px;
    }
}
.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
    display: none;
}
i.icon {
    width: auto !important;
    height: auto !important;
    margin-left: 0 !important;
    line-height: 1;
}
@media (max-width: 991px) {
    header.page-header {
        padding: 0;
        margin: 0;
    }
    header.page-header .header-top {
        padding: 0;
    }
    header.page-header .header-top .row>.col-sm-3:first-child {
        background: #252936;
        height: 42px;
    }
    header.page-header .header-top .row>[class*="col-"] {
        position: static;
    }
    header.page-header .social-links ul li {
        margin: 0 0 5px 5px;
    }
    header.page-header .social-links ul li a {
        font-size: 27px;
    }
    header.page-header .logo {
        padding: 10px 0;
        max-width: 200px;
    }
    header.page-header .logo>a {
        max-width: 250px;
    }
    header.page-header .phone {
        padding: 0 0 15px;
        text-align: center;
        float: none;
    }
    header.page-header .phone div:not(.number) {
        display: none;
    }
    header.page-header .phone .number {
        margin-bottom: 0;
        font-size: 22px;
        line-height: 24px;
    }
    header.page-header .phone .number .icon {
        font-size: 14px;
        padding: 0 10px 0 0;
        vertical-align: middle;
    }
    header.page-header .navbar {
        position: static;
        min-height: 0;
        border: 0;
        margin: 0;
    }
    header.page-header .dropdown-menu {
        border-radius: 0;
    }
    header.page-header .navbar-nav .ecaret {
        display: block;
        width: 50px;
        height: 50px;
        border: 0;
        background: rgba(255, 255, 255, 0.2);
        position: absolute;
        z-index: 100;
        top: 0;
        right: 0;
    }
    header.page-header .navbar-nav .ecaret:after {
        content: "+";
        position: absolute;
        top: 0;
        width: 100%;
        font-size: 24px;
        line-height: 50px;
        text-align: center;
    }
    header.page-header .navbar-nav li.opened>a>.ecaret:after {
        content: "\2013";
    }
    header.page-header .navbar-nav li {
        background: transparent;
        position: relative;
        float: none;
    }
    header.page-header .navbar-nav li>a {
        position: relative;
    }
    header.page-header .navbar-nav>li>a,
    header.page-header .navbar-nav>li>a:focus {
        font-size: 20px;
        line-height: 30px;
        padding: 10px 20px;
        color: #fff;
        background: transparent;
        text-transform: uppercase;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
    }
    header.page-header .navbar-nav>li>a:hover {
        background-color: rgba(0, 0, 0, 0.2);
        color: #fff;
    }
    header.page-header .navbar-nav .opened>a,
    header.page-header .navbar-nav .opened>a:focus,
    header.page-header .navbar-nav .opened>a:hover {
        background-color: rgba(0, 0, 0, 0.2);
        color: #fff;
    }
    header.page-header .navbar-toggle {
        display: block;
        position: absolute;
        top: 50%;
        right: 5px;
        padding: 0 10px;
        margin: 0;
        font-size: 22px;
        transform: translateY(-50%);
    }
    .navbar-toggle.menu-right.slide-active {
        left: 0 !important;
        right: unset !important;
    }
    header.page-header .navbar-nav .dropdown-menu {
        margin: 0;
        padding: 0;
        display: none;
        width: 100%;
        position: relative;
        background-color: #f0f0f0;
        border: 0;
        left: 0;
    }
    header.page-header .navbar-nav .dropdown-menu a,
    header.page-header .navbar-nav .dropdown-menu a:focus {
        font-size: 16px;
        line-height: 30px;
        color: #333;
        background: transparent;
        padding: 10px 15px 10px 20px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
    }
    header.page-header .navbar-nav .dropdown-menu a:hover {
        background-color: rgba(0, 0, 0, 0.2);
        color: #fff;
    }
    header.page-header .navbar-nav .dropdown-menu .dropdown-menu {
        background-color: #fcfcfc;
    }
    header.page-header .navbar-nav .opened>.dropdown-menu {
        display: block;
    }
}
.page-header.is-sticky {
    position: fixed !important;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 0 !important;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    background: #252936;
    top: 0;
}
.page-header.is-sticky .navbar {
    min-height: 50px;
}
@-webkit-keyframes electric-20-20-8 {
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    95% {
        -webkit-transform: translate(-0.2px, -0.05px);
        transform: translate(-0.2px, -0.05px);
    }
    90% {
        -webkit-transform: translate(0.1px, -0.3px);
        transform: translate(0.1px, -0.3px);
    }
    85% {
        -webkit-transform: translate(0.9px, 0.3px);
        transform: translate(0.9px, 0.3px);
    }
    80% {
        -webkit-transform: translate(1.2px, 0.2px);
        transform: translate(1.2px, 0.2px);
    }
    75% {
        -webkit-transform: translate(0.5px, -0.75px);
        transform: translate(0.5px, -0.75px);
    }
    70% {
        -webkit-transform: translate(0.9px, 0.9px);
        transform: translate(0.9px, 0.9px);
    }
    65% {
        -webkit-transform: translate(1.75px, 1.4px);
        transform: translate(1.75px, 1.4px);
    }
    60% {
        -webkit-transform: translate(1.6px, 0.8px);
        transform: translate(1.6px, 0.8px);
    }
    55% {
        -webkit-transform: translate(0px, 0.45px);
        transform: translate(0px, 0.45px);
    }
    50% {
        -webkit-transform: translate(-0.5px, 2px);
        transform: translate(-0.5px, 2px);
    }
    45% {
        -webkit-transform: translate(-0.55px, -1.1px);
        transform: translate(-0.55px, -1.1px);
    }
    40% {
        -webkit-transform: translate(0px, -1.8px);
        transform: translate(0px, -1.8px);
    }
    35% {
        -webkit-transform: translate(-0.95px, 0.65px);
        transform: translate(-0.95px, 0.65px);
    }
    30% {
        -webkit-transform: translate(-1.8px, 2.1px);
        transform: translate(-1.8px, 2.1px);
    }
    25% {
        -webkit-transform: translate(-2.5px, 3px);
        transform: translate(-2.5px, 3px);
    }
    20% {
        -webkit-transform: translate(3.6px, 2.4px);
        transform: translate(3.6px, 2.4px);
    }
    15% {
        -webkit-transform: translate(-4.65px, 0.85px);
        transform: translate(-4.65px, 0.85px);
    }
    10% {
        -webkit-transform: translate(-0.9px, 2.7px);
        transform: translate(-0.9px, 2.7px);
    }
    5% {
        -webkit-transform: translate(-0.95px, -0.95px);
        transform: translate(-0.95px, -0.95px);
    }
}
@keyframes electric-20-20-8 {
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    95% {
        -webkit-transform: translate(-0.2px, -0.05px);
        transform: translate(-0.2px, -0.05px);
    }
    90% {
        -webkit-transform: translate(0.1px, -0.3px);
        transform: translate(0.1px, -0.3px);
    }
    85% {
        -webkit-transform: translate(0.9px, 0.3px);
        transform: translate(0.9px, 0.3px);
    }
    80% {
        -webkit-transform: translate(1.2px, 0.2px);
        transform: translate(1.2px, 0.2px);
    }
    75% {
        -webkit-transform: translate(0.5px, -0.75px);
        transform: translate(0.5px, -0.75px);
    }
    70% {
        -webkit-transform: translate(0.9px, 0.9px);
        transform: translate(0.9px, 0.9px);
    }
    65% {
        -webkit-transform: translate(1.75px, 1.4px);
        transform: translate(1.75px, 1.4px);
    }
    60% {
        -webkit-transform: translate(2.6px, 0.8px);
        transform: translate(2.6px, 0.8px);
    }
    55% {
        -webkit-transform: translate(0px, 0.45px);
        transform: translate(0px, 0.45px);
    }
    50% {
        -webkit-transform: translate(-0.5px, 2px);
        transform: translate(-0.5px, 2px);
    }
    45% {
        -webkit-transform: translate(-0.55px, -1.1px);
        transform: translate(-0.55px, -1.1px);
    }
    40% {
        -webkit-transform: translate(0px, -1.8px);
        transform: translate(0px, -1.8px);
    }
    35% {
        -webkit-transform: translate(-1.95px, 0.65px);
        transform: translate(-1.95px, 0.65px);
    }
    30% {
        -webkit-transform: translate(-2.8px, 2.1px);
        transform: translate(-2.8px, 2.1px);
    }
    25% {
        -webkit-transform: translate(-3.5px, 3px);
        transform: translate(-3.5px, 3px);
    }
    20% {
        -webkit-transform: translate(3.6px, 2.4px);
        transform: translate(3.6px, 2.4px);
    }
    15% {
        -webkit-transform: translate(-4.65px, 0.85px);
        transform: translate(-4.65px, 0.85px);
    }
    10% {
        -webkit-transform: translate(-0.9px, 2.7px);
        transform: translate(-0.9px, 2.7px);
    }
    5% {
        -webkit-transform: translate(-0.95px, -0.95px);
        transform: translate(-0.95px, -0.95px);
    }
}
@-webkit-keyframes electric-20-21-8 {
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    95% {
        -webkit-transform: translate(0.175px, -0.1px);
        transform: translate(0.175px, -0.1px);
    }
    90% {
        -webkit-transform: translate(-0.65px, 0px);
        transform: translate(-0.65px, 0px);
    }
    85% {
        -webkit-transform: translate(0.375px, 0px);
        transform: translate(0.375px, 0px);
    }
    80% {
        -webkit-transform: translate(-1.7px, -0.4px);
        transform: translate(-1.7px, -0.4px);
    }
    75% {
        -webkit-transform: translate(-0.875px, -0.25px);
        transform: translate(-0.875px, -0.25px);
    }
    70% {
        -webkit-transform: translate(-1.05px, -0.3px);
        transform: translate(-1.05px, -0.3px);
    }
    65% {
        -webkit-transform: translate(3.675px, 0px);
        transform: translate(3.675px, 0px);
    }
    60% {
        -webkit-transform: translate(1.4px, 0px);
        transform: translate(1.4px, 0px);
    }
    55% {
        -webkit-transform: translate(4.725px, 1.8px);
        transform: translate(4.725px, 1.8px);
    }
    50% {
        -webkit-transform: translate(-2.75px, 0.5px);
        transform: translate(-2.75px, 0.5px);
    }
    45% {
        -webkit-transform: translate(-4.675px, -1.65px);
        transform: translate(-4.675px, -1.65px);
    }
    40% {
        -webkit-transform: translate(-0.3px, -0.6px);
        transform: translate(-0.3px, -0.6px);
    }
    35% {
        -webkit-transform: translate(-3.175px, -1.95px);
        transform: translate(-3.175px, -1.95px);
    }
    30% {
        -webkit-transform: translate(3.85px, 2.1px);
        transform: translate(3.85px, 2.1px);
    }
    25% {
        -webkit-transform: translate(-3.375px, -2.25px);
        transform: translate(-3.375px, -2.25px);
    }
    20% {
        -webkit-transform: translate(4.6px, -2.4px);
        transform: translate(4.6px, -2.4px);
    }
    15% {
        -webkit-transform: translate(4.075px, 0px);
        transform: translate(4.075px, 0px);
    }
    10% {
        -webkit-transform: translate(-2.95px, 0px);
        transform: translate(-2.95px, 0px);
    }
    5% {
        -webkit-transform: translate(3.075px, 0.95px);
        transform: translate(3.075px, 0.95px);
    }
}
@keyframes electric-20-21-8 {
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    95% {
        -webkit-transform: translate(0.175px, -0.1px);
        transform: translate(0.175px, -0.1px);
    }
    90% {
        -webkit-transform: translate(-0.65px, 0px);
        transform: translate(-0.65px, 0px);
    }
    85% {
        -webkit-transform: translate(0.375px, 0px);
        transform: translate(0.375px, 0px);
    }
    80% {
        -webkit-transform: translate(-1.7px, -0.4px);
        transform: translate(-1.7px, -0.4px);
    }
    75% {
        -webkit-transform: translate(-0.875px, -0.25px);
        transform: translate(-0.875px, -0.25px);
    }
    70% {
        -webkit-transform: translate(-1.05px, -0.3px);
        transform: translate(-1.05px, -0.3px);
    }
    65% {
        -webkit-transform: translate(3.675px, 0px);
        transform: translate(3.675px, 0px);
    }
    60% {
        -webkit-transform: translate(1.4px, 0px);
        transform: translate(1.4px, 0px);
    }
    55% {
        -webkit-transform: translate(4.725px, 1.8px);
        transform: translate(4.725px, 1.8px);
    }
    50% {
        -webkit-transform: translate(-2.75px, 0.5px);
        transform: translate(-2.75px, 0.5px);
    }
    45% {
        -webkit-transform: translate(-4.675px, -1.65px);
        transform: translate(-4.675px, -1.65px);
    }
    40% {
        -webkit-transform: translate(-0.3px, -0.6px);
        transform: translate(-0.3px, -0.6px);
    }
    35% {
        -webkit-transform: translate(-6.175px, -1.95px);
        transform: translate(-6.175px, -1.95px);
    }
    30% {
        -webkit-transform: translate(3.85px, 2.1px);
        transform: translate(3.85px, 2.1px);
    }
    25% {
        -webkit-transform: translate(-6.375px, -2.25px);
        transform: translate(-6.375px, -2.25px);
    }
    20% {
        -webkit-transform: translate(7.6px, -2.4px);
        transform: translate(7.6px, -2.4px);
    }
    15% {
        -webkit-transform: translate(8.075px, 0px);
        transform: translate(8.075px, 0px);
    }
    10% {
        -webkit-transform: translate(-4.95px, 0px);
        transform: translate(-4.95px, 0px);
    }
    5% {
        -webkit-transform: translate(8.075px, 0.95px);
        transform: translate(8.075px, 0.95px);
    }
}
@-webkit-keyframes electric-20-22-8 {
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    95% {
        -webkit-transform: translate(-0.35px, 0px);
        transform: translate(-0.35px, 0px);
    }
    90% {
        -webkit-transform: translate(0.3px, 0px);
        transform: translate(0.3px, 0px);
    }
    85% {
        -webkit-transform: translate(1.35px, -0.3px);
        transform: translate(1.35px, -0.3px);
    }
    80% {
        -webkit-transform: translate(0.8px, 0.8px);
        transform: translate(0.8px, 0.8px);
    }
    75% {
        -webkit-transform: translate(1.75px, -0.5px);
        transform: translate(1.75px, -0.5px);
    }
    70% {
        -webkit-transform: translate(1.5px, 0.6px);
        transform: translate(1.5px, 0.6px);
    }
    65% {
        -webkit-transform: translate(-3.15px, 0.35px);
        transform: translate(-3.15px, 0.35px);
    }
    60% {
        -webkit-transform: translate(3.6px, 1.6px);
        transform: translate(3.6px, 1.6px);
    }
    55% {
        -webkit-transform: translate(-4.05px, 1.8px);
        transform: translate(-4.05px, 1.8px);
    }
    50% {
        -webkit-transform: translate(1.5px, 0px);
        transform: translate(1.5px, 0px);
    }
    45% {
        -webkit-transform: translate(-5.5px, -1.65px);
        transform: translate(-5.5px, -1.65px);
    }
    40% {
        -webkit-transform: translate(4.2px, 2.4px);
        transform: translate(4.2px, 2.4px);
    }
    35% {
        -webkit-transform: translate(0.65px, -0.65px);
        transform: translate(0.65px, -0.65px);
    }
    30% {
        -webkit-transform: translate(-7px, -1.4px);
        transform: translate(-7px, -1.4px);
    }
    25% {
        -webkit-transform: translate(-6.75px, -0.75px);
        transform: translate(-6.75px, -0.75px);
    }
    20% {
        -webkit-transform: translate(-2.4px, 0.8px);
        transform: translate(-2.4px, 0.8px);
    }
    15% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    10% {
        -webkit-transform: translate(4.5px, 2.7px);
        transform: translate(4.5px, 2.7px);
    }
    5% {
        -webkit-transform: translate(-6.65px, 2.85px);
        transform: translate(-6.65px, 2.85px);
    }
}
@keyframes electric-20-22-8 {
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    95% {
        -webkit-transform: translate(-0.35px, 0px);
        transform: translate(-0.35px, 0px);
    }
    90% {
        -webkit-transform: translate(0.3px, 0px);
        transform: translate(0.3px, 0px);
    }
    85% {
        -webkit-transform: translate(1.35px, -0.3px);
        transform: translate(1.35px, -0.3px);
    }
    80% {
        -webkit-transform: translate(0.8px, 0.8px);
        transform: translate(0.8px, 0.8px);
    }
    75% {
        -webkit-transform: translate(1.75px, -0.5px);
        transform: translate(1.75px, -0.5px);
    }
    70% {
        -webkit-transform: translate(1.5px, 0.6px);
        transform: translate(1.5px, 0.6px);
    }
    65% {
        -webkit-transform: translate(-3.15px, 0.35px);
        transform: translate(-3.15px, 0.35px);
    }
    60% {
        -webkit-transform: translate(3.6px, 1.6px);
        transform: translate(3.6px, 1.6px);
    }
    55% {
        -webkit-transform: translate(-4.05px, 1.8px);
        transform: translate(-4.05px, 1.8px);
    }
    50% {
        -webkit-transform: translate(1.5px, 0px);
        transform: translate(1.5px, 0px);
    }
    45% {
        -webkit-transform: translate(-5.5px, -1.65px);
        transform: translate(-5.5px, -1.65px);
    }
    40% {
        -webkit-transform: translate(4.2px, 2.4px);
        transform: translate(4.2px, 2.4px);
    }
    35% {
        -webkit-transform: translate(0.65px, -0.65px);
        transform: translate(0.65px, -0.65px);
    }
    30% {
        -webkit-transform: translate(-7px, -1.4px);
        transform: translate(-7px, -1.4px);
    }
    25% {
        -webkit-transform: translate(-6.75px, -0.75px);
        transform: translate(-6.75px, -0.75px);
    }
    20% {
        -webkit-transform: translate(-2.4px, 0.8px);
        transform: translate(-2.4px, 0.8px);
    }
    15% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    10% {
        -webkit-transform: translate(4.5px, 2.7px);
        transform: translate(4.5px, 2.7px);
    }
    5% {
        -webkit-transform: translate(-6.65px, 2.85px);
        transform: translate(-6.65px, 2.85px);
    }
}
@-webkit-keyframes electric-20-23-8 {
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    95% {
        -webkit-transform: translate(0.525px, -0.15px);
        transform: translate(0.525px, -0.15px);
    }
    90% {
        -webkit-transform: translate(-0.95px, -0.2px);
        transform: translate(-0.95px, -0.2px);
    }
    85% {
        -webkit-transform: translate(0.225px, -0.45px);
        transform: translate(0.225px, -0.45px);
    }
    80% {
        -webkit-transform: translate(-1.3px, 0.8px);
        transform: translate(-1.3px, 0.8px);
    }
    75% {
        -webkit-transform: translate(-0.875px, 0.5px);
        transform: translate(-0.875px, 0.5px);
    }
    70% {
        -webkit-transform: translate(-2.25px, -0.3px);
        transform: translate(-2.25px, -0.3px);
    }
    65% {
        -webkit-transform: translate(2.625px, -0.35px);
        transform: translate(2.625px, -0.35px);
    }
    60% {
        -webkit-transform: translate(-1px, 0px);
        transform: translate(-1px, 0px);
    }
    55% {
        -webkit-transform: translate(1.575px, 1.8px);
        transform: translate(1.575px, 1.8px);
    }
    50% {
        -webkit-transform: translate(-3.75px, -1px);
        transform: translate(-3.75px, -1px);
    }
    45% {
        -webkit-transform: translate(6.325px, 0.55px);
        transform: translate(6.325px, 0.55px);
    }
    40% {
        -webkit-transform: translate(0.3px, 2.4px);
        transform: translate(0.3px, 2.4px);
    }
    35% {
        -webkit-transform: translate(2.275px, 0px);
        transform: translate(2.275px, 0px);
    }
    30% {
        -webkit-transform: translate(2.45px, -0.7px);
        transform: translate(2.45px, -0.7px);
    }
    25% {
        -webkit-transform: translate(1.125px, 0.75px);
        transform: translate(1.125px, 0.75px);
    }
    20% {
        -webkit-transform: translate(-4.4px, 3.2px);
        transform: translate(-4.4px, 3.2px);
    }
    15% {
        -webkit-transform: translate(8.075px, 2.55px);
        transform: translate(8.075px, 2.55px);
    }
    10% {
        -webkit-transform: translate(1.35px, -1.8px);
        transform: translate(1.35px, -1.8px);
    }
    5% {
        -webkit-transform: translate(4.275px, -1.9px);
        transform: translate(4.275px, -1.9px);
    }
}
@keyframes electric-20-23-8 {
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    95% {
        -webkit-transform: translate(0.525px, -0.15px);
        transform: translate(0.525px, -0.15px);
    }
    90% {
        -webkit-transform: translate(-0.95px, -0.2px);
        transform: translate(-0.95px, -0.2px);
    }
    85% {
        -webkit-transform: translate(0.225px, -0.45px);
        transform: translate(0.225px, -0.45px);
    }
    80% {
        -webkit-transform: translate(-1.3px, 0.8px);
        transform: translate(-1.3px, 0.8px);
    }
    75% {
        -webkit-transform: translate(-0.875px, 0.5px);
        transform: translate(-0.875px, 0.5px);
    }
    70% {
        -webkit-transform: translate(-2.25px, -0.3px);
        transform: translate(-2.25px, -0.3px);
    }
    65% {
        -webkit-transform: translate(2.625px, -0.35px);
        transform: translate(2.625px, -0.35px);
    }
    60% {
        -webkit-transform: translate(-1px, 0px);
        transform: translate(-1px, 0px);
    }
    55% {
        -webkit-transform: translate(1.575px, 1.8px);
        transform: translate(1.575px, 1.8px);
    }
    50% {
        -webkit-transform: translate(-3.75px, -1px);
        transform: translate(-3.75px, -1px);
    }
    45% {
        -webkit-transform: translate(6.325px, 0.55px);
        transform: translate(6.325px, 0.55px);
    }
    40% {
        -webkit-transform: translate(0.3px, 2.4px);
        transform: translate(0.3px, 2.4px);
    }
    35% {
        -webkit-transform: translate(2.275px, 0px);
        transform: translate(2.275px, 0px);
    }
    30% {
        -webkit-transform: translate(2.45px, -0.7px);
        transform: translate(2.45px, -0.7px);
    }
    25% {
        -webkit-transform: translate(1.125px, 0.75px);
        transform: translate(1.125px, 0.75px);
    }
    20% {
        -webkit-transform: translate(-4.4px, 3.2px);
        transform: translate(-4.4px, 3.2px);
    }
    15% {
        -webkit-transform: translate(4.075px, 2.55px);
        transform: translate(4.075px, 2.55px);
    }
    10% {
        -webkit-transform: translate(1.35px, -1.8px);
        transform: translate(1.35px, -1.8px);
    }
    5% {
        -webkit-transform: translate(4.275px, -1.9px);
        transform: translate(4.275px, -1.9px);
    }
}
@-webkit-keyframes electric-20-24-8 {
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    95% {
        -webkit-transform: translate(-0.2px, -0.05px);
        transform: translate(-0.2px, -0.05px);
    }
    90% {
        -webkit-transform: translate(-0.2px, -0.2px);
        transform: translate(-0.2px, -0.2px);
    }
    85% {
        -webkit-transform: translate(1.8px, 0.6px);
        transform: translate(1.8px, 0.6px);
    }
    80% {
        -webkit-transform: translate(1.4px, 0.2px);
        transform: translate(1.4px, 0.2px);
    }
    75% {
        -webkit-transform: translate(-1px, 1px);
        transform: translate(-1px, 1px);
    }
    70% {
        -webkit-transform: translate(-3px, 0.6px);
        transform: translate(-3px, 0.6px);
    }
    65% {
        -webkit-transform: translate(-3.5px, 1.05px);
        transform: translate(-3.5px, 1.05px);
    }
    60% {
        -webkit-transform: translate(-2.8px, 1.6px);
        transform: translate(-2.8px, 1.6px);
    }
    55% {
        -webkit-transform: translate(1.35px, 1.35px);
        transform: translate(1.35px, 1.35px);
    }
    50% {
        -webkit-transform: translate(-2px, 1px);
        transform: translate(-2px, 1px);
    }
    45% {
        -webkit-transform: translate(-4.4px, 0px);
        transform: translate(-4.4px, 0px);
    }
    40% {
        -webkit-transform: translate(-3px, 0.6px);
        transform: translate(-3px, 0.6px);
    }
    35% {
        -webkit-transform: translate(-6.5px, 0px);
        transform: translate(-6.5px, 0px);
    }
    30% {
        -webkit-transform: translate(4.4px, -1.4px);
        transform: translate(4.4px, -1.4px);
    }
    25% {
        -webkit-transform: translate(6.75px, 0px);
        transform: translate(6.75px, 0px);
    }
    20% {
        -webkit-transform: translate(-4.8px, 2.4px);
        transform: translate(-4.8px, 2.4px);
    }
    15% {
        -webkit-transform: translate(6.8px, -2.55px);
        transform: translate(6.8px, -2.55px);
    }
    10% {
        -webkit-transform: translate(2.7px, 0px);
        transform: translate(2.7px, 0px);
    }
    5% {
        -webkit-transform: translate(-4.75px, 1.9px);
        transform: translate(-4.75px, 1.9px);
    }
}
@keyframes electric-20-24-8 {
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    95% {
        -webkit-transform: translate(-0.2px, -0.05px);
        transform: translate(-0.2px, -0.05px);
    }
    90% {
        -webkit-transform: translate(-0.2px, -0.2px);
        transform: translate(-0.2px, -0.2px);
    }
    85% {
        -webkit-transform: translate(1.8px, 0.6px);
        transform: translate(1.8px, 0.6px);
    }
    80% {
        -webkit-transform: translate(1.4px, 0.2px);
        transform: translate(1.4px, 0.2px);
    }
    75% {
        -webkit-transform: translate(-1px, 1px);
        transform: translate(-1px, 1px);
    }
    70% {
        -webkit-transform: translate(-3px, 0.6px);
        transform: translate(-3px, 0.6px);
    }
    65% {
        -webkit-transform: translate(-3.5px, 1.05px);
        transform: translate(-3.5px, 1.05px);
    }
    60% {
        -webkit-transform: translate(-2.8px, 1.6px);
        transform: translate(-2.8px, 1.6px);
    }
    55% {
        -webkit-transform: translate(1.35px, 1.35px);
        transform: translate(1.35px, 1.35px);
    }
    50% {
        -webkit-transform: translate(-2px, 1px);
        transform: translate(-2px, 1px);
    }
    45% {
        -webkit-transform: translate(-4.4px, 0px);
        transform: translate(-4.4px, 0px);
    }
    40% {
        -webkit-transform: translate(-3px, 0.6px);
        transform: translate(-3px, 0.6px);
    }
    35% {
        -webkit-transform: translate(-6.5px, 0px);
        transform: translate(-6.5px, 0px);
    }
    30% {
        -webkit-transform: translate(4.4px, -1.4px);
        transform: translate(4.4px, -1.4px);
    }
    25% {
        -webkit-transform: translate(6.75px, 0px);
        transform: translate(6.75px, 0px);
    }
    20% {
        -webkit-transform: translate(-4.8px, 2.4px);
        transform: translate(-4.8px, 2.4px);
    }
    15% {
        -webkit-transform: translate(3.8px, -2.55px);
        transform: translate(3.8px, -2.55px);
    }
    10% {
        -webkit-transform: translate(2.7px, 0px);
        transform: translate(2.7px, 0px);
    }
    5% {
        -webkit-transform: translate(-4.75px, 1.9px);
        transform: translate(-4.75px, 1.9px);
    }
}
@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.electric-btn {
    z-index: 1;
    position: relative;
    display: block;
}
.electric-btn:hover {
    color: white;
}
.electric-btn .mask {
    position: absolute;
    -webkit-backface-visibility: hidden;
    height: 20%;
    width: 100%;
    overflow: hidden;
    display: none;
}
.electric-btn .mask span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}
.electric-btn .mask:nth-child(6) {
    top: 100%;
}
.electric-btn .mask:nth-child(6) span {
    top: -500%;
}
.electric-btn .mask:nth-child(5) {
    top: 80%;
}
.electric-btn .mask:nth-child(5) span {
    top: -400%;
}
.electric-btn .mask:nth-child(4) {
    top: 60%;
}
.electric-btn .mask:nth-child(4) span {
    top: -300%;
}
.electric-btn .mask:nth-child(3) {
    top: 40%;
}
.electric-btn .mask:nth-child(3) span {
    top: -200%;
}
.electric-btn .mask:nth-child(2) {
    top: 20%;
}
.electric-btn .mask:nth-child(2) span {
    top: -100%;
}
li:not(.active):hover .electric-btn .text {
    -webkit-animation: fade-in 0.8s both;
    animation: fade-in 0.8s both;
}
li:not(.active):hover .electric-btn .mask {
    display: block;
}
li:not(.active):hover .electric-btn .mask:nth-child(6),
li:not(.active):hover .electric-btn .mask:nth-child(7) {
    display: none !important;
}
li:not(.active):hover .electric-btn .mask:nth-child(4) {
    -webkit-animation: electric-20-23-8 0.3s both;
    animation: electric-20-23-8 0.3s both;
}
li:not(.active):hover .electric-btn .mask:nth-child(3) {
    -webkit-animation: electric-20-22-8 0.3s both;
    animation: electric-20-22-8 0.3s both;
}
li:not(.active):hover .electric-btn .mask:nth-child(2) {
    -webkit-animation: electric-20-21-8 0.3s both;
    animation: electric-20-21-8 0.3s both;
}
/*--------   2.2.1 Slide Menu    --------*/
body.slide-active {
    overflow-x: hidden;
}
#page-content {
    position: relative;
    left: 0;
}
#page-content.slide-active {
    padding-top: 0;
}
.navbar-header {
    position: relative;
}
.bulb-block-title span {
    color: #f47629;
    font-weight: 700;
    font-size: 28px;
}
@media (max-width: 991px) {
    #slide-nav .container {
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
    }
    #slide-nav .navbar-header {
        margin: 0 auto;
        padding: 0 15px;
        float: none;
    }
    #slide-nav .navbar.slide-active {
        position: absolute;
        width: 270px;
        top: -1px;
        z-index: 1000;
    }
    #slide-nav #slidemenu {
        left: -100%;
        width: 270px;
        min-width: 0;
        position: absolute;
        padding-left: 0;
        z-index: 100000;
        top: 0;
        margin: 0;
    }
    #slide-nav #slidemenu .navbar-nav {
        min-width: 0;
        width: 100%;
        margin: 10px 0 0;
        background-color: #252936;
    }
    #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
        min-width: 0;
        width: 100%;
        white-space: normal;
    }
    #slide-nav {
        border-top: 0;
    }
    #navbar-height-col {
        position: fixed;
        top: 0;
        height: 100%;
        bottom: 0;
        width: 270px;
        left: -270px;
        background: #252936;
    }
}
@media (min-width: 992px) {
    #page-content {
        left: 0 !important;
    }
    .navbar.navbar-fixed-top.slide-active {
        position: fixed;
    }
    .navbar-header {
        left: 0 !important;
    }
}
/*--------   2.3 Footer          --------*/
.page-footer {
    position: relative;
    background: #252936;
    color: #fff;
    padding: 0 0 54px;
    clear: both;
}
.page-footer .footer-top {
    margin-bottom: 60px;
    padding: 15px 0;
    background: #f47629;
    font-size: 26px;
    line-height: 28px;
    font-weight: 500;
}
@media (min-width: 768px) {
    .page-footer .footer-top .row {
        display: table;
        width: 100%;
    }
    .page-footer .footer-top [class^="col-"],
    .page-footer .footer-top [class*=" col-"] {
        position: relative;
        display: table-cell;
        vertical-align: top;
        text-align: center;
        float: none;
    }
    .page-footer .footer-top .col-sm-1::after {
        content: "•";
        position: absolute;
        left: 50%;
        margin-left: -3px;
        top: 0;
    }
}
.page-footer .container {
    position: relative;
    z-index: 100;
}
.page-footer .logo {
    margin-top: 10px;
    margin-bottom: 35px;
}
.page-footer .logo img {
    max-width: 100%;
    display: inline-block;
}
.page-footer .copyright {
    color: #9c9fa9;
}
.page-footer .copyright {
    font-size: 16px;
    line-height: 22px;
    margin: 45px 0 20px;
}
.page-footer #footer-map {
    height: 225px;
    width: 100%;
}
.page-footer .contact-list {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}
.page-footer .contact-list li {
    margin-bottom: 14px;
}
.page-footer .contact-list li span.list-label {
    display: block;
    min-width: 65px;
    float: left;
    padding-right: 5px;
}
.page-footer .contact-list li a {
    color: #fff;
    text-decoration: none;
}
.page-footer .contact-list li a:hover {
    color: #f47629;
}
.page-footer .contact-list li b {
    color: #f47629;
    font-weight: 300;
}
.page-footer .contact-list li span.text {
    display: block;
    overflow: hidden;
}
.page-footer .social-links ul li a {
    color: #7a8195;
    font-size: 42px;
}
.footer-widget3 iframe {
    width: 100%;
    height: 230px;
}
@media (max-width: 1199px) {
    .page-footer .footer-top {
        margin-bottom: 40px;
        font-size: 22px;
        line-height: 26px;
    }
}
@media (max-width: 767px) {
    .page-footer {
        padding: 0 0 30px;
    }
    .page-footer .logo {
        text-align: center;
    }
    .page-footer .visible-xs .logo,
    .page-footer .hidden-xs-content .copyright,
    .page-footer .hidden-xs-content .widget_electricity-social-media {
        display: none;
    }
    .page-footer .footer-top {
        margin-bottom: 15px;
        padding: 15px 0;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }
    .page-footer .footer-row {
        padding: 0 15px;
    }
    .page-footer #footer-map {
        margin: 15px -30px 25px;
        width: calc(100% + 60px);
    }
    .page-footer .contact-list {
        font-size: 14px;
        margin: 15px 0 35px;
        overflow: hidden;
    }
}
.footer-widget3 iframe {
    width: 100%;
}
/* back to top button */
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
@media (max-width: 1399px) {
    .back-to-top {
        right: 20px;
    }
}
@media (max-width: 1199px) {
    .back-to-top {
        bottom: 30px;
        right: 15px;
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .back-to-top {
        bottom: 60px;
    }
}
.back-to-top a {
    display: block;
    color: #fff;
    font-size: 34px;
    line-height: 72px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.1);
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
@media (max-width: 1399px) {
    .back-to-top a {
        width: 62px;
        height: 62px;
        font-size: 28px;
        line-height: 62px;
        opacity: 0.7;
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1);
    }
}
@media (max-width: 991px) {
    .back-to-top a {
        width: 52px;
        height: 52px;
        font-size: 24px;
        line-height: 54px;
        opacity: 0.7;
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1);
    }
}
@media (max-width: 479px) {
    .back-to-top a {
        width: 46px;
        height: 46px;
        font-size: 22px;
        line-height: 48px;
        box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    }
}
.back-to-top:hover {
    transform: translateY(-10px);
}
.back-to-top:hover a {
    background: #fff;
    color: #f47629;
}
@media (max-width: 1399px) {
    .back-to-top:hover a {
        opacity: 1;
    }
}
.back-to-top.visible {
    opacity: 1;
}
@media (max-width: 767px) {
    .page-footer .footer-widget3 {
        margin: 15px -30px 25px;
        width: calc(100% + 60px);
    }
    .page-footer .col-sm-5 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
/*--------   2.4 Main Slider     --------*/
.slider-wrapper {
    position: relative;
    margin-top: -27px;
}
/* Caption styles */
.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    width: 100%;
    z-index: 90;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nivo-caption p {
    padding: 5px;
    margin: 0;
}
.nivo-caption a {
    display: inline !important;
}
.nivo-html-caption {
    display: none;
}
@media (max-width: 1199px) {
    .nivo-directionNav {
        display: none;
    }
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position: absolute;
    top: 50%;
    z-index: 9;
    cursor: pointer;
}
.nivo-prevNav {
    left: 0px;
}
.nivo-nextNav {
    right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
}
.nivo-controlNav a {
    cursor: pointer;
}
.nivo-controlNav a.active {
    font-weight: bold;
}
/*
Skin Name: Nivo Slider Default Theme
*/
.theme-default .nivoSlider {
    position: relative;
    background: #fff;
    margin-bottom: 0;
}
.theme-default .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.theme-default .nivoSlider a {
    border: 0;
    display: block;
}
.theme-default .nivo-directionNav a {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    opacity: 0;
    text-align: center;
    color: #fff;
    z-index: 10000;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
@media (max-width: 767px) {
    .theme-default .nivo-directionNav a {
        opacity: 1;
    }
}
.wpcf7-form-control-wrap {
    position: relative;
}
.contactForm-box .wpcf7-form-control-wrap {
    display: inline-block;
}
span.wpcf7-not-valid-tip {
    font-size: 1em;
    display: block;
    margin-bottom: 25px;
    color: #f47629;
}
@media (max-width: 767px) {
    span.wpcf7-not-valid-tip {
        font-size: 12px;
        margin-bottom: 5px;
    }
}
.theme-default .nivo-directionNav a:before {
    content: "\e917";
    font-family: "Electrician";
    font-size: 7vw;
    line-height: 1em;
}
.theme-default:hover .nivo-directionNav a {
    opacity: 1;
}
.theme-default a.nivo-nextNav {
    right: 15px;
}
.theme-default a.nivo-prevNav {
    left: 15px;
}
@media (max-width: 767px) {
    .theme-default .nivo-directionNav a {
        width: 40px;
    }
    .theme-default .nivo-directionNav a:before {
        font-size: 30px;
        line-height: 70px;
    }
    .theme-default a.nivo-nextNav {
        right: 0;
    }
    .theme-default a.nivo-prevNav {
        left: 0;
    }
}
.theme-default .nivo-directionNav a.nivo-prevNav:before {
    content: "\e916";
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}
/* nivo-caption text */
.nivo-caption .text {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    -ms-animation-fill-mode: backwards;
    -o-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: none;
    animation-iteration-count: none;
}
.nivo-caption .text1 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 86px;
    margin-bottom: 0.4em;
    line-height: 0.9em;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.nivo-caption .text2 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 50px;
    font-style: italic;
    margin-bottom: 0.95em;
    line-height: 1em;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.nivo-caption .text3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    margin-bottom: 6em;
}
.nivo-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 8%;
    bottom: 0;
    overflow: hidden;
    background: 0 0;
    text-align: center;
    opacity: 1;
}
@media (max-width: 1199px) {
    .nivo-caption .text1 {
        font-size: 60px;
        margin-bottom: 0.25em;
    }
    .nivo-caption .text2 {
        font-size: calc(1.2vw + 10px);
    }
    .nivo-caption a.btn,
    .nivo-caption a.btn.btn-lg {
        height: 34px;
        font-size: 14px;
        line-height: 20px;
        padding: 4px 16px 10px;
        border-radius: 4px;
    }
}
.nivo-lide-top {
    top: -37px !important;
}
@media (max-width: 991px) {
    .slider-wrapper {
        margin-top: 0;
    }
    .nivo-caption .text1 {
        font-size: 50px;
        margin-bottom: 0.25em;
        font-weight: 600;
    }
    .nivo-caption .text2 {
        font-size: 29px;
        margin-bottom: 0.8em;
        font-weight: 300;
    }
    .nivo-caption a.btn,
    .nivo-caption a.btn.btn-lg {
        height: 34px;
        font-size: 14px;
        line-height: 20px;
        padding: 4px 16px 10px;
        border-radius: 4px;
    }
    .nivo-lide-top {
        top: 0 !important;
    }
}
.nivo-caption a.btn,
.nivo-caption a.btn.btn-lg {
    padding: 16px 30px 20px;
}
@media (max-width: 767px) {
    .nivo-caption a.btn,
    .nivo-caption a.btn.btn-lg {
        padding: 6px 10px 12px;
    }
    .maintenence-free .block.bg-dark h3 {
        font-size: 24px !important;
    }
    .page-footer .footer-top .textwidget p {
        text-align: center !important;
    }
    .fixed-prices .col-lg-6 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .table-wrapper {
        overflow-x: auto;
    }
    .big-button .services-btn-full .btn-invert {
        padding: 16px 20px 19px !important;
        height: 66px !important;
        font-size: 20px !important;
    }
}
/*---------------------------------------*/
/*--------   1. Main Structure   --------*/
/*---------------------------------------*/
/*--------   1.1 Layout Styles   --------*/
/*--------   1.2 Header          --------*/
/*--------   1.2.1 Slide Menu    --------*/
/*--------   1.3 Footer          --------*/
/*--------   1.4 Main Slider     --------*/
/*---------------------------------------*/
/*--------       3. Content      --------*/
/*---------------------------------------*/
/*-----  3.1 Breadcrumbs block   --------*/
.breadcrumbs {
    background-color: #fff;
    border-bottom: 1px solid #d3d4d7;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 20px 0px;
    text-align: center;
}
.breadcrumbs span {
    text-transform: uppercase;
    color: #444;
    font-weight: 400;
    font-size: 14px;
}
.breadcrumbs a {
    text-transform: uppercase;
    color: #444;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    font-size: 14px;
}
@media (max-width: 767px) {
    .breadcrumbs {
        margin-bottom: 40px;
    }
}
.breadcrumbs .breadcrumb {
    background-color: transparent;
    display: inline-block;
    padding: 20px 0;
    border-radius: 0;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.breadcrumbs .breadcrumb li,
.breadcrumbs .breadcrumb a {
    color: #b3b6bf;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
.breadcrumbs .breadcrumb a:hover {
    text-decoration: none;
    color: #252936;
}
.breadcrumbs .breadcrumb>li {
    display: inline-block;
}
.breadcrumbs .breadcrumb>li+li:before {
    content: "›";
    padding: 0 15px;
    color: #b3b6bf;
}
/*-----  3.2 Category block      --------*/
.category-item {
    margin-bottom: 50px;
    text-align: center;
    display: block;
}
@media (max-width: 767px) {
    .category-item:last-child {
        margin-bottom: 15px;
    }
}
.category-image img {
    height: auto;
    max-width: 100%;
}
.category-item .category-image {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
}
.category-item .category-image a {
    margin: 0 auto;
    display: inline-block;
}
.category-item .category-image:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: -200%;
    top: 0;
    width: 200%;
    height: 100%;
    background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transition: 0s ease-in-out;
    -moz-transition: 0s ease-in-out;
    -ms-transition: 0s ease-in-out;
    -o-transition: 0s ease-in-out;
    pointer-events: none;
}
.category-item .category-image img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    -webkit-transform: translateZ(0) scale(1, 1);
}
.category-item:hover .category-image:before {
    left: 200%;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -ms-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
}
.category-item .category-title {
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: none;
}
@media (max-width: 767px) {
    .category-item .category-title {
        font-size: 18px;
        line-height: 24px;
    }
}
.category-item .category-text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
@media (max-width: 768px) {
    .category-item .category-image {
        display: inline-block;
    }
}
.work-categories-slide .vc_column-inner {
    padding-top: 0 !important;
}
@media (min-width: 768px) {
    .category-carousel [class*="col-"] {
        display: inline-block;
        float: none;
        vertical-align: top;
        margin-right: -4px;
    }
}
@media (min-width: 768px) {
    .skew-wrapper {
        position: relative;
        overflow: unset;
        height: 450px;
        background: #252936;
    }
    .skew-wrapper:before,
    .skew-wrapper:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 210px;
        z-index: 100;
        background: url(images/flash.png) no-repeat center top;
    }
    .skew-wrapper:after {
        left: auto;
        right: 0;
    }
    .skew-wrapper .skew {
        transform: skew(16deg, 0);
        overflow: hidden;
        display: block;
        width: 33.333333%;
        height: 100%;
        position: relative;
        float: left;
        transition: all 0.3s ease 0.05s;
        top: 0;
    }
    .skew-wrapper .skew:before {
        content: "";
        z-index: 100;
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 100%);
        -webkit-transition: 0s ease-in-out;
        -moz-transition: 0s ease-in-out;
        -ms-transition: 0s ease-in-out;
        -o-transition: 0s ease-in-out;
        pointer-events: none;
    }
    .skew-wrapper .skew:hover:before {
        left: 100%;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -ms-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
    }
    .skew-wrapper .skew+.skew {
        margin-left: -2px;
    }
    .skew-wrapper .skew .straight-image {
        background-position: center;
        background-repeat: repeat;
    }
    .skew-wrapper .skew.min {
        width: 25%;
    }
    .skew-wrapper .skew.active {
        width: 50%;
        z-index: 99;
    }
    .skew-wrapper .straight-image {
        position: absolute;
        height: 100%;
        width: 200%;
        left: -50%;
        transform: skew(-16deg, 0);
    }
    .skew-wrapper .straight {
        position: absolute;
        transform: translate(-50%, -50%) skew(-16deg, 0);
        display: block;
        text-align: center;
        top: 50%;
        left: 50%;
        z-index: 10;
    }
    .skew-wrapper .straight .title {
        display: block;
        margin-bottom: 1em;
        font-size: 38px;
        line-height: 40px;
        font-weight: 500;
        color: #fff;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    }
}
@media (max-width: 1199px) {
    .skew-wrapper {
        padding: 0 50px;
    }
    .skew-wrapper:before,
    .skew-wrapper:after {
        display: none;
    }
}
@media (max-width: 767px) {
    .skew-wrapper {
        position: relative;
        overflow: unset;
        height: 450px;
    }
    .skew-wrapper .skew {
        overflow: unset;
        display: block;
        width: 100%;
        height: 200px;
        position: relative;
    }
    .skew-wrapper .skew .straight-image {
        background-position: center;
        background-repeat: repeat;
    }
    .skew-wrapper .straight-image {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        transform: skew(0deg, 0);
    }
    .skew-wrapper .straight {
        position: absolute;
        transform: translate(-50%, -50%);
        text-align: center;
        top: 50%;
        left: 50%;
        z-index: 10;
    }
    .skew-wrapper .straight .title {
        display: block;
        margin-bottom: 1em;
        font-size: 38px;
        line-height: 40px;
        font-weight: 400;
        color: #fff;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    }
    .skew-wrapper .slick-dots {
        position: relative;
        bottom: 0;
        margin: 20px 0 0;
    }
}
/*-----  3.3 Pricing block       --------*/
.price-table>tbody>tr.table-header {
    background: #f47629 !important;
}
.price-table>tbody>tr>th {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    border: 0;
    padding: 18px 20px 17px;
}
.price-table>tbody>tr>td {
    border: 0;
    padding: 13px 20px 12px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
.price-table>tbody>tr:nth-of-type(even) {
    background-color: #f4f4f5;
}
.price-table>tbody>tr:nth-of-type(odd) {
    background-color: #eeeef3;
}
@media (max-width: 480px) {
    .price-table>tbody>tr>th,
    .price-table>tbody>tr>td {
        padding: 5px;
        font-size: 13px;
        line-height: 15px;
    }
}
/*-----  3.4 Video block --------*/
.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.video-responsive iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/*-----  3.5 Brands block        --------*/
.brands-carousel .slick-slide {
    padding: 0 4px;
}
.brands-carousel .slick-slide img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter 0.3s, opacity 0.3s;
    -webkit-transition: filter 0.3s, -webkit-filter 0.3s, opacity 0.3s;
    opacity: 0.9;
}
.brands-carousel .slick-slide:hover img,
.brands-carousel .slick-slide:focus img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
}
@media (min-width: 768px) {
    .brands-carousel-row.brand-title {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
    }
    .brand-title .wpb_content_element {
        margin-bottom: 0px !important;
        margin-top: 15px;
    }
}
/*-----  3.6 Text + Icon block   --------*/
.about-content-text .wpb_text_column.wpb_content_element {
    margin-bottom: 20px;
}
.about-page-icon .text-icon-icon span .icon {
    font-size: 66px;
    line-height: 110px;
}
.text-icon {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}
.text-icon-icon {
    text-align: center;
    margin-bottom: 8px;
}
.text-icon-icon span {
    display: inline-block;
    position: relative;
    width: 113px;
    height: 113px;
    border-radius: 50%;
    background: #fff;
}
.text-icon-icon span .icon {
    position: relative;
    z-index: 1;
    font-size: 76px;
    line-height: 113px;
    color: #f47629;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}
.text-icon-icon .icon-hover {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #ff9b36;
    background: -webkit-gradient( linear, left top, left bottom, from(#ff9b36), to(#ff7b2b));
    background: -webkit-linear-gradient(top, #ff9b36, #ff7b2b);
    background: -moz-linear-gradient(top, #ff9b36, #ff7b2b);
    background: -ms-linear-gradient(top, #ff9b36, #ff7b2b);
    background: -o-linear-gradient(top, #ff9b36, #ff7b2b);
    -webkit-box-shadow: 0 4px 0 0 #e8e8e8;
    -moz-box-shadow: 0 4px 0 0 #e8e8e8;
    box-shadow: 0 4px 0 0 #e8e8e8;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
}
.text-icon:hover .icon-hover {
    opacity: 1;
}
.text-icon:hover .icon {
    color: #fff;
}
.text-icon-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: none;
}
.text-icon-text {
    max-width: 260px;
    margin: 0 auto;
}
.text-icon.last {
    margin-bottom: 0;
}
/* text icon horizontal */
.text-icon-hor {
    position: relative;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.text-icon-hor-icon {
    margin-bottom: 20px;
    position: absolute;
    display: block;
    width: 85px;
    text-align: center;
}
.text-icon-hor-icon .icon {
    position: relative;
    z-index: 1;
    font-size: 48px;
    line-height: 50px;
    color: #fff;
}
.text-icon-hor-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight: normal;
    text-transform: uppercase;
}
.text-icon-hor-text {
    padding-left: 85px;
}
/* text icon horizontal */
.text-icon-sm {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.text-icon-sm-icon {
    text-align: center;
    margin-bottom: 15px;
}
.text-icon-sm-icon span {
    display: inline-block;
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #fff;
}
.text-icon-sm-icon span .icon {
    position: relative;
    z-index: 1;
    font-size: 66px;
    line-height: 110px !important;
    color: #f47629;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}
.text-icon-sm-icon .icon-hover {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-box-shadow: 0 4px 0 0 #e8e8e8;
    -moz-box-shadow: 0 4px 0 0 #e8e8e8;
    box-shadow: 0 4px 0 0 #e8e8e8;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
}
.text-icon-sm:hover .icon-hover {
    opacity: 1;
}
.text-icon-sm:hover .icon {
    color: #fff;
}
.text-icon-sm-title {
    font-size: 22px;
    line-height: 26px;
    margin: 0 auto;
    font-weight: 500;
    text-transform: none;
    max-width: 200px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-icon-grid .col-md-4:nth-child(3n + 1),
    .text-icon-grid-flex .col-md-4:nth-child(3n + 1) {
        clear: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-icon-grid .col-sm-6:nth-child(2n + 1) {
        clear: left;
    }
}
@media (max-width: 767px) {
    .text-icon-grid .col-xs-6:nth-child(2n + 1) {
        clear: left;
    }
}
@media (max-width: 991px) {
    .text-icon-grid-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .text-icon-grid-flex .col-xs-6 {
        flex: 0 0 49.5%;
        max-width: 49.5%;
    }
}
/*-----  3.7 Testimonials block  --------*/
.testimonials-item {
    margin: 0 0 20px;
    padding: 32px 0 0;
    text-align: center;
}
.testimonials-item .testimonials-username {
    font-size: 18px;
    font-weight: 500;
    margin: 25px 0 0;
    color: #fff;
}
@media (max-width: 767px) {
    .testimonials-item .testimonials-username {
        margin-top: 15px;
    }
}
.testimonials-item .testimonials-text {
    position: relative;
    color: #fff;
    font-size: 24px;
    line-height: 1.5em;
    font-style: italic;
    font-weight: 100;
}
@media (max-width: 767px) {
    .testimonials-item .testimonials-text {
        font-size: 20px;
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .testimonials {
        margin: 0 0 15px;
    }
}
.testimonials-carousel.slick-slider {
    padding: 0 0 45px;
}
@media (max-width: 991px) {
    .testimonials-carousel.slick-slider {
        padding: 0;
    }
}
.testimonials-carousel.slick-slider:before,
.testimonials-carousel.slick-slider:after {
    position: absolute;
    width: 120px;
    text-align: center;
    top: 25px;
    left: -120px;
    content: "\e90d";
    font-family: "Electrician";
    font-size: 42px;
    line-height: 42px;
    color: #f47629;
    font-style: normal;
}
@media (max-width: 767px) {
    .testimonials-carousel.slick-slider:before,
    .testimonials-carousel.slick-slider:after {
        left: -40px;
        font-size: 32px;
        top: 0;
    }
}
.testimonials-carousel.slick-slider:after {
    left: auto;
    right: -120px;
    content: "\e911";
}
@media (max-width: 767px) {
    .testimonials-carousel.slick-slider:after {
        right: -40px;
        top: auto;
        bottom: 0;
    }
}
.testimonials-box {
    width: 33.333%;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .testimonials-box {
        width: 50%;
    }
}
@media (max-width: 665px) {
    .testimonials-box {
        width: 100%;
    }
}
.testimonials-box .inside {
    height: 100%;
    padding: 30px 28px;
    text-align: left;
    background: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    color: #252936;
    position: relative;
    margin: 0 15px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.testimonials-box-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    padding-left: 48px;
    position: relative;
    margin-bottom: 20px;
    color: #000;
}
@media (max-width: 767px) {
    .testimonials-box-title {
        font-size: 18px;
    }
}
.testimonials-box-title:after {
    position: absolute;
    left: -7px;
    top: 0;
    content: "\e90d";
    font-family: "Electrician";
    color: #f47629;
    font-size: 40px;
}
.testimonials-box-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}
.testimonials-box-username {
    margin-top: auto;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}
@media (max-width: 1199px) {
    .testimonials-box-username {
        font-size: 16px;
    }
}
.testimonials-grid {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.more-loader {
    display: none;
}
.more-loader.visible {
    display: block;
    text-align: center;
    padding-bottom: 25px;
}
/*-----  3.8 Request form block  --------*/
.request-form {
    position: relative;
}
.request-form .inside {
    background-color: #252936;
    padding: 20px 20px 0;
    color: #fff;
    overflow: hidden;
}
.request-form h4 {
    margin-bottom: 0;
    display: inline-block;
    font-size: 24px;
    line-height: 22px;
    padding: 10px 25px;
    font-weight: 500;
    color: #fff;
    background-color: #f47629;
    border-radius: 6px 6px 0 0;
    text-transform: none;
    position: absolute;
    top: -42px;
    z-index: 99;
}
input.wpcf7-form-control.wpcf7-submit.contact-form {
    background-color: #f47629;
    padding: 11px 30px;
    width: 15%;
    border: 1px solid #f47629;
    border-radius: 5px;
}
.request-form form input[type="number"],
.request-form form input[type="text"],
.request-form form input[type="email"] {
    display: inline-block;
    vertical-align: top;
    width: 311px;
    margin-right: 10px;
    height: 47px !important;
    margin-bottom: 0px;
}
.request-form-top .wpcf7-form-control.wpcf7-submit.btn {
    width: 260px;
    height: 47px;
    position: relative;
    margin-left: 15px;
}
@media (max-width: 1199px) {
    .request-form-top .wpcf7-form-control.wpcf7-submit.btn {
        margin: 15px 10px;
    }
}
@media (max-width: 767px) {
    .request-form-top .wpcf7-form-control.wpcf7-submit.btn {
        margin: 0px auto;
        min-width: calc(50% - 3px);
        max-width: 370px;
    }
}
@media (min-width: 1024px) {
    .request-form-top .wpcf7-form-control-wrap .wpcf7-form-control {
        width: 100%;
        margin-right: 12px;
        height: 47px !important;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .request-form-top .wpcf7-form-control.wpcf7-submit.btn {
        width: 205px;
        margin: 0 !important;
    }
}
.request-form form button {
    display: inline-block;
    vertical-align: top;
    float: right;
}
.request-form form .placeholder-dark {
    color: #252936;
}
.request-form form input::-webkit-input-placeholder {
    color: #252936;
}
.request-form form input::-moz-placeholder {
    color: #252936;
}
.request-form form input:-ms-input-placeholder {
    color: #252936;
}
.request-form form input:-moz-placeholder {
    color: #252936;
}
@media (max-width: 1199px) {
    .request-form form input[type="text"] {
        width: 215px;
    }
}
@media (max-width: 991px) {
    .request-form form input[type="text"] {
        width: 157px;
    }
}
@media (max-width: 767px) {
    .request-form form input[type="number"],
    .request-form form input[type="text"],
    .request-form form input[type="email"],
    .request-form form input[type="submit"],
    .request-form form button {
        display: block;
        width: 100% !important;
        margin: 0 0 5px;
        float: none;
        padding: 3px;
    }
    body .request-form form input[type="number"] {
        margin-bottom: 10px;
    }
    .request-form .vc_column-inner {
        padding: 0;
    }
    .request-form form button {
        margin: 0;
    }
}
/*-----  3.9 Gallery block       --------*/
.gallery__item {
    position: relative;
    float: left;
    width: 24.99%;
    overflow: hidden;
    background: #071638;
}
@media (max-width: 767px) {
    .gallery__item {
        width: 49.99%;
    }
}
@media (max-width: 480px) {
    .gallery__item {
        width: 49.99%;
    }
}
.gallery__item img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: auto;
}
.gallery__item .hover {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background-color: rgba(244, 118, 41, 0.95);
    text-decoration: none !important;
    text-transform: uppercase;
}
.gallery__item .hover span {
    display: block;
}
.gallery__item .hover .inside {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: normal;
}
.gallery__item .hover .inside .icon {
    font-size: 50px;
    margin-bottom: 5px;
}
.gallery__item__image {
    overflow: hidden;
}
.gallery__item:hover .hover {
    opacity: 1;
}
.filters-by-category ul {
    margin: 15px 0 35px;
    padding: 0;
    list-style: none;
    text-align: center;
}
.filters-by-category ul li {
    display: inline-block;
    line-height: 1em;
    margin: 0 8px 10px;
}
.filters-by-category ul li a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    padding: 5px 10px 15px;
    border-bottom: 2px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.filters-by-category ul li a:hover,
.filters-by-category ul li a.selected {
    border-color: #f47629;
}
@media (max-width: 1199px) {
    .filters-by-category ul {
        margin: 0 0 25px;
    }
    .filters-by-category ul li {
        margin: 0 5px 6px;
    }
}
@media (max-width: 991px) {
    .filters-by-category ul {
        margin: 0 0 15px;
    }
    .filters-by-category ul li {
        margin: 0 4px 4px;
    }
    .filters-by-category ul li a {
        font-size: 16px;
        line-height: 20px;
        padding: 5px 7px;
    }
}
/*-----  3.10 Bulb block       --------*/
.bulb-block {
    max-width: 370px;
    margin: 0 auto;
    text-align: center;
}
.bulb-block .bulb {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    -webkit-transform: translateZ(0) scale(1, 1);
}
.bulb-block .bulb:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    background-color: #252936;
}
.bulb-block .bulb .bulb-img img,
.bulb-block .bulb .bulb-mask img {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: optimizeQuality;
    -webkit-transform: translateZ(0) scale(1, 1);
    height: auto;
}
.bulb-block .bulb .bulb-img img {
    opacity: 0.4;
    -webkit-transition: opacity 0.5s ease-in-out 0s;
    -moz-transition: opacity 0.5s ease-in-out 0s;
    -ms-transition: opacity 0.5s ease-in-out 0s;
    -o-transition: opacity 0.5s ease-in-out 0s;
}
.bulb-block .bulb .bulb-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
}
.bulb-block:hover .bulb-img img {
    opacity: 1;
}
.bulb-block .bulb-block-title,
.bulb-block .bulb-block-text {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}
.bulb-block .bulb-block-text {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}
.bulb-block .bulb-block-title b {
    color: #f47629;
    font-weight: 500;
}
.bulb-block .bulb-block-title {
    text-transform: none;
}
.bulb-block .person-name {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.bulb-block .person-position {
    font-size: 18px;
    line-height: 24px;
}
.bulb-carousel.slick-slider .slick-dots {
    position: relative;
    margin-top: 30px;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .bulb-block {
        margin-bottom: 0;
        max-width: 270px;
    }
    .bulb-carousel.slick-slider .slick-dots {
        margin-top: 10px;
    }
}
.category-item .wpb_content_element {
    margin-bottom: 20px;
}
/*-----  3.11 Faq page         --------*/
.panel-group {
    margin-top: 35px;
    margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
    .panel-group {
        margin-top: 15px;
        margin-bottom: 30px;
    }
}
.faq-item .panel {
    margin-bottom: 30px;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.faq-item.last .panel {
    border-bottom: 0;
}
.faq-item .panel-heading {
    position: relative;
    background: #eeeef3;
    padding: 0;
}
.faq-item .panel-heading .panel-title {
    text-align: left !important;
}
.faq-item .panel-heading .panel-title>a {
    display: block;
    position: relative;
    padding: 20px 50px 20px 85px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    text-transform: none;
    color: #252936;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}
.faq-item .panel-heading .panel-title>a:hover {
    color: #f47629;
}
.faq-item .panel-heading a,
.faq-item .panel-heading a:hover {
    text-decoration: none;
    -webkit-transition: all 0.25 ease;
    -moz-transition: all 0.25 ease;
    -ms-transition: all 0.25 ease;
    -o-transition: all 0.25 ease;
}
.faq-item .panel-heading a>span.caret-toggle {
    display: block;
    position: absolute;
    z-index: 1;
    top: 7px;
    left: 7px;
    width: 51px;
    height: 51px;
    font-size: 24px;
    line-height: 51px;
    background-color: #f4f4f5;
    border-radius: 50%;
    text-align: center;
}
.faq-item .panel-heading a>span.closed {
    line-height: 53px;
}
.faq-item .panel-heading a:not(.collapsed)>span.opened {
    display: none;
}
.faq-item .panel-heading a.collapsed>span.closed {
    display: none;
}
.faq-item .panel-collapse {
    background: transparent;
}
.faq-item .panel-body {
    border: 0;
    background-color: #f4f4f5;
    padding: 15px 0 15px 85px;
}
.faq-item .panel-body>p:last-child {
    margin-bottom: 0;
}
.faq-item .panel-heading+.panel-collapse>.panel-body {
    border: 0;
}
/*-----  3.12 Blog page         --------*/
.blog-post {
    background-color: #fff;
    margin-bottom: 50px;
}
.blog #pageContent,
.single-post #pageContent {
    padding-top: 0px !important;
}
.electrician-blog p {
    font-size: 15px;
    line-height: 19px;
    margin: 10px 0px;
}
.nav-previous a span.post-title {
    font-size: 16px;
}
.comment-awaiting-moderation {
    margin-left: 100px;
}
.navigation .screen-reader-text {
    display: none;
}
.blog-post .post-content {
    padding: 45px 25px 25px 95px;
    position: relative;
}
.blog-post .post-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}
.blog-post .post-video iframe,
.blog-post .post-video object,
.blog-post .post-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.blog-post .post-music iframe,
.blog-post .post-music object,
.blog-post .post-music embed {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
}
.blog-post .post-quote {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(53, 58, 77, 0.75);
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.blog-post .post-quote p {
    position: relative;
    font-size: 24px;
    line-height: 36px;
    font-style: italic;
    font-weight: 400;
    margin: 0 15%;
    width: 70%;
    color: #fff;
}
.blog-post .post-audio iframe {
    width: 100%;
    border: none;
}
.pagination .nav-links a.page-numbers,
.pagination .nav-links span.page-numbers.current {
    border: 1px solid #ccc;
    padding: 8px 12px;
}
.pagination .nav-links span.page-numbers.current {
    background-color: #f47629;
    border: 1px solid #f47629;
    color: #fff;
}
.pagination .nav-links a.page-numbers:hover,
.pagination .nav-links span.page-numbers.current:hover {
    text-decoration: none;
}
.blog-post .post-quote p:after,
.blog-post .post-quote p:before {
    font-family: "Electrician";
    content: "\e90d";
    display: block;
    position: absolute;
    top: -20px;
    left: -14%;
    color: #f47629;
    font-size: 42px;
    line-height: 1em;
    font-style: normal;
}
.calendar_wrap table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    max-width: 350px;
}
@media (max-width: 767px) {
    .blog-post .post-quote p:after,
    .blog-post .post-quote p:before {
        font-size: 30px;
    }
}
.blog-post .post-quote p:before {
    content: "\e911";
    left: auto;
    right: -14%;
}
.blog-post .post-quote .quote-author {
    margin-top: 36px;
    position: relative;
    font-size: 18px;
    line-height: 24px;
}
.blog-post .post-image {
    position: relative;
    border-radius: 0;
    text-align: center;
}
.blog-post .post-image img {
    width: 100%;
    height: auto;
}
.blog-post .post-image .post-link-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.blog-post .post-image .post-link {
    font-size: 42px;
    line-height: 1em;
    color: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}
@media (max-width: 767px) {
    .blog-post .post-image .post-link {
        font-size: 4vw;
    }
}
.blog-post .post-image .post-link:hover {
    color: #f47629;
    text-decoration: none;
}
.blog-post .post-date {
    position: absolute;
    background: #f47629;
    width: 69px;
    height: 68px;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    padding: 9px 0;
}
.blog-post .post-date .day {
    display: block;
    font-size: 34px;
    line-height: 1em;
    font-weight: bold;
}
.blog-post .post-date .month {
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.blog-post .post-title {
    margin-bottom: 5px;
    padding: 0;
    line-height: 1.1em;
    word-wrap: break-word;
    font-size: 44px !important;
}
@media (max-width: 767px) {
    .blog-post .post-title {
        font-size: 36px;
    }
}
td#today {
    color: red;
}
.blog-post .post-meta {
    color: #252936;
    font-size: 15px;
    position: absolute;
    top: 107px;
    left: 0;
}
.blog-post .post-meta i.icon,
.blog-post .post-meta span {
    display: inline-block;
    vertical-align: middle;
}
.blog-post .post-meta i.icon {
    font-size: 16px;
    padding-right: 7px;
}
.blog-post .post-meta:last-child {
    padding-right: 0;
}
@media (max-width: 767px) {
    .blog-post.single .post-meta {
        padding-right: 10px;
        right: 0;
        left: auto;
        top: 25px !important;
    }
}
.blog-post .post-teaser,
.blog-post .post-teaser p {
    color: #252936;
}
.blog-post .post-author {
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    margin: 0 0 20px;
}
.blog-post .post-author img {
    margin-right: 20px;
    border-radius: 50%;
}
.blog-post.single {
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d3d4d7;
}
.blog-post.single .post-content {
    padding-bottom: 40px;
}
.blog-post .post-content ul li {
    list-style-type: initial;
}
.calendar_wrap th {
    background-color: #f5f5f5;
}
.calendar_wrap th,
.calendar_wrap td {
    border: 1px solid #eee;
    color: #484848;
    cursor: pointer;
    line-height: 22px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.calendar_wrap tfoot th,
.calendar_wrap tfoot td {
    border: none;
}
.comment-form label {
    display: block;
}
.comment-form textarea,
.comment-form .comment-form-url input {
    width: 100%;
}
.comment-form input {
    padding: 8px 10px;
}
.comment-form-author,
.comment-form-email {
    width: 49%;
}
.comment-form-author input,
.comment-form-email input {
    width: 100%;
}
.comment-form-author {
    float: left;
}
.comment-form-email {
    float: right;
}
.reply {
    display: inline-block;
    float: right;
}
.reply a.comment-reply-link {
    color: #f47629;
}
.comment-form .form-submit .submit {
    background-color: #f47629;
    border: 1px solid #f47629;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 20px !important;
    border-radius: 5px;
    height: auto;
}
.comment-form .form-submit .submit:hover {
    color: #f47629 !important;
    background-color: transparent !important;
}
.page ol.commentlist,
.single-post ol.commentlist {
    list-style: outside;
    margin: 50px 0 0;
    padding: 0;
}
.page ol.commentlist li,
.single-post ol.commentlist li {
    display: block;
    margin-bottom: 30px;
}
.page ol.commentlist li .avatar,
.single-post ol.commentlist li .avatar {
    height: auto;
    position: absolute;
    width: 80px;
    border-radius: 50%;
}
.comment-body {
    padding-bottom: 50px;
}
.comment-author .fn {
    padding-left: 100px;
}
.comment-author .says {
    padding-left: 100px;
    clear: left;
    display: block;
}
.page ol.commentlist li ul.children,
.single-post ol.commentlist li ul.children {
    padding-left: 70px;
}
@media (max-width: 991px) {
    .page ol.commentlist li ul.children,
    .single-post ol.commentlist li ul.children {
        padding-left: 0;
    }
}
.comment-metadata {
    float: right;
}
.comment-metadata {
    float: right;
}
.comment-author.vcard,
.comment-content,
.comment-awaiting-moderation {
    display: inline-block;
}
.comment-author.vcard {
    display: inline-block;
    width: 40%;
    float: left;
}
@media (max-width: 767px) {
    .blog-post.single .post-content {
        padding-left: 0;
        padding-top: 100px;
    }
    .comment-author .says {
        padding-left: 100px;
    }
    .comment-metadata {
        padding-left: 100px;
        float: left;
    }
    .comment-content>p {
        margin-top: 20px;
        padding-left: 0;
    }
    .comment-form-author,
    .comment-form-email {
        width: 100%;
    }
}
.blog-post.single .post-title {
    font-size: 44px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .blog-post.single .post-title {
        font-size: 36px !important;
    }
}
@media (max-width: 767px) {
    .blog-post.single .post-teaser {
        padding-left: 0;
    }
}
.blog-post.single .post-teaser ul:not(.tags-list) {
    margin: 0 0 45px;
    padding: 0 0 0 30px;
}
.blog-post.single .post-teaser ul:not(.tags-list) li {
    margin-bottom: 10px;
}
@media (max-width: 1024px) {
    label {
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .blog-post.single .post-meta {
        top: 25px;
        right: 0;
        left: auto;
    }
}
.post-carousel {
    overflow: hidden;
}
.post-carousel .slick-prev,
.post-carousel .slick-next,
.post-carousel .slick-prev:focus,
.post-carousel .slick-next:focus {
    width: 70px;
    height: 140px;
    padding: 0;
    margin-top: -70px;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}
.post-carousel .slick-prev:hover,
.post-carousel .slick-next:hover {
    background-color: transparent;
}
.post-carousel .slick-prev:hover:before,
.post-carousel .slick-next:hover:before {
    color: #f47629;
}
.post-carousel .slick-prev {
    left: 0;
}
.post-carousel .slick-next {
    right: 0;
}
.post-carousel .slick-prev:before,
.post-carousel .slick-next:before {
    color: #fff;
    font-size: 70px;
    line-height: 140px;
}
.post-preview {
    margin-top: 20px;
    margin-bottom: 35px;
    background-color: transparent;
}
.post-preview .post-author {
    position: absolute;
    top: 15px;
    left: 65px;
    margin-right: 40px;
    text-align: center;
}
.post-preview .post-date {
    width: 51px;
    height: 53px;
    padding: 4px 0;
}
.post-preview .post-date .day {
    font-size: 30px;
}
.post-preview .post-date .month {
    font-size: 12px;
}
.post-preview .post-meta {
    position: absolute;
    right: 0;
    left: auto;
    top: 15px;
    margin-bottom: 15px;
    font-size: 13px;
}
.post-preview .post-content {
    padding: 67px 0 0 0;
}
.post-preview .post-title {
    font-size: 22px !important;
    line-height: 30px;
    font-weight: 500;
    color: #252936;
    margin-bottom: 10px;
    text-transform: none;
}
.post-preview .post-title a {
    color: #252936;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
}
.post-preview .post-title a:hover {
    color: #f47629;
    text-decoration: none;
}
.view-more-post {
    margin-bottom: 30px;
}
.side-block {
    margin-bottom: 45px;
}
.side-block h4 {
    margin-bottom: 25px;
    padding: 0;
    font-size: 32px;
    line-height: 1em;
    font-weight: 500;
    color: #252936;
    text-transform: none;
}
.side-block .calendar {
    margin-top: -20px;
}
.side-block:last-child {
    border-bottom: 0;
}
.comments {
    padding-top: 15px;
}
.comments .comment {
    margin: 10px 0 20px;
}
.comments .comment .userpic {
    width: 92px;
    height: 92px;
    float: left;
    margin: 0 20px 0 0;
    font-size: 42px;
    line-height: 92px;
    background-color: #e3e3e3;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
.comments .comment .text {
    overflow: hidden;
    padding-top: 10px;
}
.comments .comment .text .meta {
    padding-bottom: 10px;
    font-size: 14px;
    color: #b0b1b4;
}
.comments .comment .text .meta a {
    color: #f47629;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.comments .comment .text .author {
    font-weight: 600;
    color: #252936;
    padding-right: 10px;
}
.comments .comment .text .date {
    padding: 0 10px;
    color: #252936;
}
.comments .comment.replay {
    margin-left: 80px;
}
.comment-form {
    margin-bottom: 50px;
}
.comment-form .textarea-custom {
    height: 235px;
}
.blog-isotope {
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 10px;
    overflow: visible;
}
.blog-isotope .blog-post {
    position: relative;
    float: left;
    width: 33%;
    padding: 0;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .blog-isotope .blog-post {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .blog-isotope .blog-post {
        width: 100%;
    }
}
.blog-isotope .blog-post {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.blog-isotope .blog-post .post-author {
    position: absolute;
    top: 15px;
    left: 65px;
    margin-right: 40px;
    text-align: center;
}
.blog-isotope .blog-post .post-date {
    width: 51px;
    height: 53px;
    padding: 4px 0;
}
.blog-isotope .blog-post .post-date .day {
    font-size: 30px;
}
.blog-isotope .blog-post .post-date .month {
    font-size: 12px;
}
.blog-isotope .blog-post .post-meta {
    position: absolute;
    right: 15px;
    left: auto;
    top: 15px;
    margin-bottom: 15px;
    font-size: 13px;
}
.blog-isotope .blog-post .post-content {
    padding: 67px 20px 5px;
}
.blog-isotope .blog-post .post-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #252936;
    margin-bottom: 10px;
    text-transform: none;
}
.blog-isotope .blog-post .post-title a {
    color: #252936;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
}
.blog-isotope .blog-post .post-title a:hover {
    color: #f47629;
    text-decoration: none;
}
.blog-isotope .blog-post .post-quote p {
    position: relative;
    font-size: 18px;
    line-height: 22px;
}
.blog-isotope .blog-post .post-quote p:after,
.blog-isotope .blog-post .post-quote p:before {
    font-size: 28px;
}
.blog-isotope .blog-post .post-quote .quote-author {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
}
.blog-isotope .blog-post .post-link {
    font-size: 22px;
}
.blog-isotope .blog-post .post-carousel {
    overflow: hidden;
}
.blog-isotope .blog-post .post-carousel .slick-prev,
.blog-isotope .blog-post .post-carousel .slick-next,
.blog-isotope .blog-post .post-carousel .slick-prev:focus,
.blog-isotope .blog-post .post-carousel .slick-next:focus {
    width: 50px;
    height: 100px;
    padding: 0;
    margin-top: -50px;
}
.blog-isotope .blog-post .post-carousel .slick-prev:before,
.blog-isotope .blog-post .post-carousel .slick-next:before {
    color: #fff;
    font-size: 50px;
    line-height: 150px;
}
/*---------------------------------------*/
/*---- 5.Error page  -------*/
/*---------------------------------------*/
.error404 .title-box {
    padding: 32px 0px;
}
.error404 .search-form {
    padding-bottom: 60px;
}
.title-box h1 {
    font-size: 60px;
}
span.screen-reader-text {
    display: none;
}
/*-----  3.14 Contact Box       --------*/
.contact-box {
    padding: 25px 23px;
    margin-bottom: 28px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #d3d4d7;
}
.widget_smart_contact_box .contact-box {
    margin-top: 28px;
}
.contact-box:not(:first-child) {
    margin-top: 28px;
}
.contact-box-row {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding-left: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #d3d4d7;
}
.contact-box-row:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.contact-box-row-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.contact-box [class*="icon-"] {
    position: absolute;
    top: 2px;
    left: 0;
    color: #f47629;
    font-size: 20px;
}
/*-----  3.15 Contact Box Form  --------*/
.contactForm-box {
    padding: 24px 20px;
    margin-bottom: 28px;
    background: url(./images/contact-box-bg.jpg);
    background-size: cover;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.contactForm-box-title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 18px;
}
.contactForm-box .form-control {
    height: 46px;
    background: #fff;
    border: 0;
    margin-bottom: 9px;
    border-radius: 2px;
}
.contactForm-box textarea.form-control {
    height: 125px;
    padding-top: 10px;
}
.contactForm-box .successform p {
    color: #45c647;
}
.contactForm-box input.form-control,
.contactForm-box textarea.form-control {
    height: 40px;
    padding: 10px 10px;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 20px;
    color: #252936;
}
.contactForm-box input.form-control::-webkit-input-placeholder,
.contactForm-box textarea.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    text-transform: uppercase;
}
.contactForm-box textarea.form-control {
    height: 180px;
    margin-bottom: 14px;
}
.contactForm-box .placeholder {
    color: #252936;
    font-size: 13px;
}
.contactForm-box input::-webkit-input-placeholder,
.contactForm-box textarea::-webkit-input-placeholder {
    color: #252936;
    font-size: 13px;
}
.contactForm-box input::-moz-placeholder,
.contactForm-box textarea::-moz-placeholder {
    color: #252936;
    font-size: 13px;
}
.contactForm-box input:-ms-input-placeholder,
.contactForm-box textarea:-ms-input-placeholder {
    color: #252936;
    font-size: 13px;
}
.contactForm-box input:-moz-placeholder,
.contactForm-box textarea:-moz-placeholder {
    color: #252936;
    font-size: 13px;
}
.contactForm-box label.error {
    font-size: 12px !important;
    margin-top: -7px;
    line-height: 15px;
    color: tomato;
}
.contact-box-btn input[type="submit"],
.contact-box-btn .btn {
    width: 100%;
}
.contactForm-box p {
    margin-bottom: 0px;
}
.maintenence-free .block.bg-dark h3 {
    font-size: 38px;
    margin-bottom: 5px;
}
.maintenence-free .btn {
    margin: 0px 10px 20px;
    font-size: 16px;
}
.maintenence-free .btn-invert i,
.services-btn-full .btn-invert i {
    background-color: transparent;
    color: #f47629;
}
.maintenence-free .btn-invert:hover i {
    color: #fff !important;
}
.services-btn-full .btn-invert {
    color: #fff;
    background-color: #f47629;
    border: 1px solid #f47629;
    padding: 13px 30px 17px;
    height: auto;
    font-size: 20px;
    line-height: 31px;
    border-radius: 6px;
    white-space: initial;
}
.services-btn-full .btn-invert:hover {
    color: #333 !important;
    background: transparent !important;
}
.services-btn-full .btn-invert i {
    color: #fff;
}
/*-----  3.16 News               --------*/
.news-preview {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 479px) {
    .news-preview {
        padding: 25px 22px;
        border-top: 4px solid #f47629;
    }
}
.news-preview-image {
    width: 214px;
    float: left;
    max-width: 50%;
}
.news-preview-image img {
    width: 100%;
}
@media (max-width: 479px) {
    .news-preview-image {
        width: 105px !important;
    }
}
.news-preview-text {
    padding: 18px 25px 20px;
    float: left;
    width: calc(100% - 214px);
    min-width: 50%;
    border-top: 4px solid #f47629;
}
.news-preview-text>*:not(:first-child) {
    margin-top: 9px;
}
@media (max-width: 479px) {
    .news-preview-text {
        padding: 0 25px;
        width: calc(100% - 105px);
        border: 0 !important;
    }
}
.news-preview-date {
    font-size: 13px;
    line-height: 18px;
}
.news-preview-title {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 5px !important;
    color: #000;
}
.news-preview-teaser {
    padding: 0 25px 20px;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    flex-direction: column;
}
.news-preview-teaser>*:not(:first-child) {
    margin-top: 9px;
}
@media (max-width: 479px) {
    .news-preview-teaser {
        padding: 20px 0 0 0;
        width: 100%;
    }
}
.news-preview-link {
    display: inline-block;
    color: #f47629;
    text-decoration: underline;
    font-weight: bold;
}
.news-preview-link:hover {
    color: #000;
    text-decoration: none;
}
.news-preview-carousel .slick-dots {
    position: relative;
    margin-top: -10px;
    margin-bottom: 0;
    bottom: 0;
}
@media (max-width: 479px) {
    .news-preview-carousel .slick-dots {
        margin-top: -30px;
        margin-bottom: 20px;
    }
    .news-preview-carousel {
        margin: 0 -15px !important;
        background: #fff;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }
    .news-preview-carousel .news-preview {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: transparent;
    }
    .news-preview-carousel [class*="col-"] {
        padding: 0;
    }
}
/*-----  3.17 Coupon            --------*/
.coupon {
    position: relative;
    min-height: 261px;
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .coupon {
        min-height: 0;
        width: 65%;
        margin: 30px auto;
    }
}
@media (max-width: 1024px) {
    .coupon {
        min-height: 0;
        width: 80%;
        margin: 30px auto;
    }
}
@media (max-width: 768px) {
    .coupon {
        min-height: 0;
        width: 100%;
        margin: 30px auto;
    }
}
.coupon:after,
.coupon:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 2px;
    background: url(./images/border-hor.png) repeat-x 0 0;
    z-index: 0;
}
.coupon:before {
    top: 0;
}
.coupon-inside:after,
.coupon-inside:before {
    content: "";
    position: absolute;
    width: 2px;
    top: 0;
    bottom: 0;
    background: url(./images/border-vert.png) repeat-y 0 0;
    z-index: 0;
}
.coupon-inside:after {
    right: 0;
}
.coupon-inside:before {
    left: 0;
}
.coupon-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 45%;
}
.coupon-bg img {
    height: 100%;
    max-width: 100%;
}
.coupon-address {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 15px;
    color: #fff;
    width: 150px;
    font-size: 14px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .coupon-address {
        left: 10px;
        top: 10px;
        font-size: calc(6px + 1vw);
        line-height: 1.2em;
    }
}
.coupon-text {
    text-align: right;
    position: relative;
    z-index: 1;
    padding: 20px 20px 15px 25%;
}
@media (max-width: 767px) {
    .coupon-text {
        padding: 20px 10px 20px 30%;
    }
}
.coupon-text-1 {
    font-size: 36px;
    line-height: 0.944em;
    font-weight: bold;
    color: #252936;
}
@media (max-width: 767px) {
    .coupon-text-1 {
        font-size: calc(10px + 4vw);
    }
}
.coupon-text-2 {
    font-size: 50px;
    line-height: 1em;
    font-weight: bold;
    font-style: italic;
    color: #e40522;
}
@media (max-width: 767px) {
    .coupon-text-2 {
        font-size: calc(10px + 5vw);
    }
}
.coupon-text-3 {
    font-size: 15px;
    line-height: 20px;
    margin-top: 14px;
    padding-left: 75px;
}
@media (max-width: 767px) {
    .coupon-text-3 {
        font-size: calc(8px + 1vw);
        line-height: 1.2em;
        padding-left: 40px;
        margin-top: 5px;
    }
}
.coupon-text-4 {
    font-size: 16px;
    line-height: 29px;
    font-style: italic;
    margin-top: 15px;
}
.coupon-text-4 b {
    color: #e40522;
}
@media (max-width: 767px) {
    .coupon-text-4 {
        font-size: calc(8px + 1vw);
        line-height: 1.2em;
        margin-top: 5px;
    }
    .coupon-text-4 img {
        max-width: 80px;
    }
}
.coupon-print-link {
    position: absolute;
    z-index: 2;
    width: 95px;
    bottom: 24px;
    left: 0;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}
.coupon-print-link i {
    font-size: 30px;
}
@media (max-width: 767px) {
    .coupon-print-link i {
        font-size: calc(15px + 1vw);
    }
}
.coupon-print-link a {
    color: #fff;
}
@media (max-width: 767px) {
    .coupon-print-link {
        width: auto;
        left: 10px;
        font-size: calc(6px + 1vw);
        line-height: 1.2em;
    }
}
/*-----  3.18 Popup form         --------*/
.form-popup-wrap {
    display: inline-block;
    position: relative;
}
.form-popup-wrap-full {
    width: 100%;
}
.form-popup {
    position: absolute;
    z-index: 101;
    width: 770px;
    left: 50%;
    margin-left: -385px;
    visibility: hidden;
    top: 100px;
    padding: 40px 85px;
    -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 45px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    -webkit-transition: top 0.2s;
    -moz-transition: top 0.2s;
    -ms-transition: top 0.2s;
    -o-transition: top 0.2s;
    opacity: 0;
    text-align: left;
    color: #252936 !important;
}
.form-popup.form-popup--top {
    bottom: 100px;
    top: auto;
    -webkit-transition: bottom 0.2s;
    -moz-transition: bottom 0.2s;
    -ms-transition: bottom 0.2s;
    -o-transition: bottom 0.2s;
}
.form-popup p,
.form-popup .font24 {
    color: #252936 !important;
}
@media (max-width: 1399px) {
    .form-popup {
        width: 700px;
        margin-left: -350px;
        padding: 30px 50px;
    }
}
@media (max-width: 991px) {
    .form-popup {
        width: 700px;
        margin-left: -350px;
        padding: 30px 35px;
    }
}
@media (max-width: 767px) {
    .form-popup {
        width: 460px;
        margin-left: -230px;
        padding: 20px 25px;
    }
    .form-popup .input-half {
        width: 100% !important;
    }
}
@media (max-width: 480px) {
    .form-popup {
        width: 300px;
        margin-left: -150px;
    }
}
.form-popup.opened {
    opacity: 1;
    top: 71px;
    visibility: visible;
}
.form-popup.form-popup--top.opened {
    bottom: 61px;
    top: auto;
}
.form-popup .btn {
    margin: 9px 0 0 !important;
}
.form-popup:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 12px;
    margin-left: -12px;
}
.form-popup.form-popup--top:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 12px;
    margin-left: -12px;
}
.form-popup h3 {
    font-size: 36px;
    line-height: 1em;
    font-weight: 500;
    color: #252936 !important;
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    .form-popup h3 {
        font-size: 30px;
    }
}
.request-form-popup {
    background: #fff;
    position: relative;
}
.request-form-popup input[type="text"].input-full,
.request-form-popup textarea.input-full,
.request-form-popup select.input-full {
    width: 100%;
}
.request-form-popup input[type="text"],
.request-form-popup textarea,
.request-form-popup select {
    display: block;
    height: 40px;
    color: #252936;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 15px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.request-form-popup .input-half {
    width: calc(50% - 7px);
}
.request-form-popup textarea {
    height: 120px;
}
.form-popup .btn {
    margin: 9px 0 0 !important;
}
.request-form-popup .input-half input[type="text"] {
    width: 100%;
}
.select-wrapper {
    position: relative;
}
.request-form-popup .select-wrapper:before {
    height: 38px;
    line-height: 40px;
    width: 40px;
}
.request-form-popup input[type="number"],
.request-form-popup input[type="email"] {
    width: 100%;
}
.datetimepicker-wrap {
    position: relative;
}
.select-wrapper select {
    padding-right: 40px;
    width: 100%;
    background-color: #fff;
    color: #252936;
    font-size: 13px;
}
.datetimepicker-wrap:before {
    content: "\e928";
    font-family: "Electrician";
    position: absolute;
    display: block;
    top: 7px;
    right: 15px;
    font-size: 16px;
    line-height: 27px;
    color: #252936;
}
.datetimepicker-wrap ul.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none !important;
}
.datetimepicker-wrap table th,
.datetimepicker-wrap table td {
    border: none !important;
}
/*---------------------------------------*/
/*---- 4. Plugins overlay styles  -------*/
/*---------------------------------------*/
/* Slider */
.slick-loading .slick-list {
    background: #ffffff url("images/ajax-loader.gif") center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 80px;
    height: 100px;
    margin-top: -50px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 200;
    text-align: center;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:after,
.slick-next.slick-disabled:after {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-family: "Electrician";
    font-size: 80px;
    line-height: 80px;
    color: #252936;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.light-arrow .slick-prev:before,
.light-arrow .slick-next:before {
    color: #fff;
}
.slick-prev {
    left: -20px;
}
.slick-prev:before {
    content: "\e916";
}
.slick-next {
    right: -20px;
}
.slick-next:before {
    content: "\e917";
}
/* Dots */
.slick-slider {
    margin: 0;
    padding: 0;
    list-style: none;
}
.slick-slider.nav-dot {
    margin-bottom: 75px;
}
@media (max-width: 767px) {
    .slick-slider {
        margin-bottom: 30px;
    }
    .skew-wrapper.category-carousel.light-arrow.slick-initialized.slick-slider {
        margin-bottom: 0px;
    }
    .work-categories-slide .vc_column-inner {
        padding: 0 !important;
    }
}
.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.faq-red-head .vc_tta-panel-heading {
    background-color: #eeeef3 !important;
}
.faq-red-head a {
    padding: 20px 30px 20px 60px !important;
}
.faq-red-head span {
    font-size: 20px;
    color: #333;
}
.faq-red-head .vc_tta-panel {
    display: block;
    margin: 30px 0px;
}
.faq-red-head .vc_tta-panel-body {
    padding: 15px 60px !important;
}
.faq-red-head a span:hover {
    color: #f47629;
}
.faq-red-head .vc_tta-panel.vc_active a span {
    color: #f47629;
}
body.page:not(.home) .entry-content ul.marker-list {
    list-style: none;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 -4px 0 0;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    color: transparent;
    background-color: transparent;
    border: 0;
    outline: none;
}
.slick-dots li button:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #252936;
}
.page-footer .footer-top .textwidget p {
    margin-bottom: 0px !important;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
.block .slick-dots li button:after {
    background: #333;
}
.block .testimonials .slick-dots li button:after,
.work-categories-slide .slick-dots li.slick-active button:after,
.block .counter-carousel .slick-dots li button::after {
    background: #fff;
}
.work-categories-slide .slick-dots li.slick-active button:after,
.block .testimonials .slick-dots li.slick-active button:after,
.block .testimonials .slick-dots li.slick-active button:hover:after,
.slick-dots li.slick-active button:after,
.slick-dots li.slick-active button:hover:after {
    background: #f47629;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.breadcrumbs [rel="v:url"]:after {
    padding: 0px 10px;
    color: #ccc;
    content: "\e91a";
    font-family: Electrician;
}
/* Unit test css data */
.aligncenter {
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
}
.alignleft {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}
img.alignleft {
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    max-width: 100%;
    height: auto;
}
img.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}
img.alignnone {
    max-width: 100%;
    height: auto;
}
.wp-caption.alignnone {
    width: 100% !important;
}
.wp-caption.alignnone img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.post-teaser h1 {
    font-size: 48px !important;
}
.post-teaser h2 {
    font-size: 44px !important;
}
.post-teaser h3 {
    font-size: 36px !important;
}
.post-teaser h4 {
    font-size: 28px !important;
}
.post-teaser h5 {
    font-size: 24px !important;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    width: 100%;
}
th,
td {
    border: 1px solid #d1d1d1;
    padding: 10px;
}
.blog-post.tag-featured-image .post-image img {
    width: auto;
    height: auto;
}
.post-teaser label {
    width: 100%;
}
.post-teaser input {
    display: block;
    width: 100%;
    padding: 8px;
    margin: 20px 0px;
}
.post-teaser input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    border: 1px solid #f47629;
    background: #f47629;
    padding: 11px 22px 11px;
    border-radius: 5px;
    display: inline-block;
    width: auto;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    margin: 0px 0;
}
.gallery-columns-3 .gallery-item {
    float: left;
    overflow: hidden;
    width: 33.33%;
    margin-bottom: 20px;
}
.widget_text.side-block .textwidget img {
    width: 100%;
}
.widget_text.side-block .textwidget select {
    width: 100%;
}
.gallery-columns-3 .gallery-item:nth-child(3n+1) {
    clear: left;
}
.post-teaser [class*="gallery-columns"] {
    display: inline-block;
}
.gallery-columns-4 .gallery-item {
    float: left;
    overflow: hidden;
    width: 25%;
    margin-bottom: 20px;
}
.gallery-columns-4 .gallery-item:nth-child(4n+1) {
    clear: left;
}
.wp-caption-text.gallery-caption {
    display: block;
    padding: 20px 20px 20px 0px;
}
.sticky {
    display: block;
}
.bypostauthor {
    display: block;
}
.side-block img {
    max-width: 100%;
    height: auto;
}
/* Comment box fixings */
.comment-content {
    margin-top: 20px;
    margin-left: 100px;
}
/* posts nav link fixings */
.nav-links {
    margin-bottom: 30px;
}
.nav-links>div {
    display: inline;
}
.nav-links>div+div {
    float: right;
}
.post-teaser ul ul {
    padding-left: 20px;
    padding-bottom: 0px;
}
footer.entry-footer {
    clear: left;
}
h1.text-center.page-title {
    margin-top: 30px;
}
.post-teaser img {
    max-width: 100%;
    height: auto;
}
.comment-reply-title {
    margin-top: 10px;
}
.post-date a {
    color: #fff;
}
.post-date a:hover {
    color: #fff;
    text-decoration: none;
}
@media (max-width: 767px) {
    .service-23-mobile .slick-dots li button:after {
        background: #333;
    }
    .service-23-mobile .slick-dots li.slick-active button:after {
        background: #f47629;
    }
}
/* unit test */
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    white-space: pre-wrap;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: auto;
}
address {
    margin-bottom: 20px;
    line-height: 1.42857143;
    font-style: italic;
}
.post-teaser span,
.post-teaser strong {
    font-size: 15px !important;
}
.widget_nav_menu.side-block ul.menu>li>ul.sub-menu>li>ul.sub-menu ul.sub-menu {
    padding-left: 0;
}
.column-right ul {
    padding-left: 0;
    padding-bottom: 0;
}
/* fixings 3-3-2017 */
@media (max-width: 767px) {
    .blog-post.single .post-content {
        padding-left: 0;
        padding-right: 0;
        padding-top: 100px;
    }
    .blog-post .post-date {
        top: 0px;
    }
    .blog-post.format-quote .post-date,
    .blog-post.format-link .post-date {
        top: -82px;
    }
    .blog-post .post-quote {
        overflow: visible;
    }
    .post-image .slick-slider {
        margin-bottom: 0;
    }
    .blog-post.sticky {
        padding: 15px;
    }
    .blog-post.sticky .post-date {
        top: -98px;
        left: -16px;
    }
    .blog-post.sticky::after {
        right: 8px;
        top: 8px;
        font-size: 25px;
    }
    .post-preview .post-metar {
        padding-right: 10px;
    }
}
.service-btn {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 5px;
    padding: 15px;
}
.service-btn,
.service-btn:focus {
    background-color: #252936;
    color: #fff;
    text-decoration: none;
}
.service-btn.collapsed,
.service-btn:hover {
    color: #fff;
    text-decoration: none;
}
.category-image {
    position: relative;
}
.category-image h1 {
    padding: 15px 43px;
}
.category-image img+h1 {
    position: absolute;
    left: 0;
    bottom: 43px;
    font-size: 50px;
    line-height: 56px;
    margin: 0;
    color: #fff;
}
@media (max-width: 1199px) {
    .category-image h1 {
        bottom: 30px;
        font-size: 40px;
        line-height: 50px;
        padding: 15px 30px;
    }
}
@media (max-width: 767px) {
    .category-image h1 {
        bottom: 20px;
        font-size: 35px;
        line-height: 40px;
        padding: 10px 20px;
    }
}
@media (max-width: 480px) {
    .category-image h1 {
        bottom: 10px;
        font-size: 25px;
        line-height: 30px;
        padding: 5px 10px;
    }
}
.service-list {
    margin: 0 0 5px;
    padding: 0;
    list-style: none;
}
.service-list>li {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px solid #e9e9eb;
}
.service-list>li:last-child {
    border-bottom: 0;
}
.service-list>li a {
    display: block;
    padding: 9px 0 10px 36px;
    color: #252936;
    font-weight: 500;
}
.service-list>li a:hover {
    text-decoration: none;
    color: #f47629;
}
.service-list>li:after {
    position: absolute;
    top: 9px;
    left: 20px;
    display: block;
    font-family: "Electrician";
    content: "\e91d";
    font-size: 8px;
}
.service-list>li.active a {
    color: #f47629;
    font-weight: bold;
}
.service-list>li:hover:after,
.service-list>li.active:after {
    color: #f47629;
}
.service-list.noline>li {
    border-bottom: 0;
}
.service-list.noline>li a {
    padding: 8px 0 8px 36px;
}
.service-list.noline>li:after {
    color: #f47629;
}
.Long-btnn {
    margin: 40px 0px 70px;
}
@media (min-width: 768px) {
    h2.smaller {
        font-size: 44px;
        margin: 30px 0px 60px !important;
    }
}
.more-loader-coupon {
    display: none;
}
.more-loader-coupon.visible {
    background: #fff none repeat scroll 0 0;
    bottom: 35px;
    display: block;
    font-weight: 600;
    height: 15px;
    left: 50%;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    text-decoration: underline;
    width: 15px;
    z-index: 1;
    transform: translateY(-50%);
}
/*.testimonials-item:nth-child(-n+6) {
    display: block;
}*/
.testimonials-box {
    display: none;
}
.testimonials-box:nth-child(-n+9) {
    display: block;
}
/* News Blog */
.news-preview {
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
@media (max-width: 479px) {
    .news-preview {
        padding: 25px 22px;
        border-top: 4px solid #f47629;
    }
}
.news-preview-image img {
    width: 100%;
}
.news-preview-date {
    font-size: 13px;
    line-height: 18px;
}
.news-preview-text>*:not(:first-child) {
    margin-top: 9px;
}
.news-preview-title {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 5px !important;
}
.news-preview-teaser {
    font-size: 15px;
    line-height: 19px;
}
.news-preview-link {
    display: inline-block;
    color: #f47629;
    text-decoration: underline;
    font-weight: bold;
}
.news-preview-link:hover {
    color: #000;
    text-decoration: none;
}
.form-popup.opened {
    opacity: 1;
    top: 71px;
    visibility: visible;
}
span.cross-bar {
    right: -70px;
    position: absolute;
    top: -50px;
    cursor: pointer;
    color: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    line-height: 29px;
    display: none;
}
@media (max-width: 991px) {
    span.cross-bar {
        right: -30px;
        top: -48px;
    }
}
@media (max-width: 767px) {
    span.cross-bar {
        right: -20px;
        top: -35px;
    }
}
.successform,
.errorform {
    display: none;
    height: 70px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
/* New CSS */
.single-electrician_services .category-text h4 {
    font-size: 30px;
}
.view-more-testimonials {
    display: inline-block;
    padding: 13px 30px !important;
}
.address h6 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 5px 0px;
}
.woocommerce.side-block h4 {
    font-size: 30px;
}
@media (max-width: 991px) {
    header.page-header .header-top .row>.col-sm-4:first-child {
        background: #252936;
        height: 42px;
    }
}
.request-form-top .wpcf7-form-control-wrap {
    position: relative;
    width: 25%;
    float: left;
    padding: 0 5px;
}
@media (max-width: 991px) {
    .request-form form input {
        width: 157px !important;
    }
    .skew-wrapper .straight .title {
        font-size: 28px;
    }
    .form-btn-wapper {
        height: 47px;
        position: relative;
        float: left;
    }
    .icon.icon-lightning.custom-icon {
        left: 8px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .request-form .inside {
        display: table;
        padding: 20px 20px 0;
    }
    .btn:hover+i.custom-icon,
    .btn.active+i.custom-icon,
    .btn:active+i.custom-icon,
    .btn.focus+i.custom-icon,
    .btn:focus+i.custom-icon {
        background: #fff none repeat scroll 0 0;
        color: #252936;
    }
    .wpcf7-form-control.wpcf7-submit.btn:hover+span+i {
        color: #f47629;
    }
    .wpcf7-form-control.wpcf7-submit.btn:hover+i {
        color: #f47629;
    }
}
@media (max-width: 767px) {
    .wpcf7-form-control-wrap {
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .page-footer .footer-top .textwidget p {
        font-size: 22px;
        line-height: 28px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .page-footer .footer-top .textwidget p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 767px) {
    .page-footer .footer-top .textwidget {
        text-align: left;
        padding: 0px 3px;
    }
    .page-footer .footer-top .textwidget p {
        font-size: 20px;
        line-height: 30px;
        color: #fff;
    }
}
@media (max-width: 767px) {
    <<<<<<< HEAD .nivo-caption {
        top: 10% !important;
    }
    .request-form .inside {
        width: 100%;
        padding: 20px;
        padding-bottom: 20px;
    }
    .request-form form input {
        width: 230px !important;
        margin-right: 1.1% !important;
    }
    =======.nivo-caption {
        top: 10% !important;
    }
    .request-form .inside {
        width: 100%;
        padding: 20px;
        padding-bottom: 0;
    }
    .request-form form input {
        width: 230px !important;
        margin-right: 1.1% !important;
    }
    >>>>>>>ba1fe1dd05f578dcff1b8ce45c59e34ebdad61f2
}
/*update css code add here */
.icn-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
    line-height: 18px;
}
@media (max-width: 767px) {
    .icn-list {
        font-size: 14px;
        line-height: 18px;
    }
}
.icn-list li {
    position: relative;
    padding-left: 27px;
}
.icn-list li [class*="icon"] {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    color: #f47629;
}
.icn-list li:not(:last-child) {
    margin-bottom: 12px;
}
.video-wrap {
    margin: 0 auto;
    max-width: 420px;
}
/*-----  3.3 Pricing block       --------*/
.price-table>tbody>tr>th {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    border: 0;
    padding: 18px 20px 17px;
}
.price-table>tbody>tr>td {
    border: 0;
    padding: 13px 20px 12px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
.price-table>tbody>tr:nth-of-type(even) {
    background-color: #f4f4f5;
}
.price-box {
    max-width: 370px;
    margin: 0 auto 1px;
    position: relative;
    background: url(images/price-box-bg.png) no-repeat 115% 95% #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.price-table>tbody>tr.table-header>th {
    border-bottom: 6px solid #fff;
}
@media (min-width: 768px) {
    .price-box {
        margin: 0 auto 30px;
    }
}
.price-box-heading {
    padding: 28px 26px 16px;
    background-color: #ededf2;
    background: -webkit-gradient( linear, left top, left bottom, from(#ededf2), to(#d5d7e0));
    background: -webkit-linear-gradient(top, #ededf2, #d5d7e0);
    background: -moz-linear-gradient(top, #ededf2, #d5d7e0);
    background: -ms-linear-gradient(top, #ededf2, #d5d7e0);
    background: -o-linear-gradient(top, #ededf2, #d5d7e0);
    text-align: center;
}
@media (max-width: 767px) {
    .price-box-heading {
        padding: 25px 10px 16px;
    }
}
.price-box-content {
    padding: 20px 26px;
}
.price-box-title {
    font-size: 24px;
    line-height: 1em;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    color: #252936;
    font-weight: 500;
    text-transform: uppercase;
}
.price-box-title+* {
    margin-top: 10px;
}
.price-box-price>span {
    vertical-align: text-top;
}
.price-box-price>span.price-currency {
    position: relative;
    top: 9px;
    padding-right: 3px;
    font-size: 22px;
    font-weight: 600;
}
.price-box-price>span.price-period {
    position: relative;
    top: 9px;
    padding-left: 5px;
    font-size: 18px;
    font-weight: 300;
}
.price-box-price>span.price-value {
    font-size: 60px;
    line-height: 1em;
}
.price-box .marker-list li {
    font-size: 17px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 9px;
    font-weight: 300;
}
@media (min-width: 768px) {
    .price-box .marker-list li {
        padding-left: 55px;
    }
}
.price-box .marker-list li:not(:last-child) {
    margin: 0;
    border-bottom: 1px solid #e7e8e9;
}
.price-box .marker-list>li:after {
    top: 11px;
}
@media (min-width: 768px) {
    .price-box .marker-list>li:after {
        left: 30px;
    }
}
.price-box.price-box-special .price-box-heading {
    background: #252936;
    color: #fff;
}
.price-box.price-box-special .price-box-title {
    color: #fff;
}
@media (min-width: 992px) {
    .price-box.price-box-special {
        margin-top: -20px;
    }
    .price-box.price-box-special .price-box-content {
        padding: 40px 26px;
    }
}
.price-box-carousel {
    z-index: 101;
}
.price-box-carousel.slick-slider .slick-dots {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}
.price-box-carousel .slick-list {
    overflow: visible;
    z-index: 1;
}
@media (max-width: 767px) {
    .price-box-carousel .price-box {
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    }
    .price-box-carousel [class*="col-"] {
        padding: 0 1px;
    }
}
/*-----  3.19 Counter            --------*/
.counter-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.counter-box>*:not(:first-child) {
    margin-top: 18px;
}
@media (max-width: 991px) {
    .counter-box>*:not(:first-child) {
        margin-top: 15px;
    }
}
.counter-box-number {
    font-size: 44px;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
}
@media (max-width: 991px) {
    .counter-box-number {
        font-size: 40px;
    }
}
.counter-box .decor {
    opacity: 0;
    width: 49px;
    height: 3px;
    background-color: #f47629;
    transform: translateY(100px);
    -webkit-transition: 1s ease 0.5s;
    -moz-transition: 1s ease 0.5s;
    -ms-transition: 1s ease 0.5s;
    -o-transition: 1s ease 0.5s;
}
.counter-box-text {
    opacity: 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    transform: translateY(-20px);
    -webkit-transition: 0.5s ease 1.8s;
    -moz-transition: 0.5s ease 1.8s;
    -ms-transition: 0.5s ease 1.8s;
    -o-transition: 0.5s ease 1.8s;
}
.counter-box.counted .decor {
    opacity: 1;
    transform: translateY(0);
}
.counter-box.counted .counter-box-text {
    opacity: 1;
    transform: translateY(0);
}
.counter-carousel.slick-slider .slick-dots {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0;
}
.counter-carousel .slick-dots li button::after {
    bottom: 0px !important;
}
@media (max-width: 991px) {
    header.page-header .navbar-toggle.menu-right {
        top: 15px;
    }
    header .logo span {
        width: 15%;
    }
    .header-cart.cart-hide {
        display: none;
    }
}
@media (max-width: 767px) {
    .counter-carousel .slick-dots li button::after {
        bottom: 0px !important;
    }
    .maintenence-free .font24 {
        margin-bottom: 0px !important;
    }
    .skew-wrapper.custom-css-add .skew {
        width: 100% !important;
    }
}
@media (max-width: 480px) {
    .request-form h4 {
        font-size: 18px;
        padding: 10px 70px 15px 20px;
    }
    header.page-header .logo.logo-left {
        width: 50%;
    }
    header .logo a.logo-left {
        display: inherit;
        float: left;
    }
    header.page-header .navbar-toggle.menu-right {
        top: 6px;
    }
    header .logo span {
        width: 15%;
    }
    div.vc_custom_1497947090260 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
}
.current-menu-item a span .mask {
    display: none !important;
}
li.current-menu-item :not(.active):hover .electric-btn .text {
    animation: inherit;
}
.header-top .icn-list {
    margin-top: 20px;
}
.price-text-buttom {
    margin-bottom: -15px !important;
}
.category-list .prd-sm-img {
    margin-right: 0px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: red;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #000;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
}
.no-padding {
    margin: -7px 0 0 -5px !important;
}
.button-warpper {
    position: relative;
}
.video-wrap .wpb_video_widget .wpb_video_wrapper {
    height: 240px;
}
.testimonials h2 {
    margin-bottom: 10px;
}
@media (max-width: 460px) {
    div.vc_custom_1500444673212,
    div.vc_custom_1525327685058 {
        margin-bottom: 40px !important;
        margin-top: 0px;
    }
}
h4.vc_tta-panel-title {
    position: relative;
}
@media (max-width: 1199px) {
    .skew-wrapper {
        height: 350px;
        padding: 0 50px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .skew-wrapper {
        padding: 0;
        height: 310px;
    }
}
@media (max-width: 767px) {
    .vc_custom_1524648288222 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .request-form {
        margin-top: 37px !important;
    }
    .request-form h4 {
        font-size: 18px;
        padding: 10px 70px 15px 20px;
        background: #252936 !important;
        display: block !important;
        border-radius: 0;
        width: 100% !important;
    }
    .page-header.is-sticky {
        position: fixed !important;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.95);
        border-bottom: 0 !important;
        z-index: 99999;
    }
    header.page-header .logo {
        max-width: 150px;
    }
    input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number.input-custom {
        margin-bottom: 5px !important;
        padding: 3px;
    }
    .ubsetoverride {
        overflow: unset !important;
    }
    .skew-wrapper.category-carousel.light-arrow.slick-initialized.slick-slider .slick-list {
        overflow: unset;
    }
    .skew-wrapper {
        position: relative;
        overflow: visible;
        height: 240px;
        padding: 0;
    }
    .slick-dots {
        bottom: -25px;
    }
    .tools {
        display: none;
    }
}
@media (max-width: 767px) {
    .request-form-top .wpcf7-form-control-wrap.your-email,
    .request-form-top .wpcf7-form-control-wrap.your-phone {
        width: 50%;
        float: left;
        padding: 0 2px;
    }
    .request-form-top .wpcf7-form-control-wrap.your-name {
        width: 100%;
    }
}
@media (max-width: 360px) {
    input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.input-custom {
        padding: 3px;
    }
    .slick-dots {
        bottom: -25px;
    }
    .request-form h4 {
        font-size: 18px;
        padding: 10px 70px 15px 20px;
        background: #000 !important;
        display: block !important;
    }
}
@media (min-width: 768px) {
    .float-right-lg {
        float: right;
    }
}
@media (max-width: 991px) {
    .text-icon-grid-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .page-header.is-sticky {
        position: fixed !important;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.95);
        border-bottom: 0 !important;
    }
}
.modal {
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    header.page-header .header-top .row>.col-sm-4:first-child {
        background: #252936;
        height: 42px;
    }
}
.request-form form input[type="number"] {
    display: inline-block;
    vertical-align: top;
    width: 311px;
    margin-right: 10px;
    height: 47px !important;
    margin-bottom: 0px;
}
.request-form-popup input[type="number"],
.request-form-popup input[type="email"] {
    display: block;
    height: 40px;
    color: #252936;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 15px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    header.page-header #slidemenu.slide-active .navbar-toggle {
        opacity: 1;
        right: -45px;
    }
}
@media (max-width: 991px) {
    header.page-header #slidemenu .navbar-toggle {
        height: 36px;
    }
}
@media (max-width: 991px) {
    header.page-header #slidemenu .navbar-toggle {
        width: 45px;
        height: 40px;
        top: 0;
        right: 0;
        padding: 5px 7px;
        background: #252936;
        border-radius: 0 3px 3px 0;
        color: #fff;
        opacity: 0;
        transform: translateY(0);
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
    }
}
.electrician-toggle .vc_toggle_title>h4 {
    display: block;
    padding: 20px 50px 20px 85px;
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    color: #252936;
    font-weight: 500;
}
.electrician-toggle .vc_toggle_title:hover>h4 {
    color: #f47629;
}
.electrician-toggle {
    background: #eeeef3;
    margin-bottom: 30px;
}
.electrician-toggle.vc_toggle_size_md .vc_toggle_icon {
    height: 51px;
    width: 51px;
    background: #f4f4f5;
    border-radius: 50%;
    left: 5px !important;
    border: none;
    margin: 0;
}
.electrician-toggle .vc_toggle_icon::after,
.electrician-toggle .vc_toggle_icon::before {
    background-color: #252936;
}
.electrician-toggle .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #f4f4f5;
}
.electrician-toggle .vc_toggle_title:hover .vc_toggle_icon::after,
.electrician-toggle .vc_toggle_title:hover .vc_toggle_icon::before {
    background-color: #f47629;
}
.electrician-toggle .vc_toggle_content {
    padding: 15px 0 15px 0;
    background: #f4f4f4;
    padding-left: 85px !important;
}
.electrician-toggle .vc_toggle_content p {
    margin-bottom: 0;
}
.electrician-toggle .vc_toggle_icon::before {
    width: 2px !important;
}
.electrician-toggle .vc_toggle_icon::after {
    width: 10px !important;
    visibility: visible !important;
}
.electrician-toggle .vc_toggle_icon::before {
    border: none;
}
.electrician-toggle .vc_toggle_title {
    padding: 0 !important;
}
@media screen and (max-width: 600px) {
    .search-form label {
        margin: 0;
    }
}
@media screen and (max-width: 488px) {
    .form-popup-wrap {
        display: block;
    }
}
.request-form {
    margin-top: -37px;
}
@media screen and (max-width: 767px) {
    .request-form {
        margin-top: 0px;
    }
    .request-form form input[type="number"],
    .request-form form input[type="text"],
    .request-form form input[type="email"],
    .request-form form input[type="number"] {
        height: 32px !important;
    }
    .request-form form button {
        height: 32px !important;
        padding: 4px;
    }
    .contact-form-area input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number.input-custom,
    .contact-form-area input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.input-custom {
        width: 100% !important;
    }
    .contact-form-area input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.input-custom {
        margin-bottom: 0px !important;
    }
}
@media screen and (max-width: 488px) {
    span.light {
        display: block;
    }
    .request-form {
        margin-top: 28px !important;
    }
    .maintenence-free .btn {
        margin: 10px 10px 10px;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .request-form h4 {
        top: -30px;
    }
}
li.address_line {
    margin-right: 110px;
}
.btn.wpcf7-form-control.wpcf7-submit {
    font-size: 16px;
}
/* 404 page design */
.error404 #pageContent {
    padding-top: 30px !important;
}
div.wpcf7-response-output {
    border: 2px solid #f47629;
}
h4.subtitle {
    margin-top: -7px;
    margin-bottom: 30px;
}
.block.bg-dark {
    background: #252936;
    color: #fff;
}
.block.bg-dark p,
.block.bg-dark .font24,
.block.bg-dark .font20 {
    margin-bottom: 30px !important;
}
.row.bulb-carousel {
    margin-top: -25px;
}
@media (max-width: 1024px) {
    .block.bg-1 {
        background-attachment: inherit;
    }
}
@media (max-width: 991px) {
    .block.bg-1 {
        padding: 40px 0 35px;
    }
}
.maintenence-free {
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 991px) {
    .page-footer .copyright {
        margin: 25px 0 15px;
    }
}
@media (max-width: 1199px) {
    .testimonials-carousel.slick-slider:before,
    .testimonials-carousel.slick-slider:after {
        left: -60px;
        font-size: 32px;
        top: -30px;
    }
}
@media (max-width: 991px) {
    .testimonials-carousel.slick-slider:before,
    .testimonials-carousel.slick-slider:after {
        left: -50px;
        font-size: 32px;
        top: -30px;
    }
}
@media (max-width: 767px) {
    .testimonials-carousel.slick-slider:before,
    .testimonials-carousel.slick-slider:after {
        left: -40px;
        font-size: 32px;
        top: -12px;
    }
}
.testimonials-carousel.slick-slider:after {
    left: auto;
    right: -120px;
    content: "\e911";
}
@media (max-width: 1199px) {
    .testimonials-carousel.slick-slider:after {
        right: -60px;
        top: auto;
        bottom: 45px;
    }
}
@media (max-width: 991px) {
    .testimonials-carousel.slick-slider:after {
        right: -50px;
        top: auto;
        bottom: 45px;
    }
    .request-form {
        margin-top: 0px;
    }
}
.skewcarousel {
    background: #252936;
}
@media (max-width: 767px) {
    .testimonials-carousel.slick-slider:after {
        right: -40px;
        bottom: 0;
    }
    .skewcarousel {
        background: transparent;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .text-sm-center {
        text-align: center;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .text-sm-center .marker-list {
        text-align: left;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .request-form-top .wpcf7-form-control.wpcf7-submit.btn {
        margin-top: 0;
        margin-right: 0;
        width: 155px;
    }
}
@media (max-width: 991px) {
    header.page-header .header-info-toggle {
        height: 36px;
    }
    header.page-header .header-info-toggle [class*="icon-"] {
        line-height: 36px;
    }
}
@media (max-width: 767px) {
    .nivo-caption .text1 {
        font-size: 40px;
        margin-bottom: 0.25em;
    }
}
@media (max-width: 479px) {
    .nivo-caption .text1 {
        font-size: 20px;
        margin-bottom: 0.25em;
        font-weight: normal;
    }
}
@media (max-width: 767px) {
    .nivo-caption .text2 {
        font-size: 20px;
        margin-bottom: 1em;
    }
}
@media (max-width: 479px) {
    .nivo-caption .text2 {
        font-size: 14px;
        margin-bottom: 0.65em;
    }
}
@media (max-width: 767px) {
    .blog-post .post-meta {
        padding-right: 10px;
    }
}
.testimonials-carousel.slick-slider .slick-dots {
    position: relative;
    margin: 0;
}
.loader .bolt {
    border-bottom: 55px solid #f47629;
}
.loader .one .other,
.loader .three .other {
    border-top: 55px solid #f47629;
}
.text-icon-icon img {
    width: 100%;
    height: auto;
    max-height: 113px;
}
.nivo-caption p {
    color: #fff;
}
.skew-wrapper .container.custom-css-add-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.skew-wrapper .container {
    height: 100%;
    padding: 0 35px;
}
.custom-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
}
.custom-loader img {
    max-width: 100%;
}
#envato_activate_checkbox {
    display: block;
}
.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}
.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}
.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}
.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}
.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("images/youtube_play.png") no-repeat;
    cursor: pointer;
}
.text-icon-grid-flex {
    display: flex;
    flex-wrap: wrap !important;
}
.text-icon-grid-flex .col-xs-6.col-sm-4.col-md-3.col-5 {
    display: flex;
    flex-direction: column;
}
.modal {
    z-index: 999999;
}
/* Guten burge */
.wp-block-gallery {
    padding-left: 0px !important;
}
.wp-block-gallery li {
    list-style: none !important;
}
/************Color Pallete*****************/
.has-strong-yellow-background-color {
    background-color: #f7bd00 !important;
}
.has-strong-white-background-color {
    background-color: #ffffff !important;
}
.has-light-black-background-color {
    background-color: #242424 !important;
}
.has-very-light-gray-background-color {
    background-color: #797979 !important;
}
.has-very-dark-black-background-color {
    background-color: #000000 !important;
}
.has-strong-yellow-color {
    color: #f7bd00 !important;
}
.has-strong-white-color {
    color: #ffffff !important;
}
.has-light-black-color {
    color: #242424 !important;
}
.has-very-light-gray-color {
    color: #797979 !important;
}
.has-very-dark-black-color {
    color: #000000 !important;
}
/******************Font Size Setting*****************/
.has-small-font-size {
    font-size: 10px !important;
}
.has-normal-font-size {
    font-size: 15px !important;
}
.has-large-font-size {
    font-size: 24px !important;
}
.has-huge-font-size {
    font-size: 36px !important;
}
.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 52vw);
}
.with-sidebar-blog .alignfull {
    width: auto;
    margin-left: calc(50% / 0.62 - 50vw);
    max-width: 100vw;
}
.with-sidebar-blog .alignfull img {
    width: auto;
}
/*************Common Style*************/
.wp-block-separator.is-style-wide {
    border-bottom-width: 1px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100%;
}
.wp-block-separator {
    border: none;
    border-bottom: 1px solid #8f98a1;
    margin: 1.65em auto;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}
.thm-unit-test .wp-block-latest-posts,
.thm-unit-test .text .wp-block-latest-posts,
.thm-unit-test .wp-block-categories,
.thm-unit-test .text .wp-block-categories,
.thm-unit-test .wp-block-archives,
.thm-unit-test .text .wp-block-archives {
    padding-left: 0px;
    margin-bottom: 20px;
}
.thm-unit-test .wp-block-latest-posts li,
.thm-unit-test .text .wp-block-latest-posts li,
.thm-unit-test .wp-block-categories li,
.thm-unit-test .text .wp-block-categories li,
.thm-unit-test .wp-block-archives li,
.thm-unit-test .text .wp-block-archives li {
    list-style: none;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 20px 0;
    padding: 0;
    border-left: none;
    padding-left: 100px;
}
.blog-single .inner-box .lower-content .lower-box.text .wp-block-quote.is-large p,
.blog-single .inner-box .lower-content .lower-box.text .wp-block-quote.is-style-large p {
    font-size: 1.6875em;
    line-height: 1.3;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    color: #6c7781;
    font-size: 13px;
    margin-top: 1em;
    position: relative;
    font-style: normal;
}
.wp-block-button__link {
    line-height: 1.8;
}
.wp-block-pullquote {
    border: none;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    padding-bottom: 68.25%;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.wp-block-table td,
.wp-block-table th {
    border: 1px solid #ddd;
    line-height: 1.8;
    padding: 8px;
    vertical-align: top;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: 0;
    padding-left: 100px;
}
figure.wp-block-pullquote.alignleft {
    padding: 0;
    text-align: left;
}
figure.wp-block-pullquote.alignleft blockquote {
    margin: 0;
}
figure.wp-block-pullquote.alignright {
    padding: 0;
    text-align: right;
}
figure.wp-block-pullquote.alignright blockquote {
    margin: 0;
    margin-bottom: 60px;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 335px;
}
ul.wp-block-latest-posts {
    margin-bottom: 30px;
}
ul.wp-block-latest-posts a {
    transition: all 0.2s linear;
    text-decoration: underline;
    color: #5a5a5a;
    background-color: transparent;
}
blockquote.wp-block-quote.is-large:before {
    top: -8px !important;
}
.wp-block-categories a {
    transition: all 0.2s linear;
    text-decoration: underline;
    color: #5a5a5a;
    background-color: transparent;
}
.wp-block-archives a {
    transition: all 0.2s linear;
    text-decoration: underline;
    color: #5a5a5a;
    background-color: transparent;
}
figure.wp-block-pullquote.alignfull blockquote:before {
    left: 25px;
}
.blog-post .wp-block-cover__inner-container .has-large-font-size {
    color: #fff;
}
.page-template-default .type-page h2 {
    font-size: 45px;
}
.wp-block-cover {
    margin-bottom: 15px;
}
.page .entry-content h2+h3 {
    color: #252936;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: none;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
}
div.product div.images .woocommerce-product-gallery__wrapper {
    width: 75%;
    margin: 0 auto;
    float: right;
}
div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper {
    width: auto;
    margin: 0 auto;
}
div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper {
    float: none;
}
/*additional css*/
.block-negative {
    margin-top: 37px;
}
.request-form .inside {
    padding: 20px 20px 20px 12px;
}
.skew-wrapper .container {
    height: 100%;
    padding: 0 0px;
}
.btn-inline .form-popup-wrap .btn-invert.form-popup-link .icon-lightning {
    color: #f47629;
}
.btn-inline .form-popup-wrap .btn-invert.form-popup-link {
    background-color: #fff;
}
.btn-inline .form-popup-wrap .btn-invert.form-popup-link:hover {
    background-color: #f47629;
}
.btn-inline .form-popup-wrap .btn-invert.form-popup-link:hover i {
    color: #fff !important;
}
.form-popup-wrap.form-popup-wrap-full.text-center .btn.btn-xl.btn-border.form-popup-link {
    height: 70px;
    font-size: 26px;
    line-height: 40px;
    padding: 12px 30px 18px;
    border-radius: 8px;
    border-width: 2px;
}
/* new additional css*/
.form-popup-wrap.form-popup-wrap-full.text-center .btn.btn-lg.btn-border.form-popup-link {
    line-height: 31px;
    padding: 13px 30px 17px;
    border-radius: 6px;
}
.slider-wrapper {
    position: relative;
    margin-top: -37px;
}
.brands-carousel-row .brands-carousel-wrap ul .slick-track {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.block.bottom-sm>.container>h4.text-center.subtitle {
    font-size: 24px;
}
#page-content>.container>.breadcrumbs>p#breadcrumbs {
    margin-bottom: 0px;
}
.coupon-print-link>a.print-link:hover {
    text-decoration: underline;
}
.coupon-inside>.coupon-print-link>.more-loader-coupon {
    background: #fff none repeat scroll 0 0;
    bottom: 28px;
    left: 41%;
    padding: 0px 0;
    transform: translateY(-41%);
    width: 20px;
    height: auto;
}
#respond.comment-respond #commentform .form-group>label>strong {
    font-weight: 400;
}
#respond.comment-respond #commentform .form-group>input.form-control {
    margin-bottom: 15px;
    border: 1px solid #dbdbdb;
    padding: 16px 15px 17px;
    height: 50px;
    box-shadow: none;
}
#respond.comment-respond #commentform .form-group>textarea.form-control {
    margin-bottom: 15px;
    border: 1px solid #dbdbdb;
    padding: 16px 15px 17px;
    height: 235px;
    box-shadow: none;
}
#respond.comment-respond #commentform .form-group>input.form-control:focus {
    border-color: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
}
.blog-post .post-content ul.tags-list li a:hover {
    color: #ffffff;
}
header.page-header {
    z-index: 1000;
}
.address .address-block {
    font-weight: 400;
}
.textwidget .address>p>a {
    font-weight: 400;
}
.textwidget .address>p>a:hover {
    color: #000000;
    text-decoration: underline;
}
.type-page.status-publish .entry-content form .inputs-col .input-wrapper span input.input-custom {
    border: 1px solid #dbdbdb;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 2px;
    color: #000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
}
.type-page.status-publish .entry-content form .inputs-col .input-wrapper span input.input-custom:hover,
.type-page.status-publish .entry-content form .inputs-col .input-wrapper span input.input-custom:focus {
    border: 1px solid #dbdbdb !important;
}
.type-page.status-publish .entry-content span.your-message textarea.textarea-custom {
    border: 1px solid #dbdbdb;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 2px;
    color: #000;
}
.type-page.status-publish .entry-content span.your-message textarea.textarea-custom:hover,
.type-page.status-publish .entry-content span.your-message textarea.textarea-custom:focus {
    border: 1px solid #dbdbdb !important;
}
.type-page.status-publish .entry-content form .inputs-col .input-wrapper span input.input-custom::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #252936;
}
.btn-inline .form-popup-wrap i.icon {
    background-color: unset;
}
.page-footer .footer-row .footer-widget3.widget_footer_map img {
    width: 100%;
    height: auto;
}
.news-preview .news-preview-teaser .news-preview-link {
    text-decoration: underline;
}
.news-preview .news-preview-teaser .news-preview-link:hover {
    text-decoration: none;
}
.breadcrumbs>#breadcrumbs {
    margin-bottom: 0px;
}
/* additional responsive css */
@media (max-width: 1199px) {
    .request-form form input[type="number"],
    .request-form form input[type="text"],
    .request-form form input[type="email"] {
        width: 215px !important;
    }
    .request-form .inside {
        padding: 20px 20px;
        text-align: center;
    }
    .request-form form button {
        float: unset;
        margin-left: 10px;
    }
}
@media (max-width: 991px) {
    .block-negative>.container {
        padding: 0;
        width: 100%;
    }
    .slider-wrapper {
        margin-top: 0 !important;
    }
    .navbar .container .navbar-header {
        background-color: #fff;
    }
    #slide-nav #slidemenu {
        height: 100%;
        background-color: #252936;
    }
    .request-form .inside {
        width: 100%;
    }
    .block.block-negative .container .request-form {
        margin-top: -37px;
    }
    .contactForm-box>p>span.your-name,
    .contactForm-box>p>span.your-email,
    .contactForm-box>p>span.message {
        width: 100%;
    }
}
@media (max-width: 990px) {
    .brands-carousel .slick-slide img {
        height: 84px;
        width: auto;
    }
}
@media (max-width: 891px) {
    .request-form form button {
        margin-top: 15px;
    }
}
@media (min-width: 768px) {
    .brands-carousel-row {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        overflow: hidden;
    }
}
@media (min-width: 768px) {
    .brands-carousel-title {
        white-space: nowrap;
        padding-right: 60px;
    }
}
@media (max-width: 767px) {
    .block-negative {
        margin-top: 0;
    }
    .request-form form input[type="text"] {
        width: 97% !important;
        display: inline-block;
    }
    .request-form form input[type="number"],
    .request-form form input[type="email"] {
        width: 48% !important;
        display: inline-block;
    }
    .request-form form button {
        margin-top: 0px;
        width: 50% !important;
        display: inline-block;
    }
    .request-form .inside {
        padding-top: 4px;
    }
    .request-form h4 {
        font-size: 16px;
    }
}
@media (max-width: 486px) {
    .request-form .inside {
        padding-top: 15px;
    }
}
@media (max-width: 479px) {
    .brands-carousel .slick-slide img {
        margin: 0 auto;
    }
}
@media (max-width: 450px) {
    .blog-post .post-content .post-title {
        font-size: 24px !important;
    }
}
@media (max-width: 767px) {
    .colorswatch {
        display: none;
    }
}
.slick-track .bulb-block .bulb-block-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
}
.home .slick-track .bulb-block .bulb-block-title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 15px;
}
.brands-carousel-wrap .brands-carousel .slick-slide {
    padding: 0 0px;
}
.slick-track .bulb-block .bulb-block-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
}
.home .slick-track .bulb-block .bulb-block-title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 15px;
}
.brands-carousel-wrap .brands-carousel .slick-slide {
    padding: 0 0px;
}
.inside .ajax-loader {
    position: absolute;
    left: 18px;
    bottom: 3px;
}
@media (max-width: 1600px) and (min-width: 992px) {
    .bulb-block .bulb {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 1600px) and (min-width: 992px) {
    .bulb-block .bulb {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
#loader-wrapper .custom-loader {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.tt-back-to-top img {
    width: 25px;
    height: 25px;
}
.tt-cart-list .tt-item__title .quantity {
    background-color: transparent;
    height: auto;
    margin-right: 0 !important;
}