@import url('https://fonts.googleapis.com/css2?family=Rancho&family=Rubik:wght@300;400;500;600;700;800;900&family=Ubuntu&display=swap');


/* -----------------------Header start--------------------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
}

.mobviewheader {
    display: none;
}

header {
    position: fixed;
    height: 70px;
    width: 100vw;
    padding: 0px 20px;
    /* margin-top: 5px; */
    display: flex;
    align-items: center;
    z-index: 200;
    background-color: white;
    transition: 0.45s all ease;
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 5px; */

}

.scroll-text-shadow.scroll-active p {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    /* Add your desired text shadow here */
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0px;
    margin-left: 71.9%;

}

.logo {
    margin-top: 20px;
}

.logo img {
    display: flex;
    margin-left: -1050px;
    margin-top: 5px;
    width: 108px;
    margin-bottom: 20px;
}

.nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.navlinks {
    margin-left: 34px;
    cursor: pointer;
    font-size: 1.1vw;
    font-weight: 500;
    /* color: white; */
}

.navlinks:nth-child(1)::after {
    content: '';
    height: 2px;
    width: 100%;
    background: orange;
    display: block;
    opacity: 0;
    margin-top: 2px;
    transition: 0.55s ease-in-out;

}

.navlinks:nth-child(2)::after {
    content: '';
    height: 2px;
    width: 100%;
    background: #00b0ef;
    display: block;
    opacity: 0;
    margin-top: 2px;
    transition: 0.55s ease-in-out;

}

.navlinks:nth-child(3)::after {
    content: '';
    height: 2px;
    width: 100%;
    background: green;
    display: block;
    opacity: 0;
    margin-top: 2px;
    transition: 0.55s ease-in-out;
}

.navlinks:nth-child(1):hover::after {
    opacity: 1;
}

.navlinks:nth-child(2):hover::after {
    opacity: 1;
}

.navlinks:nth-child(3):hover::after {
    opacity: 1;
}

.nav-list li {
    margin-right: -2px;
}

.openlogo {
    margin-right: 4.8px;
    margin-left: 30px;
    cursor: pointer;
    width: 28px;
}

.closelogo {
    display: none;
    margin-left: -54px;
    cursor: pointer;
    /* z-index: 99; */
    transition: 5s;
}

.closelogo {
    /* opacity: 0; */
    z-index: 99;
    width: 23px;
    margin-left: -35px;


}

/* Expanded Nav */
.expandednav {
    position: fixed;
    font-size: clamp(16px, 3vw, 18px);
    top: 0;
    right: 0;
    height: 100%;
    width: 55%;
    background-color: #202020;
    font-family: 'Rubik', sans-serif;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: white;
    padding: 10px;
    clip-path: circle(0px at 100% 0%);
    transition: all 1s ease-out;

}

.expandednav.expanded {
    clip-path: circle(1800px at 100% 0%);
    pointer-events: all;
}

.expandedNavLeft {
    width: 55%;
    height: 100%;
    border-right: 2px solid #666;
}

.expandedNavRight {
    width: 45%;
    height: 100%;
    cursor: pointer;
}

.welcome {
    height: 35%;
    width: 100%;
    padding: 20% 10%;
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #666;
    justify-content: center;
}

.wel {
    font-size: 2.7vw;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.7px;

}

.well {
    font-size: 1vw;
    font-weight: 300;
    letter-spacing: 1.6px;
}

.cracking {
    height: 65%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10% 10%;
    justify-content: space-between;
}

.carctxt {
    font-size: 2.6vw;
    font-weight: 600;
    margin-top: 4rem;
}

.contact {
    width: 57%;
    border: 2px solid #fff;
    border-radius: 50px;
    color: white;
    background-color: transparent;
    padding: 15px;
    font-size: 1vw;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.35s ease-in;
}

.imgg {
    height: 14px;
    display: inline;
    filter: invert(98%) sepia(99%) saturate(3%) hue-rotate(252deg) brightness(107%) contrast(100%);
}

.contact:hover {
    color: black;
    background: #fff;
}

.contact:hover img {
    filter: none;
}

.offices {
    display: flex;
    gap: 20px;
    height: 16px;
    font-size: 14px;
}

.mumoffice {
    font-size: 1vw;
}

.divider2 {
    border: 1px solid #fff;
    height: 21px;
    width: 0.2px;
    border-radius: 50px;
}

.social {
    height: 35px;
    margin-bottom: 20px;
}

.social img {
    margin-right: 20px;
    height: 35px;
}

.expandedNavRight ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 10% 10%;
}

.expandedNavRight li {
    width: fit-content;
    height: 20px;
}

.expandedlinks1 {
    height: 50%;
}

