* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
#igjb4{
  border-radius:0 0 0 0;
}
#navbarNav{
  color:black;
}
#i1u82t{
  font-family:Figtree, sans-serif;
  color:rgb(0, 87, 184);
  font-size:16px;
  border-radius:0 0 0 0;
}
#nav_btn{
  color:black;
  font-family:Inter, sans-serif;
  font-size:16px;
}
*{
  box-sizing:border-box;
}
body{
  margin:0;
}
.spacer-20{
  height:20px;
}
.values-container .value-card-description{
  margin-bottom:0px !important;
  font-size:16px;
  line-height:1.6;
  opacity:1;
  font-weight:400;
}
.values-container .value-card-title{
  margin-bottom:0px !important;
  font-size:26px;
  font-weight:700;
  line-height:1.2;
  letter-spacing:0.5px;
}
.mastec-civil-parent-company .mastec-civil-parent-company__brand{
  margin:0 0 1.25rem;
}
.mastec-civil-parent-company .mastec-civil-parent-company__logo{
  display:block;
  max-width:min(240px, 100%);
  height:auto;
}
.mastec-civil-parent-company .mastec-civil-parent-company__social{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.75rem;
  margin-top:1.75rem;
  padding:0;
  list-style:none;
}
.mastec-civil-parent-company .mastec-civil-parent-company__social-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:50%;
  background-color:#fff;
  color:#1c2530;
  text-decoration:none;
  transition:opacity 0.15s ease, transform 0.15s ease;
}
.mastec-civil-parent-company .mastec-civil-parent-company__social-link:hover{
  opacity:0.9;
  transform:translateY(-2px);
}
.mastec-civil-parent-company .mastec-civil-parent-company__social-link:focus-visible{
  outline:2px solid #fff;
  outline-offset:3px;
}
.mastec-civil-parent-company .mastec-civil-parent-company__social-link .fa-brands{
  font-size:1.125rem;
  line-height:1;
}
.Awards-And-Recognition-accordion .custom-accordion .accordion-item{
  border:none;
  margin-bottom:15px;
  overflow:hidden;
  border-top-left-radius:20px;
  border-bottom-left-radius:20px;
}
.Awards-And-Recognition-accordion .custom-accordion .accordion-button, .Awards-And-Recognition-accordion .custom-accordion .accordion-collapse, .Awards-And-Recognition-accordion .custom-accordion .accordion-body{
  border-radius:0 !important;
}
.Awards-And-Recognition-accordion .custom-accordion .accordion-item:has(.accordion-collapse.show){
  border-bottom-left-radius:0px;
}
.Awards-And-Recognition-accordion .custom-accordion .accordion-button{
  background-color:rgba(0, 87, 184, 0.2);
  color:#000;
  padding:20px;
  display:flex;
  align-items:center;
  gap:15px;
  box-shadow:none;
}
.Awards-And-Recognition-accordion .custom-accordion .accordion-button:not(.collapsed){
  background-color:rgba(0, 87, 184, 0.05);
}
.Awards-And-Recognition-accordion .custom-accordion .accordion-button::after{
  display:none;
}
.Awards-And-Recognition-accordion .accordion-img{
  width:114px;
  height:160px;
  object-fit:cover;
}
.award-list{
  display:flex;
  flex-direction:column;
  gap:22px;
}
.award-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:20px;
}
.award-title{
  font-weight:600;
  font-size:16px;
  color:#000;
}
.award-year{
  font-weight:600;
  font-size:16px;
  white-space:nowrap;
  color:#000;
}
.award-desc{
  margin-top:6px;
  font-size:14px;
  color:#333;
  line-height:1.5;
}
.Awards-And-Recognition-accordion .accordion-title{
  font-weight:700;
  margin-bottom:2px;
}
.Awards-And-Recognition-accordion .accordion-subtitle{
  font-size:14px;
  color:#333;
}
.Awards-And-Recognition-accordion .accordion-icon{
  margin-left:auto;
  transition:transform 0.3s ease;
}
.Awards-And-Recognition-accordion .accordion-button:not(.collapsed) .accordion-icon{
  transform:rotate(180deg);
}
.Awards-And-Recognition-accordion .custom-accordion .accordion-body{
  background-color:rgba(0, 87, 184, 0.05);
  padding:20px;
  font-size:14px;
  line-height:1.6;
}
.Awards-And-Recognition-accordion .custom-accordion .accordion-item, .Awards-And-Recognition-accordion .custom-accordion .accordion-button, .Awards-And-Recognition-accordion .custom-accordion .accordion-collapse{
  border-top-right-radius:0 !important;
  border-bottom-right-radius:0 !important;
}
.section-title{
  font-size:22px;
  font-weight:700;
  letter-spacing:0.5px;
  text-transform:uppercase;
  color:#000;
  margin-bottom:15px;
  width:fit-content;
  padding-bottom:10px;
  border-bottom:2px solid #000;
}
.values-container .values-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:24px;
}
.values-container .value-card{
  position:relative;
  height:300px;
  border-radius:16px 0 16px 0 !important;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  color:white;
  padding:40px;
}
.values-container .value-card::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  z-index:1;
}
.values-container .value-card::after{
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:rgba(0, 87, 184, 0.8);
  z-index:2;
}
.values-container .value-card-content{
  position:relative;
  z-index:3;
  display:flex;
  flex-direction:column;
  gap:16px;
  max-width:100%;
}
.mastec-hero{
  font-family:'Figtree', sans-serif;
  position:relative;
  height:842px;
  background:url('/Images/_98_e69e6947-36ab-41ed-93cf-069004c06542.png') center/cover no-repeat;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
  overflow:hidden;
}
.graph-outer-container-HZlLt{
  display:flex;
  justify-content:flex-start;
  align-items:stretch;
  flex-wrap:nowrap;
  padding:10px;
}
.graph-outer-container-HZlLt .flex-thirty{
  flex-basis:30%;
}
.graph-outer-container-HZlLt .flex-seventy{
  flex-basis:70%;
}
.graph-cell-HZlLt{
  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%;
}
#i86eu{
  font-family:Figtree, sans-serif;
  color:rgb(255, 255, 255);
  text-transform:uppercase;
}
#iq9z8k{
  color:rgb(33, 37, 41);
  background-image:url('/Images/_98_0ecbeb0f-35bb-4788-ad30-3bb55e20858f.png');
  object-fit:cover;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  min-height:450px;
  padding:65px 10px 65px 10px;
  border-color:black;
}
.graph-outer-container-EUp0U{
  display:flex;
  justify-content:flex-start;
  align-items:stretch;
  flex-wrap:nowrap;
  padding:10px;
}
.graph-outer-container-EUp0U .flex-thirty{
  flex-basis:30%;
}
.graph-outer-container-EUp0U .flex-seventy{
  flex-basis:70%;
}
.graph-cell-EUp0U{
  min-height:75px;
  flex-grow:1;
  flex-basis:100%;
}
#i11ml9{
  max-width:650px;
  margin:0px auto 0px auto;
  color:rgb(33, 37, 41);
  border-color:black;
  padding:0px 0px 0px 0;
}
#it0wcd{
  border-color:black;
  color:#000000;
  font-family:Figtree, sans-serif;
  font-size:30px;
  font-weight:700;
  line-height:normal;
}
#ih1pc{
  color:rgb(33, 37, 41);
  border-color:black;
  border-radius:0 0 0 0;
}
#ius8fp{
  font-family:Figtree, sans-serif;
  font-size:16px;
  border-color:black;
  color:rgb(33, 37, 41);
  border-radius:0 0 0 0;
}
#i6dvzu{
  font-family:Figtree, sans-serif;
  font-size:16px;
  color:rgb(33, 37, 41);
  border-color:black;
}
#ijh5a7{
  color:rgb(33, 37, 41);
  border-color:black;
}
.graph-outer-container-DWmnP .flex-thirty{
  flex-basis:30%;
}
.graph-outer-container-DWmnP .flex-seventy{
  flex-basis:70%;
}
.graph-outer-container-EHJiQ{
  display:flex;
  justify-content:flex-start;
  align-items:stretch;
  flex-wrap:nowrap;
  padding:10px;
}
.graph-outer-container-EHJiQ .flex-thirty{
  flex-basis:30%;
}
.graph-outer-container-EHJiQ .flex-seventy{
  flex-basis:70%;
}
.graph-cell-EHJiQ{
  min-height:75px;
  flex-grow:1;
  flex-basis:100%;
}
.graph-cell-hYYza{
  min-height:75px;
  flex-grow:1;
  flex-basis:100%;
}
#io4wj{
  min-height:740px;
  background-size:cover;
  background-position:center center;
  border-color:black;
  color:rgb(33, 37, 41);
  padding:0px 0px 0px 0;
  border-radius:0 0 0 0;
  background-image:url('/Images/_98_48804d9f-3413-493f-9e9a-c53b00f383c8.jpg');
  object-fit:cover;
  background-repeat:no-repeat;
}
#ia7lu{
  color:rgb(33, 37, 41);
  min-width:60%;
  background-color:#000000;
  border-color:black;
  padding:55px 25px 55px 25px;
  border-radius:0 0 0 0;
}
.graph-outer-container-cJQN9{
  display:flex;
  justify-content:flex-start;
  align-items:stretch;
  flex-wrap:nowrap;
  padding:10px;
}
.graph-outer-container-cJQN9 .flex-thirty{
  flex-basis:30%;
}
.graph-outer-container-cJQN9 .flex-seventy{
  flex-basis:70%;
}
.graph-cell-cJQN9{
  min-height:75px;
  flex-grow:1;
  flex-basis:100%;
}
#ihmml5{
  max-width:552px;
  margin:0px auto 0px auto;
  color:rgb(33, 37, 41);
  padding:0px 0px 0px 0px;
}
#iz427s{
  color:white;
  font-family:Figtree, sans-serif;
  font-size:30px;
  font-weight:700;
  text-transform:uppercase;
  margin:0 0 24px 0;
  line-height:normal;
}
#ikmmrr{
  font-family:Figtree, sans-serif;
  color:white;
  line-height:140%;
  border-radius:0 0 0 0;
  font-size:16px;
}
#i0h73h{
  font-family:Figtree, sans-serif;
  color:white;
  line-height:140%;
}
#ip1glh{
  font-family:Figtree, sans-serif;
  color:white;
  line-height:140%;
}
#i1rbsl{
  font-family:Figtree, sans-serif;
  color:white;
  line-height:140%;
}
#ip86oj{
  font-family:Figtree, sans-serif;
  color:white;
  line-height:140%;
}
#ihvwpd{
  font-family:Figtree, sans-serif;
  color:white;
  line-height:140%;
}
#ioh699{
  font-family:Figtree, sans-serif;
  color:white;
  line-height:140%;
  border-color:black;
}
#ii7f5z{
  font-family:Figtree, sans-serif;
  color:rgb(255, 255, 255);
}
#isw5nx{
  font-family:Figtree, sans-serif;
  color:rgb(13, 110, 253);
  text-decoration:none;
}
.graph-outer-container-F90IR .flex-thirty{
  flex-basis:30%;
}
.graph-outer-container-F90IR .flex-seventy{
  flex-basis:70%;
}
.graph-outer-container-d1lXQ .flex-thirty{
  flex-basis:30%;
}
.graph-outer-container-d1lXQ .flex-seventy{
  flex-basis:70%;
}
.custom-list-ueuQ1 li{
  display:flex;
  align-items:baseline;
  margin-bottom:12px;
}
.custom-list-ueuQ1 p{
  font-size:26px;
  font-style:normal;
  font-weight:500;
  margin:0px;
  width:100%;
}
.graph-outer-container-sWLRb .flex-thirty{
  flex-basis:30%;
}
.graph-outer-container-sWLRb .flex-seventy{
  flex-basis:70%;
}
.graph-outer-container-vmOKs .flex-thirty{
  flex-basis:30%;
}
.graph-outer-container-vmOKs .flex-seventy{
  flex-basis:70%;
}
#iywptc{
  border-color:black;
  color:rgb(33, 37, 41);
  padding:65px 10px 65px 10px;
  border-radius:0 0 0 0;
}
.graph-outer-container-D8m9I .flex-thirty{
  flex-basis:30%;
}
.graph-outer-container-D8m9I .flex-seventy{
  flex-basis:70%;
}
#i91pkl{
  border-color:black;
  color:rgb(33, 37, 41);
  font-family:Figtree, sans-serif;
  padding:0px 0px 0px 0px;
}
#im9xrk{
  color:rgb(33, 37, 41);
  max-width:1392px;
  margin:0px auto 0px auto;
  border-radius:0 0 0 0;
}
#iw6vhi{
  font-family:Figtree, sans-serif;
  font-size:28px;
  text-transform:uppercase;
  font-weight:700;
  color:black;
  margin:0 0 24px 0;
}
#ishjik{
  color:rgb(33, 37, 41);
}
#i8kbz2{
  font-family:Figtree, sans-serif;
  margin:10px 0px 45px 0px;
  color:rgb(33, 37, 41);
  border-radius:0 0 0 0;
}
#idn2ck{
  color:rgb(33, 37, 41);
}
#isz8ow{
  border-color:black;
  color:rgb(33, 37, 41);
  max-width:1392px;
  margin:0px auto 0px auto;
  padding:10px 10px 65px 10px;
  font-family:Figtree, sans-serif;
  border-radius:0 0 0 0;
}
#im02nj{
  color:rgb(255, 255, 255);
}
#ixaqn5{
  color:rgb(255, 255, 255);
  font-family:Figtree, sans-serif;
}
#iakuqa{
  font-family:Figtree, sans-serif;
  color:rgb(255, 255, 255);
}
#i93k8j{
  font-family:Figtree, sans-serif;
  color:rgb(255, 255, 255);
  border-radius:0 0 0 0;
}
#ie38j1{
  font-family:Figtree, sans-serif;
  color:rgb(255, 255, 255);
}
#iw7imz{
  font-family:Figtree, sans-serif;
  color:rgb(255, 255, 255);
}
#iiza0i{
  font-family:Figtree, sans-serif;
  color:rgb(255, 255, 255);
}
#i7djdh{
  font-family:Figtree, sans-serif;
  color:rgb(255, 255, 255);
}
#isvq0a{
  font-family:Figtree, sans-serif;
  color:rgb(255, 255, 255);
}
#i3poqp{
  font-family:Figtree, sans-serif;
  color:rgb(255, 255, 255);
}
#irrngu{
  font-family:Figtree, sans-serif;
  color:rgb(255, 255, 255);
  border-radius:0 0 0 0;
}
#i19v7a{
  color:rgb(33, 37, 41);
}
#ijt61b{
  border-color:black;
  color:rgb(33, 37, 41);
  min-height:450px;
  background-size:cover;
  background-position:right top;
  padding:10px 10px 65px 10px;
  border-radius:0 0 0 0;
}
#iq0lem{
  color:rgb(33, 37, 41);
}
#icdxu8{
  border-color:black;
  color:rgb(33, 37, 41);
  max-width:1392px;
  margin:0px auto 0px auto;
  padding:45px 10px 45px 10px;
  border-radius:0 0 0 0;
}
#iw3gi4{
  font-family:Figtree, sans-serif;
  color:rgb(255, 255, 255);
  border-radius:0 0 0 0;
  background-image:url('/Images/_98_957ed7e0-25ce-41e8-9c2e-fafd6d3f13a6.jpg');
  object-fit:cover;
  background-repeat:no-repeat;
}
.graph-outer-container-U5Bpu .flex-thirty{
  flex-basis:30%;
}
.graph-outer-container-U5Bpu .flex-seventy{
  flex-basis:70%;
}
.graph-outer-container-e9z6y .flex-thirty{
  flex-basis:30%;
}
.graph-outer-container-e9z6y .flex-seventy{
  flex-basis:70%;
}
.graph-outer-container-qzwgU{
  display:flex;
  justify-content:flex-start;
  align-items:stretch;
  flex-wrap:nowrap;
  padding:10px;
}
.graph-outer-container-qzwgU .flex-thirty{
  flex-basis:30%;
}
.graph-outer-container-qzwgU .flex-seventy{
  flex-basis:70%;
}
.graph-cell-qzwgU{
  min-height:75px;
  flex-grow:1;
  flex-basis:100%;
}
.graph-cell-T4cs1{
  min-height:75px;
  flex-grow:1;
  flex-basis:100%;
}
#iaax1l{
  max-width:1392px;
  margin:0px auto 0px auto;
  color:rgb(33, 37, 41);
  gap:34px;
  overflow:hidden;
  height:590px;
  padding:0px 0px 0px 0px;
}
#i7iss3{
  color:rgb(33, 37, 41);
}
#is7kyd{
  width:100%;
  object-fit:cover;
  height:100%;
}
#izvtji{
  color:rgb(33, 37, 41);
  overflow:hidden;
  border-radius:0 0 0 0;
}
.graph-outer-container-hVX4C{
  display:flex;
  justify-content:flex-start;
  align-items:stretch;
  flex-wrap:nowrap;
  padding:10px;
}
.graph-outer-container-hVX4C .flex-thirty{
  flex-basis:30%;
}
.graph-outer-container-hVX4C .flex-seventy{
  flex-basis:70%;
}
.graph-cell-hVX4C{
  min-height:75px;
  flex-grow:1;
  flex-basis:100%;
}
#i29c8p{
  background-color:rgba(0, 87, 184, 0.05);
  color:rgb(33, 37, 41);
  padding:40px 24px 40px 24px;
  border:0 solid black;
  border-radius:0 0 0 0;
  height:100%;
}
#iz4pa1{
  font-family:Figtree, sans-serif;
  font-size:28px;
}
#ikup2e{
  color:rgb(33, 37, 41);
  border-radius:0 0 0 0;
}
.graph-outer-container-GO1He{
  display:flex;
  justify-content:flex-start;
  align-items:stretch;
  flex-wrap:nowrap;
  padding:10px;
}
.graph-outer-container-GO1He .flex-thirty{
  flex-basis:30%;
}
.graph-outer-container-GO1He .flex-seventy{
  flex-basis:70%;
}
.graph-cell-GO1He{
  min-height:75px;
  flex-grow:1;
  flex-basis:100%;
}
#ixuc1k{
  color:#000000;
  font-family:Figtree, sans-serif;
  margin:0 0 0px 0;
  font-weight:500;
  font-size:18px;
  border-radius:0 0 0 0;
  padding:0 0 0 10px;
}
#ir3kkv{
  color:#000000;
  font-family:Figtree, sans-serif;
  margin:0 0 0px 0;
}
#i3ax3f{
  color:rgb(33, 37, 41);
  padding:0px 0px 0px 0px;
  margin:0 0 12px 0;
}
#i42q4g{
  color:rgb(33, 37, 41);
  min-height:auto;
}
#isnqrq{
  color:#000000;
  font-family:Figtree, sans-serif;
  margin:0 0 0px 0;
  font-weight:700;
  font-size:18px;
}
#i07q03{
  color:#000000;
  font-family:Figtree, sans-serif;
  margin:0 0 0px 0;
}
#ikax0c{
  color:rgb(33, 37, 41);
  min-height:auto;
}
#ifgyxe{
  color:rgb(33, 37, 41);
  padding:0px 0px 0px 0px;
  margin:0 0 12px 0;
}
#ianqz2{
  color:#000000;
  font-family:Figtree, sans-serif;
  margin:0 0 0px 0;
  font-weight:700;
  font-size:18px;
}
#iexcpt{
  color:#000000;
  font-family:Figtree, sans-serif;
  margin:0 0 0px 0;
}
#iyu9sv{
  color:rgb(33, 37, 41);
  min-height:auto;
}
#imsiu8{
  color:rgb(33, 37, 41);
  padding:0px 0px 0px 0px;
  margin:0 0 12px 0;
}
#iv7s9x{
  color:#000000;
  font-family:Figtree, sans-serif;
  margin:0 0 0px 0;
  font-weight:700;
  font-size:18px;
  border-radius:0 0 0 0;
}
#iz71b3{
  color:#000000;
  font-family:Figtree, sans-serif;
  margin:0 0 0px 0;
  border-radius:0 0 0 0;
}
#i6srh7{
  color:rgb(33, 37, 41);
  min-height:auto;
}
#is742i{
  color:rgb(33, 37, 41);
  padding:0px 0px 10px 0px;
  margin:0 0 12px 0;
}
#i3ydhl{
  color:#000000;
  font-family:Figtree, sans-serif;
  margin:0 0 0px 0;
  font-weight:700;
  font-size:18px;
  border-radius:0 0 0 0;
}
#iz23l3{
  color:#000000;
  font-family:Figtree, sans-serif;
  margin:0 0 0px 0;
  border-radius:0 0 0 0;
}
#idnth3{
  color:rgb(33, 37, 41);
  min-height:auto;
}
#iubp97{
  color:rgb(33, 37, 41);
  padding:0px 0px 0px 0px;
  margin:0 0 12px 0;
}
.Leadership-accordion .custom-accordion .accordion-item{
  border:none;
  margin-bottom:15px;
  overflow:hidden;
}
.Leadership-accordion .custom-accordion .accordion-button{
  background-color:rgba(0, 87, 184, 0.2);
  color:#000;
  padding:20px;
  display:flex;
  align-items:center;
  gap:15px;
  box-shadow:none;
}
.Leadership-accordion .custom-accordion .accordion-button::after{
  display:none;
}
.Leadership-accordion .custom-accordion .accordion-button:not(.collapsed){
  background-color:rgba(0, 87, 184, 0.05);
}
.Leadership-accordion .accordion-img{
  width:114px;
  height:160px;
  object-fit:cover;
}
.Leadership-accordion .accordion-title{
  font-weight:600;
  margin-bottom:2px;
}
.Leadership-accordion .accordion-subtitle{
  font-size:14px;
  color:#333;
}
.Leadership-accordion .accordion-icon{
  margin-left:auto;
  transition:transform 0.3s ease;
}
.Leadership-accordion .accordion-button:not(.collapsed) .accordion-icon{
  transform:rotate(180deg);
}
.Leadership-accordion .custom-accordion .accordion-body{
  background-color:rgba(0, 87, 184, 0.05);
  padding:20px;
  font-size:14px;
  line-height:1.6;
}
.Leadership-accordion .accordion-button{
  border-radius:0px !important;
  padding:0px 20px 0px 0px !important;
}
.Leadership-accordion .custom-accordion .accordion-item, .Leadership-accordion .custom-accordion .accordion-button, .Leadership-accordion .custom-accordion .accordion-collapse{
  border-radius:0 !important;
}
#iur29w{
  color:black;
  border-color:black;
  border-radius:0 0 0 0;
}
#iftlyo{
  color:black;
  border-color:black;
  border-radius:0 0 0 0;
}
#intnlm{
  color:black;
  border-color:black;
  font-family:Figtree, sans-serif;
  border-radius:0 0 0 0;
}
#i4ad78{
  color:rgb(33, 37, 41);
  border-color:black;
  font-family:Figtree, sans-serif;
  font-size:16px;
}
#iywya8{
  color:rgb(33, 37, 41);
  border-color:black;
  font-family:Figtree, sans-serif;
  font-size:16px;
}
#ilwbz1{
  color:rgb(33, 37, 41);
  border-color:black;
  font-family:Figtree, sans-serif;
  font-size:16px;
}
#i2zehy{
  color:rgb(33, 37, 41);
  border-color:black;
  font-family:Figtree, sans-serif;
  font-size:16px;
}
#i02w03{
  color:rgb(33, 37, 41);
}
#i4gjhg{
  color:rgb(33, 37, 41);
  border-color:black;
  border-radius:0 0 0 0;
}
.graph-outer-container-ExDFQ .flex-thirty{
  flex-basis:30%;
}
.graph-outer-container-ExDFQ .flex-seventy{
  flex-basis:70%;
}
#ijpa3a{
  color:rgb(33, 37, 41);
  border-color:black;
  font-family:Figtree, sans-serif;
  font-size:16px;
}
#iho4rd{
  color:rgb(33, 37, 41);
  border-color:black;
  font-family:Figtree, sans-serif;
  font-size:16px;
}
#iyvuq4{
  color:rgb(33, 37, 41);
  border-color:black;
  font-family:Figtree, sans-serif;
  font-size:16px;
}
#ic8cn1{
  color:rgb(33, 37, 41);
  border-color:black;
  font-family:Figtree, sans-serif;
  font-size:16px;
}
#iyorg9{
  color:rgb(33, 37, 41);
  border-color:black;
  font-family:Figtree, sans-serif;
  font-size:16px;
  border-radius:0 0 0 0;
}
#inxyf5{
  color:rgb(33, 37, 41);
}
#ixicsb{
  color:rgb(33, 37, 41);
  border-color:black;
  font-family:Figtree, sans-serif;
  font-size:16px;
}
#im4aww{
  color:rgb(33, 37, 41);
  border-color:black;
  font-family:Figtree, sans-serif;
  font-size:16px;
}
#i4f3y4{
  color:rgb(33, 37, 41);
  border-color:black;
  font-family:Figtree, sans-serif;
  font-size:16px;
}
#i2eozp{
  color:rgb(33, 37, 41);
  border-color:black;
  font-family:Figtree, sans-serif;
  font-size:16px;
}
#il9x7i{
  color:rgb(33, 37, 41);
  border-color:black;
  font-family:Figtree, sans-serif;
  font-size:16px;
}
#ij4j71{
  color:rgb(33, 37, 41);
  border-color:black;
}
#iyr0f5{
  color:rgb(33, 37, 41);
  border-color:black;
  font-family:Figtree, sans-serif;
  font-size:16px;
}
#i0j0ci{
  color:rgb(33, 37, 41);
  border-color:black;
  font-family:Figtree, sans-serif;
  font-size:16px;
  border-radius:0 0 0 0;
}
#iedf8b{
  color:rgb(33, 37, 41);
  border-color:black;
  font-family:Figtree, sans-serif;
  font-size:16px;
}
#i7vkgs{
  color:rgb(33, 37, 41);
  border-color:black;
  font-family:Figtree, sans-serif;
  font-size:16px;
}
#ilhvpi{
  color:rgb(33, 37, 41);
  border-color:black;
  font-family:Figtree, sans-serif;
  font-size:16px;
}
#i5jrrw{
  color:rgb(33, 37, 41);
  border-color:black;
}
#i3e7fl{
  color:#000000;
  margin:0px 0px 15px 0px;
  font-family:Figtree, sans-serif;
  text-align:left;
  font-weight:700;
  text-transform:uppercase;
  font-size:28px;
  border-radius:0 0 0 0;
}
#iswm9x{
  font-family:Figtree, sans-serif;
  color:rgb(51, 51, 51);
  border-radius:0 0 0 0;
}
#i5swrk{
  color:rgb(33, 37, 41);
  border-radius:0 0 0 0;
  font-family:Figtree, sans-serif;
}
#i10iht{
  color:rgb(33, 37, 41);
  border-radius:0 0 0 0;
}
#i94oj{
  font-family:Figtree, sans-serif;
  border-radius:0 0 0 0;
  background-image:url('/Images/_98_d4644e1b-a891-41df-b4ce-7bb6cd9d5e0c.png');
  object-fit:cover;
  background-repeat:no-repeat;
}
#i38rj{
  color:rgb(33, 37, 41);
  border-radius:0 0 0 0;
}
#iu20x5{
  font-family:Figtree, sans-serif;
  color:rgb(255, 255, 255);
  border-radius:0 0 0 0;
}
#ivh63j{
  font-family:Figtree, sans-serif;
  color:rgb(13, 110, 253);
  border-radius:0 0 0 0;
}
#iaufsm{
  font-family:Figtree, sans-serif;
  color:rgb(13, 110, 253);
  border-radius:0 0 0 0;
}
#irxoqb{
  font-family:Figtree, sans-serif;
  color:rgb(13, 110, 253);
  border-radius:0 0 0 0;
}
#ioxjl4{
  font-family:Figtree, sans-serif;
  color:rgb(255, 255, 255);
  border-radius:0 0 0 0;
}
#ib8hzx{
  font-family:Figtree, sans-serif;
  color:rgb(255, 255, 255);
  border-radius:0 0 0 0;
}
#ibbzk5{
  font-family:Figtree, sans-serif;
  color:rgb(255, 255, 255);
  border-radius:0 0 0 0;
}
#it26u8{
  font-family:Figtree, sans-serif;
  color:rgb(255, 255, 255);
  border-radius:0 0 0 0;
  background-image:url('/Images/_98_9050560d-daf4-42d5-b162-113c0b3850ae.jpg');
  object-fit:cover;
  background-repeat:no-repeat;
}
#ix8bqb{
  border-radius:0 0 0 0;
}
#iyriqh{
  font-family:Figtree, sans-serif;
  color:rgb(255, 255, 255);
  border-radius:0 0 0 0;
  background-image:url('/Images/_98_0b3f5828-8d4c-456e-b71a-116a6392984e.jpg');
  object-fit:cover;
  background-repeat:no-repeat;
}
#i7bvlk{
  font-family:Figtree, sans-serif;
  color:rgb(33, 37, 41);
  border-radius:0 0 0 0;
}
#i2cd7k{
  font-family:Figtree, sans-serif;
  color:rgb(255, 255, 255);
  border-radius:0 0 0 0;
  background-image:url('/Images/_98_3a46bb27-35a0-4734-a692-e7dc1ba2974a.jpg');
  object-fit:cover;
  background-repeat:no-repeat;
}
#iy9hyd{
  font-family:Figtree, sans-serif;
  color:rgb(255, 255, 255);
  border-radius:0 0 0 0;
  background-image:url('/Images/_98_ac06effe-620a-4b77-95ef-052c827ef752.jpg');
  object-fit:cover;
  background-repeat:no-repeat;
}
#imlcyk{
  font-family:Figtree, sans-serif;
  color:rgb(255, 255, 255);
  border-radius:0 0 0 0;
  background-image:url('/Images/_98_969a71e7-cb06-4b3d-a9c0-90955358d5ed.jpg');
  object-fit:cover;
  background-repeat:no-repeat;
}
.section-custom-overly .project-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform 0.3s;
}
.project-varient-overlay .project-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform 0.3s;
}
.contact_img img{
  width:100%;
  object-fit:cover;
  max-width:100%;
}
.project-card-wesdf img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform 0.3s;
}
.project-carousel-wrapper .right-panel img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.ourexpertisesection .logo-box img{
  max-width:70%;
  max-height:70%;
}
.squareCard .square-card img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  padding:40px 30px;
  width:100%;
}
.breadcrumb li a button span{
  font-size:22px !important;
  font-weight:300 !important;
  padding:0px !important;
}
.breadcrumb img{
  width:6px !important;
  height:10px !important;
}
.projectcategory-carousel-wrapper .right-panel img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.paragraph01Block-tJBgl span{
  display:block;
}
.heading07Block-3IUsG span{
  display:block;
}
.address span{
  display:block;
}
.graph-outer-container-D8m9I{
  display:flex;
  justify-content:flex-start;
  align-items:stretch;
  flex-wrap:nowrap;
  padding:10px;
}
.graph-cell-D8m9I{
  min-height:75px;
  flex-grow:1;
  flex-basis:100%;
}
.headline-text{
  font-weight:900;
  font-size:56px;
  line-height:normal;
}
#ifzgs6{
  color:black;
  background-size:cover;
  background-position:center center;
  display:flex;
  align-items:center;
  max-width:1704px;
  margin:0px auto;
  position:relative;
  padding:0px 10px;
  font-family:Figtree, sans-serif;
  border-radius:0px;
}
#iz8k45{
  background-color:rgba(0, 87, 184, 0.05);
  color:black;
  padding:20px 0px;
  min-height:365px;
  height:auto;
  font-family:Figtree, sans-serif;
  border-color:black;
  font-size:0px;
  border-radius:0px;
}
#bold-title2{
  color:rgb(7, 32, 55);
  font-size:42px;
  font-family:Figtree, sans-serif;
  max-width:1392px;
  margin:0px auto;
  font-style:italic;
  z-index:10;
  width:100%;
  text-transform:uppercase;
  border-color:black;
  border-radius:0px;
}
#ijr048{
  height:250px;
  position:absolute;
  width:350px;
  left:135px;
}
#i7c0u5{
  font-weight:900;
  font-family:Figtree, sans-serif;
  color:#0057b8;
  border-radius:0 0 0 0;
}
#ip2jh5{
  font-weight:900;
  font-family:Figtree, sans-serif;
  color:#0057b8;
  border-radius:0 0 0 0;
}
#is9v0x{
  color:#000000;
  font-family:Figtree, sans-serif;
  margin:0 0 0px 0;
  font-weight:700;
  font-size:18px;
  border-radius:0 0 0 0;
}
#i0d8z5{
  color:#000000;
  font-family:Figtree, sans-serif;
  margin:0 0 0px 0;
  border-radius:0 0 0 0;
}
#iy8gbi{
  border-radius:0 0 0 0;
}
#ir87lh{
  font-family:Figtree, sans-serif;
  border-radius:0 0 0 0;
}
#i6c7zn{
  border-radius:0 0 0 0;
  width:14px;
  height:16px;
}
#i4iu7j{
  font-family:Figtree, sans-serif;
  border-radius:0 0 0 0;
}
#ik5iq4{
  font-family:Figtree, sans-serif;
  color:rgb(33, 37, 41);
  border-radius:0 0 0 0;
}
.graph-outer-container-N51gH{
  display:flex;
  justify-content:flex-start;
  align-items:stretch;
  flex-wrap:nowrap;
  padding:10px;
}
.graph-outer-container-N51gH .flex-thirty{
  flex-basis:30%;
}
.graph-outer-container-N51gH .flex-seventy{
  flex-basis:70%;
}
.graph-cell-N51gH{
  min-height:75px;
  flex-grow:1;
  flex-basis:100%;
}
#i469w8x{
  color:#000000;
  margin:0 0 45px 0;
  font-family:Figtree, sans-serif;
  text-align:center;
  font-weight:700;
  text-transform:uppercase;
  font-size:28px;
  border-radius:0 0 0 0;
}
#i51p6h{
  color:rgb(33, 37, 41);
  border-radius:0 0 0 0;
  max-width:1392px;
  margin:0px auto 0px auto;
}
.bulletText01Block-rKUeL{
  text-align:left;
}
#ilgtr7k{
  color:#000000;
  font-family:Figtree, sans-serif;
  margin:0 0 0px 0;
  font-weight:700;
  font-size:18px;
  border-radius:0 0 0 0;
}
#ibl928y{
  color:#000000;
  border-radius:0 0 0 0;
  font-family:Figtree, sans-serif;
}
#ik76vre{
  color:#000000;
  border-radius:0 0 0 0;
  font-family:Figtree, sans-serif;
}
#ipmb3pk{
  color:#000000;
  border-radius:0 0 0 0;
  font-family:Figtree, sans-serif;
}
#i8wogpz{
  color:#000000;
  border-radius:0 0 0 0;
  font-family:Figtree, sans-serif;
}
#infchph{
  color:#000000;
  border-radius:0 0 0 0;
  font-family:Figtree, sans-serif;
}
#i3gdfrg{
  color:#000000;
  border-radius:0 0 0 0;
  font-family:Figtree, sans-serif;
}
#iao48s9{
  color:#000000;
  border-radius:0 0 0 0;
  font-family:Figtree, sans-serif;
  font-size:16px;
  padding:10px 0px 10px 30px;
  margin:0 0 0px 0;
}
#i3jkv2v{
  color:#000000;
  font-family:Figtree, sans-serif;
  margin:0 0 0px 0;
  font-weight:500;
  font-size:18px;
  border-radius:0 0 0 0;
  padding:0 0 0 10px;
}
#itkrhhl{
  color:#000000;
  border-radius:0 0 0 0;
  font-family:Figtree, sans-serif;
}
#i52ceqk{
  color:#000000;
  border-radius:0 0 0 0;
  font-family:Figtree, sans-serif;
}
#i2kcg5s{
  color:#000000;
  border-radius:0 0 0 0;
  font-family:Figtree, sans-serif;
}
#idxrtif{
  color:#000000;
  border-radius:0 0 0 0;
  font-family:Figtree, sans-serif;
}
#ibd9ogi{
  color:#000000;
  border-radius:0 0 0 0;
  font-family:Figtree, sans-serif;
}
#in7yptq{
  color:#000000;
  border-radius:0 0 0 0;
  font-family:Figtree, sans-serif;
}
#ijbztlc{
  color:#000000;
  border-radius:0 0 0 0;
  font-family:Figtree, sans-serif;
  font-size:16px;
  padding:10px 0px 10px 30px;
  margin:0 0 0px 0;
}
#ivfyeot{
  color:#000000;
  border-radius:0 0 0 0;
  font-family:Figtree, sans-serif;
}
#i6ts3f{
  color:rgb(33, 37, 41);
  border-radius:0 0 0 0;
  padding:10px 10px 45px 10px;
}
#i76bpk{
  color:rgb(33, 37, 41);
  border-color:black;
  padding:0px 0px 0px 0px;
  border-radius:0 0 0 0;
}
#ix8bqb-2{
  font-size:16px;
  border-radius:0 0 0 0;
}
#im4aww-2{
  color:rgb(33, 37, 41);
  font-size:16px;
  border-radius:0 0 0 0;
}
#ixicsb-2{
  color:rgb(33, 37, 41);
  font-size:16px;
  border-radius:0 0 0 0;
}
#i4f3y4-2{
  color:rgb(33, 37, 41);
  font-size:16px;
  border-radius:0 0 0 0;
}
@media (max-width: 1596px){
  .image-gallery-section .thumbnail, .image-gallery-section .add-thumbnail{
	height:100px !important;
	width:100px !important;
  }
  .image-gallery-section .thumbnails-scroll-container{
	bottom:-60px !important;
	left:-40px !important;
  }
  .image-gallery-section .main-image{
	height:520px !important;
  }
}
@media (max-width: 1240px){
  .investor-wrapper .price{
	font-size:42px;
	font-weight:bold;
	margin-left:15px;
  }
  .investor-wrapper .content-box{
	padding:2rem 1rem;
  }
}
@media (max-width: 1140px){
  .investor-wrapper .dollar-sign{
	font-weight:bold;
	font-size:36px;
	color:rgb(255, 255, 255);
	position:absolute;
	left:0px;
	top:8px;
	line-height:0;
  }
}
@media (max-width: 1124px){
  #iz8k45{
	padding:0px 20px;
	min-height:350px !important;
  }
}
@media (max-width: 1034px){
  .image-gallery-section .thumbnail, .image-gallery-section .add-thumbnail{
	height:200px !important;
	width:200px !important;
  }
  .image-gallery-section .thumbnails-scroll-container{
	bottom:-100px !important;
	left:-60px !important;
  }
}
@media (max-width: 1023px){
  .custom_section_s7kbheft .main-hero-section .background-text{
	font-size:90px;
  }
  .custom_section_s7kbheft .main-hero-section .foreground-text{
	font-size:32px;
  }
  .custom_section_s7kbheft .main-hero-section .breadcrumb-text{
	font-size:14px;
  }
  .custom_section_bf9s6w6t .main-hero-section .background-text{
	font-size:90px;
  }
  .custom_section_bf9s6w6t .main-hero-section .foreground-text{
	font-size:32px;
  }
  .custom_section_bf9s6w6t .main-hero-section .breadcrumb-text{
	font-size:14px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .main-hero-section .background-text{
	font-size:90px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .main-hero-section .foreground-text{
	font-size:32px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .main-hero-section .breadcrumb-text{
	font-size:14px;
  }
  .main-hero-section .background-text{
	font-size:90px;
  }
  .main-hero-section .foreground-text{
	font-size:32px;
  }
  .main-hero-section .breadcrumb-text{
	font-size:14px;
  }
}
@media (max-width: 992px){
  #igjb4{
	height:auto;
  }
  .graph-cell-HZlLt{
	min-height:100px;
  }
  .graph-outer-container-HZlLt{
	flex-wrap:nowrap;
  }
  .graph-cell-EUp0U{
	min-height:100px;
  }
  .graph-outer-container-EUp0U{
	flex-wrap:nowrap;
  }
  #it0wcd{
	font-size:28px;
  }
  .graph-cell-EHJiQ{
	min-height:100px;
  }
  .graph-cell-hYYza{
	min-height:100px;
  }
  .graph-outer-container-EHJiQ{
	flex-wrap:nowrap;
  }
  .graph-cell-cJQN9{
	min-height:100px;
  }
  .graph-outer-container-cJQN9{
	flex-wrap:nowrap;
  }
  #iz427s{
	font-size:28px;
	border-color:black;
  }
  #ia7lu{
	padding:45px 15px 45px 15px;
  }
  #iq9z8k{
	padding:45px 10px 45px 10px;
  }
  #ih1pc{
	color:rgb(33, 37, 41);
  }
  .custom_section_6tak8pmz #iewg4{
	height:642px;
  }
  .custom_section_6tak8pmz #ie3b5{
	font-size:100px;
  }
  .custom_section_6tak8pmz #iw2jf{
	font-size:32px;
  }
  .custom_section_s7kbheft #igjb4{
	height:auto;
  }
  .custom_section_s7kbheft .custom_section_6tak8pmz #iewg4{
	height:642px;
  }
  .custom_section_s7kbheft .custom_section_6tak8pmz #ie3b5{
	font-size:100px;
  }
  .custom_section_s7kbheft .custom_section_6tak8pmz #iw2jf{
	font-size:32px;
  }
  .custom_section_s7kbheft #ilf6vw{
	padding:50px 0px 0px;
  }
  .custom_section_s7kbheft #icuk81{
	width:100%;
	min-width:100%;
	padding:0px 0px 50px;
  }
  .custom_section_s7kbheft #i3gzxd{
	font-size:32px;
  }
  .custom_section_s7kbheft #iogwxh{
	width:100%;
	min-width:100%;
	padding:0px 0px 50px;
  }
  .custom_section_bf9s6w6t #igjb4{
	height:auto;
  }
  .custom_section_bf9s6w6t .custom_section_6tak8pmz #iewg4{
	height:642px;
  }
  .custom_section_bf9s6w6t .custom_section_6tak8pmz #ie3b5{
	font-size:100px;
  }
  .custom_section_bf9s6w6t .custom_section_6tak8pmz #iw2jf{
	font-size:32px;
  }
  .custom_section_bf9s6w6t #ilf6vw{
	padding:50px 0px 0px;
  }
  .custom_section_bf9s6w6t #icuk81{
	width:100%;
	min-width:100%;
	padding:0px 0px 50px;
  }
  .custom_section_bf9s6w6t #i3gzxd{
	font-size:32px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #igjb4{
	height:auto;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .custom_section_6tak8pmz #iewg4{
	height:642px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .custom_section_6tak8pmz #ie3b5{
	font-size:100px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .custom_section_6tak8pmz #iw2jf{
	font-size:32px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #ilf6vw{
	padding:50px 0px 0px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #icuk81{
	width:100%;
	min-width:100%;
	padding:0px 0px 50px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #i3gzxd{
	font-size:32px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #iogwxh{
	width:100%;
	min-width:100%;
	padding:0px 0px 50px;
  }
  .custom_section_bf9s6w6t #im0pww{
	width:100%;
	min-width:100%;
	padding:0px 0px 50px;
  }
  #iywptc{
	padding:35px 10px 35px 10px;
  }
  #iw6vhi{
	font-size:28px;
  }
  #im9xrk{
	max-width:100%;
  }
  .graph-cell-qzwgU{
	min-height:100px;
  }
  .graph-cell-T4cs1{
	min-height:100px;
  }
  .graph-outer-container-qzwgU{
	flex-wrap:nowrap;
  }
  .graph-cell-hVX4C{
	min-height:100px;
  }
  .graph-outer-container-hVX4C{
	flex-wrap:nowrap;
  }
  .graph-cell-GO1He{
	min-height:100px;
  }
  .graph-outer-container-GO1He{
	flex-wrap:nowrap;
  }
  #i29c8p{
	padding:20px 14px 20px 14px;
  }
  #i7iss3{
	display:flex;
	align-items:flex-start;
  }
  #ijt61b{
	padding:10px 10px 45px 10px;
  }
  #icdxu8{
	padding:45px 10px 45px 10px;
  }
  #i3e7fl{
	margin:0px 0px 15px 0px;
  }
  #isz8ow{
	padding:10px 10px 45px 10px;
  }
  #i8kbz2{
	margin:5px 0px 25px 0px;
  }
  #iaax1l{
	height:auto;
  }
  #ie5n9u{
	height:100%;
  }
  .explore-project-carousel-wrapper .carousel-slide{
	width:85%;
  }
  .explore-project-carousel-wrapper .carousel-overlay{
	right:-150px;
	width:300px;
	height:260px;
  }
  .mastec-services .service-title{
	max-width:100%;
	font-size:28px;
  }
  .project-card-wesdf .news-text{
	font-size:18px;
  }
  .project-card-wesdf .news-description{
	font-size:15px;
  }
  .project-card-wesdf .bottom-strip{
	padding:30px;
	font-size:16px;
  }
  .project-card-wesdf .arrow-icon .icon-box{
	width:60px;
	height:60px;
  }
  .project-card-wesdf .arrow-icon i{
	font-size:20px;
  }
  .project-carousel-wrapper .carousel-item .row{
	flex-direction:column;
	height:auto;
  }
  .project-carousel-wrapper .left-panel{
	height:auto;
	width:100%;
	padding:20px;
  }
  .project-carousel-wrapper .right-panel{
	width:100%;
	height:200px;
  }
  .squareCard .square-card{
	height:280px;
  }
  .investor-wrapper .content-box{
	padding:2rem 1rem;
	max-width:100%;
	min-height:346px;
	height:100%;
	width:100%;
  }
  .investor-wrapper .price{
	font-size:38px;
	font-weight:bold;
	margin-left:15px;
  }
  .investor-wrapper .price-container .dollar-sign{
	font-size:24px;
	top:10px;
  }
  #iz8k45{
	padding:20px;
	min-height:250px !important;
  }
  #bold-title2{
	font-size:32px;
  }
  #ijr048{
	width:150px;
	height:150px;
	left:20px;
  }
  .graph-cell-N51gH{
	min-height:100px;
  }
  .graph-outer-container-N51gH{
	flex-wrap:nowrap;
  }
  #i469w8x{
	margin:0px 0px 35px 0px;
  }
  #i3jkv2v{
	padding:0px 0px 0px 0px;
  }
  #ixuc1k{
	padding:0px 0px 0px 0px;
  }
}
@media (min-width: 992px){
  .project-varient-featured .card-grid{
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	gap:42px 20px;
  }
}
@media (max-width: 991px){
  section.contact_section_formRow{
	min-height:auto;
  }
  .contact_section_formRow .contact_field{
	padding:30px;
  }
}
@media (max-width: 768px){
  .Awards-And-Recognition-accordion .accordion-button{
	flex-wrap:wrap;
  }
  .Awards-And-Recognition-accordion .accordion-img{
	width:50px;
	height:50px;
  }
  .values-container .values-grid{
	grid-template-columns:1fr;
  }
  .values-container .value-card{
	height:280px;
	padding:30px;
  }
  .values-container .value-card-title{
	font-size:22px;
  }
  .values-container .value-card-description{
	font-size:16px;
  }
  .graph-cell-HZlLt{
	min-height:100px;
  }
  .graph-outer-container-HZlLt{
	flex-wrap:wrap;
  }
  .graph-cell-EUp0U{
	min-height:100px;
  }
  .graph-outer-container-EUp0U{
	flex-wrap:wrap;
  }
  #it0wcd{
	font-size:24px;
  }
  .graph-cell-EHJiQ{
	min-height:100px;
  }
  .graph-cell-hYYza{
	min-height:100px;
  }
  .graph-outer-container-EHJiQ{
	flex-wrap:wrap;
  }
  #ia7lu{
	min-width:100%;
	padding:45px 10px 45px 10px;
  }
  #i38rj{
	color:rgb(33, 37, 41);
	border-color:black;
	min-height:250px;
  }
  .graph-cell-cJQN9{
	min-height:100px;
  }
  .graph-outer-container-cJQN9{
	flex-wrap:wrap;
  }
  #iz427s{
	font-size:24px;
  }
  #i11ml9{
	max-width:100%;
  }
  #ixo1e{
	color:rgb(33, 37, 41);
  }
  #ihmml5{
	max-width:100%;
  }
  #i6dvzu{
	margin:0 0 0px 0;
  }
  #im9xrk{
	color:rgb(33, 37, 41);
	border-color:black;
  }
  .custom_section_s7kbheft .graph-outer-container-uvhWt{
	flex-wrap:wrap;
  }
  .custom_section_s7kbheft .graph-outer-container-d6Vrt{
	flex-wrap:wrap;
  }
  .custom_section_s7kbheft .graph-cell-PgaBl{
	min-height:100px;
  }
  .custom_section_s7kbheft .graph-outer-container-PgaBl{
	flex-wrap:wrap;
  }
  .custom_section_s7kbheft .graph-cell-td47v{
	min-height:100px;
  }
  .custom_section_s7kbheft .graph-outer-container-td47v{
	flex-wrap:wrap;
  }
  .custom_section_s7kbheft .graph-cell-7fTlH{
	min-height:100px;
  }
  .custom_section_s7kbheft .graph-cell-jlwmg{
	min-height:100px;
  }
  .custom_section_s7kbheft .graph-outer-container-7fTlH{
	flex-wrap:wrap;
  }
  .custom_section_s7kbheft .graph-cell-A7QTL{
	min-height:100px;
  }
  .custom_section_s7kbheft .graph-cell-Mx9h5{
	min-height:100px;
  }
  .custom_section_s7kbheft .graph-outer-container-A7QTL{
	flex-wrap:wrap;
  }
  .custom_section_s7kbheft .graph-cell-rsFeE{
	min-height:100px;
  }
  .custom_section_s7kbheft .graph-cell-RL5lJ{
	min-height:100px;
  }
  .custom_section_s7kbheft .graph-outer-container-rsFeE{
	flex-wrap:wrap;
  }
  .custom_section_s7kbheft .graph-cell-vM7O4{
	min-height:100px;
  }
  .custom_section_s7kbheft .graph-outer-container-vM7O4{
	flex-wrap:wrap;
  }
  .custom_section_bf9s6w6t .graph-outer-container-uvhWt{
	flex-wrap:wrap;
  }
  .custom_section_bf9s6w6t .graph-outer-container-d6Vrt{
	flex-wrap:wrap;
  }
  .custom_section_bf9s6w6t .graph-cell-PgaBl{
	min-height:100px;
  }
  .custom_section_bf9s6w6t .graph-outer-container-PgaBl{
	flex-wrap:wrap;
  }
  .custom_section_bf9s6w6t .graph-cell-td47v{
	min-height:100px;
  }
  .custom_section_bf9s6w6t .graph-outer-container-td47v{
	flex-wrap:wrap;
  }
  .custom_section_bf9s6w6t .graph-cell-7fTlH{
	min-height:100px;
  }
  .custom_section_bf9s6w6t .graph-cell-jlwmg{
	min-height:100px;
  }
  .custom_section_bf9s6w6t .graph-outer-container-7fTlH{
	flex-wrap:wrap;
  }
  .custom_section_bf9s6w6t .graph-cell-A7QTL{
	min-height:100px;
  }
  .custom_section_bf9s6w6t .graph-cell-Mx9h5{
	min-height:100px;
  }
  .custom_section_bf9s6w6t .graph-outer-container-A7QTL{
	flex-wrap:wrap;
  }
  .custom_section_bf9s6w6t .graph-cell-rsFeE{
	min-height:100px;
  }
  .custom_section_bf9s6w6t .graph-cell-RL5lJ{
	min-height:100px;
  }
  .custom_section_bf9s6w6t .graph-outer-container-rsFeE{
	flex-wrap:wrap;
  }
  .custom_section_bf9s6w6t .graph-cell-vM7O4{
	min-height:100px;
  }
  .custom_section_bf9s6w6t .graph-outer-container-vM7O4{
	flex-wrap:wrap;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .graph-outer-container-uvhWt{
	flex-wrap:wrap;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .graph-outer-container-d6Vrt{
	flex-wrap:wrap;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .graph-cell-PgaBl{
	min-height:100px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .graph-outer-container-PgaBl{
	flex-wrap:wrap;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .graph-cell-td47v{
	min-height:100px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .graph-outer-container-td47v{
	flex-wrap:wrap;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .graph-cell-7fTlH{
	min-height:100px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .graph-cell-jlwmg{
	min-height:100px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .graph-outer-container-7fTlH{
	flex-wrap:wrap;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .graph-cell-A7QTL{
	min-height:100px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .graph-cell-Mx9h5{
	min-height:100px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .graph-outer-container-A7QTL{
	flex-wrap:wrap;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .graph-cell-rsFeE{
	min-height:100px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .graph-cell-RL5lJ{
	min-height:100px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .graph-outer-container-rsFeE{
	flex-wrap:wrap;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .graph-cell-vM7O4{
	min-height:100px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .graph-outer-container-vM7O4{
	flex-wrap:wrap;
  }
  #ishjik{
	color:rgb(33, 37, 41);
	border-color:black;
  }
  #iw6vhi{
	font-size:24px;
  }
  #idn2ck{
	color:rgb(33, 37, 41);
	border-color:black;
  }
  #i19v7a{
	color:rgb(33, 37, 41);
	border-color:black;
  }
  #iq0lem{
	color:rgb(33, 37, 41);
	border-color:black;
  }
  .graph-cell-qzwgU{
	min-height:100px;
  }
  .graph-cell-T4cs1{
	min-height:100px;
  }
  .graph-outer-container-qzwgU{
	flex-wrap:wrap;
  }
  .graph-cell-hVX4C{
	min-height:100px;
  }
  .graph-outer-container-hVX4C{
	flex-wrap:wrap;
  }
  .graph-cell-GO1He{
	min-height:100px;
  }
  .graph-outer-container-GO1He{
	flex-wrap:wrap;
  }
  #is7kyd{
	height:250px;
	object-fit:cover;
  }
  #ie5n9u{
	color:rgb(33, 37, 41);
	width:100%;
  }
  #iz4pa1{
	padding:0px 0px 10px 0px;
  }
  #ijt61b{
	padding:0px 0px 0px 0px;
  }
  #iaax1l{
	padding:0px 0px 0px 0px;
	border-radius:0 0 0 0;
  }
  #izvtji{
	padding:0px 10px 0px 10px;
	height:100%;
  }
  #icdxu8{
	padding:35px 10px 35px 10px;
  }
  .Leadership-accordion .accordion-button{
	flex-wrap:wrap;
  }
  .Leadership-accordion .accordion-img{
	width:55px;
	height:80px;
  }
  #i3e7fl{
	font-size:24px;
	margin:0px 0px 12px 0px;
  }
  #isz8ow{
	padding:10px 10px 35px 10px;
  }
  .explore-project-carousel-wrapper .carousel-slide{
	position:absolute;
	width:100%;
	height:100%;
	opacity:0;
  }
  .explore-project-carousel-wrapper .carousel-slide.active{
	opacity:1;
  }
  .explore-project-carousel-wrapper .carousel-overlay{
	position:absolute;
	bottom:0px;
	right:0px;
	top:auto;
	transform:none;
	width:100%;
	height:auto;
	padding:16px;
  }
  .explore-project-carousel-wrapper .carousel-nav-btn.next{
	right:10px;
  }
  .explore-project-carousel-wrapper .carousel-nav-btn.prev{
	left:10px;
  }
  .mastec-services .service-card{
	height:320px;
	padding:20px 10px;
  }
  .mastec-services .service-title{
	max-width:100%;
	font-size:24px;
  }
  .project-carousel-wrapper .carousel-item .row{
	flex-direction:column;
	height:auto;
  }
  .project-carousel-wrapper .left-panel{
	height:auto;
	width:100%;
	padding:20px;
  }
  .project-carousel-wrapper .right-panel{
	width:100%;
	height:200px;
  }
  .squareCard .square-card{
	height:250px;
  }
  .projectcategory-carousel-wrapper .carousel-item .row{
	flex-direction:column;
	height:auto;
  }
  .projectcategory-carousel-wrapper .left-panel{
	height:auto;
	width:100%;
	padding:20px;
  }
  .projectcategory-carousel-wrapper .right-panel{
	width:100%;
	height:200px;
  }
  .image-gallery-section .main-image{
	height:400px !important;
  }
  .image-gallery-section .thumbnail, .image-gallery-section .add-thumbnail{
	height:120px !important;
	width:120px !important;
  }
  .image-gallery-section .thumbnails-scroll-container{
	bottom:-80px !important;
	left:-40px !important;
  }
  .graph-cell-D8m9I{
	min-height:100px;
  }
  .graph-outer-container-D8m9I{
	flex-wrap:wrap;
  }
  #bold-title2{
	font-size:30px;
  }
  #iz8k45{
	min-height:250px !important;
  }
  #ifzgs6{
	padding:20px 10px;
  }
  .graph-cell-N51gH{
	min-height:100px;
  }
  .graph-outer-container-N51gH{
	flex-wrap:wrap;
  }
  #i469w8x{
	font-size:24px;
	margin:0px 0px 35px 0px;
  }
  #i6ts3f{
	padding:45px 10px 45px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .project-varient-featured .card-grid{
	display:grid;
	grid-template-columns:repeat(2, 1fr);
	gap:42px 20px;
  }
}
@media (max-width: 767.98px){
  .custom-section-pills-sidebar .content{
	margin-top:30px;
	margin-left:0px;
  }
  .custom-section-pills-sidebar .sidebar{
	width:100%;
	padding-right:0px;
  }
  .custom-section-pills-sidebar .sidebar .nav-link{
	width:100%;
  }
  .custom-section-pills-sidebar .sidebar .nav-link.active::after{
	display:none;
  }
}
@media (max-width: 767px){
  .custom_section_s7kbheft .main-hero-section .background-text{
	font-size:60px;
	line-height:150px;
  }
  .custom_section_s7kbheft .main-hero-section .foreground-text{
	font-size:32px;
  }
  .custom_section_s7kbheft .main-hero-section .breadcrumb-text{
	font-size:14px;
  }
  .custom_section_bf9s6w6t .main-hero-section .background-text{
	font-size:60px;
	line-height:150px;
  }
  .custom_section_bf9s6w6t .main-hero-section .foreground-text{
	font-size:32px;
  }
  .custom_section_bf9s6w6t .main-hero-section .breadcrumb-text{
	font-size:14px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .main-hero-section .background-text{
	font-size:60px;
	line-height:150px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .main-hero-section .foreground-text{
	font-size:32px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .main-hero-section .breadcrumb-text{
	font-size:14px;
  }
  .main-hero-section .background-text{
	font-size:60px;
	line-height:150px;
  }
  .main-hero-section .foreground-text{
	font-size:32px;
  }
  .main-hero-section .breadcrumb-text{
	font-size:14px;
  }
  .project-varient-featured .card-grid{
	display:grid;
	grid-template-columns:1fr;
	row-gap:20px;
  }
}
@media (max-width: 576px){
  .section-custom-overly .project-card{
	height:360px;
  }
  .section-custom-overly .news-text{
	font-size:0.95rem;
  }
  .section-custom-overly .arrow-icon{
	padding:8px;
  }
  .section-custom-overly .arrow-icon-image{
	width:22px;
	height:22px;
  }
  .project-varient-overlay .project-card{
	height:360px;
  }
  .project-varient-overlay .news-overlay{
	padding:0.75rem;
  }
  .project-varient-overlay .news-text{
	font-size:0.95rem;
  }
  .project-varient-overlay .arrow-icon{
	padding:8px;
  }
  .project-varient-overlay .arrow-icon .arrow-icon-image{
	width:22px;
	height:22px;
  }
  .project-card-wesdf .news-text{
	font-size:16px;
  }
  .project-card-wesdf .news-description{
	font-size:14px;
  }
  .project-card-wesdf .bottom-strip{
	padding:20px;
	font-size:15px;
  }
  .project-card-wesdf .news-overlay{
	padding:20px;
  }
  .project-card-wesdf .arrow-icon .icon-box{
	width:48px;
	height:48px;
  }
  .project-card-wesdf .arrow-icon i{
	font-size:18px;
  }
  .contact_section_formRow .contact_field{
	padding:20px;
  }
  .contact_section_formRow .contact_field button{
	font-size:14px;
	padding:12px;
  }
  .contact_field input, .contact_field select, .contact_field textarea{
	font-size:13px;
	padding:12px;
  }
  .form_row .form_col{
	flex:1 1 100%;
  }
  .squareCard .square-card{
	max-width:90%;
	height:220px;
  }
  .investor-wrapper .content-box{
	max-width:100%;
	padding:2rem 1rem;
  }
  .investor-wrapper .price{
	font-size:48px;
	font-weight:bold;
	margin-left:15px;
  }
  .investor-wrapper .price-container .dollar-sign{
	font-size:24px;
	top:10px;
  }
}
@media (max-width: 568px){
  #iz8k45{
	min-height:150px !important;
  }
}
@media (max-width: 557px){
  .main-hero-section .background-text{
	font-size:60px;
	line-height:150px;
  }
  .main-hero-section .foreground-text{
	font-size:32px;
  }
  .main-hero-section .breadcrumb-text{
	font-size:14px;
  }
  .custom_section_s7kbheft .main-hero-section .background-text{
	font-size:60px;
	line-height:150px;
  }
  .custom_section_s7kbheft .main-hero-section .foreground-text{
	font-size:32px;
  }
  .custom_section_s7kbheft .main-hero-section .breadcrumb-text{
	font-size:14px;
  }
  .custom_section_bf9s6w6t .main-hero-section .background-text{
	font-size:60px;
	line-height:150px;
  }
  .custom_section_bf9s6w6t .main-hero-section .foreground-text{
	font-size:32px;
  }
  .custom_section_bf9s6w6t .main-hero-section .breadcrumb-text{
	font-size:14px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .main-hero-section .background-text{
	font-size:60px;
	line-height:150px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .main-hero-section .foreground-text{
	font-size:32px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .main-hero-section .breadcrumb-text{
	font-size:14px;
  }
}
@media (max-width: 480px){
  #im9xrk{
	color:rgb(33, 37, 41);
  }
  .px-4.container-fluid{
	color:black;
	border-color:black;
  }
  .navbar-toggler{
	color:black;
	border-color:black;
  }
  .custom_section_6tak8pmz #iewg4{
	height:600px;
  }
  .custom_section_6tak8pmz #ie3b5{
	font-size:70px;
  }
  .custom_section_s7kbheft #i13vj{
	color:black;
  }
  .custom_section_s7kbheft #iw02j{
	width:100%;
	height:100%;
  }
  .custom_section_s7kbheft #irwyri{
	color:white;
  }
  .custom_section_s7kbheft #i4mur{
	color:white;
	font-size:30px;
	line-height:35px;
  }
  .custom_section_s7kbheft #iz1qq5{
	font-size:30px;
	line-height:35px;
  }
  .custom_section_s7kbheft #i3gzxd{
	padding:0px 10px;
	font-size:30px;
	min-width:100%;
  }
  .custom_section_s7kbheft #i3ncvo{
	font-size:30px;
	min-width:100%;
	line-height:35px;
  }
  .custom_section_s7kbheft #ixik9s{
	display:flex;
	margin:auto;
  }
  .custom_section_s7kbheft #iyelu7{
	text-align:center;
	font-family:Figtree, sans-serif;
	color:black;
  }
  .custom_section_s7kbheft #is7gb4{
	font-size:16px;
	color:black;
  }
  .custom_section_s7kbheft #iet48g{
	font-size:16px;
  }
  .custom_section_s7kbheft #iax6w3{
	font-size:16px;
  }
  .custom_section_s7kbheft #ieaeid{
	font-size:16px;
  }
  .custom_section_s7kbheft #i0rv2f{
	font-size:16px;
  }
  .custom_section_s7kbheft #ia61j{
	margin:0px 0px 5px;
	color:black;
  }
  .custom_section_s7kbheft #idwxml{
	margin:0px 0px 5px;
  }
  .custom_section_s7kbheft #i1epju{
	margin:0px 0px 5px;
	color:black;
  }
  .custom_section_s7kbheft #iq507f{
	margin:0px 0px 5px;
  }
  .custom_section_s7kbheft #inxday{
	margin:0px 0px 5px;
  }
  .custom_section_s7kbheft #i2ai7l{
	color:black;
	border:0px solid black;
	padding:50px 0px 0px;
  }
  .custom_section_s7kbheft #i71u1a{
	padding:50px 15px;
  }
  .custom_section_s7kbheft #iitdtq{
	height:600px;
  }
  .custom_section_s7kbheft #ir5a6{
	padding:0px 0px 0px 15px;
  }
  .custom_section_s7kbheft #i1t643{
	min-height:auto;
  }
  .custom_section_s7kbheft .custom_section_6tak8pmz #iewg4{
	height:600px;
  }
  .custom_section_s7kbheft .custom_section_6tak8pmz #ie3b5{
	font-size:70px;
  }
  .custom_section_s7kbheft #ilf6vw{
	padding:0px;
	font-size:34px;
  }
  .custom_section_s7kbheft #icuk81{
	width:100%;
	min-width:100%;
	padding:0px 0px 50px;
  }
  .custom_section_s7kbheft #id13nr{
	margin:0px 15px 20px;
	min-height:auto;
  }
  .custom_section_s7kbheft #iorx73{
	margin:0px 15px 20px;
  }
  .custom_section_s7kbheft #i5b2ch{
	margin:0px 15px 20px;
	min-height:auto;
  }
  .custom_section_s7kbheft #ish4gw{
	margin:0px 15px 20px;
  }
  .custom_section_s7kbheft #iogwxh{
	width:100%;
	min-width:100%;
	padding:0px 0px 50px;
  }
  .custom_section_bf9s6w6t #i13vj{
	color:black;
  }
  .custom_section_bf9s6w6t #iw02j{
	width:100%;
	height:100%;
  }
  .custom_section_bf9s6w6t #irwyri{
	color:white;
  }
  .custom_section_bf9s6w6t #i4mur{
	color:white;
	font-size:30px;
	line-height:35px;
  }
  .custom_section_bf9s6w6t #iz1qq5{
	font-size:30px;
	line-height:35px;
  }
  .custom_section_bf9s6w6t #i3gzxd{
	padding:0px 10px;
	font-size:30px;
	min-width:100%;
  }
  .custom_section_bf9s6w6t #i3ncvo{
	font-size:30px;
	min-width:100%;
	line-height:35px;
  }
  .custom_section_bf9s6w6t #ixik9s{
	display:flex;
	margin:auto;
  }
  .custom_section_bf9s6w6t #iyelu7{
	text-align:center;
	font-family:Figtree, sans-serif;
	color:black;
  }
  .custom_section_bf9s6w6t #is7gb4{
	font-size:16px;
	color:black;
  }
  .custom_section_bf9s6w6t #iet48g{
	font-size:16px;
  }
  .custom_section_bf9s6w6t #iax6w3{
	font-size:16px;
  }
  .custom_section_bf9s6w6t #ieaeid{
	font-size:16px;
  }
  .custom_section_bf9s6w6t #i0rv2f{
	font-size:16px;
  }
  .custom_section_bf9s6w6t #ia61j{
	margin:0px 0px 5px;
	color:black;
  }
  .custom_section_bf9s6w6t #idwxml{
	margin:0px 0px 5px;
  }
  .custom_section_bf9s6w6t #i1epju{
	margin:0px 0px 5px;
	color:black;
  }
  .custom_section_bf9s6w6t #iq507f{
	margin:0px 0px 5px;
  }
  .custom_section_bf9s6w6t #inxday{
	margin:0px 0px 5px;
  }
  .custom_section_bf9s6w6t #i2ai7l{
	color:black;
	border:0px solid black;
	padding:50px 0px 0px;
  }
  .custom_section_bf9s6w6t #i71u1a{
	padding:50px 15px;
  }
  .custom_section_bf9s6w6t #iitdtq{
	height:600px;
  }
  .custom_section_bf9s6w6t #ir5a6{
	padding:0px 0px 0px 15px;
  }
  .custom_section_bf9s6w6t #i1t643{
	min-height:auto;
  }
  .custom_section_bf9s6w6t .custom_section_6tak8pmz #iewg4{
	height:600px;
  }
  .custom_section_bf9s6w6t .custom_section_6tak8pmz #ie3b5{
	font-size:70px;
  }
  .custom_section_bf9s6w6t #ilf6vw{
	padding:0px;
	font-size:34px;
  }
  .custom_section_bf9s6w6t #icuk81{
	width:100%;
	min-width:100%;
	padding:0px 0px 50px;
  }
  .custom_section_bf9s6w6t #id13nr{
	margin:0px 15px 20px;
	min-height:auto;
  }
  .custom_section_bf9s6w6t #iorx73{
	margin:0px 15px 20px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #i13vj{
	color:black;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #iw02j{
	width:100%;
	height:100%;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #irwyri{
	color:white;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #i4mur{
	color:white;
	font-size:30px;
	line-height:35px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #iz1qq5{
	font-size:30px;
	line-height:35px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #i3gzxd{
	padding:0px 10px;
	font-size:30px;
	min-width:100%;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #i3ncvo{
	font-size:30px;
	min-width:100%;
	line-height:35px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #ixik9s{
	display:flex;
	margin:auto;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #iyelu7{
	text-align:center;
	font-family:Figtree, sans-serif;
	color:black;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #is7gb4{
	font-size:16px;
	color:black;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #iet48g{
	font-size:16px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #iax6w3{
	font-size:16px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #ieaeid{
	font-size:16px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #i0rv2f{
	font-size:16px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #ia61j{
	margin:0px 0px 5px;
	color:black;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #idwxml{
	margin:0px 0px 5px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #i1epju{
	margin:0px 0px 5px;
	color:black;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #iq507f{
	margin:0px 0px 5px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #inxday{
	margin:0px 0px 5px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #i2ai7l{
	color:black;
	border:0px solid black;
	padding:50px 0px 0px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #i71u1a{
	padding:50px 15px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #iitdtq{
	height:600px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #ir5a6{
	padding:0px 0px 0px 15px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #i1t643{
	min-height:auto;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .custom_section_6tak8pmz #iewg4{
	height:600px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft .custom_section_6tak8pmz #ie3b5{
	font-size:70px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #ilf6vw{
	padding:0px;
	font-size:34px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #icuk81{
	width:100%;
	min-width:100%;
	padding:0px 0px 50px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #id13nr{
	margin:0px 15px 20px;
	min-height:auto;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #iorx73{
	margin:0px 15px 20px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #i5b2ch{
	margin:0px 15px 20px;
	min-height:auto;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #ish4gw{
	margin:0px 15px 20px;
  }
  .custom_section_bf9s6w6t .custom_section_s7kbheft #iogwxh{
	width:100%;
	min-width:100%;
	padding:0px 0px 50px;
  }
  .custom_section_bf9s6w6t #iaualw{
	margin:0px 15px 20px;
	min-height:auto;
  }
  .custom_section_bf9s6w6t #ia32ic{
	margin:0px 15px 20px;
  }
  .custom_section_bf9s6w6t #im0pww{
	width:100%;
	min-width:100%;
	padding:0px 0px 50px;
  }
  #ishjik{
	color:rgb(33, 37, 41);
  }
  #iw6vhi{
	font-size:22px;
  }
  #idn2ck{
	color:rgb(33, 37, 41);
  }
  #i19v7a{
	color:rgb(33, 37, 41);
  }
  #iq0lem{
	color:rgb(33, 37, 41);
  }
  #iaax1l{
	padding:0px 0px 0px 0px;
  }
  #ijt61b{
	padding:0px 0px 0px 0px;
  }
  #iz4pa1{
	padding:0px 0px 10px 0px;
  }
  #i3e7fl{
	font-size:22px;
	margin:0px 0px 10px 0px;
  }
  .breadcrumb li a button span{
	font-size:16px !important;
	font-weight:300 !important;
	padding:0px !important;
  }
  .breadcrumb li a button{
	font-size:16px !important;
	font-weight:300 !important;
	padding:0px !important;
  }
  .breadcrumb img{
	width:6px !important;
	height:10px !important;
  }
  .expertise-breadcrum .breadcrumb-section{
	align-items:center;
	gap:15px;
  }
  #iz8k45{
	padding:20px 10px 10px;
	min-height:200px !important;
  }
  #bold-title2{
	font-size:26px;
	line-height:normal;
  }
  #ijr048{
	width:150px;
	height:100px;
	left:10px;
  }
  #i469w8x{
	font-size:22px;
	margin:0px 0px 25px 0px;
  }
  #iao48s9{
	padding:10px 0px 10px 20px;
  }
  #ijbztlc{
	padding:10px 0px 10px 20px;
  }
  #i6ts3f{
	padding:45px 10px 35px 10px;
  }
}
@media screen and (max-width: 450px){
  .tabset-Pp88p > label{
	padding:7px 10px;
  }
}
@media (max-width: 420px){
  .image-gallery-section .main-image{
	height:350px;
  }
  .image-gallery-section .thumbnail, .image-gallery-section .add-thumbnail{
	height:100px;
	width:100px;
  }
  .image-gallery-section .thumbnails-scroll-container{
	bottom:-60px;
	left:-40px;
  }
}