:root{
    --color_Blue:#054691;
    --color_Blue_hover:#032b58a4;
    --color_Dark1: #0e0230fb;
    --color_Dark2: #02024b;
    --color_Light1: #dfdfdf;
    --color_Light2: #c4c4c4;
    --color_user:#a77b03;
    --color_user_dark:#705302;
    --color_shadow:#06d4f8;
    --color_btn:#fa460a;
    --color_menulist:#020838;
}
html{
    background:var(--color_menulist);
}

.home{
    background: var(--color_menulist);
}

.banner{
   width:100%;
   height: 100vh;
    background:linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.40),
    rgba(5, 2, 54, 0.925), rgba(3, 1, 41, 0.911)), url(images/img1.jpg);
    background-size: cover;
    background-position: center;
    display: grid;
    justify-content: center;
    align-items: center;

}
.banner .wide{
    color: var(--color_Light2);
    font-size: 35px;
    text-align: center;
}
.banner .wide{
   grid-column: span 2;
   grid-row: span 4;
} 
.gridtext{
   position: relative;
   top: -70px;
   padding-left:60px ;
}
.heading{
   color:var(--color_Light1);
   font-size: 55px;
   font-weight: 600;
   letter-spacing: 2px;
}
.text1{
   position: relative;
   top:-50px;
   color: var(--color_Light1);
   font-size: 17px;
   padding-right:60px ;
}
button{
   position: relative;
   padding: 5px;
   background: var(--color_btn);
   left:10%;
   top:60px;
   border: none;
   border-radius: 2px 10px 0;
   -webkit-border-radius: 2px 10px 0;
   -moz-border-radius: 2px 10px 0;
   -ms-border-radius: 2px 10px 0;
   -o-border-radius: 2px 10px 0;
}
button:hover{
  background-color:#d43906;
}
button a{
   color: var(--color_Light1);
   font-size: 19px;
   font-weight: 700;
   font-family: 'Montserrat', sans-serif;

}
.services-grid-content{
   width: 100%;
   height: fit-content;
   position: relative;
   display: grid;
   grid-template-columns: repeat(2,2fr);
   grid-auto-rows: 200px;
   gap: 10px;
   grid-auto-flow:dense;
   padding: 80px 50px 80px;
}
.services-grid-content > div{
    justify-content: center;
    align-items: center;
}
.servicesbg-fabrication{
   width: 100%;
   height: 100%;
   background:linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.50),
   rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.30)), url(images/grinding-4340695.jpg);
   background-size: cover;
   background-position: center;
   transition: all .9s ease;
   -webkit-transition: all .9s ease;
   -moz-transition: all .9s ease;
   -ms-transition: all .9s ease;
   -o-transition: all .9s ease;
   grid-column: span 1;
   grid-row: span 3;

}
.servicesbg-fabrication:hover{
   background:linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.70),
   rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.70)), url(images/welding73833.jpg);
   background-size: cover;
   background-position: center;
}
.services{
   width: 100%;
   height: 100%;
   color: var(--color_Light1);
   font-size: 25px;
   font-weight:500;
   letter-spacing: 2px;
   opacity: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   transition: .2s;
   -webkit-transition: .2s;
   -moz-transition: .2s;
   -ms-transition: .2s;
   -o-transition: .2s;
}
.services:hover{
   opacity:1 ;
}
.aenl-services{
   width: 100%;
   height: fit-content;
   position: relative;
   top:10%;
   padding-left: 30px;
   grid-column: span 1;
   grid-row: span 3;
}
.aenl-services h2{
   color: var(--color_Light1);
   font-size: 30px;
   text-align: center;
}
.aenl-services p{
   color: var(--color_Light1);
   font-size: 18px;
   letter-spacing: 1px;
}
.aenl-services p button{
   position: relative;
   padding: 5px;
   background: var(--color_btn);
   left:10%;
   top:30px;
   border: none;
   border-radius: 2px 10px 0;
   -webkit-border-radius: 2px 10px 0;
   -moz-border-radius: 2px 10px 0;
   -ms-border-radius: 2px 10px 0;
   -o-border-radius: 2px 10px 0;
}
.aenl-services p button:hover{
   background-color:#d43906;
 }
 .servicesbg-stackmaintenance{
   width: 100%;
   height: 100%;
   background:linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30),
   rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url(images/stack.jpg);
   background-size: cover;
   background-position: center;
   transition: all .9s ease;
   -webkit-transition: all .9s ease;
   -moz-transition: all .9s ease;
   -ms-transition: all .9s ease;
   -o-transition: all .9s ease;
   grid-column: span 1;
   grid-row: span 3;
}
.servicesbg-stackmaintenance:hover{
   background:linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50),
   rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), url(images/stack2.jpeg);
   background-size: cover;
   background-position: center;
}
.servicesbg-strr{
   width: 100%;
   height: 100%;
   background:linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30),
   rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url(images/storage-tank36296721330.jpg);
   background-size: cover;
   background-position: center;
   transition: all .9s ease;
   -webkit-transition: all .9s ease;
   -moz-transition: all .9s ease;
   -ms-transition: all .9s ease;
   -o-transition: all .9s ease;
   grid-column: span 1;
   grid-row: span 3;
}
.servicesbg-strr:hover{
   background:linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60),
   rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url(images/storage-tank36296721330.jpg);
   background-size: cover;
   background-position: center;
}
.aenl-services p .services-link{
   text-decoration: none;
   color: var(--color_Light1);
   font-size: 18px;
   transition: 0.4s;
   -webkit-transition: 0.4s;
   -moz-transition: 0.4s;
   -ms-transition: 0.4s;
   -o-transition: 0.4s;
}
.aenl-services p .services-link:hover{
   color: var(--color_btn);
   font-size: 19px;
}
.servicesbg-inspection{
   width: 100%;
   height: 100%;
   background:linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30),   rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url(images/eddycurrent.jpg);
   background-size: cover;
   background-position: center;
   animation:inspectionBg 10s ease infinite;
   transition: all 9s ease;
   -webkit-transition: all 9s ease;
   -moz-transition: all 9s ease;
   -ms-transition: all 9s ease;
   -o-transition: all 9s ease;
   grid-column: span 1;
   grid-row: span 3;
   -webkit-animation:inspectionBg 10s ease infinite;
}

