@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900');

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

a:hover {
    text-decoration: none;
}


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

}

/*Menu*/

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

.navbar_type8 .nav_tab .nav_item a {
    color: #000;
    padding: 12.5px 1.5vw;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
    border-radius: 10px;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    color: #000;
    background: #eeff01;
    position: relative;
    padding: 12.5px 75px 12.5px 25px;
    margin-left: 1vw;
}

.navbar_type8 .nav_tab .nav_item:last-child a:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0%;
    margin: auto 0;
    right: 6%;
    background-color: #000;
    width: 30px;
    height: 30px;
    border-radius: 5px;
}

.navbar_type8 .nav_tab .nav_item:last-child a:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0%;
    margin: auto 0;
    right: 10%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://cdn1.npcdn.net/img/1781503903nav-icon-1.png);
    width: 17.5px;
    height: 17.5px;
}

.navbar_type8 .logo img {
    width: 185px;
    padding: 0;
}

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

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

.navbar_type8 .nav_tab .nav_item::before {
    top: 100%;
    width: 0%;
    left: 50%;
    border-bottom: none;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    height: 2px;
    transform: translate(-50%, 0);
    background-color: #262626;     
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 66%;
}

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

.navbar_mobile {
    background-color: rgba(255, 255, 255, 1);
}

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

@media screen and (max-width: 1200.5px){
.navbar_type8 .logo img {
    width: 180px;
}

.navbar_type8 .nav_tab {
    padding-right: 10%;
}

.navbar_type8 .nav_tab .nav_item a {
    padding: 12.5px 1.25vw;
    font-size: 16px;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    padding: 12.5px 65px 12.5px 20px;
    margin-left: 0.5vw;
}

}

/*Banner*/

.hp_banner_icbox {
    width: 6vw;
}

.hp_banner {
    padding-left: 8.5%;
    padding-top: 21%;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slider_banner .slick-dots {
    position: absolute;
    bottom: 9%;
}

.hp_banner_title {
    color: #fff;
    font-size: 3.55vw;
    font-weight: 700;
    margin-bottom: 2%;
}

.hp_banner_title span {
    color: #edff00;
}

.hp_banner_bbox .contactRecordBtn {
    background: #e9e9eb;
    transition: 0.4s;
    border-radius: 10px;
    position: relative;
    padding: 1vw 4vw 1vw 1vw;
    font-size: 1.2vw;
    border: 1px solid #e9e9eb;
    color: #000;
    margin-right: 0.5vw;
}

.hp_banner_bbox .contactRecordBtn:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0%;
    margin: auto 0;
    right: 6%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://cdn1.npcdn.net/img/1781510736BUTTON-1.png);
        width: 2.25vw;
    height: 0.6vw;
}

.hp_banner_bbox .contactRecordBtn:hover {
    background: #edff00;
    border: 1px solid #edff00;
    color: #000;
}

.hp_banner_link {
    background: #262626;
    color: #fff;
    transition: 0.4s;
    position: relative;
    font-size: 1.2vw;
    padding: 1vw 4vw 1vw 1vw;
    border-radius: 10px;
    border: 1px solid #565656;
}

.hp_banner_link:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0%;
    margin: auto 0;
    right: 6%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://cdn1.npcdn.net/img/1781509571BUTTON-2.png);
        width: 2.25vw;
    height: 0.6vw;
}

.hp_banner_link:hover:before {
    filter: brightness(0) saturate(100%);
}

.hp_banner_link:hover {
    background: #edff00;
    color: #000;
    border: 1px solid #edff00;
}

.slider_banner .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 5px;
}

.slider_banner .slick-dots li {
    width: 5vw; 
    height: 4px; 
    margin: 0 !important;
}

.slider_banner .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
}

.slider_banner .slick-dots li button:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #565656;
    border-radius: 0;
    opacity: 1;
    border-radius: 10px;
}

.slider_banner .slick-dots li.slick-active button:before {
    background: #fff;
    
}

@media screen and (max-width: 1200.5px){
.hp_banner_title {
    font-size: 4vw;
    margin-bottom: 2%;
}

.hp_banner_icbox {
    width: 6.5vw;
}

.hp_banner_bbox .contactRecordBtn {
    padding: 1.15vw 4.5vw 1.15vw 1.25vw;
    font-size: 1.45vw;
}

.hp_banner_link {
    padding: 1.15vw 4.5vw 1.15vw 1.25vw;
    font-size: 1.45vw;
}

.hp_banner_bbox .contactRecordBtn:before {
    right: 6%;
    width: 2.7vw;
    height: 0.75vw;
}

.hp_banner_link:before {
    right: 6%;
    width: 2.7vw;
    height: 0.75vw;
}

.hp_banner {
    padding-left: 7.5%;
    padding-top: 19%;
}

.slider_banner .slick-dots li {
    width: 6vw;
}

}

