@font-face {
    font-family:Sentient-Regular;
    src: url(/font/Sentient_Complete/Fonts/WEB/fonts/Sentient-Regular.ttf);
}
/* global */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
    font-family: Sentient-Regular;
}
html{
    scroll-behavior: smooth;
}
body{
    height: 100vh;
    width: 100%;
    background-color: #EFEFEF;
    font-family: Sentient-Regular;
} 
/* Navigation bar */
nav{
    background-color: #EFEFEF;
    position: relative;
    font-weight: 600px;
}
 nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
 }
 nav li{
    height: 80px;
    align-items: center;
 }
 nav  a{
    height: 100%;
    padding: 0 25px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #1573A7;
    font-size: 1.4rem;
    }
   nav li:first-child{
    display: inline-flex;
    margin-right: auto;
    margin-top: 16px;  
 } 
/* hover effect for desktop navigation */
     .hideOnMobile{
        position: relative;
    }
     .hideOnMobile::before{
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 0%;
        height: 5%;
        background-color:#1573A7;
        transition: all .4s;
    }
     .hideOnMobile:hover::before{
        width: 100%;
    }
/* end of desktop navigation */
/* end of navigation bar */
/* ------------------------------------------------------------------------------------ */
/* side navigation bar for small device */
    .sidebar{
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 320px;
        z-index: 999;
        color: #000000;
        background-color: rgba(255, 255, 255, 0.815);
        backdrop-filter: blur(60px);
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .sidebar a{
     width: 100%;
    }
    .menu-btn{
        display: none;
        border: none;
        align-items: center;
        background: transparent;
        height: 30px;
        width: 30px;
        
    }
    .bar{
        border: none;
        background: transparent;
        align-items: center;
        height: 26px;
        width: 26px;
        padding: auto;
    }
/* sidebar hover effect */
    #sidehover{
        position: relative;
    }
     #sidehover::before{
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 0%;
        height: 5px;
        background-color:#1573A7;
        transition: all .4s;
    }
     #sidehover:hover::before{
         width: 100%;
    }
/* end of sidebar hover effect */
/* hr{
    background-color: white;
    border: 3px;
} */
/* end of side navigation bar for small device */
/* ------------------------------------------------------------------------------------ */
/* hero section */
#hero{
    height: 90vh;
    width: 100%;
    position: relative;
}
#main h1{
    color: rgb(0, 0, 0);
    text-align: left;
    font-size: 8vh;
    font-weight: 100;
    line-height: 11vh;
    padding: 140px 40px;
}  
.bottompage span{
    background: linear-gradient(to right,
    #2B325F,
    #1573A7,
    #2B325F);
    color: transparent;
    background-clip: text;
    font-size: 8vh;
    line-height: 12vh;
}
#main>video{
    height: 90vh;
    width: 100%;
    object-fit: cover; 

}
.bottompage{
    position: absolute;
    top: 5%;
}
/* end of hero section */
/* ------------------------------------------------------------------------------------------- */
/* about section */
.about{
    position: relative;
     width: 100%;
     height:auto;
}
.about h1{
    font-size: 46px;
    /* color: #000000;s */
    justify-content: center;
    display: flex;
    color: #000000;
}
.about #desk{
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.about #phone{
    display: none;
}
#para p{
    color: rgb(0, 0, 0);
    width: 60%;
    line-height: 18px;
    margin-top: 1rem;
    background-color: whitesmoke;
    border-radius: 12px;
    padding: 10px 10px;
}
#para{
    text-align: justify;
    justify-content: center;
    display: flex;
}
/* about section end */
/* ------------------------------------------------------------------------------------ */
/* management section start */
#wrapper2{
    position: relative;
     width: 100%;
     height: auto;
     background: url("/image/management.png") no-repeat;
    background-position: left; 
    border-radius: 10px;
    padding: 20px 20px;
    }
   #wrapper2 #manage{
    display: none;
   }
#box1>h1{
    font-size: 2.4rem;
    margin-bottom: 1rem;
    background-clip: text;
    color: #000000;
}
#box1{
    margin-top: 1rem;
    margin-left: 2rem;
    width: fit-content;
    background-position: left; 
    background-color: whitesmoke;
    border-radius: 10px;
    padding: 20px 20px;
    margin-left: 38rem;
    font-weight: 500;
}
div>#para1{
    text-align: justify;
    margin-top: 1rem;
    color: #000000;
    font-size: 16px;
}
/* management section end */
/* ---------------------------------------------------------------------------------- */
/* new vmo */
.three{
    height: auto;
    width: 100%;
    justify-content: center;
    display: flex;
    position: relative;
    border-radius: 12px;
}
.three h1{
    text-align: center;
    background: #ffffff;
    background-clip: text;
    color: transparent;
    padding: auto;
    font-size: 26px;
}
.three p{
    background: #ffffff;
    background-clip: text;
    color: transparent;
    text-align: justify;
    justify-items: end;
    font-weight: 800;
    font-size: 14px;
}
.three img{
    align-items: center;
    height: 20vh;
    width: 100%;
}
.vision{
    height: auto;
    width: 100%;
    padding: 30px 30px;
    justify-items: center;
    background-color:#4ca8dd;
}
.mission{
    height: auto;
    width: 100%;
    padding: 30px 30px;
    justify-items: center;
    background-color:#308bc0;
}
.objective{
    height: auto;
    width: 100%;
    padding: 30px 30px;
    justify-items: center;
    background-color: #257caa;
}
/* end of vmo */
/* ------------------------------------------------------------------------------------ */
/* project services */
.new{
    position: relative;
    height: fit-content;
    width: 100%;
    margin-top: 1rem;
    background-image: 
    repeating-conic-gradient(from 30deg,
    #EFEFEF 0deg 60deg,
    #e7e7e7 60deg 120deg);
    background-size: 50px 53px;
}
#boxcard{
    align-items: center;
    display: inline;
    height: max-content;
    width: fit-content;
    justify-content: center;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    z-index: 9;
}
#cards{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 10px 10px;
    width:fit-content;
    justify-content: center;
    z-index: 10;
    border-radius: 12px;
}
.cardx h1{
    font-size: 40px;
    text-align: left;
    color: #000000;
    width: auto;
    padding: 20px 30px;
}
.card h2{
    font-size: 22px;
    text-align: left;
    color: #1573A7;
}
.card p{
    color:rgb(0, 0, 0);
    text-align: justify;
    font-weight: 400;
}
.card{
    background: rgb(255, 255, 255);
    height: auto;
    width: 45%;
    cursor: pointer;
    border-radius: 1px solid black;
    border-radius: 10px;
    padding: 20px 20px;
}
.card:hover{
    background-color: #d7f1ff;
    color: white;
}
/* end of project services */
/* ------------------------------------------------------------------------------------ */
/*companys logo hovers */
.project{
    height: auto;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.project>h1{
    font-size: 40px;
    padding: 30px 30px;
    color: #000000;
}
.flag>img{
    padding: 12px 20px;
    height: 110px;
    width: 120px;
    margin-left: 1rem;
}
@keyframes slider{
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.logos{
    overflow: hidden;
    padding: 10px 0;
    background: white;
    white-space: nowrap;
}
.logos-slide{
    display: inline-block;
    animation: 30s slider infinite linear;
}
.logos:hover .logos-slide{
    animation-play-state: paused;
}
.logos-slide img{
    height: 70px;
    width: 120px;
    margin: 0 25px;
}
/*end of companys logo hovers */
/* ------------------------------------------------------------------------------------------------ */
/* .logos-slide2{
    display: inline-block;
}
.logos:hover .logos-slide2{
    animation-play-state: paused;
}
.logos-slide2 img{
    height: 50px;
    margin: 0 35px;
} */
/* ---------------------------------------------------------------------------------------------- */
.world{
    height: auto;
}
.world h1{
    font-size: 40px;
    padding: 20px 30px;
   color: #000000;
}
.worldmap {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    padding: 1em;
    position: relative;
    }
.worldmap>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.worldmap>#phoneworld{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
}
.pin{
    background: #ffffff;
    position: absolute;
    width: 0.7em;
    height: 0.7em;
    border-radius: 50%;
}
.pin::before{
    content: '';
    background: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: pulse 1.3s ease-in-out infinite;
}
.pin span{
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    left: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.9em;
    color: rgb(0, 0, 0);
    font-weight: 1000;
}
.singapore{
    top: 61.8%;
    left: 77.90%;
}

.Hongkong{
    top: 45%;
    left: 80.50%;
}

.Indonesia{
    top: 65%;
    left: 81.70%;
}

.Malaysia{
    top: 59%;
    left: 77.10%;
}

.China{
    top: 36%;
    left: 73.70%;
}
.Japan{
    top: 35%;
    left: 87%;
}
.Philippines{
    top: 53%;
    left: 84%;
}
.Vietnam{
    top: 55%;
    left: 78.50%;
}
.Dubai{
    top: 43.5%;
    left: 59.80%;
}
.SaudiArabia{
    top: 48%;
    left: 55.80%;
}
.Qatar{
    top: 45.5%;
    left: 58.2%;
}
.uk{
    top: 20.95%;
    left: 40.10%;
}
.USA{
    top: 28%;
    left: 15.50%;
}
.Canada{
    top: 17%;
    left: 15.50%;
}
.Australia{
    top: 83%;
    left: 85.50%;
}
/* india pin */
.pin1{
    background: #ffffff;
    position: absolute;
    width: 0.4em;
    height: 0.4em;
    border-radius: 50%;
}
.pin1::before{
    content: '';
    background: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: pulse 1.3s ease-in-out infinite;
}
.pin1 span{
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    left: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.7em;
    color: rgb(0, 0, 0);
    font-weight: 1000;
}
.Bangalore {
    top: 54%;
    left: 68.50%;
}
.Mumbai{
    top: 49%;
    left: 66.50%;
}
.Noida{
    top: 42%;
    left: 67.50%;
}
.Manesar{
    top: 44%;
    left: 66.60%;
}
.Kolkata{
    top: 46.05%;
    left: 71.50%;
}
.Chennai{
    top: 52.50%;
    left: 69%;
}
.Hyderabad{
    top: 51%;
    left: 68.50%;
}
/* india end */
@keyframes pulse{
    100%{
        opacity: 0;
        transform: translate(-50%,-50%)
        scale(2.5);
    }
}
.mobileloco{
    display: none;
}
/* ---------------------------------------------------------------------------------------------- */
/* swiper for mobile */
.wip{
display: none;
}
/* swiper for mobile */
/* ---------------------------------------------------------------------------------------- */
/* projects Delivered */
.delh{
    width: 100%;
    height: 120vh;
    position: relative;
}
.delh>h1{
    font-size: 40px;
    padding: 20px 30px;
    color: #000000;
    margin-top: 2rem;
}
.container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    height: 600px;
    background: #f5f5f5;
}
.container .slide .item{
    width: 210px;
    height: 400px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 20px;
    box-shadow: 0 30px 50px #505050;
    background-position: 50% 50%;
    background-size: cover;
    display: inline-block;
    transition: 0.5s;
}
.slide .item:nth-child(1),
.slide .item:nth-child(2){
    top: 0;
    left: 0;
    transform: translate(0, 0);
    border-radius: 12px;
    width: 100%;
    height: 100%;
}
.slide .item:nth-child(3){
    left: 50%;
}
.slide .item:nth-child(4){
    left: calc(50% + 220px);
    
}
.slide .item:nth-child(n + 5){
    left: calc(50% + 440px);
    opacity: 1;
}
/* here n = 0, 1, 2, 3,... */
.slide .item:nth-child(n + 6){
    left: calc(50% + 660px);
    opacity: 0;
    display: none;
}
.item .content{
    position: absolute;
    top: 50%;
    left: 100px;
    width: 300px;
    text-align: left;
    color: #eee;
    transform: translate(0, -50%);
    display: none;
}
.slide .item:nth-child(2) .content{
    display: block;
}
.content .name{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0;
    animation: animate 1s ease-in-out 1 forwards;
}
.content .des{
    margin-top: 10px;
    margin-bottom: 20px;
    opacity: 0;
    animation: animate 1s ease-in-out 0.2s 1 forwards;
}
.content button{
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    opacity: 0;
    animation: animate 1s ease-in-out 0.4s 1 forwards;
}
@keyframes animate {
    from{
        opacity: 0;
        transform: translate(0, 100px);
        filter: blur(33px);
    }
    to{
        opacity: 1;
        transform: translate(0);
        filter: blur(0);
    }
}
.button{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
}
.button button{
    width: 40px;
    height: 35px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    margin: 0 5px;
    border: 1px solid #000;
    transition: 0.3s;
}
.button button:hover{
    background: #ababab;
    color: #fff;
}
/* end of projects Delivered */
/* ------------------------------------------------------------------------------------ */
/* projects underconstruction */
.pro{
    width: 100%;
    height: auto;
   position: relative;
} 
.pro>h1{
    font-size: 40px;
    padding: 20px 30px;
    color: #000000;
}
 .holder {
    width: 100%;
    background: #EFEFEF;
    display: flex;
    align-items: center; 
    justify-content: center;
 }
