:root {
    --site-color: #b22a2e;
    --hover-site-color: #b22a2e;
    --font-body-size: 18px;
    --heading-font-color: #04090d;
    --link-color: #b22a2e;
    --footer-background: #04090d;
    --menu-hover-color: #b22a2e;
    --button-color: #b22a2e;
    --button-hover: #040707;
    --body-text-color: #04080b;
    --font-body: Candara;
    --secondary-font-body: DegularDisplay-Bold;
    --heading-fonts: DegularDisplay-Bold;
    --button-font: DegularDisplay-Semibold;
    --navigation-font: DegularDisplay-Semibold;
}

@font-face {
    font-family: DegularDisplay-Semibold;
    src: url(../fonts/DegularDisplay-Semibold.otf);
}

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

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

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

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 0 15px;
    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;
    position: relative;
}

.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-row-center {
    display: flex;
    align-items: center;
}

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

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;
    width: 160px;
}

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

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

.header_section {
    padding: 8px 0;
    width: 100%;
    z-index: 99;
}

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

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

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

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

.call-cell {
    line-height: 20px;
    font-family: DegularDisplay-Semibold;
}

.call-cell strong {
    font-size: 35px;
    display: block;
    line-height: 1;
    font-family: DegularDisplay-Bold;
}

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

.call-cell span {
    font-size: 20px;
    line-height: 1;
}

/*=====================
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
==============*/
section.top-section-services {
    padding: 0;
    height: 850px;
    align-items: center;
    position: relative;
    justify-content: center;
    z-index: 9;
    overflow: hidden;
    display: flex;
}

section.top-section-services video {
    position: absolute;
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    inset: -100%;
}

.top-section-head {
    width: 100%;
}

.top-section-services:before {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    z-index: 9;
}

.header_content {
    position: relative;
    z-index: 99;
    text-align: center;
    margin: 0 auto;
}

.header_content .slide-heading {
    font-size: 110px;
    font-family: DegularDisplay-Bold;
    color: #fff;
    line-height: 90px;
    margin: 0 0 10px;
    display: block;
}

.sub-heading {
    font-family: DegularDisplay-Bold;
    color: #fff;
    font-size: 35px;
    letter-spacing: 1px;
    display: block;
}

.slide-heading-content a.btn_default {
    margin-top: 20px;
}

.slide-heading-content a.btn_default:hover {
    background: #fff;
    color: #000 !important;
}

/*navigation css start*/
.side-menu-wrapper ul,
a.menu-close {
    display: block !important;
}

.side-menu-wrapper span {
    padding: 15px;
    display: none;
    line-height: normal;
    color: #fff;
}

a.side-phone {
    font-size: 25px;
    display: flex;
    color: var(--hover-site-color);
    font-family: var(--heading-fonts);
    line-height: 1;
    gap: 5px;
    margin: 30px 0;
    justify-content: center;
}

a.side-phone .ri-phone-line {
    font-size: 30px;
}

.side-menu-wrapper ul,
a.menu-close,
.side-menu-wrapper span {
    display: block !important;
}

ul.sub-menu {
    display: none;
}

.menu-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}

.side-menu-wrapper {
    background: #fff;
    padding: 40px 22px 22px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 9999999;
    transition: 0.5s;
    width: 350px;
    box-sizing: border-box;
    display: none;
    overflow-y: scroll;
}

.side-menu-wrapper a.menu-close {
    padding: 0;
    color: #fff;
    top: 0;
    margin: 0;
    font-size: 35px;
    text-decoration: none;
    position: absolute;
    width: 35px;
    right: 0;
    line-height: 35px;
    background: var(--button-color);
    height: 35px;
    text-align: center;
}

.side-menu-wrapper .site_logo {
    text-align: center;
}

.side-menu-wrapper ul,
a.menu-close {
    display: block;
}

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

.side-menu-wrapper ul li a {
    transition: 0.3s;
    text-decoration: none;
    display: block;
    color: #333;
    padding: 0;
    font-size: 18px;
    font-family: var(--navigation-font);
}

.sub-toggle {
    position: absolute;
    top: 0;
    right: 15px;
    color: #333;
    font-size: 28px;
}

