body {
  margin: 0px auto;
  background: #fff;
  line-height: normal;
  font-family: 'Figtree', san-serif !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  letter-spacing: normal;
  text-transform: none;
  line-height: normal;
}

p {
  padding: 0px;
  margin: 0px;
  letter-spacing: normal;
  text-transform: none;
  line-height: normal;
}

ul,
ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a:focus {
  outline: none;
}

a,
input[type="submit"] {
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}

img {
  max-width: 100%;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder {
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
}

textarea::-moz-placeholder {
  opacity: 1;
}

textarea::-moz-placeholder {
  opacity: 1;
}

textarea::-ms-input-placeholder {
  opacity: 1;
}

select::-webkit-input-placeholder {
  opacity: 1;
}

select::-moz-placeholder {
  opacity: 1;
}

select::-moz-placeholder {
  opacity: 1;
}

select::-ms-input-placeholder {
  opacity: 1;
}

textarea:focus,
input:focus,
select:focus {
  outline: 0;
}



.navbar {
  padding: 0px !important;
}

#container_nav {
  padding: 10px 30px !important;
}

.baner {
  background-image: url('/Images/_98_55b61eec-05ff-4499-b630-8161159a3d63.png');
  height: 105vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.baner:before {
  content: "";
  background: url('/Images/_98_843126dd-ee63-470b-8eb7-d17fd5edd901.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner_text {
  padding-left: 30px;
}

.banner_text h2 {
  color: white;
  font-size: 54px;
  font-weight: 200;
  margin-bottom: 25px;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "Figtree", serif;
}

.banner_text p {
  font-size: 28px;
  color: white;
  font-weight: 400;
  font-family: "Figtree", serif;
}

.banner_text h2 strong {
  font-weight: 700;
}



@media (max-width: 768px) {
	.mastec-communication-contact-section .form-wrapper{
		padding: 30px 15px !important;
	}
  .wireline_service_section p {
    text-align: left !important;
    padding-right: 0px !important;
  }

  .career_overlay_text h3 span {
    text-align: center !important;
  }

  .navbar {
    min-height: 80px;
  }

  #HeaderSection #logo {
    padding: 0px !important;
    display: inline-block;
  }

  .banner {

    height: 30vh !important;
  }

  .wireline_image img {
    height: auto !important;
    object-fit: contain !important;
    margin-bottom: 0 !important;
  }

  .banner_text h2 {
    font-size: 32px;
  }

  #HeaderSection .navigation li a {
    font-size: 16px !important;
  }

  .banner_text {
    padding-left: 30px;
  }

  .banner_text h2 {
    color: white;
    font-size: 26px;
    font-weight: 200;

    line-height: 30px;
    text-transform: uppercase;
    font-family: "Figtree", serif;
  }

  .banner_text p {
    font-size: 16px;
    color: white;
    font-weight: 400;
    font-family: "Figtree", serif;
  }

  .banner_text h2 strong {
    font-weight: 500;
  }

}

/*-- banner end --*/

/*-- promise start --*/

section.our_promise {
  padding: 50px 30px;
}

.our_promise_text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.promise_tagline {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

.promise_tagline p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26.4px;
  color: #081A31;
  margin-left: 10px;
}

.our_promise_heading h4 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  color: #081A31;
  text-transform: uppercase;
  font-family: "Figtree", serif;
}

.our_promise_heading h4 strong {
  font-weight: 700;
}

.paragraph_text {
  padding: 40px 183px 0 100px;

}

.paragraph_text p {
  color: #081a3180;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}

.paragraph_text h3 {
  font-size: 100px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2F5DB4;
}



@media (max-width: 768px) {

  .promise_tagline {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-left: 10px;
  }

  section.our_promise {
    padding: 20px 10px;
  }

  .vertical_image {
    height: 50px !important;
  }

  .career_child {
    width: 380px !important;
    height: 300px !important;
  }

  .our_promise_text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .our_promise_heading {
    padding-left: 30px;
    padding: 0px;

  }

  .about_image_section {
    padding: 20px 10px;
  }

  .promise_tagline {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .promise_tagline p {
    font-size: 16px;
    color: #081A31;
    margin-left: 10px;
  }

  .our_promise_heading h4 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Figtree", serif;
    margin-left: 10px;
  }

  .our_promise_heading h4 strong {
    margin-right: 5px;
  }

  .paragraph_text {
    padding: 20px;

  }

  .paragraph_text p {
    color: #081a3180;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;


  }


}

/*-- promise end --*/




/*-- services start --*/
.services {
  padding: 0px 50px;
}

.container_fluid_services {
  position: relative;
  z-index: 2;
  padding: 10px 0px;
}

.wireline_overlay_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 20px;
  transition: 0.5s ease-in-out;
}

.career_overlay_text {
  padding: 15px 15px 0px 15px !important;
  height: auto !important;
}


.career_service_section:hover .career_overlay_text {
  height: 100% !important;
}

.wireline_service_section {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.career_service_section {
  height: 190px !important;
}

.career_service_section img {
  height: 190px !important;
}

.wireline_service_section img {
  width: 100%;
  object-fit: cover;
  height: 512px;
}

.wireline_service_section h3 {
  font-size: 32px;
  font-weight: 600;
  color: white;
  line-height: 32px;
  margin-bottom: 15px;
}

.wireline_service_section p {
  font-size: 18px;
  color: white;
  font-weight: 400;
  line-height: 24px;
  padding-right: 50px;
  display: none;
}

.wireline_service_section:hover p {
  display: block;
}

.hover_arrow {
  width: 55px;
  height: 55px;
  background: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;
  cursor: pointer;
}

.hover_arrow img {
  object-fit: none;
}

.wireline_service_section {
  transition: 0.5s ease-in-out;
}

.wireline_service_section:hover .wireline_overlay_text {
  height: auto;
  background-color: #0057b8e6;
  transition: 0.5s ease-in-out;
}


@media (max-width: 768px) {

  section.services {
    padding: 10px 0px;
  }
      .footer_links {
      width: 100% !important;
    }
}

/*-- services end --*/

/*-- Our Wireline infrastructure services start --*/


.wirelin_infrastructre h2 {
  font-size: 32px;
  color: #081A31;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  margin-top: 50px;
}

.wirelin_infrastructre p {
  font-size: 18px;
  color: #081A31cc;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.container_fluid_wireline {
  position: relative;
  z-index: 2;
  padding: 10px 30px;
}

.listing {
  text-align: left;
  margin-bottom: 50px;
}

.listing ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;

  margin-top: 10px;
}

.listing ul {
  list-style: none;
  padding-left: 0;
}


.listing ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;

  width: 14px;
  height: 14px;

  background-color: #0057B8;

  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z'/%3E%3C/svg%3E") no-repeat center;

  -webkit-mask-size: contain;
  mask-size: contain;
}


.listing ul li strong {
  color: #081A31;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #081A31CC;
  margin-bottom: 0px;
  display: block;
}

.listing ul li p {
  color: #081A31CC;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-bottom: 0px;
}

@media (max-width: 768px) {

  .wirelin_infrastructre {
    padding: 10px 10px;
  }

  .container_fluid_wireline {
    padding: 0px 30px;
  }

}

/*-- Our Wireline infrastructure services end --*/


/*-- EV Development & Support start --*/



section.ev_development {
  padding: 0px 30px;
}

.site_design {
  padding: 20px;
  text-align: center;
  border: 1px solid #D6D6D6;

}

.site_design img {
  margin-bottom: 20px;
}

.ev_development_site_design h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #081A31;
}

.ev_development_site_design p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #081A31cc;
}