.expandedlinks1 li {
    font-size: 1.8vw;
    font-weight: 600;
}

.expandedlinks2 {
    height: 50%;
}

.expandedlinks2 li {
    font-size: 1.4vw;
    font-weight: 300;
}

.expandedNavRight li::after {
    display: block;
    content: "";
    border-bottom: solid 2px #00b0ef;
    transform: scaleX(0) translateX(0px);
    transform-origin: 0% 0%;
    transition: transform 350ms ease-in-out;
    width: 100%;
    margin-top: 1px;
}

.expandedNavRight li:hover::after {
    transform: scaleX(0.3) translateX(340%);
}

li.active::after {
    transform: scaleX(0.3) translateX(340%);
    transition: none;
}

/* -------------------------header end----------------------------- */
/* --------------------------------------------page1 start---------------------------------------- */



.page1 {
    height: 100vh;
    max-width: 100vw;
    background-color: #fff;
}

.mcontent {
    /* justify-content: center; */
    /* align-items: center; */
    /* margin: auto; */
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 55vw;
}

.mid {
    width: fit-content;
    display: flex;
    height: 100%;


}

.mid h1 {
    color: black;
    font-weight: bolder;
    align-items: center;
    font-size: 64px;
    margin-top: 33%;
}

.circleimage {
    height: 45vh;
    max-width: fit-content;
    position: absolute;
    top: 72%;
    right: 0;
    overflow: hidden;
    z-index: 1;

}

.circleimage img {
    position: relative;
    margin-top: 15px;
    right: -50px;
    height: 90%;
    width: 100%;
    animation: rotate 15s linear infinite;
    /* Apply the animation */


}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
        /* Starting rotation angle */
    }

    100% {
        transform: rotate(360deg);
        /* Ending rotation angle */
    }
}

/* --------------------------------------------page1 end---------------------------------------- */



/* --------------------------------------------page2 start---------------------------------------- */
.reveal {
    /* position: relative; */
    transform: translateY(90px);
    opacity: 0;
    transition: all 2s ease;
}

.reveal.active {
    transform: translateY(0px);
    opacity: 1;

}


.reveal1 {
    /* position: relative; */

    transform: translateX(100px);
    opacity: 0;
    transition: all 0.9s ease;
}

.reveal1.active1 {
    transform: translateX(0px);
    opacity: 1;

}

.page2 {
    height: 100vh;
    max-width: 100vw;
    overflow: hidden;
    background-color: #fff;
}

