

@media only screen and (max-width: 1522px) 
{
/* index */
.hdrnavbar{
    padding: 1% 0 0 0%;
}
/*infrastructure*/
.infrahmbnnr2 {
    padding: 0 17% 0 44%;
}
}

@media only screen and (max-width: 1440px) 
{
/* index */
.socialdesgn {
    width: 35px;
    height: 35px;
}
.socialdesgn svg {
    font-size: 1.5vw;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.hdrnavbar span {
    padding:0 3% 0 3%;
}
/*infrastructure*/
.infrahmbnnr2 {
    padding: 0 14% 0 44%;
}
/*career*/

}


@media only screen and (max-width: 1272px) 
{
/*index*/
.hdrnavbar span {
    padding: 0 3% 0 3%;
}
.socialdesgn svg {
    font-size: 1.8vw;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/*about*/
.abouthmbnn5name1 {
    left: 2.5%;
}
}
@media only screen and (max-width: 1240px) 
{
/*index*/
.hdrnavbar span a {
    font-size: 1.45vw;
}
.hmbnnr3brd25text {
    right: 5%;
}
/*infrastructure*/
.infrahmbnnr2text1 {
    width: 50%;
}
/*career*/
.carrhmnmmr2sticky1 {
    padding: 15% 16% 22% 12%;
}


}

@media only screen and (max-width: 1100px) {
/*index*/
.hmbnnr3brd14text {
    right: 8%;
}
.hmbnnr3brd25text {
    right: 4%;
}
/*about*/
.aboutbannrhm2innrsec {
    width: 90%;
    margin: auto;
    position: relative;
} 
.abouthmbnn5name1 {
    left: 1.5%;
}
.abouthmbnn5name2 {
    left: 28.5%;
}
}


@media only screen and (max-width: 1024px) 
{
.hdrnavbar span {
    padding: 0 2% 0 2%;
}
/*index*/
.hdrnavbar span a {
    font-size: 1.58vw;
}
.hmbnnr3brd14text{
    right: 7%; 
}
.hmbnnr3brd25text {
    right: 3%;
    top: 36%;
}
.hmbnnr3bdr6 {
    bottom: 49%;
}
.hmbnnr3name {
    font-size: 2.5vw;
}
.hmbnnr3bdr4 {
    top: 13.7%;
}
.hmbnnr3bdr5 {
    top: 37.3%;
}
/*about*/
.abouthmbnnr2img2 {
    padding: 15% 6% 22% 12%;
}
.abouthmbnnr2img2 h3 {
    font-size: 4.5vw;
}
.abouthmbnn2vision p {
    font-size: calc(1vw + 1vh);
}
.abouthmbnn41 ul li {
    font-size: 1.5vw;
}
/*career*/
.carrhmnmmr2sticky1 {
    padding: 15% 12% 22% 12%;
}


}


@media only screen and (max-width: 1000px) 
{

}



@media only screen and (max-width: 999px) 
{
/*about*/
.abouthmbnn5name1 {
    left: 1%;
}
}


@media only screen and (max-width: 991px) 
{
/*index*/
.hdrsnd, .mainhdr, .swiper-container {
    display: none;
}
.hdrlogo2 {
    width: 100%;
    margin: auto;
}
.hmmainhbanner1{
    display:block;
    margin-top: -1.5%;
}
.mainhdr2{
    width: 95%;
    margin: auto;
    padding: 1.5% 0 0 0; 
    position: relative;
    z-index: 99999999999;
}
.mobilehdr, .mainhdr2{
    display: block;
}
.hdrcatdrpshop{
   padding: 0 0.5%;
    margin: 0;
    overflow: hidden;
    z-index: 100;
    border-top: 0;
    display: none;
    position: absolute;
    text-align: left;
    left: 55%;
    top: 50%;
    box-shadow: 4px 4px 4px 4px #00000040;
    opacity: 0;
    background-color: #fffcfccf;
    visibility: hidden;
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
    transition: all .3s ease-in-out 0s;
}
#hdrcrrbtn2:hover .hdrcatdrpshop{
   padding: 0.5% 0.5%;
    margin: 0;
    overflow: hidden;
    z-index: 100;
    border-top: 0;
    display: block;
    position: absolute;
    text-align: left;
   left: 55%;
    top: 50%;
    box-shadow: 4px 4px 4px 4px #00000040;
    opacity: 1;
    background-color: #fffcfccf;
    visibility: visible;
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
    transition: all .3s ease-in-out 0s;
}
/*mobile view*/
/* MENU STYLES */
.menu-wrap {
  position: absolute;
  top: 0%;
  left: 1%;
  z-index: 1;
}

.menu-wrap .toggler {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0;
}

.menu-wrap .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 1rem;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hamburger Line */
.menu-wrap .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background:#db1313;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

/* Hamburger Lines - Top & Bottom */
.menu-wrap .hamburger > .ham2::before,
.menu-wrap .hamburger > .ham2::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  width: 100%;
  height: 2px;
  background: inherit;
}

/* Moves Line Down */
.menu-wrap .hamburger > .ham2::after {
  top: 10px;
}

/* Toggler Animation */
.menu-wrap .toggler:checked + .hamburger > .ham2 {
  transform: rotate(135deg);
}

/* Turns Lines Into X */
.menu-wrap .toggler:checked + .hamburger > .ham2:before,
.menu-wrap .toggler:checked + .hamburger > .ham2:after {
  top: 0;
  transform: rotate(90deg);
}

/* Rotate On Hover When Checked */
.menu-wrap .toggler:checked:hover + .hamburger > .ham2 {
  transform: rotate(225deg);
}

/* Show Menu */
.menu-wrap .toggler:checked ~ .menu {
  visibility: visible;
}

.menu-wrap .toggler:checked ~ .menu > .meny2 {
  transform: scale(1);
  transition-duration: var(--menu-speed);
}

.menu-wrap .toggler:checked ~ .menu > .meny2 > .meny2 {
  opacity: 1;
  transition:  opacity 0.4s ease 0.4s;
}

.menu-wrap .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-wrap .menu > .meny2 {
  background:#000000b8;
  border-radius: 50%;
  width: 200vw;
  height: 200vw;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.4s ease;
}

.menu-wrap .menu > .meny2 > .meny2 {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.menu-wrap .menu > .meny2 > .meny2 > ul > li {
  list-style: none;
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem;
}

.menu-wrap .menu > .meny2 > .meny2 > ul > li > a {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s ease;
}
/*mobile view*/
/*.hdrsnd2{*/
/*    margin:auto;*/
/*    width:90%;*/
/*}*/

#hdrcrrbtn3:hover .hdrcatdrpshop3 {
    right: 11%;
}
.hdrcatdrpshop3 {
    right: 11%;
}
.footerlogo {
    margin: auto;
}
.ftthm1text h3, .ftthm1text p{
    text-align: center;
}
.fttmserv1 {
    margin-bottom: 12%!important;
}
.ftthm2cllimg {
    width: 43px;
    padding: 0 2%;
}
.fttrhm3form input[type="text"]{
    width: 35%;
    padding: 1% 2%;
}
.fttrhm3form {
    padding: 1% 0 0 0;
}
.fttrhm3form input[type="submit"] {
    padding: 0.5% 2% 0.5% 2%;
    font-size: 1.5vw;
}
.fttrhm2rgtlttrscolicn {
    margin-top: 3%;
}
.fttrhmbnn3 h4 {
    font-size: 2.5vw;
}
.fttrhmbnn3 p {
    font-size: calc(0.95vw + 0.95vh);
}
.fttrhm2qicklik h4 {
    font-size: 2vw;
}
.fttrlastsection hr{
    display: none;
}
.fttrhdrsocilimgs {
    padding: 3% 0 0 0;
}
.fttlst{
    text-align: center;
    padding: 3% 0 0 0;  
}
.fttlst span {
    font-size: 1.2vw;
}
.fttrsocialdesgn {
    width: 60%;
}
.fttrhm3form ::placeholder{
    color: #9d9ea2;
    opacity: 1; 
    font-family: mm4;
    font-size: 2.5vw;
}
.slide img {
    width: 190px;
}
/*about*/
.abbhot{
    margin-left: auto;
}
.abouthmbnn2panaimg {
    top: 34%;
}
.abouthmbnnr3vluelist ul li span {
    font-size: 1.8vw;
}
.abouthmbnnr3vluelist ul li {
    font-size: 1.5vw;
}
/*carreer*/
.crrhmbnn3formnme label {
    font-size: 1.5vw;
}
.crrhmbnn3formnme {
    padding: 1% 0;
}
::placeholder,.crrhmbnn3formnme select {
    font-size:calc(1vw + 1.1vh);
}
.carrhmnmmr2sticky1 {
    padding: 15% 18% 32% 12%;
}
.crrhmbnnr3 h3 {
    font-size: 4.5vw;
}
/*infrastructure*/
.infrahmbnnr2text1 {
    width: 53%;
}
.infrahmbnnr2bdr{
    display: none;
}
.infrahmbnnr2text1 {
    width: 95%;
    position: relative;
    z-index: 999;  
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
}
.infrahmbnnr2{
    margin: 0;
}
.infrahmbnn1 {
    width: 100%;
    padding: 9% 0 29% 0;
}
.infrahmbnnr2 {
    padding: 5% 5% 5% 5%!important;
}
.infrahmbnnr2hotimg{
    display: none;
}
/*product*/
.prdctctgrylist {
    float: left;
    display: grid!important;
    margin-top: 6%;
}
.prodt{
    width: 78%!important;
}
.prodbrdr {
    border-right: none!important;
    font-size: 2.1vw!important;
}
}