@media screen and (max-width: 767.5px){
    .hp_banner {
        padding-left: 3%;
        padding-top: 27%;
    }
    
    .hp_banner_title {
    font-size: 6vw;
    margin-bottom: 5%;
}

.hp_banner_icbox {
    width: 11vw;
}

    .hp_banner_bbox .contactRecordBtn {
        padding: 2.5vw 10vw 2.5vw 2vw;
        font-size: 3vw;
    }
    
        .hp_banner_link {
        padding: 2.5vw 10vw 2.5vw 2vw;
        font-size: 3vw;
    }
    
    .hp_banner_bbox .contactRecordBtn:before {
        right: 6%;
        width: 6vw;
        height: 1.5vw;
    }
    
    .hp_banner_link:before {
        right: 6%;
        width: 6vw;
        height: 1.5vw;
    }
    
        .slider_banner .slick-dots li {
        width: 11vw;
    }
    
}

/*TOP SECRET*/

.tsmall {
    margin-bottom: 0.5rem;
    position: relative;
    color: #000000;
    font-size: 16px;
    padding-left: 33px;
    display: inline-block;
}

.tsmall::before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0%;
    left: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1781496009ELEMENT-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    margin: auto 0;
}

.tbig {
    font-weight: 700;
    color: #000000;
    font-size: 26.5px;
}

.dsmall {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    color: #000;
}

.buttony {
    background: #000;
    color: #fff;
    transition: 0.4s;
    border-radius: 10px;
    padding: 15px 7rem 15px 1.25rem;
    font-size: 16px;
    position: relative;
}

.buttony:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0%;
    margin: auto 0;
    right: 7%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://cdn1.npcdn.net/img/1781509571BUTTON-2.png);
    width: 35px;
    height: 10px;
}

.buttony:hover:before {
    filter: brightness(0) saturate(100%);
}



.buttony:hover {
    background: #edff00;
    color: #000;
}

@media screen and (max-width: 1200.5px){
.tsmall {
    font-size: 15px;
}

.tbig {
    font-size: 25px;
}

.dsmall {
    font-size: 15px;
}

.buttony {
    padding: 15px 6rem 15px 1.25rem;
    font-size: 15px;
}

.buttony:before {
    width: 32.5px;
    height: 10px;
}

}

/*Why*/

.hp_why {
    background: #0f0f0f;
    position: relative;
    padding: 5% 3% 6%;
}

.hp_why::before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    right: 0;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.5);
    width: 93%;
    height: 1px;
}

.hp_why_fbox {
    flex-wrap: wrap;
    background: #1c1c1c;
    padding: 2rem 3%;
}

.hp_why_box {
    flex: 0 0 33.33333333%;
    display: flex;
    gap: 1.5vw;
        padding: 30px 20px;
        border-bottom: 1px solid #565656;
        position: relative;
}

.hp_why_box:before {
    position: absolute;
    content: "";
    bottom: 0%;
    top: 0;
    margin: auto 0;
    right: 0;
    background-color: #565656;
    width: 1px;
    height: 80%;
}

.hp_why_box.y:before {
    display: none;
}

.hp_why_box.x {

        border-bottom: 0;
}

.hp_why_box img {
    width: 70px;
    height: 70px;
    transition: 0.4s;
}

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

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

.hp_why_link {
    background: #262626;
    border: 1px solid #565656;
}

.hp_why_title {
    color: #edff00;
    padding-left: 40px;
}

.hp_why_title::before {
    filter: brightness(0) saturate(100%) invert(99%) sepia(64%) saturate(293%) hue-rotate(40deg) brightness(120%) contrast(99%);
}

.hp_why_title2 {
    color: #fff;
        position: relative;
    padding-bottom: 1.25rem;
    margin-bottom: 2rem;
}

.hp_why_title2:before {
    position: absolute;
    content: "";
    bottom: 0%;
    left: 0;
    background-color: #edff00;
    width: 8rem;
    height: 3.5px;
}

.hp_why_title2 span {
    background: #edff00;
    color: #000;
    padding: 2.5px 10px;
    margin-left: 5px;
}

.hp_why_item {
    color: #fff;
    position: relative;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 7.5px;
    padding-bottom: 10px;
}

