:root {
    --site-color: #f00;
    --hover-site-color: #777;
    --font-body-size: 18px;
    --heading-font-color: #04080b;
    --link-color: #777;
    --footer-background: #0a0a0a;
    --menu-hover-color: #8f2236;
    --button-color: #fff;
    --button-color-black: #000;
    --button-hover: #04080b;
    --body-text-color: #04080b;
    --font-body: Inter-Regular;
    --secondary-font-body: Inter-Bold;
    --heading-fonts: Inter-Bold;
    --button-font: Inter-Medium;
    --navigation-font: Inter-Medium;
}

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

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

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

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

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


.white-color {
    color: #fff !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0 0 15px;
    letter-spacing: -1.8px;
    line-height: 1.2;
}

h2 {
    font-size: 45px;
    line-height: 1;
}

h3 {
    font-size: 35px;
    line-height: 1;
}

h4 {
    font-size: 30px;
    line-height: 1;
}

h5 {
    font-size: 25px;
    line-height: 1;
}

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

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

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

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

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

body .no-padding {
    padding: 0
}

.nopadding {
    padding: 0 !important;
}

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

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

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

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

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

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

strong {
    font-family: var(--button-font);
    font-weight: normal;
}

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

.btn_default_black {
    background: var(--button-color-black);
    color: var(--button-color-black);
}

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

/*=====================
13.1 Header
=====================*/

.logo {
    padding: 0;
}

/*.site_logo .site_logo {
    width: 120px;
}*/
.site-content-contain {
    overflow: unset;
}

header#masthead .flex-row-center {
    margin: 0;
    z-index: 99;
    position: relative;
    justify-content: space-between;
}

.site-header img.sticky_logo {
    display: none;
}

.site-header.fixed_header img.sticky_logo {
    display: block;
}

.site-header.fixed_header .custom-logo-link {
    display: none;
}

header#masthead {
    background: #fff;
    z-index: 99;
    border-bottom: 1px solid rgba(120, 144, 167, 0.5);
    width: 100%;
}

header#masthead.site-header.fixed_header {
    background: #fff;
    top: 0;
    z-index: 999;
    position: fixed;
}

.home header#masthead {
    border-bottom: 0;
}

.header_section {
    padding: 15px 0;
    width: 100%;
    background: #0a0a0a;
}

.right_head {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    flex-direction: column;
}

.phone_number_header_wrapper.call-btn {
    margin-right: 20px;
}

.mobilehead a.phone-num {
    display: flex;
    align-items: center;
    gap: 15px;
}

.call-cell {
    line-height: 1.1;
}

.call-cell strong {
    font-size: 35px;
    display: block;
    font-family: Barlow-ExtraBold;
    color: #fff;
}

.mobilehead .fa-phone {
    font-size: 30px;
    color: #ffffff;
}

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

#site-navigation ul.nav {
    text-align: right;
    display: block !important;
}

.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: #111;
    font-size: 17px;
    padding: 10px;
    font-family: var(--navigation-font);
    line-height: 1;
}

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

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

.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: var(--menu-hover-color);
}

/*=====================
Top Head
=====================*/
.top-section-services {
    position: relative;
    width: 100%;
    height: 850px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.top-section-services video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translate(-50%, -50%);
    object-fit: cover;
    filter: brightness(0.5);
}

.top-section-head {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem;
}

.header_content .slide-heading {
    font-size: 90px;
    font-family: Barlow-ExtraBold;
    color: #fff;
    line-height: 85px;
    display: block;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-shadow: 4px 4px 6px #000, 6px 8px 4px #000, 2px -2px 4px #000, -2px 2px 4px #000;
}

.carousel-slide {
    display: flex !important;
    border: 2px solid;
    border-radius: 14px;
    padding: 18px;
}

.slider-content {
    width: 50%;
    padding: 0px 30px;
}

img.main-title-img {
    width: 50%;
    border-radius: 14px;
    height: 500px;
}

a {
    text-decoration: none !important;
}