@media only screen and (max-width: 960px){
 /*about*/
 
.abouthmbnn5name1 {
    left: 0;
}
.abouthmbnn5name2 {
    left: 27.5%;
}
/*career*/
.carrhmnmmr2sticky1 {
    padding: 15% 17% 37% 12%;
}
.crrhmbnn2stnt{
    margin: auto;
}

}
@media only screen and (max-width: 800px) 
{
/*index*/
.socialdesgn svg {
    font-size: 2.2vw;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.hmbnnr3brd25text {
    right: 3%;
    top: 31%;
}
.hmbnnr3brd14text {
    right: 5%;
}
.hmbnnr3brd63text {
    top: 33%;
    left: 11%;
}
/*about*/
.abouthmbnn5name2 { 
    left: 29%;
}
.abouthmbnn5name1 {
    left: 1.5%;
}
.abouthmbnnr3, .abouthmbnnr4, .aboutbannr5, .abouthmbnnr6 {
    width: 85%;
}
}


@media only screen and (max-width: 767px) 
{ 
/*index*/
.hmbn2text {
    width: 79%;
}
.hmbnnr2leaflef {
    left: 3%;
}
.hmbn2text p {
    font-size: calc(0.9vw + 0.95vh);
}
.hmbnnr3brd25text {
    top: 30%;
}
#hdrcrrbtn3:hover .hdrcatdrpshop3 {
       right: 59%;
}
.hdrcatdrpshop3 {
        right: 59%;
}
.fttmhm2srvc{
    display: flex;
}
.fttrhm2qicklik h4 {
    font-size: 2.8vw;
}
.fttmhm2srvc {
    padding: 0 0 0 0;
}
.ftthm2cllimg3 {
    width: 55px;
}
.fttmserv1{
    margin: 0!important;
}
.ftthm1innrghygf{
    display: none;
}
.ftthm1innrghygf2{
    display: block;
}
.fttrhm3form input[type="text"] {
    width: 50%;
}
/*about*/
.abouthmbnn2panaimg {
    display: none;
}

.abouthmbnnr2 {
    width: 75%;
    margin: auto;
}
.abouthmbnnr2img2 {
    width: 68%;
    margin: auto;
}
.abouthmbnnr3vluelist ul li {
    font-size: 2vw;
}
.abouthmbnnr3vluelist ul li span {
    font-size: 2.2vw;
}
.abouthmbnn41 ul li {
    font-size: 2vw;
}
.abouthmbnnr3vluelist ul li::marker, .abouthmbnn41 ul li::marker {
 
    font-size: 3vw;
}
/*infrastructure*/

.infrahmbnn4rgt, .infrahmbnn4lft, .infrahmbnn42nd, .infrahmbnn42ndlft{
    display: none;
}
.infrahmbnnr4sparemkr{
    width: 100%;
    position: unset;
}
.infrahmbnnr4spareprt {
    width: 100%;
    margin-top: 35%;
    position: unset;
    margin-left: 15%;
}
.infrahmbnnr42ndsparemkr {
    width: 100%;
    position: unset;
    margin-top: -15%;
}
.infrahmbnnr42ndspareprt {
    position: relative;
    width: 100%;
    left: 15%;
    bottom: -12%;
    z-index: 99;
        padding-bottom: 24%;
}
.infrahmbnnr4{
    margin: 0;
}
/*career*/
.crrhmbnn3formnme label {
    font-size: 2vw;
}
.crmhmbnnr3btn input {
    font-size: calc(1vw + 1.1vh);
}
}