.hp_why_item:before {
    position: absolute;
    content: "";
    bottom: 0%;
    left: 0;
    background-color: #fff;
    width: 3rem;
    height: 2px;
}

.hp_why_item2 {
    line-height: 1.5;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

.hp_why_tbox {
    padding-left: 6%;
}

.hp_why_bbox {
    margin-top: 3rem;
}

@media screen and (max-width: 1340.5px){
.hp_why_item2 br {
    display: none;
}

}

@media screen and (max-width: 1255.5px){
.hp_why_item2 br {
    display: none;
}

.hp_why_box {

    padding: 30px 15px;
  
}

.hp_why_item {

    font-size: 20px;

}

.hp_why_title2:before {
  
    width: 7.5rem;
  
}

}

@media screen and (max-width: 1200.5px){
.hp_why_fbox {
 
    padding: 1rem 1%;
}

.hp_why_box img {
    width: 60px;
    height: 60px;
 
}

    .hp_why_item {
        font-size: 16.5px;
    }
    
    .hp_why_item2 {

    font-size: 13.5px;
}

.hp_why_item:before {
  
    width: 2.5rem;
   
}

}

@media screen and (max-width: 991.5px){
.hp_why_box {
    flex: 0 0 50%;
}

.hp_why_box.g {
    border-bottom: 1px solid #565656;
}

.hp_why_box.f:before {
    position: absolute;
    content: "";
    bottom: 0%;
    top: 0;
    margin: auto 0;
    right: 0;
    background-color: #565656;
    width: 1px;
    height: 80%;
    display: block;
}

.hp_why_box.gg:before {
    display: none;
}

}

@media screen and (max-width: 767.5px){
    .hp_why_fbox {
        padding: 1rem 3%;
        flex-direction: column;
    }
    
        .hp_why_box {
        padding: 20px 15px;
    }
    
    .hp_why_box:before {
    display: none;
}

    .hp_why_box.f:before {
         display: none;
    }
    
    .hp_why_box.x {
    border-bottom: 1px solid #565656;
}

.hp_why_box.x.y {
    border-bottom: 0;
}

.hp_why_tbox {
    padding-left: 0%;
}

.hp_why_title2 span {

    padding: 2.5px 5px;
    margin-left: 5px;
}

.hp_why_title2 {

    font-size: 23.5px;
}

.hp_why {
 
    padding: 12% 3% 12%;
}
    
}

/*Service*/

.hp_service {
    padding: 3% 9% 2%;
}

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

.hp_service_title2 {
    margin-bottom: 1rem;
}

.hp_service_desc {
    line-height: 1.5;
        margin-bottom: 2rem;
}

.hp_service_bbox .contactRecordBtn {
    background: #171717;
    color: #fff;
    transition: 0.4s;
    padding: 15px 2rem 15px;
    border-radius: 10px;
    font-size: 16px;
}

.hp_service_bbox .contactRecordBtn:before {
    display: none;
}

.hp_service_bbox .contactRecordBtn:hover {
    background: #edff00;
    color: #000;
}

.hp_service_box img {
    width: 4vw;
    height: 4vw;
}

.hp_service_box {
    align-items: center;
    gap: 0.5vw;
}

.hp_service_item {
    color: #000;
    font-weight: 800;
    font-size: 36px;
}

.hp_service_item2 {
    margin-top: -0.5rem;
}

.hp_service_fbox {
    margin-top: 2.5rem;    
    gap: 3vw;
}

.map-container:before {
    position: absolute;
    content: "";
    bottom: 6%;
    left: 2%;
    background-color: #e5e4e2;
    width: 91%;
    height: 1px;
}

.map-container:after {
    position: absolute;
    content: "";
    top: 6%;
    left: 2%;
    background-color: #e5e4e2;
    width: 91%;
    height: 1px;
}

@media screen and (max-width: 1200.5px){
.hp_service_desc br {
    display: none;
}

.hp_service_bbox .contactRecordBtn {

    padding: 15px 2rem 15px;
    border-radius: 10px;
    font-size: 15px;
}

.hp_service_fbox {
    margin-top: 2.5rem;
    gap: 1vw;
}

.hp_service_item2 {
    margin-top: -0.5rem;
    font-size: 14px;
}

.hp_service_item {

    font-size: 32px;
}

.hp_service_box img {
    width: 4.5vw;
    height: 4.5vw;
}

}


@media screen and (max-width: 991.5px){
    .hp_service_fbox {
        margin-top: 2.5rem;
        gap: 1vw;
        flex-direction: column;
    }
    
    .hp_service {
    padding: 6% 9% 2%;
}
    
}

@media screen and (max-width: 767.5px){
    .hp_service {
        padding: 12% 3% 12%;
    }
    
    .hp_service_box img {
        width: 50px;
        height: 50px;
    }
    
    .hp_service_box {
 
    gap: 3vw;
}

.map-container {
    width: 100%;
    margin-left: 0;
}

.map-container:before {
    left: 0;
    width: 100%;

}
.map-container:after {
    left: 0;
    width: 100%;

}
    
}

/*Services*/

.hp_services {
    padding: 1% 8% 3%;
}

.hp_services_fbox2 {
    justify-content: space-between;
    align-items: center;
        margin-top: 30px;
}

.hp_services_image {
    width: 100%;
}

.hp_services_desc {
    line-height: 1.2;
}

.hp_services_box {
    position: relative;
    margin: 0 0.5vw;
    border-radius: 20px;
    overflow: hidden;
}

.hp_services_itbox {
    position: absolute;
    bottom: 9%;
    left: 10%;
    z-index: 1;
}

.hp_services_title2 {
    margin-bottom: 2rem;
}

.hp_services_item {
    color: #fff;
    font-weight: 600;
    font-size: 1.5vw;
}

.hp_services_ibox {
    position: relative;
}

.hp_services_ibox::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0,0,0,1), transparent);
    z-index: 1;
    pointer-events: none;
}