.sub-heading {
    font-family: Inter-Medium;
    color: #fff;
    line-height: 1.5;
    font-size: 20px;
    display: block;
}

.btn_section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.quality {
    /* background: #8f2236; */
    background: #000;
    padding: 40px 0;
    margin-top: 1px;
    overflow: hidden;
}

.quality h2.white-color {
    font-size: 40px;
    margin: 0;
}


/*=====================
Welcome Section
=====================*/
section.welcome_section {
    padding: 100px 0;
    background: url(../images/home-graph.png) no-repeat left bottom;
}

.title-home {
    font-size: 55px;
    display: block;
    position: relative;
    font-family: var(--heading-fonts);
    line-height: 1;
    margin-bottom: 15px;
    letter-spacing: -1.6px;
    color: var(--heading-font-color);
}

.welcome_content_area .title-home {
    font-size: 75px;
    margin-bottom: 20px;
    letter-spacing: -4px;
}

.welcome_content_area strong {
    font-size: 30px;
    color: #505050;
    line-height: 1;
    margin-bottom: 5px;
    display: block;
    font-family: Inter-Bold;
    letter-spacing: -2px;
}

.welcome_content_area_link {
    overflow: hidden;
}

.welcome_content_area a.phone-num {
    display: flex;
    align-items: center;
    gap: 15px;
}

.welcome_content_area i.fa-solid.fa-phone {
    width: 60px;
    font-size: 25px;
    background: #777;
    border-radius: 100px;
    color: #fff;
    line-height: 60px;
    text-align: center;
}

.welcome_content_area a.phone-num small {
    font-family: Inter-Medium;
    color: #777;
}

/*Top Service*/
.service_top_section {
    padding: 80px 00;
    background: #f7f4e8;
}

.service_top_section .container {
    max-width: 1650px;
    margin: 0 auto;
}

.img-set-wrapper {
    display: block;
}

.img-set-wrapper figure {
    border-radius: 20px;
    width: 100%;
    height: 400px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.img-set-wrapper figure img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    object-fit: cover;
}

.img-set-wrapper:hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.icon-set h3 {
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    letter-spacing: -1px;
}

.img-set-wrapper:hover h3 {
    color: var(--site-color);
}

/*About*/
section.about_home {
    padding: 100px 0;
    background: #fff;
    text-align: left;
}

.about_content a.btn_default {
    margin-top: 20px;
}

.payment-options {
    border-radius: 20px;
    padding: 30px 25px;
    background: #000000;
    overflow: hidden;
    max-width: 1250px;
    margin: 0 auto;
    margin-top: 35px;
}

.payment-options h4 {
    margin: 0 0 10px;
    color: #fff;
}

.payment-options p {
    margin: 0;
    color: #fff;
}

/*Top Services*/
.service-systems-wrapper {
    padding: 120px 00;
    background: url(https://wallaceconstruct.com/wp-content/uploads/2025/03/Mask-group.png) center center;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
}

.service-systems-wrapper .container {
    max-width: 1050px;
}

.service-systems-wrapper strong,
.service-systems-wrapper h2.white-color small {
    display: block;
    font-size: 20px;
    letter-spacing: 0px;
    margin: -5px 0 0;
    color: #fff;
    font-family: Inter-Medium;
}

.service-systems-wrapper h2.white-color small {
    font-size: 18px;
    margin: 18px 0 0;
    font-family: Inter-Regular;
}

.service-systems-wrapper h2.white-color {
    margin: 0px 0 20px;
    display: block;
}

.divider {
    margin: 20px auto;
    width: 130px;
    height: 4px;
    border-radius: 100px;
    background: #fff;
}

.service-systems-wrapper a.btn_default.white_btn {
    margin-top: 20px;
}

/*Offer*/

.Our-Specials {
    padding: 50px 0px;
}

.promo-offers {
    display: flex;
    justify-content: center;
    background: #fff;
    gap: 20px;
}

.offer-card {
    width: 50%;
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);

}

.offer-content,
.offer-image {
    width: 50%;
}

