﻿.home1 {
    background-image: url(bg1.jpg);
    height: 100%;
    position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.center {
	margin: auto;
	width: 98%;
	padding: 5px;
}
.Product1 {
	background-image: url(bg4.jpg);
	height: 100%;
	position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.testimonial1 {
	background-image: url(bg5.jpg);
	height: 100%;
	position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.oval {
    border: 1px;
    background: #a3ae2c;
    -moz-border-radius: 50px / 50px;
    -webkit-border-radius: 50px / 50px;
    border-radius: 50px / 50px;
}
.circle {
    border: 1px;
    background: #263850;
    -moz-border-radius: 50px / 50px;
    -webkit-border-radius: 50px / 50px;
    border-radius: 50px / 50px;
}
.break1 {
    clear: both;
}
.foot1 {
    position:page;
    bottom:0;
    width: 100%;
    text-align: center;
    color: white;
    background-color: #a3ae2c;
}
.body1 {
    background-color: #263850;
    color: white;
    height: 100%;
}

.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
    .vid iframe,
    .vid object,
    .vid embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }