/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

.padding_bottom_0 {
    padding-bottom: 0 !important;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.badge {
    font-weight: 500;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}

/* navbar section */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.navbar-brand img {
    max-height: 50px;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-item {
    margin-right: 30px;
}

.nav-link {
    color: #444;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 10px;
}

.get-a-quote {
    background-color: #007bff;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
}

@media (min-width: 992px) {
    .navbar-nav {
        display: flex;
        align-items: center;
    }

    .nav-item {
        margin-right: 30px;
    }

    .get-a-quote {
        margin-left: auto;
    }
}

/* navbar section */


/* banner section start */
.banner {
    background-color: #f8f8f8;
    padding: 100px 0;
    position: relative;
}

.banner-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.banner-description {
    font-size: 18px;
    margin-bottom: 40px;
}

.before-after-container {
    display: flex;
    justify-content: space-between;
}

.before-img,
.after-img {
    width: 48%;
}

.before-img img,
.after-img img {
    width: 100%;
}

/* banner section end */

/* services section start */
.services_section {
    background: #f7f7f7;
    padding: 80px 0;
}

.services_title {
    font-size: 36px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 40px;
}

.services_text {
    font-size: 16px;
    margin-bottom: 50px;
}

.services_box {
    background: #fff;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.services_box:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.services_heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.services_description {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
}

.services_box img {
    max-width: 100%;
}

/* services section end */


/* quote form section start */
#quote-form {
    background-color: #f9f9f9;
    padding: 80px 0;
}

.container {
    max-width: 800px;
    margin: 0 auto;
}

h2 {
    text-align: center;
    margin-bottom: 50px;
}

form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-group {
    width: 48%;
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input,
select,
textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

textarea {
    height: 150px;
}

button[type="submit"] {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

button[type="submit"]:hover {
    background-color: #444;
}

/* quote form section end */

/* footer section start */

.footer_section {
    background-color: #252525;
}

.useful_text {
    font-size: 24px;
    color: #fff;
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer_menu li {
    font-size: 16px;
    color: #b1b6c2;
    padding-top: 5px;
}

.footer_menu li a,
.location_text a {
    color: #b1b6c2;
}

.footer_menu li a:hover,
.location_text a:hover,
.footer_menu li.active a {
    color: #fff;
}

.footer_text {
    font-size: 16px;
    color: #b1b6c2;
    margin: 0;
    padding-top: 10px;
}

.location_text {
    font-size: 16px;
    color: #b1b6c2;
}

.padding_left_15 {
    padding-left: 15px;
}

/* footer section end */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
}

.copyright_text a {
    color: #fffcf4;
}

.copyright_text a:hover {
    color: #0c426e;
}

.margin_top_90 {
    margin-top: 90px;
}