@keyframes inspectionBg{
   0%{
      background-image:linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30),   rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url(images/MP.jpg);
      background-size: cover;
   }
   20%{
      background-image:linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30),   rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url(images/MP.jpg);
      background-size: cover;
   }
   40%{
      background-image:linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30),   rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url(images/ogi.jpg);
      background-size: cover;
   }
   60%{
      background-image:linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30),   rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url(images/ogi.jpg);
      background-size: cover;
   }
   80%{
      background-image:linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30),   rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url(images/sharewave.avif);
      background-size: cover;
   }
   90%{
      background-image:linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30),   rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url(images/UT.jpg);
      background-size: cover;
   }
   100%{
      background-image:linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30),   rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url(images/UT.jpg);
      background-size: cover;
   }
 
}
.aenl-services p .services-link{
   text-decoration: none;
   color: var(--color_Light1);
   font-size: 18px;
}
.aenl-services p .services-link:hover{
   color: var(--color_btn);
}
.servicesbg-plsm{
   width: 100%;
   height: 100%;
   background:linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30),
   rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url(images/midstream-ga.jpg);
   background-size: cover;
   background-position: center;
   transition: all .9s ease;
   -webkit-transition: all .9s ease;
   -moz-transition: all .9s ease;
   -ms-transition: all .9s ease;
   -o-transition: all .9s ease;
   grid-column: span 1;
   grid-row: span 3;
}
.servicesbg-plsm:hover{
   background:linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60),
   rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url(images/midstream-ga.jpg);
   background-size: cover;
   background-position: center;
}
.servicesbg-ropeaccess{
   width: 100%;
   height: 100%;
   background:linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30),
   rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url(images/rope-access1.jpg);
   background-size: cover;
   background-position: center;
   transition: all .9s ease;
   -webkit-transition: all .9s ease;
   -moz-transition: all .9s ease;
   -ms-transition: all .9s ease;
   -o-transition: all .9s ease;
   grid-column: span 1;
   grid-row: span 3;
}
.servicesbg-ropeaccess:hover{
   background:linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60),
   rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url(images/rope-access1-771.png);
   background-size: cover;
   background-position: center;
}
.servicesbg-guywire{
   width: 100%;
   height: 100%;
   background:linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30),
   rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.30)), url(images/guy\ wire.jpeg);
   background-size: cover;
   background-position: center;
   transition: all .9s ease;
   -webkit-transition: all .9s ease;
   -moz-transition: all .9s ease;
   -ms-transition: all .9s ease;
   -o-transition: all .9s ease;
   grid-column: span 1;
   grid-row: span 3;
}
.servicesbg-guywire .services{
   opacity: 1;
}
#sponsors{
   position: relative;
   top: 10%;
   width: 100%;
   height:fit-content;
   background-size: cover;
   justify-content: space-between;
   overflow: hidden;
}
.table{
   width:100%;
   border-collapse: collapse;
}
.table tbody tr td{
   width: 20%;
   font-size: 19px;
   letter-spacing: 0.35px;
   font-weight: normal;
   color: #b1afaf;
   background-color:var(--color_Dark2);
   padding: 30px;
   text-align: center;
   border:2px solid #87888a85;
}
.table img{
   opacity: 0.8;
}
.table img:hover{
   opacity: 1;
}
h4{
   font-size: 30px;
   background:var(--color_Dark2);
   text-align: center;
   padding: 30px 0 30px;
   color: var(--color_Light1);
}
.img1{
  width:100px;
}
.img2{
   width:100px;

}
.img3{
   width:100px;
}
.img4{
   width:100px;
}
.img5{
   width:100px;
}
.footer{
   position: relative;
   top: 95px;
   text-align: center;
   color:var(--color_Light1);
   font-size: 16px;
   font-weight: bold;
}
.azempire-icon{
   position: relative;
   display: flex;
   top: 85px;
   bottom: 5px;
   width: 10px;
   left: 85%;
   color: var(--color_Light1);
}
.azempire-icon img{
   position: relative;
   width: 90px;
   top:8px;
   left: -50px;
}

