@import url('../css/bootstrap.css');
@import url('../css/animate.css');
@import url('../css/jquery.fancybox.min.css');
@import url('../css/slick.css');
@import url('https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url(../fonts/handlegot/transfonter.org-20240229-182720/stylesheet.css);


:root {
  /*** theme colors ***/
  --theme-white: #ffffff;
  --theme-black: #000000;
}

* {
  margin: 0px;
  padding: 0px;
}

.p-100 {
    padding: 20px 0px;
}


.navigation {
    margin-top: 3px !important;
}

.theme-group {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0px;
}

.theme-btn {
    color: #000;
    /* border: 1px solid #131C3B; */
    padding: 15px 40px;
    text-decoration: none;
    transition: all ease 0.4s;
    font-size: 17px;
    font-weight: 400;
    /* background: #131C3B; */
    border-radius: 8px;
    background: linear-gradient(90deg, rgb(147 147 147) 0%, rgb(31 31 31 / 78%) 0%, rgb(180 180 180) 13%, rgb(145 145 145) 16%, rgb(139 131 131) 33%, rgb(251 251 251) 62%, rgb(203 203 203) 79%, rgb(156 156 156) 90%, rgb(161 161 161) 92%, rgb(153 153 153) 98%);
}

.theme-btn:hover {
  text-decoration: none;
  transform: translateY(-5px);
  color: #fff;
  background: #969696;
  border-color: #969696;
}

/* Top Header Start */

.main_top_header {
  background: url(../images/header-img.png);
  color: var(--theme-white);
}

.top_header_mail ul {
  padding: 0;
  display: flex;
  list-style: none;
  gap: 20px;
  margin: 0;
  align-items: center;
}

.top_header_mail ul li a {
  text-decoration: none;
  color: var(--theme-black);
  font-size: 17px;
  font-weight: 400;
}

.top_header_mail ul li a i {
    font-size: 23px;
    margin-top: 7px;
    margin-right: -14px;
}

.top_header_social ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: end;
  gap: 10px;
}

.top_header_social ul li a {
  color: var(--theme-white);
  font-size: 25px;
}

/* Top Header End */
/* Header Start */
.header_seach input {
  width: 100%;
  padding: 15px;
  outline: none;
  border: 1px solid #a9a9a999;
  border-radius: 10px;
}

.header_seach {
  position: relative;
}

.header_seach_btn {
  position: absolute;
  top: 8px;
  right: 0px;
}

.header_seach_btn a {
  background: linear-gradient(74deg, rgba(255, 255, 255, 1) 0%, rgb(31 31 31 / 15%) 0%, rgba(125, 125, 125, 1) 13%, rgba(118, 118, 118, 1) 16%, rgb(52 52 52 / 41%) 33%, rgba(129, 129, 129, 1) 62%, rgb(13 13 13 / 50%) 79%, rgba(133, 133, 133, 1) 90%, rgba(153, 153, 153, 1) 92%, rgba(153, 153, 153, 1) 98%);
  color: var(--theme-white);
  padding: 10px 15px;
  font-size: 27px;
  border-radius: 0px 10px 10px 0px;
}

.main_navigation {
  background: #131c3b;
  color: var(--theme-white);
  padding: 30px 0px;
}

.navigation ul li a::before {
  position: absolute;
  content: "";
  right: -20px;
  top: 0;
  width: 2px;
  height: 100%;
  background: var(--theme-white);
}

.navigation ul {
  display: flex;
  padding: 0;
  list-style: none;
  gap: 50px;
  margin: 0;
}

.navigation ul li a {
  color: var(--theme-white);
  text-decoration: none;
  font-size: 18px;
  font-family: 'HandelGotDBol';
  position: relative;
}

.dropbtn {
  font-size: 16px;
  border: none;
  color: var(--theme-white);
  background: transparent;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

.phone ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
}

.navigation_phone {
  display: flex;
  gap: 50px;
  justify-content: end;
  font-family: 'HandelGotDBol';
}

.phone ul li a {
  color: var(--theme-white);
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
}

.phone ul li a i {
  color: #131c3b;
  background: var(--theme-white);
  border-radius: 50%;
  padding: 5px;
  font-size: 17px;
}

