@font-face {
    font-family: 'ops';
    src: url('/fonts/Black_Ops_One/BlackOpsOne-Regular.ttf') format('truetype');
    font-size: normal;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial';
    src: Arial, url('/fonts/Arial/Arial.ttf') format('truetype');
    font-size: normal;©
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial';
    src: Arial, url('/fonts/Arial/Arial-Bold.ttf') format('truetype');
    font-size: normal;
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/* @font-face {
    font-family: 'phudu';
    src: url('/fonts/Phudu/static/Phudu-Regular.ttf') format('truetype');
    font-size: normal;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */
/*
@font-face {
    font-family: 'inter';
    src: url('/fonts/Inter/static/Inter-Regular.ttf') format('truetype');
    font-size: normal;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

:root {
    --main-prim-0: #ffffff;
    --main-prim-1: #737bff;
    --main-prim-2: #737bff;
    --main-prim-3: #737bff;
    --main-prim-4: #737bff;
    --main-prim-5: #000000;
}

* {
    /* outline: none; */
    box-sizing: border-box;
    font-weight: normal;
    text-rendering: optimizeSpeed;
    /* outline: 1px solid #ff0000; */
}
*:focus-visible {
    /* outline: 2px solid #96d2f6; */
    outline: 2px solid #000000;
    outline-offset: 3px;
}
button {
    background: none;
    border: none;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    touch-action: manipulation;
    cursor: pointer;
}
/* @media (hover: hover) { */
    /* body:hover * {
        outline: none;
    } */
/* } */

html, body {
    max-width: 100%;
    overflow: visible;
    -webkit-text-size-adjust: 100%;
}

body {
    overflow-x: hidden;
    margin: 0;
    /* font-family: 'teko', sans-serif; */
    /* font-family: 'phudu', sans-serif; */
    font-family: Arial, 'Arial', sans-serif;
    font-size: 16px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #ffffff;
}
/* .body_loaded {
    animation: everything_in 1s forwards;
}
@keyframes everything_in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
} */
.noscroll {
    overflow: hidden;
}
p {
    /* display: inline; */
    line-height: 1.5rem;
    /* margin: 0 0 -4px 0; */
}

nav {
    position: fixed;
    top: 0;
    /* top: 38px; */
    width: 100%;
    height: 100px;
    /* background-color: #f5811c; */
    display: flex;
    /* justify-content: center; */
    justify-content: flex-start;
    align-items: center;
    z-index: 2;
    transition: 0.2s;
}

