@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}

a:hover {
    text-decoration: none;
}
    
.index_wrapper_1 {
    height: 40px;
}

@media screen and (max-width: 991.5px){
.index_wrapper_1 {
    height: 80px;
}

}

@media screen and (max-width: 767.5px){
.index_wrapper_2 .item>img{
      
    min-height:80vw!important;
    object-fit:cover;
    object-position: 87%;
}

}

/*gg*/

.tsmall {
    color: #00539a;
    font-weight: 700;
    font-size: 22px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
}

.tsmall::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 1.5px;
    margin: auto 0;
    width: 28px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('https://cdn1.npcdn.net/img/1780978157title-icon-blue.png');
}

.tbig {
    color: #000;
    font-weight: 700;
    font-size: 40px;
}

.dsmall {
    font-size: 14px;
    font-weight: 600;
}

.bbutton {
    background: #00539a;
    color: #fff;
    transition: 0.4s;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
}

.bbutton span {
    margin-left: 4px;
}

.bbutton:hover {
    background: #000;
    color: #fff;
}


@media screen and (max-width: 1200.5px){

.tbig {
    font-size: 3.35vw;
}

.tsmall {
    font-size: 1.85vw;
    padding-left: 3.5vw;
    margin-bottom: 1vw;
}

.tsmall::before {
    width: 2.5vw;
    top: 0;
    height: 1.5vw;
}

.bbutton {
    padding: 0.75vw 1.75vw;
    font-size: 1.25vw;
}

.dsmall {
    font-size: 1.25vw;

}

}

@media screen and (max-width: 767.5px){

.tbig {
    font-size: 34px;
}

    .tsmall {
        font-size: 18px;
        padding-left: 35px;
        margin-bottom: 1rem;
    }
    
    .dsmall {
    font-size: 13.5px;

}

.tsmall::before {
    width: 25px;
    height: 16px;
    top: 1.5px;
}

.bbutton {
        padding: 10px 20px;
        font-size: 13px;
    }

}


/*Ts*/

.hp_ts {
    background: #00539a;
    height: 41px;
}

.hp_ts_icon {
    width: 27.5px;
}

.hp_ts_fbox {
    justify-content: end;
    padding-right: 8.5%;
    padding-top: 6px;
    gap: 15px;
}

.hp_ts_box {
    align-items: center;
    gap: 10px;
}

.hp_ts_item {
    color: #fff;
    font-size: 14px;
}

.hp_ts_item .contactRecordBtn {
    color: #fff;
}


/*Menu*/

.dark_nav {
    background-color: #00539a !important;
}

.navbar_type8 {
    height: 100px;
    background-color: #00539a;
}

#main_index .navbar_type8 {
    background-color: transparent;
}

.navbar_type8 .logo {
    flex: 0 1 20%;
    margin-left: 9.5%;
}

.navbar_type8 .nav_tab {
    flex: 0 1 80%;
    padding-left: 0;
    padding-right: 8%;
}

.navbar_type8 .nav_tab .nav_item a {
    color: white;
    padding: 15px 1.5vw;
    font-size: 16px;
    font-weight: 600;
}

.navbar_type8 .logo img {
    width: 100px;
    padding: 5px;
}

.navbar_mobile {
    background-color: #00539a;
}
.navbar_mobile .btn-outline-light {
    border-color: #fff;
    color: #fff;
}

.navbar_mobile .logo_img {
    transform: scale(1.25);
}

/*Banner*/

.hp_banner {
    padding-top: 12%;
    padding-left: 9%;
}

.hp_banner_bbox .contactRecordBtn span {
    width: 2vw;
    height: 2vw;
    display: inline-block;
}

.hp_banner_title {
    color: #00539a;
    font-weight: 600;
    font-style: italic;
    font-size: 2.8vw;
    display: flex;
    align-items: center;
    gap: 1.75vw;
}

.hp_banner_title span {
    background-color: #00539a;
    width: 10vw;
    height: 3px;
    display: inline-block;
}

.hp_banner_title2 {
    color: #1b1464;
    font-weight: 800;
    font-size: 3.25vw;
    line-height: 1;
}

.hp_banner_title3 {
    color: #00539a;
    font-weight: 600;
    font-style: italic;
    font-size: 2.8vw;
    display: flex;
    align-items: center;
    gap: 1.25vw;
    margin-bottom: 1.25%;
}

.hp_banner_title3 span {
    background-color: #00539a;
    width: 12vw;
    height: 3px;
    display: inline-block;
}