@media screen and (max-width:1200px){
   .services-grid-content{
      gap:80px;
   }
  
.banner{
   position: relative;
   top: 10%;
   text-align: center;

}
.heading{
   padding-top: 30px;
   width: 100%;
   font-size: 45px;
   grid-column: span 2;
   grid-row: span 4;
}
.text1{
   padding:0 90px ;
   grid-column: span 2;
   grid-row: span 4;
}
.servicesbg-fabrication{
   grid-column: span 3;

}
.aenl-services{
   grid-column: span 3;
   grid-row: span 2;
}
.servicesbg-stackmaintenance{
   
   position: relative;
   top: -10%;
   grid-column: span 3;
}
.servicesbg-strr{
   
   position: relative;
   top: -5%;
   grid-column: span 3;
}
.strr{
   top: -1%;
}
.servicesbg-inspection{
   
   position: relative;
   top: -5%;
   grid-column: span 3;
}
.inspection{
   top: -6%;
}
.servicesbg-plsm{
   grid-column: span 3;
}
.servicesbg-ropeaccess{
   position: relative;
   top: -5%;
   grid-column: span 3;
}
.servicesbg-guywire{
   grid-column: span 3;
}
.table tbody tr td{
   padding: 10px;
}
.footer{
   top: 130px;
}
.azempire-icon{
   top: 120px;
}
.azempire-icon{
   left: 70%;
}
}
@media screen and (max-width:900px){
   .services-grid-content{
      grid-auto-rows: 205px;
      gap:80px;
   }
   .services-grid-content > div{
      width: 100%;
      height: 100%;
   }
   .servicesbg-fabrication{
      position: relative;
      grid-row: span 2;
      grid-column: span 3;
      top:100px;
   }
 
   .servicesbg-stackmaintenance{
      grid-row: span 2;
      grid-column: span 3;

   }
   .servicesbg-strr{
      grid-row: span 2;
      grid-column: span 3;
   }

   .servicesbg-inspection{
      grid-row: span 2;
      grid-column: span 3;
   }

   .servicesbg-plsm{
      grid-row: span 2;
      grid-column: span 3;
   }
   .servicesbg-ropeaccess{
      grid-row: span 2;
      grid-column: span 3;
   }
   .servicesbg-guywire{
      grid-row: span 2;
      grid-column: span 3;
   }
}
@media screen and (max-width:700px){
   .services-grid-content{
      grid-auto-rows: 265px;
      gap:75px;
   }
   .services-grid-content{
      padding: 0 10px 10px;
   }

  table tbody tr td{
      padding: 10px;
   }
   .img1{
  width:50px;
}
.img2{
   width:50px;

}
.img3{
   width:50px;
}
.img4{
   width:50px;
}
.img5{
   width:50px;
}
.footer{
   font-size: 10px;
   padding-bottom: 20px;
}
.azempire-icon{
   left: 50%;
   top: 105px;
}
}