button.dropbtn {
  font-size: 20px;
}

.header_searchbaar {
  padding: 20px;
}

/* Header End */
/* Banner Start */
.banner_bg {
  background: url(../images/banner-bg.png) center center/cover no-repeat;
  height: 580px;
}

form.banner_form input {
  width: 100%;
  padding: 8px;
  outline: none;
  border-radius: 10px;
  border: 1px solid darkgray;
}

.modal-header h1 {
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 400;
  margin: 0;
  font-family: 'HandelGotDBol';
}

.modal-body {
    height: 360px;
}

.banner_form a.theme-btn {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 20px 0px;
  padding: 10px;
}

.banner_content {
  text-align: center;
  margin: 70px 0px 0px 0px;
  padding: 70px 0px 0px 0px;
}

.banner_content h6 {
  color: #FFFFFF;
  font-family: "Nunito", Sans-serif;
  font-size: 37px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  margin: 0px 0px 20px 0px;
}

.banner_content h6::before {
  position: absolute;
  content: "";
  background: #fff;
  height: 1px;
  width: 180px;
  left: 21%;
  top: 20px;
}

.banner_content h6::after {
  position: absolute;
  content: "";
  background: #fff;
  height: 1px;
  width: 180px;
  right: 21%;
  top: 20px;
}

.banner_content h1 {
  color: #FFFFFF;
  font-size: 60px;
  font-weight: bold;
  margin: 0px 0px 20px 0px;
  font-family: 'HandelGotDBol';
}


.banner_content p {
  color: #FFFFFF;
  font-family: 'DM Sans Merlin';
  margin: 0px 0px 40px 0px;
}

/* Banner End */
/* Historia Start */
.historia_content h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'HandelGotDBol';
}

.main_historia.p-100 {
  margin-top: 100px;
}

p.mission {
  /*margin: 40px 30px 50px;*/
  position: relative;
}

.historia_content h3 {
  font-size: 30px;
  font-weight: 700;
  font-family: 'HandelGotDBol';
}

.historia_img img {
  width: 100%;
  height: 100%;
}

.historia_img img {
  position: relative;
  object-fit: contain;
}

.historia_img {
    position: relative;
    bottom: 120px;
}

.historia_img::before {
  position: absolute;
  content: "";
  left: 30px;
  bottom: -50px;
  width: 60%;
  height: 500px;
  background: #131C3B;
}

.historia_content p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'DM Sans Merlin';
}

/* Historia End */
/* Services Start */
.services_heading h3 {
  font-size: 60px;
  font-weight: 700;
  color: var(--theme-black);
  font-family: 'HandelGotDBol';
}

p.mission::before {
  position: absolute;
  content: "";
  left: -10px;
  top: -35px;
  width: 2px;
  height: 73px;
  background: var(--theme-black);
}

.services_heading p {
  font-size: 17px;
  font-family: 'DM Sans Merlin';
}

.services_card {
  border: 1px solid #a9a9a96e;
  margin: 0px 10px;
  height: 730px;
}

.services_card_img img {
  width: 100%;
  padding: 20px;
  height: 400px;
  object-fit: cover;
}

.services_card_content {
  padding: 20px;
}

.services_card_content h3 {
  color: var(--theme-black);
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: capitalize;
  height: 60px;
}

.services_card_content p {
  color: gray;
  font-size: 19px;
  font-weight: 400;
  height: 100px;
}

.services_heading {
  margin-bottom: 100px;
}

.service_slider button.slick-prev.slick-arrow {
  background: #131C3B;
  opacity: 1;
  height: 50px;
  width: 50px;
  z-index: 999;
  left: 20px;
  top: 40%;
}

.service_slider .slick-next:before {
  opacity: 1;
  content: "\ed3b";
  font-family: boxicons !important;
  font-size: 50px;
}

.service_slider button.slick-next.slick-arrow {
  background: #131C3B;
  opacity: 1;
  height: 50px;
  width: 50px;
  z-index: 999;
  right: 20px;
  top: 40%;
}

.service_slider .slick-prev:before {
  opacity: 1;
  content: "\ed38";
  font-family: boxicons !important;
  font-size: 50px;
}