.vidtxt {
    height: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ortbelive {
    height: 100%;
    width: 59%;
    /* background-color: #00b0ef; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.belcont {
    display: block;
    width: 31vw;
    background-color: #fff;
    margin-left: 260px;
    margin-right: auto;

}

.p1 {
    font-size: 1.4vw;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 30px;

}

.line {
    border: 2px solid orange;
    width: 22%;
    margin-bottom: 25px;
    /* margin-top: -10px; */
}

.text2 {
    width: 100%;
}

.p2 {
    line-height: 30px;
}

.orr {
    background-color: #fff;
    height: 18vh;
    width: 18vh;
    position: relative;
    left: 70px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 50%;
    margin-bottom: 70px;

}

.orangequote {
    border: 2px solid transparent;
    border-radius: 50%;
    background: #fff;
    background: url(https://onerooftech.com/assets/img/design/inverted-commas-orange.svg);
    height: 14vh;
    width: 14vh;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 47px;

    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.3);
}


.chinesevideo {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 41%;
    z-index: 1;
    background-color: aliceblue;
}

.chinesevideo video {
    position: absolute;
    left: -70%;
    height: 100%;
    width: fit-content;
    /* min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover; */
}

/* --------------------------------------------page2 end---------------------------------------- */


/* --------------------------------------------page3 start---------------------------------------- */
.mpage3{
    display: none;
}
.page3 {
    height: 70vh;
    max-width: 100vw;
    /* background-color: #202020; */
    /* color: #202020; */
    background-color: #fff;
}

.tech {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 56vw;
    /* color: #fff; */
}

.tectext {
    margin-top: 100px;
    width: 100%;
    font-size: 1.39vw;
}

.technology {
    margin-top: 50px;
    width: 100%;

}

.uup span {
    margin-right: 5px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    opacity: 0.5;
    font-size: larger;
    /* color: grey; */
}

.uup {
    display: flex;

}

.uuuu {
    margin-left: 30px;
}

.uuuu h4 {
    font-size: 1.5vw;
    padding: 20px;
    color: white;

}

.uuud h4 {
    font-size: 1.5vw;
    padding: 20px 0px;
    color: white;

}

/* --------------------------------------------page3 end---------------------------------------- */


/* --------------------------------------------page4 start---------------------------------------- */
.mpage4{
    display: none;
}
.page4 {
    height: 100vh;
    max-width: 100vw;
    /* background-color: rgb(123, 104, 142); */
    background-color: #222;
    position: relative;
}

.mcontent1 {
    /* justify-content: center; */
    /* align-items: center; */
    /* margin: auto; */
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 69vw;
    overflow: hidden;

    /* background-color: #666; */
}

.fourstep {
    font-size: 3.3vw;
    /* background-color: #00b0ef; */
}

.fourstep {
    padding-top: 110px;
    color: white;
}

.movingcontnt {
    height: 80%;
    width: 100%;
    position: relative;
    overflow: hidden;
    /* background: #000; */
}

.moviimges {
    height: 100%;
    width: 35%;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    clip-path: circle(130% at 50% -10%)
}

.moviimges img {
    width: 100%;
    height: auto;
}

.frsteps1,
.moviimges {
    background: #222;
}

.moviimges3,
.moviimges2,
.moviimges1 {
    opacity: 0;
}

.frsteps {
    height: 100%;
    width: 60%;
    padding: 11% 0%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    list-style: none;
}

.frsteps2,
.frsteps3,
.frsteps4 {
    top: 100%;
}

.frnumb {
    position: absolute;
    top: 15.5%;
}

.page4b {
    height: 300vh;
    background-color: #fff;
}

.frsteps p {
    font-size: 1.3vw;
    line-height: 32px;
    margin: 10px 0;
}

.frsteps h3 {
    font-size: 2.4vw;
    font-weight: 700;
    padding-top: 25px;
}

.frsteps li {
    font-weight: 700;
    padding: 5px 0;
    font-size: large;
}

.frnumb {
    position: absolute;
    top: 10%;
    font-size: 90px;
    opacity: 0.2;
    color: rgba(255, 166, 0, 0.682);
    font-weight: 900;
}

/* --------------------------------------------page4 end---------------------------------------- */

/* --------------------------------------------page5 start---------------------------------------- */
.mobpage5{
    display: none;
}
.page5 {
    height: 60vh;
    max-width: 100vw;
    background: #fff;
    position: relative;
}

.mcontent3 {
    /* justify-content: center; */
    /* align-items: center; */
    /* margin: auto; */
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 59vw;
    overflow: hidden;

}

.yearsss {
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    height: 100%;
    width: 100%;
    padding-top: 40px;
}

.useclients {
    width: 70%;
    height: 100%;
    padding-top: 60px;
}

.orangeclient {
    width: 94%;
}

.orangeclient h1 {
    font-size: 2.7vw;

}

.zeal {
    width: 70%;
    font-size: 1vw;
    line-height: 30px;
    margin-top: 20px;
}

.yearsofexp {
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.nunmbox {
    width: 150px;
    height: auto;
    padding: 35px 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0px 15px 30px #00B0EF45;
    text-align: center;
}

.nunmbox h4 {
    color: orange;
    font-size: 2.5vw;
    padding: 5px;
}

.numnbox1 img {
    max-width: 100%;
    height: auto;

}

.numnbox1 {
    background: url(https://onerooftech.com/assets/img/orange.gif);
    background-repeat: no-repeat;
    background-size: 165px;
    height: 200px;
    background-position: center;
}

.numnbox1 p {
    padding-top: 100%;
}

.yearsofexp1 {
    height: 100%;
    padding-top: 7%;
    margin-left: 20px;
    margin-right: 20px;
    /* background-color: #00b0ef; */
}

.yearsofexp1 .nunmbox h4 {
    /* padding-left: 100px; */
    font-size: 5.4vw;
    font-weight: 900;
}

/* --------------------------------------------page5 end---------------------------------------- */

/* --------------------------------------------page6 start---------------------------------------- */
#page6 {
    position: relative;
    height: 50vh;
    max-width: 100vw;
    overflow: hidden;
    background-color: #fff;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logos {
    padding: 10px 0px;
    margin-top: 100px;
    background: white;
    white-space: nowrap;
}

.logos:hover .logoslider {
    animation-play-state: paused;
}

.logoslider {
    display: inline-block;
    animation: 50s slide infinite linear;
}

.logoslider img {
    height: 135px;
    padding: 14px;
    margin: 10px 15px;
    border: 2px solid transparent;
    border-radius: 20px;
    background: #eff7f9;
    filter: grayscale(1);
    transition: 0.45s all ease-in-out;

}

.logoslider img:hover {
    filter: grayscale(0);
}

/* --------------------------------------------page6 end---------------------------------------- */

/* --------------------------------------------page7 start---------------------------------------- */
.mobpage7{
    display: none;
}
.page7 {
    height: 80vh;
    max-width: 100vw;
    background-color: #fff;
}

.mcontent4 {
    /* justify-content: center; */
    /* align-items: center; */
    /* margin: auto; */
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 55vw;

}

.diverse h1 {
    font-size: 2.5vw;
}

.hovertextimg1,
.hovertextimg2 {
    height: 30%;
    display: flex;
    padding-top: 90px;
}

.choverimgtxt,
.choverimgtxt1,
.choverimgtxt2,
.cchoverimgtxt,
.cchoverimgtxt1,
.cchoverimgtxt2 {
    height: 100%;
    width: 33.33%;
    margin-left: 100px;
    display: flex;
    flex-direction: column;
}

.choverimg,
.cchoverimg {
    height: 50%;
    width: fit-content;
    display: flex;
    align-items: center;
}

.choverimg img,
.cchoverimg img {
    width: 70px;
    height: auto;
}

.chovertext,
.cchovertext {
    height: 50%;
    width: 100%;
    padding-top: 40px;
    font-size: 1.5vw;
    font-weight: 600;
    color: #363636;
}

.choverimg img:nth-child(2),
.cchoverimg img:nth-child(2) {
    display: none;
}

.choverimg:hover img:nth-child(1),
.cchoverimg:hover img:nth-child(1) {
    display: none;
}

.choverimg:hover img:nth-child(2),
.cchoverimg:hover img:nth-child(2) {
    display: block;
}

.hovertextimg1 .choverimgtxt,
.hovertextimg2 .cchoverimgtxt {
    margin-left: 0;
}

/* --------------------------------------------page7 end---------------------------------------- */

/* --------------------------------------------page8 start---------------------------------------- */
.page8 {
    height: 85vh;
    max-width: 100vw;
    background-color: #fff;
}

.testimony {
    width: 100%;
    height: 100%;
    /* background-color: #007bff; */
    display: flex;
    padding: 0 50px;
}

.whattheysay {
    height: 100%;
    width: 47%;
}

.wts {
    padding-top: 70px;
    margin-left: auto;
    margin-right: auto;
    width: 20vw;
}

.wts p {
    font-size: 3vw;
    font-weight: 600;
    padding-left: 40px;
}

.frcomp {
    height: 100%;
    width: 53%;
    /* background-color: #00b0ef; */
}

.item {
    /* background-color: #f1f1f1; */
    height: 600px;
    /* padding-top: 500px; */
    width: 509px;
    position: relative;

}

.owl-nav {
    position: absolute;
    left: -59%;
    bottom: 10px;
    font-size: 35px;
    cursor: auto;
}

.owl-nav span {
    border: 2px solid black;
    padding: 0 15px;
    border-radius: 60px;
    margin-right: 10px;

}

.owl-nav:hover {
    background: white;
    color: black;
}

.owl-next {
    background: rgb(94, 17, 17);
    /* color: black; */
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: white !important;
    color: #FFF;
    text-decoration: none
}

.owl-nav:hover span {
    background: white;
    color: black;
}

.owl-theme .owl-nav:hover {
    background: rgb(255, 255, 255);
    color: #FFF;
    text-decoration: none
}

.item p {
    font-size: 1.2vw;
    line-height: 32px;
    padding: 10px 0;
}

.ownername {
    padding-top: 80px;
}

.ownername h4 {
    font-size: 1.5vw;
    font-weight: 600;
    color: orange;
}

.ownername h5 {
    padding-top: 5px;
    font-size: 1vw;
    font-weight: 400;
    color: rgb(146, 146, 146);
}

.ownername1 {
    padding-top: 40px;
}

.ownername1 h4 {
    font-size: 1.5vw;
    font-weight: 600;
    color: orange;
}

.ownername1 h5 {
    padding-top: 5px;
    font-size: 1vw;
    font-weight: 400;
    color: rgb(146, 146, 146);
}

.opnquote {
    height: 8vh;
    width: 5vw;
    background-image: url(https://onerooftech.com/assets/img/resource-augmentation/open_quote.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.closquote {
    height: 8vh;
    width: 5vw;
    background-image: url(https://onerooftech.com/assets/img/resource-augmentation/close_quote.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
}

/* --------------------------------------------splpage start---------------------------------------- */

.splpage {
    height: 27vh;
    max-width: 100vw;
    background-color: #202020;
    position: relative;
}

.blue {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 34%;
    display: flex;
    justify-content: flex-end;
    background: orange;
    transition: 0.45s;
    border-left: 1px solid transparent;
    border-top-left-radius: 400px;
    border-bottom-left-radius: 400px;

}

.splpage:hover .blue {
    width: 110%
}

.bluetext {
    position: relative;
    color: white;
    display: flex;
    height: 100%;
    width: 55%;
    justify-content: space-between;
    /* background-color: #888888; */
    margin: 0 auto;
    z-index: 99;

}

.explore {
    /* display: flex;
    flex-direction: column; */
    margin-top: auto;
    margin-bottom: auto;
}

.explore p {
    margin: 10px 0;
    font-size: smaller;
    font-weight: 300;
    padding-right: 3%;
}

.kmowmore {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 50px;
}

.kmowmore button {
    background: transparent;
    padding: 17px;
    border: 1px solid white;
    border-radius: 50px;
    color: white;
    font-size: small;
    text-transform: uppercase;
}

.kmowmore img {
    height: 10px;
}

.kmowmore:hover button {
    color: black;
}

/* --------------------------------------------splpage end---------------------------------------- */



/* --------------------------------------------page11 start---------------------------------------- */


#page11 {
    position: relative;
    height: 100vh;
    width: 100%;
    /* background-color: #222; */
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    overflow-x: hidden;
    background-color: #fff;
}

.heading1 {
    font-size: 2.4vw;
    font-weight: 600;
    margin: 0 10%;
    margin-top: 6%;
    text-align: center;
}

.tiles {
    height: 35vw;
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 0 10%;
}

.tilewrapper {
    height: 30vw;
    width: 55vw;
    margin: 0px 2vw;
    /* background-color: #222; */
    transition: all 0.3s ease;

}

.tile {
    height: 100%;
    width: 100%;
    flex-shrink: 0;
    background: #222;
    position: relative;
    overflow: hidden;
}

.tile img {
    display: block;
    height: auto;
    width: 100%;
    position: absolute;
    transition: 0.5s all ease;

    top: 0;
    left: 0;
    opacity: 0.8;
}

.contnet {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    position: relative;
    top: -35%;
    padding: 20px 40px;
    z-index: 10;
    color: white;
}

.contnet h3 {
    font-size: 1.7vw;
    font-weight: 600;
    margin-bottom: 15px;

}

.carowpar {
    font-size: 19px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 400;
}

.carowpar span {
    padding: 3px;
    font-size: small;
}

.contnet a {
    list-style: none;
    text-decoration: none;
    color: white;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.btnconta {
    margin-left: 300px;
}

.carouselbtn {
    width: 150px;
    height: 40px;
    z-index: 1;
    background-color: transparent;
    border: 2px solid black;
    border-radius: 50px;
    font-size: 15px;
    padding: 2px;
}

.carouselbtn img {
    height: 10px;
}

.carouselbtn:hover {
    color: white;
    background-color: black;
}

.carouselbtn:hover img {
    filter: invert(98%) sepia(99%) saturate(3%) hue-rotate(252deg) brightness(107%) contrast(100%);
}

/* -------------------page12 start------------------ */

#page12 {
    height: 250vh;
}

/* --------------------------------------------page11 12 end---------------------------------------- */



/* .form1{
    display: none;
} */
#form2 {
    height: 100vh;
    max-width: 100vw;
    background-color: #fff;
}

.formcontent {
    height: 100%;
    width: 56vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    /* background: #000; */
}

.head {
    margin-top: 80px;
}

.options {
    height: 10vh;
    width: 100%;
    margin-top: 40px;
}

.checkboxbuttons {
    background: transparent;
    padding: 4px;
    border-radius: 3px;
    position: relative;
    width: fit-content;
    margin-bottom: 16px;
}

/* .checkboxbuttons input{
    border: 1px solid rgb(174, 174, 174);
    border-radius: 20px;
    background-color: transparent;
    margin: 5px;
    padding: 10px;
    font-size: 0.9vw;
} */

.checkboxbuttons input:hover {
    border: 1px solid #00aaff;
    color: #00aaff;
}

.checkboxbuttons :checked {
    background: #00aaff !important;
    color: #fff !important;
    border: 2px solid #00aaff !important;
}

.checkedbut {
    /* padding: 10px 20px; */
    border: 1px solid rgb(174, 174, 174);
    border-radius: 20px;
    background-color: transparent;
    margin: 5px;
    padding: 10px;
    font-size: 0.9vw;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s ease;
}

/* Style for selected buttons */
.checkedbut.selected {
    background-color: #007bff;
    color: #fff !important;
    border-color: #007bff;
}

.infoform {
    position: relative;
    width: 100%;
    height: 100%;
    /* background-color: #ae8512; */
    margin-top: 100px;
    display: flex;
    flex-direction: row;

}

.one {
    /* margin-top: 2px; */
    width: 45%;
    height: 60%;

    /* background-color: #007bff; */
}

.two {
    width: 45%;
    height: 60%;
    /* background-color: #202020; */
}

.three {
    /* background-color: #616168; */
    width: 100%;
    margin-top: -69%;

}

.inputgrp {
    margin-top: 20px;
    position: relative;
    width: 100%;

}

.inputgrp label {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 16px;
    padding: 0 5px;
    padding-bottom: 10px;
    pointer-events: none;
    transition: 0.25s all ease-in-out;
    /* margin-bottom: 30px; */

}

.inputgrp input {
    width: 340px;
    margin: 5px 0;
    height: 40px;
    font-size: 16px;
    padding: 0 10px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgb(185, 185, 185);
    outline: none;
}

.inputgrp input:focus~label,
.inputgrp input:valid~label {
    top: 0;
    font-size: 13px;
    color: #b4b1b1;
}

.butttton {
    /* margin-top: 20px; */
    padding-top: 50px;

}

.butt {
    font-size: 1vw;
    padding: 10px;
    background-color: transparent;
    border: 1px solid black;
    border-radius: 50px;
}

.butt img {
    height: 12px;
    margin-left: 3px;
}

.form1:hover button {
    background: #202020;
    color: #00aaff;
}




/* ---------------------------------------footer start--------------------------------------- */
.page13 {
    height: 100vh;
    max-width: 100vw;
    background-color: transparent;
}

:root {
    --cursorX: 50vw;
    --cursorY: 50vh;
}

.footer1 {
    height: 100vh;
    max-width: 100%;
    background-color: #222222;
    background-image: url(https://onerooftech.com/assets/img/union-3.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
}

.footer1::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    pointer-events: none;
    background: radial-gradient(circle 30rem at var(--cursorX) var(--cursorY),
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.7) 85%,
            rgba(0, 0, 0, 0.95) 100%);
}

.footercontainer {
    margin: 0 12.5%;
    height: 85%;
    width: 75%;
    margin-top: 50px;
    /* background-color: aliceblue; */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 1;
}

.footercontainer h2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 2.9vw;
    font-weight: 600;
    text-align: center;
}

