*{
margin: 0;
}

#header{
    width: 100%;
    display: flex;
    background-color: rgba(255, 255, 255, 0.116);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: background-color .3s ease, box-shadow .3s ease;
}

#header.scrolled{
    background-color: rgba(9, 82, 118, 0.88);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 4px 20px rgba(0,0,0,.25);
}

.portfolio-page-body #header{
    background-color: rgba(9, 82, 118, 0.88);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 4px 20px rgba(0,0,0,.25);
}
.logo{
    margin-top: 22px;
    margin-left: 70px;

}

.menuparent{
    display: flex;
    width: 100%;

}

.menuitems{
    display: flex;
    list-style-type: none;
    gap: 50px;
    font-weight: 500;
    padding-top: 40px;
    padding-left: 35%;
    position: relative;
    color: white;
    font-size: 20px;

}
nav{
    position: relative;
}

#sec1{
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* z-index: -1; */
    height: 87vh;
    padding-top: 110px;
    height: 580px;
    background-color: #0c1f1c;
    }


.bgvideo{
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -2;
}

video {
    overflow: clip;
    max-width: 100%;
}

.bgvideo video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none;
}
.text{
    color: white;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;


}
.text1{
    /* margin-top: 50px; */
    color: #148bc7;
    font-family: Arial, Helvetica, sans-serif;



}
.text-1{
    width: 50%;
    margin-left: 25%;
    font-size: 45px;
    color: white;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;


}
.para1{
    width: 55%;
    color: white;
    font-size: 19px;
    margin-left: 22%;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.btn{
    gap: 30px;
    display: flex;
    text-align: center;
    margin-left: 36%;
    margin-top: 30px;
}

.button1 {
    background-color: #148bc7;
    color: white;
    padding: 15px 30px;
    border-radius: 30px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}
.button1:hover {
    background-color: white !important;
    color: #148bc7 !important;
    cursor: pointer;
}

.button2 {
    background-color: white;
    color: black;
    padding: 15px 30px;
    border-radius: 30px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

.button2:hover {
    background-color: #148bc7 !important;
    color: white !important;
    cursor: pointer;
}
.sec2{
    display: flex;
    background-color: #0f74a7;
    justify-content: center;
    height: 95px;
    overflow: hidden;
}
.banner-track{
    display: flex;
    width: max-content;
    align-items: center;
    animation: marquee 22s linear infinite;
}
.sec2:hover .banner-track{
    animation-play-state: paused;
}
.banner{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 60px;
    padding: 0 30px;
}

@keyframes marquee{
    from{ transform: translateX(0); }
    to{ transform: translateX(-50%); }
}

#sec3{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    background-color: #ffffff;

}

.boxes{
    width: 50%;
    display: flex;
}
.box1{
    margin-top: 15%;
    margin-left: 15px;
    position: relative;
}
.box1 img{
    border-radius: 20px;
}

.box2{
    background-color: #1590ce;
    height: 180px;
    width: 180px;
    border-radius: 100px;
    position: absolute;
    border: white solid 10px;
    margin-left: 12%;
    z-index: 1;
    margin-top: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.box2 h1{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 68px;
    line-height: 1;
    margin: 0;
}
.box3{
    margin-top: 30%;
    margin-left: 23%;
    position: absolute;
    margin-top: 26%;

}
.box2 h5{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: center;
    margin: 6px 0 0;
    line-height: 1.3;
}
.box3 img{
    border-radius: 20px;
}
.text2{
    width: 50%;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 7.5%;
    margin-left: 7%;
    margin-right: 5px;

}
.text2 h4{
    font-size: 15px;
    font-weight: 80px;
    color: rgba(0, 0, 0, 0.815);
}
.text2 h2{
    font-size: 40px;
    color: #0f74a7;
    margin-top: 30px;
}
.text2 p{
    color: rgba(0, 0, 0, 0.678);
    margin-top: 10% ;
    margin-right: 10px;
    line-height: 32px;
}
#sec4{
    background-color: #f0faff;
    height: auto;
    padding-bottom: 60px;

}
.text3{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 9%;
    text-align: center;
}
.text3 h4{
     font-size: 17px;
    font-weight: 80px;
    color: rgba(0, 0, 0, 0.836);
    padding-top: 5%;

}
.text3 h2{
     font-size: 40px;
    color: #0f73a5;
    margin-top: 25px;
}
.text3 p{
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.705);

}
.boxes2{
    display: flex;
    justify-content: space-between;
    margin-left: 2%;
    margin-right: 2%;
}
.square{
    background-color: #0f73a54b;
    min-height: 295px;
    height: auto;
    padding-bottom: 25px;
    width: 310px;
    border-radius: 10px;
    margin-top: 5%;
}
.square img{
    margin-top: 15%;
    margin-left: 11%;
    border: #f0faff solid 7px;
    border-radius: 40px;
    background-color: #f0faff;
}
.square h3{
    color: rgba(0, 0, 0, 0.836);
    font-size: 23px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 25px;
    margin-top: 15px;
}
.square h3:hover{
    color: #14658d;
}
.square p{
    color: rgba(0, 0, 0, 0.623);
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 25px;
    margin-right: 5px;
    margin-top: 10px;
    line-height: 22px;

}