@media screen and (max-width:580px){
   .services-grid-content > div{
      width: 100%;
      height: 100%;
   }
   .wide h2{
      font-size: 35px;
  }
   .banner .wide{
      font-size: 45px;
      grid-column: span 1;
      grid-row: span 1;
   } 
   .gridtext{
      top: -30px;
      padding-left:0px ;
   }
   .heading{
      font-size: 35px;
   }
   .text1{
     display: none;
   }
 
   .aenl-services h2{
      font-size: 20px;
   }
   button{
      top:20px;
   }  
   button a{
      font-size: 16px;
   }
   .bx-check{
      display: none;
   }
 
   .services-grid-content{
      padding: 0 10px 10px;
   }
   .servicesbg-fabrication{
      position: relative;
      grid-row: span 1;
      grid-column: span 3;
      top:100px;
   }
 
   .servicesbg-stackmaintenance{
      grid-row: span 1;
      grid-column: span 3;

   }
   .servicesbg-strr{
      grid-row: span 1;
      grid-column: span 3;
   }

   .servicesbg-inspection{
      grid-row: span 1;
      grid-column: span 3;
   }

   .servicesbg-plsm{
      grid-row: span 1;
      grid-column: span 3;
   }
   .servicesbg-ropeaccess{
      grid-row: span 1;
      grid-column: span 3;
   }
   .servicesbg-guywire{
      grid-row: span 1;
      grid-column: span 3;
   }
.guy p{
   position: relative;
   top: 10px;
}
#guy{
   top:10px;
}
   .text1{
      padding:0 10px;
      grid-column: span 2;
   
   }
   h4{
      font-size: 18px;
   }
      .img1{
  width:40px;
}
.img2{
   width:40px;

}
.img3{
   width:40px;
}
.img4{
   width:40px;
}
.img5{
   width:40px;
}
   .azempire-icon{
      font-size: 9px;
      top: 110px;
      left: 45%;
   }

.azempire-icon img{
   width: 60px;
}
}
@media screen and (max-width:450px){
   .services-grid-content{
      grid-auto-rows: 250px;
   }
      .aenl-services{
      grid-row: span 2;
   }
   button{
      top:10px;
   }
   .aenl-services p{
      font-size: 13px;
   }
   
}
@media screen and (max-width:300px){
   .aenl-services{
      grid-row: span 3;
   }
   .banner .wide h2{
      font-size: 25px;
   } 

   .heading{
      font-size: 30px;
   }
}