@media screen and (min-width:1024px) and (max-width:1200px) {

/*     .stHero {
        padding-bottom: 150px;
        padding-top: 280px;
    } */
    .heroImg {
        width: 450px;
    }
    .heroCont h1{
        font-size: 52px;
    }

    .heroImg {
        top: 200px;
    }
}
@media screen and (min-width:1200px) and (max-width:1370px){
.heroImg {
    width: 670px;
 }
/* .stHero {
        padding-bottom: 250px;
        padding-top: 280px;
    } */
	.abtCont h2 {
    font-size: 52px;
}
	.tyreGrp{
		width:370px;
		top: -60px;
	}
	.abtImgBlk {
		width:600px;
	}
	.rghtCont {
  	  position: absolute;
   		 top: 410px;
   		 right: -100px;
   		 z-index: 2;
	}
	.servImgBlk{
		    width: 630px;
	}
	.pageheader h1{
		
		    font-size: 54px;
	}
}
@media screen and (max-width:1024px) {

/*     .stHero {
        padding-bottom: 150px;
        padding-top: 280px;
    } */
    .heroCont p{
        padding-right: 0;
    }
    .heroImg {
        width: 450px;
    }
    .heroCont h1{
        font-size: 52px;
    }

    .heroImg {
        top: 200px;
    }
    .stAbout{
        padding-top: 6em;
    }
    .abtCont h2 {
        font-size: 42px;

    }
    .abtCont{
        padding-top: 0;
    }

    .abtImgBlk{

        width: 480px;
        top: 140px;
    }
    .tyreGrp {
        top: -40px;
        width: 230px;
    }
    .abtCont {
        margin-left: 70px;
    }
    .abtCont p {
        font-size: 16px;
        line-height: 1.7;
    }
    .title h2 {
        font-size: 38px;
    }

    .servIco{
        width: 40px;
    }
    .servCont h3{
        font-size: 18px;
    }

    .servImgBlk {
        width: 520px;
    }
    .StService {

        padding-top: 6em;
        padding-bottom: 3.2em;
    }
   
    .prdDet h3 {
        font-size: 18px;
    }
    .fPL{
        padding-left: 0;
    }

    .pageheader h1{
        font-size: 52px;
    }
    .abtinCont p {
        font-size: 16px;
    }
    .vmBlk{
        padding: 16px;
    }
    .vmCont h3{
        font-size: 18px;
    }
    .stCTACont h2 {
        font-size: 40px;
    }
	.certcustImg img {
    width:100%
}
}

@media screen and (max-width:992px) {
	 .mobtogg{
        display: block;
        transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1); 
        position: relative;z-index: 222;
    }
    .mobtogg span{
        display: block;
        margin: 6px 0;
        width: 32px;
        height: 2px;
        background-color: #fff;
        transition: all 0.3s;
    }
    .stick{
        background-color: var(--primary-color);
        position: fixed;
        right: 24px;
        padding: 10px;
        border-radius: 50%;
    }
    .mobtogg span:nth-child(1){
        width: 20px;
        margin-left: auto;
    }
    .mobtogg.open span:nth-child(2){
        width: 0;
        margin-left: auto;
    }
    .mobtogg span:nth-child(3){
        width: 20px;
        margin-right: auto;
    }
    .mobtogg.open span:nth-child(1){
        width: 32px;
        transform: translate(0px, 10px) rotate(45deg);
    }
    .mobtogg.open span:nth-child(3){
        width: 32px;
        transform: translate(0px, -7px) rotate(-45deg);
    }

     .main-navigation ul{
        display: block;
        margin-top: 8em;
     }
     .main-navigation li{
        text-align: center;
     }
     .main-navigation li{
        margin-bottom: 24px;
     }
     .main-navigation .current-menu-item::after{
        width: 10%;
        margin: auto;
        left: 0;
        right: 0;
     }
     .navMenu{
        position: fixed;
        top: 0;
        left: 0;
        background-color: #202020;
        height: 100%;
         width: 100%;
         z-index: 22;
         opacity: 0;
         visibility: hidden;
         transform: translateX(-20px);
         transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
     }
     .navMenu.show{

        opacity: 1;
        visibility: visible;
        transform: translateX(0);
     }

    
/*     .stHero {
        padding-bottom: 230px;
        padding-top: 200px;
    } */
    .heroImg{
        bottom: 60px;
        top: inherit;
    }
    .heroCont h1 {
        font-size: 42px;
    }
	.heroCont {
    position: absolute;
    bottom: 60px;
    z-index: 2;
    width: 70%;
}
    .Abtrght,
    .abtleft{
        width: auto;
    }
    .abtImgBlk {
        width: 620px;
        bottom: 60px;
        top: inherit;
    }
    .tyreGrp {
      bottom: 300px;
        width: 230px;
        top: inherit;
    }
    .stAbout{
        padding-bottom: 30em;
    }
    .lftcont{
        width: 100%;
    }
	.msrw{
		display:block;
	}
	
    .StService {
        padding-top: 6em;
        padding-bottom: 7em;
    }
    .rghtCont {
        position:static;
    }
    .servImgBlk img{
        width:100%
    }
	.rgtGrd{
		display:none;
	}
    .pageheader h1 {
        font-size: 42px;
    }
    .abtinCont {
        position: absolute;
        background-color: var(--primary-color);
        bottom: -230px;
        right: 0;
        max-width: 650px;
        padding: 24px;
    }
    .vmCont p {
        font-size: 14px;
        line-height: 1.5;
    }
    .tyrgrp {
        position: absolute;
        top: 120px;
        left: 0;
        width: 300px;
    }
    .prdSec{
        padding-top: 0;
    }
    .servInBlk{
        padding: 18px;
    }
}