/* video section start  */

.videosec-1{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5%;
}

.sectext1 h2{
     font-size: 40px;
    color: #0f73a5;
    margin-top: 25px;
    text-align: center;
    margin-left: 12%;
    margin-right: 12%;

}
.sectext1 p{
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.705);
    text-align: center;

}

.gifboxes{
    display: flex;
    justify-content: space-between;
    margin-left: 12%;
    margin-right: 12%;
}
.gifbox1{
    margin-top: 7%;
}
.gifbox1 h3{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.925);
    margin-top: 20px;
    text-align: center;
}
.gifbox1 p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.705);
    margin-top: 20px;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 22px;
}

/* videosec-1 closed  */

.videosec-2{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5%;
     background-color: #f0faff;
    height: 880px;

}

.sectext2 h2{
     font-size: 40px;
    color: #0f73a5;
    padding-top: 6%;
    text-align: center;
    margin-left: 12%;
    margin-right: 12%;
    font-family: Arial, Helvetica, sans-serif;


}

.tabs{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
    font-family: Arial, Helvetica, sans-serif;
   
}


.tab-btn{
    background: transparent;
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: all .35s ease;
    color: #000;
     z-index:9999;
}

.tab-btn:hover{
    background:#0f73a5;
    color:white;
    transform: translateY(-3px);
}

.tab-btn.active{
    background:#0f73a5;
    color:white;
    transform: translateY(-3px);
}

/* .tab-btn.active{
    background: #0f73a5;
    color: white;
} */

.tab-btn:hover{
    background: #0f73a5;
    color: white;
}


.twodvideos{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 70px;

}
.twod-1{
    width: 360px;
    max-width: 100%;
}
.twod-1 video{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}
.tab-content{
    display: none;
    padding-top: 25px;
}

.tab-content.active{
    display: block;
}