.site_design h3 {
  color: #081A31;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.site_design p {
  color: #081A31CC;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}


@media (max-width: 768px) {

  section.ev_development {
    padding: 20px 0px !important;
  }


}

/*-- EV Development & Support end --*/


/*-- supplier & contractor diversity start --*/



section.ev_development {
  padding: 0px 30px;
}

section.ev_development h2 {
  text-align: center;
  font-size: 32px;
  line-height: 42px;
  color: #081A31;
  font-weight: 600;
}

.procurement {
  padding: 50px;
  text-align: center;
  border: 1px solid #D6D6D6;
  min-height: 545px;
}

.procurement img {
  margin-bottom: 20px;
}

.procurement h3 {
  color: #081A31;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.procurement p {
  color: #081A31;
  font-size: 16px;
  opacity: 0.8;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 20px;
}

.procurement ul li {
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  color: #081A31;
  opacity: 0.8;
  font-weight: 300;
  line-height: 160%;
}

.procurement ul li strong {
  font-weight: 600;
}


/*-- supplier & contractor diversity end --*/


/*-- let’s build together start --*/

section.lets_build_together {
  padding: 50px 30px;
}

.join_us {
  padding-right: 100px
}

.join_us_text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.join_us_text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26.4px;
  color: #081A31;
}

.join_us h3 {
  color: #081A31;
  font-size: 32px;
  line-height: 41.5px;
  font-weight: 400;
  margin-bottom: 20px;
}

.join_us h3 strong {
  font-size: 32px;
  font-weight: 700;
  line-height: 41.5px;
  color: #081A31;
}

.Partner_with_Us {
  background: #F3F4F7;
  padding: 20px 15px;
}

.Partner_with_Us h6 {
  font-size: 32px;
  color: #081A31;
  font-weight: 500;
  line-height: 42px;
}

.Partner_with_Us p {
  color: #081A31CC;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 24px;
}

.Partner_with_Us_paragraph {
  /* padding: 0 50px; */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 20px;
}

.Partner_with_Us_paragraph p {
  color: #081A31CC;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.Partner_with_Us_paragraph a {
  background-color: #0057B8;
  color: white;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

.career_right {
  align-content: center;
}

.career_btn {
  display: flex;
  gap: 20px;
}

.career_btn a {
  background-color: #0057B8;
  color: white;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

/*-- let’s build together end --*/

/*-- Our Culture start --*/

section.Our_Culture_start {
  padding: 10px 30px;
}

.culture_container_fluid {
  position: relative;
  z-index: 2;
  padding: 10px 30px;
}

.our_culture_heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.our_culture_heading p {
  margin-left: 10px;
  margin-bottom: 0px !important;
}

.our_culture_section h3 {
  color: #081A31;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.our_culture_section p {
  color: #081A31;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}

.safety_section {
  width: 100%;
  position: relative;
  transition: 0.5s ease-in-out;
  margin-bottom: 30px;
}

.safety_section img {
  width: 100%;
}

.safety_overlay {
  position: absolute;
  bottom: 0;
  padding: 20px;
  height: 65px;
  transition: 0.5s ease-in-out;
}

.safety_overlay h3 {
  color: white;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  transition: 0.5s ease-in-out;
}

.safety_overlay p {
  color: white;
  font-size: 16px;
  font-weight: 300;
  transition: 0.5s ease-in-out;
}

.safety_section:hover .safety_overlay {
  height: 100%;
  background-color: #0057b8cc;
}


@media (max-width:768px) {
  .culture_container_fluid {
    position: relative;
    z-index: 2;
    padding: 10px 10px;
  }

  section.Our_Culture_start {
    padding: 10px 10px;
  }

  


}


/*-- Our Culture end --*/


/* footer starts */

.footer {
  background-color: white;
}





.footer_logo {
  width: 276px;
  margin-bottom: 10px;
}


@media (max-width: 768px) {
 

 

  #io6p3n {
    display: flex !important;
  }

 
  /* .paragraph_text{
        padding: 20px;
    }
    .about_paragraph{
    padding: 20px;
  
} */


  .paragraph_text h3 {
    font-size: 50px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #2F5DB4;
  }

 
}



.footer_global_image {
  background-image: linear-gradient(#2757B2B2, #2757B2B2), url('/Images/_98_c23a331a-5858-4bf6-b5a0-1f283ccc3f82.png');
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer_global_image img {
  width: 100%;
  object-fit: cover;
}


@media (max-width: 768px) {
  .footer_global_image {
    height: 200px;
    background-position: 0% 16%;
  }
}


/* footer ends */

/* hero section starts */

.hero {
  background-image: url('/Images/_98_ad78d5e6-54d1-4167-b577-8bcf307b5356.png');
  background-size: cover;
  background-position: center;
  height: 370px;
  position: relative;
}

.hero-text {

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  text-align: left;
}

.hero-text h1 {
  font-size: 54px !important;
  line-height: 76px;
}

.hero-text span {
  font-weight: 300;


}


/* hero ends */



/* service starts */



section.our_services {
  padding: 0px 30px;
}


.our_services_text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.our_services_heading {
  padding: 10px;
}

.our_services_heading h4 {
  font-size: 32px;
  line-height: 46px;
  font-weight: 400;
  color: #081A31;
  font-family: "Figtree", serif;
}

.our_services_heading h4 strong {
  font-weight: 700;
}


.our_service_paragraph_text p {

  color: #081A31CC;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}

.our_service_paragraph_text h3 {
  font-size: 100px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2F5DB4;
}

.service_tagline {
  display: flex;
  align-items: center;
  margin-bottom: 10px;

}

.service_tagline p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26.4px;
  margin-left: 10px;
  color: #081A31;
}

@media (max-width: 768px) {


  .our_services_heading h4 {
    font-size: 25px;
  }

  section.our_services {
    padding: 10px 10px;
  }



  .our_services_heading {
    padding-left: 10px;
  }

  .about_image img {
    height: auto !important;
    object-fit: contain !important;
  }

  .about_image {
    height: auto !important;
  }

  .career_section_main {
    margin-bottom: 0 !important;
  }


}

@media (max-width: 980px) {
  .our_services_heading h4 {
    font-size: 26px;
  }

  section.our_services {
    padding: 10px 10px;
  }
}

/* service ends */

/* material section starts */

section.material_management {
  padding: 0px 30px;

}


.material_management_design {
  padding: 20px;
  text-align: center;
  border: 1px solid #D6D6D6;

}

.material_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.material_management img {
  margin-bottom: 20px;
}

.material_management h3 {
  color: #081A31;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.material_management p {
  color: #081A31;
  font-size: 16px;
  opacity: 0.8;
  font-weight: 300;
  line-height: 160%;
}





/* contact us section starts */


section.contact_us {
  padding: 50px 40px;
}

.contact_us_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0px !important;
  align-items: stretch;
}


.left_container {
  width: 60%;
  display: flex;
  position: relative;

}

.contact_us_image {
  background-image: url('/Images/_98_0da12513-9bf1-4edf-a3d8-b8290bf34b3f.png');
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact_us_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.overlay_image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  opacity: 0.8;
  pointer-events: none;
}

.right_container {
  width: 40%;
  display: flex;

}








.contact_us_section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 30px;

}


.contact_us_heading {
  display: flex;

}


.contact_us_para {
  margin-left: 10px;
  font-weight: 400 !important;
  font-size: 16px !important;
}



.contact_us_section span {
  color: white;
  font-weight: 300;
  margin-bottom: 10px;
}

.contact_us_image img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}




select,
input[type="text"],
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: none;
  background-color: #0057B8;
  color: #fff;
  border: 1px solid #fff;
}

textarea {
  resize: none;

  color: white !important;
  border-radius: 0px !important;
}

.contact_us_form label {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 400 !important;


}

input[type="submit"] {
  background: #0057B8F2;
  color: white;
  border: none;
  padding: 10px;

  cursor: pointer;
  transition: background 0.3s;
}

input[type="submit"]:hover {
  background: #0057B8F2;
}

.contact_us_btn {
  color: #0057B8F2;
  border-radius: 0px;
}