@media only screen and (max-width: 740px) 
{
/*index*/
.socialdesgn svg {
    font-size:2.8vw;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
} 
.hmbnnr3brd14text {
    right: 6%;
    top: 6%;
}
/*about*/
.abouthmbnnr2 {
    padding: 15% 16% 22% 11%;
}
.abouthmbnn5name1 {
    left: 0;
}
.abouthmbnn5name2 {
    left: 27.5%;
}
/*infrastructure*/

.infrahmbnnr2bdr{
    width:93%;
}
.infrahmbnn4rgtdttl, .infrahmbnn42ndrgtdttl{
    margin-top: 5%;
}
.infrahmbnn4dttl{
    margin-top: 3%;
}
/*career*/
.carrhmnmmr2sticky1 {
    padding: 15% 12% 37% 12%;
}
/*footer mobile*/
#hdrcrrbtn3:hover .hdrcatdrpshop3 {
    right: 56%;
}
.hdrcatdrpshop3 {
    right: 56%;
}
}

@media only screen and (max-width: 656px) 
{
/*about*/
.abouthmbnnr2 {
    padding: 15% 14% 22% 11%;
}
/*infrastructure*/


.infrahmbnnr2bdr{
    width:82%;
}
.infrahmbnn4dttl p, .infrahmbnn4rgtdttl p, .infrahmbnn42nddttl p, .infrahmbnn42ndrgtdttl p{
    margin: 0;
}
/*career*/
.carrhmnmmr2sticky1 {
    padding: 15% 9% 37% 12%;
}
}