@media screen and (max-width:662px){

    .site-branding img {
        width: 60px !important;
    }
    .container{


        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .mobtogg{
        display: block;
        transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1); 
        position: relative;z-index: 222;
    }
    .mobtogg span{
        display: block;
        margin: 6px 0;
        width: 32px;
        height: 2px;
        background-color: #fff;
        transition: all 0.3s;
    }
    .stick{
        background-color: var(--primary-color);
        position: fixed;
        right: 24px;
        padding: 10px;
        border-radius: 50%;
    }
    .mobtogg span:nth-child(1){
        width: 20px;
        margin-left: auto;
    }
    .mobtogg.open span:nth-child(2){
        width: 0;
        margin-left: auto;
    }
    .mobtogg span:nth-child(3){
        width: 20px;
        margin-right: auto;
    }
    .mobtogg.open span:nth-child(1){
        width: 32px;
        transform: translate(0px, 10px) rotate(45deg);
    }
    .mobtogg.open span:nth-child(3){
        width: 32px;
        transform: translate(0px, -7px) rotate(-45deg);
    }

     .main-navigation ul{
        display: block;
        margin-top: 8em;
     }
     .main-navigation li{
        text-align: center;
     }
     .main-navigation li{
        margin-bottom: 24px;
     }
     .main-navigation .current-menu-item::after{
        width: 10%;
        margin: auto;
        left: 0;
        right: 0;
     }
     .navMenu{
        position: fixed;
        top: 0;
        left: 0;
        background-color: #202020;
        height: 100%;
         width: 100%;
         z-index: 22;
         opacity: 0;
         visibility: hidden;
         transform: translateX(-20px);
         transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
     }
     .navMenu.show{

        opacity: 1;
        visibility: visible;
        transform: translateX(0);
     }

.stAbout::after{

    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background-image: url(../images/abtbrd.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -15px;
    z-index: 2;
}
    .rdgrd {
        background-color: var(--primary-color);
        width: 150px;
        height: 180px;
    }
    .abtImgBlk,
    .heroImg,
    .servImgBlk{
        width: auto;
    }
	.tyreGrp{
		display:none;
	}
	.stAbout{
		padding-bottom:21em;
	}
    .abtImgBlk {
        width: 420px;
        bottom: 30px;
        top: inherit;
    }
    .abtImgBlk img,
    .servImgBlk img{
        width: 100%;
    }
    .abtCont{
        margin-left: 0;
    }
    .abtCont h2 {
        font-size: 34px;
    }
	.heroCont {
    position: absolute;
    bottom: 60px;
    z-index: 2;
    width: 80%;
}
    .heroCont h1 {
        font-size: 38px;
    }
	.prdImgBlk{
		
		height:auto;
	}
/*     .stHero {
        padding-bottom: 400px;
        padding-top: 200px;
    } */
    .title h2 {
        font-size: 32px;
    }

    .titleflx{
        display: block;
    }

    .copyright {
        margin-top: 3.2em;
    }

    .ftrLink h4{
    padding-top: 1.2em;
    }
    .abtinCont{
        position: relative;
        bottom: 0;
    }
    .abtIn{
        padding-bottom: 0;
    }
    .pageheader h1 {
        font-size: 32px;
    }
    .stVM {
        padding: 2.2em 0 !important;
    }
    .stCTA{
        padding-top: 140px;
    }
    .stCTACont h2 {
        font-size: 32px;
    }
    .pageheader {
        padding-top: 50px;
    }
    .ctTxt p{
        padding-right: 0;
    }
    .contactForm {
        background-color: #202020;
        padding: 18px;
    }
    .primeBtn a{
        margin-top: 20px;
    }
    .stHero::before {
        content: "";
        display: block;
        position: absolute;
        top: 120px;
        left: -152px;
    }    
    .site-footer {

        background-position-x: right;
    }
	.certcustImg img{
		
		width:100%;
	}
}

@media screen and (max-width:376px){
    .heroCont h1 {
        font-size: 32px;
    }
    .abtCont h2 {
        font-size: 32px;
    }
    .abtImgBlk {
        width: 370px;
        bottom: 70px;
        top: inherit;
    }
}

@media screen and (max-width:325px){

    .abtImgBlk {
        width: 310px;
        bottom: 90px;
        top: inherit;
    }
}