.offer-content h4 {
    font-size: 1.5rem;
    margin: 0;
    color: #fff;
}

.offer-content p {
    color: #fff;
    font-size: 1rem;
    margin: 0.5rem 0 1.5rem;
}

.offer-image img {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}

section.service-roofing {
    background: #f6f6f6;
    overflow: hidden;
    padding: 90px 0;
}

section.service-roofing .container.text-center {
    overflow: hidden;
    max-width: 1100px;
}

.service_icon_item h3 {
    font-size: 22px;
    letter-spacing: -1px;
    margin: 0;
}

.service_icon_item:hover h3 {
    color: var(--link-color);
}

.service-roofing .col-3 {
    width: 20%;
}

.service_icon_item .icon-img {
    background: #fff;
    padding: 35px 20px;
    border-radius: 20px;
    margin-bottom: 25px;
    border: 2px solid #000000;
    overflow: hidden;
}

.service_icon_item {
    margin-top: 20px;
    transition: transform 0.3s ease;
}

.service_icon_item:hover .icon-img img {
    transform: scale(1.3);
}

.service_icon_item .icon-img img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.review-section {
    width: 100%;
    display: flex;
    margin: auto;
}

.thumb-section {
    display: flex;
    margin: auto;
    justify-content: space-between;
    gap: 15px;
}

.facebook i {
    background: #1515af;
    padding: 20px;
    border-radius: 10px;
}

.google-plus i {
    background: #c11212;
    padding: 20px;
    border-radius: 10px;
}

.thumb-section p {
    display: none;
}

.thumb-section .btn {
    padding: 20px 160px;
    border-radius: 10px;
}

.feedback-section {
    justify-content: center;
}

.thumb-section a i {
    font-size: 50px;
}

.btn.t-up {
    background: green;
}

.btn.t-down {
    background: var(--site-color);
}

.thumb-section i {
    color: #fff;
    font-size: 55px;
}