/* Services End */
/* Watch Video Start */
.watch_video_bg {
  background: url(../images/video-bg.png) center center/cover no-repeat;
  height: 380px;
  margin: 100px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.watch_video_bg ul {
  display: flex;
  list-style: none;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.watch_video_bg ul li h3 {
  font-size: 40px;
  color: var(--theme-white);
  font-weight: 400;
}

.watch_video_bg ul li i {
  color: var(--theme-white);
  font-size: 80px;
}

/* Watch Video End */
/* MAchinery Start */
.machiner_bg {
  background: url(../images/machinery-bg.png) center center/cover no-repeat;
  color: var(--theme-white);
  height: 500px;
  display: flex;
  align-items: center;
}

.machinery_content {
  font-family: 'HandelGotDBol';
}

.machinery_content h6 {
  font-size: 40px;
}

.machinery_content h5 {
  font-size: 100px;
  line-height: 100px;
}

/* MAchinery End */
/* Testimonial Start */
.testimonial_heading h6 {
  font-size: 50px;
  font-weight: 700;
  color: var(--theme-black);
  font-family: 'HandelGotDBol';
  margin-bottom: 50px;
}

.checked {
  color: orange;
}

.testimonial_card {
  box-shadow: 1px 1px 5px;
  padding: 30px 50px;
  border-radius: 10px;
  position: relative;
  margin: 0px 30px;
}

.testimonial_card h3 {
  font-family: 'HandelGotDBol';
  margin: 0;
  margin-bottom: 10px;
  font-size: 30px;
}

.testimonial_star {
  margin: 0px 0px 20px;
  width: 80%;
  text-align: end;
}

.testimonial_card p {
  color: gray;
  font-weight: 400;
  font-size: 17px;
  width: 80%;
  font-family: 'DM Sans Merlin';
}

.testimonial_card_icon1 {
  position: absolute;
  top: -30px;
  right: 30px;
}

.testimonial_card_icon1 {
  width: 100px;
}

.testimonial_card_icon2 {
  position: absolute;
  right: 20px;
  bottom: 50px;
}

.testimonial_card_icon2 img {
  width: 100px;
}

.testimonial_slider .slick-track {
  height: 450px;
  padding: 60px 0px 0px 20px;
}

.testimonial_slider button.slick-prev.slick-arrow {
  /*background: #131C3B;*/
  opacity: 1;
  height: 50px;
  width: 50px;
  top: -70px;
  z-index: 999;
  right: 80px;
  left: auto;
  background: rgb(188,188,188);
  background: linear-gradient(90deg, rgba(188,188,188,1) 7%, rgba(188,188,188,1) 45%, rgba(188,188,188,1) 91%);
}

.testimonial_slider .slick-next:before {
  opacity: 1;
  content: "\ed3b";
  font-family: boxicons !important;
  font-size: 50px;
}

.testimonial_slider button.slick-next.slick-arrow {
  /*background: #131C3B;*/
  opacity: 1;
  height: 50px;
  width: 50px;
  z-index: 999;
  right: 20px;
  top: -70px;
  background: rgb(188,188,188);
  background: linear-gradient(90deg, rgba(188,188,188,1) 7%, rgba(188,188,188,1) 45%, rgba(188,188,188,1) 91%);
}

.testimonial_slider .slick-prev:before {
  opacity: 1;
  content: "\ed38";
  font-family: boxicons !important;
  font-size: 50px;
}

/* Testimonial End */
/* Efficiency Start */
.efficiency_tittle h3 {
  font-size: 50px;
  font-weight: 700;
  font-family: 'FontAwesome';
  text-align: center;
  color: var(--theme-black);
  font-style: italic;
}

.servicecall {
  padding: 40px;
  background: url(../images/metallic.png);
  height: 100%;
  width: 100%;
  
  
}

.servicecall ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
  gap: 0px;
  font-family: 'HandelGotDBol';
  align-items: center;
}

.servicecall ul li a {
  text-decoration: none;
  font-size: 40px;
  color: #131C3B;
  font-weight: 600;
}

.servicecall ul li i {
  font-size: 100px;
  background: transparent;
  border-radius: 50%;
  padding: 10px;
  color: #fff;
  background: #131C3B;
}

.servicecall ul li {
  text-decoration: none;
  font-size: 25px;
  color: #131C3B;
}

/* Efficiency End */
/* Contact Us Start */
form.contact_form input {
  width: 100%;
  padding: 10px;
  outline: none;
  border: 1px solid #000000a1;
  margin: 8px 0px;
  border-radius: 10px;
}

form.contact_form textarea {
  width: 100%;
  padding: 10px;
  outline: none;
  border: 1px solid #000000a1;
  margin: 15px 0px;
  border-radius: 10px;
}

.contact_heading h3 {
  font-size: 50px;
  font-weight: 700;
  font-family: 'HandelGotDBol';
  color: var(--theme-black);
  padding: 20px 30px 0px;
}

.contact_form a.theme-btn {
  width: 100%;
  text-align: center;
}

.contact_form button.theme-btn {
  width: 100%;
  text-align: center;
  border: unset;
}

.contact {
  box-shadow: 0px 0px 5px 1px;
  border-radius: 20px;
  position: relative;
  /* z-index: 99999999999; */
  background: var(--theme-white);
}

.main_efficiency {
  padding-bottom: 100px;
}

form.contact_form {
  padding: 30px;
}

.main_contact {
  margin-bottom: -360px;
}

/* Contact Us End */
/* Footer Start */
.footer_bg {
  background: url(../images/footer-bg.png) center center/cover no-repeat;
  padding: 400px 0px 20px 10px;
}

.footer_logo {
  color: var(--theme-white);
}

.footer_logo ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
}