.sec5{
    width: 100%;
    height: auto;
    padding-bottom: 60px;

}
.text4{
     font-family: Arial, Helvetica, sans-serif;
    margin-top: 5%;
    text-align: center;
}
.text4 h4{
     font-size: 17px;
    font-weight: 80px;
    color: rgba(0, 0, 0, 0.836);

}
.text4 h2{
     font-size: 40px;
    color: #0f73a5;
    margin-top: 10px;
}
.mainprojects {
    display: flex;
    align-items: stretch;
    box-shadow: 0px 4px 6px -2px #101828b8, -2px 2px 15px -1px #101828b8;
    width: 87%;
    margin-left: 8%;
    border-radius: 20px;
    min-height: 320px;
    overflow: hidden;
}
.projectbox{
    justify-content: space-around;
    margin-top: 40px;
    margin-bottom: 80px;
}
.projectbox1{
    width: 45%;
    flex-shrink: 0;
}
.projectbox1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.projectbox2{
    width: 55%;
    background-color: #aad1dd33;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}
.projectbox2 h3{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: rgba(0, 0, 0, 0.795);
    margin-left: 0;
    margin-top: 0;
    line-height: 1.25;
}
.projectbox2 p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.568);
    margin-left: 0;
    margin-top: 20px;
    margin-right: 0;
    line-height: 22px;
}
.blueicons{
    display: flex;
    gap: 20px;
    margin-left: 0;
    margin-top: 25px;
}
.btn2{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.button3 {
    display: inline-block;
    background-color: #0f73a5;
    color: white;
    padding: 15px 20px;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    cursor: pointer;
}
#sec6{
    background-color: #f0faff;
    height: auto;
    padding-bottom: 60px;
    margin-top: 15px;

}
.text5 h4{
     font-size: 19px;
    font-weight: 80px;
    color: rgba(0, 0, 0, 0.836);
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 30px;
    padding-top: 7%;

}
.text5 h2{
     font-size: 43px;
    color: #0f73a5;
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 65%;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 10px;

}
.text5 p{
    font-family: Arial, Helvetica, sans-serif;
    /* width: 50%; */
    color: rgba(0, 0, 0, 0.541);
    margin-left: 57%;
    margin-right: 10px;
    margin-top: -90px;
    line-height: 22px;
    font-size: 18px;
}
.testimonials{
    display: flex;
    justify-content: space-between;
    margin-top: 7%;
    margin-left: 4%;
    margin-right: 4%;
}
.testimonials1{
    background-color: white;
    height: 285px;
    width: 395px;
    border-radius: 20px;
}
.testimonials1 img{
    margin-top: 9%;
    margin-left: 6%;
    border: dotted 3px #0f73a5 ;
    border-radius: 50px;
}
.testimonials1 h3{
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 120px;
    margin-top: -65px;
}
.testimonials1 h4{
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 120px;
    font-weight: lighter;
    color: rgba(0, 0, 0, 0.596);
    margin-top: 5px;
}
.testimonials1 p{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 30px;
    font-weight: lighter;
    color: rgba(0, 0, 0, 0.493);
    margin-left: 25px;
    margin-right: 25px;
    line-height: 20px;
    margin-top: 50px;
}
#sec7{
    font-family: Arial, Helvetica, sans-serif;
    height: auto;
    padding-bottom: 70px;

    
}

.text6 h2{
     font-size: 43px;
    color: #0f73a5;
    padding-top: 80px;
    text-align: center;

}
.text6 p{
    font-size: 16px;
    margin-left: 12%;
    margin-right: 12%;
    text-align: center;
    margin-top: 20px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.705);

}
.choose{
    display: flex;
    margin-top: 10%;
}
.choose2 img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.choose2{
    border: dashed 3px #0f73a5;
    height: 280px;
    width: 280px;
    flex-shrink: 0;
    border-radius: 50%;
    margin-top: -19px;
    animation: zoomInOut 3s ease-in-out infinite;
}
.choose1{
    margin-left: 8%;
    margin-right: 12%;
    margin-top: -40px;
}
.choose3{
    margin-right: 8%;
    margin-left: 12%;
    margin-top: -40px;


}
.choose1 h3{
    margin-left: 80px;
    margin-top: -42px;
}
.choose1 p{
    margin-top: 30px;
    color: rgba(0, 0, 0, 0.705);
    margin-bottom: 30px;
    line-height: 20px;


}
.choose3 h3{
    margin-left: 80px;
    margin-top: -42px;
}
.choose3 p{
    margin-top: 30px;
    color: rgba(0, 0, 0, 0.705);
    margin-bottom: 30px;
    line-height: 20px;
}
.sec8{
    background-color: #f0faff;
    height: auto;
    padding-bottom: 50px;
    margin-top: -20px;
    /* margin-bottom: 20px; */
}

