.hfrontv video {
    width: 100%;
    height: auto;
}

.homeabt {
    margin: 3vw 3vw 3vw 3vw;
    display: flex;
    justify-content: center;

}

.habt-text {
    background: url('../../images/arthbg.png');
    background-repeat: no-repeat;
    background-size: 40vw;
    background-position-x: center;
    width: 50%;
    padding: 3vw 1vw 3vw 3vw;
}

    .habt-text h1 {
        font-size: 7vw;
        color: #284B70;
        font-family: "Nunito", sans-serif;
        font-weight:100;
    }

    .habt-text h4 {
        font-size: 2.7vw;
        margin-bottom: 1vw;
        font-family: "Hind", sans-serif;
        font-weight: 100;
    }

.habt-text h4 span {
    color: #e9870e;
}

    .habt-text p {
        font-size: 1.4vw;
        margin-bottom: 2vw;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        text-transform: capitalize;
    }

    .habt-text a {
        text-decoration: none;
        border: 1px solid;
        padding: 5px;
        border-radius: 14px;
        border-radius: 4px;
        color: #284B70;
        background: transparent;
        font-size: 1vw;
        font-family: "Nunito", sans-serif;
        font-weight: 400;
        text-transform:uppercase;
        letter-spacing:1px;
    }

.habt-text a:hover {
    color: #fff;
    background-color: #e9870e;
}

.habt-text h1 span {
    color: #e9870e;
}

.habt-images {
    width: 50%;
    padding: 3vw 1vw 3vw 3vw;
}

.img1 img {
    width: 20vw;
    height: 15vw;
    object-fit: cover;
}



@media(max-width:600px) {
    .homeabt {
        margin: 3vw 0vw 3vw 0vw;
    }

    .habt-text {
        text-align: justify;
        color: #fff;
        background: rgba(0, 0, 0, 0.7) url(../../images/frontview.jpg);
        background-size: cover;
        background-blend-mode: darken;
        width: 100%;
        padding: 3vw 4vw 3vw 4vw;
    }

    .habt-text h1 {
        font-size: 10vw;
        color: #fff;
    }

    .habt-text h4 {
        font-size: 5vw;
        margin-bottom: 1vw;
    }

    .habt-text p {
        font-size: 3vw;
        margin-bottom: 2vw;
    }

    .habt-text a {
        font-size: 2.1vw;
        color: #e9870e;
    }

    .habt-images {
        display: none;
    }

}

.home-sec2 {
    background: url('../../images/arthbg.png');
    background-repeat: no-repeat;
    background-size: 50vw;
    background-position-x: center;
    margin: 3vw 2vw 3vw 2vw;
    display: flex;
    justify-content: center;
    align-items:center;
    padding: 1vw;
   // border-radius: 10px;
    border: 1px solid #e9870e;
   // border-radius: 10px;
}

.left-sec2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40%;
    padding: 1vw;
}

.leftheading-sec2 {
    margin: 0vw 0vw 4vw 0vw;
}


    .leftheading-sec2 h1 {
        font-family: "Nunito", sans-serif;
        font-weight: 400;
        font-size: 3.5vw;
        color: #284B70;
    }

.leftheading-sec2 h1 span {
    color: #e9870e;
    font-size: 3.8vw;
}

.lpart-v {
    margin: 0vw 0vw 3vw 4vw;
    border-radius: 10px;
    padding: 1.2vw;
    box-shadow: 1px 1px 19px 3px #284b70;
    background-color: #ffffff;
    text-align: justify;
    width: 70%;
    height: 13vw;
    transition: 0.5s ease;
}



    .lpart-v h3 {
        text-transform: uppercase;
        font-size: 1.7vw;
        color: #fff;
        border-radius: 10px;
        padding: 0.4vw;
        margin: -3vw 5vw 0.7vw 5vw;
        text-align: center;
        background-color: #e9870e;
        font-family: "Hind", sans-serif;
        font-weight: 100;
    }

.lpart-v p {
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-transform:capitalize;
    color: #284b70;
    font-size: 1.4vw;
}



.right-sec2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 60%;
    padding: 1vw;
}

.rightheading-sec2 {
    margin: 0vw 0vw 3vw 0vw;
}

    .rightheading-sec2 h1 {
        font-family: "Nunito", sans-serif;
        font-weight: 400;
        font-size: 3.5vw;
        color: #284B70;
    }

.rightheading-sec2 h1 span {
    color: #e9870e;
    font-size: 3.8vw;
}

.rpart1 {
    display: flex;
    margin: 0vw 0vw 2vw 0vw;
    align-items: center;
    justify-content: space-around;
}