ul.sub-menu {
    list-style: none;
    font-size: 14px;
    margin: 12px 0 -10px;
    padding: 6px 0;
    background: transparent;
    display: none;
    transition: unset;
}

.side-menu-wrapper ul ul.sub-menu li {
    border-bottom: none;
    display: block;
    padding: 0;
    padding: 10px;
    color: #333;
}

.side-menu-wrapper ul li ul a {
    border: none;
    color: #333;
}

.side-menu-wrapper ul li {
    transition: 0.3s;
    text-decoration: none;
    display: block;
    padding: 0.9em 0;
    line-height: 1;
    margin: 0;
    color: #333;
    border-top: 1px solid #e2e2e2;
}

.side-menu-wrapper ul li:hover a {
    color: var(--hover-site-color);
}

.menu-open {
    padding: 10px;
    font-size: 35px;
    line-height: 1;
    margin-left: 20px;
}

.menu-open:hover {
    color: #000;
}

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

.nav ul {
    width: 100%
}

.nav li ul {
    margin-left: 0;
    position: absolute;
    box-shadow: none;
}

.side-menu-wrapper .nav li.hover ul {
    position: relative;
}

.side-menu-wrapper .icon {
    height: 2em;
    top: 10px;
    width: 2.2em;
    background: #eee;
    right: 10px;
    position: absolute;
}

/*navigation css end*/

/*============== Welcome Section =====================*/
section.bg_section_wrapper {
    padding: 0;
    background: url(../images/Paragon01.jpg) fixed;
    background-size: cover;
}

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


section.services_offer {
    z-index: 9;
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.top_service {
    z-index: 9;
    position: relative;
    overflow: hidden;
    padding: 60px;
    text-align: center;
    margin: 50px 0 auto;
    background: #f2f2f2;
    border-radius: 20px;
}

.heading-section .title-home {
    margin: 0;
}

.col-6.items-icon {
    text-align: left;
    background-image: url(../images/checkicon.png);
    background-repeat: no-repeat;
    background-position: left 10px;
    padding-left: 75px;
}

.col-6.items-icon h4 {
    margin: 0 0 10px;
}

.col-6.items-icon p {
    line-height: 22px;
}

.top_service .col-12 {
    margin-top: 15px;
}

.top_service .col-12 p {
    line-height: 25px;
}

.top_service a.btn_default {
    border-radius: 200px;
    margin-top: 15px;
}


.service-systems-wrapper {
    background: url(/wp-content/uploads/2025/04/2025-04-17_13-08-41.jpg);
    background-size: cover;
    padding: 130px 0;
    background-position: center;
    position: relative;
}

section.service-systems-wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: #00000073;
}

.service-systems-wrapper .title-home.white-color {
    font-size: 70px;
    margin: 0 0 10px;
}

.service-systems-wrapper span {
    text-transform: uppercase;
    font-size: 28px;
    font-family: var(--navigation-font);
    color: #fff;
    letter-spacing: 5px;
}

.service-systems-wrapper p.white-color {
    font-size: 30px;
    font-family: DegularDisplay-Semibold;
    line-height: 1.2;
}

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

.service-systems-wrapper h2.white-color {
    font-size: 60px;
}

a.btn_default.white_btn::before,
a.btn_default.white_btn::after {
    background: #000;
}

/*==============Top Services==============*/
.service-list-wrap {
    padding: 80px 0;
    overflow: hidden;
}

.heading-section {
    margin-bottom: 30px;
}