.gal{
    display: flex;
    align-items: center;
    justify-content: center;
}
 .img-box{
    width: 100px;
    height: 500px;
    margin: 10px;
    border-radius: 12px;
    background: url("/image/UCEDGEDATA-1.png")center no-repeat;
    background-size: cover;
    position: relative;
    transition: width 0.5s;
 }   
 .img-box:nth-child(2){
    background: url("/image/UCEDGEDATA-1.png")center no-repeat;
    background-size: cover;
 }
 .img-box:nth-child(3){
    background: url("/image/UCEDGEDATA-1.png")center no-repeat;
    background-size: cover;
 }
 .img-box:nth-child(4){
    background: url("/image/UCEDGEDATA-1.png")center no-repeat;
    background-size: cover;
 }
.img-box h3{
    font-size: 28px;
    color: #000000;
    position: absolute;
    bottom: 25px;
    left: 30px;
    opacity: 0;
    transition: bottom 0.5s opacity 0.5s;
}
.img-box:hover{
    width: 550px;
}
.img-box:hover h3{
    opacity: 1;
    bottom: 25px;
}
/* end of projects underconstruction */
/* ------------------------------------------------------------------------------------------------ */
/* partner */
#wrapper{
    text-align: justify;
    margin: bottom 2rem; 
    margin: 3em;
    height: 100%;
}
#box3{
    margin-left: 0.5rem;
    width: 75%;
    font-size: 16px;
    height: max-content;
}
#wrapper>h1{
    color: #000000;
    margin-bottom: 2rem;
    font-size:40px ;
}
h5{
    color: rgb(37, 37, 180);
}
h4{
    columns: rgb(126, 62, 126);
}
#box3 h4{
    font-weight: 100px;
}
#part{
    background: linear-gradient(to right,
    #2B325F,
    #1573A7,
    #2B325F);
    color: transparent;
    background-clip: text;
    font-size: 18px;
}
/* partner end  */
/* ----------------------------------------------------------------------------------------- */
/* footer section start  */
footer{
    width: 100%;
    height: fit-content;
    margin: auto;
    bottom: 0;
    /* background:rgb(138, 138, 192); */
    background-color: #308BC0;
    color:#fff;
    padding: 20px 0 20px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    font-size: 20px;
    line-height: 20px;
}
.grid{
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 500vw;
    width: calc(100% - 180px);
    justify-content: center;
    z-index: 10;
}
.grid3{
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 500vw;
    width: calc(100% - 50px);
    justify-content: center;
    text-align: left;
    z-index: 10;
}
.grid1{
    display: flex;
    display: contents;
    margin-top: 0rem;
    margin-left:  2rem;
    margin-right: 10rem;
    display: inline;
    flex-basis: 25%;
    padding: 10px;
    /* background:rgb(79, 79, 168); */
    background-color: #308BC0;
    margin-right: auto;
    border-radius:  10px; 
    padding: 2rem;
    height: fit-content;
    grid-column: span;
}

#grid2{
    display: flex;
    display: contents;
    margin-top: 0rem;
    margin-left:  2rem;
    margin-right: 10rem;
    display: inline;
    flex-basis: 25%;
    padding: 10px;
    margin-right: auto;
    border-radius:  10px; 
    padding: 2rem;
    height: fit-content;
    grid-column: span;
    margin-top: 0rem; 
    /* background:rgb(79, 79, 168); */
    background-color: #308BC0;
    height: 100%;
    width: 100%;
}
#grid2>h4{
    width: 350px;
    height: auto;
    font-size: 18px;
}
#grid2 h5{
    color: white;
}
#grid3{
    display: flex;
    display: contents;
    margin-top: 0rem;
    margin-left:  2rem;
    margin-right: 10rem;
    display: inline;
    flex-basis: 25%;
    padding: 10px;
    margin-right: auto;
    border-radius:  10px; 
    padding: 2rem;
    height: fit-content;
    grid-column: span;
    margin-top: 2rem;   
}
.grid4{
    margin-top: 2rem;
    margin-left: 20rem;
    margin-left:  2rem;
    margin-right: 2rem;
    /* background:linear-gradient(rgb(68, 68, 148),rgb(67, 67, 158)) ; */
    background-color: #257CAA;
    flex-basis: 25%;
    padding: 20px 20px 20px;
    border-radius:  10px; 
    padding: 2rem;
    width:fit-content;
}
ul{
    color: white;
    font-size: medium;
    line-height: 2ch;
}
.grid5{
    margin-top: 2rem;
    width: fit-content;
    margin-left:  2rem;
    margin-right: 2rem;
    /* background:linear-gradient(rgb(68, 68, 148),rgb(67, 67, 158)) ; */
    flex-basis: 25%;
    padding: 10px;
    border-radius:  10px; 
    padding: 2rem;
    color: white;
    background-color: #257CAA;
}
#grid6{
    display: flex;
    display: contents;
    margin-top: 0rem;
    margin-left:  2rem;
    margin-right: 10rem;
    display: inline;
    flex-basis: 25%;
    padding: 10px;
    margin-right: auto;
    border-radius:  10px; 
    padding: 2rem;
    height: fit-content;
    grid-column: span;
    margin-top: 2rem;   
}  
button{
    padding: 5px 5px;
}
button.button1{
    padding: 5px 5px;
    width: 20%;
    background-color: transparent;
    color: #ccc;
    border: 0;
    outline: none;
    font-size: medium;
}
button:hover{
    color:rgb(3, 184, 255);
}
form{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom:1px solid #ccc ;
    margin: bottom 50px;
}
form .fa{
    font-size: 30px;
    margin: right 5px; 
    color: #EFEFEF;
}
.Loc{
    width: 70%;
    background:rgb(79, 79, 168);
    color: #ccc;
    border: 0;
    outline: none;
      border-bottom: 1px solid #ccc;
    margin: bottom 50px;
    margin-left: 5px;
}
input{
    width: 70%;
    background:rgb(79, 79, 168);
    color: #ccc;
    border: 0;
    outline: none;
    border-bottom: 1px solid #ccc;
    margin: bottom 50px;
    align-items:center;
    margin-left: 5px;
}
::-webkit-input-placeholder {
        color:white;
        transition:opacity .5s ease-in-out;
    }
    :focus::-webkit-input-placeholder{
        opacity: 0.5;
    }
