main > .container, main > .container-fluid
{
    padding: 70px 15px 20px;
}

html {
    scroll-behavior: smooth;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container, .footer > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.galleryFront {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
}


.not-set {
    color: #c55;
    font-style: italic;
}

.gallery-item img {
    width: 200px;
}

.galleryDiv {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.gallerCustomDiv {
    margin: 5px;
    position: relative;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.navbar form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .navbar form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.navbar form > button.logout:focus,
.navbar form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.navbar form > button.logout:focus {
    outline: none;
}

/* style breadcrumb widget as in previous bootstrap versions */
.breadcrumb {
    background-color: var(--bs-gray-200);
    border-radius: .25rem;
    padding: .75rem 1rem;
}

.breadcrumb-item > a
{
    text-decoration: none;
}

.navbar {
    min-height: 120px !important;
    --navbar-height: 120px;
}

.nav_cover {
    min-height: 120px !important;
}

.navbar-brand img {
    height: 85px !important;
}

.navbar ul li {
    font-size: 24px;
    padding: 0 10px;
}

.call_li {
    padding: 10px !important;
}

.call_a {
    padding: 0;
}

.dropdown-item {
    font-size: 20px;
}

.call_us {
    /* padding: 5px;
    transition: .5s;
    border: 2px solid black !important; */
}

.call_us:hover {
    /* background-color: #a8a099 !important; */
}

.call_us a {
    color: #000 !important;
}

.info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.container1 {
    width: 100%;
    min-height: 648px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("/img/container1.webp");
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}

.main_bullet {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    height: 100%;
}

.main_bullet h1 {
    width: 100%;
    font-size: 72px;
}

.left_bullet {
    width: 60%;
}

.do_it {
    margin-bottom: 1rem;
    font-size: 24px;
    line-height: 2.3rem;
    font-weight: 400 !important;
}

.main_h4_div {
    margin-bottom: 1rem;
    font-size: 20px;
    line-height: 1.9rem;
    font-weight: 400 !important;
}

.button_now {
    margin-top: 20px;
    text-decoration: none;
    border-width: 2px;
    border-style: solid;
    box-shadow: none;
    background-color: #ef4b4b;
    color: #111827;
    border-radius: 0px;
    border-color: #ef4b4b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .25s;
    font-size: 22px;
    padding: 10px;
    font-weight: 500;
}

.button_now:hover {
    color: #fff;
    background-color: #ee5d5d;    
}

/* Mobile phone CTA in navbar (visible < md) */
.navbar-phone-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 9999px;
    background: #22c55e; /* green */
    color: #fff;
    margin-left: 12px;
    text-decoration: none;
    position: relative;
    box-shadow: 0 8px 20px rgba(34, 197, 94, .35);
}

/* Inline menu CTA (no special positioning) */
.menu-phone-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 9999px;
    background: #22c55e;
    color: #fff !important;
    text-decoration: none;
    position: relative;
    box-shadow: 0 8px 20px rgba(34, 197, 94, .35);
    padding: 0 !important;
}

.menu-phone-cta .phone-cta-icon { animation: phone-ring 1.5s ease-in-out infinite; }
.menu-phone-cta .phone-icon { width: 26px; height: 26px; fill: none; stroke: #fff; stroke-width: 2; }
.menu-phone-cta::after { content: ""; position: absolute; inset: 0; border-radius: 9999px; box-shadow: 0 0 0 0 rgba(34,197,94,.5); animation: call-pulse 1.8s ease-out infinite; }

/* Ensure nav spacing looks right */
.navbar-nav .menu-phone-cta.nav-link { line-height: 1; }

.navbar-phone-cta:active {
    transform: scale(0.96);
}

.phone-cta-icon {
    display: inline-flex;
    animation: phone-ring 1.5s ease-in-out infinite;
    transform-origin: 50% 50%;
}

.phone-icon {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
}

.navbar-phone-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 9999px;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, .5);
    animation: call-pulse 1.8s ease-out infinite;
}

/* Position the CTA fixed at top row, centered horizontally */
@keyframes phone-ring {
    0% { transform: rotate(0deg); }
    10% { transform: rotate(15deg); }
    20% { transform: rotate(-12deg); }
    30% { transform: rotate(10deg); }
    40% { transform: rotate(-8deg); }
    50% { transform: rotate(6deg); }
    60% { transform: rotate(-4deg); }
    70% { transform: rotate(2deg); }
    80% { transform: rotate(-1deg); }
    100% { transform: rotate(0deg); }
}