.text7 h4{
     font-size: 17px;
     padding-top: 6%;
    font-weight: 60px;
    color: rgba(0, 0, 0, 0.836);
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 35px;

}
.text7 h2{
     font-size: 45px;
    color: #0f73a5;
    margin-top: 15px;
    margin-left: 30px;
    font-family: Arial, Helvetica, sans-serif;

}
.text7 p{
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 0.541);
    width: 43%;
    line-height: 21px;
    font-size: 15px;
     margin-top: 15px;
    margin-left: 32px;
}
.faq{
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    padding-bottom: 7%;
}
.faq1{
    width: 50%;
    margin-top: 5%;

}
.firstimg{
    margin-left: 12%;
    border-radius: 50%;
    padding: 6px;
    border: #0f73a5 solid 1px;
     animation: zoomInOut 3s ease-in-out infinite;

}
.secondimg{
    margin-left: 40%;
    margin-bottom: 6%;
    border-radius: 50%;
    padding: 6px;
    border: #0f73a5 solid 1px;
     animation: zoomInOut 3s ease-in-out infinite;

}
.thirdimg{
    margin-left: 6%;
    border-radius: 50%;
    padding: 6px;
    border: #0f73a5 solid 1px;
     animation: zoomInOut 3s ease-in-out infinite;

}
.forthimg{
    margin-left: 12%;
    border-radius: 50%;
    padding: 6px;
    border: #0f73a5 solid 1px;
     animation: zoomInOut 3s ease-in-out infinite;
}
@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.faq2{
    width:42.5%;
    background:#fff;
    border: #0f73a59f solid 1px;
    border-radius:25px;
    padding:20px;
    height: 450px;
    margin-top: 7.5%;
    margin-left: 2.5%;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    font-family: Arial, Helvetica, sans-serif;
}



.accordion-item{
    border-bottom:1px solid #ddd;
    padding:22px 0;
}

.accordion-item:last-child{
    border:none;
}

.accordion-btn{
    width:100%;
    background:none;
    border:none;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:21px;
    font-weight:550;
    cursor:pointer;
    color:#222;
    transition: color .3s ease;
}
.accordion-btn:hover{
    color:#0f73a5;
}
.accordion-content{
    display: none;
    margin-top:18px;
    color:#666;
    line-height:25px;
}

.accordion-item.active .accordion-content{
    display: block;
}
.active .accordion-btn{
    color:#0f73a5;
}

.accordion-btn span{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#5d5d5d;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:18px;
    flex-shrink:0;
}
.active .accordion-btn span{
    background:#4d6bff;
}
/* sec9  */






.sec9{
    width:100%;
    /* padding:80px 0; */
    background:#fff;
    /* margin-top: 20px; */
}

.counter-banner{
    width:100%;
    min-height:280px;
    background:#1a70f1e3;
    display:flex;
    justify-content:space-evenly;
    align-items:center;
    text-align:center;
    flex-wrap:wrap;
}

.counter-box h2{
    color:#fff;
    font-size:65px;
    font-weight:bold;
    margin-bottom:10px;
}

.counter-box span{
    display:block;
    width:60px;
    height:3px;
    background:#fff;
    margin:15px auto;
}

.counter-box p{
    color:#fff;
    font-size:22px;
}


/* sec10  */

#sec10{
    background-image: url(./images/bgimg2.png);
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    padding: 60px 0;
}

.contact-container{

    max-width:1200px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:60px;

}

.contact-left{

    width:40%;
}

.contact-left h4{

    font-size: 17px;
     padding-top: 6%;
    font-weight: 60px;
    color: rgba(0, 0, 0, 0.836);
    font-family: Arial, Helvetica, sans-serif;
    /* margin-left: 35px; */

}

.contact-left h2{

     font-size: 48px;
    color: #0f73a5;
    margin-top: 15px;
    /* margin-left: 30px; */
    font-family: Arial, Helvetica, sans-serif;


}

.contact-left p{

    font-family: Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 0.541);
    /* width: 43%; */
    line-height: 21px;
    font-size: 15px;
     margin-top: 15px;
    /* margin-left: 32px; */
}

/* Right Side */

.contact-right{

    width:45%;
    background:#fff;
    padding:45px;
    border-radius:20px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    margin-top: 7%;

}

.input-row{

    display:flex;
    gap:20px;
    margin-bottom:20px;

}

.input-row input{

    width:100%;

}

.contact-right input,
.contact-right textarea{

    width:95%;
    padding:18px;
    border:1px solid #ddd;
    border-radius:10px;
    outline:none;
    font-size:16px;
    transition:.3s;

}

.contact-right textarea{

    height:170px;
    resize:none;
    margin-bottom:25px;

}

.contact-right input:focus,
.contact-right textarea:focus{

    border-color:#0f73a5;
    box-shadow:0 0 10px rgba(15,115,165,.2);

}

.contact-right button{

    background:#0f73a5;
    color:#fff;
    border:none;
    padding:16px 40px;
    border-radius:50px;
    font-size:17px;
    cursor:pointer;
    transition:.3s;

}

/* Responsive */

