﻿html
{
}
.Menu
{
    max-width:100%;
    height:100px;    
}
.bnr
{
    width:100%;
    height:535px;
    font-family:Calibri;
}

.HomeAbout
{
    width:100%;
    text-align:center;
    padding-left:5%;
    padding-bottom:50px;
    padding-top:50px;
    background-color:#F7F7F7;
    height:600px;
}
.HBS
{
    width:1%;
    float:left;
}
.threeblock
{
    width:30%;
    background-color:yellow;
    float:left;    
    border-radius:25px;
    height:500px;
}
.threeblock:hover
{
    background-color:silver;
    transition: all 0.5s ease-in;
}
.threeblock1
{
    width:30%;
    background-color:#ED2190;
    float:left;
    border-radius:25px;
    height:500px;
    
}
.threeblock1:hover
{
    background-color:silver;
    transition: all 0.5s ease-in;
}
.threeblock2
{
    width:30%;
    background-color:#00C13F;
    float:left;
    border-radius:25px;
    height:500px;
}
.threeblock2:hover
{
    background-color:silver;
    transition: all 0.5s ease-in;
}

.success
{
    width:100%;
    padding-top:20px;
    height:500px;
    padding-bottom:50px;

    background-image:url("Bnr/bg.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sucimg
{
    width:30%;
    float:left;
    padding-left:5%;
    padding-right:5%;
    text-align:center;
}

.suctxt
{
    width:100%;
    padding-right:5%;
}
.ib
{
    border-radius:200px;
}
.btn
{
    font-family: "Roboto",sans-serif;
    background-color:#930000;
    width:200px;
    height:30px;
    text-align:center;
    font-size:12px;
    color:white;
        
}
.btn:hover
{
    background-color: gray;
    color:white;
    transition: all 0.5s ease-in;
}

.gallery
{
    width:100%;
    padding-bottom:50px;
    padding-top:50px;
}
.two
{
    width:50%;
    float:left;
}

.newsletter 
{
    width:100%;
    padding-top:50px;
    height:650px;
    background-image:url("Bnr/nlbg.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.three
{
    width:33%;
    float:left;
}


.footer
{
    width:100%;
    margin:auto;
    text-align:center;
    background-image: url('Bnr/footer.jpg');
    overflow:hidden;
}

.restbnr
{
    width:100%;
}
.restbnr img
{
    width:100%;
}
.Aboutheading
{
    width:100%;
}