.hp_banner_link {
    background: #00539a;
    color: #fff;
    transition: 0.4s;
    padding: 0.75vw 1vw;
    font-size: 0.9vw;
    font-weight: 500;
        margin-right: 0.5vw;
}

.hp_banner_link:hover {
    background: #000;
    color: #fff;
}

.hp_banner_link span {
    margin-left: 5px;
}

.hp_banner_bbox .contactRecordBtn {
    background: #00c85a;
    color: #fff;
    transition: 0.4s;
    padding: 0.75vw 3vw 0.75vw 1vw;
    font-size: 0.9vw;
    font-weight: 500;
    position: relative;
}

.hp_banner_bbox .contactRecordBtn:hover {
    background: #000;
    color: #fff;
}

.hp_banner_bbox .contactRecordBtn span {
    margin-left: 5px;
    width: 1.5vw;
    height: 1.5vw;
    position: absolute;
    right: 9%;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.hp_banner_desc {
    color: #000;
    font-weight: 500;
    font-size: 0.97vw;
    margin-bottom: 3%;
}

@media screen and (max-width: 1200.5px){
.hp_banner_title {
    font-size: 3vw;
}

.hp_banner_title span {
    width: 11vw;
    height: 2px;
}

.hp_banner_title2 {
    font-size: 3.5vw;
}

.hp_banner_title3 {
    font-size: 3vw;
}

.hp_banner_title3 span {
    width: 13vw;
    height: 2px;
}

.hp_banner_desc {
    font-size: 1.05vw;
}

.hp_banner {
    padding-top: 10%;
    padding-left: 8%;
}

.hp_banner_link {
    background: #00539a;
    color: #fff;
    transition: 0.4s;
    padding: 0.8vw 1.1vw;
    font-size: 1vw;
    font-weight: 500;
    margin-right: 0.5vw;
}

.hp_banner_bbox .contactRecordBtn {
    padding: 0.8vw 3.1vw 0.8vw 1.1vw;
    font-size: 1vw;
}

}

@media only screen and (max-width: 767.5px) {
    .slider_banner .banner_content {
        position: static !important;
        transform: none !important;
        background-color: #fff;
        opacity: 1 !important;
    }
    
        .hp_banner {
        padding-top: 60px;
        padding-left: 3%;
        padding-bottom: 60px;
    }
    
    .hp_banner_title2 {
        font-size: 35px;
    }
    
        .hp_banner_desc {
        font-size: 14px;
        margin-bottom: 2rem;
    }
    
    .hp_banner_title {
        font-size: 30px;
            gap: 4vw;
    }
    
    .hp_banner_title3 {
        font-size: 30px;
            gap: 3vw;
            margin-bottom: 1rem;
    }
    
        .hp_banner_title span {
        width: 7rem;
        height: 2.5px;
    }
    
        .hp_banner_title3 span {
        width: 8rem;
        height: 2.5px;
    }
    
        .hp_banner_link {
        margin-right: 5px;
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .hp_banner_bbox .contactRecordBtn {
    padding: 10px 45px 10px 20px;
        font-size: 13px;
}

.hp_banner_bbox .contactRecordBtn span {

    width: 20px;
    height: 20px;

}

.hp_banner_box.janimate.visible.animated.hidden {
  
    opacity: 1 !important;
}
}

@media only screen and (max-width: 405.5px) {
    .hp_banner_desc br {
        display: none;
    }
    
}

/*About*/

.hp_about {
    padding-bottom: 7%;
}

.hp_about_image {
    width: 100%;
}

.hp_about .row {
    align-items: center;
}

.hp_about_ibox {
    margin-left: -2%;
    margin-right: 7.5%;
}

.hp_about_desc {
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

.hp_about_box {
    padding-left: 1%;
    padding-top: 19%;
}

.hp_about_title2 {
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 1200.5px){

.hp_about_title2 {
    margin-bottom: 5%;
}

.hp_about_desc {
    font-size: 1.27vw;
    margin-bottom: 6%;
}

.hp_about_box {
    padding-left: 0%;
    padding-top: 19%;
    margin-left: -6%;
}

}

@media screen and (max-width: 767.5px){
.hp_about_ibox {
    margin-left: -18%;
    margin-right: 3%;
}

.hp_about_box {
    padding-left: 0%;
    padding-top: 30px;
    margin-left: 3%;
}

    .hp_about_desc {
        font-size: 14px;
        margin-bottom: 2rem;
    }
    
    .hp_about {
    padding-bottom: 75px;
}

    
    
        .hp_about_title2 {
        margin-bottom: 1rem;
    }
    
    
}

@media screen and (max-width: 470px){
.hp_about_title2 br {
        display: none;
    }
    
.hp_about_desc br {
        display: none;
    }
    
}

/*Why*/

.hp_why {
    padding: 6.5% 8.5% 6.5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://cdn1.npcdn.net/img/1780977557c-wcu-bg.jpg');
    background-position: 50%;
}

.hp_why_box {
    background: #fff;
    position: relative;
    padding: 2rem 3% 2.5rem;
    border-radius: 30px 30px 0 0;
    flex: 0 0 23.5%;
}

.hp_why_box::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #00539a, #000000);
}

.hp_why_fbox {
    margin-top: 3rem;
    justify-content: space-between;
}

.hp_why_item {
    color: #00539a;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}

.hp_why_icon {
    width: 75px;
    transition: 0.4s;
}

.hp_why_box:hover .hp_why_icon {
    animation: 1s jshake;
}

@keyframes jshake {
    25% {
        transform: rotate(10deg);
      }
      75% {
        transform: rotate(-10deg);
      }
}

@media screen and (max-width: 1257px){
.hp_why {
    padding: 6.5% 7% 6.5%;
    
}

.hp_why_item {
    font-size: 18.5px;
}

}

@media screen and (max-width: 1200.5px){

    .hp_why_item {
        font-size: 2.5vw;
        margin-top: 9%;
        margin-bottom: 5%;
    }
    
.hp_why_item2 {
    font-size: 1.8vw;
}

.hp_why_icon {
    width: 8vw;
}

.hp_why {
    padding: 6.5% 8.5% 6.5%;
    
}

.hp_why_fbox {
    gap: 3vw 0;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.hp_why_box {

    padding: 2rem 6% 2.5rem;
    flex: 0 0 48%;
}

}

@media screen and (max-width: 767.5px){
.hp_why {
        padding: 70px 3% 70px;
    }
    
.hp_why_title2 {
    font-size: 30.5px;
}    
    
    .hp_why_item2 {
        font-size: 13.5px;
    }
    
    
        .hp_why_item {
        font-size: 18.5px;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }
    
        .hp_why_icon {
        width: 70px;
    }
    
}

@media screen and (max-width: 545.5px){
.hp_why_fbox {
        gap: 6vw 0;
        margin-top: 2rem;
        flex-direction: column;
    }
    
        .hp_why_box {
        padding: 2rem 10% 2.5rem;
      
    }
    
}

/*Services*/

.hp_services {
    padding: 6% 9% 6%;
}

.hp_services_fbox {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5rem;
}

.hp_services_desc {
    margin-top: 40px;
    padding-right: 1vw;
}

.hp_services_ibox {
    flex: 0 0 50%;
    margin: -9% 0 -7%;
}
.hp_services_box {
    flex: 0 0 50%;
    padding-left: 3%;
}

.hp_services_inbox {
    display: flex;
    align-items: center;
    border: 1px solid #00539a;
    border-radius: 10px;
    position: relative;
}

.hp_services_inbox:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    background: linear-gradient(to right, #edf6fd, #f9fdfe);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hp_services_inbox:after {
    position: absolute;
    content: "SCISSOR LIFT RENTAL";
    top: 4%;
    left: 4%;
    color: #fff;
    font-size: 5.75vw;
    line-height: 1;
    width: 55%;
    z-index: -1;
    font-weight: 600;
    font-family: oswald;
}

.hp_services_inbox.b:after {
    content: "BOOM LIFT RENTAL";
}

.hp_services_fbox2 {
    gap: 3.5vw;
}

.hp_services_title3 {
    font-size: 31px;
    font-weight: 700;
    color: #1b1463;
}

.hp_services_title3 span {

    color: #00539a;
}

.hp_services_desc2 {
    margin-bottom: 2rem;
}

@media screen and (max-width: 1330.5px){
.hp_services_desc {
    padding-right: 0vw;
}

.hp_services_title1 {
    font-size: 21px;
}

.hp_services_title2 {
    font-size: 35px;
}

}

@media screen and (max-width: 1200.5px){

.hp_services_title1 {
    font-size: 1.85vw;
}

.hp_services_title2 {
    font-size: 3.35vw;
}

.hp_services_desc br {
    display: none;
}

.hp_services_tbox {
    flex: 0 0 60%;
}

.hp_services_dbox {
    flex: 0 0 40%;
}

.hp_services_title3 {
    font-size: 2.75vw;
    margin-bottom: 3%;
}

.hp_services_box {
   
    padding-left: 1%;
}

.hp_services_desc2 {
    margin-bottom: 7%;
}

}

@media screen and (max-width: 767.5px){
.hp_services_fbox {
    align-items: start;
    margin-bottom: 12%;
    flex-direction: column;
}

.hp_services {
    padding: 60px 3% 60px;
}

    .hp_services_title1 {
        font-size: 18px;
    }
    
        .hp_services_title2 {
        font-size: 32px;
    }
    
        .hp_services_title3 {
        font-size: 29px;
    
    }
    
    .hp_services_desc {
    margin-top: 20px;

}

.hp_services_fbox2 {
    gap: 12vw;
    flex-direction: column;
}

.hp_services_inbox:after {
  
    font-size: 13vw;

}

}

@media screen and (max-width: 520.5px){
    .hp_services_box {
        padding-left: 0%;
    }
    
        .hp_services_desc2 {
    
        font-size: 2.75vw;
    }
    
    .hp_services_link {
    padding: 2vw 3vw;
    font-size: 3vw;
}

    .hp_services_title3 {
        font-size: 6vw;
    }
    
}

/*Gallery*/

.index_wrapper_6 {
    padding: 3% 9% 5%;
    position: relative;
}

.index_wrapper_6:before {
    position: absolute;
    content: "";
    top: -22%;
    left: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1780995392e-gallery-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% center;
    width: 100%;
    height: 145%;
    z-index: -2;
}

.hp_gallery_box {
    justify-content: space-between;
    align-items: center;
        margin-bottom: 1.5rem;
}

.hp_gallery_bbox {
    margin-top: 2.5rem;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 0;
}

.hp_photoGallerySlider_type3 .col-12 {
    padding: 0;
}

.hp_photoGallerySlider_type3 {
    background-color: transparent;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 10px 1vw;
}

.hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before {
    background-image: url('https://cdn1.npcdn.net/img/1780995657arrow-left.png');
    width: 25px;
    height: 25px;
    opacity: 1;
}
.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
    background-image: url('https://cdn1.npcdn.net/img/1780995643arrow-right.png');
    width: 25px;
    height: 25px;
    filter: unset;
    opacity: 1;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    z-index: 1;
    left: -6%;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    z-index: 1;
    right: -6%;
}

    .hp_photoGallerySlider_type3 .container {
        max-width: 100%;
    }

@media screen and (max-width: 767.5px){
.hp_gallery_box {
    align-items: start;
    margin-bottom: 2rem;
    flex-direction: column;
}

.index_wrapper_6 {
    padding: 45px 3% 60px;
}

.hp_gallery_bbox {
    margin-top: 2rem;
}

.hp_gallery_title2 {
    font-size: 32px;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 10px 2vw;
}

.hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0 7.5px;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    z-index: 1;
    left: -17.5px;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    z-index: 1;
    right: -13px;
}

.index_wrapper_6:before {

    background-position: 75% center;

}

}

/*Contact*/

.hp_contact {
    position: relative;
}

.hp_contact .row {
    align-items: center;
}

.hp_contact:before {
    position: absolute;
    content: "";
    top: 16%;
    left: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1780994526f-contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% center;
    width: 100%;
    height: 76%;
    z-index: -1;
}

.hp_contact_item {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 1.13vw;
    line-height: 1.3;
}

.hp_contact_item .contactRecordBtn {
    color: #fff;
}

.hp_contact_ibox {
    padding-left: 9%;
}

.hp_contact_box2 img {
        width: 1.75vw;
    height: 1.75vw;
}

.hp_contact_link {
    color: #00539a;
    background: #fff;
        padding: 0.75vw 1vw;
    font-size: 0.9vw;
}

.hp_contact_box2 {
    gap: 1vw;
    margin-bottom: 2%;
}

.hp_contact_title1 {
    color: #fff;
        margin-bottom: 5px;
}

.hp_contact_title1::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(7500%) hue-rotate(313deg) brightness(121%) contrast(110%);
}

.hp_contact_title2 {
    color: #fff;
    font-size: 2.65vw;
}

.hp_contact_ggbox {
    margin-top: 3%;
    margin-bottom: 6%;
}

.hp_contact_box {
    padding-left: 9%;
    padding-top: 8%;
}

@media screen and (max-width: 1200.5px){
.hp_contact_title2 {
    font-size: 3.35vw;
}

.hp_contact_box2 img {
    width: 2.25vw;
    height: 2.25vw;
}

.hp_contact_item {
    font-size: 1.45vw;
    line-height: 1.2;
}

.hp_contact_link {
    padding: 0.75vw 1.75vw;
    font-size: 1.25vw;
}

.hp_contact:before {
    top: 15%;
    height: 81%;
}

}

@media screen and (max-width: 767.5px){
.hp_contact_ibox {
    padding-left: 0%;
}

    .hp_contact_title2 {
        font-size: 32px;
    }
    
    .hp_contact_box {
    padding-left: 3%;
    padding-top: 30px;
}

.hp_contact .row {
    flex-direction: column-reverse;
}

    .hp_contact:before {
        top: 0;
        height: 96%;
                background-position: 50% center;
    }
    
        .hp_contact_box2 img {
        width: 22.5px;
        height: 22.5px;
    }
    
    .hp_contact_box2 {
    gap: 2vw;
    margin-bottom: 0.5rem;
}

    .hp_contact_item {
        font-size: 16px;
   
    }
    
        .hp_contact_link {
       
        padding: 10px 20px;
        font-size: 13px;
    }

}


/*Contact2*/

.index_wrapper_8 {
    padding: 4% 9% 4%;
    position: relative;
}

.index_wrapper_8:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1780995355g-form-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% center;
    width: 100%;
    height: 100%;
}