@media only screen and (max-width: 599px) 
{
/*index*/
.hdrsocilimgs{
    display: none;
}
.hmbnnr3brd14text {
    right: 3%;
    top: 10%;
}
.hmbnnr3bdr5 {
    top: 37.5%;
    right: 22%;
    width: 8%;
}
/*about*/
.abouthmbnnr2 {
    padding: 15% 15% 22% 9%;
}
.abouthmbnnr2img2 {
    padding: 15% 10% 22% 13%;
}
.abouthmbnnr3vluelist ul li span {
    font-size: 2.5vw;
}
.abouthmbnnr3vluelist ul li {
    font-size: 2.3vw;
}
.aboutbnnr5img{
    display: none;
}
.aboutbnnr5img2{
    display: block;
}
.abouthmbnn5name1{
    position: absolute;
    transform: translate(-50%, 50%);
    top: 0%;
    left: 50%;
}
.abouthmbnn5name2{
     position: absolute;
    transform: translate(-50%, 50%);
    top: 15%;
    left: 50%;
}
.abouthmbnn5name3{
     position: absolute;
    transform: translate(-50%, 50%);
    top: 0%;
    left: 40%;
}
.abouthmbnn5name4{
     position: absolute;
    transform: translate(-50%, 50%);
    top: 0%;
    left: 47%;
}
.abouthmbnn52{
    padding: 5% 0 0 0;
}
/*career*/
.carrhmnmmr2sticky1 {
    padding: 15% 5% 37% 16%;
}

}





@media only screen and (max-width: 575px) 
{
/*index*/
.hmbnnr3brd25text {
    top: 27%;
}
.hmbnnr3bdr4 {
    right: 25.2%;
    width: 10%;
}
.hmbnnr3brd63text {
    top: 30%;
    left: 7%;
}
/*infrastructure*/

/*career*/
.carrhmnmmr2sticky1 {
    padding: 15% 14% 20% 11%;
    margin: auto;
    width: 70%;
}
.carrhmbnnr2stckinnr h3, .carrhmbnnr2stckinnr12 h3 {
    font-size: 3.5vw;
}
/*footer*/
#hdrcrrbtn3:hover .hdrcatdrpshop3 {
    right: 53%;
}
.hdrcatdrpshop3 {
    right: 53%;
}
}






@media only screen and (max-width: 540px) {
    /*about*/
.abouthmbnnr2img2 {
    padding: 15% 3% 22% 13%;
}
.abouthmbnnr2img2 {
    width: 82%;
    margin: auto;
}
.abouthmbnnr2img2 {
    padding: 15% 7% 22% 13%;
}
.abouthmbnn5name1 p, .abouthmbnn5name2 p, .abouthmbnn5name3 p, .abouthmbnn5name4 p {
    font-size: calc(0.95vw + 1.1vh);
}
/*career*/
.crrhmbnn3formnme label {
    font-size: 3vw;
}
.crmhmbnnr3btn input {
    font-size: calc(1.2vw + 1.3vh);
}
/*header*/
.menu-wrap .hamburger {
    top: -6px;
}
}


