:root{
    --mainColor: #0086c4;
    --secondColor: #8cf305;
    --thirdColor: #ede9e1;
    --mainFont: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    --contentFont: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    --borderShadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    --textShadow: 1px 4px 8px rgba(0,0,0,0.6);
}
html{
    scroll-behavior: smooth;
}
body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* ---------------------------------------------- nav --------  */
.nav{
    background-color: #ffffff;
    box-shadow: var(--borderShadow);
    z-index: 5;
    position: relative;
}
.nav-top-line{
    height: 2.5vw;
    background-color: #0086c4;
    color: #ffffff;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding-inline: 2vw;
    align-items: center;
    align-content: center;
    font-family: var(--contentFont);
}
.nav-top-line span{
    display: block;
    padding: 0;
    margin: 0;
    font-size: 1.3vw;
}
.nav-top-line li{
    display: inline-block;
    list-style-type: none;
    margin-left: 0.5vw;
    padding-top: 0.2vw;
    cursor: pointer;
}
.nav-top-line li a{
    text-decoration: none;
    color: #ffffff;
}
.nav-top-line span a{
    color: var(--secondColor);
}
.top-line-img{
    width: 2vw;
    padding: 0;
    margin: 0;
}
.big-nav{
    padding-inline: 2vw;
    padding-block: 1vw;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.com-logo{
    width: 15vw;
}
.small-open-btn{
    display: none;
}
.small-nav{
    display: none;
}
.links ul{
    padding: 0;
    margin: 0;
}
.links li{
    position: relative;
    list-style-type: none;
    display: inline-block;
    font-size: 1.2vw;
    font-family:var(--mainFont);
    z-index: 5;
    border-right: 1px solid #0086c41f;
    text-align: center;
}
.links a{
    display: block;
    font-weight:400;
    text-decoration: none;
    color: #000000;
    padding: 0;
    margin: 0;
    width: 10vw;
    text-align: center;
}
.nav-bg-slide{
    position: absolute;
    background-color: var(--thirdColor);
    width: 10vw;
    height: 2.5vw;
    top: 1.4vw;
    right: 33.3vw;
    z-index: 2;
    transition: 0.6s ease;
}
/* ---------------------------------------------- sec-one --------  */
.sec-one{
    position: relative;
    box-shadow: var(--borderShadow);
}
.sec-one-cover{
    background-color: #0086c45d;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
}
.sec-one-fixed-content{
    position: absolute;
    z-index: 7;
}
.sec-one-fixed-content p, .sec-one-fixed-content h1{
    margin: 0;
    color: #ffffff;
}
.sec-one-fixed-content p{
    font-family: var(--contentFont);
    padding-top: 8vw;
    padding-left: 15vw;
    font-size: 1.5vw;
    font-weight: 400;
    letter-spacing: 1.1vw;
    text-shadow: var(--textShadow);
}
.sec-one-fixed-content h1{
    font-family:var(--mainFont);
    padding-left: 15vw;
    font-size: 4.5vw;
    width: 40vw;
    background-color: #0000005d;
    text-shadow: var(--textShadow);
    line-height: 1;
}
.sec-one-fixed-content ul{
    padding-left: 15vw;
    width: 39.5vw;
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.sec-one-fixed-content li{
    list-style-type: none;
    display: grid;
    grid-template-columns: auto auto;
    align-content: center;
    align-items: center;
    gap: 4%;
    color: #ffffff;
    font-family: var(--mainFont);
    font-size: 1.5vw;
    text-shadow: var(--textShadow);
}
.check-icon{
    width: 2vw;
    color: var(--secondColor);
}
.top-fixed-btn{
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-family: var(--mainFont);
    font-weight: 200;
    font-size: 1.2vw;
    background-color: var(--mainColor);
    width: fit-content;
    margin-left: 15vw;
    padding-inline: 2vw;
    padding-block: 0.8vw;
    box-shadow: var(--borderShadow);
    transition: 0.6s ease;
}
.top-fixed-btn:hover{
    background-color: var(--thirdColor);
    color: #000000;
}
.slide-one{
    height: 35vw;
    background-image: url(images/drilling.avif);
    background-size: cover;
    position: relative;
    z-index: 2;
}
.slide-two{
    height: 35vw;
    background-image: url(images/drillOne.avif);
    background-size: cover;
    position: relative;
    z-index: 2;
}
.slide-three{
    height: 35vw;
    background-image: url(images/drillFour.avif);
    background-size: cover;
    position: relative;
    z-index: 2;
}
.slide-four{
    height: 35vw;
    background-image: url(images/drillThree.avif);
    background-size: cover;
    position: relative;
    z-index: 2;
}
/* ---------------------------------------------- sec-two --------  */
.sec-two{
    background-color: #ffffff;
    margin-top: 4.5vw;
    margin-bottom: 4.5vw;
    margin-inline: 2.5vw;
    display: grid;
    grid-template-columns: 34vw auto;
    justify-content:center;
    gap: 4%;
}
.content-header{
    color: var(--mainColor);
    font-family: var(--mainFont);
    font-size: 2.5vw;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.22);
    padding: 0;
    margin: 0;
}
.sec-two-text p{
    color: #353434;
    font-family: var(--contentFont);
    font-size: 1.4vw;
    text-align:justify;
    word-break:keep-all;
}
.header-line{
    margin-top: 2vw;
    padding: 0;
   display: grid;
   grid-template-columns: 4vw 2vw;
   justify-content: left;
   gap: 0.5vw;
   list-style-type: none;
   position: relative;
    z-index: 7;
}
.line-one{
    background-color: var(--mainColor);
    height: 0.3vw;
    border-radius: 0.5vw;
}
.line-two{
    background-color: var(--secondColor);
    height: 0.3vw;
    border-radius: 0.5vw;
}
.sec-two-btn-cover{
    position: relative;
}
.left-btn{
    display: block;
    position: absolute;
    top: 5vw;
    left: -2.3vw;
    z-index: 8;
    background-color: var(--mainColor);
    color: #ffffff;
    transition: 0.6s ease;
    cursor: pointer;
}
.right-btn{
    display: block;
    position: absolute;
    top: 5vw;
    right: -3vw;
    z-index: 8;
    background-color: var(--mainColor);
    color: #ffffff;
    transition: 0.6s ease;
    cursor: pointer;
}
.sec-two-icons{
    width: 3vw;
}
.left-btn:hover, .right-btn:hover{
    background-color: var(--thirdColor);
    color: #000000;
}
.sec-two-slides{
    display: grid;
    grid-template-columns: auto auto;
    gap: 2%;
    position: relative;
    z-index: 8;
}
.sec-two-slide{
    width: 18vw;
    height: fit-content;
    background-color:#ffffff;
    margin-top: -10vw;
    padding: 0.5vw;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 0.5vw;
}
.sec-two-slide img{
    width: 100%;
    border-radius: 0.5vw 0.5vw 0 0;
}
.sec-two-slide-text{
    padding-inline: 1vw;
    padding-bottom: 1vw;
    font-family: var(--contentFont);
}
.sec-two-slide-text span{
    font-size: 1.8vw;
    display: block;  
    font-weight: 400; 
    color: var(--secondColor);
    padding-block: 1vw;
}
.sec-two-slide-text p{
    font-size: 1.3vw; 
    height: 9vw;
    font-style: italic;
    margin: 0;
}
.sec-two-slide-text a{
    color: var(--mainColor);
    font-size: 1.2vw;
}
#slide-card-three, #slide-card-four, #slide-card-five, #slide-card-six{
    display: none;
}
/* ---------------------------------------------- sec-three --------  */
.sec-three{
    display: grid;
    grid-template-columns: 50% 50%;
}
.sec-three-img{
    position: relative;
    box-shadow: var(--borderShadow);
    margin-left: 4vw;
    border-radius: 0.5vw;
}
.sec-three-img img{
    width: 100%;
    height: 100%;
    border-radius: 0.5vw;
}
.sec-three-cover{
    background-color: #0086c45d;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
    border-radius: 0.5vw;
}
.sec-three-img-text{
    position: absolute;
    z-index: 8;
    right: 0;
    bottom: 6vw;
}
.sec-three-img-text h4{
    color: #ffffff;
    font-family: var(--mainFont);
    font-size: 4vw;
    background-color: #0000005d;
    padding-right: 10vw;
    padding-left: 2vw;
    width: 24vw;
    line-height: 1;
    margin: 0;
    text-shadow: var(--textShadow);
}
.sec-three-img-text ul{
list-style-type: none;
margin-right: 0;
margin-left: -1vw;
margin-bottom: 0;
padding: 0;
display: grid;
grid-template-columns: auto auto auto;
}
.sec-three-img-text li{
    display: grid;
    grid-template-columns: auto auto; 
    justify-content: center;
    align-items: center;
    gap: 1%;
    color: #ffffff;
    font-family: var(--contentFont);
    font-size: 1.5vw;
    text-shadow: var(--textShadow);
}
.sec-three-icon{
    width: 2vw;
    color: var(--secondColor);
}
.content-header-w{
    color: #ffffff;
    font-family: var(--mainFont);
    font-size: 2.5vw;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.22);
    position: relative;
    z-index: 7;
    padding: 0;
    margin: 0;
}
.sec-three-content{
    padding-inline: 4vw;
    margin-block: 2vw;
}
.sec-three-content p{
    color: #353434;
    font-family: var(--contentFont);
    font-size: 1.4vw;
    text-align:justify;
    word-break:keep-all;
}
/* ---------------------------------------------- sec-four --------  */
.sec-four{
    margin-top: 6vw;
    padding-top: 5vw;
    padding-bottom: 6vw;
    padding-inline: 4vw;
    background-image: url(images/toolsBg2.avif);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.sec-four-cover{
    background-color: #0086c45d;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
}
.line-one-w{
    background-color: #ffffff;
    height: 0.3vw;
    border-radius: 0.5vw;
}
.sec-four-cards{
    margin-top: 2vw;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 2vw;
    position: relative;
    z-index: 8;
}
.sec-four-card{
    width: 30vw;
    height: 12vw;
    background-color: #ffffffd7;
    background-image: url(images/drillFive.avif);
    background-size: cover;
    background-blend-mode: color;
    padding: 1vw;
    border-radius: 0.5vw;
    box-shadow: var(--borderShadow);
    position: relative;
} 
.four-img{
    position: absolute;
    width: 12vw;
    right: 1.5vw;
    opacity: 0.3;
    bottom: 0;
    transition: 0.6s ease;
    z-index: 2;
}
.sec-four-card:hover .four-img{
    right: 0;
    opacity: 1;
}

.four-card-content{
    width: 25vw;
    position: relative;
    z-index: 8;
}
.four-card-content span{
    display: block;
    font-family: var(--mainFont);
    font-size: 1.6vw;
    padding-block: 1vw;
    font-weight: 400;
    color: var(--mainColor);
}
.four-card-content p{
font-size: 1.3vw;
margin: 0;
font-family: var(--contentFont);
color: #353434;
}
/* ---------------------------------------------- sec-five --------  */
.sec-five{
    margin-inline: 4vw;
    margin-top: 4vw;
    padding-bottom: 3vw;
}
.sec-five-cards{
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
    gap: 2vw;
    margin-top: 2.5vw;
    padding-bottom: 2vw;
}
.sec-five-card{
    background-color: #fffffff3;
    background-blend-mode: overlay;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20vw;
    height: 24vw;
    text-align: center;
    padding: 1vw;
    border-radius: 0.5vw;
    box-shadow: var(--borderShadow);
    transition: 0.6s ease;
}
.five-bg-one{
    background-image: url(images/3mBg.avif);
}
.five-bg-two{
    background-image: url(images/yg1Bg.avif);
}
.five-bg-three{
    background-image: url(images/bradmaBg.avif);
}
.sec-five-card:hover{
    transform: scale(1.03);
}
.sec-five-card img{
    width: 13vw;
    height: 9vw;
}
.sec-five-card span{
    display: block;
    font-family: var(--mainFont);
    font-size: 2vw;
    color: var(--mainColor);
}
.sec-five-card p{
    font-family: var(--contentFont);
    font-size: 1.3vw;
    margin: 0;
    height: 8vw;
}
.sec-five-card a{
    font-size: 1.1vw;
    color: var(--mainColor);
}
.sec-five-card-content{
    text-align: left;
    padding: 1.5vw;
}
.sec-five-popup{
    padding-top: 2vw;
    border-radius: 0.5vw;
}
.sec-five-popup span{
display: block;
font-family: var(--mainFont);
font-size: 1.5vw;
color: var(--mainColor);
font-weight: 600;
}
.com-name{
    color: red;
    font-size: 2.5vw;
}
.sec-five-popup p{
    color: #353434;
    font-family: var(--contentFont);
    font-size: 1.4vw;
    text-align:justify;
    word-break:keep-all;
}
.blk-txt{
    font-size: 1.4vw;
}
.red-txt{
    color: #0086c4;
    font-size: 1.4vw;
}
.popup-two, .popup-three{
    display: none;
}
.three-m-products{
    margin-bottom: 2vw;
}
.products-listed{
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 1vw;
}
.product{
    border: 1px solid #0000004d;
    padding: 2vw;
    text-align: center;
    border-radius: 0.5vw;
    width: 17.8vw;
    height: 20vw;
}
.product img{
    width: 17vw;
    height: 11vw;
}
.product p{
    font-family: var(--contentFont);
    color: var(--mainColor);
    font-size: 1.4vw !important;
    text-align: left;
    margin: 0;
    padding-top: 1vw;
    height: 6vw;
}
.product sup{
    font-weight: 600;
    font-size: 0.7vw;
}
.product-span{
    font-size: 1vw !important;
    color: #000000 !important;
    text-align: left;
    margin-top: 1.3vw;
}
/* ---------------------------------------------- sec-six --------  */
.sec-six{
    margin-inline: 4vw;
    margin-bottom: 4vw;
    display: grid;
    grid-template-columns: 45% auto;
    justify-content: space-between;
    gap: 4vw;
}
.sec-six-form{
    margin-top: 4vw;
}
.sec-six-form ul{
    list-style-type: none;
}
.sec-six-form li{
    margin-bottom: 1vw;
}
.form-left-sec{
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
}
.grid-input{
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
}
.input-name, .input-mail, .input-tel, .input-txt{
    width: 28vw;
    padding: 0.2vw;
    border-bottom: 1px solid #0086c4;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}
.input-sub, .input-res{
    width: 12vw;
    border: none;
    color: #ffffff;
    font-family: var(--mainFont);
    font-weight: 400;
    font-size: 1.2vw;
    margin-right: 1vw;
    background-color: var(--mainColor);
    padding-inline: 2vw;
    padding-block: 0.8vw;
    box-shadow: var(--borderShadow);
    transition: 0.6s ease;
}

.input-sub:hover, .input-res:hover{
    background-color: var(--thirdColor);
    color: #000000;
}
input::placeholder {
    font-size: 1.2vw;
}
textarea::placeholder{
    font-size: 1.25vw;
    font-family: var(--mainFont);
}
.form-txt{
    font-family: var(--contentFont);
    font-size: 1.3vw;
    color: #000000;
    width: 8vw;
    padding: 0.2vw;
    border-radius: 0.5vw 0.5vw 0 0;
}
.sec-six-clients{
    position: relative;
    padding: 4vw;
    background-image: url(images/HaSh.avif);
    background-size: cover;
    border-radius: 0.5vw;
    box-shadow: var(--borderShadow);
}
.sec-six-cover{
    background-color: #0086c45d;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
    border-radius: 0.5vw;
}
.six-para-top{
    color: #ffffff;
    font-family: var(--contentFont);
    font-size: 1.4vw;
    text-align:justify;
    word-break:keep-all;
    position: relative;
    z-index: 8;
}
.clients-wrap{
    width: 34vw;
}
.clients{
    position: relative;
    z-index: 8;
}
.clients img{
    width: 10vw;
    height: 10vw;
    background-color: #ffffff;
    border-radius: 0.5vw;
    box-shadow:var(--borderShadow)
}
/* ---------------------------------------------- footer --------  */
.footer{
    padding-top: 4vw;
    padding-bottom: 1vw;
    padding-inline: 2.5vw;
    background-color: #192d36;
    color: #ffffff;
    position: relative;
}
.footer-details{
    display: grid;
    grid-template-columns: 35% 30% 30%;
    justify-content: space-around;
}
.foo-company img{
    width: 20vw;
}
.foo-company p{
    font-size: 1.2vw;
    font-family: var(--mainFont);
    text-align:justify;
    word-break:keep-all;
}
.foo-company h5{
    font-size: 1.5vw;
    font-family: var(--mainFont);
}
.director{
    color: var(--secondColor);
    text-shadow: var(--textShadow);
}
.foo-info{
    font-family: var(--contentFont);
    font-size: 1.3vw;
}
.foo-info ul{
    list-style-type: none;
}
.foo-info h5{
    font-size: 2vw;
    color: #ffffff;
    padding: 0;
    margin-top:0;
    margin-bottom: 1.9vw;
}
.footer b{
    text-decoration: underline;
    
}
.footer-map p{
    font-size: 1.2vw;
    font-family: var(--mainFont);
    text-align:justify;
    word-break:keep-all;
}
.footer-map iframe{
    height: 20vw;
    border-radius: 0.5vw;
    margin-top: 0.2vw;
    box-shadow: var(--borderShadow);
}
.footer hr{
    position: absolute;
    bottom: -0.6vw;
    left: 2.5vw;
    right: 2.5vw;
    color: #0086c463;
}
.foo-copy{
    background-color: #0f2027;
    height: 4vw;
    text-align: center;
    color: #ffffffda;
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    align-items: center;
}
.foo-copy code{
    font-size: 1vw;
}
/* ---------------------------------------------------- screen 730--------  */
@media screen and (max-width: 730px){
/* ---------------------------------------------- nav 730------  */
.nav-top-line{
    height: 12vw;
}
.nav-top-line span{
    font-size: 3.5vw;
}
.nav-top-line ul{
    display: none;
}
.big-nav{
   display: none;
}
.nav-bg-slide{
    display: none;
}
.small-open-btn{
    display: block;
    width: 10vw;
    color: #ffffff;
    cursor: pointer;
}

/* -------------------------------- sec-one and small nav  730------  */
.small-nav{
    display: block;
    position: absolute;
    top: -95vw;
    right: 0;
    left: 0;
    background-color: #0086c4;
    height: 70vw;
    z-index: 50;
    box-shadow: var(--borderShadow);
    transition: 0.6s ease;
}
.small-nav-wrap{
    position: relative;
}
.small-close-btn{
    width: 10vw;
    position: absolute;
    right: 2vw;
    color: #ffffff;
}
.small-nav-wrap ul{
    padding-top: 10vw;
}
.small-nav-wrap ul li{
    list-style-type: none;
    font-family: var(--contentFont);
    font-size: 4vw;
    margin-bottom: 4vw;
}
.small-nav-wrap a{
    text-decoration: none;
    color: #ffffff;
}


.sec-one-fixed-content p{
    padding-top: 10vw;
    font-size: 3vw;
}
.sec-one-fixed-content h1{
    font-size: 6vw;
    width: 53vw;
}
.sec-one-fixed-content ul{
    padding-left: 15vw;
    width: 49vw;
}
.sec-one-fixed-content li{
    gap: 4%;
    font-size: 3vw;
}
.check-icon{
    width: 3.2vw;
}
.top-fixed-btn{
    font-weight: 400;
    font-size: 2.1vw;
}
.slide-one{
    height: 50vw;
}
.slide-two{
    height: 50vw;
}
.slide-three{
    height: 50vw;
}
.slide-four{
    height: 50vw;
}
/* ---------------------------------------------- sec-two 730-----  */
.sec-two{
    margin-top: 10vw;
    margin-bottom: 15vw;
    grid-template-columns: auto;
    gap: 4%;
}
.content-header{
    font-size: 5vw;
    text-shadow: none;
}
.sec-two-text p{
    font-size: 2.4vw;
}
.header-line{
   grid-template-columns: 10vw 4vw;
}
.line-one{
    height: 0.5vw;
}
.line-two{
    height: 0.5vw;
}
.sec-two-btn-cover{
    position: relative;
}
.left-btn{
    top: 21vw;
    left: 0;
}
.right-btn{
    top: 21vw;
    right: 0;
}
.sec-two-icons{
    width: 8vw;
}
.sec-two-slides{
    justify-content: center;
}
.sec-two-slide{
    width: 42vw;
    height: fit-content;
    background-color:#ffffff;
    margin-top: 0;
    padding: 1vw;
}
.sec-two-slide-text{
    padding-inline: 1vw;
    padding-bottom: 1vw;
    font-family: var(--contentFont);
}
.sec-two-slide-text span{
    font-size: 3.8vw;
}
.sec-two-slide-text p{
    font-size: 2.3vw; 
    height: 15vw;
}
.sec-two-slide-text a{
    color: var(--mainColor);
    font-size: 3vw;
}
/* ---------------------------------------------- sec-three 730-----  */
.sec-three{
    grid-template-columns: auto;
}
.sec-three-img{
    margin-right: 4vw;
}
.sec-three-img-text{
    bottom: 6vw;
}
.sec-three-img-text h4{
    font-size: 6vw;
    width: 35vw;
}
.sec-three-img-text li{
    font-size: 3vw;
}
.sec-three-icon{
    width: 3vw;
}
.content-header-w{
    font-size: 5vw;
}
.sec-three-content{
    margin-top: 5vw;
    margin-bottom: 5vw;
}
.sec-three-content p{
    font-size: 2.4vw;
}
/* ---------------------------------------------- sec-four 730-----  */
.sec-four{
    margin-top: 5vw;
    padding-top: 10vw;
    padding-bottom: 12vw;
    background-attachment: unset;
}
.line-one-w{
    height: 0.5vw;
}
.sec-four-cards{
    margin-top: 3.5vw;
    /*grid-template-columns: auto auto;*/
    gap: 2vw;
}
.sec-four-card{
    width: 39vw;
    height: 22vw;
    padding: 3vw;
} 
.four-img{
    width: 25vw;
    /*opacity: 0.3;*/
}
/*.sec-four-card:hover .four-img{
    right: 0;
    opacity: 1;
}*/

.four-card-content{
    width: 38vw;
}
.four-card-content span{
    font-size: 3.6vw;
    font-weight: 600;
}
.four-card-content p{
font-size: 2.3vw;
}
/* ---------------------------------------------- sec-five 730-----  */
.sec-five{
    margin-top: 9vw;
    padding-bottom: 5vw;
}
.sec-five-cards{
   /* grid-template-columns: auto auto auto;*/
    /*gap: 2vw;*/
    margin-top: 3.5vw;
}
.sec-five-card{
    width: 29.3vw;
    height: unset;
    padding: 0;
}
.sec-five-card:hover{
    transform: unset;
}
.sec-five-card img{
    width: 20vw;
    height: 14vw;
}
.sec-five-card span{
    font-size: 3vw;
}
.sec-five-card p{
    font-size: 2.3vw;
    height: 10vw;
}
.sec-five-card a{
    font-size: 2.1vw;
}
.sec-five-card-content{
    text-align: left;
    padding: 1.5vw;
}
.sec-five-popup{
    padding-top: 2vw;
}
.sec-five-popup span{
font-size: 3.5vw;
}
.com-name{
    font-size: 4.5vw;
}
.sec-five-popup p{
    font-size: 2.4vw;
}
.blk-txt{
    font-size: 2.5vw;
}
.red-txt{
    color: #0086c4;
    font-size: 2.6vw;
}
.three-m-products{
    margin-bottom: 0;
}
.products-listed{
    grid-template-columns: auto auto;
}
.product{
    width: 41.5vw;
    height: 40vw;
}
.product img{
    width: 34vw;
    height: 22vw;
}
.product p{
    font-size: 3vw !important;
    height: 11vw;
}
.product sup{
    font-size: 1vw;
}
.product-span{
    font-size: 2vw !important;
}

/* ---------------------------------------------- sec-six 730-----  */
.sec-six{
    margin-bottom: 10vw;
    grid-template-columns: auto;
    justify-content: center;
    gap: 1vw;
}
.sec-six-form{
    margin-top: 3vw;
}
.sec-six-form ul {
    padding: 0;
}
.sec-six-form li{
    margin-bottom: 2vw;
}
.input-name, .input-mail, .input-tel, .input-txt{
    width: 60vw;
    padding: 0.2vw;
}
.input-sub, .input-res{
    width: fit-content;
    font-size: 2.2vw;
}
input::placeholder {
    font-size: 2.2vw;
}
textarea::placeholder{
    font-size: 2.4vw;
}
.form-txt{
    font-size: 2.5vw;
    width: 10vw;
    padding: 0.5vw;
}
.six-para-top{
    font-size: 2.4vw;
}
.clients-wrap{
    width: 64vw;
}
.clients{
    position: relative;
    z-index: 8;
}
.clients img{
    width: 20vw;
    height: 20vw;
}
/* ---------------------------------------------- footer 730-----  */
.footer{
    padding-top: 10vw;
}
.footer-details{
    display: grid;
    grid-template-columns: 45% auto;
    justify-content: unset;
}
.foo-company img{
    width: 35vw;
}
.foo-company p{
    font-size: 2.2vw;
}
.foo-company h5{
    font-size: 2.5vw;
}
.foo-info{
    font-size: 2.3vw;
}
.foo-info h5{
    font-size: 3.5vw;
    margin-top:3.6vw;
    margin-bottom: 2vw;
}
.footer-map p{
    font-size: 2.2vw;
}
.footer-map iframe{
    height: 40vw;
    width: 95vw;
}
.footer hr{
    display: none;
}
.foo-copy{
    height: 10vw;
}
.foo-copy code{
    font-size: 2.2vw;
}

}

/* ---------------------------------------------------- screen 530--------  */
@media screen and (max-width: 530px){
    /* -------------------------------- sec-one and small nav  530------  */
    .small-nav-wrap ul li{
        font-size: 6vw;
    }
    
    
    .sec-one-fixed-content p{
        padding-top: 20vw;
        font-size: 4.5vw;
    }
    .sec-one-fixed-content h1{
        font-size: 8vw;
        width: 73vw;
    }
    .sec-one-fixed-content ul{
        width: 71vw;
    }
    .sec-one-fixed-content li{
        gap: 4%;
        font-size: 4.5vw;
    }
    .check-icon{
        width: 4.5vw;
    }
    .top-fixed-btn{
        font-size: 4.1vw;
    }
    .slide-one{
        height: 80vw;
    }
    .slide-two{
        height: 80vw;
    }
    .slide-three{
        height: 80vw;
    }
    .slide-four{
        height: 80vw;
    }
    /* ---------------------------------------------- sec-two 530-----  */
    .sec-two{
        margin-top: 15vw;
        margin-bottom: 20vw;
    }
    .content-header{
        font-size: 7vw;
    }
    .sec-two-text p{
        font-size: 4.5vw;
    }
    .header-line{
       grid-template-columns: 20vw 8vw;
    }
    .line-one{
        height: 1vw;
    }
    .line-two{
        height: 1vw;
    }
    .sec-two-slide-text span{
        font-size: 4.5vw;
        color: #000000;
    }
    .sec-two-slide-text p{
        font-size: 3.5vw; 
        height: 27vw;
    }
    .sec-two-slide-text a{
        font-size: 4vw;
    }
    /* ---------------------------------------------- sec-three 530-----  */
    .sec-three-img-text h4{
        font-size: 7vw;
        width: 55vw;
    }
    .sec-three-img-text li{
        font-size: 4.5vw;
    }
    .sec-three-icon{
        width: 4.5vw;
    }
    .content-header-w{
        font-size: 7vw;
    }
    .sec-three-content{
        margin-bottom: 10vw;
    }
    .sec-three-content p{
        font-size: 4.5vw;
    }
    /* ---------------------------------------------- sec-four 530-----  */
    .sec-four{
        margin-top: 0;
        padding-top: 15vw;
        padding-bottom: 20vw;
        background-attachment: unset;
    }
    .line-one-w{
        height: 1vw;
    }
    .sec-four-cards{
        margin-top: 8vw;
        grid-template-columns: auto;
        gap: 5vw;
    }
    .sec-four-card{
        width: 79vw;
        height: 40vw;
        padding: 4vw;
    } 
    .four-img{
        width: 35vw;
        opacity: 1;
    }
    .sec-four-card:hover .four-img{
        right: 0;
        opacity: 0;
    }
    .four-card-content{
        width: 68vw;
    }
    .four-card-content span{
        font-size: 5vw;
    }
    .four-card-content p{
    font-size: 4.5vw;
    }
    /* ---------------------------------------------- sec-five 530-----  */
    .sec-five{
        margin-top: 15vw;
        padding-bottom: 5vw;
    }
    .sec-five-cards{
        grid-template-columns: auto;
        gap: 5vw;
        margin-top: 8vw;
    }
    .sec-five-card{
        width: 65vw;
        padding: 2vw;
    }
    .sec-five-card img{
        width: 40vw;
        height: 25vw;
    }
    .sec-five-card span{
        font-size: 5vw;
    }
    .sec-five-card p{
        font-size: 4.5vw;
        height: 25vw;
    }
    .sec-five-card a{
        font-size: 4.1vw;
    }
    .sec-five-popup{
        padding-top: 10vw;
    }
    .sec-five-popup span{
    font-size: 5.5vw;
    }
    .com-name{
        font-size: 6.5vw;
    }
    .sec-five-popup p{
        font-size: 4.5vw;
    }
    .blk-txt{
        font-size: 4.8vw;
    }
    .red-txt{
        color: #0086c4;
        font-size: 4.8vw;
    }
    .three-m-products{
        margin-bottom: 5vw;
    }
    .product{
        width: 41.5vw;
        height: 65vw;
    }
    .product img{
        width: 36vw;
        height: 24vw;
    }
    .product p{
        font-size: 4vw !important;
        height: 27vw;
    }
    .product sup{
        font-size: 2vw;
    }
    .product-span{
        font-size: 3.2vw !important;
    }
    /* ---------------------------------------------- sec-six 530-----  */
    .sec-six{
        margin-bottom: 15vw;
    }
    .sec-six-form{
        margin-top: 5vw;
    }
    .sec-six-form li{
        margin-bottom: 4vw;
    }
    .input-name, .input-mail, .input-tel, .input-txt{
        width: 70vw;
    }
    .input-sub, .input-res{
        font-size: 4.5vw;
    }
    input::placeholder {
        font-size: 4.2vw;
    }
    textarea::placeholder{
        font-size: 4.3vw;
    }
    .form-txt{
        font-size: 4.5vw;
        width: 20vw;
    }
    .six-para-top{
        font-size: 4.5vw;
    }
    .clients-wrap{
        width: 74vw;
    }
    /* ---------------------------------------------- footer 530-----  */
    .footer{
        padding-top: 15vw;
    }
    .footer-details{
        grid-template-columns: auto;
        justify-content: left;
    }
    .foo-company img{
        width: 45vw;
    }
    .foo-company p{
        font-size: 4.2vw;
    }
    .foo-company h5{
        font-size: 4.5vw;
    }
    .foo-info{
        font-size: 4.5vw;
    }
    .foo-info h5{
        font-size: 5.5vw;
        margin-top:4vw;
        margin-bottom: 4vw;
    }
    .footer-map p{
        font-size: 4.5vw;
    }
    .footer-map iframe{
        height: 50vw;
    }
    .foo-copy{
        height: 15vw;
    }
    .foo-copy code{
        font-size: 2.2vw;
    }
    
    }