form button{
    background: transparent;
    border: 0;
    outline: none;
    color: white;
}
#wrap{
    background-color: transparent;
    padding: 20px 20px 20px 20px;
}
.email-id{
    width: 20rem;
    margin-bottom:1px solid #ccc ;
    line-height: 3ch;
}
ul li{
    list-style: none;
    margin-bottom: 12px;
    font-size: medium;
    margin-right: 10px;
    margin-top: 10px;
}
#office1{
    width: fit-content;
    margin-bottom:1px solid #ccc ;
    margin: 50px 0
}
.link1{
    width: fit-content;
    margin-bottom:1px solid #ccc ;
    margin: 50px 0
}
.person{
    width: fit-content;
    margin-bottom:1px solid #ccc ;
}
#link>a:hover{
    color: purple;
}
.email-id a{
    color:white;
    font-size: small;
}
hr{
    width: 90%;
    border: 0;
    border-bottom: 1px solid;
    margin: 20px auto;
}
.copyright{
    text-align: center;
    font-size: medium;
}
.underline{
    width: 20px;
    height: 5px;
    background: #7676;
    border-radius: 3px;
    position: relative;
    top: 1px;
    left: 0px;
    overflow: hidden;
}
.underline span{
    width: 15px;
    height: 5px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moving 2s linear infinite ;
}
.underline1{
    width: 20px;
    height: 5px;
    background: #7676;
    border-radius: 3px;
    position: relative;
    top: 1px;
    left: 0px;
    overflow: hidden;
}
.underline1>span{
    width: 15px;
    height: 5px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moving 2s linear infinite ;
}
@keyframes moving{
    0%{
        left: -20%;
    }
    100%{
        right: 100dvh;
    }
}
@media (max-width:700px) {
    footer{
        bottom: unset;
    } 
}
form .fas{
    font-size: medium;
    margin-right: 10px;
}
form .fa{
    font-size: medium;
    margin-right: 10px;
}
ul .fas{
    margin: right 10px; 
}
/* footer end */
/* ------------------------------------------------------------------------------------ */
/* media for small screen 800px*/
 @media screen and (max-width: 800px) {
    .hideOnMobile{
        display: none;
    }
    .menu-btn{
        display: block;
    }
    body{
        min-height: 80vh;
        font-family: Sentient-Regular;
        } 
    /* hero section */
    #hero{
        height: 85dvh;
        width: 100%;
        position: relative;
    }
    #main h1{
        color: rgb(0, 0, 0);
        text-align: left;
        font-size: 4.6vh;
        font-weight: 600;
        line-height: 7vh;
        padding: 140px 20px;
    }  
    .bottompage span{
        background: linear-gradient(to right,
    #2B325F,
    #1573A7,
    #2B325F);
    color: transparent;
    background-clip: text;
        font-size: 4.6vh;
        line-height: 7vh;
    }
    #main>video{
        height: 70dvh;
        width: 100%;
        object-fit: cover; 
    }
    .bottompage{
        position: absolute;
        top: 4%;
    }
    /* end of hero section */

    /* about section */
.about{
    position: relative;
     width: 100%;
     height:auto;
}
.about h1{
    font-size: 36px;
    color: #000000;
    justify-content: center;
    display: flex;

}
.about #desk{
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.about #phone{
    display: none;
}
#para p{
    color: rgb(0, 0, 0);
    width: 80%;
    line-height: 18px;
    margin-top: 1rem;
    font-size: 14px;
}
#para{
    text-align: justify;
    justify-content: center;
    display: flex;
   
}
/* about section end */
/* ------------------------------------------------------------------------------------ */
/* management section start */
#wrapper2{
    position: relative;
     width: auto;
     height: auto;
     background: url("/image/management.png") no-repeat;
     background-size: auto;
    background-position: left; 
    border-radius: 10px;
    padding: 20px 20px;
    justify-content: right;
    display: flex;
    }
    #wrapper2 #manage{
        display: none;
       }
#box1>h1{
    font-size: 2.4rem;
    margin-bottom: 1rem;
    color: #000000;
}
#box1{
    margin-top: 0rem;
    margin-left: 00rem;
    width: 54%;
    color: orange;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 20px 20px;
    font-weight: 500;
    opacity: 0.92;
}
div>#para1{
    text-align: justify;
    /* width: 65%; */
    margin-top: 1rem;
    color: #000000;
    font-size: 14px;
}
/* management section end */
/* ---------------------------------------------------------------------------------- */
/* new vmo */
.three{
    height: auto;
    width: 100%;
    justify-content: center;
    display: flex;
    position: relative;
    border-radius: 12px;
}
.three h1{
    text-align: center;
    background: #ffffff;
    background-clip: text;
    color: transparent;
    padding: auto;
    font-size: 26px;
}
.three p{
    background: #ffffff;
    background-clip: text;
    color: transparent;
    text-align: justify;
    justify-items: end;
    font-weight: 800;
    font-size: 14px;
}
.three img{
    align-items: center;
    height: auto;
    width: 100%;
}
.vision{
    height: auto;
    width: 100%;
    padding: 25px 25px;
    justify-items: center;
    background-color:#4ca8dd;
}
.mission{
    height: auto;
    width: 100%;
    padding: 25px 25px;
    justify-items: center;
    background-color:#308bc0;
}
.objective{
height: auto;
width: 100%;
padding: 25px 25px;
justify-items: center;
background-color: #257caa;
}
/* end of vmo */
/* ------------------------------------------------------------------------------------ */
/* project services */
.new{
    position: relative;
    height: fit-content;
    width: 100%;
    margin-top: 1rem;
}
#boxcard{
    align-items: center;
    display: inline;
    height: max-content;
    width: fit-content;
    justify-content: center;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    z-index: 9;
}
#cards{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 10px 10px;
    width:fit-content;
    justify-content: center;
    z-index: 10;
    border-radius: 12px;
}
.cardx h1{
    font-size: 40px;
    text-align: left;
    color: #1573A7;
    width: auto;
    padding: 20px 30px;
}
.card h2{
    font-size: 22px;
    text-align: left;
    color: #1573A7;
}
.card p{
    color:rgb(0, 0, 0);
    text-align: justify;
    font-weight: 400;
}
.card{
    background: rgb(255, 255, 255);
    height: auto;
    width: 45%;
    cursor: pointer;
    border-radius: 1px solid black;
    border-radius: 10px;
    padding: 20px 20px;
}
.card:hover{
    background-color: #d7f1ff;
    color: white;
}
/* end of project services */
/* ------------------------------------------------------------------------------------ */
    /*companys logo hovers */
    .project{
        height: auto;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-top: 1rem;
    }
    .project>h1{
        font-size: 40px;
        padding: 20px 30px;
        color: #000000;
    }
    .flag>img{
        padding: 10px 18px;
        height: 90px;
        width: 100px;
        margin-left: 1rem;
        
    }
    @keyframes slider{
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-100%);
        }
    }
    .logos{
        overflow: hidden;
        padding: 20px 0;
        background: white;
        white-space: nowrap;
    }

    .logos-slide{
        display: inline-block;
        animation: 30s slider infinite linear;
    }
    .logos:hover .logos-slide{
        animation-play-state: paused;
    }
    .logos-slide img{
        height: 60px;
        width: 110px;
        margin: 0 20px;
    }
    /*end of companys logo hovers */
    /* ------------------------------------------------------------------------------------ */
    /* project location */
    .world{
        height: auto;
    }
    .world h1{
        font-size: 40px;
        padding: 20px 30px;
        color: #000000;
    }
    .worldmap {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        margin: 0 auto;
        padding: 1em;
        position: relative;
        }
    .worldmap>img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .worldmap>#phoneworld{
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: none;
    }
    .pin{
        background: #ffffff;
        position: absolute;
        width: 0.5em;
        height: 0.5em;
        border-radius: 50%;
    }
    .pin::before{
        content: '';
        background: #000000;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        animation: pulse 1.3s ease-in-out infinite;
    }
    .pin span{
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: 1em;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0.8em;
        color: rgb(0, 0, 0);
        font-weight: 800;
    }
    .singapore{
        top: 61.8%;
        left: 77.90%;
    }
    
    .Hongkong{
        top: 45%;
        left: 80.50%;
    }
    
    .Indonesia{
        top: 65%;
        left: 81.70%;
    }
    
    .Malaysia{
        top: 59%;
        left: 77.10%;
    }
    
    .China{
        top: 36%;
        left: 73.70%;
    }
    .Japan{
        top: 35%;
        left: 87%;
    }
    .Philippines{
        top: 53%;
        left: 84%;
    }
    .Vietnam{
        top: 55%;
        left: 78.50%;
    }
    .Dubai{
        top: 43.5%;
        left: 59.80%;
    }
    .SaudiArabia{
        top: 48%;
        left: 55.80%;
    }
    .Qatar{
        top: 45.5%;
        left: 58.2%;
    }
    .uk{
        top: 20.95%;
        left: 40.10%;
        
    }
    .USA{
        top: 28%;
        left: 15.50%;
       
    }
    .Canada{
        top: 17%;
        left: 15.50%;
    }
    .Australia{
        top: 83%;
        left: 85.50%;
    }
    /* india pin */
    .pin1{
        background: #ffffff;
        position: absolute;
        width: 0.3em;
        height: 0.3em;
        border-radius: 50%;
    }
    .pin1::before{
        content: '';
        background: #000000;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        animation: pulse 1.3s ease-in-out infinite;
    }
    .pin1 span{
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        left: 1em;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0.7em;
        color: rgb(0, 0, 0);
        font-weight: 800;
    }
    .Bangalore {
        top: 54%;
        left: 68.50%;
    }
    .Mumbai{
        top: 49%;
        left: 66.50%;
    }
    .Noida{
        top: 42%;
        left: 67.50%;
    }
    .Manesar{
        top: 44%;
        left: 66.60%;
    }
    .Kolkata{
        top: 46.05%;
        left: 71.50%;
    }
    .Chennai{
        top: 52.50%;
        left: 69%;
    }
    .Hyderabad{
        top: 51%;
        left: 68.50%;
    }
    /* india end */
    @keyframes pulse{
        100%{
            opacity: 0;
            transform: translate(-50%,-50%)
            scale(2.5);
        }
    }
    .mobileloco{
        display: none;
    }