.contact_us_section {
  background-image: url('/Images/_98_5c86a774-9dd1-47ca-b26f-775637fc0b26.jpeg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.content-container {

  display: flex;
  width: 100%;
  height: auto;
}


.image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.form-container {

  background: #0057B8F2;
  color: white;
  padding: 40px;
  height: 100%;
  width: 100%;


}


@media (max-width: 768px) {
  section.contact_us {
    padding: 20px 10px;
  }

  .content-container {
    flex-direction: column;
  }

  .image-container,
  .form-container {
    flex: none;
    width: 100%;
  }

  .contact_us_flex {
    flex-direction: column;
  }

  .left_container,
  .right_container {
    width: 100%;
    display: block;
  }

  .contact_us_image img {
    height: auto;
  }
}

/* contact us section ends */


/* wireline contact us form image */

.wireline_section {
  background-image: url('/Images/_98_66be24f5-e70b-4444-a824-923f078d44ed.png');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.wireline_image {
  width: 100%;

  object-fit: cover;

}

.wireline_image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  margin-bottom: 20px;
}


.wirline_text p {

  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #081A31CC;
  margin-bottom: 20px;
  max-width: 700px;
}



.hero_wireline {
  background-image: url('/Images/_98_935c7120-0f30-4f1a-83b4-0822016f8b26.png');
  background-size: cover;
  background-position: bottom center !important;
  height: 370px;
  position: relative;
}


.hero_wireless {
  background-image: url('/Images/_98_a8ee8df6-c4df-4a53-8341-736834aac23d.png');
  background-size: cover;
  background-position: bottom center !important;
  height: 370px;
  position: relative;
}

.hero_ev {
  background-image: url('/Images/_98_990a0b4e-b80b-4287-a84c-caf199e01117.png');
  background-size: cover;
  background-position: center center !important;
  height: 370px;
  position: relative;
}

.ev_development_list_styles li {
  list-style-type: disc;
  text-align: left;
  line-height: 30px;
  margin-top: 10px;
}

.ev_development_site_design {
  padding: 20px;
  min-height: 320px;
  text-align: center;
  border: 1px solid #D6D6D6;

}

.margin_bottom {
  margin-bottom: 20px;
}

.hero_professionals {
  background-image: url('/Images/_98_103a493e-e61a-4da1-b2a4-f4d41bdd2456.png');
  background-size: cover;
  background-position: center;
  height: 370px;
  position: relative;
}





/* career section starts */


.career_section {
  position: relative;
  background-image: url('/Images/_98_c189d8b6-24ca-45ee-b455-9e7d647fb27d.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;

  width: 100%;
}



.container-fluid {
  position: relative;
  z-index: 2;
}


.container-fluid-nav {
  position: relative;
  z-index: 2;
}


.join_us_text_carrer {
  display: flex;
  justify-content: center;
  align-items: center;

}

.join_us_text_carrer p {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

.text-capitalize {
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.text-center p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.career_section_flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: #fff;
}


.career_section_flex2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 1220px;


}

.career_child {
  background-color: #fff;
  padding: 30px 15px;
  width: 224px;
  height: 330px;
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.career_child h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #081A31;
}

.career_child p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #081A31CC;
  text-align: center;
  margin-top: -10px;
}

/* career section ends */


/* testimonial section starts */

.testimonial_section {
  padding: 50px 30px;
}

.testmonial_text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}

.testmonial_text p {
  text-transform: uppercase;

}


.testimonial_flex {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;

}

.testimonial_child {
  width: 420px;
  height: 280px;
  padding: 24px;
  background-color: #F3F4F7;
  position: relative;
}

.testimonial_child_para {
  color: #081A31;
  font-size: 16px;
  font-weight: 300;
}

.testimonial_child #img_bg {
  position: absolute;
  bottom: 20px;
  right: 20px;

}

.user_info {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.user_info h3 {
  font-size: 16px;
  font-weight: 600;
  color: #0057B8;
}

.user_info p {
  color: #081A31CC;
  font-weight: 300;
  font-size: 13px;
}


/* testimonial sectsion ends */




/*  navbar styles starts */





.navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}



#nav_btn {
  background-color: #0057b8;
  border-radius: 0px;
  font-size: 20px;
  line-height: normal;
  padding: 6px 20px 7px 13px;
  margin-left: 17px;
}

#nav_btn img {
  width: 18px;
  margin-bottom: 3px;
  margin-right: 2px;

}


/*  navbar styles ends*/




/* constructions section styels starts*/



.construction_section {
  padding: 50px 60px;
}

.hero_construction {
  background-image: url('/Images/_98_6b65b8d0-ee32-4617-b2be-a4af046c42cc.png');
  background-size: cover;
  background-position: center;
  height: 396px;
  position: relative;
}

.horizontal_line {
  margin-top: 100px;

}

.construction_box {
  text-align: center;
  border: 1px solid #D6D6D6;
  min-height: 650.5px;
}

.construction_box ul {
  padding-left: 35px;
}

.construction_box img {
  margin-bottom: 20px;
}

.construction_box h3 {
  color: #39485A;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.construction_box p {
  color: #081A31CC;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}

.construction_box ul li {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  color: #081A31CC;
  font-weight: 400;
  line-height: 24px;
  list-style-type: disc;
}


.construction_image {
  background-image: url('/Images/_98_8e928b07-ccac-4ba3-9cbd-6aece84c3147.png');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}





@media (max-width: 575.98px) {
  .Partner_with_Us {
    margin-right: 0px;
    margin-bottom: 20px;

  }

  .Partner_with_Us_paragraph {
    padding: 10px 0px;
    margin-bottom: 20px;
    margin-top: 0 !important;
  }

  .Partner_with_Us_paragraph a {
    font-weight: 400;
    font-size: 12px;
    border-radius: 0;
    /* padding: 20px 10px; */
  }

  .construction_box h3 {
    line-height: normal !important;
    margin-top: 10px !important;
  }

  .Partner_with_Us h6 {
    font-size: 25px !important;
  }

  .container-fluid_leadership {
    padding: 0 5px !important;
  }

  .horizontal_line {
    margin-top: 50px;

  }

  .join_us {
    padding-right: 0 !important;
  }

  .join_us h3 {
    font-size: 25px !important;
    margin-bottom: 0 !important;
  }

  .join_us h3 strong {
    font-size: 25px !important;
  }

  .wireline_service_section h3 {
    font-size: 25px !important;
    line-height: 1 !important;
    margin-bottom: 10px !important;
  }

  .career_child h3 {
    font-size: 25px;
  }

  .construction_section {
    padding: 20px 10px;
  }

  .mastec-communication-contact-section .form-header .light-bold {
    font-size: 25px !important;
  }

  .mastec-communication-contact-section .form-header h2 span {
    font-size: 25px !important;
  }
}


@media (min-width: 576px) and (max-width: 767.98px) {}

/* constructions section styels ends*/





/* career section styels starts*/


.career_section_main {

  padding-top: 50px;
}

.hero_career {
  background-image: url('/Images/_98_ef86bf2f-4b40-42c7-a979-ba5818c29b74.png');
  background-size: cover;
  background-position: center;
  height: 50vh;
  position: relative;
}

.career_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

}

.career_container_fluid {
  position: relative;
  z-index: 2;
  padding: 10px 60px;
}



#btn_career {
  width: 600px !important;
}

.career_paragraph a {
  background-color: #0057B8;
  color: white;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  width: 100%;
  padding: 16px;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {

  #btn_career {
    width: 300px !important;
  }

  .career_container_fluid {
    position: relative;
    z-index: 2;
    padding: 0px 20px;
  }

  .hero_construction {
    background-position: 81%;
  }

  .career_paragraph a {
    background-color: #0057B8;
    color: white;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    width: 100%;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 20px;
  }

  @media (max-width: 768px) {
    .container-fluid {
      padding: 0px 15px;
    }

    #btn_career {
      width: 300px !important;
    }

    .listing {
      margin-bottom: 0 !important;
    }

    .career_container_fluid {
      position: relative;
      z-index: 2;
      padding: 0px 20px;
    }

    .career_paragraph a {
      background-color: #0057B8;
      color: white;
      font-weight: 400;
      font-size: 16px;
      text-align: center;
      width: 100%;
      padding: 10px;
      text-transform: uppercase;
      margin-top: 20px;
    }
  }
}

/* career section styels ends*/