@media(max-width:768px){

.contact-container{

    flex-direction:column;

}

.contact-left,
.contact-right{

    width:100%;

}

.input-row{

    flex-direction:column;

}

.contact-left h2{

    font-size:35px;
    line-height:45px;

}

}


.menuitems li{
    cursor: pointer;
    transition: .3s;
}

.menuitems li:hover{
    color: #16b5ff;
}

.has-dropdown{
    position: relative;
}

.dropdown-toggle{
    display: flex;
    align-items: center;
    gap: 6px;
}

.dropdown-toggle::after{
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-top: -4px;
    transition: transform .25s ease;
}

.has-dropdown.open .dropdown-toggle::after{
    transform: rotate(-135deg);
    margin-top: 4px;
}

.dropdown-menu{
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 210px;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0,0,0,.2);
    padding: 15px 0 10px;
    margin-top: 0;
    display: none;
    z-index: 1001;
}

.dropdown-menu li{
    padding: 0;
}

.dropdown-menu li a{
    display: block;
    padding: 12px 22px;
    color: #232425;
    font-size: 16px;
    white-space: nowrap;
    transition: .2s;
}

.dropdown-menu li a:hover{
    background: #f0faff;
    color: #0f73a5;
}

.has-dropdown:hover .dropdown-menu,
.has-dropdown.open .dropdown-menu{
    display: block;
}

.button1,
.button2,
.button3{
    transition: all .4s ease;
    cursor: pointer;
}

.button1:hover{
    background:#fff;
    color:#0f73a5;
    transform:translateY(-5px);
    box-shadow:0 10px 20px rgba(0,0,0,.2);
}

.button2:hover{
    background:#0f73a5;
    color:#fff;
    transform:translateY(-5px);
    box-shadow:0 10px 20px rgba(0,0,0,.2);
}

.button3:hover{
    background:#fff;
    color:#0f73a5;
    transform:translateY(-5px);
    box-shadow:0 10px 20px rgba(0,0,0,.2);
}

.square{
    transition:all .4s ease;
    cursor:pointer;
}

.square:hover{
    transform:translateY(-12px);
    background:#0f73a5;
    box-shadow:0 15px 35px rgba(0,0,0,.2);
}

.square:hover h3,
.square:hover p{
    color:#fff;
}

.square:hover img{
    transform:rotate(10deg) scale(1.1);
    transition:.4s;
}

.mainprojects{
    transition:.4s;
}

.mainprojects:hover{
    transform:scale(1.02);
}

.testimonials1{
    transition:.4s;
}

.testimonials1:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 30px rgba(0,0,0,.15);
}

.box1 img,
.box3 img,
.projectbox1 img{
    transition:.5s;
}

.box1 img:hover,
.box3 img:hover,
.projectbox1 img:hover{
    transform:scale(1.05);
}

.counter-box{
    transition:.4s;
    cursor:pointer;
}

.counter-box:hover{
    transform:translateY(-10px);
}

.counter-box:hover h2{
    transform:scale(1.1);
}

.counter-box h2{
    transition:.4s;
}

.contact-right button{
    transition:.4s;
}

.contact-right button:hover{
    background:#fff;
    color:#0f73a5;
    transform:translateY(-5px);
}

/* footer */

/*=========================
        FOOTER
==========================*/

.footer{

    background:#066899fd;
    padding:70px 8% 20px;
    color:#fff;

}

.footer-container{

    display:flex;
    justify-content:space-between;
    gap:50px;
    flex-wrap:wrap;

}

.footer-box{

    flex:1;
    min-width:230px;
    height:250px;

}

.footer-box p{

    color:#b7c5d3;
    line-height:28px;
    margin-top:20px;

}

.footer-box h3{

    margin-bottom:25px;
    font-size:24px;
    margin-top:30px;

}

.footer-box ul{

    list-style:none;
    margin-left:-33px;

}

.footer-box ul li{

    margin-bottom:15px;
    color:#b7c5d3;
    transition:.3s;
    cursor:pointer;

}

.footer-box ul li:hover{

    color:#19b5ff;
    padding-left:8px;

}

.footer-box a{

    text-decoration:none;
    color:#b7c5d3;
    transition:.3s;

}

.footer-box a:hover{

    color:#19b5ff;

}