.index_wrapper_8 .row {
    align-items: center;
}

.hp_contactform_header {
    display: none;
}

.contact_us_form {
    background: linear-gradient(to right, #eaf7fd, #dbeefc);
    border: 1px solid #00539a;
    border-radius: 15px;
    padding: 2.5rem 6% 2.5rem !important;
}

.hp_contact2_bbox .contactRecordBtn {
    background: #00c85a;
    color: #fff;
    transition: 0.4s;
    padding: 10px 45px 10px 20px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.hp_contact2_bbox .contactRecordBtn:hover {
    background: #000;
    color: #fff;
}

.hp_contact2_bbox .contactRecordBtn img {
    width: 22.5px;
}

.hp_contact2_bbox .contactRecordBtn span {
    position: absolute;
    right: 9%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    align-items: center;
}

.hp_contact2_desc {
    margin-bottom: 1.75rem;
    margin-top: 1rem;
    font-size: 14.25px;
}

.ex_hpcontact_formonly textarea.form-control {
    height: 35px;
}

.ex_hpcontact_formonly .btn-primary i {
    display: none;
}

.ex_hpcontact_formonly .btn-primary {
    background-color: #00539a !important;
    border-color: #00539a !important;
    border-radius: 0;
    padding: 10px 25px !important;
}

.ex_hpcontact_formonly .form-control {
    border: 1px solid #00539a;
}

@media screen and (max-width: 1200.5px){
.hp_contact2_desc {
    margin-bottom: 9%;
    margin-top: 4%;
    font-size: 1.25vw;
}

.hp_contact2_bbox .contactRecordBtn {
    padding: 0.75vw 3.5vw 0.75vw 1.25vw;
    font-size: 1.25vw;
}

.hp_contact2_bbox .contactRecordBtn img {
    width: 1.75vw;
}

}

@media screen and (max-width: 767.5px){
.index_wrapper_8 {
    padding: 60px 3% 60px;
}

.hp_contact2_title2 {
    font-size: 30.5px;
}

    .hp_contact2_desc {
        margin-bottom: 1.5rem;
        margin-top: 1rem;
        font-size: 13.5px;
    }
    
        .hp_contact2_bbox .contactRecordBtn {
        padding: 10px 45px 10px 20px;
        font-size: 13px;
    }
    
        .hp_contact2_bbox .contactRecordBtn img {
        width: 20px;
    }
    
    .ex_hpcontact_formonly {
    margin: 20px 0;
    padding: 20px calc(15px + 3%) 0;
}

}

/*Footer*/

.footerListServices {
    background-image: url(https://cdn1.npcdn.net/img/1780995731f-footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
        padding-top: 4rem;
    padding-bottom: 1.5rem;
}

.footerListServices .logo img {
    max-height: 70px;
}

.footerListServices .logo.title {
    min-height: 70px;
}

.footerListServices .line {
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    margin-top: 10px;
}

.footerListServices .input-container input {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footerListServices .social_media a .icon_s img {
    filter: unset;
    height: 25px;
    width: auto;
}

.footerListServices .py-3 {
    padding-top: 0rem !important;
}

.footerListServices .title h5 {
    font-weight: 700;
    text-transform: uppercase;
}

.footerListServices .title {
    min-height: 30px;
}

@media screen and (max-width: 991.5px){
.footerListServices .title h5 {
    font-size: 18px;
}

}

@media screen and (max-width: 767.5px){
.footerListServices {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
}

}