/* end of project locations*/
/* ------------------------------------------------------------------------------------ */
/* projects Delivered */
.delh{
    width: 100%;
    height: 120vh;
    position: relative;
}
.delh>h1{
    font-size: 40px;
    padding: 20px 30px;
    color: #000000;
    margin-top: 2rem;
}
.container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px;
    padding: 0px 0px;
    width: 760px;
    height: 670px;
    background: #f5f5f5;
}
.container .slide .item{
    width: 180px;
    height: 300px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 20px;
    box-shadow: 0 30px 50px #505050;
    background-position: 60% 60%;
    background-size: cover;
    display: inline-block;
    transition: 0.2s;
}
.slide .item:nth-child(1),
.slide .item:nth-child(2){
    top: 0;
    left: 0;
    transform: translate(0, 0);
    border-radius: 12px;
    width: 100%;
    height: 100%;
}
.slide .item:nth-child(3){
    left: 55%;
}
.slide .item:nth-child(4){
    left: calc(40% + 200px);
    opacity: 1;
}
.slide .item:nth-child(n + 5){
    left: calc(40% + 400px);
    opacity: 1;
    display: none;
}
/* here n = 0, 1, 2, 3,... */
.slide .item:nth-child(n + 6){
    left: calc(40% + 620px);
    opacity: 0;
    display: none;
}
.item .content{
    position: absolute;
    top: 50%;
    left: 10px;
    width: 280px;
    text-align: left;
    color: #ffffff;
    transform: translate(0, -50%);
    display: none;
}
.slide .item:nth-child(2) .content{
    display: block;
}
.content .name{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0;
    animation: animate 1s ease-in-out 1 forwards;
}
.content .des{
    margin-top: 10px;
    margin-bottom: 20px;
    opacity: 0;
    animation: animate 1s ease-in-out 0.2s 1 forwards;
}
.content button{
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    opacity: 0;
    animation: animate 1s ease-in-out 0.4s 1 forwards;
}
@keyframes animate {
    from{
        opacity: 0;
        transform: translate(0, 100px);
        filter: blur(33px);
    }
    to{
        opacity: 1;
        transform: translate(0);
        filter: blur(0);
    }
}
.button{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
}
.button button{
    width: 40px;
    height: 35px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    margin: 0 5px;
    border: 1px solid #000;
    transition: 0.3s;
}
.button button:hover{
    background: #ababab;
    color: #fff;
}
/* end of projects Delivered */
/* ------------------------------------------------------------------------------------ */
/* projects underconstruction */
.pro{
    width: 100%;
    height: auto;
   position: relative;
} 
.pro>h1{
    font-size: 40px;
    padding: 20px 30px;
    color: #000000;
}
 .holder {
    width: 100%;
    background: #EFEFEF;
    display: flex;
    align-items: center; 
    justify-content: center;
 }
.gal{
    display: flex;
    align-items: center;
    justify-content: center;
}
 .img-box{
    width: 80px;
    height: 500px;
    margin: 6px;
    border-radius: 16px;
    background: url("/image/UCEDGEDATA-p.png")center no-repeat;
    background-size: cover;
    position: relative;
    transition: width 0.5s;
 }   
 .img-box:nth-child(2){
    background: url("/image/UCEDGEDATA-p.png")center no-repeat;
    background-size: cover;
 }
 .img-box:nth-child(3){
    background: url("/image/UCEDGEDATA-p.png")center no-repeat;
    background-size: cover;
 }
 .img-box:nth-child(4){
    background: url("/image/UCEDGEDATA-p.png")center no-repeat;
    background-size: cover;
 }
.img-box h3{
    font-size: 28px;
    color: #ffffff;
    position: absolute;
    bottom: 25px;
    left: 30px;
    opacity: 0;
    transition: bottom 0.5s opacity 0.5s;
}
.img-box:hover{
    width: 300px;
    
}
.img-box:hover h3{
    opacity: 1;
    bottom: 25px;
}
/* end of projects underconstruction */
/* ------------------------------------------------------------------------------------ */
/* partner */
#wrapper{
    text-align: justify;
    margin: bottom 2rem; 
    margin: 1em;
    height: 100%;
    width: 95%;
}
#box3{
    margin-left: 0rem;
    width: 80%;
    font-size: 14px;
}
#wrapper>h1{
    color: #000000;
    margin-bottom: 2rem;
    font-size:40px ;
}
h5{
    color: rgb(37, 37, 180);
}
h4{
    columns: rgb(126, 62, 126);
}
#box3 h4{
    font-weight: 100px;
}
#part{
    background: linear-gradient(to right,
    #2B325F,
    #1573A7,
    #2B325F);
    color: transparent;
    background-clip: text;
    font-size: 16px;
}
/* partner end  */
/* ------------------------------------------------------------------------------------ */
/* footer section start  */
footer{
    width: 100%;
    height: fit-content;
    margin: auto;
    bottom: 0;
    /* background:rgb(59, 59, 146); */
    color:#fff;
    background-color: #308BC0;
    padding: 20px 0 20px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    font-size: 20px;
    line-height: 20px;
}
.grid{
    margin: auto;
    display: flex;
   flex-wrap: wrap;
    gap: 12px;
    max-width: 500vw;
    width: calc(100% - 180px);
    justify-content: center;
    z-index: 10;
}
.grid1{
    display: flex;
    display: contents;
    margin-top: 0rem;
    margin-left:  0rem;
    margin-right: 0rem;
    display: inline;
    flex-basis: 25%;
    padding: 2px;
    margin-right: auto;
    border-radius:  10px; 
    padding: 0rem;
    height: fit-content;
    background-color: #308BC0;
}
#grid2{
    display: flex;
    display: contents;
    margin-top: 0rem;
    margin-left:  0rem;
    margin-right: 0rem;
    display: inline;
    flex-basis: 25%;
    padding: 2px;
    margin-right: auto;
    border-radius: 2px; 
    height: fit-content;
    margin-top: 0rem; 
    height: fit-content;
    background-color: #308BC0;
}
#grid2>h4{
    width: 270px;
    height: auto;
    font-size: 16px;
}
#grid2 h5{
    color: white;
}
#grid3{
    display: flex;
    display: contents;
    margin-top: 0rem;
    margin-left:  2rem;
    margin-right: 10rem;
    display: inline;
    flex-basis: 25%;
    padding: 10px;
    margin-right: auto;
    border-radius:  10px; 
    padding: 2rem;
    height: fit-content;
    grid-column: span;
    margin-top: 2rem;   
}
.grid4{
    margin-top: 2rem;
    margin-left: 20rem;
    margin-left:  2rem;
    margin-right: 2rem;
    /* background:linear-gradient(rgb(68, 68, 148),rgb(67, 67, 158)) ; */
    background-color: #257CAA;
    flex-basis: 25%;
    padding: 20px 20px 20px;
    border-radius:  10px; 
    padding: 2rem;
}
ul{
    color: white;
    font-size: medium;
    line-height: 2ch;
}
.grid5{
    margin-top: 2rem;
    width: fit-content;
    margin-left:  2rem;
    margin-right: 2rem;
    /* background:linear-gradient(rgb(68, 68, 148),rgb(67, 67, 158)) ; */
    background-color: #257CAA;
    flex-basis: 25%;
    padding: 10px;
    border-radius:  10px; 
    padding: 2rem;
    color: white;
}
#grid6{
    display: flex;
    display: contents;
    margin-top: 0rem;
    margin-left:  2rem;
    margin-right: 10rem;
    display: inline;
    flex-basis: 25%;
    padding: 10px;
    margin-right: auto;
    border-radius:  10px; 
    padding: 2rem;
    height: fit-content;
    grid-column: span;
    margin-top: 2rem;   
}  
button{
    padding: 5px 5px;
}
button:hover{
    color:green;
}
form{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom:1px solid #ccc ;
    margin: bottom 50px;
}
form .fa{
    font-size: 30px;
    margin: right 5px; 
    color: #EFEFEF;
}
form input {
    width: 100%;
    background-color: transparent;
    color: #ccc;
    border: 0;
    outline: none;
}
form button{
    background: transparent;
    border: 0;
    outline: none;
    color: white;
}
#wrap{
    background-color: transparent;
    padding: 20px 20px 20px 20px;
}
.email-id{
    width: 20rem;
    margin-bottom:1px solid #ccc ;
    line-height: 3ch;
}
ul li{
    list-style: none;
    margin-bottom: 12px;
    font-size: medium;
    margin-right: 10px;
    margin-top: 10px;
}
#office1{
    width: fit-content;
    margin-bottom:1px solid #ccc ;
    margin: 50px 0
}
.link1{
    width: fit-content;
    margin-bottom:1px solid #ccc ;
    margin: 50px 0
}
.person{
    width: fit-content;
    margin-bottom:1px solid #ccc ;
}
#link>a:hover{
    color: purple;
}
.email-id a{
    color:white;
    font-size: 18px;
}
hr{
    width: 90%;
    border: 0;
    border-bottom: 1px solid;
    margin: 20px auto;
}
.copyright{
    text-align: center;
    font-size: medium;
}
.underline{
    width: 20px;
    height: 5px;
    background: #7676;
    border-radius: 3px;
    position: relative;
    top: 1px;
    left: 0px;
    overflow: hidden;
}
.underline span{
    width: 15px;
    height: 5px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moving 2s linear infinite ;
}
.underline1{
    width: 20px;
    height: 5px;
    background: #7676;
    border-radius: 3px;
    position: relative;
    top: 1px;
    left: 0px;
    overflow: hidden;
}
.underline1>span{
    width: 15px;
    height: 5px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moving 2s linear infinite ;
}
@keyframes moving{
    0%{
        left: -20%;
    }
    100%{
        right: 100dvh;
    }
}
@media (max-width:700px) {
    footer{
        bottom: unset;
    }
    
}
form #Loc{
    padding-right: 90px;
    background: transparent;
    border: none;
    color: white;
    background:rgb(59, 59, 146);
}
form .fas{
    font-size: medium;
    margin-right: 10px;
}
form .fa{
    font-size: medium;
    margin-right: 10px;
    
}
ul .fas{
    
    margin: right 10px; 
}
/* footer end */
}
/* end of 800px */
/* ------------------------------------------------------------------------------------ */
/* media for small screen 460px*/
@media screen and (max-width: 460px) {
    .sidebar{
        width: 80%;
    }
    body{
        height: 100vh;
        font-family: Sentient-Regular;
        }
        /* hero section */
    #hero{
        height: 80vh;
        width: 100%;
        position: relative;
    }
    #main h1{
        color: rgb(0, 0, 0);
        text-align: left;
        font-size: 4.2vh;
        font-weight: 100;
        line-height: 5vh;
        padding: 280px 10px;
    }  
    .bottompage span{
        background: linear-gradient(to right,
    #2B325F,
    #1573A7,
    #2B325F);
    color: transparent;
    background-clip: text;
        font-size: 4.2vh;
        line-height: 5vh;
    }
    #main>video{
        height: 60vh;
        width: 100%;
        object-fit: cover; 
    }
    .bottompage{
        position: absolute;
        top: 4%;
    }
    /* end of hero section */
