﻿html
{

}
.background
{
    width: 100%;
    /*background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(image/newbnr.png);*/
    /*background-image: url(image/newbnr.png);*/
    /*background-size: cover;*/
    /*height:60vh;*/
    background-position: center;
    /*box-shadow: 5px 5px 7px 10px silver;*/
}


.backgroundAbout
{
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(Awards/1.jpg);
    /*background-image: url(image/newbnr.png);*/
    height: 95vh;
    background-size: cover;
    background-position: center;
    box-shadow: 5px 5px 7px 10px silver;
}




.ds
{
    width:100%;
    background-image:url(image/bdbg.jpg);
    background-repeat:repeat;
    height:2700px
}
.ds1
{
    width:90%;
    padding-left:8%;
}
.bnrbtn
{
    width:150px;
    height:50px;
    border-radius:5px;
    background-color: dimgray;
    color:white;
    border:1px solid silver;    
}
.bnrbtn:hover
{
    background-color: white;
    color:dimgray;
    border:1px solid silver;
    transition: all 0.5s ease-in;
}
.righta
{
    width:100%;
    background-color: #F5F5F5;
    background-image:url(image/ab.JPG);
    padding-top:75px;
    background-repeat:no-repeat;
    text-align:center;
}
.ib:hover
{
    box-shadow:4px 4px 8px 8px gray;
    border-radius:6px;
    background-color:green;
    transition: all 0.8s ease-in;
}
.lefta
{
    background-color: #F5F5F5;
    text-align:center;
    width:100%;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    line-height:25px;
}
.lefta img
{
    width:100%;
}
.label
{
    padding-left:20px;
    padding-right:20px;
    margin-left:20px;
    margin-right:20px;
}

.btnsmall
{
    width:100px;
    height:30px;
    border-radius:5px;
    background-color: dimgray;
    color:white;
    border:1px solid silver;    
}
.btnsmall:hover
{
    background-color: white;
    color:dimgray;
    border:1px solid silver;
    transition: all 0.5s ease-in;
}
.rightb
{
    width:100%;
    background-color: #F5F5F5;
    padding-top:20px;
    
}
.rightb h2
{
    font-size:15px;
}
.rightb h3
{
    font-size:12px;
    color:dimgray;
}
.btnxsmall
{
    width:100px;
    height:20px;
    font-size:9px;
    border-radius:5px;
    background-color: dimgray;
    color:white;
    border:1px solid silver;    
}
.btnxsmall:hover
{
    background-color: white;
    color:dimgray;
    border:1px solid silver;
    transition: all 0.5s ease-in;
}
.rightc
{
    width:100%;
    height:542px;
    overflow:scroll;
    background-color: #F5F5F5;
    padding-top:20px;
    
}
#footer
{
    width:100%;
    overflow:hidden;
    background-color:#292C2F;
    height:350px;
    padding-top:50px;
    color:white;
}
.textb
{
    border:solid;
    border-color:#32383D;
    border-width:1px;
    border-radius:5px;
}
#footerPart
{
    width:49%;
    float:left;
}
.text
{
    width:100%;
    font-family:Calibri;
    text-align:center;
    color:brown;
    overflow:hidden;

}

.testimonial
{
    width:80%;
    height:360px;
    overflow:scroll;
    background-color:white;
    background-attachment:fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align:left;
    color:brown;
    font-size:14px;
    line-height:25px;
}