table {
    width: 100%;
    margin-top: 210px;
    text-align: center;
    color: white;
    display: inline-table;
}

th {
    font-size: 1.40vw;
    font-weight: 500;
    padding-bottom: 10px;
}

td {
    padding: 7px 0;
    font-weight: 300;
    font-size: 0.9vw;
}

.socials {
    /* height: 10vh;
    width: 100%; */
    margin-top: 40px;
    margin-bottom: 20px;
    /* background-color: rgb(79, 68, 53); */
}

.socials h4 {
    font-size: 1.6vw;
    font-weight: 400;
    margin-bottom: 10px;
}

.sociallogos img {
    padding-right: 20px;

}

.footer-foot {
    border-top: 2px solid rgba(128, 128, 128, 0.366);
    display: flex;
    justify-content: space-between;
}

.policies {
    margin-top: 10px;
    display: flex;
    color: #888888;
}

.policies span {
    margin: 6px 7px 0px 7px;
    color: #00b0ef;
    font-size: 11px;
}

.copyright {
    margin-top: 10px;
    font-size: 13px;
    color: #888888;

}

/* ---------------------------------------footer end--------------------------------------- */



/* ---------------------------------------Responsive start----------------------------------- */

@media screen and (min-width: 300px) and (max-width: 767px) {
    /* .page7,.page1{
        display: none;
    } */

    .tht {
        display: none;
    }

    .mobviewheader {
        display: block;
        height: 70px;
        width: 100%;
        position: fixed;
        /* background-color: #00aaff; */
    }

    .mnavbar {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mnavcontent {
        display: flex;
    }

    .mopenlogo {
        width: 20px;
    }

    .mcloselogo {
        position: relative;
        bottom: 10px;
        /* right: 23px; */
        width: 20px;
        /* display: none; */
        z-index: 10;
    }

    .mexpandednav {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        /* background-color: #00aaff; */
        /* display: none; */
        clip-path: circle(0px at 100% 0%);
        transition: all 1s ease-out;
    }

    .mexpandednav.mexpanded {
        clip-path: circle(1200px at 100% 0%);
        pointer-events: all;
    }

    .blackpart {
        width: 100%;
        height: 50%;
        background-color: #000;
        color: #fff;
        display: flex;
        padding: 5%;
    }

    .blackpart ul {
        list-style: none;
    }

    .fourmainpages {
        height: 100%;
        width: 50%;
        /* background-color: #007bff;         */
    }

    .fourmainpages ul li {
        margin: 20px;
        margin-left: 0;
        font-weight: 500;
        font-size: 30px;
    }

    .quicklinks {
        width: 50%;
        height: 100%;
        /* background-color: #898766; */

    }

    .quicklinks ul {
        padding-top: 110px;
    }

    .quicklinks ul li {
        margin-bottom: 10px;
        margin-left: 0;
        font-weight: 300;
        font-size: 21px;

    }

    .whitepart {
        height: 40%;
        width: 100%;
        background-color: #fff;
        color: #000;
        padding: 5%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .getintouch h1 {
        font-size: 45px;
    }

    .contactus button {
        padding: 10px 45px 10px 40px;
        font-size: 17px;
        font-weight: 500;
        text-transform: uppercase;
        background-color: transparent;
        border: 1p solid black;
        border-radius: 50px;
        margin: 10px 0;
    }

    .mgetintouch {
        height: 10%;
        width: 100%;
        background-color: #363636;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mgetintouch a {
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        font-size: 25px;
        font-weight: 400;
    }

    .mid {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .mcontent {
        width: 100vw;
    }

    .mid h1 {
        color: black;
        font-weight: bolder;
        align-items: center;
        font-size: 40px;
        padding-left: 25px;
        /* margin-top: 33%; */
    }

    .circleimage {
        height: 30vh;
        top: 85%;
    }

    .page2 {
        height: 150vh;
        width: 100%;
        position: relative;
        /* background-color: #00b0ef; */
    }

    .vidtxt {
        display: flex;
        flex-direction: column;
        /* height: 100%; */
        width: 100%;
    }

    .ortbelive {
        position: absolute;
        top: 50%;
        width: 100%;
        height: 50%;
    }

    .belcont {
        height: 100%;
        width: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        padding: 2%;
    }

    .orr {
        background-color: #fff;
        height: 100px;
        width: 100px;
        position: absolute;
        /* bottom: 50%; */
        top: 0;
        left: 35%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid transparent;
        border-radius: 50%;

    }

    .orangequote {
        border: 2px solid transparent;
        border-radius: 50%;
        background: #fff;
        background: url("https://onerooftech.com/assets/img/design/inverted-commas-orange.svg");
        height: 11vh;
        width: 11vh;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 30px;
        box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.3);
    }

  

    .p1 {
        padding-top: 80px;
        font-size: 22px;
        font-weight: 600;
        /* padding-left: 1px; */
        /* padding-right: 1px; */
        /* padding: 0 1%; */
        width: 100%;
    }

    .mobtext2 {
        display: block;
    }

    .journey {
        font: 15px;
    }

    .chinesevideo {
        width: 100%;
        height: 55%;
    }

    /* .footer1 {
        display: none;
    } */

    .chinesevideo video {
        object-fit: cover;
        min-height: 50vh;
    }

    .page3 {
        display: none;
    }

    /* .page4,
    .page4b,
    .page7,
    .footer1,
    #form2 {
        display: none;
    } */



    .mpage3{
        display: block;
        height: 100vh;
        width: 100%;
        background-color: #000;
        padding: 75px 10px 48px 10px
    }
    .mtech{
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 100px;
    }
    .mtectext{
        width: 100%;    
    }
    .mtectext h1{
        font-size: 28px;
        color: #fff;
    }
    .mitem{
        width: 100%;
        height: 300px;
        padding-top: 10px;
        /* background-color: #007bff; */
    }
    .mitem h4 {
        font-size: 20px;
        padding: 0px 0px 30px 0px;
        color: white;
    
    }
    .mitem span {
        margin-right: 5px;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #ffffff;
        opacity: 0.5;
        font-size: larger;
        /* color: grey; */
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #ff9100 !important;
        padding: 0 !important;
    }
    
    .owl-dots {
        text-align: center;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span.active {
        background: #ff9100 !important;
        width: 24px;
        transition: 0.15s;
    }


    .page4,.page4b{
        display: none;
    }
    .mpage4{
        display: block;
        height: auto;
        width: 100%;
        padding: 10% 5%;
        background-color: #fff;
    }
    
    .mstepimage{
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 25px;
        /* background-color: #000; */

    }
    .mstepimage img{
        width: auto;
        height: 200px;
    }
    .mstepnumber{
        font-size: 40px;
        font-weight: 900;
        color: #ff9100;
        /* opacity: 0; */
        position: relative;
        top: 20px;
        /* background-color: #004219; */
    }
    .mstepnumber h1{
        opacity: 0.16;
    }
    .mstepcontent h2{
        font-size: 20px;
        padding: 5px 0 10px;
    }
    .mstepcontent p{
        font-size: 15px;
        margin-bottom: 16px;
    }
    .mstepcontent ul{
        list-style: none;
        font-size: 15px;
        font-weight: 500;        
    }



  

    .page5 {
        display: none;
    }

    .mobpage5 {
        display: block;
        background-color: #FFF;
        height: 110vh;
        width: 100%;
        padding: 10% 0;
    }

    .mobpara1 {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
    }
    .twostats{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .projdeliverd{
        border: 2px solid transparent;
        width: 150px;
        padding: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        box-shadow: 0px 3px 12px #ff91003d;
    }
    .happycust{
        border: 2px solid transparent;
        width: 150px;
        padding: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-radius: 20px;
        box-shadow: 0px 15px 30px #ff91003d;
    }
    .yearsofexp {
        background: url("https://onerooftech.com/assets/img/orange.gif");
        background-size: 120px;
        background-repeat: no-repeat;
        background-position: center;
        box-shadow: 0px 15px 30px #ff91003d;
        height: 190px;
        width: 150px;
        border-radius: 20px;
        display: flex;
        align-items: end;
        justify-content: center;
        margin: auto 0;
    
    }
    .projdeliverd p,
    .happycust p{
        font-size: 40px;
        font-weight: 800;
        color: #ff9100;
    }
    .projdeliverd h2,
    .happycust h2{
        font-size: 23px;
        
    }
    .yearsofexp{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        text-align: center;
        padding-bottom: 15px;
    }
    .mobparacontent h1{
        font-size: 30px;
        padding-bottom: 15px;
    }
    .mobparacontent p{
        font-size: 15px;
        padding: 15px 0;

    }
    .mobparacontent{
        padding: 10px 10px;
        margin: 0 auto;
    }
    



    .mobpage7 {
        height: fit-content;
        width: 100%;
        display: block;
        background-color: #fff;
    }

    .mobmcontent4 {
        height: 100%;
        width: 100vw;

    }

    .mobdiverse {
        width: 100%;
        margin: 0 auto;
        height: fit-content;
        padding-bottom: 20px;
    }

    .mobdiverse h1 {
        font-size: 27px;
    }

    .mobhovertextimg1,
    .mobhovertextimg2,
    .mobhovertextimg3 {
        display: flex;
        height: 30%;
        width: 100%;
        padding-bottom: 80px;
        /* background-color: #666; */

    }

    .mobhovertextimg3 {
        margin-bottom: 0;
    }

    .mobcchoverimgtext1,
    .mobcchoverimgtext3,
    .mobcchoverimgtext5 {
        width: 50%;
        padding: 10px;
    }

    .mobcchoverimgtext2,
    .mobcchoverimgtext4,
    .mobcchoverimgtext6 {
        width: 50%;
        padding: 10px;

    }

    .mobchoverimg img:nth-child(2) {
        display: none;
    }

    .mobchoverimg:hover img:nth-child(1) {
        display: none;
    }

    .mobchoverimg:hover img:nth-child(2) {
        display: block;
    }

    .mobchoverimg {
        padding-bottom: 15px;
    }

    .mobchoverimg,
    .mobchovertext {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .mobchoverimg img {
        width: 70px;
        height: auto;
        display: flex;
    }

    .mobchovertext h5 {
        font-size: 20px;
    }



    .page8 {
        height: 120vh;
        width: 100%;
        /* background-color: #5e3c3c; */
        padding: 4%;

    }

    .testimony {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .whattheysay {
        height: fit-content;
        width: 100%;
    }

    .wts {
        padding-top: 0;
        margin: 0;
        width: 100%;
    }

    .wts p {
        font-size: 30px;
        font-weight: 600;
        padding: 0;
    }

    .frcomp {
        width: 100%;

    }

    .item {
        width: 100%;
        height: auto;
    }

    .item p {
        font-size: 15px;
        padding-left: 10px;
        width: 100%;
    }

    .opnquote {
        position: relative;
        left: 10px;
        width: 17vw;
    }

    .closquote {
        height: 8vh;
        width: 15vw;
    }

    .ownername {
        padding-top: 80px;
        padding-left: 10px;
    }

    .ownername h4 {
        font-size: 15px;
        font-weight: 600;
        color: #ff9100;
    }

    .ownername h5 {
        padding-top: 5px;
        font-size: 10px;
        font-weight: 400;
        color: rgb(146, 146, 146);
    }

    .ownername1 {
        padding-top: 40px;
        padding-left: 10px;
    }

    .ownername1 h4 {
        font-size: 15px;
        font-weight: 600;
        color: #ff9100;
    }

    .ownername1 h5 {
        padding-top: 5px;
        font-size: 10px;
        font-weight: 400;
        color: rgb(146, 146, 146);
    }
   



    .splpage{
        height: 45vh;
        background-color: #ff9100;
        padding: 5%;
    }
    .blue{
        width: 0;
    }
    .bluetext{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .page13,
    .page7,
    .footer{
        display: none;
    }
    .pin-spacer{
        display: none;  
    }

    #page11{
        /* overflow-y: hidden; */
        background-color: #007bff;
    }
    #page12{
        height: 100vh;
    }



}