/* ------------------------------------------------------------------------------------ */
    /* about section */
.about{
    position: relative;
     width: 100%;
     height:auto;
     background:none;
    background-size:none;
    background-position: none;
}
.about h1{
    font-size: 26px;
    color: #000000;
    justify-content: center;
    display: inline;
    padding: 20px 20px;
}
.about #desk{
    display: none;
}
.about #phone{
    background-size: contain;
    width: 100%;
    height: auto;
    display: block;
}
#para p{
    color: rgb(0, 0, 0);
    width: 40%;
    line-height: 18px;
    margin-top: 1rem;
    font-size: 14px;
    width: fit-content;
    padding: 0px 20px;
    background-color: transparent;
}
#para{
    text-align: justify;
    justify-content: center;
    display: contents;
}
/* end of about */
/* ------------------------------------------------------------------------------------ */
/* management */
#wrapper2{
    position: relative;
    width: 100%;
    height: auto;
    background:none;
    background-position: none;
    background-size: none;
    display: list-item;
    }
    #wrapper2 #manage{
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        background-size:contain;
        height:auto;
        width: 100%;
       }
    #box1>h1{
    font-size:26px;
    padding: 20px 0px;
    background-clip: text;
    color: #000000;
    }
    #para2>h2{
    background:rgb(130, 29, 197);
    background-clip: text;
    color: transparent;
    }
    #box1{
        width: 100%;
        margin: 0px 0px;
        padding: 0px 0px;
        background: transparent;
    }
    div>#para1{
    text-align: justify;
    margin-top: 0rem;
    width:100% ;
    color: black;
    line-height: 2.5ch;  
    font-size: 14px;
    background: transparent;
    }
  /* end of management */
   /* ------------------------------------------------------------------------------------ */
  /* new vmo */