.footer_logo ul li a {
  color: var(--theme-white);
  font-size: 30px;
}

.footer_logo p {
  font-size: 19px;
  margin: 30px 0px;
  font-weight: 400;
}

.footer_logo h6 {
  font-size: 32px;
  font-family: 'HandelGotDBol';
}

.footer_links h6 {
  font-size: 32px;
  font-family: 'HandelGotDBol';
  color: var(--theme-white);
  margin-bottom: 30px;
}

.footer_links ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 15px;
  flex-direction: column;
}

.footer_links ul li a {
  color: var(--theme-white);
  text-decoration: none;
  font-size: 16px;
}

.bottom_footer {
  background: linear-gradient(90deg, rgb(147 147 147) 0%, rgb(31 31 31 / 78%) 0%, rgb(180 180 180) 13%, rgb(145 145 145) 16%, rgb(139 131 131) 33%, rgb(251 251 251) 62%, rgb(203 203 203) 79%, rgb(156 156 156) 90%, rgb(161 161 161) 92%, rgb(153 153 153) 98%);
  padding: 10px;
  text-align: center;
}

.bottom_footer p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: var(--theme-black);
}

/* Footer End */
/* About Start */
.aboutinner_banner_bg {
  background: url(../images/about-inner-banner-bg.jpg) center center/cover no-repeat;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}


.main-parent-div {
    background: url(../images/service-detail-bg.png) no-repeat top center;
    background-size: cover;
    padding: 50px 0px;
}


.inner_banner_content h2 {
  font-size: 60px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}

.aboutinner_banner_bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000008f;
}

.misionvision_content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  font-family: 'DM Sans Merlin';
}

.misionvision_content h2 {
  font-size: 40px;
  font-weight: 700;
  font-family: 'HandelGotDBol';
}

.misionvision_content h6 {
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0px;
  font-family: 'HandelGotDBol';
}

.misionvision_content {
  position: relative;
}

.misionvision_content::before {
  position: absolute;
  top: 80px;
  left: -10px;
  width: 1px;
  height: 90%;
  background: black;
  content: "";
}

.Instalaciones_heading h3 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'HandelGotDBol';
  text-align: center;
  text-transform: uppercase;
}

.Instalaciones_heading p {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'DM Sans Merlin';
}

.Instalaciones_img img {
  width: 100%;
}

.main_Instalaciones {
  margin-bottom: 200px;
}

/* About End */
/* Services Start */
.srrvice_innerbanner_bg {
  background: url(../images/services-inner-bg.jpg) center center/cover no-repeat;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.inner_banner_content h2 {
  font-size: 60px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  font-family: 'HandelGotDBol';
}

.srrvice_innerbanner_bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000008f;
}