/*-- about start --*/


section.about {
  padding: 50px 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

.about_image_section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.about_tagline {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.about_tagline p {
  font-size: 16px;
  color: #081A31;
  margin-left: 10px;
}

.about_paragraph {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.about_paragraph_text p {
  color: #081A31;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 40px;
}

.about_paragraph_text h3 {
  font-size: 48px;
  color: #082340;
  line-height: 50px;
  margin-bottom: 40px;
}

.about_paragraph_text a {
  color: #081A31;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.5s ease-in-out;
}

.about_paragraph_text a img {
  margin-left: 10px;
  transition: 0.5s ease-in-out;
}

.about_paragraph_text a:hover img {
  margin-left: 20px;
  transition: 0.5s ease-in-out;
}

.about_image {
  padding: 0 !important;
}

@media (max-width: 768px) {

  section.about {
    padding: 20px 10px;
  }

  .about_paragraph {



    padding-right: 0px;
    padding: 0px 10px !important;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .about_paragraph_text p {
    color: #081A31;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .about_paragraph_text h3 {
    font-size: 26px;
    color: #082340;
    line-height: 30px;
    margin-left: 10px;
    margin-bottom: 20px;
  }

  .about_paragraph_text a {
    color: #081A31;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    margin-left: 10px;
  }

  .about_paragraph_text a img {
    transition: 0.5s ease-in-out;
  }

  .about_paragraph_text a:hover img {
    transition: 0.5s ease-in-out;
  }

  .about_tagline {
    display: flex;
    align-items: center;
    margin-bottom: 10px;

    margin-left: 10px;
  }

  .about_tagline p {
    font-size: 16px;
    color: #081A31;
    margin-left: 10px;
  }

  .vertical_image_about {
    display: none;
  }

  .about_image {
    padding: 10px 0;
  }

}


/*-- about end --*/



/* contact us page starts */


.hero_about {
  background-image: url('/Images/_98_586dc064-edfc-4f3d-abcf-fc0db32b98f0.png');
  background-size: cover;
  background-position: center;
  height: 370px;
  position: relative;
}

.hero_contact_us {
  background-image: url('/Images/_98_0c855803-f46a-4afd-a452-28e5a25c66ff.png');
  background-size: cover;
  background-position: center;
  height: 370px;
  position: relative;
}

.hero_career {
  background-image: url('/Images/_98_c11f4587-aa90-43d2-9b76-aca3962163f9.png');
  background-size: cover;
  background-position: center;
  height: 370px;
  position: relative;
}

.contact_us_text {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #081A31CC;
}

.container_fluid_contact {
  position: relative;
  z-index: 2;
  padding: 0px 60px;
}

.form-group .contact_us_page_input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid rgb(159, 159, 159) !important;
  background-color: #fff;
  color: #000;
  border-radius: 0px !important;
}






.form-group #inquiryType {
  resize: none;
  background: #fff !important;
  color: #000 !important;
  border-radius: 0px !important;
}

.form-group #white_text_area {
  background-color: #fff !important;
  color: #000 !important;
}

.contact_us_form label {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 400 !important;


}

.btn-custom2 {
  background-color: #0057B8;
  color: white;
  border: none;
  padding: 10px;
  width: 100%;
  cursor: pointer;
  transition: background 0.3s;
  border-radius: 0px !important;
}


.our_promise_heading2 {
  padding-left: 0px;
}

.form-group label {

  padding: 5px 0px;
}

.btn-custom2:hover {
  background: white;
  color: #0057B8;
  border: 2px solid #0057B8;
}


@media (max-width: 768px) {

  .career_section_main {
    padding: 10px 0;
  }

  .container_fluid_contact {
    padding: 10px 0px;
  }

  .contact_us_text {
    margin-top: 20px;
  }


  .form-group {
    /* border: 1px solid red; */
    padding: 0px !important;
  }

  .form-group label {
    /* border:1px solid red; */
    padding: 0px !important;
  }


}

/* contact us page ends */



/*  about page starts */


.about_image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  margin-top: 50px;
}

.about_image img {
  width: 100% !important;
  height: 100%;
  object-fit: inherit;
}

.careers_image {
  padding: 10px 0 10px 30px;
}

.careers_image img {
  width: 100%;
}



/* leadership section starts */


.leadership {
  padding: 100px 50px;
}

.leadership_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.leadership_image {
  width: 380px;
  position: relative;
}

.leadership_image img {
  width: 100%;
  
  object-fit: cover;
}

.leadership_smbox {
  padding: 10px;
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  right: 0px;

  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: end;

}

.container-fluid_leadership {
  position: relative;
  z-index: 2;
  padding: 0px 30px;
}

.leadership_image:hover .leadership_smbox {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}

.leadership_image:hover .linkedin-icon {
  display: block;
}

.linkedin-icon {
  display: none;
  width: 24px;
  height: 24px;
}

.share-icon {
  width: 24px;
  height: 24px;
}

.overlay-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 50px;
  background-color: #0057B8E5;
  padding: 15px;
  height: auto;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  opacity: 0;

}

.leadership_image:hover .overlay-text {
  opacity: 1;
}




@media (max-width: 768px) {
  .leadership {
    padding: 10px 10px;
  }

  .leadership_image {
    width: 350px;
    position: relative;
  }
}

.aboutimage {
  background: url('/Images/_98_c98a70da-1d7a-4fc0-89d6-4a251f704861.png')
}

/* leadership section ends */

/* about page ends */

* {
  box-sizing: border-box;
}

.graph-outer-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  padding: 10px;
}

.graph-outer-container .flex-thirty {
  flex-basis: 30%;
}

.graph-outer-container .flex-seventy {
  flex-basis: 70%;
}

.graph-cell {
  min-height: 75px;
  flex-grow: 1;
  flex-basis: 100%;
}

.fixed-3-7 .col-sm-3 {
  width: 25%;
}

.fixed-3-7 .col-sm-9 {
  width: 75%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .graph-cell {
    min-height: 100px;
  }

  .graph-outer-container {
    flex-wrap: wrap;
  }
}



.custom_slider_classes .text-justify {
  text-align: justify;
}

.custom_slider_classes .carousel-control-prev,
.custom_slider_classes .carousel-control-next {
  width: 10rem !important;
}



.custom_slider_classes h3 {
  color: #000000;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  padding-top: 100px;
}

.custom_slider_classes p_arrow_slide_icon svg {
  fill: #000000;
}

.custom_slider_classes .slider-preview {
  background: #f4f4f4;
  border: 1px solid #bdbdbd;
  border-radius: 7px;
  height: 550px;
  width: 100%;
}

.project-list-view-section .project-item {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.project-list-view-section .project-section-flex-container {
  height: 100%;
}

.project-list-view-section .col-lg-6 {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.project-list-view-section .col-lg-6 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.project-list-view-section .project-section-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .5rem;
  padding: 2rem;

}


.project-list-view-section .project-section-learn-more {
  color: #000;
  background-color: rgba(255, 223, 73, 1);
  text-decoration: none;
  padding: 0.625rem 1.25rem;
  display: inline-block;
  font-weight: 600;
  transition: all 0.3s ease;
  width: 150px;

}

.project-list-view-section .project-section-learn-more:hover {
  background-color: rgb(247, 209, 42);

  color: #000;

  text-decoration: none;

}

.project-list-view-section .project-main-heading {
  text-transform: uppercase;
}


/* On small screens, allow items to stack naturally */
@media (max-width: 767.98px) {
  .project-list-view-section .project-item {
    height: auto;
  }

  .project-list-view-section .col-lg-6 {
    height: auto;
  }

  .project-list-view-section .col-lg-6 img {
    height: auto;
    max-height: 300px;
    object-fit: cover;
  }

  .project-list-view-section .project-section-card {
    padding: 1.5rem;
  }
}


/* hero section ends */


.news-list-section .news-card {
  background-color: rgba(0, 132, 83, 0.08);
  border-radius: 0;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.news-list-section .news-title {
  font-weight: 700;
  text-transform: uppercase;
}

.news-list-section .news-date {
  font-size: 0.875rem;
  color: #6c757d;
}

.news-list-section .news-body {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.news-list-section .read-more-btn {
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 0;
  background-color: #fff !important;
}

.news-list-section .read-more-btn:hover {
  color: #272525;
}

.news-list-section .pagination-container {
  margin-top: 2rem;
  text-align: left;
}

.news-list-section .page-item #page-link {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid #000000;
  color: #000000;
  transition: 0.2s ease;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
}

.news-list-section .page-item #page-link:hover {
  background-color: #e2e6ea;
  border-radius: 5px;
}

.news-list-section .page-item.active #page-link {
  background-color: rgba(0, 132, 83, 1);
  color: white;
  border-radius: 5px;
  border: none;
}

