* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

:root {
    --width78: 78%;
    --maxwidth: 100%;
    --dlinecolor: #d9d9d9;
    --bordercolor: rgba(198, 197, 197, 0.34);
}
.alert-danger {
    font-size: 16px;
    padding: 0 10px;
    line-height: 2em;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-success {
    font-size: 16px;
    padding: 0 10px;
    line-height: 2em;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
main {
    max-width: var(--maxwidth);
    margin: auto;
    background: #F2F2F2;
}

html {
    font-size: 62.5%;
    background-color: #F2F2F2;
}

.cutcut {
    clip-path: polygon(100% 0, 100% 84%, 71.5% 100%, 0 100%, 0 0);
}

.hero_more {
    width: 100%;
    position: relative;
}

.hero {
    position: relative;
    width: 100%;
}

.heroimg {
    width: 100%;
    height: 90vh;
}

.heroinfo {
    width: 100%;
    position: absolute;
    left: 0;
    top: 35%;
    padding-left: 11%;
}

.herotxt1 {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 0.12em;
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.herotxt2 {
    font-weight: 700;
    font-size: 4rem;
    line-height: 4.9rem;
    color: #FFFFFF;
    margin-top: 0.5rem;
}

.herotxt3 {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #FFFFFF;
    width: 37%;
    margin-top: 0.5rem;
}

.servicemaintxt {
    width: var(--width78);
    margin: auto;
    /* for mobile  */
    /* border-left: 1px solid var(--bordercolor);
    border-right: 1px solid var(--bordercolor); */
    padding-left: 5px;
    padding: 5% 5px 5% 5px;
    position: relative;
}

.maintxtl {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: var(--bordercolor);
}

.maintxtr {
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: var(--bordercolor);
}

.servicetxt1 {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 3rem;
    display: flex;
    align-items: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.servicetxt2 {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.9rem;
    display: flex;
    align-items: center;
    color: #2F2F2F;
    margin-top: 0.5rem;
}

.service_more {
    position: relative;
    width: 100%;
    margin-top: 0vh;
    /* for mobile  */
    /* border-top: 1px solid var(--bordercolor); */
}

.at {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: -2px;
    background-color: var(--bordercolor);
}

.service {
    width: 100%;
    position: relative;
}



.servicesub {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.servicesub1 {
    width: 50%;
    position: relative;
}

.ser5more {
    width: 100%;
    /* height: 120px; */
    height: 18vh;
    position: relative;
    padding-left: 22%;
    /* for mobile  */
    /* border-bottom: 1px solid var(--bordercolor); */
    border-right: 2px solid var(--bordercolor);
    display: flex;

}

.bb {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: var(--bordercolor);
    z-index: 1;
}

.ser5more:first-child {
    border-top: 1px solid var(--bordercolor);
}

.ser5morelinev {
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: var(--bordercolor);
    top: 0;
    left: 22%;
    z-index: 1;
}

.ser5 {
    width: 100%;
    position: relative;
    padding: 2rem 0.5rem 2rem 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ser5headtxt {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #2F2F2F;
}

.ser5arrowbox {
    position: absolute;
    width: 20%;
    height: 70%;
    background: #E8E9EA;
    right: 0;
    bottom: 0;
    clip-path: polygon(100% 0, 100% 2%, 2% 100%, 0 100%);
    transition: 0.3s;
}

.ser5more:hover .ser5arrowbox {
    clip-path: polygon(100% 0, 100% 2%, 100% 100%, 0 100%);
}

.servarrow {
    position: absolute;
    bottom: 22%;
    left: 68%;
    width: 1.6rem;
    height: 1.4rem;
}

.ser5inside {
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out all;
}

.ser5inside::-webkit-scrollbar {
    width: 5px;
}

.ser5inside::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.ser5inside::-webkit-scrollbar-thumb {
    background: #888;
}

.ser5inimg {
    display: none;
}

.ser5intxt1 {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #2F2F2F;
    margin-top: 1rem;
}

.ser5intxt2 {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #2F2F2F;
}

.bold {
    font-weight: 600;
}

.sermoreactive .ser5 {
    background: #E8E9EA;
}

.sermoreactive {
    height: 25vh;
}

.sermoreactive .ser5inside {
    max-height: 100%;
    overflow-y: auto;
}

.sermoreactive .ser5arrowbox {
    display: none;
}

.opaaa {
/*    animation: ggg 0.5s ease-in forwards;*/
}

@keyframes ggg {
    from {
        opacity: 0;
        margin-bottom: -50%;
    }

    to {
        opacity: 1;
    }
}


.servicesub2 {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.servicemainimg {
    width: 100%;
    max-height: 79vh;
    /* height: 79vh; */
    vertical-align: middle;
}

.mtser {
    margin-top: 1rem;
}

.process_more {
    width: 100%;
    position: relative;
}

.process {
    width: 100%;
    background-color: #232323;
    margin-top: 5%;
    padding-bottom: 4%;
    position: relative;
}

.proceshtxt {
    font-style: normal;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.9rem;
    text-align: center;
    color: #FFFFFF;
    padding-top: 3%;
}

.processtxt {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: center;
    color: #FFFFFF;
    width: 60%;
    margin: auto;
    margin-top: 3%;
}

.processbox {
    width: 85%;
    margin: auto;
    margin-top: 8%;
    position: relative;
}

.processline {
    width: 100%;
    height: 0.4rem;
    background-color: #7C848B;
    position: absolute;
    top: 50%;
}

.procesciclegroup {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.procescirclbox {
    width: 28rem;
    height: 28rem;
    border-radius: 100%;
    background: #333333;
    border: 1.27344px dashed #7C848B;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}

.procescicldot {
    width: 2.5rem;
    height: 2.5rem;
    background: #E2E2E2;
    border: 1.27344px solid #FFFFFF;
    border-radius: 50%;

}

.procescirclbox:hover .procescicldot {
    animation: pulse-animation 1s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2.5rem rgba(255, 255, 255, 0);
    }
}

.procescicrcltxt {
    position: absolute;
    top: 32%;
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.4rem;
    color: #EDEDED;
}

.vidbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}

.vidclose {
    position: absolute;
    right: 0%;
    top: 0%;
    padding: 1%;
    cursor: pointer;
}

.vidcloseimg {
    width: 2rem;
}

.processvideo {
    width: 100%;
    height: 100%;
    background-color: #232323;
}


/* our projects */

.project_more {
    position: relative;
    /* fot mobile  */
    /* border: 1px solid var(--bordercolor); */
}

.ct {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
    background-color: var(--bordercolor);
}

.project {
    width: var(--width78);
    margin: auto;
    position: relative;
    /* for mobile  */
    /* border-left: 1px solid var(--bordercolor);
    border-right: 1px solid var(--bordercolor); */
    display: flex;
    padding: 5% 5px 5% 0;
}

.dl {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: var(--bordercolor);
}

.dr {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: var(--bordercolor);
}

.projectinfotxt {
    width: 47%;
    padding-left: 5px;
}

.pourtxt {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 3rem;
    display: flex;
    align-items: center;
    letter-spacing: 0.12em;
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.pbuildingtxt {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.9rem;
    display: flex;
    align-items: center;
    color: #2F2F2F;
    margin-top: 0.5rem;
}

.pcreativetxt {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    display: flex;
    align-items: center;
    color: #2F2F2F;
    margin-top: 0.5rem;
}

.projectbutton {
    width: 53%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
}

.nextprevbutton {
    width: 3.5rem;
    height: 3.5rem;
    background: #F2F2F2;
    border: 0.791209px solid #363636;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    font-weight: 500;
    /* transition: 0.5s; */
    cursor: pointer;
}

.nextprevbutton:hover {
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    color: #fff;
    border-color: var(--bordercolor);
}

.svgleftright {
    width: 70%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#prosliderbtn {
    stroke-width: 2;
    text-align: center;
    stroke: black;
}

.nextprevbutton:hover #prosliderbtn {
    stroke: #FFFFFF;
}

.projectslider_more {
    background: #F2F2F2;
    max-width: var(--maxwidth);
    margin: auto;
    overflow: hidden;
    position: relative;
}

.swiper2 {
    width: 100%;
    height: 100%;
    margin-left: 11%;
    padding-left: 2px;
    /* for mobile  */
    /* border-left: 1px solid var(--bordercolor); */
    position: relative;
}

.el {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: var(--bordercolor);
}

.swiper2 .swiper-slide {
    width: 46.8rem;
    padding-bottom: 5%;
    /* for mobile  */
    /* border-left: 1px solid var(--bordercolor); */
    position: relative;
    border-left: 2px solid var(--bordercolor);
    margin-left: -2px;
}

.ell {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: var(--bordercolor);
}



.slideimgb {
    width: 100%;
    /* margin-left: 2px; */
    position: relative;
}

.slideimgline {
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 2px;
    background-color: var(--bordercolor);
}

.slideimgbfirst {
    margin-left: 0;
}

.slideimg {
    width: 95%;
    object-fit: cover;

}

.slideinfobox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 2.5rem;
    margin-top: -2px;
    /* border-top: 2px solid var(--bordercolor); */
    padding-left: 5px;
    padding-right: 5%;
}

.slidebb1 {
    padding-left: 2px;
}

.pronametxt {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.9rem;
    color: #2F2F2F;
    transition: 0.4s;
}


.profortxt {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    margin-top: 0.4rem;
    color: #2F2F2F;
    margin-top: 0.8rem;
    transition: 0.4s;
}

.swiper2 .swiper-slide:hover .pronametxt {
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.swiper2 .swiper-slide:hover .profortxt {
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.protypetxt {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #8C8C8C;
    margin-top: 0.4rem;
}

.linkproject {
    display: block;
    text-decoration: none;
    color: #363636;
    width: 3.5rem;
    height: 3.5rem;
    background: #F2F2F2;
    border: 0.791209px solid #363636;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    font-weight: 500;
}

.swiper2 .swiper-slide:hover .linkproject {
    color: #fff;
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    border-color: transparent;
}

#linkprojectbtn {
    stroke-width: 2;
    text-align: center;
    stroke: black;
}

.svglinkprojectbtn {
    width: 70%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper2 .swiper-slide:hover #linkprojectbtn {
    stroke: #FFFFFF;
}

.work_more {
    width: 100%;
    position: relative;
    /* for mobile  */
    /* border-top: 1px solid var(--bordercolor); */
}

.ft {
    width: 100%;
    height: 2px;
    left: 0;
    top: 0;
    position: absolute;
    background-color: var(--bordercolor);
}

.work {
    width: var(--width78);
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 5% 0 1% 5px;
    position: relative;
    /* for mobile */
    /* border-left: 1px solid var(--bordercolor);
    border-right: 1px solid var(--bordercolor); */
}

.gl {
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: var(--bordercolor);
}

.gr {
    width: 2px;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    background-color: var(--bordercolor);
}

.work1 {
    width: 40%;
    padding-left: 2px;
}

.work1txt1 {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 0.12em;
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.work1txt2 {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #2F2F2F;
    margin-top: 0.5rem;
}

.work2 {
    width: 50%;
}

.workservice {
    width: 100%;
    display: flex;
    margin-bottom: 4%;
}

.workservimgbox {
    width: 45%;
    margin-right: 3%;
}

.workserveimg {
    width: 100%;
}

.workservinfo {
    width: 55%;
    position: relative;
    padding-right: 2px;
}

.workinfotxt1 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.4rem;
    color: #2F2F2F;
}

.workinfotxt2 {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #2F2F2F;
    margin-top: 1.5rem;
}

.workinfotxt3 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.4rem;
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: block;
    margin-top: 1.5rem;
}

.moreservicearrow {
    vertical-align: middle;
    width: 1.2rem;
    height: 1rem;
}

/* hero wrinting new code  */
.morelinkproject {
    display: block;
    text-decoration: none;
    color: #363636;
    width: 3.5rem;
    height: 3.5rem;
    background: #F2F2F2;
    border: 0.791209px solid #363636;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
    font-weight: 500;
    margin-top: 6%;
}

.workservice:hover .morelinkproject {
    color: #fff;
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    border-color: transparent;
}

.moresvglinkprojectbtn {
    width: 70%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#morelinkprojectbtn {
    stroke-width: 2;
    text-align: center;
    stroke: black;
}

.workservice:hover #morelinkprojectbtn {
    stroke: #FFFFFF;
}

.workservice:hover .workinfotxt1 {
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.workservice:hover .workinfotxt2 {
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.form_more {
    /* fot mobile  */
    /* border-top: 1px solid var(--bordercolor); */
    position: relative;
    overflow: hidden;
}

.ht {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--bordercolor);
}

.form {
    width: var(--width78);
    position: relative;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 5% 1px 5% 0;
    /* for mobile  */
    /* border-left: 1px solid var(--bordercolor);
    border-right: 1px solid var(--bordercolor); */

}

.il {
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--bordercolor);
}

.ir {
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--bordercolor);
}

.forminfo {
    width: 40%;
    padding-left: 6px;
}

.formtxt1 {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 0.12em;
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.formtxt2 {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #2F2F2F;
    margin-top: 0.5rem;
}

.formlink {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #8C8C8C;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    padding-left: 5px;
    cursor: context-menu;
}

.formmailimg {
    /* height: 2rem; */
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #E8E9EA;
    color: #2F2F2F;
    text-align: center;
    border-radius: 6px;
    padding: 10px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #E8E9EA transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.formtags {
    width: 50%;
}

.labletag {
    width: 100%;
    margin-top: 2rem;
}

.labletag:first-child {
    margin-top: 0;
}

.label {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #2F2F2F;
}

.inputtxt {
    width: 100%;
    background: #E8E9EA;
    border-radius: 2px;
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #8C8C8C;
    opacity: 0.6;
    padding: 1.5rem 1rem;
    margin-top: 1rem;
    resize: none;
}

.submitbutton {
    display: inline-block;
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    border: none;
    outline: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 1.4rem 3rem;
    margin-top: 2rem;
    cursor: pointer;
}

.fileupbox {
    display: inline-flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    background: #F2F2F2;
    border: 1px solid #5FB1E0;
    border-radius: 2px;
    padding: 1.4rem 2rem;
    margin-top: 1rem;
    cursor: pointer;
}

.fileuptxt {
    background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.2rem;
}

.filupicon {
    width: 2.2rem;
    height: 2.2rem;
}

.dialine1 {
    position: absolute;
    width: 100%;
    left: 72%;
    bottom: 0;
    height: 2px;
    transform: rotate(-25deg);
    transform-origin: 0% 0%;
    background-color: var(--bordercolor);

}

.dialine2 {
    position: absolute;
    width: 100%;
    left: 65%;
    bottom: 0;
    height: 2px;
    transform: rotate(-25deg);
    transform-origin: 0% 0%;
    background-color: var(--bordercolor);
}

.mservice {
    display: none;
}

.validtxt {
    font-size: 1.4rem;
    line-height: 2rem;
    color: red;
}

.filesuppotxt {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #8C8C8C;
}

@media screen and (min-width: 1441px) {
    html {
        font-size: 62.5%;
    }

    .slideimgline {
        position: absolute;
        left: 0;
        bottom: 1.5px;
        width: 100%;
        height: 2px;
        background-color: var(--bordercolor);
    }
}

@media only screen and (min-width: 1666px) {
    html {
        font-size: 66%;
    }
}

@media only screen and (min-width: 1850px) {
    html {
        font-size: 70%;
    }
}

@media screen and (min-width: 2000px) {
    html {
        font-size: 75%;
    }
}

@media screen and (min-width: 2150px) {
    html {
        font-size: 80%;
    }

    .slideimgline {
        position: absolute;
        left: 0;
        bottom: 2px;
        width: 100%;
        height: 2px;
        background-color: var(--bordercolor);
    }
}

@media screen and (min-width: 2300px) {
    html {
        font-size: 85%;
    }
}

@media screen and (min-width: 2450px) {
    html {
        font-size: 90%;
    }
}

@media screen and (min-width: 2600px) {
    html {
        font-size: 95%;
    }
}

@media screen and (min-width: 2750px) {
    html {
        font-size: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    html {
        font-size: 55%;
    }



    .work1 {
        width: 35%;
    }

    .work2 {
        width: 50%;
    }

    .servicemaintxt {
        padding: 3vh 5px 3vh 5px;
    }
}

@media only screen and (max-width: 991px) {
    html {
        font-size: 50%;
    }


    .work1 {
        width: 35%;
    }

    .work2 {
        width: 60%;
    }

    .formtags {
        width: 60%;
    }

    .ser5more {
        width: 100%;
        /* height: 120px; */
        height: 8vh;
        position: relative;
        padding-left: 22%;
        /* for mobile  */
        /* border-bottom: 1px solid var(--bordercolor); */
        border-right: 2px solid var(--bordercolor);
        display: flex;
    }

    .sermoreactive {
        /* height: 200px; */
        height: 12vh;
    }

    .servicemainimg {
        width: 100%;
        max-height: 79vh;
        vertical-align: middle;
    }
}

@media only screen and (max-width: 767px) {
    html {
        font-size: 45%;
    }



    .work1 {
        width: 35%;
    }

    .work2 {
        width: 60%;
    }

    .ser5more {
        width: 100%;
        /* height: 120px; */
        height: 8vh;
        position: relative;
        padding-left: 22%;
        /* for mobile  */
        /* border-bottom: 1px solid var(--bordercolor); */
        border-right: 2px solid var(--bordercolor);
        display: flex;
    }

    .sermoreactive {
        /* height: 200px; */
        height: 12vh;
    }

    .servicemainimg {
        width: 100%;
        max-height: 79vh;
        vertical-align: middle;
    }

    .formlink {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}




@media only screen and (max-width: 600px) {
    :root {
        --width78: 78%;
        --maxwidth: 100%;
        --dlinecolor: #d9d9d9;
        --bordercolor: rgba(198, 197, 197, 0.34);
    }

    .mhide {
        display: none;
    }

    main {
        max-width: var(--maxwidth);
        margin: auto;
        background: #F2F2F2;
    }

    html {
        font-size: 62.5%;
        background-color: #F2F2F2;
    }

    /* .navbackcolor {
        background-color: transparent;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    } */

    .hero_more {
        width: 100%;
        position: relative;
    }

    .hero {
        position: relative;
        width: 100%;
        height: 35vh;
    }

    .heroimg {
        width: 100%;
        height: 100%;
        /* object-fit: contain; */
    }

    .heroinfo {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        padding-left: 5%;
        padding-top: 5%;
    }

    .herotxt1 {
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 2rem;
        letter-spacing: 0.12em;
        background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        margin-top: 0rem;
    }

    .herotxt2 {
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 2.9rem;
        color: #FFFFFF;
        margin-top: 0rem;
    }

    .herotxt3 {
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1.5rem;
        color: #FFFFFF;
        width: 90%;
        margin-top: 0.5rem;
    }

    .servicemaintxt {
        width: 90%;
        margin: auto;
        /* for mobile  */
        border-left: 1px solid var(--bordercolor);
        border-right: 1px solid var(--bordercolor);
        padding-left: 5px;
        padding: 15% 5px 15% 5px;
        position: relative;
    }


    .servicetxt1 {
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 1.7rem;
        display: flex;
        align-items: center;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        margin-top: 0rem;
    }

    .servicetxt2 {
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 2.9rem;
        display: flex;
        align-items: center;
        color: #2F2F2F;
        margin-top: 0.5rem;
    }

    .service_more {
        position: relative;
        width: 100%;
        margin-top: 0vh;
        /* for mobile  */
        /* border-top: 1px solid var(--bordercolor); */
    }

    .at {
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        top: -2px;
        background-color: var(--bordercolor);
    }

    .service {
        width: 90%;
        padding-top: 0vh;
        margin: auto;
        position: relative;
        border-left: 1px solid var(--bordercolor);
        border-right: 1px solid var(--bordercolor);
    }


    .servicesub {
        width: 100%;
        display: flex;
        align-items: center;
        display: none;
    }

    .servicesub2 {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
    }

    .servicemainimg {
        width: 100%;
        max-height: 79vh;
        vertical-align: middle;
    }

    .mtser {
        margin-top: 1rem;
    }

    .mservice {
        display: block;
        width: 90%;
        margin: auto;
        padding-top: 0%;
        padding-bottom: 0%;
        border-left: 1px solid var(--bordercolor);
        border-right: 1px solid var(--bordercolor);
    }

    .mservicebox {
        width: 100%;
        position: relative;
        border-bottom: 1px solid var(--bordercolor);
    }

    .mservicebox:first-child {
        border-top: 1px solid var(--bordercolor);
    }

    .mserviceheadbox {
        width: 100%;
        position: relative;
        padding: 2.9rem 5px;
    }

    .mservtxt1 {
        font-weight: 700;
        font-size: 1.4rem;
        line-height: 1.7rem;
        color: #2F2F2F;
    }

    .marrownbox {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 30%;
        height: 100%;
        background: #E8E9EA;
        clip-path: polygon(50% 49%, 100% 0, 100% 100%, 0% 100%);
    }

    .marrow {
        position: absolute;
        bottom: 40%;
        left: 75%;
        width: 7px;
        height: 8px;
        transition: 0.3se all;
        transform-origin: center;
    }

    .mservdata {
        width: 100%;
        position: relative;
        /* max-height: 0; */
        /* overflow: hidden; */
        display: none;
        transition: max-height 0.5s ease-out;
    }

    .mservimg {
        width: 100%;
    }

    .mservedatatxt {
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1.5rem;
        color: #2F2F2F;
        padding-left: 2px;
    }

    .bold {
        font-weight: 600;
    }

    .mmt {
        margin-top: 3%;
    }

    .mpb {
        padding-bottom: 8%;
    }

    .mpt {
        padding-top: 3%;
    }

    .mserviceheadbox.active .marrow {
        /* transform: rotate(180deg); */
        animation: movearrow 0.3s ease-in forwards;
    }

    @keyframes movearrow {
        to {
            transform: rotate(180deg);
        }
    }

    .mserviceheadbox.active {
        background: #E8E9EA;
    }

    .mserviceheadbox.active .marrownbox {
        background-color: transparent;
    }

    .mserviceheadbox.active~.mservdata {
        background: #E8E9EA;
        border-bottom: 1px solid #cbcbcb;
    }





    /* process */
    .process_more {
        width: 100%;
        position: relative;
    }

    .process {
        width: 100%;
        background-color: #232323;
        margin-top: 8%;
        padding-bottom: 8%;
        position: relative;
    }

    .proceshtxt {
        font-style: normal;
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 2.9rem;
        text-align: left;
        color: #FFFFFF;
        padding-top: 6%;
        padding-left: 5%;
    }

    .processtxt {
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 1.7rem;
        text-align: left;
        color: #FFFFFF;
        width: 90%;
        margin: 0;
        margin-top: 2%;
        padding-left: 5%;
    }

    .processbox {
        width: 90%;
        margin: auto;
        margin-top: 8%;
        position: relative;
    }

    .processline {
        width: 100%;
        height: 0.4rem;
        background-color: #7C848B;
        position: absolute;
        top: 50%;
    }

    .procesciclegroup {
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }

    .procescirclbox {
        width: 9rem;
        height: 9rem;
        border-radius: 100%;
        background: #333333;
        border: 1.27344px dashed #7C848B;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        cursor: pointer;
    }

    .procescicldot {
        width: 1.5rem;
        height: 1.5rem;
        background: #E2E2E2;
        border: 1.27344px solid #FFFFFF;
        border-radius: 50%;
        animation: pulse-animation 1s infinite;
    }

    .procescirclbox:hover .procescicldot {
        animation: pulse-animation 1s infinite;
    }

    @keyframes pulse-animation {
        0% {
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
        }

        100% {
            box-shadow: 0 0 0 1.5rem rgba(255, 255, 255, 0);
        }
    }

    .procescicrcltxt {
        position: absolute;
        top: 22%;
        font-style: normal;
        font-weight: 500;
        font-size: 1.0rem;
        line-height: 1.5rem;
        color: #EDEDED;
    }

    .vidbox {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        display: none;
    }

    .vidclose {
        position: absolute;
        right: 2%;
        top: 2%;
        padding: 1%;
        cursor: pointer;
    }

    .vidcloseimg {
        width: 1.5rem;
    }

    .processvideo {
        width: 100%;
        height: 100%;
        background-color: #232323;
    }

    .gifbox {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #232323;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .imggif {
        width: 40%;
    }

    .giftxt {
        color: #fff;
    }



    /* our projects */

    .project_more {
        position: relative;
        /* fot mobile  */
        /* border: 1px solid var(--bordercolor); */
    }

    .ct {
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        top: 0;
        background-color: var(--bordercolor);
    }

    .project {
        width: 90%;
        margin: auto;
        position: relative;
        /* for mobile  */
        border-left: 1px solid var(--bordercolor);
        border-right: 1px solid var(--bordercolor);
        display: flex;
        flex-direction: column;
        padding: 15% 1px 15% 2px;
    }

    .dl {
        position: absolute;
        left: 0;
        top: 0;
        width: 2px;
        height: 100%;
        background-color: var(--bordercolor);
    }

    .dr {
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 100%;
        background-color: var(--bordercolor);
    }

    .projectinfotxt {
        width: 100%;
        padding-left: 1px;
    }

    .pourtxt {
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 1.7rem;
        display: flex;
        align-items: center;
        letter-spacing: 0.12em;
        background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    .pbuildingtxt {
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 2.9rem;
        display: flex;
        align-items: center;
        color: #2F2F2F;
        margin-top: 0.5rem;
    }

    .pcreativetxt {
        font-weight: 500;
        font-size: 1.2rem;
        line-height: 1.5rem;
        display: flex;
        align-items: center;
        color: #2F2F2F;
        margin-top: 1rem;
    }

    .projectbutton {
        width: 53%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 1.5rem;
        display: none;
    }

    .nextprevbutton {
        width: 4.5rem;
        height: 4.5rem;
        background: #F2F2F2;
        border: 0.791209px solid #363636;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2.5rem;
        font-weight: 500;
        /* transition: 0.5s; */
        cursor: pointer;
    }

    .nextprevbutton:hover {
        background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
        color: #fff;
        border-color: var(--bordercolor);
    }

    .nextprevbutton:hover #prosliderbtn {
        fill: #fff;
    }

    .projectslider_more {
        background: #F2F2F2;
        max-width: var(--maxwidth);
        margin: auto;
        overflow: hidden;
    }

    .swiper2 {
        width: 100%;
        height: 100%;
        margin-left: 5%;
        padding-left: 0px;
        /* for mobile  */
        /* border-left: 1px solid var(--bordercolor); */
        position: relative;
    }

    .el {
        position: absolute;
        left: 0;
        top: 0;
        width: 2px;
        height: 100%;
        background-color: var(--bordercolor);
    }

    .swiper2 .swiper-slide {
        width: 25rem;
        padding-bottom: 10%;
        /* for mobile  */
        border-left: 1px solid var(--bordercolor);
        position: relative;
        margin-left: 0;
    }

    .ell {
        position: absolute;
        left: 0;
        top: 0;
        width: 2px;
        height: 100%;
        background-color: var(--bordercolor);
    }



    .slideimgb {
        width: 100%;
        margin-left: 0px;
    }



    .slideimg {
        width: 95%;
        object-fit: cover;
        margin-bottom: -1px;
    }

    .slideinfobox {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding-top: 2rem;
        margin-top: -2px;
        border-top: 1px solid var(--bordercolor);
        padding-right: 5%;
    }

    .slidebb1 {
        padding-left: 2px;
    }

    .slidebb2 {
        margin-top: 6%;
    }

    .pronametxt {
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 2rem;
        color: #2F2F2F;
        transition: 0.4s;
    }


    .profortxt {
        font-weight: 400;
        font-size: 1.1rem;
        line-height: 1.3rem;
        margin-top: 0.4rem;
        color: #2F2F2F;
        margin-top: 0.8rem;
        transition: 0.4s;
    }

    .swiper2 .swiper-slide:hover .pronametxt {
        background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    .swiper2 .swiper-slide:hover .profortxt {
        background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    .protypetxt {
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 2rem;
        color: #8C8C8C;
        margin-top: 0.4rem;
    }

    .linkproject {
        display: block;
        text-decoration: none;
        color: #363636;
        width: 3rem;
        height: 3rem;
        background: #F2F2F2;
        border: 0.791209px solid #363636;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2.5rem;
        font-weight: 500;
    }

    .swiper2 .swiper-slide:hover .linkproject {
        color: #fff;
        background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
        border-color: transparent;
    }

    #linkprojectbtn {
        stroke-width: 2;
        text-align: center;
        stroke: black;
    }

    .svglinkprojectbtn {
        width: 70%;
        height: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper2 .swiper-slide:hover #linkprojectbtn {
        stroke: #FFFFFF;
    }

    .work_more {
        width: 100%;
        position: relative;
        /* for mobile  */
        border-top: 1px solid var(--bordercolor);
    }

    .ft {
        width: 100%;
        height: 2px;
        left: 0;
        top: 0;
        position: absolute;
        background-color: var(--bordercolor);
    }

    .work {
        width: 90%;
        margin: auto;
        display: flex;
        flex-direction: column;
        padding: 15% 1px 15% 0px;
        position: relative;
        /* for mobile */
        border-left: 1px solid var(--bordercolor);
        border-right: 1px solid var(--bordercolor);
    }

    .gl {
        width: 2px;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background-color: var(--bordercolor);
    }

    .gr {
        width: 2px;
        height: 100%;
        top: 0;
        right: 0;
        position: absolute;
        background-color: var(--bordercolor);
    }

    .work1 {
        width: 100%;
        padding-left: 2px;
    }

    .work1txt1 {
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 1.7rem;
        letter-spacing: 0.12em;
        background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        padding-left: 0.5rem;
    }

    .work1txt2 {
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 2.9rem;
        color: #2F2F2F;
        margin-top: 0.5rem;
        padding-left: 0.5rem;
    }

    .work2 {
        width: 100%;
        margin-top: 2rem;
    }

    .workservice {
        margin-top: 4%;
        width: 100%;
        display: flex;
    }

    .workservimgbox {
        width: 45%;
        margin-right: 4%;
    }

    .workserveimg {
        width: 100%;
    }

    .workservinfo {
        width: 50%;
        position: relative;
    }

    .workinfotxt1 {
        font-weight: 700;
        font-size: 1.4rem;
        line-height: 1.7rem;
        color: #2F2F2F;
    }

    .workinfotxt2 {
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1.5rem;
        color: #2F2F2F;
        margin-top: 0.5rem;
    }

    .workinfotxt3 {
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 1.5rem;
        background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        display: block;
        margin-top: 0.5rem;
    }

    .morelinkproject {
        display: block;
        text-decoration: none;
        color: #363636;
        width: 3rem;
        height: 3rem;
        background: #F2F2F2;
        border: 0.791209px solid #363636;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2.5rem;
        font-weight: 500;
        margin-top: 6%;
    }

    .form_more {
        /* fot mobile  */
        border-top: 1px solid var(--bordercolor);
        position: relative;
        overflow: hidden;
    }

    .ht {
        width: 100%;
        height: 2px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: var(--bordercolor);
    }

    .form {
        width: 90%;
        position: relative;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 15% 0 15% 0;
        /* for mobile  */
        border-left: 1px solid var(--bordercolor);
        border-right: 1px solid var(--bordercolor);

    }

    .il {
        width: 2px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: var(--bordercolor);
    }

    .ir {
        width: 2px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background-color: var(--bordercolor);
    }

    .forminfo {
        width: 100%;
        padding-left: 2px;
    }

    .formtxt1 {
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 3rem;
        letter-spacing: 0.12em;
        background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        display: none;
    }

    .formtxt2 {
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 2.9rem;
        color: #2F2F2F;
        margin-top: 0rem;
        padding-left: 5px;
    }

    .formlink {
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 2rem;
        color: #8C8C8C;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        gap: 1rem;
        margin-top: 6%;
    }

    .formmailimg {
        height: 1.5rem;
    }



    .formtags {
        width: 100%;
        margin-top: 6%;
    }

    .labletag {
        width: 100%;
        margin-top: 2rem;
    }

    .labletag:first-child {
        margin-top: 0;
    }

    .label {
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 2rem;
        color: #2F2F2F;
        padding-left: 5px;
    }

    .inputtxt {
        width: 100%;
        background: #E8E9EA;
        border-radius: 2px;
        border: none;
        outline: none;
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 2rem;
        color: #8C8C8C;
        opacity: 0.8;
        padding: 1.5rem 1rem;
        margin-top: 0.5rem;
        border: 1px solid var(--bordercolor);
        resize: none;
    }

    .submitbutton {
        display: block;
        background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
        border: none;
        outline: none;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        color: #FFFFFF;
        padding: 1.4rem 2rem;
        margin: auto;
        margin-top: 5rem;
        width: 100%;

    }

    .fileupbox {
        display: inline-flex;
        gap: 1rem;
        justify-content: center;
        align-items: center;
        background: #F2F2F2;
        border: 1px solid #5FB1E0;
        border-radius: 2px;
        padding: 1.4rem 2rem;
        margin-top: 1rem;
        width: 100%;
    }

    .fileuptxt {
        background: linear-gradient(271.26deg, #56ACDE 6.14%, #6DB8E3 99.72%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 2.2rem;
    }

    .filupicon {
        width: 2rem;
        height: 2rem;
    }

    .dialine1 {
        position: absolute;
        width: 100%;
        left: 72%;
        bottom: 0;
        height: 1px;
        transform: rotate(-25deg);
        transform-origin: 0% 0%;
        background-color: var(--bordercolor);

    }

    .dialine2 {
        position: absolute;
        width: 100%;
        left: 65%;
        bottom: 0;
        height: 1px;
        transform: rotate(-25deg);
        transform-origin: 0% 0%;
        background-color: var(--bordercolor);
    }

    .validtxt {
        font-size: 1.2rem;
        line-height: 2rem;
        color: red;
        padding-left: 5px;
    }

    .filesuppotxt {
        font-size: 1.2rem;
        line-height: 2rem;
        color: #8C8C8C;
        padding-left: 5px;
    }
}

@media only screen and (max-width: 350px) {
    html {
        font-size: 50%;
    }
}