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

@font-face {
    font-family: "remixicon";
    src: url("../fonts/remixicon.eot");
    /* IE9*/
    src: url("../fonts/remixicon.woff2") format("woff2"),
        url("../fonts/remixicon.woff") format("woff");
    /* iOS 4.1- */
    font-display: swap;
}

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

@font-face {
    font-family: 'Sailec-Medium-1';
    src: url('../fonts/Sailec-Medium-1.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Sailec-Bold-1';
    src: url('../fonts/Sailec-Bold-1.woff2') format('woff2');
    font-display: swap;
}


@font-face {
    font-family: 'Calibri';
    src:
        url('../fonts/subset-Calibri.woff2') format('woff2');
    font-display: swap;
}

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

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

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

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

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

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

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

body .no-padding {
    padding: 0;
}

.nopadding {
    padding: 0 !important;
}

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

.flex-row {
    display: flex;
}

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

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

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

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

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

.top-bar {
    padding: 5px 5px 8px;
    line-height: 1;
    font-size: 17px;
    color: #fff;
    text-align: center;
    display: block;
    background: var(--site-color);
}

header#masthead {
    background: #fff;
}

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

.logo {
    padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-navigation a {
    color: #000;
    font-size: 15px;
    padding: 12px 0.5em 15px;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    font-family: var(--navigation-font);
}

.main-navigation ul ul a {
    color: #111;
    font-size: 16px;
    padding: 15px;
    font-family: Sailec-Medium-1;
}

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

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

.main-navigation a:hover {
    color: var(--menu-hover-color);
}

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

/*=====================
Top Head
=====================*/
section.top-section-services {
    padding: 0 0;
    height: 800px;
    align-items: center;
    position: relative;
    justify-content: center;
    background-image: url("/wp-content/uploads/2026/05/kraneheatin-hero-banner.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9;
    display: flex;
}

section.top-section-services .container {
    max-width: 1600px;
}

.header_content {
    width: 100%;
    margin: 0;
    position: relative;
    max-width: 850px;
    float: left;
    padding: 10px;
}

.header_content {
    width: 100%;
    margin: 0;
    position: relative;
    max-width: 800px;
    background-color: rgba(16, 15, 31, 0.55);
    float: left;
    padding: 10px;
    border-radius: 25px;
}

section.top-section-services .title-home.text-center {
    color: #000 !important;
}

.slide-heading-content {
    padding: 30px;
    border-radius: 25px;
    border: 2px solid #fff;
}

.header_content .slide-heading,
.sub-heading {
    font-size: 65px;
    color: #fff;
    line-height: 1.1;
    display: block;
    font-family: Sailec-Bold-1;
}

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

.sub-heading {
    font-size: 30px;
    color: #fff;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.header_content a.btn_default {
    margin-right: 15px;
}

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

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

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

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

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

.welcome_content_area {
    width: 50%;
    /* text-align: center; */
    padding-bottom: 50px;
    clear: both;
    overflow: hidden;
    /* margin: 0 auto; */
}

section.welcome-content-video {
    padding: 60px 0px;
}

.welcome_content_area .title-home {
    margin-bottom: 10px;
    color: #000 !important;
}

.welcome-content-video .title-home.main_heading {
    color: #000 !important;
    margin-bottom: 40px;
}

section.welcome-content-video .welcome_content_area .title-home {
    font-size: 34px;
    font-weight: 200 !important;
}

.welcome_content_area strong.get {
    color: #858585;
    margin-bottom: 10px;
    display: block;
    font-size: 22px;
}

/*Section*/
section.services_offer {
    z-index: 9;
    position: relative;
    padding-bottom: 30px;
}

.top_service {
    z-index: 99;
    position: relative;
    margin-top: -70px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.top_service .col-3 {
    text-align: center;
    background: #de241f;
    border: 5px solid #fff;
    border-radius: 25px;
    padding: 50px 25px;
    align-content: center;
    transition: all 0.3s;
}

.top_service .col-3:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.services-item h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px 0 0;
    color: #fff;
    display: block;
}

/*Contact info*/
section.our-services-wrapper {
    padding: 90px 0;
    overflow: hidden;
    background: #f8f4f4;
    display: block;
}

.title-subheading {
    font-size: 19px;
    color: #09090b;
    display: block;
    font-family: Sailec-Medium-1;
}

section.our-services-wrapper .container {
    max-width: 1400px;
}

.our-services-wrapper .title-home {
    margin: 0;
}

.service-list-wrap .col-3 {
    border-radius: 15px;
    padding: 0;
    background: #fff;
    overflow: hidden;
    transition: all 0.3s;
    margin-top: 25px;
}

.service-list-wrap .col-3:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.11);
}

.ac-services img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.ac-services-wrap {
    padding: 12px 25px 30px;
}

.service-list-wrap {
    display: flex;
    gap: 20px;
}

.ac-services-wrap h2 {
    display: block;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 15px;
}