section.contact_section_form {
  display: flex;
  justify-content: center;
  align-items: stretch;
  background-color: #ebf5f1;
  flex-wrap: wrap;
  min-height: 50vh;
}

.contact_section_form .contact_img {
  width: 50%;
}

.contact_section_form .contact_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  display: block;
}

.contact_section_form .contact_field {
  width: 50%;
  padding: 0 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact_section_form .contact_field button {
  background-color: #028554;
  width: 100%;
  padding: 15px;
  color: white;
  font-size: 16px;
  border: none;
}

.contact_section_form .contact_field label {
  width: 100%;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.contact_field input,
.contact_field select,
.contact_field textarea {
  width: 100%;
  display: block;
  outline: none;
  border: none;
  padding: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500 !important;
  box-sizing: border-box;
}

.contact_section_form .contact_field textarea {
  height: 150px;
  color: grey;
  font-family: "Inter", sans-serif;
}

.contact_section_form .input_radio,
.contact_section_form .input_checkbox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 10px;
}

.contact_section_form .input_radio input,
.contact_section_form .input_checkbox input {
  width: auto;
  margin: 0;
}

.contact_section_form .input_radio label,
.contact_section_form .input_checkbox label {
  width: auto;
  margin-left: 5px;
}

@media (max-width: 991px) {
  section.contact_section_form {
    min-height: auto;
  }

  .contact_section_form .contact_img,
  .contact_section_form .contact_field {
    width: 100%;

  }

  .contact_section_form .contact_img {
    height: 400px;
    object-fit: cover;
  }

  .contact_section_form .contact_img img {
    height: 100%;
  }

  .contact_section_form .contact_field {
    padding: 30px;
  }
}

@media (max-width: 576px) {
  .contact_section_form .contact_field {
    padding: 20px;
  }


  .contact_section_form .contact_field button {
    padding: 12px;
    font-size: 14px;
  }

  .contact_field input,
  .contact_field select,
  .contact_field textarea {
    padding: 12px;
    font-size: 13px;
  }

  .contact_section_form .contact_img {
    height: 250px;
  }
}

.table_section {
  padding: 20px;
  line-height: 1.6;
}

.table_section .search_section label {
  display: block;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}

.table_section .search_section input[type="search"] {
  width: 100%;
  min-width: 250px;
  height: 52px;
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius: 7px;
  padding: 0 15px;
  font-size: 16px;
}

/* Table styles */
.table_section .table-container {
  overflow-x: auto;
  margin: 25px 0;

  border-radius: 5px;
  background: rgba(235, 245, 241, 1);
}

.table_section .styled-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  min-width: 600px;
}

.table_section .styled-table caption {
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
}

.table_section .styled-table thead tr {
  background-color: #ebf5f1;
  color: #000;
  text-align: left;
  font-weight: bold;
}

.table_section .styled-table th,
.styled-table td {
  padding: 16px 20px;
  text-align: left;
}

.table_section .styled-table tbody tr:nth-of-type(odd) {
  background-color: #fafdfc;
}

.table_section .styled-table tbody tr:nth-of-type(even) {
  background-color: #f5faf8;
}

.table_section .styled-table tbody tr:hover {
  background-color: #d8efe5;
}

/* Mobile card view */
.mobile-cards {
  display: none;
}

.mobile-card {
  background: white;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.mobile-card-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.mobile-card-row:last-child {
  border-bottom: none;
}

.mobile-card-label {
  font-weight: bold;
  color: #555;
  min-width: 120px;
}

/* Pagination styles */
.table_section .button_pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.table_section .button_secion button {
  padding: 8px 15px;
  border: none;
  color: white;
  font-weight: 400;
  background-color: rgba(0, 132, 83, 1);
  border-radius: 0px;
}

.table_section select.rows-per-page {
  border: none;
  background: transparent;
  margin-right: 20px;
  font-size: 18px;
}

.table_section span.page-info {
  font-size: 18px;
  margin-right: 20px;
  font-weight: 500;
}

.table_section button.nav-btn {
  border: 1.5px solid black;
  padding: 10px;
  border-radius: 5px;
  background: transparent;
}

.table_section button.nav-btn.active {
  background: black;
}

.table_section button.nav-btn.active svg path {
  stroke: white;
}

.table_section .top-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3;
}

@media (max-width: 767px) {
  .d-flex.justify-content-between {
    flex-direction: column;
    gap: 15px;
  }

  .table_section .top-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 3;
  }

  .table_section .search_section {

    width: 100%;
  }

  .table_section .search_section input[type="search"] {
    max-width: 100%;
  }

  .table_section .styled-table {
    display: none;
  }

  .mobile-cards {
    display: block;
  }

  .table_section .button_pagination {
    justify-content: space-between;
  }
}

.table_section button.nav-btn {

  cursor: pointer;
  /* Added this line */
}

.table_section button.nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  border-color: #ccc;
}

.table_section button.nav-btn:disabled svg path {
  stroke: #ccc;
}

/* Add these styles to your existing CSS */
.table_section button.nav-btn.active {
  background: black;
}

.table_section button.nav-btn.active svg path {
  fill: white;
  /* Changed from stroke to fill */
}



.custom-swipper-slider {
  width: 100%;
  position: relative;
}

.custom-swipper-slider .swiper {
  width: 100%;
  height: 100%;
  padding: 20px 0;
}

.custom-swipper-slider .swiper-slide {

  color: #000;
  text-align: center;
  font-size: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}



.custom-swipper-slider .swiper-button-prev,
.custom-swipper-slider .swiper-button-next {
  width: 50px;
  height: 50px;
  background: #333;
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.custom-swipper-slider .swiper-button-prev:hover,
.custom-swipper-slider .swiper-button-next:hover {
  background: #4a90e2;
  transform: scale(1.1);
}

.custom-swipper-slider .swiper-button-prev::after,
.custom-swipper-slider .swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 768px) {


  .custom-swipper-slider .swiper-button-prev,
  .custom-swipper-slider .swiper-button-next {
    width: 40px;
    height: 40px;
  }

  .custom-swipper-slider .swiper-button-prev::after,
  .custom-swipper-slider .swiper-button-next::after {
    font-size: 16px;
  }

  .custom-swipper-slider .swiper-slide {
    height: 150px;
    font-size: 20px;
  }
}

@media (max-width: 480px) {

  .custom-swipper-slider .swiper-button-prev,
  .custom-swipper-slider .swiper-button-next {
    width: 35px;
    height: 35px;
  }

  .custom-swipper-slider .swiper-slide {
    height: 120px;
    font-size: 18px;
  }
}

.accordian_section {
  overflow-x: hidden;
}

img.linkedin-icon {
  display: none !important;
}

.leadership_image:hover img.linkedin-icon {
  display: block !important;
}

.multiple-items {
  margin-bottom: 20px;
}

/* Custom buttons */
.custom-buttons {
  text-align: center;
  margin-top: 10px;
  display: flex;
  justify-content: right;
  gap: 8px;
  padding-right: 25p;
}

.custom-buttons button {
  width: 56px;
  height: 56px;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

.custom-buttons {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}

#prevBtn {
  background-color: #0066cc;
}

#nextBtn {
  background-color: #0066cc;
}