.three{
    height: auto;
    width: fit-content;
    justify-content: center;
    display: inline-block;
    position: relative;
    background-color: #4F4FA8;
    border-radius: 12px;
}
.three h1{
    text-align: center;
    background: #ffffff;
    background-clip: text;
    color: transparent;
    padding: 20px 20px;
    font-size: 26px;
}
.three p{
    background: #ffffff;
    background-clip: text;
    color: transparent;
    text-align: justify;
    justify-items: end;
    font-weight: 800;
    font-size: 14px;
}
.three img{
    align-items: center;
    height: 15vh;
    width: 100%;
}
.vision{
    height: auto;
    width: 100%;
    padding: 30px 30px;
    justify-items: center;
    background-color: #1573A7;
}
.mission{
    height: auto;
    width: 100%;
    padding: 30px 30px;
    justify-items: center;
    background-color: #488fb6;
}
    .objective{
    height: auto;
    width: 100%;
    padding: 30px 30px;
    justify-items: center;
    background-color: #72a9c7;
}
/* end of vmo */
/* ------------------------------------------------------------------------------------ */
/* project services */
.new{
    position: relative;
    height: fit-content;
    width: 100%;
    margin-top: 1rem;
}
#boxcard{
    align-items: center;
    display: inline;
    height: max-content;
    width: fit-content;
    justify-content: center;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    z-index: 9;
}
#cards{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 15px 15px;
    width:fit-content;
    justify-content: center;
    z-index: 10;
    border-radius: 12px;
}
.cardx h1{
    font-size: 32px;
    text-align: left;
    color: #000000;
    width: auto;
    padding: 20px 30px;
}
.card h2{
    font-size: 20px;
    text-align: left;
    color: #1573A7;
}
.card p{
    color:rgb(0, 0, 0);
    text-align: justify;
    font-weight: 400;
    font-size: 14px;
}
.card{
    background: rgb(255, 255, 255);
    height: 100%;
    width: 100%;
    cursor: pointer;
    border-radius: 1px solid black;
    border-radius: 10px;
    padding: 20px 20px;
}
.card:hover{
    background-color: #d7f1ff;
    color: white;
}
/* end of project services */
/* ------------------------------------------------------------------------------------ */
    /*companys logo hovers */
    .project{
        height: auto;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-top: 0rem;
    }
    .project>h1{
        font-size: 32px;
        padding: 30px 20px;
        color: #000000;
    }
    .flag{
        width: fit-content;
        height: 100%;
        display: flex;
    }
    .flag>img{
        padding: auto;
        height: 100%;
        width: 80px;
        margin-left: 0rem;
    }
    @keyframes slider{
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-100%);
        }
    }
    .logos{
        overflow: hidden;
        padding: 10px 0;
        background: white;
        white-space: nowrap;
    }
    .logos-slide{
        display: inline-block;
        animation: 30s slider infinite linear;
    }
    .logos:hover .logos-slide{
        animation-play-state: running;
    }
    .logos-slide img{
        height: 50px;
        width: 100px;
        margin: 0 10px;
    }
    /*end of companys logo hovers */
    /* ------------------------------------------------------------------------------------ */
    /* project location */
    .world{
        height: auto;
        width: 100%;
    }
    .world h1{
        font-size: 32px;
        padding: 20px 20px;
        color: #000000;
    }
    .worldmap {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        margin: 0 auto;
        padding: 1em;
        position: relative;
        }
    .worldmap>img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: none;
    }
    .worldmap>#phoneworld{
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }
    .pin{
        background: #ffffff;
        position: absolute;
        width: 0.5em;
        height: 0.5em;
        border-radius: 50%;
    }
    .pin::before{
        content: '';
        background: #1573A7;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        animation: pulse 1.3s ease-in-out infinite;
    }
    .pin span{
        display: none;
    }
    .singapore{
        top: 61.8%;
        left: 77.90%;
        display: none;
    }
    
    .Hongkong{
        top: 45%;
        left: 80.50%;
        display: none;
    }
    
    .Indonesia{
        top: 56%;
        left: 79.70%;
    }
    
    .Malaysia{
        top: 59%;
        left: 77.10%;
        display: none;
    }
    
    .China{
        top: 33%;
        left: 76.70%;
    }
    .Japan{
        top: 32%;
        left: 85%;
    }
    .Philippines{
        top: 53%;
        left: 84%;
        display: none;
    }
    .Vietnam{
        top: 55%;
        left: 78.50%;
        display: none;
    }
    .Dubai{
        top: 40.5%;
        left: 58.80%;
    }
    .SaudiArabia{
        top: 48%;
        left: 55.80%;
        display: none;
    }
    .Qatar{
        top: 45.5%;
        left: 58.2%;
        display: none;
    }
    .uk{
        top: 20.95%;
        left: 44.10%;
        
    }
    .USA{
        top: 28%;
        left: 15.50%;
       
    }
    .Canada{
        top: 17%;
        left: 15.50%;
    }
    .Australia{
        top: 72%;
        left: 84.50%;
    }
    /* india pin */
    .pin1{
        background: #ffffff;
        position: absolute;
        width: 0.4em;
        height: 0.4em;
        border-radius: 50%;
    }
    .pin1::before{
        content: '';
        background: #1573A7;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        animation: pulse 1.3s ease-in-out infinite;
    }
    .pin1 span{
        display: none;
        
    }
    
    .Bangalore {
        top: 54%;
        left: 68.50%;
        display: none;
    }
    .Mumbai{
        top: 41%;
        left: 68.50%;
    }
    .Noida{
        top: 42%;
        left: 67.50%;
        display: none;
    }
    .Manesar{
        top: 44%;
        left: 66.60%;
        display: none;
    }
    .Kolkata{
        top: 46.05%;
        left: 71.50%;
        display: none;
    }
    .Chennai{
        top: 52.50%;
        left: 69%;
        display: none;
    }
    .Hyderabad{
        top: 51%;
        left: 68.50%;
        display: none;
    }
    /* india end */
    @keyframes pulse{
        100%{
            opacity: 0;
            transform: translate(-50%,-50%)
            scale(2.5);
        }
    }
    .mobileloco{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobileloco ul{
       vertical-align: top;
    }
    .mobileloco span{
        font-size: 14px;
        padding: 0px 15px;
        line-height: 8px;
        color: black;
    }
    .toploc{
        padding: 20px 0px;
        width: auto;

    }
/* ------------------------------------------------------------------------------------ */
/* projects Delivered */
.delh{
    width: 100%;
    height: auto;
    position: relative;
    display: none;
}
/* swiper for mobile */
.wip{
    height: 90%;
    width: 100%;
display: block;
}
.wip>h1{
    font-size: 32px;
    padding: 30px 20px;
    color: #000000;
}
.swiper-slide>h1{
    padding: 30px 0px;
    color: #ffffff;
}
.swiper {
    width: 90%;
    height: 80%;
    align-items: center;
    border-radius: 10px;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-slide{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: url("/image/newbuliding34.svg")center no-repeat;
    background-size: cover;
    position: relative;
 }   
 .swiper-slide:nth-child(2){
    background: url("/image/newbuliding34.svg")center no-repeat;
    background-size: cover;
 }
 .swiper-slide:nth-child(3){
    background: url("/image/newbuliding34.svg")center no-repeat;
    background-size: cover;
 }
 .swiper-slide:nth-child(4){
    background: url("/image/newbuliding34.svg")center no-repeat;
    background-size: cover;
 }
/* end of swiper for mobile */
/* end of projects Delivered */
/* ------------------------------------------------------------------------------------ */
/* projects underconstruction */
.pro{
    width: 100%;
    height: auto;
   position: relative;
} 
.pro>h1{
    font-size: 30px;
    padding: 30px 20px;
    color: #000000;
}
 .holder {
    width: 100%;
    background: #EFEFEF;
    display: flex;
    align-items: center; 
    justify-content: center;
 }
.gal{
    display: flex;
    align-items: center;
    justify-content: center;
}
 .img-box{
    width: 50px;
    height: 400px;
    margin: 6px;
    border-radius: 16px;
    background: url("/image/UCEDGEDATA-p.png")center no-repeat;
    background-size: cover;
    position: relative;
    transition: width 0.5s;
 }   
 .img-box:nth-child(2){
    background: url("/image/UCEDGEDATA-p.png")center no-repeat;
    background-size: cover;
 }
 .img-box:nth-child(3){
    background: url("/image/UCEDGEDATA-p.png")center no-repeat;
    background-size: cover;
 }
 .img-box:nth-child(4){
    display: none;
 }

.img-box h3{
    font-size: 28px;
    color: #ffffff;
    position: absolute;
    bottom: 25px;
    left: 30px;
    opacity: 0;
    transition: bottom 0.5s opacity 0.5s;
}
.img-box:hover{
    width: 240px;
    
}
.img-box:hover h3{
    opacity: 1;
    bottom: 25px;
}
/* end of projects underconstruction */
/* ------------------------------------------------------------------------------------ */
/* partner */
#wrapper{
    text-align: justify;
    margin: bottom 2rem; 
    margin: 0em;
    height: auto;
    width: 100%;
}
#box3{
    margin-left: 0rem;
    padding: 20px 30px;
    line-height: 3ch;
    width: 100%;
    font-size: 14px;
}
#wrapper>h1{
    color: #000000;
    margin-bottom: 0px;
    font-size:31px ;
    padding: 20px 20px;
}
h5{
    color: rgb(37, 37, 180);
}
#grid>h5{
    font-size: 15px;
}
h4{
    columns: rgb(126, 62, 126);
}
#box3 h4{
    font-weight: 100px;
}
#part{
    background: linear-gradient(to right,
    #2B325F,
    #1573A7,
    #2B325F);
    color: transparent;
    background-clip: text;
    font-size: 16px;
}
/* partner end  */
/* ------------------------------------------------------------------------------------ */
/* footer section start  */
footer{
    width: 100%;
    height: fit-content;
    margin: auto;
    bottom: 0;
    /* background:rgb(79, 79, 168); */
    background-color: #308BC0;
    color:#fff;
    padding: 20px 0 20px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    font-size: 14px;
    justify-content: left;
    line-height: 14px;
}
.grid{
    margin: 20px 30px;
    display: flex;
   flex-wrap: wrap;
    gap: 12px;
    max-width: none;
    width: calc(100% - 180px);
    justify-content: left;
    text-align: left;
    z-index: 10;
}
.grid3{
    margin: auto;
    display: flex;
   flex-wrap: wrap;
    gap: 12px;
    max-width: 500vw;
    width: calc(100% - 50px);
    justify-content: center;
    text-align: left;
    z-index: 10;
}
.grid1{
    margin-top: 0rem;
    margin-left:  0rem;
    margin-right: 0rem;
    padding: 0px;
    /* background:rgb(79, 79, 168); */
    background-color: #308BC0;
    margin-right: 0rem;
    border-radius: 10px; 
    padding-left: 0;
    height: 50%;
    width: 200px;
}
#grid2{
    margin-top: 0rem;
    margin-left:  0rem;
    margin-right: 0rem;
    flex-basis: 0%;
    padding: 0px;
    margin-right: 0;
    border-radius: 0px; 
    padding: 0rem;
    margin-top: 0rem; 
    /* background:rgb(79, 79, 168); */
    background-color: #308BC0;
    height: 40%;
    width: 200px;
    align-items: center;
}
#grid2>h4{
    width: 275px;
    height: auto;
    font-size: 14px;
}
#grid2 h5{
    color: white;
}
#grid3{
    display: flex;
    display: contents;
    margin-top: 0rem;
    margin-left:  2rem;
    margin-right: 10rem;
    display: inline;
    flex-basis: 25%;
    padding: 10px;
    margin-right: auto;
    border-radius:  10px; 
    padding: 2rem;
    height: fit-content;
    grid-column: span;
    margin-top: 2rem;   
}
.grid4{
    width:fit-content;
    margin-top: 0rem;
    margin-left: 0rem;
    margin-left:  0rem;
    margin-right: 0rem;
    /* background:linear-gradient(rgb(68, 68, 148),rgb(67, 67, 158)) ; */
    background-color: #257CAA;
    flex-basis: 25%;
    padding: 0px 0px 0px;
    border-radius:  10px; 
    padding: 18px;
    margin-bottom: 1rem;
}
ul{
    color: white;
    font-size: medium;
    line-height: 2ch;
}
.grid5{
    width: fit-content;
    margin-top: 0rem;
    margin-left: 0rem;
    margin-left:  0rem;
    margin-right: 0rem;
    /* background:linear-gradient(rgb(68, 68, 148),rgb(67, 67, 158)) ; */
    background-color: #257CAA;
    flex-basis: 25%;
    padding: 0px 0px 0px;
    border-radius:  10px; 
    padding: 18px;
}
#grid6{
    display: flex;
    display: contents;
    margin-top: 0rem;
    margin-left:  2rem;
    margin-right: 10rem;
    display: inline;
    flex-basis: 25%;
    padding: 10px;
    margin-right: auto;
    border-radius:  10px; 
    padding: 2rem;
    height: fit-content;
    grid-column: span;
    margin-top: 2rem;   
}  
.grid{
    width: 270px;
}
.grid1 p{
    width: 270px;
}
.grid4 p{
    width: 274px;
}
.grid5 p{
    width: 274px;
}
button{
    padding: 5px 5px;
}
button:hover{
    color:rgb(3, 184, 255);
}
form{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom:1px solid #ccc ;
    margin: bottom 50px;
}
form .fa{
    font-size: 20px;
    margin: right 5px; 
    color: #EFEFEF;
}

.Loc{
    width: auto;
    background:rgb(79, 79, 168);
    color: #ccc;
    border: 0;
    outline: none;
    border-bottom: 1px solid #ccc;
    margin: bottom 50px;
    margin-left: 5px;
   
}
input{
    width: auto;
    background:rgb(79, 79, 168);
    color: #ccc;
    border: 0;
    outline: none;
    border-bottom: 1px solid #ccc;
    margin: bottom 50px;
    align-items:center;
    margin-left: 5px;
}
::-webkit-input-placeholder {
        color:white;
        transition:opacity .5s ease-in-out;
    }
    :focus::-webkit-input-placeholder{
        opacity: 0.5;
    }
#wrap{
    background-color: transparent;
    padding: 20px 20px 20px 20px;
}
email-id {
    width: 20rem;
    margin-bottom:1px solid #ffffff ;
    line-height: 2ch;
    font-size: 12px;
}
ul li{
    list-style: none;
    margin-bottom: 12px;
    font-size: medium;
    margin-right: 10px;
    margin-top: 10px;
}
#office1{
    width: fit-content;
    margin-bottom:1px solid #ccc ;
    margin: 50px 0
}
.link1{
    width: fit-content;
    margin-bottom:1px solid #ccc ;
    margin: 50px 0
}
.person{
    width: fit-content;
    margin-bottom:1px solid #ccc ;
}
#link>a:hover{
    color: purple;
}
.email-id a{
    color:white;
    font-size: 17px;
}
hr{
    width: 90%;
    border: 0;
    border-bottom: 1px solid;
    margin: 20px auto;
}
.copyright{
    text-align: center;
    font-size: medium;
}
.underline{
    width: 20px;
    height: 5px;
    background: #7676;
    border-radius: 3px;
    position: relative;
    top: 1px;
    left: 0px;
    overflow: hidden;
}
.underline span{
    width: 15px;
    height: 5px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moving 2s linear infinite ;
}
.underline1{
    width: 20px;
    height: 5px;
    background: #7676;
    border-radius: 3px;
    position: relative;
    top: 1px;
    left: 0px;
    overflow: hidden;
}
.underline1>span{
    width: 15px;
    height: 5px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moving 2s linear infinite ;
}
@keyframes moving{
    0%{
        left: -20%;
    }
    100%{
        right: 100dvh;
    }
}
@media (max-width:700px) {
    footer{
        bottom: unset;
    } 
}
form .fas{
    font-size: medium;
    margin-right: 10px;
}
form .fa{
    font-size: medium;
    margin-right: 10px;
}
ul .fas{
    margin: right 10px; 
}
button.button1{
    padding: 5px 5px;
    width: 20%;
    background-color: transparent;
    color: #ccc;
    border: 0;
    outline: none;
    font-size: medium;
}
}
/* end of  */
/* ------------------------------------------------------------------------------------ */
 /* media for small screen 400px*/
 @media screen and (max-width: 400px) {
    .sidebar{
        width: 75%;
        font-size: 14px;
    }
    body{
        height: 100vh;
        font-family: Sentient-Regular;
        }
        /* hero section */
    #hero{
        height: 90%;
        width: 100%;
        position: relative;
    }
    #main h1{
        color: rgb(0, 0, 0);
        text-align: left;
        font-size: 4vh;
        font-weight: 100;
        line-height: 5vh;
        padding: 230px 10px;
    }  
    .bottompage span{
        background: linear-gradient(to right,
        #2B325F,
        #1573A7,
        #2B325F);
        color: transparent;
        background-clip: text;
        font-size: 4vh;
        line-height: 5vh;
    }
    #main>video{
        height: 50vh;
        width: 100%;
        object-fit: cover; 
    }
    .bottompage{
        position: absolute;
        top: 4%;
    }
    /* end of hero section */