.services-content {
    color: #444;
    font-size: 17px;
    line-height: 25px;
    display: block;
    margin-bottom: 25px;
}

.contact_info_section {
    padding: 100px 0;
    background-image: url(../images/bg1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact_info_section h2 {
    font-size: 45px;
    color: #fff;
}

.contact_info_section .title-home {
    font-size: 55px;
    display: block;
    color: #fff;
    margin: 0 0 10px;
}

.contact_info_section strong {
    font-size: 40px;
    display: block;
    color: #fff;
    font-family: Sailec-Bold-1;
    justify-content: center;
    align-items: center;
}

.contact_info_section strong a {
    color: #fff;
}

.contact_info_section a.btn_default {
    background: #fff;
    color: #000;
    margin-top: 30px;
}

.contact_info_section a.btn_default:hover {
    background: #222;
    color: #fff;
}

/*Service Icons*/
section.our-services-icon {
    background-color: #dee2e5;
    background-image: url(/wp-content/uploads/2023/11/2023-11-22_11-15-31.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 90px 0;
    background-size: cover;
}

.title-home.text-center {
    color: #fff !important;
}

.service-icons {
    display: flex;
    padding: 15px 0 60px;
    flex-wrap: wrap;
}

.service-icons h3 {
    font-size: 18px;
    margin: 5px 0 0;
    display: block;
    color: #de241f;
}

.service-icons .col-3 {
    background: #fff;
    padding: 30px 25px;
    width: calc(25% - 20px);
    margin: 10px;
    margin-top: 20px;
    border-radius: 18px;
    transition: 0.3s all;
}

.service-icons .col-3 p {
    display: block;
    margin: 10px 0;
}

.service-icons .col-3:hover {
    margin-top: -10px;
}

.need-help .title-home {
    font-size: 35px;
    display: block;
    line-height: 1.2;
    border-left: 5px solid var(--site-color);
    padding-left: 15px;
}

.col-6.need-help {
    background: #fff;
    border-radius: 15px;
    padding: 2.2em;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.1);
    float: left;
    width: 60%;
}

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

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

/*Services*/
section.HVAC-services-wrapper {
    padding: 80px 0;
    overflow: hidden;
}

.white-color {
    color: #fff;
}

.HVAC-services-wrapper .title-home {
    margin: 0 0 5px;
}

.home_coupons_wrap {
    display: flex;
    justify-content: center;
}

h1.title-homes {
    padding-bottom: 10px;
}

section.service-offer {
    background: #f8f4f4;
    overflow: hidden;
    padding: 80px 0;
}

.kh-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.kh-service-card {
    width: 100%;
    box-sizing: border-box;
    height: 250px;
}

.kh-service-link {
    display: block;
    position: relative;
    height: 100%;
}

.kh-service-image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 26px 26px 0 0;
    height: 100%;
}

.kh-service-image-wrap img {
    width: 100%;
    display: block;
    height: 100%;
    transition: all 0.3s;
}

.kh-service-card:hover img {
    transform: scale(1.05);
}

.kh-service-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(255, 0, 0, 0.5);
    border-radius: 26px 26px 0 0;
}

.kh-service-title {
    position: absolute;
    bottom: 35px;
    left: 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    z-index: 2;
}

.HVAC-services-wrapper .flex-row-center {
    max-width: 1060px;
    margin: 0 auto;
}

.HVAC-services-wrapper .flex-row-center .title-home {
    font-size: 25px;
    text-transform: uppercase;
    margin: 0;
}

/*Get Help*/
.specials-offer {
    background: #f0efec;
    padding: 80px 0 90px !important;
    overflow: hidden;
}

.specials .col-3 {
    padding: 20px 0 0;
}

a.specials-cupon {
    display: block;
    background: #fff;
}

.get-free-estimate {
    overflow: hidden;
    position: relative;
    padding: 0 0;
    background: #eaeaea;
}

.get-free-estimate:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url(/wp-content/uploads/2023/11/image_2023_11_07T22_51_09_634Z.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.55;
    background-color: rgba(16, 15, 31, 0.55);
    z-index: 1;
}

.get-free-estimate .col-6 {
    padding: 2em;
    position: relative;
    z-index: 99;
}

.get_help_border {
    position: relative;
    z-index: 99;
    padding-left: 2em;
}

.get_help_border {
    color: #fff !important;
}

.get_help_border strong {
    display: block;
    margin: 18px 0;
    line-height: 35px;
    font-size: 25px;
    color: #fff;
}

.col-6.contact_form_section {
    padding: 50px 30px;
}

.contact_form_section .title-home {
    margin: 0 0 5px;
    font-size: 38px;
}

.contact_info_form {
    padding-right: 20px;
}

div.wpforms-container-full {
    margin-top: 20px !important;
}

.get_help_border p {
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
}

.get_help_border strong a {
    display: block;
    color: #fff;
}

.get_help_border span {
    font-size: 40px;
    font-family: Sailec-Bold-1;
    margin-bottom: 15px;
    display: block;
}