.col-4.service_item {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.col-4.service_item:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.service-img img {
    border-radius: 20px;
    object-fit: cover;
    height: 280px;
    width: 100%;
    margin-bottom: 20px;
}

.service_item h3 {
    font-size: 28px;
    margin: 0;
}

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

.service_item p {
    line-height: 22px;
    margin: 10px 0;
}

.service-list-wrap .service_item span {
    margin-top: 15px;
    display: inline-block;
    padding: 14px 40px;
    line-height: 1;
    border-radius: 100px;
    color: #fff;
    background: #b22a2e;
}

.storage-garage {
    background: #f2f2f2;
    padding: 80px 0;
}

.storage-garage .design_border {
    border-radius: 20px;
    height: 650px;
    object-fit: cover;
}

.icon_item {
    padding: 30px;
    background: #fff;
    border-radius: 18px;
    margin: 10px 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.icon_item:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.storage-garage .col-6 {
    padding: 0 10px;
}

.icon_item h5 {
    color: var(--link-color);
    margin: 8px 0;
}

.icon_item p {
    font-size: 17px;
    margin: 0;
    min-height: 75px;
}

.storage-garage .title-home {
    margin-bottom: 40px;
}

.storage-garage a.btn_default {
    margin-left: 12px;
    margin-top: 20px;
    border-radius: 105px;
}

/*Help*/
.we-can-help {
    padding: 200px 0;
    overflow: hidden;
    background-image: url(/wp-content/uploads/2025/04/shutterstock_1554943028.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.col-6.need-help {
    background: #fff;
    border-radius: 18px;
    padding: 2.3em;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.2);
    float: left;
    width: 50%;
}

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

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

.foter-top {
    background: url(https://thunderstorageandgarage.com/wp-content/uploads/2025/04/3-1.jpg) no-repeat;
    background-size: cover;
    padding: 70px 0;
    margin: 1px 0 0;
    position: relative;
    background-position: center;
}

.foter-top::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
}

.foter-top .title-home {
    font-size: 50px;
    margin: 0 0 15px;
}

.foter-top span {
    line-height: 28px;
    display: block;
    position: relative;
}

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


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

/*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(0, 0, 0, 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 {
    padding: 13px 30px;
    display: block;
    margin: 5px 2px;
    border-radius: 100px;
    color: #000 !important;
    background: #fff;
    font-size: 18px;
    line-height: 20px;
    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-color);
    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;
}

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

.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: 18px;
    color: #f2f2f2;
}

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

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

/*Extra Footer*/
.contact_details strong {
    display: block;
    font-size: 25px;
    margin: 8px 0 0;
    line-height: 1;
}

.contact_details strong a {
    font-family: var(--heading-fonts);
    font-size: 40px;
    margin: 5px 0 15px;
    display: block;
}

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

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

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


/*---------------------------
 Site info 
 ----------------------------*/
.site-info {
    font-size: 17px;
    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: 45px;
    height: 45px;
    align-items: center;
    border: 1px solid #31333b;
    border-radius: 100px;
    background: transparent;
    justify-content: center;
}

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

.social-menu li a:hover {
    background: var(--site-color);
    border-color: var(--site-color);
}

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

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

.services_link ul li {
    display: block;
    padding: 3px 0 0;
    line-height: 1.5;
}

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

.logo-section img {
    margin-bottom: 15px;
}

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

#content {
    padding: 3rem 0
}

.content-area ul {
    margin-left: 0
}

.thumb-section {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    gap: 20px
}

.thumb-section .btn {
    width: 50%
}

.thumb-section a.thumb-up {
    padding: 25px;
    background: green;
    border-radius: 10px;
    width: 100%;
    justify-content: center;
    display: flex;
    color: #fff;
    font-size: 32px
}

.thumb-section p {
    display: none
}

.thumb-section .btn {
    width: 50%
}

.thumb-section a.thumb-down {
    padding: 25px;
    background: red;
    border-radius: 10px;
    width: 100%;
    justify-content: center;
    display: flex;
    color: #fff;
    font-size: 30px
}

.thumb-section p {
    display: none
}

.facebook {
    padding: 25px;
    background: #4267b2;
    border-radius: 10px;
    justify-content: center;
    display: flex
}

.google-plus {
    padding: 25px;
    background: #d64730;
    border-radius: 10px;
    justify-content: center;
    display: flex
}

.thumb-section i.fa-brands {
    font-size: 65px;
    color: #fff
}

.thumb-section a {
    color: #fff;
    text-decoration: none
}

section.visit_us_section {
    overflow: auto;
    padding: 3rem;
}

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

.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.accordion_cont_list {
    border-left: 5px solid gray;
    list-style: none !important;
    margin: 0;
    margin-left: 20px;
    background: 0 0
}

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

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

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

a.location-pin {
    display: none;
}

iframe#JotFormIFrame-250994814482164 {
    height: 950px !important;
}

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

.map iframe {
    width: 100%;
}
@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;
	  }
}