.nav_strip {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    /* position: fixed;
    z-index: 2;
    top: 100px;
    left: 0; */
    width: 100%;
    background-color: #f5811c;
}
.nav_strip a {
    display: block;
    color: #000000;
    text-decoration: underline;
    padding: 10px;
    /* font-size: 14px; */
    /* font-weight: bold; */
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nav_strip a span {
    font-weight: bold;
}
.navbar_scroll {
    /* background-color: #ffffff; */
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.nav_mobile {
    display: none;

    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
}
.ham {
    display: block;
    width: 45px;
    height: 34px;
    /* margin: 0 33px; */
    margin: 0 33px 0 20px;
    background: none;
    border: none;
    padding: 0;
}
.ham span {
    display: block;
    width: 100%;
    height: 6px;
    margin: 0 0 8px 0;
    background-color: #000000;
}
nav img {
    width: 120px;
    margin: 0 10px;
    padding: 10px;
}
.nav_links {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.nav_left {
    display: flex;
}
.nav_right {
    display: flex;
}
.nav_links a {
    font-weight: bold;
    /* font-size: 20px; */
    text-decoration: none;
    /* background-color: #f5811c; */
    /* border: 2px solid #f5811c; */
    /* border: 2px solid #000000; */
    color: #000000;
    /* color: #f5811c; */
    /* margin: 10px; */
    /* padding: 10px 10px 8px 10px; */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: 0.2s;
}
.nav_left a {
    padding: 20px;
    margin: 10px;
}
.nav_quote {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'ops', sans-serif;
    font-size: 25px;
    padding: 0 20px;
    margin: 10px 20px;
    background-color: #f5811c;
}
@media (hover:hover) {
    .nav_left a:hover {
        outline: none;
        box-shadow: 0px 3px 0 0px #f5811c;
        -webkit-box-shadow: 0px 3px 0 0px #f5811c;
        -moz-box-shadow: 0px 3px 0 0px #f5811c;
    }
}
.nav_content {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    max-width: 80vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: #000000;
    z-index: 3;
    overflow-y: scroll;
    visibility: hidden;
}
.nav_open {
    animation: nav_open 0.2s;
    animation-fill-mode: forwards;
}
.nav_close {
    animation: nav_close 0.2s;
    animation-fill-mode: forwards;
}
.nav_background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
@keyframes nav_open {
    0% {
        right: -100%;
    }
    100% {
        right: 0;
    }
}
@keyframes nav_close {
    0% {
        right: 0;
    }
    100% {
        right: -100%;
    }
}
.close_nav {
    font-size: 50px;
    color: #f5811c;
    margin: 0 0 10px 0;
    padding: 0 10px 0 0;
    text-align: right;
}
.nav_content a {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    padding: 10px;
    margin: 10px 0;
    text-decoration: none;
}
.nav_content .nav_quote {
    font-size: 25px;
    padding: 20px 10px;
    /* padding: 20px; */
    /* margin: 10px 20px; */
}
.nav_content *:focus {
    outline-color: #ffffff;
}

.head {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    /* min-height: 500px; */
    /* isolation: isolate;
    clip-path: inset(0 0 0 0);
    overflow: hidden;
    transform: translateZ(0);
    pointer-events: none; */
    isolation: isolate;
}
.head_title {
    margin: 8vw;
    width: 1000px;
    max-width: 100%;
    /* z-index: 3; */
}
.head_title h1 {
    font-family: 'ops', sans-serif;
    font-size: 90px;
    color: #f5811c;
    margin: 50px 0 0 0;
    /* margin-right: 300px; */
}
.head_title p {
    margin: 0;
    font-family: 'ops', sans-serif;
    font-size: 20px;
}
.sawblade {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 50px;
    padding: 25px;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    background-image: url('/media/photos/cts_logo_whole.png');
    background-size: contain;
}
.sawblade p {
    width: 100%;
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
    color: #f5811c;
    text-align: center;
}
.head_side_content {
    position: absolute;
    right: 0;
    z-index: 2;
    color: #ffffff;
}
.head_side_content img {
    width: 300px;
    filter: invert();
    margin: 0 6vw 0 0;
    opacity: 0.2;

    /* width: 400px;
    filter: invert();
    margin: 0 4vw 0 0;
    opacity: 0.2; */
}
/* .head_side_content h1 {

} */
.head_side {
    position: absolute;
    right: 0;
    display: block;
    background-color: #000000;
    width: 100%;
    height: 100%;
    transform: rotate(120deg) translate(-100px, -36vw);
    z-index: 1;
}
/* .head_side_inner {
    height: 100%;
    width: 50vw;
    display: flex;
    align-items: center;
    transform: rotate(-120deg) translate(2vw, 230px);
    color: #ffffff;
} */


.midline_button {
    width: 100%;
    height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    isolation: isolate;
}
.blade {
    position: absolute;
    width: 800px;
    height: 120px;
    margin-bottom: 120px;
    overflow: hidden;
    z-index: 1;
}
.blade img {
    width: 100%;
    margin-top: 10px;
    /* filter: blur(1px); */
    animation: blade_spin 10s linear infinite;
}
@keyframes blade_spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.midline_button a {
    position: absolute;
    font-family: 'ops', sans-serif;
    font-size: 25px;
    padding: 20px;
    margin: 0;
    background-color: #f5811c;
    color: #000000;
    text-decoration: none;
    text-align: center;
    z-index: 2;
}

.home_section_1 {
    width: 100%;
    /* background-color: #f5811c; */
    /* background-color: #fff2e6; */
}
.home_section_1_boxes {
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    gap: 50px;
    padding: 100px;
    /* gap: 100px; */
}
.home_section_1_box {
    /* flex: 1; */
}
.read_more_sticky {
    display: none;

    position: sticky;
    bottom: 0;
    background-color: #ffffffcc;
    padding: 18px;
    text-align: center;
}
.read_more_sticky p {
    font-size: 20px;
    font-weight: bold;
}
.home_section_1_box h2 {
    font-family: 'ops', sans-serif;
    font-size: 30px;
    margin: 0 0 20px 0;
}
.home_section_1_box h3 {
    font-family: 'ops', sans-serif;
    font-size: 25px;
    margin: 20px 0;
}
.home_section_1_box ul {
    padding-left: 20px;
}
.home_section_1_box ul li {
    margin-bottom: 10px;
}
.home_section_1_box p {
    /* font-family: 'phudu', sans-serif; */
    font-size: 16px;
    margin: 0;
}
.home_section_1_box a {
    display: inline-block;
    font-family: 'ops', sans-serif;
    font-size: 20px;
    padding: 10px;
    margin: 10px 0 0 0;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    transition: 0.2s;
}
@media (hover:hover) {
    .home_section_1_box a:hover {
        color: #f5811c;
    }
}
.home_section_1_box_img {
    /* height: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch; */
}
.home_section_1_box_img img {
    width: 100vw;
    max-width: 100%;
    /* width: 100%; */
    /* max-width: 100%;
    max-height: 100%; */
    /* object-fit: cover; */
}

.home_section_2 {
    background-color: #f5811c;
    /* background-color: #fff2e6; */
    /* background-color: #d8e8ec; */
    /* background-image: url('/media/photos/transparent_circle_2.png'); */
    /* background-size: 20px; */
    /* background-size: 2%; */
}
.home_section_2_header {
    text-align: center;
    /* padding: 50px 20px 0 20px; */
    padding: 50px 0 0 0;
    /* border-right: 5px solid #000000;
    border-left: 5px solid #000000; */
}
.service_area_header {
    padding: 50px;
}
.home_section_2_header h2 {
    width: 100%;
    font-family: 'ops', sans-serif;
    font-size: 35px;
    /* color: #f5811c; */
    margin: 0;
    padding: 0 20px;
    text-align: center;
    /* border-right: 10px solid #000000;
    border-left: 10px solid #000000; */
}
.home_section_2_header a {
    display: inline-block;
    font-family: 'ops', sans-serif;
    font-size: 20px;
    padding: 10px;
    margin: 10px 0 0 0;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    transition: 0.2s;
}
@media (hover:hover) {
    .home_section_2_header a:hover {
        color: #f5811c;
    }
}
.home_section_2_boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 50px;
    gap: 50px;
}
.home_section_2_box {
    /* flex: 1; */
    /* width: 200px;
    height: 200px; */
    /* max-width: 300px; */
    /* width: 300px; */
    width: 250px;
    max-width: 100%;
    text-align: center;
}
.home_section_2_box img {
    /* width: 200px;
    max-width: 100%; */
    /* max-width: 200px;
    max-height: 200px; */
    /* max-width: 100%;
    max-height: 100%; */
    height: 200px;
    filter: drop-shadow(5px 5px 0 #000000) saturate(2);
    -webkit-filter: drop-shadow(5px 5px 0 #000000) saturate(2);
    -moz-filter: drop-shadow(5px 5px 0 #000000) saturate(2);
}
.home_section_2_box h3 {
    width: 100%;
    text-align: center;
    font-family: 'ops', sans-serif;
    font-size: 25px;
    /* margin: 20px 0; */
    margin: 10px 0;
}
.home_section_2_box p {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}
.home_section_2_box a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #000000;
    padding: 15px 20px;
    color: #000000;
    text-decoration: none;
    transition: 0.2s;
}
@media(hover:hover) {
    .home_section_2_box a:hover {
        background-color: #000000;
        color: #f5811c;
        /* border: 2px solid #f5811c;
        color: #f5811c; */
    }
}

.home_section_2_emergency {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 50px;
    padding-top: 0;
}
.home_section_2_emergency a {
    display: flex;
    gap: 15px;
    color: #000000;
    text-decoration: none;
    /* background-color: #ff510a; */
    padding: 15px;
    border: 2px solid #000000;
    transition: background-color 0.2s;
}
.home_section_2_emergency a:hover {
    /* background-color: #ff0000; */
    background-color: #ff510a;
}
.home_section_2_emergency a .text h3 {
    font-family: 'ops', sans-serif;
    font-size: 25px;
    margin: 0;
    margin-bottom: 5px;
}
.home_section_2_emergency a .text p {
    font-size: 16px;
    margin: 0;
}
.home_section_2_emergency a .icon {
    width: 50px;
    height: 100%;
    background-image: url('/media/icons/warning_icon.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0);
}

.home_section_2_emergency_2 {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 25px;
}
.home_section_2_emergency_2 a {
    width: 300px;
    max-width: 100%;
    /* background: center / cover url('/media/photos/tree_on_house_300.jpg'); */
    color: #000000;
    text-decoration: none;
    text-align: center;
    border: 2px solid #000000;
}
.home_section_2_emergency_2 a .content {
    /* background-color: #f5811c99; */
    transition: background-color 0.2s;
}
.home_section_2_emergency_2 a:hover .content,
.home_section_2_emergency_2 a:focus .content {
    /* background-color: #f5811ccc; */
    background-color: #ff510a;
    /* background-color: #ff510a99; */
}
.home_section_2_emergency_2 a .content img {
    width: 100%;
    height: auto;
    transition: opacity 0.2s;
}
.home_section_2_emergency_2 a:hover .content img,
.home_section_2_emergency_2 a:focus .content img {
    opacity: 0.6;
}
.home_section_2_emergency_2 a .text {
    padding: 25px;
}
.home_section_2_emergency_2 a .text h3 {
    font-family: 'ops', sans-serif;
    font-size: 30px;
    margin: 25px 0 12px 0;
    text-transform: uppercase;
    hyphens: auto;
}
.home_section_2_emergency_2 a .text p {
    font-size: 20px;
    margin: 0;
    /* font-weight: bold; */
    /* text-transform: uppercase; */
}
.home_section_2_emergency_2 a .icon {
    height: 50px;
    width: 100%;
    background-image: url('/media/icons/warning_icon.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0);
}


.home_section_3 {
    width: 100%;
    background-image: url('/media/photos/cts_machine_2.jpg');
    background-position: center;
    background-size: cover;
    text-align: center;
}
.home_section_3_inner {
    background: rgba(255, 255, 255, 0.8);
    padding: 50px 0;
}
.home_section_3 h2 {
    display: inline-block;
    font-family: 'ops', sans-serif;
    font-size: 35px;
    margin: 0 10px;
}
.home_section_3 a, .reviews_link {
    display: inline-block;
    font-family: 'ops', sans-serif;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #000000;
    padding: 15px 20px;
    color: #000000;
    text-decoration: none;
    transition: 0.2s;
}
.home_section_3_s {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}
.home_section_3_s .poster {
    flex: 1;
}
.home_section_3_s img {
    width: 200px;
}
.stars {
    flex: 1;
    /* width: 100%; */
    display: flex;
    justify-content: center;
    color: #ffd200;
}
.stars svg {
    width: 100px;
}

.coming_soon {
    width: 100%;
    padding: 100px;
    text-align: center;
}
.coming_soon h1 {
    font-family: 'ops', sans-serif;
    font-size: 50px;
    margin: 0;
}



.service_div {
    width: 100%;
}
.service_div_cov {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 100px; */
    padding: 100px 100px 75px 100px;
}
.service_div_img {
    width: 400px;
    /* width: 40%; */
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 500px;
    margin-left: 200px;
    overflow: hidden;
}
.service_div_img img {
    width: 100%;
    object-fit: cover;
}
.service_div_text {
    position: absolute;
    width: 400px;
    /* width: 50%; */
    margin-right: 200px;
    /* background: rgb(216, 232, 236, 0.8); */
    background: rgb(255, 255, 255, 0.8);
    padding: 25px;
}
.service_div_end {
    /* margin: 50px; */
    margin: 25px;
    padding: 25px;
    text-align: center;
    background-color: #f5811c;
}
.service_div h2 {
    font-family: 'ops', sans-serif;
    font-size: 30px;
    margin: 0 0 20px 0;
}
.service_div p {
    font-size: 16px;
    /* font-weight: bold; */
    margin: 0;
}
.service_div a {
    display: inline-block;
    font-family: 'ops', sans-serif;
    font-size: 20px;
    padding: 10px;
    margin: 20px 0 0 0;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    transition: 0.2s;
}
@media (hover:hover) {
    .service_div_text a:hover {
        color: #f5811c;
    }
}
/* @media (max-width: 800px) {
    .service_div_cov {
        flex-direction: column;
        padding: 50px;
        gap: 25px;
    }
    .service_div_text {
        position: static;
        margin: 0;
        padding: 0;
        width: auto;
    }
    .service_div_img {
        display: block;
        margin: 0;
        width: auto;
        height: auto;
    }
} */

.service_areas {
    padding: 25px;
}
.service_areas div {
    padding: 20px;
}
.service_areas div:nth-child(odd) {
    background-color: #eeeeee;
}
.service_areas div a {
    /* font-size: 20px; */
    /* font-weight: bold; */
    color: #000000;
    text-decoration: none;
}
.service_areas div a:hover {
    text-decoration: underline;
}




.trg_form_cov {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 25px;
    margin-top: 150px;
}
.trg_form {
    /* width: 500px; */
    width: 400px;
    max-width: 100%;
    background-color: #d8e8ec;
    padding: 0 25px;
}
.trg_form h1 {
    font-family: 'ops', sans-serif;
    font-size: 35px;
    margin: 25px 0;
    /* color: #f5811c; */
}
.trg_form h2 {
    /* font-family: 'ops', sans-serif; */
    font-size: 16px;
    margin: 25px 0;
}
.trg_form label {
    display: block;
    margin: 0 0 10px 0;
}
.trg_form label p, .trg_form legend {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 -2px 0;
}
.trg_form_input, .trg_form_text {
    display: block;
    width: 100%;
    border: 1px solid #888888;
    background: none;
    padding: 10px;
    font-size: 16px;
    font-family: inherit;
    /* margin: 0 0 10px 0; */
    color: #000000;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: 0.2s;
}
.trg_form_input:focus, .trg_form_text:focus {
    outline: none;
    border: 1px solid #000000;
    background-color: #b7ccd2;
}
.trg_form_text {
    resize: vertical;
    min-height: 100px;
}
.trg_form fieldset {
    border: 1px solid #888888;
    margin: 0;
}
.trg_form_input {
    margin: 0;
}
.trg_form_button {
    font-family: 'ops', sans-serif;
    padding: 10px;
    font-size: 16px;
    background-color: #000000;
    color: #ffffff;
    border: none;
    cursor: pointer;
}
.trg_form_button:focus {
    outline: 2px solid #000000;
    outline-offset: 3px;
}
.trg_form_submit {
    max-width: 100%;
    text-overflow: ellipsis;
    font-family: 'ops', sans-serif;
    padding: 10px;
    font-size: 20px;
    background-color: #f5811c;
    color: #000000;
    border: none;
    cursor: pointer;
    margin-bottom: 25px;
    border-radius: 0;
}
#trg_form_file {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#trg_photos div {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    background-color: #ffffff;
    padding: 5px;
}
.trg_admin_photo {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    background-color: #d8e8ec;
    padding: 5px;
}
#trg_photos div img {
    height: 50px;
}
.trg_admin_photo img {
    height: 100px;
}
#trg_photos div button {
    /* font-size: 40px;
    padding: 0 10px; */
    color: #000000;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}


.all_applications {
    padding: 50px;
}
.all_applications .application {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    border-top: 2px solid #cccccc;
    padding-top: 12px;
}
.all_applications .application tr {
    margin-bottom: 12px;
}
.all_applications .application tr td:first-child {
    font-weight: bold;
    padding-right: 12px;
    text-align: right;
}
.all_applications .application tr td {
    margin: 0;
    padding: 0;
    padding-bottom: 12px;
}
.all_applications .application tr td a {
    color: #000000;
}
.all_applications .application .trg_form_submit {
    background-color: #ff0000;
}


footer {
    width: 100%;
    text-align: center;
    padding: 25px;
}
.contact_form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    background-color: #d8e8ec;
    padding: 50px;

    background-image: url('/media/photos/cts_in_tree_4.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}
.contact_form h2 {
    width: 400px;
    max-width: 100%;
    font-family: 'ops', sans-serif;
    font-size: 30px;
    margin: 0;
    color: #f5811c;
}
.contact_form form {
    width: 400px;
    max-width: 100%;
}
.contact_form form input, .contact_form form textarea {
    display: block;
    width: 100%;
    border: 1px solid #888888;
    background: none;
    padding: 10px;
    font-size: 16px;
    font-family: inherit;
    margin: 0 0 10px 0;
    color: #000000;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: 0.2s;
}
.contact_form form input:focus, .contact_form form textarea:focus {
    outline: none;
    border: 1px solid #000000;
    background-color: #b7ccd2;
}
.contact_form form textarea {
    resize: vertical;
    min-height: 100px;
}
.contact_form form input[type="submit"] {
    font-family: 'ops', sans-serif;
    font-size: 20px;
    background-color: #f5811c;
    border: none;
    cursor: pointer;
}
.contact_form form input[type="submit"]:focus {
    outline: 2px solid #000000;
    outline-offset: 3px;
}
.footer_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 25px 0 0 0;
}
.footer_bottom img {
    /* width: 75px; */
    height: 36px;
    /* margin-right: 25px; */
    /* background-color: #f5811c; */
    /* padding: 10px; */
}
.footer_bottom p {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
}
.social_facebook {
    height: 36px;
    width: 36px;
}
.social_facebook svg {
    height: 36px;
    width: 36px;
}

/* @media (max-width: 1360px) {
    .head_title h1 {
        margin-right: 300px;
    }
} */
@media (max-width: 1200px) {
    .head_title h1 {
        font-size: 75px;
    }
    .head_side_content img {
        margin: 0 4vw 0 0;
    }
    .blade {
        width: 450px;
        height: 100px;
        margin-bottom: 100px;
    }
}
@media (max-width: 1110px) {
    .head_title h1 {
        font-size: 60px;
    }
    .head_side_content img {
        width: 200px;
        margin: 50px 5vw 0 0;
    }
}
@media (max-width: 1000px) {
    .nav_left a {
        padding: 10px;
        margin: 5px;
    }
    .nav_quote {
        font-size: 20px;
        padding: 10px 20px;
        margin: 0 20px 0 0;
    }
    .head_side {
        display: none;
    }
    .head_side_content img {
        width: 200px;
        margin: 50px 10vw 0 0;
        opacity: 1;
    }
    .sawblade {
        margin: 25px;
        padding: 20px;
        width: 120px;
        height: 120px;
    }
    .sawblade p {
        font-size: 20px;
        line-height: 20px;
    }
    .blade {
        width: 450px;
        height: 80px;
        margin-bottom: 80px;
    }
    .stars svg {
        /* width: 30%; */
        width: 50px;
    }
    .poster img {
        /* width: 150px; */
        width: 120px;
    }
    .home_section_1_boxes {
        flex-direction: column;
    }
    .read_more_sticky {
        display: block;
    }
}
@media (max-width: 850px) {
    .nav_desktop {
        display: none;
    }
    .nav_mobile {
        display: flex;
    }
    .head_title h1 {
        margin: 80px 0 0 0;
    }
    .head_side_content {
        display: none;
    }
    .sawblade {
        position: static;
        align-self: flex-end;
        margin: 0 20px 20px 0;
        width: 100px;
        height: 100px;
        padding: 18px;
    }
    .sawblade p {
        font-size: 18px;
        line-height: 18px;
    }
    .midline_button {
        height: auto;
    }
    .blade {
        width: 200px;
        height: 60px;
        margin-bottom: 60px;
    }
    .midline_button a {
        position: static;
        width: 100%;
        font-size: 20px;
    }

    /* .home_section_1_boxes {
        flex-direction: column;
    } */
    /*
    .home_section_1_box img {
        margin: 0 auto;
        width: 500px;
        max-width: 100%;
    }
    .home_section_1_box .img_n {
        display: block;
    }
    .home_section_1_box .img_s {
        display: none;
    } */
    .service_div_text {
        margin-right: 100px;
    }
    .service_div_img {
        margin-left: 100px;
    }

}
@media (max-width: 550px) {
    .head_title h1 {
        font-size: 40px;
    }
    .head_title p {
        font-size: 16px;
    }
    /* .head_title {
        margin: 20vw 8vw;
    } */
    .home_section_1_boxes {
        padding: 50px;
        gap: 25px;
    }
    .service_area_header {
        padding: 50px 0;
    }
    .poster {
        display: none;
    }
    .home_section_3_s {
        padding: 50px;
    }

    .service_div_cov {
        flex-direction: column;
        padding: 50px;
        gap: 25px;
    }
    .service_div_text {
        position: static;
        margin: 0;
        padding: 0;
        width: auto;
    }
    .service_div_img {
        display: block;
        margin: 0;
        width: auto;
        height: auto;
    }
}