.allservices_card_img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.allservices_card {
  height: 350px;
  position: relative;
}

.allservices_card_tittle {
  position: absolute;
  top: 50%;
  color: white;
  left: 50%;
  transform: translate(-50%, -50%);
}

.allservices_card_tittle h2 {
  font-size: 30px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  transition: 0.50s ease;
  text-align: center;
}

.allservices_card::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000073;
}

.allservices_card_tittle_1 {
  position: absolute;
  top: 40%;
  z-index: 9999;
  color: white;
  width: 80%;
  left: 50px;
  text-align: center;
}

.allservices_card_tittle_1 {
  visibility: hidden;
  opacity: 0;
}

.allservices_card:hover .allservices_card_tittle {
  visibility: hidden;
  opacity: 0;
  transition: 0.50s ease;
}

.allservices_card:hover .allservices_card_tittle_1 {
  visibility: visible;
  opacity: 1;
  transition: 0.50s ease;
}

.allservices_card_tittle_1 p {
  padding: 10px 0px;
}

/* Services End */
/* Our Work Start */
.our_work_heading h3 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'HandelGotDBol';
  text-align: center;
  text-transform: uppercase;
}

.our_work_heading p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
}

.main_fancy_box a img {
  width: 100%;
  margin: 20px 0px;
  height: 350px;
  object-fit: cover;
  padding: 20px;
}

/* Our Work End */
/* Contact Us Start */
.footer_bg.contact {
  padding: 40px 0px;
}

/* Contact Us End */
/* Scroll Arrow Start */


/* Scroll Arrow End */
.efficiency_tittle h3 span {
    font-size: 80px;
    font-family: serif;
    font-weight: bolder;
    /*background: #131C3B;*/
    color: #000;
    padding: 10px;
    border-radius: 40px 0px 40px 0px;
    background: rgb(188,188,188);
    background: linear-gradient(90deg, rgb(147 147 147) 0%, rgb(31 31 31 / 78%) 0%, rgb(180 180 180) 13%, rgb(145 145 145) 16%, rgb(139 131 131) 33%, rgb(251 251 251) 62%, rgb(203 203 203) 79%, rgb(196 196 196) 90%, rgb(161 161 161) 92%, rgb(153 153 153) 98%);
}

.historia_img {
    height: 600px;
}

.footer_links a {
    font-size: 15px !important;
}

input.field {
    padding: 50px 58px 30px !important;
}

.mission {
    margin: 0px 0px 40px 0px;
}

.footer_links ul li a i {
    margin: 0px 10px 0px 0px;
}

.service-detail-para p {
    font-size: 17px;
    color: #000;
    font-weight: 400;
    margin: 0px 0px 30px 0px;
}

section.service_detail_sec {
    background: url(../images/service-detail-bg.png) no-repeat top center;
    background-size: cover;
    padding: 50px 0px;
}

.service-detail-point ul li {
    list-style: none;
    color: #000;
    margin: 0px 0px 4px 0px;
    font-size: 16px;
}

.service-detail-point ul {padding: 0px;margin: 0px 0px 0px 35px;}

.service-detail-point h6 {
    margin: 0px 0px 20px 0px;
    color: #000;
    font-size: 18px;
    font-family: 'DM Sans Merlin';
}

.service-detail-slider-img {display: flex;align-items: center;justify-content: center;flex-direction: column;}

.service-detail-slider-img img {
    width: 60%;
}




.service_detail_slider button.slick-prev.slick-arrow {
  background: #131C3B;
  opacity: 1;
  height: 50px;
  width: 50px;
  z-index: 999;
  left: 20px;
  top: 40%;
}

.service_detail_slider .slick-prev:before {
    opacity: 1;
    content: "\ed38";
    font-family: boxicons !important;
    font-size: 50px;
    position: relative;
    right: 12px;
}

.service_detail_slider .slick-next:before {
    opacity: 1;
    content: "\ed3b";
    font-family: boxicons !important;
    font-size: 50px;
    position: relative;
    right: 10px;
}

.service_detail_slider button.slick-next.slick-arrow {
  background: #131C3B;
  opacity: 1;
  height: 50px;
  width: 50px;
  z-index: 999;
  right: 20px;
  top: 40%;
}