.rpart-t {
    border-radius: 10px;
    margin: 0vw 1.1vw 0vw 0vw;
    padding: 1vw;
    box-shadow: 1px 1px 19px 3px #284b70;
    background-color: #ffffff;
    text-align: justify;
    width: 44%;
    height: 15vw;
}

    .rpart-t h3 {
        font-size: 1.7vw;
        color: #fff;
        border-radius: 10px;
        padding: 0.4vw;
        margin: 0vw 4vw 0.7vw 5vw;
        text-align: center;
        background-color: #e9870e;
        font-family: "Hind", sans-serif;
        font-weight: 100;
    }

    .rpart-t p {
        text-align: justify;
        text-transform: capitalize;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        color: #284b70;
        font-size: 1.4vw;
    }



.rpart2 {
    display: flex;
    margin: 0vw 0vw 2vw 0vw;
    align-items: center;
    justify-content: space-around;
}


/*media query for home-sec2 */

@media (max-width:600px) {
    .home-sec2 {
        display: flow-root;
        padding: 3vw;
    }

    .left-sec2 {
        width: 100%;
        text-align: center;
    }

    .leftheading-sec2 h1 {
        font-size: 5.5vw;
    }

    .leftheading-sec2 h1 span {

        font-size: 5.8vw;
    }

    .lsec2-parts {
        padding: 0vw 2vw 0vw 0vw;
        display: flex;
    }

    .lpart-v{
        height:25vw;
    }

    .lpart-v h3 {
        font-size: 3.7vw;

    }

    .lpart-v p {
        text-align: justify;

        font-size: 2.4vw;
    }

    
    .right-sec2 {
        width: 100%;
        text-align: center;
    }

    .rightheading-sec2 {
        margin: 0vw 0vw 2vw 0vw;
    }

    .rightheading-sec2 h1 {
        font-size: 5.5vw;
    }

    .rightheading-sec2 h1 span {

        font-size: 5.8vw;
    }
    .rpart-t {
        height:27vw;
    }
    .rpart-t h3 {
        font-size: 3.7vw;

    }

    .rpart-t p {
        text-align: justify;

        font-size: 2.4vw;
    }

    
}

/* services css */

.home-services {
    background: url('../../images/arthbg.png');
    background-repeat: no-repeat;
    background-size: 70vw;
    background-position-x: center;
    margin: 3vw 1vw 3vw 1vw;
}

.hsheading {
    text-align: center;
}

    .hsheading h1 {
        font-family: "Nunito", sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 3.5vw;
        color: #284b70;
    }

.hsheading h1 span {
    font-size: 3.8vw;
    color: #e9870e;
}

.hscontainer {
    margin: 1vw 1vw 1vw 1vw;
    display: flex;
    align-items:center;
    justify-content:center;
}

.dlr {
    display: flex;
    width: 30%;
    margin: 3vw 0vw 0vw 4vw;
    flex-direction: column;
}