.get-free-estimate .get_help_border span a {
    color: #fff;
}

.cont-form {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.testimonials .title-home {
    margin: 0;
}

.get_help_border .title-home {
    color: #fff !important;
}

.client_testimonials {
    background: #f8f4f4;
    padding: 60px 60px 70px;
    border-radius: 30px;
    margin: 60px 0 30px;
    text-align: center;
    overflow: auto;
}

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

.feedbak_list {
    padding: 30px 30px 0;
}

.feedbak_list h4 {
    margin-top: 10px;
    display: block;
    font-size: 18px;
    color: #de241f;
}

.feedbak_list ul.slick-dots {
    display: none !important;
}

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

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

div.wpforms-container-full .wpforms-form button[type="submit"] {
    background: var(--button-color) !important;
    border-radius: 100px !important;
    color: #fff !important;
    border: none !important;
    font-family: var(--button-font);
    padding: 15px 60px !important;
    font-size: 16px !important;
    height: auto;
    text-transform: uppercase;
}

.wpforms-submit-container {
    padding: 0 !important;
}

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

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

.wpforms-container .wpforms-field {
    padding: 10px 0 !important;
}

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

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

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

.sub_header_menu {
    background-color: var(--footer-background);
    padding: 5px;
    margin-bottom: 50px;
}

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

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

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

.sub-header-link ul li a:hover {
    background-color: #fff;
    color: #000;
}

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

blockquote p {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.site-footer {
    background-color: var(--footer-background);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.review-maps {
    background: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact_details .header_phone strong {
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
    font-family: Sailec-Medium-1;
}

.contact_details .header_phone {
    margin-top: 10px;
}

.contact_details .header_phone a {
    color: #dd231e;
    font-size: 30px;
}

.contact_details p {
    line-height: 1.3;
}

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

.call_us p {
    line-height: 25px;
    font-size: 17px;
}

.services_link ul li {
    line-height: 25px;
}

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

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

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

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

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

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

.website {
    margin-top: 3px;
}

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

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

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

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

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

.social-menu li a:hover {
    background: #dd231e;
    border-color: #dd231e;
}

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

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

.ri-phone-fill:before {
    content: "\efe9";
}

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

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

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

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

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

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

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

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

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

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

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

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

.ri-youtube-fill:before {
    content: "\f2d4";
}

.ri-focus-2-line:before {
    content: "\ed4a";
}

.ri-linkedin-fill:before {
    content: "\eeb5";
}

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

.ri-arrow-left-s-line:before {
    content: "\ea64";
}

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

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

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

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

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

.specials h1 {
    text-align: center;
}

.entry-content h2 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.top_service .col-3:hover {
    background-color: #000;
}

a.number {
    font-size: 30px;
    color: #dd231e;
    font-family: var(--heading-fonts);
}

.area_served_wrapper iframe {
    width: 100%;
}

section.our-services-wrapper .title-home.text-center {
    color: #000 !important;
}

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

.col-6.fdg h3 {
    text-align: center;
}

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

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

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

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

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

ul.content.accordion_cont_list li {
    width: 50%;
    color: #fff;
}

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

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

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

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

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

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

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

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

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

/*accordian css end*/
.col-6.area.served_inner_wrapper img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto !important;
    padding: 0;
}

section.new_area_served_section {
    margin-top: 25px;
    margin-bottom: 25px;
}

i.tma-icon.ri-phone-line {
    font-size: 27px;
}

.col-6.fdg a {
    font-size: 27px;
}

.col-6.fdg i {
    font-size: 27px;
}

.get-free-estimate .overlay {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: rgb(255 0 0 / 98%);
    z-index: 1;
    opacity: 0.7;
    pointer-events: none;
}

.title-home.text-centers {
    text-align: center;
}

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

.list_wrapper li {
    color: #000 !important;
}

.bryant-logo img {
    width: 100%;
    height: 120px;
    object-fit: contain;
}

.map-area {
    display: flex;
    flex-wrap: wrap;
}

.map-area .col-md-6 {
    width: 50%;
}

.map-area h3 {
    margin-bottom: 20px;
}

.map-area h3 a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.map-area h3 a i.tma-icon.ri-phone-line {
    font-size: 32px;
}

.map-area iframe {
    width: 100%;
}

.contact-form iframe {
    height: 753px !important;
}

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

.welcome-video {
    width: 50%;
}

img.nn-samap-ci-image {
    max-height: 240px !important;
    max-width: 240px !important;
}


@media (max-width: 1200px) {
    .header_phone a {
        font-size: 24px;
    }

    .btn_default {
        padding: 15px 25px;
        font-size: 15px;
    }
}

@media screen and (max-width:812px) {
    body .uwy.userway_p6 .userway_buttons_wrapper {
        top: auto !important;
        bottom: 0px !important;
        left: 10px !important;
        transform: scale(0.85) !important;
    }
}