/* Social Icons */

.social-icons{

    display:flex;
    gap:15px;
    margin-top:25px;

}

.social-icons a{

    width:45px;
    height:45px;
    border-radius:50%;
    background:#0f73a5;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:18px;
    transition:.3s;

}

.social-icons a:hover{

    background:#19b5ff;
    transform:translateY(-5px);

}

.footer hr{

    border:none;
    height:1px;
    background:#23455e;
    margin:50px 0 20px;

}

.footer-bottom{

    text-align:center;
    color:#b7c5d3;
    font-size:15px;

}

/* Responsive */

@media(max-width:768px){

.footer-container{

    flex-direction:column;

}

}

.back-to-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 45px;
    height: 45px;
    background: #2b93b6;
    color: white;
    text-decoration: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    z-index: 999;
    transition: background-color .3s ease, color .3s ease;
}

.back-to-top:hover {
    background: #fff;
    color: #2b93b6;
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
}

html {
    scroll-behavior: smooth;
}

a{
    text-decoration: none;
    color: white;
}

.button1:hover {
    background-color: white !important;
    color: #148bc7 !important;
    cursor: pointer;
}

.button2:hover {
    background-color: #148bc7 !important;
    color: white !important;
    cursor: pointer;
}

.button1:hover {
    background-color: white !important;
    color: #148bc7 !important;
    cursor: pointer;
}

















*{
    box-sizing: border-box;
}

img{
    max-width: 100%;
}

.nav-toggle{
    display: none !important;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    background: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
    z-index: 20;
}

.nav-toggle span{
    display: block;
    width: 28px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: .3s;
}

.nav-toggle.open span:nth-child(1){ transform: translateY(8px) rotate(45deg); }
.nav-toggle.open span:nth-child(2){ opacity: 0; }
.nav-toggle.open span:nth-child(3){ transform: translateY(-8px) rotate(-45deg); }

@media (max-width: 1024px){
    .logo{ margin-left: 30px; }
    .menuitems{ padding-left: 0; gap: 28px; justify-content: flex-end; padding-right: 30px; font-size: 16px; }
    .text-1{ width: 70%; margin-left: 15%; font-size: 36px; }
    .para1{ width: 75%; margin-left: 12.5%; font-size: 17px; }
    .btn{ margin-left: 0; justify-content: center; }
    .boxes{ width: 45%; }
    .box2{ width: 130px; height: 130px; }
    .box2 h1{ font-size: 46px; }
    .box2 h5{ font-size: 15px; }
    .text2{ width: 55%; }
    .boxes2{ flex-wrap: wrap; gap: 20px; margin-left: 5%; margin-right: 5%; justify-content: center; }
    .square{ width: 45%; }
    .gifboxes{ flex-wrap: wrap; margin-left: 6%; margin-right: 6%; justify-content: center; gap: 30px; }
    .gifbox1{ width: 40%; }
    .twodvideos{ margin-left: 5%; margin-right: 5%; flex-wrap: wrap; justify-content: center; gap: 20px; }
    .videosec-2{ height: auto; padding-bottom: 60px; }
    .mainprojects{ flex-direction: column; height: auto; width: 90%; margin-left: auto; margin-right: auto; }
    .projectbox1, .projectbox2{ width: 100%; }
    .projectbox1 img{ border-radius: 20px 20px 0 0; width: 100%; height: auto; }
    .projectbox2 h3{ margin-top: 30px; }
    .sec5{ height: auto; padding-bottom: 40px; }
    .testimonials{ flex-wrap: wrap; justify-content: center; gap: 20px; }
    .testimonials1{ width: 45%; }
    #sec6{ height: auto; padding-bottom: 40px; }
    #sec7{ height: auto; padding-bottom: 60px; }
    .choose{ flex-wrap: wrap; justify-content: center; gap: 30px; }
    .choose1, .choose3{ margin: 0; flex: 1 1 320px; max-width: 380px; }
    .choose1 h3, .choose3 h3{ margin-left: 0; margin-top: 20px; text-align: center; }
    .choose1 img, .choose3 img{ display: block; margin: 0 auto; }
    .choose2{ width: 220px; height: 220px; }
    .faq{ flex-direction: column; }
    .faq1, .faq2{ width: 100%; }
    .faq2{ margin-left: 0; height: auto; padding-bottom: 30px; }
    .sec8{ height: auto; padding-bottom: 40px; }
    .contact-left h2{ font-size: 38px; }
}