.hp_services_ibox::after {
    content: "";
    position: absolute;
    right: 5%;
    top: 3%;
    width: 3vw;
    height: 3vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('https://cdn1.npcdn.net/img/1781517868d-button.png');
    z-index: 1;
    pointer-events: none;
    transition: 0.4s;
}

.hp_services_ibox:hover::after {
    transform: rotate(45deg);
}

.hp_services_icon {
    width: 4.5vw;
    transition: 0.4s;
}

.hp_services_box:hover .hp_services_icon {
    animation: 1s jshake;
}

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

    right: 5%;
    top: 3%;
    width: 3.5vw;
    height: 3.5vw;

}

}

@media screen and (max-width: 991.5px){
.hp_services_item {

    font-size: 2vw;
}

.hp_services_icon {
    width: 6vw;
   
}

}

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

    align-items: start;
    margin-top: 30px;
    flex-direction: column;
    gap: 30px;
}

.hp_services {
    padding: 0% 3% 12%;
}

.hp_services_title2 {
    margin-bottom: 1.5rem;
}

    .hp_services_ibox::after {
        right: 5%;
        top: 3%;
        width: 10vw;
        height: 10vw;
    }
    
        .hp_services_item {
        font-size: 5vw;
    }
    
    .hp_services_icon {
        width: 15vw;
    }

}

@media screen and (max-width: 500.5px){
.hp_services_desc br {
    display: none;
}



}

/*Portfolio*/

.index_wrapper_6 {
    padding: 3% 9% 3%;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 7.5px;
    border-radius: 15px;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 0 0.35vw;
}

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

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

.hp_photoGallerySlider_type3 {
    background-color: transparent;
    margin-top: 10px;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    padding-top: 58%;
    background-color: #e5e4e2;
    border-radius: 15px;
}

   .hp_photoGallerySlider_type3 .container {
        max-width: 100%;
    }
    
.hp_portfolio_title {
    padding-left: 15px;
}    
    
.hp_portfolio_title::before {
    left: -13%;
}    


@media screen and (max-width: 991.5px){
.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 0 0.6vw;
}

}

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

}


/*About*/

.hp_about {
    padding: 3% 9% 3%;
}

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

.hp_about_image {
    width: 100%;
}

.hp_about_ibox {
    margin-right: 6%;
    margin-left: -1%;
}

.hp_about_title2 {
    padding-bottom: 15px;
    margin-bottom: 10px;
    position: relative;
        font-size: 26px;
}

.hp_about_title2:before {
    position: absolute;
    content: "";
    bottom: 0%;
    left: 0;
    background-color: #edff00;
    width: 8rem;
    height: 4px;
}

.hp_about_desc {
    margin-bottom: 2rem;
}

@media screen and (max-width: 1200.5px){
.hp_about_title2:before {
    width: 7.5rem;
}

}

@media screen and (max-width: 991.5px){
.hp_about_ibox {
    margin-right: 0%;
    margin-left: -9%;
}

}

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

    .hp_about_ibox {
        margin-right: 0%;
        margin-left: 0;
        margin-bottom: 30px;
    }
    
}