@media only screen and (max-width: 470px) 
{
/*about*/
.abouthmbnnr2 {
    padding: 15% 13% 22% 9%;
}
.abouthmbnnr2img2 {
    width: 78%;
    margin: auto;
}
/*infrastructure*/
.infrahmbnn42ndrgtdttl, .infrahmbnn4rgtdttl, .infrahmbnn4dttl, .infrahmbnn42nddttl{
    width: 100%;
}
.infrahmbnn42nd {
    height: 85%;
}
/*header*/
.menu-wrap .hamburger {
    top: -8px;
}
/*footer*/
#hdrcrrbtn3:hover .hdrcatdrpshop3 {
    right: 47%;
}
.hdrcatdrpshop3 {
    right: 47%;
}
}

@media only screen and (max-width: 425px) {
/*index*/
.hmbnnr2leaflef, .hmbnnr2leafrgt{
    display: none;
}
.hmsec2 h3 {
    font-size: 5vw;
}
.hmsec2 {
    padding: 7% 0 5% 0;
}
.hmbnnr2btn a span {
    font-size: calc(1.2vw + 1.3vh);
    padding: 0.1% 3% 0.1% 3%;
}
.hmbnnr3name {
    font-size: 4.5vw;
}
.hmbnnr3bdr6 {
    bottom: 51%;
}
.hmbnnr3bdr4 {
    right: 27%;
    width: 8%;
    top: 12%;
}
.hmbnnr3bdr5 {
    right: 22.2%;
    top: 47%;
    transform: rotate(-45deg);
}
.hmbnnr3bdr2 {
    bottom: 25%;
    right: -20%;
    width: 47%;
    transform: none;
}
/*index*/
.hmbnnr3brd14text {
    right: 3%;
    top: 4%;
}
.hmbnnr3bdr5 {
    right: 22.2%;
}
.hmbnnr3bdr3, .hmbnnr3bdr6, .hmbnnr3bdr1, .hmbnnr3bdr4, .hmbnnr3bdr2, .hmbnnr3bdr5{
    border: 1px solid #d2171e;
}
.fttrhm3form input[type="text"] {
    width: 70%;
}
/*about*/
.abouthmbnnr3, .abouthmbnnr4, .aboutbannr5, .abouthmbnnr6 {
    width: 85%;
}
.abouthmbnnr3vluelist ul li span {
    font-size: 3.2vw;
}
.abouthmbnnr3vluelist ul li {
    font-size: 3.1vw;
}
.abouthmbnn41 ul li {
    font-size: 3.2vw;
}
.abouthmbnn5name1 p, .abouthmbnn5name2 p, .abouthmbnn5name3 p, .abouthmbnn5name4 p {
    font-size: calc(1.1vw + 1.2vh);
}
/*infrasrtucre*/
.infrahmbnn42ndlft {
    margin-top: -3%;
}
.infrahmbnn42ndrgtdttl, .infrahmbnn4rgtdttl, .infrahmbnn4dttl, .infrahmbnn42nddttl{
    background-color: #edd78c;
    background-image:none;
}
.infrahmbnn4dttl p, .infrahmbnn4rgtdttl p, .infrahmbnn42nddttl p, .infrahmbnn42ndrgtdttl p {
 
     line-height:unset; 
}
.infrahmbnn4rgtdttl{
    margin: 10% 0% 0 20%;
}
/*career*/
.carrhmnmmr2sticky1 {
    padding: 15% 11% 20% 11%;
}
/*header*/
.menu-wrap .hamburger {
    top: -19.5px;
}
.progress-wrap{
        right: 13px!important;
}
}

@media only screen and (max-width: 390px) 
{
.slide img {
    width: 165px;
}
.hmbnnr3brd14text {
    right: 3%;
    top: 1%;
}
.hmbnnr3brd25text {
    top: 24%;
}
.hmbnnr3bdr5 {
    top: 37%;
}
.hmbnnr3bdr5 {
    right: 22%;
    top: 47%;
}
.hmbnnr3bdr4 {
    right: 28%;
    width: 8%;
    top: 13%;
}
/*about*/
.abouthmbnnr2 {
    padding: 15% 10% 22% 10%;
}
/*career*/
.carrhmnmmr2sticky1 {
    padding:15% 16% 20% 11%;
    width: 80%;
}
.crrhmbnn3formnme label {
    font-size: 3.5vw;
}
}


@media only screen and (max-width: 320px){
/* index  */
.hmbnnr3brd63text {
    top: 25%;
}
/*about*/
.abouthmbnnr2img2 {
    width: 86%;
    margin: auto;
}
.abouthmbnnr2 {
    padding: 15% 5% 22% 10%;
}
/*footer*/

}