@media (max-width: 900px){
    .nav-toggle{ display: flex !important; width: 40px; height: 40px; padding: 8px; overflow: visible; margin: 22px 20px 0 auto; }
    .menuparent{ position: relative; }
    .menuitems{
        display: none;
        position: absolute;
        top: 55px;
        right: 0;
        background: #0f73a5;
        flex-direction: column;
        gap: 0;
        width: 220px;
        padding: 10px 0;
        border-radius: 10px;
        box-shadow: 0 10px 25px rgba(0,0,0,.25);
    }
    .menuitems.open{ display: flex; }
    .menuitems li{ padding: 12px 20px; width: 100%; }
    .has-dropdown{ width: 100%; }
    .dropdown-toggle{ justify-content: space-between; width: 100%; }
    .dropdown-menu{
        position: static;
        display: none;
        background: rgba(255,255,255,.1);
        box-shadow: none;
        border-radius: 8px;
        min-width: 0;
        width: 100%;
        margin: 8px 0 0;
        padding: 4px 0;
    }
    .has-dropdown.open .dropdown-menu{ display: block; }
    .dropdown-menu li a{ color: #fff; padding: 10px 20px 10px 34px; font-size: 15px; }
    .dropdown-menu li a:hover{ background: rgba(255,255,255,.15); color: #fff; }
}

@media (max-width: 768px){
    #sec1{ height: auto; min-height: 520px; padding: 100px 20px 40px; margin-top: 0; }
    .text-1{ width: 100%; margin-left: 0; font-size: 28px; }
    .para1{ width: 100%; margin-left: 0; font-size: 16px; }
    .btn{ flex-direction: column; align-items: center; gap: 15px; margin-left: 0; }
    .sec2{ height: auto; padding: 15px 0; }
    .banner{ gap: 30px; padding: 0 15px; }
    .banner img{ height: 40px; }
    #sec3{ flex-direction: column; padding: 40px 20px; }
    .boxes{ width: 100%; flex-direction: column; align-items: center; justify-content: center; gap: 20px; margin-bottom: 60px; }
    .box1, .box3{ margin: 0; position: relative; }
    .box1 img, .box3 img{ width: 220px; height: auto; }
    .box2{ position: relative; margin: 0 auto; width: 110px; height: 110px; border-width: 6px; }
    .box2 h1{ font-size: 34px; }
    .box2 h5{ font-size: 12px; }
    .text2{ width: 100%; margin-left: 0; margin-top: 20px; }
    #sec4{ height: auto; padding-bottom: 40px; }
    .boxes2{ flex-direction: column; align-items: center; }
    .square{ width: 90%; }
    .gifboxes{ flex-direction: column; align-items: center; }
    .gifbox1{ width: 90%; }
    .sectext1 h2, .sectext2 h2{ font-size: 26px; margin-left: 5%; margin-right: 5%; }
    .tabs{ flex-wrap: wrap; gap: 10px; row-gap: 12px; }
    .tab-btn{ padding: 10px 14px; font-size: 14px; }
    .twodvideos{ flex-direction: column; align-items: center; gap: 25px; margin-left: 8%; margin-right: 8%; margin-top: 40px; }
    .twod-1{ width: 100%; max-width: 320px; }
    .twod-1 video{ width: 100% !important; max-width: 320px; height: auto !important; display: block; border-radius: 14px; }
    .testimonials1{ width: 90%; }
    .text5 h2{ margin-right: 5%; font-size: 30px; }
    .text5 p{ margin-left: 5%; margin-top: 20px; }
    .choose1, .choose3{ width: 90%; }
    .choose1 h3, .choose3 h3{ text-align: center; margin-left: 0; margin-top: 20px; }
    .choose1 img, .choose3 img{ display: block; margin: 0 auto; }
    .choose1 p, .choose3 p{ text-align: center; }
    .choose2{ width: 180px; height: 180px; margin: 20px auto; }
    .text6 h2, .text7 h2, .text3 h2, .text4 h2{ font-size: 30px; }
    .text6 p, .text7 p, .text3 p{ width: 90%; margin: 15px auto 0; }
    .faq1{ display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
    .firstimg, .secondimg, .thirdimg, .forthimg{ margin: 0 !important; }
    .counter-banner{ padding: 40px 0; }
    .counter-box{ width: 45%; margin-bottom: 20px; }
    .counter-box h2{ font-size: 42px; }
    #sec10{ height: auto; padding: 40px 0; }
    .contact-container{ padding: 0 20px; }
    .contact-right{ padding: 25px; }
    .contact-right input, .contact-right textarea{ width: 100%; }
    .footer{ padding: 50px 6% 20px; }
    .footer-box{ height: auto; }
}

@media (max-width: 480px){
    .text-1{ font-size: 24px; }
    .counter-box{ width: 100%; }
    .choose1, .choose3, .square, .gifbox1, .testimonials1{ width: 100%; }
}

/* portfolio page (motioncue-style layout) */

.portfolio-page{
    position: relative;
    background: #fff;
    padding: 170px 20px 90px;
    overflow: hidden;
}

.portfolio-hero-glow{
    position: absolute;
    top: -160px;
    left: 50%;
    transform: translateX(-50%);
    width: 760px;
    height: 480px;
    background: radial-gradient(circle, rgba(15,115,165,.32) 0%, rgba(22,181,255,.16) 45%, rgba(255,255,255,0) 72%);
    z-index: 0;
    pointer-events: none;
}

.portfolio-title{
    position: relative;
    z-index: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 58px;
    letter-spacing: -1px;
    color: #16181d;
    text-align: center;
    margin: 0 auto;
    max-width: 900px;
}

.portfolio-title span{
    background: linear-gradient(90deg, #0f73a5, #16b5ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.portfolio-subtitle{
    position: relative;
    z-index: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.55);
    text-align: center;
    max-width: 620px;
    margin: 25px auto 0;
}

.portfolio-filters{
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 900px;
    margin: 50px auto 0;
}

.filter-btn{
    background: transparent;
    border: none;
    padding: 12px 22px;
    border-radius: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.55);
    cursor: pointer;
    transition: .25s ease;
    transform: none;
}

.filter-btn:hover{
    background: #f0faff;
    color: #0f73a5;
    transform: none;
}

.filter-btn.active{
    background: #eef1f6;
    color: #16181d;
    transform: none;
}

.portfolio-tabs-section{
    position: relative;
    z-index: 1;
    height: auto;
    margin-top: 0;
    padding-top: 40px;
}

.portfolio-grid{
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 50px auto 0;
}

.portfolio-card{
    width: 280px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #eef0f3;
    box-shadow: 0 6px 20px rgba(16,24,40,.06);
    transition: .4s;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.portfolio-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(16,24,40,.14);
}

.portfolio-card img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    transition: .5s;
}

.portfolio-card:hover img{
    transform: scale(1.05);
}

.portfolio-card h3{
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    margin: 18px 18px 0;
    line-height: 1.3;
}

.portfolio-card p{
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 20px;
    margin: 10px 18px 20px;
}

.portfolio-card[hidden]{
    display: none;
}

@media (max-width: 1024px){
    .portfolio-page{ padding: 150px 20px 70px; }
    .portfolio-title{ font-size: 42px; }
    .portfolio-subtitle{ font-size: 16px; max-width: 500px; }
    .portfolio-hero-glow{ width: 600px; height: 400px; top: -140px; }
    .portfolio-card{ width: 45%; }
}

@media (max-width: 768px){
    .portfolio-page{ padding: 130px 20px 60px; }
    .portfolio-title{ font-size: 30px; letter-spacing: 0; }
    .portfolio-subtitle{ font-size: 15px; }
    .portfolio-hero-glow{ width: 480px; height: 320px; top: -110px; }
    .portfolio-filters{ gap: 8px; margin-top: 35px; }
    .filter-btn{ padding: 10px 16px; font-size: 14px; }
    .portfolio-grid{ margin-top: 35px; gap: 20px; }
    .portfolio-card{ width: 100%; max-width: 340px; }
}

@media (max-width: 480px){
    .portfolio-title{ font-size: 26px; }
    .portfolio-hero-glow{ width: 340px; height: 240px; top: -90px; }
}