.custom-buttons button,
.custom-buttons button:focus,
.custom-buttons button:focus-visible,
.custom-buttons button:active {
  outline: none !important;
  box-shadow: none !important;
}

#prevBtn,
#nextBtn {
  transition: opacity 0.3s ease, filter 0.3s ease;
}

#prevBtn.is-disabled,
#nextBtn.is-disabled {
  opacity: 0.35;

  cursor: default;
}

.wireline-prev,
.wireline-next {
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.wireline-prev.is-disabled,
.wireline-next.is-disabled {
  opacity: 0.35;
  
  cursor: default;
}




.wireline_slider_wrapper {
  position: relative;
}

/* Make slider images fill container */
.wireline_slider img {
  width: 100%;
  display: block;
}

/* Arrow buttons */
.wireline-prev,
.wireline-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;

  background: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
}

/* Left & Right positioning */
.wireline-prev {
  left: 15px;
}

.wireline-next {
  right: 15px;
}


.wireline-prev:hover,
.wireline-next:hover {
  background: #fff;
}

.wireline-prev,
.wireline-next {
  outline: none;
}

.wireline-prev:focus,
.wireline-next:focus,
.wireline-prev:focus-visible,
.wireline-next:focus-visible {
  outline: none;
  box-shadow: none;
}


.section-wrapper {
  display: flex;
  margin: 60px auto;
  background: #fff;
}

.sp-bottom-thumbnails,
.sp-top-thumbnails {
  margin-top: -60px;
  margin-left: 0px;
}

/* LEFT CONTENT */
.section-wrapper .left-content {
  width: 40%;
  padding: 50px;
  background: #0f2a44;
  color: #fff;
}

.section-wrapper .left-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.section-wrapper .left-content p {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.9;
}




@media (max-width: 992px) {
  #HeaderSection #logo{
    padding: 0px !important;
  }
  .section-wrapper {
    flex-direction: column;
  }

  .section-wrapper .left-content,
  .section-wrapper .right-slider {
    width: 100%;
  }

  #navbarList a.nav-current::before {
    display: none;
  }

  .nav-link.nav-current {
    background-color: #0057b8;
    color: #fff;
  }
}

.accordion {
  margin-top: 50px;
  padding-bottom: 15px;
}

.accordion-2 {
  background: #fff;
}

.accordion-2-header {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: #1e293b;
  border: none;
  background: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  max-width: 650px;
  width: 100%;
  outline: none;
  margin-top: 20px;
  padding-bottom: 10px;
}

.accordion-2-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgb(214, 214, 214);
}

.accordion-2.open .accordion-2-header::after {
  display: none;
}

.accordion-2-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  margin-top: 10px;
}

.accordion-2-content p {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #081A31CC;
  margin: 0 0 14px;
  max-width: 650px;
  width: 100%;
}

.accordion-2-content p:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background: rgb(214, 214, 214);
}

.accordion-2:not(.open) .accordion-2-content p:last-child::after {
  display: none;
}

.accordion-2-header:focus,
.accordion-2-header:focus-visible {
  outline: none;
  box-shadow: none;
}

.arrow-2 {
  display: flex;
  transition: transform 0.3s ease;
}

.arrow-2 svg {
  width: 70px;
  height: 15px;
  stroke: rgb(101, 101, 101);
}

.accordion-2.open .arrow-2 {
  transform: rotate(180deg);
}

.accordion-2-content ul {
  list-style: disc;
  padding-left: 50px;
  margin: 10px 0;
}

.accordion-2-content li {
  list-style-position: outside;
  color: #081A31CC;
}


.testimonial-card {
  position: relative;
  background: #f1f5f9;
  padding:15px;
  font-family: Figtree , sans-serif;
  margin-right: 10px;
  height: 300px;
  background-color: #f3f4f7;
}

.testimonial-card::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 390px;
  height: 290px;
  background-image: url('/Images/_98_630112c1-bd95-462c-b4f8-48ae64c5d389.png');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 85% 85%;
}

.testimonial-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #939393;
  font-style: italic;
  margin: 0;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
}

.testimonial-author h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #2563eb;
}

.testimonial-author span {
  font-size: 14px;
  color: #475569;
}

#HeaderSection #logo {
  display: inline-block;
}

#HeaderSection {
  font-family: "Figtree", Sans-serif;
}

.navbar {
  padding: 0px !important;
  height: 100%;
}


.navbar-brand img {
  width: 210px !important;
  height: 61px !important;
  margin: 15px 15px 15px 0;
}

.navbar-brand {
  padding: 0px !important;
  margin: 0px !important;
}

#HeaderSection .navigation li {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

#HeaderSection .navigation li a {
  color: #0057b8;
  margin-right: 35px;
  text-decoration: none;
  position: relative;
  font-size: 20px;
  font-weight: 600 !important;
  text-transform: capitalize;
  transition: 0.4s cubic-bezier(0.07, 0.99, 0.49, 0.99);
  box-sizing: border-box;
}


#HeaderSection .navigation .dropdown-menu li a {
  font-size: 14px !important;
  font-weight: 500 !important;
  width: 100%;
  text-transform: capitalize;
  text-wrap: auto;
  color: #081A31 !important;
}

#HeaderSection .navigation .dropdown-menu li a:hover {
  background-color: #dce8f5 !important;
  color: #0057b8 !important;
}

.search-icon-container .search-icon:hover {
  color: rgb(60, 138, 227) !important;
}

.nav-link {
  padding: 0px !important;
  font-weight: 600 !important;
}

.dropdown-menu {
  background-color: var(--dropdown-bg);
  border: none;
  border-radius: 0;
  padding: 5px 0px 0px;
  transition: max-height 0.3s ease;
  overflow: hidden;
}

.dropdown-menu li:first-of-type .dropdown-item {
  padding-top: 27px;
}

.dropdown-menu .dropdown-item {
  margin: 16px 10px !important;
}

.dropdown-item {
  font-size: 14px;
  padding: 15px 0px !important;
  color: var(--text-light);
}

.dropdown-item:hover {
  background-color: var(--secondary-hover);
}

.dropdown-toggle::after {
  display: none;
}

.chevron-icon {
  transition: transform 0.3s ease;
  margin-left: 5px;
}

.dropdown.show .chevron-icon {
  transform: rotate(180deg);
}

.custom-toggler {
  border: none;
  background: none;
  padding: 0.25rem 0.75rem;
  color: #0057b8;
  z-index: 2;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  width: 1.5em;
  height: 1.5em;
}

#navbarNav .search-icon-container i {
  font-size: 14px;
  color: #ffffff;
  padding-left: 5px;
}

#navbarNav .search-icon-container {
  margin: 16px 20px;
}

.dropdown-menu {
  background-color: #3c8ae3;
  border: none;
  border-radius: 0;
  padding: 0;
  min-width: 160px;
  width: auto;
  position: relative;
  overflow: visible !important;
}

/* Dropdown items */
.dropdown-menu>li>.dropdown-item {
  background-color: #fff !important;
  padding: 8px 22px 6px !important;
  border-top: 5px solid #fff !important;
  border-bottom: 3px solid #fff !important;
  transition: all 0.15s !important;
  margin: 0 !important;
}

/* Hover styles for items */
.dropdown-menu>li>.dropdown-item:hover,
.dropdown-menu>li>.dropdown-item:focus {
  background-color: #ffffff !important;
  color: #0055b8 !important;
  opacity: 1 !important;
  border-top: 5px solid #fff !important;
  border-bottom: 3px solid #fff !important;
}

/* Remove arrow from .dropdown-menu */
.dropdown-menu::before {
  content: none;
}

/* Add arrow to the first <li> only */

.dropdown-menu>li:first-child>.dropdown-item {
  padding-top: 6px !important;
}

.dropdown-menu>li:last-child>.dropdown-item {
  padding-bottom: 6px !important;
}

/* Change arrow color ONLY when first item is hovered */
.dropdown-menu>li:first-child:hover::before {
  border-bottom-color: #0056b8;
}