.service-detail-slider-img img {
    width: 100%;
    max-width: 518px;
    height: 380px;
    object-fit: fill;
}

.bobinados-pro h6 {
    font-size: 35px;
    font-family: 'HandelGotDBol';
}

.bobinados-pro p {
    font-size: 18px;
}

.product-list h6 {
    font-size: 35px;
    font-family: 'HandelGotDBol';
}

.product-list ul li {
    font-size: 20px;
    font-weight: 400;
    list-style: none;
    position: relative;
}

.balance-dinimo h6 {
    font-size: 35px;
}

.balance-dinimo p {
    font-size: 18px;
    font-weight: 500;
}

.Equipos ul li {
    font-size: 18px;
    font-weight: 400;
    position: relative;
    margin: 0px 0px 10px 0px;
}

.Preventivo h6 {
    font-size: 35px;
}

.Preventivo p {
    font-size: 18px;
    font-weight: 500;
}

.Preventivo-list ul li {
    font-size: 18px;
    list-style: disc;
}

.rebarco-sec h6 {
    font-size: 35px;
}

.rebarco-sec p {
    font-size: 18px;
}


.micania-sec h6 {
    font-size: 35px;
}

.micania-sec p {
    font-size: 18px;
    font-weight: 500;
}

.confeccion-list ul li {
    font-size: 18px;
    font-weight: 400;
    list-style: disc;
}


.medicia-sec h6 {
    font-size: 35px;
}

.medicia-sec p {
    font-size: 18px;
    font-weight: 500;
}

.equips h6 {
    font-size: 35px;
}

.equips ul li {
    font-size: 18px;
    font-weight: 400;
    list-style: disc;
}

.torneria-sec h6 {
    font-size: 35px;
}

.torneria-sec p {
    font-size: 18px;
    font-weight: 500;
}

.torneria-list ul li {
    font-size: 18px;
    font-weight: 400;
    list-style: disc;
}


p.paging {
    font-size: 25px;
    font-weight: 600;
}

.footer_logo img {
    filter: invert(1);
}

.Instalaciones_img img {
    width: 100%;
}

.Instalaciones_img {
    margin: 10px;
}



.facilities_slider button.slick-prev.slick-arrow {
  background: #131C3B;
  opacity: 1;
  height: 50px;
  width: 50px;
  z-index: 999;
  left: 0px;
  top: 55%;
}

.facilities_slider .slick-next:before {
  position: absolute;
  opacity: 1;
  content: "\ed3b";
  font-family: boxicons !important;
  font-size: 50px;
  right: 0px;
  top: 0px;
}

.facilities_slider button.slick-next.slick-arrow {
  background: #131C3B;
  opacity: 1;
  height: 50px;
  width: 50px;
  z-index: 999;
  right: 0px;
  top: 55%;
}

.facilities_slider .slick-prev:before {
  position: absolute;
  opacity: 1;
  content: "\ed38";
  font-family: boxicons !important;
  font-size: 50px;
  left: 0px;
  top: 0px;
}

section.services-sec {
    padding: 50px 0px;
}

.services-pg-img img {
    width: 100%;
    padding: 40px;
}

