﻿* {
    overflow: hidden;
}



.landimage {
    background: url(../../Triveni_Images/Landing_Page/103d1.jpg) no-repeat fixed;
    width: 100%;
    height: 100vh;
    position: absolute;
    background-size: cover;
    text-align:top center;
}

    /* .landimage > img.trvni_img { */
        /* display: block; */
        /* margin: 80px auto 0px auto; */
        /* height: 38%; */
        /* margin: 100px auto 0px auto; */
    /* } */

    .landimage > .headmainsecond {
        color: white;
        overflow: hidden;
        font-size: 3rem;
        font-weight: 900;
        margin-top: 100px;
        margin-bottom: 30px;
    }






.branchchange:after {
    content: '';
    animation: changetext 10s infinite linear;
    color: #ee7415;
}

@keyframes changetext {
    0% {
        content: "Gokul Road Hubli";
    }

    20% {
        content: "Shirur Park Hubli";
    }

    35% {
        content: "Ganesh Peth Hubli";
    }

    60% {
        content: "Neharu Nagar Hubli";
    }

    80% {
        content: "Keshwapur Hubli";
    }

    100% {
        content: "Saptapurbavi Dahrwad";
    }
}



/*media Queries*/
/* ----------- iPhone 4 and 4S ----------- */