/* ------------------------------------------------------------------------------------ */
/* about section */
.about{
    position: relative;
    width: 100%;
    height:auto;
    background: none;
    background-size:none;
    background-position: none;
}
.about h1{
    font-size: 26px;
    justify-content: center;
    display: inline;
    padding: 20px 30px;
    color: #000000;
}
.about #desk{
    display: none;
}
.about #phone{
    background-size: contain;
    width: 100%;
    height: auto;
    display: block;
}
#para p{
    color: rgb(0, 0, 0);
    width: 40%;
    line-height: 18px;
    margin-top: 1rem;
    font-size: 14px;
    width: fit-content;
    padding: 0px 20px;
    background-color: transparent;
}
#para{
    text-align: justify;
    justify-content: center;
    display: contents;
}
/* new vmo */
.three{
    height: auto;
    width: fit-content;
    justify-content: center;
    display: inline-block;
    position: relative;
    background-color: #4F4FA8;
    border-radius: 12px;
}
.three h1{
    text-align: center;
    background: #ffffff;
    background-clip: text;
    color: transparent;
    padding: 20px 20px;
    font-size: 26px;
}
.three p{
    background: #ffffff;
    background-clip: text;
    color: transparent;
    text-align: justify;
    justify-items: end;
    font-weight: 800;
    font-size: 14px;
}
.three img{
    align-items: center;
    height: 10vh;
    width: 100%;
}
.vision{
    height: auto;
    width: 100%;
    padding: 30px 30px;
    justify-items: center;
    background-color: #1573A7;
}
.mission{
    height: auto;
    width: 100%;
    padding: 30px 30px;
    justify-items: center;
    background-color: #488fb6;
}
    .objective{
    height: auto;
    width: 100%;
    padding: 30px 30px;
    justify-items: center;
    background-color: #72a9c7;
}
/* end of vmo */
/* ------------------------------------------------------------------------------------ */
/* management */
    #wrapper2{
    position: relative;
    width: 100%;
    height: auto;
    background:none;
    background-position: none;
    background-size: none;
    display: list-item;
    }
    #wrapper2 #manage{
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    height:100%;
    width: 100%;
    }
    #box1>h1{
    font-size:26px;
    padding: 20px 10px;
    color: #000000;
    }
    #para2>h2{
    background:rgb(130, 29, 197);
    background-clip: text;
    color: transparent;
    }
    #box1{
        width: 100%;
        margin: 0px 0px;
        background: transparent;
        padding: 0px 0px;
    }
    div>#para1{
    text-align: justify;
    margin-top: 0rem;
    width:100% ;
    color: black;
    line-height: 2.5ch;  
    font-size: 14px;
    background: transparent;
    }
  /* end of management */
/* ------------------------------------------------------------------------------------ */
/* project services */
.new{
    position: relative;
    height: fit-content;
    width: 100%;
    margin-top: 1rem;
}
#boxcard{
    align-items: center;
    display: inline;
    height: max-content;
    width: fit-content;
    justify-content: center;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
    z-index: 9;
}
#cards{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 15px 15px;
    width:fit-content;
    justify-content: center;
    z-index: 10;
    border-radius: 12px;
}
.cardx h1{
    font-size: 26px;
    text-align: left;
    color: #000000;
    width: auto;
    padding: 20px 30px;
}
.card h2{
    font-size: 18px;
    text-align: left;
    color: #1573A7;
}
.card p{
    color:rgb(0, 0, 0);
    text-align: justify;
    font-weight: 400;
    font-size: 14px;
}
.card{
    background: rgb(255, 255, 255);
    height: 100%;
    width: 100%;
    cursor: pointer;
    border-radius: 1px solid black;
    border-radius: 10px;
    padding: 20px 20px;
}
.card:hover{
    background-color: #d7f1ff;
    color: white;
}
/* end of project services */
/* ------------------------------------------------------------------------------------ */
    /*companys logo hovers */
    .project{
        height: auto;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-top: 0px;
    }
    .project>h1{
        font-size: 26px;
        padding: 20px 30px;
        padding-top: 50px;
        color: #000000;
    }
    .flag{
        width: fit-content;
        height: 100%;
        display: flex;
    }
    .flag>img{
        padding: 0px 10px;
        height: 100%;
        width: 70px;
        margin-left: 0rem;
    }
    .logos{
        overflow: hidden;
        padding: 10px 0;
        background: white;
        white-space: nowrap;
    }
    .logos-slide{
        display: inline-block;
        animation: slider 30s linear infinite;
    }
    .logos:hover .logos-slide{
        animation-play-state: running;
    }
    .logos-slide img{
        height: 50px;
        width: 100px;
        margin: 0 10px;
    }
     @keyframes slider{
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(calc(-100% - 20px));
        }
    }
    /*end of companys logo hovers */
    /* ------------------------------------------------------------------------------------ */
    /* project location */
    .world{
        height: auto;
    }
    .world h1{
        font-size: 26px;
        padding: 20px 30px;
       color: #000000;
    }
    .worldmap {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        margin: 0 auto;
        padding: 1em;
        position: relative;
        }
    .worldmap>img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: none;
    }
    .worldmap>#phoneworld{
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }
    .pin{
        background: #ffffff;
        position: absolute;
        width: 0.5em;
        height: 0.5em;
        border-radius: 50%;
    }
    .pin::before{
        content: '';
        background: #1573A7;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        animation: pulse 1.3s ease-in-out infinite;
    }
    .singapore{
        top: 61.8%;
        left: 77.90%;
        display: none;
    }
    .Hongkong{
        top: 45%;
        left: 80.50%;
        display: none;
    }
    .Indonesia{
        top: 56%;
        left: 79.70%;
    }
    .Malaysia{
        top: 59%;
        left: 77.10%;
        display: none;
    }
    .China{
        top: 33%;
        left: 76.70%;
    }
    .Japan{
        top: 32%;
        left: 85%;
    }
    .Philippines{
        top: 53%;
        left: 84%;
        display: none;
    }
    .Vietnam{
        top: 55%;
        left: 78.50%;
        display: none;
    }
    .Dubai{
        top: 40.5%;
        left: 58.80%;
    }
    .SaudiArabia{
        top: 48%;
        left: 55.80%;
        display: none;
    }
    .Qatar{
        top: 45.5%;
        left: 58.2%;
        display: none;
    }
    .uk{
        top: 20.95%;
        left: 44.10%;
    }
    .USA{
        top: 28%;
        left: 15.50%;
    }
    .Canada{
        top: 17%;
        left: 15.50%;
    }
    .Australia{
        top: 72%;
        left: 84.50%;
    }
    /* india pin */
    .pin1{
        background: #ffffff;
        position: absolute;
        width: 0.4em;
        height: 0.4em;
        border-radius: 50%;
    }
    .pin1::before{
        content: '';
        background: #1573A7;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        animation: pulse 1.3s ease-in-out infinite;
    }
    .pin1 span{
        display: none;
    }
    .Bangalore {
        top: 54%;
        left: 68.50%;
        display: none;
    }
    .Mumbai{
        top: 41%;
        left: 68.50%;
    }
    .Noida{
        top: 42%;
        left: 67.50%;
        display: none;
    }
    .Manesar{
        top: 44%;
        left: 66.60%;
        display: none;
    }
    .Kolkata{
        top: 46.05%;
        left: 71.50%;
        display: none;
    }
    .Chennai{
        top: 52.50%;
        left: 69%;
        display: none;
    }
    .Hyderabad{
        top: 51%;
        left: 68.50%;
        display: none;
    }
    /* india end */
    @keyframes pulse{
        100%{
            opacity: 0;
            transform: translate(-50%,-50%)
            scale(2.5);
        }
    }
    .mobileloco{
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    .mobileloco ul{
       vertical-align: top;
    }
    .mobileloco span{
        font-size: 12px;
        padding: 0px 10px;
        
        line-height: 4px;
        color: black;
    }
    .toploc{
        padding:0px 8px;

    }
    /* end of project location */
/* ------------------------------------------------------------------------------------ */
    /* partner */
#wrapper{
    text-align: justify;
    margin: bottom 2rem; 
    margin: 0em;
    height: 100%;
    width: 100%;
}
#box3{
    margin-left: 0rem;
    padding: 20px 30px;
    line-height: 3ch;
    width: 100%;
    font-size: 14px;
}
#wrapper>h1{
    color: #000000;
    margin-bottom: 0px;
    font-size:26px ;
    padding: 20px 30px;
}
h5{
    color: rgb(37, 37, 180);
}
#grid2>h5{
    font-size: 12.38px;
}
#grid>h5{
    font-size: 15px;
}
h4{
    columns: rgb(126, 62, 126); 
}
#box3 h4{
    font-weight: 100px;
}
#part{
    background: linear-gradient(to right,
    #2B325F,
    #1573A7,
    #2B325F);
    color: transparent;
    background-clip: text;
    font-size: 14px;
}
/* ------------------------------------------------------------------------------------ */
/* projects Delivered */
    .delh{
        width: 100%;
        height: auto;
        position: relative;
        display: none;
    }
    /* swiper for mobile */
    .wip{
        height: 80dvh;
        width: 100%;
    display: block;
    }
    .wip>h1{
        font-size: 26px;
        padding: 20px 30px;
        color: #000000;
    }
    .swiper-slide>h1{
        padding: 30px 0px;
        background: #ffffff;
        background-clip: text;
        color: transparent;
    }
    .swiper {
        width: 90%;
        height: 70%;
        align-items: center;
        border-radius: 10px;
      }
      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .swiper-slide{
        width: 100%;
        height: 100%;
        border-radius: 10px;
        background: url("/image/benga.jpg")center no-repeat;
        background-size: cover;
        position: relative;
     }   
     .swiper-slide:nth-child(2){
        background: url("/image/slide.jpg")center no-repeat;
        background-size: cover;
     }
     .swiper-slide:nth-child(3){
        background: url("/image/slide1.jpg")center no-repeat;
        background-size: cover;
     }
     .swiper-slide:nth-child(4){
        background: url("/image/benga.jpg")center no-repeat;
        background-size: cover;
     }
    /* swiper for mobile */
    /* end of projects Delivered */
    /* ------------------------------------------------------------------------------------ */