.services-txt {
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.services-txt h4 {
    font-size: 40px;
    font-family: 'HandelGotDBol';
}

.services-txt p {
    font-size: 16px;
    font-family: 'DM Sans Merlin';
}

.services-txt a {
    width: 200px;
    text-align: center;
}

.get-in-touch {
    padding: 80px 0px 40px 0px;
}

.contact-map {
    padding: 30px;
}

.contact-us-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.contact-us-txt h3 {
    font-family: 'HandelGotDBol';
    font-size: 50px;
}

.contact-us-txt p {
    font-size: 15px;
    font-family: 'DM Sans Merlin';
    padding: 0px 80px 0px 0px;
}

.contact-us-txt h4 {
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.contact-us-txt span {
    color: #000;
    margin: 0px 0px 6px 0px;
    font-size: 16px;
}

.contact-us-txt h6 {
    font-size: 18px;
    color: #000;
}


.main-contact h4 {
    text-align: center;
    font-size: 50px;
    font-family: 'HandelGotDBol';
}

.main-contact p {
    text-align: center;
    font-family: 'DM Sans Merlin';
    margin: 0px 0px 30px 0px;
}


.main_our_work {
    padding: 50px 0px;
}


.work_slider button.slick-prev.slick-arrow {
    color: #000;
    width: 20px;
    height: 20px;
    left: -20px;
}

.work_slider button.slick-prev.slick-arrow::before {
    position: absolute;
    content: "\eb33";
    color: #000;
    opacity: 1;
    font-family: 'boxicons';
    line-height: 0px;
    font-size: 30px;
    left: -10px;
}

.work_slider button.slick-next.slick-arrow {
    color: #000;
    width: 20px;
    height: 20px;
    right: -20px;
}

.work_slider button.slick-next.slick-arrow::before {
    position: absolute;
    content: "\ebe6";
    color: #000;
    opacity: 1;
    font-family: 'boxicons';
    line-height: 0px;
    font-size: 30px;
    right: -10px;
}


.work_slider .slick-dots li button::before {
    width: 10px;
    height: 10px;
    background: #131c3b;
    line-height: 10px;
    border-radius: 20px;
}

 .work_slider .slick-dots li.slick-active button:before {
     opacity: 1;
 }
 
 
 
 .Equipos ul li::before {
    position: absolute;
    content: "\ea41";
    font-family: 'boxicons';
    background-color: #131c3b;
    left: -35px;
    border-radius: 40px;
    width: 28px;
    color: #fff;
    text-align: center;
}


.get-in-touch {
    background: url(../images/contact-bg.png) no-repeat top center;
    background-size: cover;
    padding: 50px 0px 50px 0px;
}


.product-list ul li::before {
    position: absolute;
    content: "\ea41";
    background: #131c3b;
    width: 25px;
    height: 25px;
    left: -35px;
    top: 5px;
    border-radius: 50px;
    font-family: 'boxicons';
    color: #fff;
    line-height: 25px;
    text-align: center;
}



.service-detail-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}



.service-detail-points {
    padding: 50px 0px 50px 0px;
}

.service-detail-points h4 {
    text-align: center;
    margin: 0px 0px 30px 0px;
    font-size: 60px;
    color: #000;
    font-family: 'HandelGotDBol';
}

.service-points ul li {
    list-style: none;
    font-size: 18px;
    margin: 0px 0px 10px 0px;
    color: #000;
    position: relative;
}

.service-points ul li::before {
    position: absolute;
    content: "\ea41";
    background: #131c3b;
    width: 22px;
    height: 22px;
    left: -30px;
    top: 4px;
    border-radius: 50px;
    font-family: 'boxicons';
    color: #fff;
    line-height: 20px;
    text-align: center;
}


.service-img-slider img {
    width: 100%;
    margin: 0px 0px 50px 0px;
}

.service-img-slider img {
    height: 400px !IMPORTANT;
    object-fit: cover;
    width: 100%;
}

.service-img-slider {
    margin: 20px;
}



.detail_slider button.slick-next.slick-arrow {
    background: transparent;
    width: 20px;
    height: 20px;
    right: 0px;
    z-index: 999;
}

.detail_slider button.slick-next.slick-arrow::before {
    position: absolute;
    content: "\ea50";
    font-family: 'boxicons';
    color: #fff;
    opacity: 1;
    height: 40px;
    width: 40px;
    font-size: 40px;
    border-radius: 30px;
    line-height: 40px;
    right: -30px;
    background-image: radial-gradient(circle farthest-corner at 10% 20%, rgb(219 219 219) 0%, #ada7a7 90%);
}


.detail_slider button.slick-prev.slick-arrow {
    background: transparent;
    width: 20px;
    height: 20px;
    left: 0px;
    z-index: 99;
}

.detail_slider button.slick-prev.slick-arrow::before {
    position: absolute;
    content: "\ea4d";
    font-family: 'boxicons';
    color: #fff;
    opacity: 1;
    height: 40px;
    width: 40px;
    font-size: 40px;
    border-radius: 30px;
    line-height: 40px;
    left: -30px;
    background-image: radial-gradient(circle farthest-corner at 10% 20%, rgb(219 219 219) 0%, #ada7a7 90%);
}


.detail-slider-sec {
    padding: 50px 0px;
}