/* Desktop styles */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .navbar-collapse {
    top: 125px !important;
  }

  .navbar-nav {
    display: flex;
    align-items: center;
  }

  .dropdown-menu {
    position: absolute;
    width: auto;
    min-width: 200px;
  }

  .custom-dropdown .chevron-icon {
    font-size: 12px;
    margin-bottom: 3px;
    margin-bottom: 8px;
    margin-left: 10.5px;
  }
}

@media (max-width: 1350px) {
  #HeaderSection .navigation li a {
    color: #0057b8;
    padding: 10px 10px;
    /* Changed from margin to padding for better control */
    margin: 0 8px;
    /* Reduced margin */
    font-size: 20px;
    font-weight: 600 !important;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600 !important;
    text-transform: capitalize;
  }

  .nav-link {
    font-weight: 500 !important;
  }

  #navbarNav {
    padding-right: 15px;
  }

  #HeaderSection #logo {
    padding: 40px 0px;
    display: inline-block;
  }
}

/* Mobile styles */
@media (max-width: 991.98px) {
  .navbar {
    padding: 10px 0;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
  }

  #HeaderSection .navigation {
    padding: 0px 0px;
    margin-top: 20px;
  }

 

  .search-icon-container .search-icon:hover {
    color: rgb(255, 255, 255) !important;
  }

  .nav-link {
    padding: 20px 20px !important;
    font-weight: 600 !important;
    margin: 0px !important;
  }

  #HeaderSection .navigation .dropdown-menu li a {
    color: #fff !important;
    font-size: 14px !important;
  }

  #HeaderSection .navigation .dropdown-menu li a:hover {
    background-color: #0057b8 !important;
    color: #fff !important;
  }

  #HeaderSection .navigation li a {
    color: #ffffff;
    padding: 20px 20px;
    /* Changed from margin to padding for better control */
    margin: 0 8px;
    /* Reduced margin */
    text-decoration: none;
    letter-spacing: 1px;
  }

  #navbarNav {
    padding-right: 0px;
  }

  .dropdown-menu {
    max-height: 0;
    width: 100% !important;
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  }

  .dropdown.show .dropdown-menu {
    max-height: 1500px;
    visibility: visible;
    min-width: 160px;
    opacity: 1;
  }

  .dropdown.show .dropdown-toggle {
    background-color: var(--secondary-hover);
  }

  .nav-item {
    padding: 0px 0px;
  }

  .navbar-nav {
    margin-bottom: 20px;
  }

  .custom-dropdown .dropdown-toggle-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
  }

  #HeaderSection ul li {
    border: 1px solid #000;
  }

  .custom-dropdown .expertise-link {
    flex: 1;
    color: #fff;
    text-decoration: none;
    padding: 17px 15px;
    margin: 0px !important;
    font-weight: 600;
  }

  .custom-dropdown .expertise-link:hover {
    background-color: #0055b8;
    transition: all;
  }

  .custom-dropdown .dropdown-toggle-btn {
    padding: 27px 25px;
    background-color: #222;
    border: 0px;
    outline: none;
    flex-shrink: 0;
    width: 80px;
    text-align: center;
    border-left: 1px solid #000;
  }

  .custom-dropdown .dropdown-toggle-btn:focus {
    background-color: rgba(255, 255, 255, 0.04);
  }

  .custom-dropdown .dropdown-toggle-btn:hover {
    background-color: #0055b8;
    transition: all;
  }

  .custom-dropdown .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.04);
  }

  .custom-dropdown .dropdown-menu li {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }

  .dropdown-menu>li>.dropdown-item {
    background-color: rgba(255, 255, 255, 0.04) !important;
    padding: 8px 30px 6px !important;
    border-top: none !important;
    border-bottom: none !important;
    transition: all 0.15s !important;
    margin: 0 !important;
  }

  /* Search field styles */
  #HeaderSection .search-field-container {
    display: flex;
    align-items: center;
    padding: 20px 20px;
    background-color: #333;
  }

  #HeaderSection .search-field-container input {
    flex: 1;
    background: transparent;
    border: none;
    color: white;

    outline: none;
  }

  #HeaderSection .search-field-container i {
    color: white;
    padding: 0 10px;
  }

  .navbar-toggler:focus,
  .navbar-toggler:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
  }
}

/* Hide arrow on small screens */
@media (max-width: 991.98px) {
  #HeaderSection .dropdown-menu>li:first-child::before {
    display: none;
  }

  #HeaderSection .navigation .ul-sublink-hover:hover {
    background-color: #0056b8;
  }

  #HeaderSection .dropdown-menu>li:first-child>.dropdown-item {
    padding-top: 14px !important;
  }

  #HeaderSection .dropdown-menu>li:last-child>.dropdown-item {
    padding-bottom: 14px !important;
  }

  #HeaderSection .dropdown-menu>li>.dropdown-item {
    padding: 17px 30px !important;
    margin: 0px !important;
    font-size: 14px;
    font-weight: 400 !important;
    color: #999999 !important;
    text-wrap: wrap;
  }

  #HeaderSection .dropdown-menu>li {
    font-weight: 600 !important;
  }

  .dropdown-menu>li>.dropdown-item:hover,
  .dropdown-menu>li>.dropdown-item:focus {
    background-color: #0056b8 !important;
    color: #fff !important;
    opacity: 1 !important;
    border-top: none !important;
    border-bottom: none !important;
  }
}

/* Chevron wrapper */
.chevron-icon {
  position: relative;
  display: inline-block;
  width: 12px;
  /* fixed width */
  height: 6px;
  /* fixed height */
  margin-left: 8px;
  vertical-align: middle;
}

/* Triangle using ::after */
.chevron-icon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  transition: transform 0.2s ease;
  transform-origin: center;
}

/* Rotate in-place when expanded */
.dropdown-toggle-btn[aria-expanded="true"] .chevron-icon::after {
  transform: rotate(180deg);
}

/* Hide chevron on desktop */
@media (min-width: 992px) {
  .dropdown-toggle-wrapper .chevron-icon {
    display: none;
  }
}

.navbar.scrolled {
  height: 88px;
  background: rgba(32, 32, 32, 0.9);
  transition: all ease-in-out 0.2s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.navbar.scrolled #logo {
  padding: 26px 0px !important;
}

.navbar.scrolled .navbar-brand img {
  width: 130px !important;
  max-height: 37px !important;
}

.navbar {
  height: auto;
  /* let it size naturally */
  overflow: visible;
  /* avoid clipping */
  z-index: 9999;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    position: fixed !important;
    top: 0;
    right: -90%;
    bottom: 0;
    width: 90%;
    background-color: #222;
    overflow-y: auto;
    transition: right 0.3s ease-in-out;
    z-index: 1;
    padding-top: 60px;
  }

  .navbar-collapse.show {
    right: 0;
  }
}



.mobile-search-container {

  display: flex;

  align-items: center;

  padding: 15px;

  background-color: #333;

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  z-index: 1000;

}

.mobile-search-container input {

  flex: 1;

  background: transparent;

  border: none;

  color: white;

  padding: 8px;

}

.mobile-search-container .btn-close {
  margin-left: 10px;
  filter: invert(1);
}

#navbarList a.nav-current::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 100%;
  background-color: #0057B8;
}
#navbarList > .nav-item > .nav-link {
  position: relative;
}
#navbarList > .nav-item > .nav-link:hover::before {
  width: 100%;
}
#navbarList > .nav-item > .nav-link:hover::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 100%;
  background-color: #0057B8;
}
#navbarList .dropdown-menu a::before {
  display: none !important;
}

#nav_btn::before,
#navbarList a:has(#nav_btn)::before {
  display: none !important;
}

.custom-dropdown .dropdown-toggle-wrapper>a.nav-current {
  background-color: #0057B8;
  color: #fff;
}

.mastec-communication-contact-section .form-header p {
  font-size: 18px !important;
  margin-top: 10px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  padding-right: 30px !important;
}

.leadership_title h4 {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #081A31 !important;
  line-height: 1.3em !important;
}

.leadership_title {
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  color: #5e6a79 !important;
  font-style: italic !important;
}

