@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: none;
}
body{
    font-family: 'Roboto', sans-serif;
}
.header{
    padding: 0 5%;
    height: 17vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg,rgb(3, 27, 21), rgb(7,122,193));
}
.header .lgoo{
    height: 4rem;
}
.header .navbar .navbar-list{
    display: flex;
    gap: 4.8rem;
    list-style-type: none;
}
.header .navbar .navbar-list .navbar-link:link,
.header .navbar .navbar-list .navbar-link:visited{
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s;
}
.header .mobile-navbar-btn{
    display: none;
    background: transparent;
    cursor: pointer;
}
.header .mobile-navbar-btn .mobile-nav-icon{
    width: 2.5rem;
    height: 2.5rem;
    color: #fff;
}
.header .mobile-navbar-btn .mobile-nav-icon[name="close-outline"]{
    display: none;
}
.hero{
    height: 100vh;
    width: 100%;
    position: relative;
    background: linear-gradient(rgba(12,3,51,0.3),rgba(12,3,51,0.3));
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero .nav1{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hero .nav1 .logo{
    width: 8rem;
}
.hero .nav1 .nav-links ul li{
    list-style: none;
    display: inline-block;
    margin-left: 3rem;
}
.hero .nav1 .nav-links ul li a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}
.hero .nav1 .nav-links ul li ul{
    border: 1px solid rgba(85, 84, 88, 0.3);
}
.hero .nav1 .nav-links ul li ul li{
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: fit-content;
    width: 100%;
    list-style: none;
    margin: 0 0;
}
.hero .nav1 .nav-links ul li:hover ul{
    background: #fff;
    position: absolute;
}
.hero .nav1 .nav-links ul li:hover ul li{
    display: list-item;
    padding: 0.7rem 1rem;
    transition: all 0.5s ease;
}
.hero .nav1 .nav-links ul li ul li:hover{
    background: rgba(6,86,115,0.3);
}
.hero .nav1 .nav-links ul li:hover ul li a{
    font-size: 15px;
    color: #000;
}
.hero .nav1 #nav-check{
    display: none;
}
.content{
    color: #fff;
    position: absolute;
    top: 40%;
    left: 8%;
    width: 50%;
}
.content h1{
    font-size: 4rem;
}
.content p{
    font-size: 2rem;
    font-weight: 600;
}
.btn-standard{
    font-size: 1.5rem;
    background: rgb(6,86,115);
    border: none;
    padding: 0.5rem 3rem;
    margin: 2rem 0;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.btn-standard:hover{
    background: rgb(12, 143, 199);
}
.cont-img{
    position: absolute;
    top: 20%;
    right: 20%;
}
.cont-img img{
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
}
.cont-img2{
    position: absolute;
    top: 45%;
    right: 5%;
}
.cont-img2 img{
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
}
.back-video{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.intro{
    background: url("../img/wv2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 70vh;
    width: 100%;
    display: flex;
}
.intro .intro-img{
    width: 50%;
}
.intro .intro-img .intro-img1{
    height: 20rem;
    width: 22rem;
    position: relative;
    left: 5%;
}
.intro .intro-img .intro-img2{
    height: 20rem;
    width: 20rem;
    position: absolute;
    left: 24%;
    top: 117%;
}
.intro .intro-content{
    border: none;
    width: 50%;
    height: auto;
    padding: 3rem 4rem;
    text-align: right;
}
.intro .intro-content h3{
    color: rgb(6,86,115);
    font-size: 1.3rem;
}
.intro .intro-content h2{
    font-size: 1.73rem;
}
.service{
    background: #fff;
    padding: 1.5rem 7rem;
    height: auto;
    text-align: left;
}
.service h3{
    color: rgb(6,86,115);
}
.service h4{
    font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.service .service-content{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 80vh;
    width: 100%;
    display: flex;
}
.service .service-content .service-click{
    width: 18%;
    height: 100%;
    text-align: left;
}
.service .service-content .service-click .service-card{
    border: 0.5px solid rgba(85, 84, 88, 0.3);
    padding: 1rem;
    height: 25%;
    word-wrap: break-word;
    cursor: pointer;
}
.service .service-content .service-click .service-card h3{
    font-size: 1.3rem;
    font-weight: 700;
    color: #000;
}
.service .service-content .service-click .bg-blue{
    background: rgb(6,86,115);
}
.service .service-content .service-click .bg-blue h3{
    color: #fff;
}
.service .service-content .service-comp{
    width: 82%;
    padding: 2rem 3rem;
    text-align: left;
    position: relative;
}
.service .service-content .service-comp h4{
    font-size: 2.5rem;
    font-weight: 800;
    text-transform: none;
}
.service .service-content .service-comp .service-text{
    display: flex;
}
.service .service-content .service-comp .service-text p{
    font-size: 20px;
    font-weight: 500;
    word-spacing: 5px;
    margin: 1rem 0;
    width: 70%;
}
.service .service-content .service-comp .service-text img{
    width: 30%;
}
.client{
    display: flex;
    position: relative;
    margin-bottom: 1rem;
    border-top: 1px solid rgba(85, 84, 88, 0.3);
    border-bottom: 1px solid rgba(85, 84, 88, 0.3);
    height: 8rem;
}
.client .client-content:nth-child(1){
    width: 25%;
    overflow: hidden;
    clip-path: polygon(0 0, 70% 0, 100% 100%, 100% 100%, 0 100%);
    background: linear-gradient(130deg, rgb(5, 51, 39), rgb(7,122,193));
}
.client .client-content:nth-child(1) h3{
    color: #fff;
    font-size: 2.7rem;
    position: absolute;
    top: 10%;
    left: 1%;
    text-transform: uppercase;
}
.client .client-content:nth-child(2){
    width: 90%;
    padding-top: 1rem;
    position: relative;
}
.client .client-content:nth-child(2) .client-card{
    display: flex;
}
.client .client-content:nth-child(2) .client-card img{
    height: 5rem;
    width: auto;
    margin: 0 1.5rem;
    border-radius: 1rem;
    border: 1px solid rgba(12,3,51,0.3);
    transition: all 0.5s ease;
}
.client .client-content:nth-child(2) .client-card img:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
footer{
    width: 100%;
    height: 68vh;
    background: rgba(7, 7, 7, 0.9);
    position: relative;
}
footer .footer-main{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
}
footer .footer-main .footer-content:nth-child(1){
    width: 50%;
    padding: 2rem 3rem;
    color: #fff;
    height: auto;
}
footer .footer-main .footer-content:nth-child(2){
    width: 50%;
    padding: 2.5rem 3rem;
    color: #fff;
    height: auto;
}
footer .footer-main .footer-content:nth-child(1) p{
    font-size: 20px;
    font-weight: 500;
}
footer .footer-main .footer-content .footer-head{
    display: flex;
    border-bottom: 1px solid #aca6a6;
    margin-bottom: 1rem;
}
footer .footer-main .footer-content .footer-head img{
    width: 5rem;
}
footer .footer-main .footer-content .footer-head h2{
    color: #fff;
    font-size: 40px;
    margin-top: 0.5rem;
    margin-left: 1rem;
    text-transform: uppercase;
}
footer .footer-main .footer-content:nth-child(2) h3{
    font-size: 3rem;
    text-transform: uppercase;
    border-bottom: 1px solid #aca6a6;
    margin-bottom: 1rem;
}
footer .footer-main .footer-content:nth-child(2) a{
    text-decoration: none;
    color: #fff;
    line-height: 2rem;
    font-size: 20px;
    font-weight: 600;
}
footer .footer-main .footer-content:nth-child(3) h3{
    font-size: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid #aca6a6;
    margin-bottom: 1rem;
    color: #fff;
}
footer .footer-main .footer-content:nth-child(3) .footer-social{
    display: flex;
}
footer .footer-main .footer-content:nth-child(3) .footer-social img{
    height: 3rem;
    width: 3rem;
    margin-right: 1.7rem;
}
footer .footer-cop{
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 10%;
    border-top: 1px solid #aca6a6;
}
footer .footer-cop p{
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 1rem;
}
.custom-shape-divider-top-1685608061 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1685608061 svg {
    position: relative;
    display: block;
    width: calc(103% + 1.3px);
    height: 35vh;
}

.custom-shape-divider-top-1685608061 .shape-fill {
    fill: #077AC1;
}
.waveh{
    fill: url(#wavefect);
}
.reveal{
    position: relative;
    transform: translateX(70px);
    opacity: 0;
    transition: all 0.3s ease;
}
.reveal.active{
    transform: translateX(0px);
    opacity: 1;
}
.sign{
    height: 70vh;
    margin: 2rem 12rem;
    display: flex;
    border-radius: 2rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow-y: hidden;
}
.sign .sign-content:nth-child(1){
    width: 50%;
    background: linear-gradient(130deg,rgb(7, 71, 54), rgb(7,122,193));
    border-radius:4% 0% 0% 4% / 4% 0% 0% 4%;
    padding: 1.5rem 2rem;
    overflow-y: hidden;
}
.sign .sign-content:nth-child(1) h3{
    color: #fff;
    font-size: 33px;
}
.sign .sign-content:nth-child(1) img{
    height: 15rem;
    width: 23rem;
    margin: 1.5rem 0;
}
.sign .sign-content:nth-child(1) h4{
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 23%;
}
.sign .sign-content:nth-child(1) .sign-icon{
    display: flex;
    position: absolute;
    bottom: 16%;
}
.sign .sign-content:nth-child(1) .sign-icon img{
    height: 2.5rem;
    width: 2.5rem;
    margin: 0 0.5rem;
}
.sign .sign-content:nth-child(2){
    padding: 2rem 2rem;
    width: 50%;
}
.sign .sign-content h2{
    text-align: center;
    font-weight: 700;
    font-size: 33px;
    position: relative;
    overflow-y: hidden;
}
.sign .sign-content form{
    margin-left: 3rem;
    margin-right: 3rem;
}
.sign .sign-content form .inputbox{
    position: relative;
    margin: 0.5rem 0;
    border-bottom: 1px solid #000;
}
.sign .sign-content form .inputbox label{
    font-size: 16px;
    margin: 0.5rem 0;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.3s ease;
}
.sign .sign-content form .inputbox input:focus ~ label,
.sign .sign-content form .inputbox input:focus ~ :valid{
    top: 0px;
    font-size: 12px;
}
.sign .sign-content form .inputbox input[type=text]{
    width: 100%;
    height: 40px;
    background: transparent;
    border: none;
    outline: none;
}
.sign .sign-content form .inputbox textarea{
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
}
.sign .sign-content form .inputbox textarea:focus ~ label,
.sign .sign-content form .inputbox textarea:focus ~ :valid{
    top: 0px;
    font-size: 12px;
}
.sign .sign-content form input[type=email]{
    border: none;
    border-bottom: 1px solid #cacecf;
    width: 100%;
    margin-bottom: 5px;
}
.sign .sign-content form input[type=file]{
    display: none;
}
.sign .sign-content form .btnsp{
    width: 100%;
}
.sign .sign-content form button.btn-signup{
    font-size: 20px;
    margin: 1rem 0;
    color: #fff;
    background: linear-gradient(130deg,rgb(7, 71, 54), rgb(7,122,193));
    border: none;
    padding: 0.5rem 4rem;
    float: right;
}
.sign .sign-content form button.btn-signup:active{
    transform: scale(0.9);
}
.about{
    width: 100%;
    height: auto;
    padding: 2rem 5rem;
}
.about h3{
    color: rgb(6,86,115);
}
.about h4{
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.about .about-spl{
    font-size: 2rem;
}
.about p{
    font-size: 20px;
    word-spacing: 2px;
    line-height: 2rem;
    color: rgba(46, 45, 45, 0.9);
}
.about .about-num{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.about .about-num .num-content{
    margin: 2rem 1rem;
    width: 100%;
    padding: 2rem 1rem;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.about .about-num .num-content .countering{
    font-size: 50px;
    font-weight: 800;
    color: rgb(6,86,115);
}
.about .about-num .num-content .counter{
    font-size: 50px;
    font-weight: 800;
    color: rgb(6,86,115);
}
.process{
    margin: 1rem 0;
    padding: 2rem 5rem;
    background: linear-gradient(130deg,rgb(7, 71, 54), rgb(7,122,193));
}
.process h3{
    color: #fff;
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 1rem;
}
.process .process-content{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 2rem;
}
.process .process-content .process-card{
    background-color: rgb(8,24,55);
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: space-between;
}
.process .process-content .process-card .process-num{
    color: rgba(189, 187, 192, 0.3);
    font-size: 2.4rem;
    font-weight: 800;
}
.process .process-content .process-card p{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-top: 6%;
}
.join{
    padding: 2rem 3rem;
    width: 100%;
}
.join h3{
    color: rgb(6,86,115);
}
.join h4{
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.join .join-content{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.join .join-content .join-text{
    width: 50%;
    padding: 0 1rem;
}
.join .join-content .join-text p{
    font-size: 20px;
    line-height: 2rem;
}
.join .join-content .join-text ul{
    margin: 2rem 0;
}
.join .join-content .join-text ul li{
    list-style: none;
    display: flex;
}
.join .join-content .join-text ul li img{
    height: 3rem;
    width: 3rem;
    box-shadow: none;
}
.join .join-content .join-text ul li p{
    font-weight: 600;
    color: rgb(6,86,115);
    margin: 0 0.5rem;
    width: 100%;
}
.join .join-content .join-text img{
    height: auto;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.consult{
    width: 100%;
    display: flex;
    background: url("../img/wv6.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 5rem 6rem;
}
.consult .consult-content:nth-child(1){
    width: 30%;
    padding: 0 2rem;
}
.consult .consult-content:nth-child(2){
    width: 70%;
    padding: 0 4rem;
}
.consult .consult-content:nth-child(2) h3{
    font-size: 2.5rem;
    letter-spacing: 2px;
    color: rgb(6,86,115);
    font-weight: 800;
    text-transform: uppercase;
}
.consult .consult-content:nth-child(2) p{
    font-size: 21px;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-weight:300;
}
.consult .consult-content:nth-child(1) img{
    height: auto;
    width: 20rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.consult2{
    width: 100%;
    display: flex;
    background: url("../img/wv5.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 4rem 4rem;
}
.consult2 .consult2-content:nth-child(1){
    width: 70%;
    padding: 0 4rem;
}
.consult2 .consult2-content:nth-child(1) h3{
    font-size: 2.5rem;
    letter-spacing: 2px;
    color: rgb(6,86,115);
    font-weight: 800;
    text-transform: uppercase;
}
.consult2 .consult2-content:nth-child(1) p{
    font-size: 21px;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-weight:300;
}
.consult2 .consult2-content:nth-child(2){
    width: 30%;
}
.consult2 .consult2-content img{
    height: auto;
    width: 20rem;
}
.tech{
    width: 100%;
    padding: 1.5rem 5rem;
}
.tech h3{
    color: rgb(6,86,115);
}
.tech h4{
    font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.tech .tech-content{
    display: flex;
    justify-content: space-between;
}
.tech .tech-content .tech-card:nth-child(1){
    width: 30%;
}
.tech .tech-content .tech-card:nth-child(2){
    width: 40%;
}
.tech .tech-content .tech-card:nth-child(3){
    width: 30%;
}
.tech .tech-content .tech-card .tech-logo{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}
.tech .tech-content .tech-card .tech-logo img{
    height: 5rem;
    width: auto;
}
.tech .tech-content .tech-card .tech-main img{
    height: auto;
    width: 25rem;
}
.cloud{
    margin: 2rem 0;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.cloud .cloud-content:nth-child(1){
    width: 30%;
    padding: 1.5rem 2rem;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: absolute;
    top: -10%;
    left: 6%;
    z-index: 9;
    overflow: hidden;
    overflow-wrap: break-word;
}
.cloud .cloud-content:nth-child(1) h3{
    font-size: 55px;
    font-weight: 800;
    text-transform: uppercase;
}
.cloud .cloud-content:nth-child(1) .cloud-spl{
    font-size: 2rem;
}
.cloud .cloud-content:nth-child(1) h3 span{
    color: rgb(6,86,115);
}
.cloud .cloud-content:nth-child(2){
    width: 70%;
    padding: 2.5rem 0.9rem 1.5rem 6rem;
    background-color: rgb(6,86,115);
    color: #fff;
    position: relative;
    top: 0;
    left: 30%;
}
.cloud .cloud-contentspl{
    width: 70%;
    padding: 1.4rem 6rem;
    background-color: rgb(6,86,115);
    color: #fff;
    position: relative;
    top: 0;
    left: 30%;
}
.cloud .cloud-contentspl p{
    font-size: 1.4rem;
    font-weight: 600;
}
.cloud .cloud-content:nth-child(2) p{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.cloud .cloud-content:nth-child(2) ul{
    margin: 0 1rem;
}
.cloud .cloud-content:nth-child(2) ul li{
    font-size: 18px;
    font-weight: 600;
}
.connect{
    background: rgb(6,86,115);
    height: 40vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1.8rem 5rem;
    margin: 1rem 0 0 0;
    position: relative;
}
.connect .connect-content:nth-child(1){
    width: 60%;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 1rem 0;
    padding: 0 3rem;
}
.connect .connect-content:nth-child(2){
    width: 35%;
    height: auto;
    padding: 2rem 3rem;
    color: #fff;
    background: rgb(5, 51, 39);
    position: absolute;
    top: -15%;
    left: 60%;
}
.connect .connect-content:nth-child(2) p{
    font-size: 40px;
    font-weight: 800;
}
.btn-bhagwa{
    font-size: 2rem;
    margin: 1rem 0;
    background: rgb(240,90,16);
    border: none;
    padding: 0.6rem 1.5rem;
    color: #fff;
    width: 100%;
    cursor: pointer;
    text-align: center;
}
.btn-bhagwa img{
    height: 2.4rem;
    width: auto;
}
.serv{
    padding: 1.5rem 5rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
.serv .serv-content:nth-child(1){
    width: 40%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 3rem 2rem;
    z-index: 9;
}
.serv .serv-content:nth-child(1) h4{
    font-size: 2.7rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 1rem;
}
.serv .serv-content:nth-child(1) .serv-sph{
    font-size: 4rem;
}
.serv .serv-content:nth-child(1) h4 span{
    color: rgb(6,86,115);
}
.serv .serv-content:nth-child(1) p{
    font-size: 1.2rem;
    word-spacing: 2px;
}
.serv .serv-content:nth-child(2){
    width: 60%;
    margin: 2rem 0;
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    text-align: center;
}
.serv .serv-content .serv-line:nth-child(1) .serv-card:nth-child(odd){
    background-color: rgba(189, 187, 192, 0.3);
}
.serv .serv-content .serv-line:nth-child(2) .serv-card:nth-child(even){
    background-color: rgba(189, 187, 192, 0.3);
}
.serv .serv-content:nth-child(2) .serv-line .serv-card{
    padding: 1.5rem 0;
    cursor: pointer;
}
.serv .serv-content:nth-child(2) .serv-line .serv-card img{
    height: 2.5rem;
    width: auto;
}
.serv .serv-content:nth-child(2) .serv-line .serv-card h4{
    font-size: 15px;
    font-weight: 700;
}
.offer{
    margin: 0 0;
    padding: 1rem 5rem;
}
.offer h3{
    color: rgb(6,86,115);
}
.offer h4{
    font-size: 1.8rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.offer .offer-content{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-row-gap: 0;
    grid-column-gap: 0;
    text-align: center;
    padding: 0 2rem;
}
.offer .offer-content .offer-card{
    padding: 1rem 2rem;
    cursor: pointer;
}
.offer .offer-content .offer-card:nth-child(1){
    background-color: rgba(189, 187, 192, 0.3);
}
.offer .offer-content .offer-card:nth-child(4){
    background-color: rgba(189, 187, 192, 0.3);
}
.offer .offer-content .offer-card:nth-child(5){
    background-color: rgba(189, 187, 192, 0.3);
}
.offer .offer-content .offer-card:nth-child(8){
    background-color: rgba(189, 187, 192, 0.3);
}
.offer .offer-content .offer-card img{
    height: auto;
    width: 4rem;
    margin-bottom: -0.5rem;
}
.offer .offer-content .offer-card h3{
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}
.offer .offer-content .offer-card p{
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.4rem;
    color: rgba(25, 25, 25, 0.9);
}
/* Timeline Container */
.timeline{
    padding: 1rem 7rem;
    background: linear-gradient(130deg, rgb(5, 51, 39), rgb(7,122,193));
}
.timeline h4{
    text-align: center;
    color: #fff;
    font-size: 3rem;
    font-weight: 800;
}
.timeline .outer{
    padding: 1rem 0 0 25%;
}
/* Card container */
.timeline .card{
    position: relative;
    max-width: 600px;
}  
/* setting padding based on even or odd */
.timeline .card:nth-child(odd){
    padding: 30px 0 30px 30px;
}
.timeline .card:nth-child(even){
    padding: 30px 30px 30px 0;
}
/* Global ::before */
.timeline .card::before{
    content: "";
    position: absolute;
    width: 50%;
    border: solid #fff;
}  
/* Setting the border of top, bottom, left */
.timeline .card:nth-child(odd)::before {
    left: 0px;
    top: -4.5px;
    bottom: -4.5px;
    border-width: 5px 0 5px 5px;
    border-radius: 50px 0 0 50px;
}  
/* Setting the border of top, bottom, right */
.timeline .card:nth-child(even)::before{
    right: 0;
    top: 0;
    bottom: 0;
    border-width: 5px 5px 5px 0;
    border-radius: 0 50px 50px 0;
}  
/* Removing the border if it is the first card */
.timeline .card:first-child::before{
    border-top: 0;
    border-top-left-radius: 0;
}  
/* Removing the border if it is the last card  and it's odd */
.timeline .card:last-child:nth-child(odd)::before{
    border-bottom: 0;
    border-bottom-left-radius: 0;
}  
/* Removing the border if it is the last card  and it's even */
.timeline .card:last-child:nth-child(even)::before {
    border-bottom: 0;
    border-bottom-right-radius: 0;
}  
/* Information about the timeline */
.timeline .card .info{
    display: flex;
    flex-direction: column;
    background: #fff;
    color: #000;
    border-radius: 10px;
    padding: 10px;
}  
/* Title of the card */
.timeline .card .info .title{
    color: #000;
    font-size: 2.5rem;
    position: relative;
}  
/* Timeline dot  */
.timeline .card .info .title::before{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: rgb(240,90,16);
    border-radius: 999px;
    border: 3px solid rgb(240,90,16);
}  
/* setting dot to the left if the card is odd */
.timeline .card:nth-child(odd) > .info > .title::before {
    left: -48px;
}  
/* setting dot to the right if the card is odd */
.timeline .card:nth-child(even) > .info > .title::before {
    right: -48px;
}
.timeline .card .info ul{
    padding: 0 1.5rem;
}
.web{
    margin: 0;
    padding: 1rem 5rem;
}
.web .web-content table{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border-radius: 1rem 1rem 1.5rem 1.5rem;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.web .web-content table thead tr th{
    padding: 0.5rem 0;
}
.web .web-content table thead tr{
    font-size: 1.5rem;
    background-color: rgb(6,86,115);
    border: none;
    border-radius: 1rem;
    color: #fff;
    padding: 0.5rem 0;
    text-decoration: underline;
    text-transform: uppercase;
}
.web .web-content table tbody,tr{
    border-bottom: 1px solid rgba(189, 187, 192, 0.3);
}
.web .web-content table tbody tr td{
    padding: 12px 15px;
    margin: 0 0;
    font-weight: 400;
    width: fit-content;
}
.web .web-content table tbody tr:nth-child(even){
    background-color: rgba(189, 187, 192, 0.3);
}
.web .web-content table tr .web-spl{
    background-color: rgba(6,86,115,0.6);
    color: #fff;
    font-size: 1.5rem;
}
.team{
    padding: 1rem 5rem;
    width: 100%;
}
.team h3{
    color: rgb(6,86,115);
}
.team h4{
    font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
}
.team .team-content{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 4rem;
    grid-row-gap: 1rem;
    padding: 2rem 3rem;
}
.team .team-content .team-card{
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 1rem;
    text-align: center;
}
.team .team-content .team-card .team-img img{
    height: auto;
    width: 100%;
}
.team .team-content .team-card .team-name .tname{
    font-size: 1.3rem;
    margin: 0.5rem 0;
    font-weight: 800;
}
.wcard{
    width: 100%;
    height: auto;
    padding: 1rem 5rem;
    margin-bottom: 3rem;
}
.wcard .wcard-content{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-row-gap: 1rem;
    grid-column-gap: 2rem;
    justify-content: space-between;
}
.wcard .wcard-content .web-card{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 1rem;
    width: 100%;
    height: auto;
    padding: 1.5rem;
}
.wcard .wcard-content .web-card .web-img img{
    height: 10rem;
    width: 100%;
}
.wcard .wcard-content .web-card .web-text h3{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 3rem;
    color: rgb(6,86,115);
}
.wcard .wcard-content .web-card .web-text p{
    font-size: 1rem;
    word-spacing: 2px;
    color: rgba(76, 76, 77, 0.9);
}
@media (max-width :768px){
    .hero .nav1 .nav-btn{
        display: inline-block;
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .hero .nav1 .nav-btn label{
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 13px;
        margin: 1rem 1rem;
    }
    .hero .nav1 .nav-btn label span{
        display: block;
        width: 25px;
        height: 10px;
        border-top: 2px solid #fff;
    }
    .hero .nav1 > .nav-btn > label:hover, .nav1 #nav-check:checked ~ .nav-btn > label{
        background: rgb(6,86,115);
    }
    .hero .nav1 > .nav-links{
        position: absolute;
        display: block;
        width: 40%;
        text-align: center;
        background-color: #fff;
        height: 0px;
        transition: all 0.3s ease-in;
        overflow-y: hidden;
        top: 70px;
        right: 4%;
    }
    .hero .nav1 > .nav-links > ul li{
        display: block;
        margin-bottom:0;
        margin-top: 1rem;
        margin-left: 0;
        background-color: #fff;
        list-style: none;
    }
    .hero .nav1 > .nav-links > ul li a{
        display: block;
        width: 100%;
        color: rgb(6,86,115);
        font-weight: 600;
    }
    .hero .nav1 > #nav-check:not(:checked) ~ .nav-links{
        height: 0px;
    }
    .hero .nav1 > #nav-check:checked ~ .nav-links{
        height: calc(37vh - 40px);
        overflow-y: auto;
    }
    .hero .nav1 > #nav-check:checked ~ .hero .content h1{
        display: none;
    }
    .hero .content{
        top: 36%;
        left: 0;
        width: 100%;
        padding: 0 2rem;
    }
    .hero .content h1{
        font-size: 3rem;
    }
    .btn-standard{
        font-size: 1rem;
        padding: 0.5rem 2rem;
        margin: 1rem 0;
    }
    .intro{
        display: block;
        height: auto;
        overflow-y: hidden;
    }
    .intro .intro-img{
        width: 100%;
    }
    .intro .intro-img .intro-img1{
        height: auto;
        width: 20rem;
        margin: 1rem 1rem;
    }
    .intro .intro-img .intro-img2{
        position: relative;
        height: auto;
        width: 19rem;
        left: 0;
        top: 0;
        margin: 0 2rem;
    }
    .intro .intro-content{
        width: 80%;
        height: auto;
        margin: 2rem 0;
        padding: 0 1rem;
        text-align: right;
        position: relative;
        left: 17%;
    }
    .intro .intro-content h2{
        font-size: 1.5rem;
    }
    .service{
        padding: 1rem 2rem;
    }
    .service .service-content{
        display: block;
        height: auto;
    }
    .service .service-content .service-click{
        width: 100%;
        display: flex;
    }
    .service .service-content .service-click .service-card{
        width: 25%;
        height: 5.4rem;
        overflow-wrap: break-word;
    }
    .service .service-content .service-click .service-card h3{
        font-size: 0.8rem;
    }
    .service .service-content .service-comp{
        width: 100%;
        padding: 1rem 1rem;
        position: relative;
        top: -75%;
    }
    .service .service-content .service-comp h4{
        font-size: 1.8rem;
        margin-bottom: 0;
    }
    .service .service-content .service-comp .service-text{
        display: block;
    }
    .service .service-content .service-comp .service-text p{
        width: 100%;
    }
    .service .service-content .service-comp .service-text img{
        width: 100%;
    }
    .client{
        width: 100%;
    }
    .client .client-content:nth-child(1){
        width: 35%;
    }
    .client .client-content:nth-child(1) h3{
        font-size: 1.5rem;
        top: 25%;
    }
    .client .client-content:nth-child(2){
        width: 65%;
    }
    footer{
        height: 110vh;
        width: 100%;
        position: relative;
        background: rgba(7, 7, 7, 0.9);
    }
    footer .footer-main{
        display: block;
    }
    footer .footer-main .footer-content:nth-child(1){
        width: 100%;
        padding: 2rem 1rem;
    }
    footer .footer-main .footer-content:nth-child(2){
        width: 100%;
        padding: 2rem 1rem;
    }
    footer .footer-cop{
        width: 100%;
        color: #fff;
        position: absolute;
        top: 40rem;
        border-top: 1px solid #383838;
    }
    .sign{
        display: block;
        margin: 2rem 1rem;
        height: auto;
    }
    .sign .sign-content:nth-child(1){
        display: block;
        width: 100%;
        height: 65vh;
    }
    .sign .sign-content:nth-child(2){
        width: 100%;
        padding: 2rem 1rem;
    }
    .sign .sign-content form{
        margin: 2rem 1rem;
    }
    .sign .sign-content form button.btn-signup{
        padding: 0.5rem 6.5rem;
    }
    .sign .sign-content form label.upld{
        font-size: 14px;
    }
    .serv{
        display: block;
        padding: 1.5rem 1.5rem;
    }
    .serv .serv-content:nth-child(1){
        width: 100%;
        padding: 1rem 1rem;
        z-index: 9;
    }
    .serv .serv-content:nth-child(2){
        width: 90%;
        margin: 0.5rem 1rem;
    }
    .serv .serv-content:nth-child(2) .serv-line .serv-card{
        padding: 2rem 0;
        width: 100%;
        height: fit-content;
    }
    .serv .serv-content:nth-child(2) .serv-line .serv-card h4{
        font-size: 10px;
    }
    .serv .serv-content:nth-child(1) .serv-sph{
        font-size: 3rem;
    }
    .cloud{
        display: block;
        justify-content: center;
        padding: 2rem 1rem;
    }
    .cloud .cloud-content:nth-child(1){
        width: 90%;
        position: relative;
    }
    .cloud .cloud-content:nth-child(1) h3{
        font-size: 3.1rem;
    }
    .cloud .cloud-content:nth-child(2){
        width: 98%;
        position: relative;
        padding: 1rem 1rem;
    }
    .cloud .cloud-contentspl{
        width: 98%;
        padding: 1rem;
        left: 0;
        margin-top: 3rem;
    }
    .timeline{
        padding: 1rem 2rem;
    }
    .timeline .outer{
        padding: 0;
    }
    .connect{
        height: fit-content;
        display: block;
        padding: 1rem 1rem;
    }
    .connect .connect-content:nth-child(1){
        width: 100%;
        padding: 0 0.5rem;
    }
    .connect .connect-content:nth-child(2){
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        padding: 1rem;
    }
    .btn-bhagwa{
        margin: 0;
    }
    .about{
        width: 100%;
        height: auto;
        padding: 2rem 1rem;
    }
    .about h4{
        font-size: 2rem;
        margin-bottom: 0;
    }
    .about .about-spl{
        font-size: 1.5rem;
    }
    .about .about-num{
        display: block;
    }
    .about .about-num .num-content{
        margin: 1rem 0;
        padding: 1rem 1rem;
    }
    .process{
        padding: 1rem;
    }
    .process .process-content{
        display: block;
    }
    .process .process-content .process-card{
        margin: 1rem 0;
    }
    .join{
        padding: 2rem 1rem;
    }
    .join .join-content{
        display: block;
    }
    .join .join-content .join-text{
        width: 100%;
        padding: 0;
    }
    .offer{
        padding: 1rem;
        margin-top: -3rem;
    }
    .offer .offer-content{
        display: block;
        padding: 0;
    }
    .offer .offer-content .offer-card:nth-child(1){
        background-color: rgba(189, 187, 192, 0.3);
    }
    .offer .offer-content .offer-card:nth-child(3){
        background-color: rgba(189, 187, 192, 0.3);
    }
    .offer .offer-content .offer-card:nth-child(4){
        background: none;
    }
    .offer .offer-content .offer-card:nth-child(5){
        background-color: rgba(189, 187, 192, 0.3);
    }
    .offer .offer-content .offer-card:nth-child(7){
        background-color: rgba(189, 187, 192, 0.3);
    }
    .offer .offer-content .offer-card:nth-child(8){
        background: none;
    }
    .consult{
        display: block;
        padding: 1rem 1.5rem;
        background: transparent;
    }
    .consult .consult-content:nth-child(1){
        width: 100%;
        padding: 0;
    }
    .consult .consult-content:nth-child(2){
        width: 100%;
        padding: 0.5rem 0;
    }
    .consult2{
        display: block;
        padding: 1rem 1.5rem;
        background: transparent;
        position: relative;
    }
    .consult2 .consult2-content:nth-child(1){
        width: 100%;
        padding: 0;
    }
    .consult2 .consult2-content:nth-child(2){
        width: 100%;
        padding: 0.5rem 0;
    }
    .wcard{
        padding: 1rem;
        margin-bottom: 2rem;
    }
    .wcard .wcard-content{
        display: block;
    }
    .wcard .wcard-content .web-card{
        margin-bottom: 1rem;
        padding: 1rem;
    }
    .tech{
        width: 100%;
        padding: 1rem;
    }
    .tech .tech-content{
        display: block;
    }
    .tech .tech-content .tech-card:nth-child(1){
        width: 100%;
    }
    .tech .tech-content .tech-card:nth-child(2){
        width: 100%;
    }
    .tech .tech-content .tech-card:nth-child(3){
        width: 100%;
    }
    .tech .tech-content .tech-card .tech-logo{
        padding: 0 2rem;
    }
    .tech .tech-content .tech-card .tech-main{
        padding: 0 0.8rem;
    }
    .tech .tech-content .tech-card .tech-main img{
        height: auto;
        width: 20rem;
    }
    .web{
        padding: 1rem;
    }
    .web .web-content table thead{
        display: none;
    }
    .web .web-content table, table tbody, table tr, table td{
        display: block;
        width: 100%;
    }
    .web .web-content table tbody tr td{
        text-align: right;
        padding-left: 50%;
        position: relative;
    }
    .web .web-content table tbody tr td::before{
        content: attr(data-label);
        position: absolute;
        left: 2%;
        font-size: 1.3rem;
        font-weight: 600;
    }
    .web .web-content table tr .web-spl{
        width: 100%;
    }
    .header .mobile-navbar-btn{
        display: block;
        z-index: 999;
        border: 2px solid #fff;
    }
    .header{
        position: relative;
    }
    .header .lgoo{
        height: 5rem;
    }
    .header .navbar{
        width: 100%;
        height: 100vh;
        background-color: rgba(7, 7, 7, 0.9);
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translateX(100%);
        transition: all 0.5s linear;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
    .header .navbar .navbar-list{
        flex-direction: column;
        align-items: center;
    }
    .active .navbar{
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .active .mobile-navbar-btn .mobile-nav-icon[name="close-outline"]{
        display: block;
    }
    .active .mobile-navbar-btn .mobile-nav-icon[name="menu-outline"]{
        display: none;
    }
}
@media (min-aspect-ratio: 16/9){
    .back-video{
        width: 100%;
        height: auto;
    }
}
@media (max-aspect-ratio: 16/9){
    .back-video{
        width: auto;
        height: 100%;
    }
}