.dlrbg {
    height: 34vw;
    width: 29vw;
    background: url('../../images/dealsrsbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}


.dlrbg-info {
    border-radius: 0px 0px 10px 10px;
    padding: 1vw;
    background-color: #ffffff;
    margin: -2vw 0vw 0vw 0vw;
    width: 27vw;
    box-shadow: 1px 9px 20px 0px #284b70;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dlrbg-info:hover {
//background-color:rgba(0,0,0,0.4);
}

    .dlrbg-info h3 {
        font-family: "Hind", sans-serif;
        font-weight: 100;
        font-size: 2vw;
        white-space:nowrap;
        width: 20vw;
        color: #284b70;
        text-transform: capitalize;
        
    }

.dlrbg-info h3 span {
    font-size: 2.4vw;
    color: #e9870e;
}

    .dlrbg-info p {
        font-size: 1vw;
        width: 18vw;
        margin: 0vw 0vw 1vw 0vw;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
    }

    .dlrbg-info h6 {
        font-family: "Hind", sans-serif;
        font-weight: 100;
        font-size: 1.6vw;
        margin: 0vw 0vw 0.5vw 0vw;
        color: #284b70;
    }

    .dlrbg-info a {
        text-decoration: none;
        border: 1px solid;
        padding: 5px;
        border-radius: 14px;
        border-radius: 4px;
        color: #284B70;
        background: transparent;
        font-size: 1vw;
        font-family: "Nunito", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.dlrbg-info a:hover {
    color: #e9870e;
    border: 1px solid #284b70;
   
}

.dls4 {
    margin: 0vw 0vw 0vw 3vw;
    width: 70%;
    display: flex;
    justify-content: space-around;
}

.dls4-1 {
    margin: 0vw 0vw 0vw 0vw;
}

.dls4-2 {
    margin: 0vw 0vw 0vw 2vw;
}

.dls1bg {
    height: 26vh;
    width: 26vw;
    background: url('../../images/finacistancebg.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.dls2bg {
    height: 26vh;
    width: 26vw;
    background: url('../../images/guidencbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.dls3bg {
    height: 26vh;
    width: 26vw;
    background: url('../../images/paperbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.dls4bg {
    height: 26vh;
    width: 26vw;
    background: url('../../images/nursingbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}



.smaininfo {
    border-radius: 0px 0px 10px 10px;
    text-align: justify;
    padding: 1vw;
    background-color: #ffffff;
    margin: -1vw 0vw 0vw 0vw;
    width: 24vw;
    box-shadow: 1px 9px 20px 0px #284b70;
    height: 16vw;
    transition: 0.3s ease;
}

.smaininfo:hover {
    //padding: 1.2vw;
}

    .smaininfo h3 {
        text-align: left;
        font-size: 2vw;
        width: 20vw;
        color: #284b70;
        font-family: "Hind", sans-serif;
        font-weight: 100;
   
    }

    .smaininfo p {
        font-size: 1vw;
      //  width: 18vw;
        margin: 1vw 0vw 1vw 0vw;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
    }

    .smaininfo a {
        text-decoration: none;
        border: 1px solid;
        padding: 5px;
        border-radius: 14px;
        border-radius: 4px;
        color: #284B70;
        background: transparent;
        font-size: 1vw;
        font-family: "Nunito", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.smaininfo a:hover {
    color: #e9870e;
    border: 1px solid #284b70;
  
}

.s1 {
    margin: 0vw 0vw 2vw 0vw;
}

.s3 {
    margin: 0vw 0vw 2vw 0vw;
}

/* media query for home services*/
@media(max-width:600px) {
    .hscontainer {
        margin: 1vw 1vw 1vw 1vw;
        display: flow-root;
    }

    .hsheading h1 {
        font-size: 5.5vw;

    }


    .hsheading h1 span {
        font-size: 5.8vw;

    }

    .dlr {
        width: 100%;
        margin: 2vw 0vw 3vw 2vw;
        flex-direction:row;
    }

    .dlrbg {
        height: 59vw;
        width: 46vw;
        border-radius: 10px 0px 0px 10px;
    }

    .dlrbg-info {
        padding: 8vw 0vw;
        margin: 0vw 0vw 0vw 0vw;
        width: 45vw;
        border-radius: 0px 10px 10px 0px;
    }

    .dlrbg-info h3 {
        font-size: 3.7vw;
        width: 35vw;

    }

    .dlrbg-info h3 span {
        font-size: 4.4vw;

    }

    .dlrbg-info p {
        font-size: 2.4vw;
        width: 35vw;
        margin: 0vw 0vw 1vw 0vw;
    }

    .dlrbg-info h6 {
        font-size: 3vw;
        margin: 0vw 0vw 0.5vw 0vw;

    }

    .dlrbg-info a {

        font-size: 3.5vw;
    }

   

    .dls4 {
        margin: 0vw 0vw 2vw 0vw;
        width: 100%;
        display: flex;
    }

    .s1 {
        margin: 0vw 0vw 3vw 0vw;
    }

    .s3 {
        margin: 0vw 0vw 3vw 0vw;
    }

    .dls1bg {
        height: 30vh;
        width: 47vw;
    }

    .dls2bg {
        height: 30vh;
        width: 47vw;
    }

    .dls3bg {
        height: 30vh;
        width: 47vw;
    }

    .dls4bg {
        height: 30vh;
        width: 47vw;
    }

    .smaininfo {
        text-align: justify;
        padding: 1vw;
        margin: -1vw 0vw 0vw 0vw;
        width: 45vw;
        height: 37vw;
    }

        .smaininfo h3 {
            text-align: center;
            font-size: 3vw;
            white-space: nowrap;
        }

    .smaininfo p {
        font-size: 2.4vw;
       
        margin: 2vw 0vw 2vw 0vw;
    }

    .smaininfo a {

        padding: 0.5vw;
        margin: 0vw 0vw 5vw 9vw;



        font-size: 3vw;


    }


}


@media (max-width: 430px) {
    .dlrbg {
        height: 59vw;
        width: 46vw;
    }

    .dlrbg-info {
        padding: 8vw 0vw;
        margin: 0vw 0vw 0vw 0vw;
        width: 45vw;
        border-radius: 0px 10px 10px 0px;
    }

    .dls1bg {
        height: 22vh;
        width: 47vw;
    }

    .dls2bg {
        height: 22vh;
        width: 47vw;
    }

    .dls3bg {
        height: 22vh;
        width: 47vw;
    }

    .dls4bg {
        height: 22vh;
        width: 47vw;
    }
    .smaininfo{
        height:38vw;
    }
}

/*upcomig project start*/

.upcoming-prj {
    border: 1px solid #e9870e;
    border-radius: 10px;
    width: 98%;
    margin: 0vw 1vw 1vw 1vw;
}

.upcprj-heading {
    margin: 1vw 0vw 0vw 0vw;
    text-align: center;
    margin: 0vw 3vw 2vw 0vw
}

    .upcprj-heading h1 {
        font-family: "Nunito", sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 3.5vw;
        color: #284b70;
    }

.upcprj-heading h1 span {
    color: #e9870e;
    font-size: 3.8vw;
}

.project-images {

    width: 80%;

    margin: 4vw 0vw 2vw 10vw;
}

.slider-container {
    position: relative;
    width: 100%;

    margin: 0 auto;
    /* Center the slider */
}

.slider {
    
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 20px 0px #284b70;
}

.slider img {
    width: 100%;
    /* Make images responsive */
    height: 30vw;
    display: none;
    max-width: 100%;

    /* Initially hide all images */
}

.slider img:first-child {
    display: block;
    /* Display the first image */
}

.upcprj-btn button {
    position: absolute;
    color: #fff;
    font-size: 3vw;
    background: rgba(0, 0, 0, 0.4);
    border: none;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    /* Ensure buttons appear above images */
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

@media (max-width:430px) {


    .upcprj-heading h1 {
        margin: 1vw 0vw 0vw 0vw;
        font-size: 5.5vw;
        color: #284b70;
    }


    .upcprj-heading h1 span {
        color: #e9870e;
        font-size: 5.8vw;
    }

    .slider img {
        width: 100%;
        height: 65vw;
        display: none;

    }

    .project-images {
        width: 80%;

    }
}

/*end of upcoming project */
/*feedback css */
.feedback-sec {
    border-radius: 10px;
    border: 1px solid;
    width: 99%;
    margin: 1vw 1vw 1vw 0.5vw;
}

.fb-heading {
    margin: 1vw 0vw 0vw 0vw;
}

    .fb-heading h1 {
        font-family: "Nunito", sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 3.5vw;
        color: #284b70;
        text-align: center;
    }

.fb-heading h1 span {
    font-size: 3.8vw;
    color: #e9870e;
}

.container-feedback {
    margin: 1vw 1vw 3vw 0.5vw;
    display: flex;
    width: 99%;
    justify-content: space-around;
}

.fbs {
    border-radius: 10px;
    padding: 1vw;
   
}

.fbbg {

    width: 30vw;
    border-radius: 10px;
}

    .fbbg video {
        width: 30vw;
        border-radius: 10px 10px 0px 0px;
    }

.fbmaininfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 10px 10px;
    text-align: justify;
    padding: 1vw;
    background-color: #ffffff;
    margin: -1vw 0vw 0vw 0vw;
    width: 28vw;
    height: 11vw;
    box-shadow: 1px 9px 20px 0px #284b70;
    transition: 0.3s ease;
}

.fbmaininfo:hover {
  //  padding: 1.2vw;
}

    .fbmaininfo h3 {
        font-family: "Hind", sans-serif;
        font-weight: 100;
        margin:1vw 0vw 1vw 0vw;
        text-align: center;
        font-size: 2vw;
        color: #284b70;
    }

    .fbmaininfo h5 {
        font-family: "Hind", sans-serif;
        font-weight: 100;
        margin: 0vw 0vw 1vw 0vw;
        font-size: 1.5vw;
        color: #e9870e;
    }

    .fbmaininfo a {
        font-size: 1.7vw;
        font-family: "Hind", sans-serif;
        font-weight: 100;
        text-align: center;
        color: #e9870e;
        text-decoration: none;
    }

@media (max-width:430px) {
    .fb-heading h1 {
        font-size: 5.5vw;

        text-align: center;
    }

    .fb-heading h1 span {
        font-size: 5.8vw;
    }

    .container-feedback {
        display: block;
    }

    .fbs {
        display: flex;
    }

    .fbbg {
        width: 55vw;

    }

        .fbbg video {
            width: 55vw;
            border-radius: 10px 0px 0px 10px;
        }

    .fbmaininfo {
        margin: 0vw 0vw 0vw 0vw;
        border-radius: 0px 10px 10px 0px;
        width: 37vw;
        height: 29vw;
    }

    .fbmaininfo h3 {
        margin: 0vw 0vw 1vw 0vw;

        font-size: 3.8vw;

    }

    .fbmaininfo h5 {
        margin: 0vw 0vw 1vw 0vw;
        font-size: 3vw;

    }

    .fbmaininfo a {
        margin: 0vw 0vw 0vw 6vw;
        font-size: 3vw;

    }
}