
/* navbar Css styles */

@import "navbar.css";
@import "footer.css";
/* navbar Css styles */

body{
    overflow-x: hidden;
}
#loading{
    width: 100%;
    height: 100vh;
    background:#d3d3d3 url(all-images/VAyR.gif) no-repeat center;
    background-size: 35px;
    position: fixed;
    z-index: 99999;
    display: flex;
    flex-direction:column ;
    justify-content: center;
    align-items: center;
}
.section_1{
    background-color: #ffffff;
    width: 100%;
    top: 110px;
    z-index: -10;
    padding-bottom: 20px;
    padding-top: 50px;
}
.container{
    width: 85%;
}
.contact-heading{
    color: #ED7D31;
    font-weight: bold;
    font-family: 'MuseoModerno', cursive;
    font-size: 35px;
}
.span-heading{
    color: #6C5F5B;
}
.Welcome{
    color: #ED7D31;
    font-weight: bold;
    font-family: 'MuseoModerno', cursive;
    font-size: 25px;
    margin-left: 40px;
}
.Welcome-span{
    color: #c0ab92;
    height: 30px;
    width: 140px;
    margin-left: 10px;
}
.para{
    font-family: 'MuseoModerno', cursive;
    font-size: 15px;
    color: #6C5F5B;
    font-weight: 550;
}
.span-para{
    color: #ED7D31;
    font-weight: bold;
    font-family: 'MuseoModerno', cursive;
    font-size: 17px;
}