/*Contact*/

.hp_contact {
    padding: 3% 9% 6%;
}

.hp_contact_image {
    width: 100%;
}

.hp_contact_ibox {
    flex: 0 0 47%;
}

.hp_contact_box {
    flex: 0 0 53%;
    padding-left: 4%;
}

.hp_contact_fbox {
    background: #e5e4e2;
    border-radius: 25px 0 0 25px;
    align-items: center;
}

.hp_contact_title2{ 
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.hp_contact_title2:before {
    position: absolute;
    content: "";
    bottom: 0%;
    left: 0;
    background-color: #000;
    width: 8rem;
    height: 3.5px;
}

.hp_contact_desc {
    font-size: 14px;
    margin-bottom: 1.5rem;
}

.hp_contact_link {
    background: #171717;
    color: #fff;
    transition: 0.4s;
    padding: 15px 3.5rem 15px;
    border-radius: 10px;
    font-size: 16px;
}

.hp_contact_link:before {
    display: none;
}

.hp_contact_link:hover {
    background: #edff00;
    color: #000;
    padding: 15px 3.5rem 15px;
}

@media screen and (max-width: 1200.5px){
.hp_contact_title2:before {
    width: 7.5rem;
  
}

.hp_contact_desc br {
    display: none;
}

.hp_contact_link {
    padding: 15px 3rem 15px;
    border-radius: 10px;
    font-size: 15px;
}

.hp_contact_desc {
    font-size: 13.5px;
    margin-bottom: 1.5rem;
}

.hp_contact_ibox {
    flex: 0 0 50%;
}

.hp_contact_box {
    flex: 0 0 50%;
    padding-left: 1%;
    padding-right: 2%;
}

.hp_contact_fbox {
    padding-top: 15px;
    padding-bottom: 15px;
}

}

@media screen and (max-width: 991.5px){
    .hp_contact_fbox {
        padding-top: 0;
        padding-bottom: 50px;
        flex-direction: column;
        border-radius: 25px 25px 0 0px;
    }
    
        .hp_contact_ibox {
        
        margin-bottom: 30px;
    }
    
        .hp_contact_box {
        
        padding-left: 6%;
        padding-right: 6%;
    }
    
}

@media screen and (max-width: 767.5px){
.hp_contact {
    padding: 6% 3% 12%;
}

}

@media screen and (max-width: 475.5px){
.hp_contact_title2 br {
    display: none;
}

}

/*Footer*/

.footerListServices {
    background-color: #171717;
    color: white;
    padding-top: 4rem;
    padding-bottom: 1rem;
    overflow: hidden;
}

.footerListServices .social_media a {
    margin-left: 5px;
    background: #434343;
    padding: 7.5px;
    border-radius: 5px;
}

.footerListServices .line {
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 20px;
    margin-top: 6rem;
    position: relative;
}

.footerListServices .line:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: -50%;
    background-color: rgba(255, 255, 255, 0.5);
    width: 200%;
    height: 1px;
}

.footerListServices .logo img {
    max-height: 100px;
}
.footerListServices .logo.title {
    min-height: 100px;
    margin-bottom: 1.5rem;
}
.footerListServices .title {
    min-height: 30px;
}

.footerListServices .title h5 {
    font-weight: 500;
    font-size: 19px;
}

.footerListServices .input-container {
    background: #333333;
    border-radius: 10px;
}

.footerListServices .input-container .submit {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    height: 60%;
    background-color: #eeff01;
    border: none;
    color: #171717;
    z-index: 10;
    padding: 5px 15px;
    margin: auto 0;
    font-size: 19px;
    border-radius: 5px;
}

.footerListServices .input-container input, .footerListServices .input-container label {
    font-size: 13px;
    padding-left: 10px;
}

.footerListServices .input-container input {
    border-bottom: 0;
}

@media screen and (max-width: 1200.5px){
.footerListServices .input-container input, .footerListServices .input-container label {
    font-size: 12.5px;
    padding-left: 5px;
}

}

@media screen and (max-width: 991.5px){
.footerListServices .logo img {
    max-height: 90px;
}

.footerListServices {
    padding-top: 3rem;
    padding-bottom: 1rem;
}

}

@media screen and (max-width: 767.5px){
.footerListServices .line {
    margin-top: 2rem;
}

.footerListServices .input-container input, .footerListServices .input-container label {
    font-size: 13px;
    padding-left: 15px;
}

}