/* projects underconstruction */
.pro{
    width: 100%;
    height: auto;
   position: relative;
} 
.pro>h1{
    font-size: 26px;
    padding: 20px 30px;
    color: #000000; 
}
 .holder {
    width: 100%;
    background: #EFEFEF;
    display: flex;
    align-items: center; 
    justify-content: center;
 }
.gal{
    display: flex;
    align-items: center;
    justify-content: center;
}
 .img-box{
    width: 40px;
    height: 400px;
    margin: 4px;
    border-radius: 16px;
    background: url("/image/UCEDGEDATA-p.png")center no-repeat;
    background-size: cover;
    position: relative;
    transition: width 0.5s;
 }   
 .img-box:nth-child(2){
    background: url("/image/UCEDGEDATA-p.png")center no-repeat;
    background-size: cover;
 }
 .img-box:nth-child(3){
    background: url("/image/UCEDGEDATA-p.png")center no-repeat;
    background-size: cover;
 }
 .img-box:nth-child(4){
    display: none;
 }
.img-box h3{
    font-size: 28px;
    color: #000000;
    position: absolute;
    bottom: 25px;
    left: 30px;
    opacity: 0;
    transition: bottom 0.5s opacity 0.5s;
}
.img-box:hover{
    width: 240px;
    
}
.img-box:hover h3{
    opacity: 1;
    bottom: 25px;
}
/* end of projects underconstruction */
/* ------------------------------------------------------------------------------------ */
/* footer section start  */
footer{
    width: 100%;
    height: fit-content;
    margin: auto;
    bottom: 0;
    /* background:rgb(79, 79, 168); */
    background-color: #308BC0;
    color:#fff;
    padding: 20px 0 20px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    font-size: 14px;
    justify-content: left;
    line-height: 14px;
}
.grid{
    margin: 20px 30px;
    display: flex;
   flex-wrap: wrap;
    gap: 12px;
    max-width: none;
    width: calc(100% - 180px);
    justify-content: left;
    text-align: left;
    z-index: 10;
}
.grid3{
    margin: auto;
    display: flex;
   flex-wrap: wrap;
    gap: 12px;
    max-width: 500vw;
    width: calc(100% - 50px);
    justify-content: center;
    text-align: left;
    z-index: 10;
}
.grid1{
    margin-top: 0rem;
    margin-left:  0rem;
    margin-right: 0rem;
    padding: 0px;
    /* background:rgb(79, 79, 168); */
    background-color: #308BC0;
    margin-right: 0rem;
    border-radius: 10px; 
    padding-left: 0;
    height: 50%;
    width: 200px;
}

#grid2{
    margin-top: 0rem;
    margin-left:  0rem;
    margin-right: 0rem;
    flex-basis: 0%;
    padding: 0px;
    margin-right: 0;
    border-radius: 0px; 
    padding: 0rem;
    margin-top: 1rem; 
    /* background:rgb(79, 79, 168); */
    background-color: #308BC0;
    height: 40%;
    width: 80%;
    align-items: center;
}
#grid2>h4{
    width: 275px;
    height: auto;
    font-size: 14px;
}
#grid2 h5{
    color: white;
}
#grid3{
    display: flex;
    display: contents;
    margin-top: 0rem;
    margin-left:  2rem;
    margin-right: 10rem;
    display: inline;
    flex-basis: 25%;
    padding: 10px;
    margin-right: auto;
    border-radius:  10px; 
    padding: 2rem;
    height: fit-content;
    grid-column: span;
    margin-top: 2rem;   
}
.grid4{
    width: auto;
    margin-top: 0rem;
    margin-left: 0rem;
    margin-left:  0rem;
    margin-right: 0rem;
    /* background:linear-gradient(rgb(68, 68, 148),rgb(67, 67, 158)) ; */
    background-color: #257CAA;
    flex-basis: 25%;
    padding: 0px 0px 0px;
    border-radius:  10px; 
    padding: 18px;
    margin-bottom: 1rem;
}
ul{
    color: white;
    font-size: medium;
    line-height: 2ch;
}
.grid5{
    width: auto;
    margin-top: 0rem;
    margin-left: 0rem;
    margin-left:  0rem;
    margin-right: 0rem;
    /* background:linear-gradient(rgb(68, 68, 148),rgb(67, 67, 158)) ; */
    background-color: #257CAA;
    flex-basis: 25%;
    padding: 0px 0px 0px;
    border-radius:  10px; 
    padding: 18px;
}
#grid6{
    display: flex;
    display: contents;
    margin-top: 0rem;
    margin-left:  2rem;
    margin-right: 10rem;
    display: inline;
    flex-basis: 25%;
    padding: 10px;
    margin-right: auto;
    border-radius:  10px; 
    padding: 2rem;
    height: fit-content;
    grid-column: span;
    margin-top: 2rem;   
}  
.grid{
    width: 270px;
}
.grid1 ul{
    width: 290px;
}
.grid1 p{
    font-size: 14px;
}

.grid4 p{
    width: 274px;
}
.grid5 p{
    width: 274px;
}
button{
    padding: 5px 5px;
}
button:hover{
    color:rgb(3, 184, 255);
}
form{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom:1px solid #ccc ;
    margin: bottom 50px;
}
form .fa{
    font-size: 20px;
    margin: right 5px; 
    color: #EFEFEF;
}
.Loc{
    width: auto;
    background:rgb(79, 79, 168);
    color: #ccc;
    border: 0;
    outline: none;
      border-bottom: 1px solid #ccc;
    margin: bottom 50px;
    margin-left: 5px;
}
input{
    width: auto;
    background:rgb(79, 79, 168);
    color: #ccc;
    border: 0;
    outline: none;
    border-bottom: 1px solid #ccc;
    margin: bottom 50px;
    align-items:center;
    margin-left: 5px;
}
::-webkit-input-placeholder {
        color:none;
        transition:none;
        font-size: 15px;
    }
    :focus::-webkit-input-placeholder{
        opacity: none;
    }
#wrap{
    background-color: transparent;
    padding: 20px 20px 20px 20px;
}
email-id {
    width: 20rem;
    margin-bottom:1px solid #ffffff ;
    line-height: 2ch;
    font-size: 12px;
}
ul li{
    list-style: none;
    margin-bottom: 12px;
    font-size: medium;
    margin-right: 10px;
    margin-top: 10px;
}
#office1{
    width: fit-content;
    margin-bottom:1px solid #ccc ;
    margin: 50px 0
}
.link1{
    width: fit-content;
    margin-bottom:1px solid #ccc ;
    margin: 50px 0
}
.person{
    width: fit-content;
    margin-bottom:1px solid #ccc ;
}
#link>a:hover{
    color: purple;
}
.email-id a{
    color:white;
    font-size: 17px;
}
hr{
    width: 90%;
    border: 0;
    border-bottom: 1px solid;
    margin: 20px auto;
}
.copyright{
    text-align: center;
    font-size: medium;
}
.underline{
    width: 20px;
    height: 5px;
    background: #7676;
    border-radius: 3px;
    position: relative;
    top: 1px;
    left: 0px;
    overflow: hidden;
}
.underline span{
    width: 15px;
    height: 5px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moving 2s linear infinite ;
}
.underline1{
    width: 20px;
    height: 5px;
    background: #7676;
    border-radius: 3px;
    position: relative;
    top: 1px;
    left: 0px;
    overflow: hidden;
}
.underline1>span{
    width: 15px;
    height: 5px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moving 2s linear infinite ;
}
@keyframes moving{
    0%{
        left: -20%;
    }
    100%{
        right: 100dvh;
    }
}
@media (max-width:700px) {
    footer{
        bottom: unset;
    } 
}
form .fas{
    font-size: medium;
    margin-right: 10px;
}
form .fa{
    font-size: medium;
    margin-right: 10px;
}
ul .fas{
    margin: right 10px; 
}
button.button1{
    padding: 5px 5px;
    width: 20%;
    background-color: transparent;
    color: #ccc;
    border: 0;
    outline: none;
    font-size: medium;
}
/* footer end */
}
/* ------------------------------------------------------------------------------------ */