@keyframes call-pulse {
    0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, .45); }
    70% { box-shadow: 0 0 0 14px rgba(34, 197, 94, 0); }
    100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.container2 {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    background-color: #eaeaea;
}

.second_bullet {
    width: 80%;
    display: flex;
    padding: 50px 0;
    font-size: 24px;
}

.achieves_div {
    width: 80%;
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.achieve {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 30%;
}

.icon_div {
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.icon_div img {
    width: 100px;
}

.point_div {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 26px;
}

.point_div p {
    margin-top: 10px;
    text-align: center;
}

.container3 {
    justify-content: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.h3_div {
    padding-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.h3_div h3 {
    font-size: 36px !important;
}

.services {
    padding-top: 30px;
    flex-wrap: wrap;
    width: 80%;
    display: flex;
    /* justify-content: space-between; */
}

.serviceCategoryDiv {
    flex-wrap: wrap;
    width: 100%;
    display: flex;
}

.service {  
    margin-bottom: 30px !important; 
    width: 31%;
    margin: 0 1%;
}

.category {  
    width: 46%;
    margin: 0 2% 50px 2% !important;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
}

.service_img_1 {
    width: 100%;
    min-height: 468px;
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center; 
}

.custom-file-label {
    font-size: 1rem;
}

.input_service_category {
    margin-top: 20px;
    width: 47%;
}

.field-serviceorder-service_id {
    margin-top: 20px;
    width: 47%;
}

#serviceorder-service_id, #service_category_id {
    border-radius: 0 !important;
}

.service_img {
    width: 47%; 
    min-height: 468px; 
    max-height: 500px; 
}

.service_bullet {    
    padding-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.service_bullet p {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}

.service_desc { 
    width: 100%;
    display: flex;
    justify-content: center;
}

.service_desc p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    text-align: center;
    font-size: 20px;
}

.container4 {
    padding: 100px 0 50px 0;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about_div {
    width: 47%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about_div h4 {
    font-size: 44px !important;
}

.about_div ul li {
    font-size: 24px !important;
}

.about_img {
    width: 47%;
    min-height: 468px;
    background-image: url("/img/7.webp");
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center; 
}

.container5 {
    background-color: #212529;
    width: 100%;
    display: flex;
    justify-content: center;
}

.more {
    background-color: #212529;
    padding: 140px 0 50px 0;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.more_div {
    justify-content: flex-start;
    color: #FFF;
    width: 47%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.more_h3 {
    font-size: 44px !important;
}

.more_div p {
    font-size: 20px !important;
}

.more_img {
    width: 47%;
    min-height: 700px;
    background-image: url("/img/9.webp");
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center; 
}


.container6 {
    background-color: #eaeaea;
    padding: 140px 0 50px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.quote_all {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.quote_h4 {
    width: 100%;
}

.quote_h4 h4 {
    font-size: 32px;
}

.quote {
    padding-top: 10px;
    width: 100%;
    font-size: 24px;
}

.container7 {
    background-color: #eaeaea;
    padding: 50px 0 50px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.verify_row {
    width: 100%;
}

.verify {
    width: 47%;
}

.map {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.map_div {
    width: 47%;
    font-size: 20px;
}

.map_h3 {
    font-size: 34px;
}

.map_img {
    width: 47%;
}

.mapg {
    border: 2px solid #fff !important;
    width: 100%;
    height: 50vh;
}


.container8 {
    padding: 80px 0 50px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contact {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}

.contact_container {
    padding: 100px 0 50px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.contact_h1 {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
}

.contact_h1 h4 {
    font-size: 34px;
}

.contact_form {
    width: 47%;
    font-size: 20px;
}

.contact_class {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.input_name {
    width: 47%;
}

.input_phone {
    width: 47%;
}

.input_email {
    width: 100%;
}

.input_body {
    width: 100%;
}

.input_verifyCode {    
    margin-top: 20px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.input_verifyCode label {
    margin: 0;
    display: flex;
    align-items: center;
}

.contact_class input {
    border-radius: 0 !important;
    background-color: #eaeaea;
}

.contact_class textarea {
    border-radius: 0 !important;
    background-color: #eaeaea;
}

.send_button {
    margin-top: 20px;
    text-decoration: none;
    border-width: 2px;
    border-style: solid;
    box-shadow: none;
    background-color: #ef4b4b;
    color: #000;
    border-radius: 0px;
    border-color: #ef4b4b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .25s;
    font-size: 16px;
    padding: 10px;
    font-weight: 500;
    min-width: 140px;
}

#serviceorder-service_id, #service_category_id {
    background-color: #eaeaea;
    font-size: 1rem;
}

select option {
    background-color: #fff;
}

.send_button:hover {
    color: #fff;
    background-color: #ee5d5d;    
}

.contact_form .form-group {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.contact_form .form-label {
    font-size: 16px !important;
}

.footer_container {
    padding-bottom: 40px;
    background-color: #f5f5f5;
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer_div {
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_div_img img {
    width: 60px !important;
}

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

.footer_name p {
    margin: 0;
}

.container_div {
    padding: 80px 0 50px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.list_div {
    width: 47%;
    margin-bottom: 30px;
}

.list_div h1 {
    width: 100%;
}

.list_div h2 {
    font-size: 24px;
    font-weight: 400;
}

.list_img {
    width: 47%;
    min-height: 468px;
    max-height: 500px;
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center; 
}

.list {
    width: 50%;
}

.list_item {
    font-size: 22px;
}

.p_service {
    font-size: 22px;
}

.ul_list {
    margin-top: 0;
}

.ul_list li {
    font-size: 22px;
}

.container_services_one {
    padding: 80px 0 50px 0;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.container_services {
    padding: 30px 0 0 0;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.container_services h1 {
    margin-bottom: 30px;
}

.simple_a {
    text-decoration: none;
    color: #000;
}

.container_media {
    width: 47%;
    display: flex;
    flex-wrap: wrap;
}

.bot_menu {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.bot_menu_block {
    position: relative;
    width: 100%;
    min-height: 100px;
}

.first_media {
	display: flex;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: end;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	font-size: 0.8em;
    position: absolute;
}

.second_media {
	display: flex;
	z-index: 20;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: end;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	font-size: 0.8em;
    position: absolute;
}

.bot_menu_text {
    width: 100%;
    display: flex;
    align-items: center;
}

.bot_menu_text h4 {
    margin: 0;
}

.bot_menu_block a {
	margin: 20px 20px 0 0;
	text-decoration: none;
	color: #000;
}

.icon_link {
	height: 60px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.icon_link1 {
	height: 60px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.icon_link1:hover {
	opacity: 0;
}

.second_media, .first_media {
    padding-top: 20px;
}

@media (max-width: 1600px) {
    .main_bullet, .second_bullet, .container4, .more, .quote_all, .map, .contact, .footer_div, .container_services, .services, .achieves_div, .container_services_one {
        width: 90%;
    }

    .service {
        width: 47%;
    }

    .service_bullet p {
        font-size: 26px;
    }

    .service_img_1, .service_img_2, .service_img_3, .service_img_4, .service_img_5, .service_img_6 {
        min-height: 300px !important;
    }
}

@media (max-width: 1000px) {
    .service_img {
        width: 100%;
        margin-bottom: 15px;
    }

    .list_div h1 {
        font-size: 28px;
    }

    .list_div h2 {
        font-size: 22px;;
    }

    .p_service {
        font-size: 20px;
        margin: 0;
    }

    .list_div, .list_img {
        width: 100%;
    }

    .container_services {
        padding-top: 20px;
    }

    .container_services_one {
        padding: 20px 0 0 0;
    }

    .list_div {
        margin-bottom: 20px;
    }

    .list_item {
        font-size: 18px;
    }

    .more {
        padding-top: 50px;
    }

    .navbar .container {
        padding: 0;
        width: 90%;
    }

    .navbar ul li {
        font-size: 16px;
    }

    .container {
        max-width: 100%;
    }

    .main_bullet h1 {
        font-size: 60px;
    }
    
    .do_it {
        font-size: 22px;
    }

    .second_bullet {
        font-size: 22px;
    }

    .point_div {
        font-size: 18px;
    }

    .service_bullet p {
        font-size: 22px;
    }

    .service_desc p {
        font-size: 18px;
    }

    .about_div, .about_img, .more_img, .more_div, .map_div, .map_img, .container_media, .contact_form {
        width: 100%;
    }

    .about_div {
        margin-bottom: 20px;
    }

    .more_img {
        margin-bottom: 50px;
    }

    .container6 {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .container4 {
        padding-top: 30px;
    }

    .container7 {
        padding-top: 20px;
    }

    .about_div ul li {
        font-size: 18px !important;
    }

    .container8 {
        padding-top: 0;
    }

    .achieves_div {
        padding: 50px 0;
    }

}

@media (max-width: 767px) {
    .navbar .navbar-brand {
        position: relative;
        flex: 1 1 auto;
    }
    /* Centered across viewport, fixed in the top bar */
    .navbar .navbar-phone-cta {
        position: fixed;
        left: 50%;
        top: calc(var(--navbar-height, 120px) / 2);
        transform: translate(-50%, -50%);
        margin: 0;
        z-index: 1060;
    }

    .list_div h2 {
        font-size: 18px;
    }

    .list_item {
        font-size: 16px;
    }

    .left_bullet {
        width: 100%;
    }

    .main_bullet h1 {
        font-size: 48px;
    }
    
    .do_it {
        font-size: 18px;
        line-height: 1.8rem;
    }

    .navbar ul li {
        font-size: 20px;
    }

    .more_img {
        min-height: 400px;
    }

    .service_bullet p {
        font-size: 18px;
        line-height: 1.6rem;
    }

    .service_desc p {
        font-size: 16px;
        line-height: 1.4rem;
    }

    .about_div h4, .more_h3 {
        font-size: 34px !important;
    }

    .main_h4_div {
        margin-bottom: 1rem;
        font-size: 18px;
        line-height: 1.7rem;
    }
    
    .map_h3 {
        font-size: 24px;
    }
    
    .list_div h1 {
        font-size: 24px;
    }

    .p_service {
        font-size: 18px;
        margin: 0;
    }
}

@media (max-width: 500px) {
    .list_div h2 {
        font-size: 16px;
    }

    .about_div ul li {
        font-size: 16px !important;
    }

    .p_service {
        font-size: 16px;
    }

    .service_img {
        min-height: 300px;
        max-height: 350px;
    }

    .main_bullet, .second_bullet, .container4, .more, .quote_all, .map, .contact, .footer_div, .container_services, .services, .achieves_div, .container {
        width: 95%;
    }

    .do_it {
        line-height: 1.6rem;
    }
    
    .service {
        width: 100%;
    }

    .h3_div {
        padding-top: 30px;
    }

    .services {
        padding-top: 20px;
    }

    .service {
        margin-bottom: 20px !important;
    }

    .service_bullet p {
        margin-bottom: 0;
    }
    
    .bot_menu_block a {
        margin: 10px 10px 0 0;
    }

    .contact_h1 {
        padding-top: 20px;
        font-size: 16px;
    }

    .contact_h1 h4 {
        font-size: 32px;
    }
    
}

@media (max-width: 390px) {   
    .list_div h1 {
        font-size: 18px;
    }

    .list_div h2 {
        font-size: 14px;
    }

    .p_service {
        font-size: 14px;
    }

    .main_bullet {
        padding-top: 50px;
        align-items: flex-start;
    }

    .main_bullet h1 {
        font-size: 28px;
    }

    .do_it {
        font-size: 16px;
    }

    .container1 {
        min-height: 500px;
    }

    .second_bullet {
        padding: 15px 0;
    }

    .achieves_div {
        flex-wrap: wrap;
        padding-bottom: 15px;
    }

    .achieve {
        width: 100%;
    }

    .about_div h4, .more_h3 {
        font-size: 28px !important;
    }

    .main_h4_div {
        font-size: 16px;
        line-height: 1.4rem;
    }

    .more {
        padding-bottom: 15px;
    }

    .container6 {
        padding-top: 15px;
    }

    .quote_h4 h4 {
        font-size: 26px;
    }

    .quote {
        padding-top: 0;
        font-size: 20px;
    }

    .map_div {
        font-size: 16px;
    }

    .container7 {
        padding-bottom: 15px;
    }

    .contact_h1 {
        padding-top: 20px;
        font-size: 14px;
    }

    .contact_h1 h4 {
        font-size: 26px;
    }

    .bot_menu_text h4 {
        font-size: 18px;
    }

    .second_media, .first_media {
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .dev_mes {
        margin-top: 20px;
    }

    .bot_menu_block {
        min-height: 200px
    }

    .dev_mes, .dev_soc {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .bot_menu_block a {
        margin: 10px 20px 0 0;
    }
}

@media (max-width: 350px) {
    .input_name, .input_phone, .verify_row{
        width: 100%;
    }

    .footer_div {
        justify-content: center;
    }

    .footer_name {
        margin-top: 20px;
        justify-content: center;
        width: 100%;
    }
}

.qwe {
    height: 1000px;
}