.btn.t-down {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn.t-up {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*service customers*/
.service-customers {
    overflow: hidden;
    z-index: 99;
    display: flex;
    position: relative;
    border-top: 1px solid #999;
}

.service-customers .col-6 {
    padding: 0;
    line-height: 1;
}

.service-customers .project-content {
    padding: 50px 80px;
    display: flex;
    align-items: center;
}

.service-customers .project-content span {
    display: block;
    padding: 15px 0 40px;
    font-family: Urbanist-Medium;
}

.service-customers .title-home {
    font-size: 80px;
}

.maintenance-services {
    background: #f7f7f7;
    overflow: hidden;
    border-radius: 20px;
    padding: 30px 20px;
    border: 1px solid #dee4ea;
    margin: 20px 0 0;
}

.maintenance-services ul {
    margin: 0;
    padding: 0;
}

.maintenance-services ul li {
    display: block;
    margin-bottom: 15px;
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: -0.4px;
    position: relative;
    padding-left: 35px;
}

i.fa-solid.fa-circle-check {
    position: absolute;
    left: 0;
    font-size: 22px;
    top: 2px;
}

.maintenance-services .title-home {
    font-size: 46px;
}

.service-customers .maintenance-services .title-home {
    color: #04080b;
    margin-bottom: 15px;
}

.col-6.call-us-section {
    text-align: left;
}

.contact-wrap {
    text-align: left;
    margin: 30px -10px 0;
    overflow: hidden;
    padding-bottom: 20px;
}

.contact-wrap strong {
    font-size: 22px;
    margin-bottom: 15px;
    display: block;
    line-height: 1;
}

.contact-wrap p {
    line-height: 1.2;
    font-size: 17px;
    font-family: Urbanist-Medium;
}

.maintenance-services img {
    border-radius: 20px;
    height: 550px;
    width: 100%;
    object-fit: cover;
}

.call-us-section a.phone {
    font-size: 70px;
    color: #000;
    display: block;
}

/*Review Section*/
section.testimonials {
    padding: 20px 0 80px;
    overflow: hidden;
}

section.testimonials .container {
    background: url(../images/testimonials-icon.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

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

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

.feedbak_list h4 {
    font-size: 17px;
    display: block;
    margin: 20px 0 0;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: #333;
    line-height: 1;
}

.star-rating {
    margin: 20px 0;
}

.star-rating i.fa-solid.fa-star {
    color: #ffc901;
}

.feedbak_list {
    margin: 10px auto 0;
    max-width: 950px;
}

.clients_feedbak_list p {
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
}

.clients_feedbak_list h5 {
    color: #ef6702;
    font-size: 25px;
}

.white-color {
    color: #fff;
}

/*Contact Page*/
.contact-info {
    display: flex;
}

.contact-info strong {
    font-size: 20px;
    display: block;
}

.contact-info h3,
.contact-form h2 {
    font-size: 40px;
}

.contact-form {
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 35px;
    overflow: hidden;
}

/* ========= Gallery page css ========= */

.gallery_tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px;
    gap: 20px;
}

.gallery_tabs .tab-btn {
    display: inline-block;
    padding: 12px 30px;
    transition: all 0.3s ease-in-out;
}

.gallery_tabs .tab-btn.active {
    background: #000;
    color: #fff;
}

.project_gallery {
    display: none;
}

.project_gallery.active {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.project_gallery .gallery-item {
    width: 100%;
    height: 300px;
    padding: 0px;
    margin: 0px;
}

.project_gallery .gallery-item a,
.project_gallery .gallery-item img {
    height: 100%;
    width: 100%;
}

/* ========= Gallery page css ========= */

/*==================================
Choose Us
====================================*/

.dream-construction {
    height: 600px;
    width: 100%;
    background-image: url(/wp-content/uploads/2025/05/IMG_1219.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dream-construction .flex-row-center,
.dream-construction .container {
    height: 100%;
}

.dream-construction .col-7 {
    background: #fff;
    border-radius: 30px;
    padding: 40px;
}

.dream-construction p {
    font-size: 20px;
    margin-bottom: 30px;
    font-family: Inter-Medium;
    line-height: 1.3;
}

/*Feedback List testimonials page*/
.clients_feedbak_list .testimonials_content {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 25px;
    background: #f6f6f6;
}

.clients_feedbak_list .star-rating {
    margin: 0;
}

.clients_feedbak_list .star-rating i {
    font-size: 18px;
}


/*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 textarea.wpforms-field-medium,
div.wpforms-container-full .wpforms-form input[type=number],
div.wpforms-container-full .wpforms-form select {
    height: 45px !important;
    border-radius: 12px !important;
    border: none !important;
    padding-left: 0 !important;
    outline: none !important;
    border: 1px solid #ddd !important;
}

div.wpforms-container-full .wpforms-form input:focus {
    box-shadow: none !important;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    background: var(--button-color) !important;
    border-radius: 15px !important;
    color: #fff !important;
    border: none !important;
    font-family: var(--button-font);
    padding: 18px 50px !important;
    font-size: 20px !important;
    height: auto;
}

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;
}

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

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

.information h4,
.information h2 {
    margin: 0;
}

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


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

.page-header h1.entry-title,
.page-header .entry-title {
    display: block;
    font-size: 60px;
    color: #fff;
    line-height: 1;
    padding: 0;
}

.sub_header_menu {
    background-color: var(--hover-site-color);
    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:hover {
    background: #000 !important;
    color: #fff !important;
}

.sub-header-link ul li a {
    padding: 15px 30px;
    display: block;
    margin: 5px 2px;
    border-radius: 15px;
    color: #000 !important;
    background: #fff;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -1px;
    font-family: var(--button-font);
    transition: all 0.4s;
    transform: translateY(0);
}

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

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

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

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

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

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

ul.serve-area {
    column-count: 5;
    margin: 0;
    padding: 0;
}

.serve-area li {
    padding: 18px 15px;
    line-height: 1;
    text-align: center;
    background: #f6f5f5;
    border-radius: 12px;
    font-size: 17px;
    margin: 8px 0;
    display: block;
    transition: transform 0.2s;
}

.serve-area li:hover {
    background: #ccc;
}

.serve-area li:hover {
    transform: scale(1.05);
}


/*=====================
Sidebar
=======================*/
#secondary .widget {
    padding: 1.2em;
    margin-bottom: 25px;
    border: 1px solid #e7e7e7;
    background: #fff;
    border-radius: 12px;
}

.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: 25px;
    letter-spacing: -1px;
    font-family: var(--heading-fonts);
    padding: 10px 22px 10px;
    color: #000;
    margin: -12px -22px 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;
}

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

.blog .entry-header .entry-title {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 1;
}

.blog .blog-aligment {
    display: flex;
    align-items: center;
    gap: 25px;
}

.blog .post-thumbnail a img {
    border-radius: 15px;
}

.blog .post-thumbnail {
    width: 40%;
    margin: 0;
}

.more-link {
    background: var(--button-hover);
    padding: 10px 40px;
    color: #fff;
    line-height: 30px;
    display: inline-block;
    font-size: 18px;
    transition: all 0.3s;
    border-radius: 100px;
    font-family: var(--button-font);
}

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

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

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

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

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

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

.single-post b {
    font-family: var(--heading-fonts);
    font-weight: normal;
}


/*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;
}

.section-layout {
    display: flex;
    margin-top: 30px;
    margin-bottom: 70px;
}

.section-layout img {
    object-fit: cover;
    border-radius: 40px;
}

.section-layout:nth-child(2n + 2) .image-section {
    order: 2;
}

section.page-section-list {
    overflow: hidden;
    margin-bottom: 50px;
    background: #FAF7F3;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.page-section-list .col-4 h2 {
    font-size: 75px;
    line-height: 1;
}

section.galler_section {
    overflow: hidden;
    margin-bottom: 70px;
}

.galler_section .gallery .col-4 {
    padding: 5px 8px;
}

.galler_section .gallery a {
    display: block;
    line-height: 1;
    overflow: hidden;
    border-radius: 20px;
}

.galler_section .gallery img {
    height: 350px;
    border-radius: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100%;
    object-fit: cover;
}

.galler_section .gallery a:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    opacity: 0.8;
}


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

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

.footer-section {
    /* padding: 0 0 45px; */
    position: relative;
    clear: both;
    width: 100%;
    display: flex;
    background: #000;
    padding: 3rem 0;
}

.site-footer h2.widget-title {
    color: #fff;
    font-size: 25px;
    font-family: var(--heading-fonts);
    display: block;
    position: relative;
    line-height: normal;
    margin-bottom: 35px;
    line-height: 1;
    letter-spacing: -1px;
}

.site-footer h2.widget-title:after {
    width: 40px;
    height: 3px;
    border-radius: 15px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    background: #fff;
}

.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: 10px;
    display: block;
}

.footer-section .nav_menu_list ul.menu li a {
    display: block;
}

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

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

.site-footer a:hover {
    color: var(--site-color) !important;
}

.footer-section p {
    color: #fff;
    position: relative;
    font-size: 17px;
    line-height: 25px;
}

/*Extra Footer*/
/* .col-6.logo-section {
    padding-right: 200px;
} */

.logo-section strong {
    color: #d8d8d8;
    font-size: 25px;
    display: block;
    line-height: 1.2;
    font-family: Inter-Bold;
    margin: 10px 0 15px;
}

.contact_details strong {
    display: block;
    font-size: 22px;
    margin: 8px 0 15px;
    line-height: 1;
}

.contact_details strong a {
    font-family: var(--heading-fonts);
    font-size: 35px;
    letter-spacing: -1px;
    display: block;
}

.services_link {
    text-align: right;
}

.site-footer .services_link h2.widget-title:after {
    right: 0;
    left: unset;
}

.services_link .textwidget p {
    font-size: 16px;
    line-height: 26px;
}

.logo-section {
    text-align: left;
}

.site-footer .btn_default {
    margin-top: 15px;
}

.site-footer .btn_default:hover {
    background: #fff !important;
    color: #000 !important;
}

.logo-section p {
    font-size: 16px;
}

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

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

.site-info a {
    color: #fff !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: #c3d600 !important;
}

.website {
    margin-top: 3px;
}

/*==============
social-media
===============*/
.social-menu {
    margin: 10px 0 0px;
    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: 40px;
    height: 40px;
    align-items: center;
    border: 1px solid #3f445a;
    background: #04080b;
    border-radius: 100px;
    justify-content: center;
}

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

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

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

.services_link strong,
.services_link strong a {
    font-size: 30px;
    color: #00bcff;
    font-family: Urbanist-ExtraBold;
}

.services_link ul li {
    display: block;
    padding: 3px 0 0;
}

.services_link ul {
    margin-bottom: 15px;
}

.services_link a.btn_default {
    color: #000 !important;
    margin-top: 10px;
    background: #fff;
}

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

.footer-privacy-policy {
    display: flex;
    justify-content: space-between;
}


.footer-site-info {
    background: #0a0a0a;
    color: #fff;
    padding: 13px;
    border-top: 2px solid #fff;
}

[class^="col-"] {
    padding: 0px 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;
}


.mobilehead a.btn_default {
    background: #fff !important;
    border: 1px solid #fff;
}

a.btn_default.hide_mobile:hover {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid;
}

section.visit_us_section {
    padding: 55px 35px;
}

.accordion-container i.fa.fa-chevron-down {
    padding: 12px 12px;
    background: var(--site-color);
    border-radius: 25px;
    color: #fff;
}

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

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

ul {
    padding: 0 !important;
}

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

.set {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.accordion-container i.fa.fa-chevron-right {
    padding: 12px 15px;
    background: #a4acb3;
    border-radius: 25px;
    color: #fff;
}

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

section.infinite_logo_slider {
    padding: 40px 0px;
}

.logo-slider img {
    height: 140px;
    object-fit: contain;
    margin: auto;
}

.logo-slider .slick-track {
    display: flex !important;
    justify-content: space-between;
}

.logo-slider .slick-slide {
    margin-right: 30px;
}


.logo-slider {
    margin-right: -30px;
}


.footer-site {
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 580px;
}

a.btn_default.white_btn:hover {
    background: black !important;
    color: #fff !important;
    border: 1px solid #fff;
}

.side-menu-wrapper.active li {
    padding: 16px 10px;
}

.side-menu-wrapper ul li:hover a {
    color: #ffffff !important;
}

.side-menu-wrapper.active li:hover {
    background: #000;
}

.side-menu-wrapper .icon {
    background: #eeeeee00 !important;
}

.quite-btn a.btn_default {
    padding: 10px 24px;
}

.col-5.text-right img:hover {
    transform: scale(1.1);
}

.col-5.text-right img {
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.page-header-section {
    position: relative;
    overflow: hidden;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.background-video {
    position: absolute;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 0;
}

.page-header {
    position: relative;
    z-index: 1;
    width: 100%;
}


@media screen and (max-width:700px) {
    .area-served-w {
        display: flex;
        flex-direction: column;
    }

    ul.content.accordion_cont_list li {
        width: 100% !important;
    }

    .accordion-section {
        width: 100% !important;
    }

    .slider-content {
        width: 100%;
        padding: 14px 0;
    }

    img.main-title-img {
        width: 100%;
    }

    .slider-content h2 {
        font-size: 30px;
    }

    .carousel-slide {
        flex-direction: column;
    }

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

    .footer-section li.widget_nav_menu {
        text-align: center;
    }

    .site-footer h2.widget-title {
        text-align: center !important;
    }

    .site-footer h2.widget-title:after {
        width: 100%;
    }

    .logo-section strong {
        text-align: center;
    }

    .logo-section p {
        text-align: center;
    }

    .col-6.logo-section {
        text-align: center;
    }

    .right_head .mobilehead {
        gap: 6px;
    }

    .right_head .mobilehead i {
        font-size: 28px;
        color: #fff;
    }
}