html,body 
{
    /*font-family: 'Anaheim', sans-serif;*/
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height:30px;
    /*color: #bbaf99;*/
    /*background: url('../images/bg.jpeg');
    background-size: cover;*/
}
.affix 
{
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}
.navbar 
{
    margin-bottom: 0;
    background-color: #63AE32;
    z-index: 9999;
    border: 0;
    font-size: 18px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 2px;
    border-radius: 0;
    text-transform: capitalize;
}
.navbar li a, .navbar .navbar-brand 
{
    color: #fff !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a 
{
    color: #63AE32 !important;
    background-color: #fff !important;
}
.navbar-default .navbar-toggle 
{
    border-color: transparent;
    color: #fff !important;
}
.text-darkred
{
    color: #63AE32;
}
.bg-darkred
{
    background: #63AE32;
}
.text-lightred
{
    color: #bbaf99;
}
.bg-lightred
{
    background: #bbaf99;
}
#myCarousel img 
{
    width:100%;height:500px;
}
.carousel-caption
{
    background: #63AE32de;
}
.mainheading
{
    /*font-weight: bold;*/
    font-family: 'Kaushan Script', cursive;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size:40px;
}
.paddingtopbottom
{
    padding-top: 3em;
    padding-bottom: 3em;
}
.subheading
{
    font-family: 'Kaushan Script', cursive;
    color:#63AE32;
    margin-bottom: 1em;
}
.btn-primary
{
    background:#63AE32;
    border-color: #63AE32;
    /*border-radius: 0px;*/
}
.btn-primary:hover , .btn-primary:focus , .btn-primary:active, .btn-primary:active:focus
{
     background:#63AE32;
    border-color: #63AE32;
    /*border-radius: 0px;*/
}
.bg-grey
{
    background:#eaebe5;
}
.headertop
{
    text-align: right;
}
#request-quote{
    background:#63AE32;
    color:#fff;
}
#request-quote .subheading{
   color:#fff; 
}
#request-quote .btn-primary {
    background-color: #fff;
    color: #63AE32;
}
.head-info {
    padding-top: 12px;
}
p#main-title {
    font-size: 43px;
    font-style: italic;
}
p.iso-title {
    font-size: 20px;
}
@media screen and (min-width: 0px) and (max-width: 500px)
{
    .headertop
    {
        text-align: left;   
    }
    .headertop h3
    {
        font-size:18px;
    }
    .testemail:before
    {
        content:"\A";white-space: pre;
    }
}
.testingservice
{
    box-shadow: 0px 0px 10px #000;padding: 1.5em;background: white;margin-bottom:1.5em;
}
.testingservice:hover
{
    box-shadow: 0px 0px 20px #000;
}
.serviceitem 
{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.serviceitem img 
{
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.serviceitem:hover img 
{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.modal 
{
    top:2em;
}
#test img:hover
{
    
}
.text-white
{
    color:white;
}
.testingservice p i {
    margin-top: 30%;
}
.icon-background {
    color: #63AE32;
    border-radius: 50%;
    background: white;
}
.text-white{
    color:#fff;
}