.section-wrapper .right-slider {
  width: 100%;
  max-width: 100%;
}


#icmlj {
  padding: 0px 15px !important;
}

#nav_btn_text {
  font-weight: 500 !important;

}
.spacing{
  margin-right: 0px !important;
}
a#sustainabilityDropdown2 {
    padding: 0px !important;
    margin: 0px !important;
}
.dropdown-menu{
margin-top: 3px;

}
li.nav-item.dropdown.custom-dropdown{
  margin-right: 35px;
}
 .footer_container {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
    }

    .footer_section {
      padding-left: 60px;
      padding-right: 60px;
      padding-top: 70px;
      box-sizing: border-box;
      padding-bottom: 50px;
    }

    .footer_logo {
      width: 36%;
    }

    .footer_links {
      width: 22%;
    }
.links_columns ul li a{
	color: #081A31;
	    padding-top: 8px;
		font-size: 16px;
border-bottom: 3px solid #ffffff;
    display: inline-block;
    padding-bottom: 8px;

}
.links_columns ul li a:hover{
    border-bottom: 3px solid #0057B8;
    display: inline-block;
    transition: 0.2s ease-in-out;
    color: #0057B8;
}


    .footer_links .links_columns {
      display: flex;
      gap: 40px;
    }

    .footer_links ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }


    .footer_links a {
      text-decoration: none;
      color: #000;
      font-size: 14px;
    }

    .footer_social {
      flex: 1; 
    }

    .footer_social_icons a {
      display: inline-block;
      margin-right: 12px;
    }

      .footer_social_icons a:hover {
     opacity: 0.9;
    }


    .footer_social_icons img {
      width: 32px;
      height: 32px;
    }
.footer_links h3{
	font-family: "Figtree", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    color: #081A31;
    margin-bottom: 30px;

}
.footer_social h3{
margin-bottom: 20px;
font-family: "Figtree", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    color: #081A31;

}
    @media (max-width: 992px) {
      .footer_container {
        flex-direction: column;
        align-items: flex-start;
      }
      .footer_section {
        width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
      }
    }
.address{
	font-size: 16px;
	color:#081A31E5;
  margin-top: 20px;
  line-height: 26px !important;
}
.footer_quick_links{
	margin-top: 50px;
}
.mastec-communication-contact-section .left-visual{
  position:absolute;
  top:0;
  left:0;
  width:60%;
  height:100%;
  z-index:1;
  pointer-events:none;
}
.mastec-communication-contact-section .overlay-blocks{
  position:relative;
  width:100%;
  height:100%;
}
.mastec-communication-contact-section .block{
  position:absolute;
  background:linear-gradient(to left, #0057B8F2 0%, #0057B833 100%);
}
.mastec-communication-contact-section .block-1{
  width:335px;
  height:300px;
  top:0;
  left:50%;
  transform:translateX(-50%);
}
.mastec-communication-contact-section .block-2{
  width:335px;
  height:300px;
  top:50%;
  left:0;
  transform:translateY(-50%);
}
.mastec-communication-contact-section .block-3{
  width:335px;
  height:300px;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
}
.mastec-communication-contact-section .block-4{
  width:335px;
  height:300px;
  top:50%;
  right:28px;
  transform:translate(0%, -50%);
}
.mastec-communication-contact-section .form-container{
  position:relative;
  z-index:10;
  min-height:100vh;
  display:flex;
  align-items:center;
  padding:0;
}
.mastec-communication-contact-section .form-container .row{
  width:100%;
  margin:0;
}
.mastec-communication-contact-section .form-container [class*="col-"]{
  padding:0;
}
.mastec-communication-contact-section .form-wrapper{
  background-color:rgba(0, 87, 184, 0.95);
  backdrop-filter:blur(10px);
  padding:50px 40px;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.mastec-communication-contact-section .form-header h2{
  color:#fff;
  font-size:2.5rem;
  font-weight:700;
}
.mastec-communication-contact-section .form-header h2 span{
  font-weight:300;
}
.mastec-communication-contact-section .form-header p{
  color:#fff;
  font-size:0.95rem;
}
.mastec-communication-contact-section .form-label{
  color:#fff;
  font-size:16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.mastec-communication-contact-section .form-control:focus,
.mastec-communication-contact-section .form-select:focus {
    background-color: transparent !important;
    outline: none;
    box-shadow: none; 
}

.mastec-communication-contact-section .form-control, .mastec-communication-contact-section .form-select{
  background-color:rgb(255 255 255 / 0%);
  border:1px solid rgb(255, 255, 255);
  color:#fff !important;
  border-radius:2px 2px 2px 2px;
}
.mastec-communication-contact-section .form-control:focus, .mastec-communication-contact-section .form-select:focus{
  border-color:#fff;
  box-shadow:none;
  border-style: dotted;
  color:#ffffff !important;
  outline:none;
}
.mastec-communication-contact-section .form-select option{
  background-color:#fff;
  color:#000000 !important;
}
.mastec-communication-contact-section .mastec-communication-btn-submit{
  width:100%;
  padding:15px;
  background:#fff;
  color:#0057b8;
  font-weight:500;
  border:2px solid transparent;
}
.mastec-communication-contact-section .mastec-communication-btn-submit:hover{
  background:#0057b8;
  color:#ffffff;
  border:2px solid #ffffff;
  transition:all 0.3s ease;
}
.mastec-communication-contact-section .form-header-text{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:15px;
}
.mastec-communication-contact-section .form-header-text h3{
  text-transform:uppercase;
  color:rgba(255, 255, 255, 0.85);
  font-size:16px;
  font-weight:500;
  line-height:normal;
  margin:0px;
}
.mastec-communication-contact-section .form-header .light-bold{
  font-weight:700 !important;
  font-size:48px;
  letter-spacing:1px;
}
#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;

  width: 31.5px;
  height: 31.5px;

  background-color: #046bd2; 
  border: none;
  border-radius: 4px;

  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);

  transition: all 0.3s ease;
  z-index: 9999;
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#backToTop:hover {
  background-color: #035ab0;
}

#backToTop svg {
  height: 0.6em;
  width: 1.6em;
  margin-left: 0px;
  vertical-align: middle;
  transform: translate(0, -20%) rotate(180deg);
  fill: #ffffff;
  pointer-events: none;
}
.mastec-communication-contact-section .form-select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url('/Images/_98_a4340042-437d-4eae-b835-65d08971b17c.png') !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 14px 6px !important;
    padding-right: 44px !important;
    font-size: 16px;
    font-weight: 500;
}
.mastec-communication-contact-section .form-header-text svg{
  width: 18px;
  height: 18px;
}
.footer_logo img {
  width: 200px !important;
  height: auto;
}
#FooterSection a.footer-current {
  color: #0057B8;
}

.contact-section-mastec-communication-v2 .form-control:focus, .contact-section-mastec-communication-v2 .form-select:focus
 {
    border-color: #000000;
    box-shadow: none;
    border-style: dotted;
    color: #000000 !important;
    outline: none;
}

.contact-section-mastec-communication-v2 .form-control:focus, .contact-section-mastec-communication-v2 .form-select:focus{
background-color:transparent !important;
}

.mastec-communication-contact-section .mastec-communication-btn-submit {
  font-size: 15px !important;
  line-height: 1 !important;
}

.contact-us-btn{
  padding: 10px 20px 10px 40px !important;
    background-color: #0057B8;
    background-image: url('/Images/_98_ab8419f8-ce20-498f-ad30-7b433711b82b.png');
    font-family: "Figtree", Sans-serif;
    background-position: 10% 50%;
    background-repeat: no-repeat;
    border-radius: 0px 0px 0px 0px;
    font-size: 20px;
    font-weight: 500 !important;
    text-transform: capitalize;
    background-size: 18px 18px;
    font-style: normal;
    color: #ffffff;
    line-height: 1;
}
.is-stopped {
  position: absolute !important;
  bottom: 137px !important; 
  top: auto !important;
}

.contact-us-btn:focus, .contact-us-btn:hover {
  color: #fff !important;
}