h4, h5, h6, h1, h2, h3 ,p{
    margin-top: 0;
    color: #572507
}
ul, ol {
    margin: 0;
}
p {
    margin: 0;
}
html, body {
    font-family: Arial, Helvetica, sans-serif, "微软雅黑";
    font-size: 12px;
    background: #f2ca80;
}
a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    text-decoration: none;
}
/*--header  start here--*/
.header {
    /*-- background: #000; --*/
    background: rgba(0, 0, 0, 0.60);/*-- min-height: 59.4px; --*/
}
.header-main {
    position: relative;
    padding: 0em 0em 0em 1em;
}
.top-nav {
    float: left;
    width: 100%;
    margin: 1em 1em 1em 1em;
}
.header-right {
    float: right;
    width: 50%;
}
span.menu {
    display: none;
}
.top-nav ul {
    padding: 1rem;
    list-style: none;
}
.top-nav ul li {
    display: inline-block;
    margin: 0em 3rem 0em 3rem;
}
.top-nav ul li a {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: block;
    font-family: Arial, Helvetica, sans-serif, "微软雅黑";
}
.top-nav ul li a:hover {
    color: #572507;
}
.head-button {
    float: right;
}
.head-button a {
    font-size: 0.9em;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}
.head-button a:hover {
    color: #000;
    text-decoration: none;
}
.clear {
    clear: both;
}
/*--banner start here--*/
.banner {
    background: url(../images/banner_ng@1920.jpg)no-repeat center;
    min-height: 800px;
    background-size: cover;
    position: relative;
}

.slogan {
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    #opacity: 0;
    #transition: opacity 4s ease 1.5s;
	animation: show_slogan 6s ease;
	-moz-animation: show_slogan 6s ease;	/* Firefox */
    -webkit-animation: show_slogan 6s ease;	/* Safari 和 Chrome */
    -o-animation: shwo_slogan 6s ease;   /*opera*/
}

@keyframes show_slogan{
	from {opacity: 0;}
	to {opacity: 100;}
}

.slogan h2 {
	font-size: 3.5rem;
	position: relative;
	top: 50%;
	left:8%;
	width: 92%;
}

.banner-main {
    padding: 2em 0em 0em 0em;
}
.bann-close {
    width: 17%;
    background: #2ad2c9;
    padding: 1.1em;
    position: absolute;
    top: 55%;
    right: 0%;
}
.bann-close h2 {
    font-size: 1.5em;
    font-weight: 400;
    color: #fff;
    margin: 0em 0em 0.15em 0em;
}
.bann-close p {
    font-size: 0.9em;
    font-weight: 400;
    color: #fff;
    line-height: 1.6em;
}
.ban-main-cls {
    float: right;
    cursor: pointer;
}
.bann-strip {
    background: rgba(0, 0, 0, 0.60);
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0.5rem; 
    text-align: center;
}
/*--banner end here--*/
/*-- nav bar start here --*/
.nav-bar {
    height: 7rem;
    background: url(../images/textura-madera5.png)repeat;
    position: sticky;
	position: -webkit-sticky;
    z-index: 999;
    top: 0px;
}

/*-- nav bar end here --*/
/*--logo start here--*/
.logo {
    position: absolute;
}
/*--logo end here--*/
/*--welcome start here--*/
.welcome {
    padding: 4rem 0rem 4rem 0rem;
}
.welcome-main h3 {
    font-size: 2.8rem;
    font-weight: 600;
    color: #572507;
    text-align: center;
	padding-top: 2rem;
    margin: 2rem 0rem 2rem 0rem;
}
.welcome-right p {
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 3.5rem;
	color: #572507;
    margin: 1.2rem 0rem 0rem 0rem;
    text-align: justify;
}
.welcome-left {
    margin: 1.2rem 0rem 1.2rem 0rem;
}
.welcome-box h5 {
    line-height: 4rem;
}
.welcome-box h5 span.ab-box {
    padding: 1em;
    background: #2ad2c9;
    color: #fff;
    font-size: 1.1em;
    font-weight: 400;
    text-align: center;
}
.welcome-box {
    float: left;
}
.welcome-grid.ab-more {
    margin: 1.2em 0em 1.2em 0em;
}
.welcome-text {
    float: right;
    width: 85%;
}
.welcome-text h4 {
    font-size: 1.25em;
    font-weight: 400;
    color: #2ad2c9;
    margin: 0em 0em 0.15em 0em;
}
.welcome-text p {
    font-size: 1em;
    font-weight: 400;
    color: #6C6C6C;
    line-height: 1.6em;
}
.avatar {
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
.avatar img {
    display: block;
    border: 0;
    width: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}
.avatar:hover img {
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
    -webkit-transform: all 1s ease 0s;
}

/*--welcome end here--*/
/*-- food start here --*/
.food {
    padding: 4rem 0rem 4rem 0rem;
    align-content : center;
}
.food_title {
    position: relative;
    width: 100%;
    top: 10%;
    text-align: center;
}
.food h3 {
    font-size: 2.8rem;
    font-weight: 600;
    color: #572507;
    text-align: center;
    margin: 8rem 0rem 2rem 0rem;
	padding-bottom: 2rem;
}

.ng-product {
    position: relative;
    text-align: center;
}
.ng-product img {
    margin: auto;
    vertical-align: middle;
	padding: 3rem 1rem 1rem 2rem;
}
.product_title {
    font-size: 1.5rem;
    font-weight: 550;
	line-height: 2rem;
	color: #000;
    margin: 1rem 0rem 2rem 0rem;
}
/*-- ng-product no use any more 
.ng-product {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.ng-product img {
    margin: 0 auto;
    vertical-align: middle;
}
.ng-product:before {
    content: "";
    width: 0;
    height: 100%;
    background: #000;
    padding: 14px 18px;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.ng-product:hover:before {
    width: 100%;
    left: 0;
    opacity: 0.5;
}
.ng-product .cover {
    width: 100%;
    padding: 14px 18px;
    color: #fff;
    position: absolute;
    top: 38%;
    left: 0;
}
.product_title, .product_category {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    margin: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.ng-product:hover .product_category, .ng-product:hover .product_title {
    opacity: 1;
    transition-delay: 0.2s;
}

ng-product end here --*/
/*-- food end here --*/


/*-- distributors start here --*/
.distributors {
    padding: 4rem 0rem 4rem 0rem;
    align-content : center;
}
.distributors_title {
    position: relative;
  #  padding: 0.5rem 1.5rem;
    text-align: center;
}
.distributors_title h3 {
    font-size: 2.8rem;
    font-weight: 600;
    color: #572507;
    text-align: center;
    margin: 8rem 0rem 2rem 0rem;
}


.distributors_odd {
	background-color: #a66641;
	position: relative;

}
.distributors_odd h4 {
    font-size: 1.3rem;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin: 2rem 0rem 2rem 0rem;
}
.distributors_odd p {
    font-size: 1.3rem;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin: 1.1rem 0rem 1.1rem 0rem;
}
.distributors_even {
	background-color: #f2ca80;
}
.distributors_even h4 {
    font-size: 1.3rem;
    font-weight: 400;
    color: #572507;
    text-align: center;
    margin: 2rem 0rem 2rem 0rem;
}
.distributors_even p {
    font-size: 1.3rem;
    font-weight: 400;
    color: #572507;
    text-align: center;
    margin: 1.1rem 0em 1.1rem 0rem;
}
/*-- distributors end here --*/
/*--about start here--*/
.about {
    padding: 4em 0em 4em 0em;
}
.about-main h3 {
    font-size: 2.4em;
    font-weight: 600;
    color: #2ad2c9;
    text-align: center;
    margin: 0em 0em 1.5em 0em;
}
.about-left p {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0em 0em 1.2em 0em;
    text-align: justify;
}
.about-right {
    margin: 0em 0em 1.2em 0em;
}
.about-box h5 {
    line-height: 4em;
}
.about-box h5 span.ab-box {
    padding: 1em;
    background: #2ad2c9;
    color: #fff;
    font-size: 1.1em;
    font-weight: 400;
    text-align: center;
}
.about-box {
    float: left;
}
.about-grid.ab-more {
    margin: 1.2em 0em 1.2em 0em;
}
.about-text {
    float: right;
    width: 85%;
}
.about-text h4 {
    font-size: 1.25em;
    font-weight: 400;
    color: #2ad2c9;
    margin: 0em 0em 0.15em 0em;
}
.about-text p {
    font-size: 1em;
    font-weight: 400;
    color: #6C6C6C;
    line-height: 1.6em;
}

/*--about end here--*/



/*--contact start here--*/
.contact {
    padding: 4em 0em 5em 0em;
}
.contact-main {
    text-align: center;
}
.contact-main h3 {
    font-size: 2.4em;
    font-weight: 600;
    margin: 0em 0em 1em 0em;
    text-align: center;
}
.contact-main p {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0em 0em 2em 0em;
}
.contact-text {
    text-align: center;
}
.contact-text h4 {
    font-size: 1.5em;
    font-weight: 400;
    color: #000000;
    margin: 0em 0em 1em 0em;
    text-align: center;
}
.contact-text p {
    font-size: 1em;
    font-weight: 400;
    color: #000000;
    line-height: 1.6em;
    margin: 0em 0em 2em 0em;
}
.contact-right {
    width: 65%;
    margin: 0 auto;
}
.contact-right input.name {
    margin: 0px 14px 12px 0px;
}
.contact-right input[type="text"] {
    font-size: 1em;
    font-weight: 500;
    color: #000;
    padding: 10px;
    float: left;
    width: 49%;
    border: 1px solid #999;
    outline: none;
    -webkit-appearance: none;
    border-radius: 5px;
}
.contact-right textarea {
    font-size: 1em;
    font-weight: 500;
    color: #000;
    padding: 10px;
    float: left;
    width: 100%;
    height: 10em;
    resize: none;
    border: 1px solid #999;
    outline: none;
    margin: 0px 0px 13px 0px;
    -webkit-appearance: none;
    border-radius: 5px;
}
.contact-right input[type="submit"] {
    font-size: 1em;
    font-weight: 500;
    color: #fff;
    width: 16%;
    margin: 0em auto;
    background: #2ad2c9;
    padding: 11px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    display: block;
    border-radius: 5px;
}
.contact-right input[type="submit"]:hover {
    background: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.map iframe {
    width: 100%;
    height: 350px;
    border: none;
}
.map {
    background: #000;
}
/*--contact end here--*/
/*--footer start here--*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 0px;
    right: 10px;
    overflow: hidden;
    width: 48px;
    height: 48px;
    border: none;
    text-indent: 100%;
    background-size: 35px;
    background: url(../images/arrow.png) no-repeat 0px 0px;
}
.footer {
    background: rgba(0, 0, 0, 0.67);
}
.footer-main {
    padding: 1rem 0rem 1rem 0rem;
}
ul.ftr-icons {
    padding: 0rem;
    list-style: none;
}
.footer-right {
    text-align: center;
}
.footer-right ul {
    padding: 0px;
    list-style: none;
}
.footer-right ul li {
    display: inline-block;
    margin: 1.2rem;
}
.footer-right ul li a {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}
.footer-right ul li a:hover {
    color: #f2ca80;
}
.footer-left {
    text-align: center;
}
.footer-left p {
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
	margin: 1rem;
}
.footer-left p a {
    color: #f2ca80;
    text-decoration: none;
}
.footer-left p a:hover {
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
/*--footer end here--*/

/*-- cat food start here --*/
.food-gallery {
	font-size: 1.5rem;
	color:#572507;
	text-align: center;
}
.food-gallery img {
	margin: auto;
}
.food-gallery h2,h3{
	padding: 3rem;
}

.food-gallery h4{
	margin: 2rem;
	line-height: 1.5em;
	margin-top: 1rem;
}
.mini-logo {
	font-size: 1.1rem;
	margin-top: 0rem;
	margin-bottom: 1rem;
	padding-top: 0.5rem;
	padding-bottome: 1rem;
	padding-left: 0rem;
	padding-right:0rem;
}
.mini-logo p{
	font-size: 1.1rem;
	margin-left: 0rem;
	margin-right: 0rem;
	padding-top: 1rem;
	padding-left: 0rem;
	padding-right:0rem;
	line-height: 1.2rem;
	color:#4C4C4C;
}
.food-gallery ul {
    padding: 1rem;
    list-style: none;
	text-align: left;
}
.food-gallery li {
    padding: 1rem;
    list-style: none;
	text-align: left;
}

.food_detail {
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left:0px;
	margin-right:0px;
}
.food_detail_left, .food_detail_right {
	padding-bottom: 1rem;
	margin-top: 2rem;
	position:relative;
}

.dry_no_cereals {
	float: right;
	position: absolute;
	bottom: 30%;
	right:25%;
}

.wet_no_cereals {
	float: right;
	position: absolute;
	bottom: 50%;
	right:25%;
}


hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #606060 #FFFFFF;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}

.carrots, .manzanllina, .catnip, .pumpkin, .yoghurt, .banana,.strawberries {
	margin: 1rem 0rem 1rem 0rem;
	padding: 1rem 0rem 1rem 0rem;
}
/*-- cat food end here --*/

/*--meadia quiries start here--*/
@media(max-width:1440px) {
.sb-search {
    right: 10%;
}
}

@media(max-width:1366px) {
.sb-search {
    right: 10.5%;
}
}

@media(max-width:1280px) {
.sb-icon-search, .sb-search-submit {
    right: 0%;
}
.sb-search-input {
    right: 0px;
}
.bann-close {
    width: 23%;
}
}

@media(max-width:1024px) {
.sb-search {
    right: 9.5%;
}
.about-text h4 {
    font-size: 1em;
}
.service-grid h4 {
    font-size: 0.95em;
}
.contact-right input[type="text"] {
    width: 48.5%;
}
.contact-right input.name {
    margin: 0px 17px 12px 0px;
}
.banner {
    min-height: 550px;
}
#loginContainer a span {
    padding: 1.1em 1.1em 1.15em 1.1em;
}
}

@media(max-width:768px) {
	html{font-size: 8px;}

	.welcome-main h3 {
		margin: 2rem 0rem 2rem 0rem;
	}
	.food h3{
		margin: 6rem 0 2rem 0;	
	}
	.distributors_odd h4, .distributors_odd p {
		font-size: 1.6rem;
	}
	.distributors_even h4, .distributors_even p {
		font-size: 1.6rem;
	}
	.logo img {
		width: 120px;
	}
	
	.dry_no_cereals {
	float: right;
	position: absolute;
	bottom: 30%;
	right:1%;
    }
	
	.wet_no_cereals {
	float: right;
	position: absolute;
	top: 35%;
	right:1%;
    }
	.banner {
    background: url(../images/banner_ng@768.jpg)no-repeat center;
    min-height: 300px;
    background-size: cover;
    position: relative;
    }

span.menu {
    display: block;
    text-align: right;
    padding: 1.2rem;
    cursor: pointer;
    color:  #572507;
    font-weight: 700;
    position: relative;
}
.top-nav ul.res{
	 display:none;
	 padding:0px;
}
.top-nav ul.res {
		padding: 0;
		margin: 1.5rem 0em 0em 0em;
		z-index: 999;
		position: absolute;
		width: 100%;
		left:0;
}
.top-nav ul.res li {
		display: block;
		text-align: center;
		background:rgba(57, 25, 7, 0.67);
		margin: 0rem;
	    padding: 0rem;
}
.top-nav ul.res li a {
		font-size: 1.8rem;
		padding: 1rem 0;
		color: #fff;
		display: block;
}
ul.res li a:hover,ul.res li a.active{
	color:#000;
}
	
.nav-bar {
    height: 10rem;
   }

	
.bann-close {
    width: 30%;
    top: 35%;
}
.banner {
    min-height: 400px;
}
.top-nav {
    margin: 1rem 0em 0em 0em;
}
.about {
    padding: 2em 0em 3em 0em;
}
.about-main h3 {
    font-size: 2em;
    margin: 0em 0em 0.5em 0em;
}
.about-left {
    margin: 0em 0em 2em 0em;
}
.about-text {
    width: 90%;
}
.contact {
    padding: 2em 0em 2em 0em;
}
.contact-main h3 {
    font-size: 2em;
}
.contact-right {
    width: 95%;
    margin: 0 auto;
}
.contact-right input[type="text"] {
    width: 48.7%;
}
.map iframe {
    height: 250px;
}
.footer-left {
    float: left;
    width: 30%;
}
.footer-right {
    float: right;
}
.bann-close {
    width: 35%;
    top: 35%;
}

}

@media(max-width:640px) {
.sb-search {
    right: 15%;
}
.about-text {
    width: 85%;
}
.contact-right input[type="text"] {
    width: 48%;
}
.contact-right input.name {
    margin: 0px 21px 12px 0px;
}
.contact-right input[type="text"] {
    font-size: 0.9em;
    padding: 7px;
}
.contact-right textarea {
    font-size: 0.9em;
    padding: 6px;
}
.contact-right input[type="submit"] {
    padding: 6px;
}
.footer-left p {
    font-size: 0.9em;
}
.footer-right ul li a {
    font-size: 0.9em;
}
}

@media(max-width:568px) {
.bann-close {
    width: 41%;
}
}

@media(max-width:480px) {
.sb-search {
    right: 20%;
}
.bann-close {
    width: 39%;
    top: 25%;
    padding: 0.6em;
}
.banner {
    min-height: 265px;
}
.bann-close h2 {
    font-size: 1.2em;
}
.banner-main {
    padding: 0.5em 0em 0.5em 0em;
}
.banner-main a img {
    width: 70%;
}
.bann-close p {
    font-size: 0.8em;
}
.bann-strip p {
    line-height: 1em;
}
span.menu img {
    width: 8%;
}
.about-left p {
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 0em 0em 1em 0em;
}
span.ab-box h5 {
    padding: 0.7em;
}
.about-text h4 {
    font-size: 0.95em;
}
.about-text p {
    font-size: 0.9em;
    line-height: 1.5em;
}
.about-details h4 {
    font-size: 0.95em;
}
.about-details p {
    font-size: 0.9em;
}
.service-grid h4 {
    font-size: 0.8em;
    line-height: 1.3em;
}
.service-grid p {
    font-size: 0.9em;
    line-height: 1.5em;
}
.service1 {
    padding: 1em 0em 0em 0em;
}
.contact-right input[type="text"] {
    width: 100%;
    margin: 0em 0em 0.8em 0em;
}
.contact-right input.name {
    margin: 0px 0px 10px 0px;
}
.contact-right input[type="submit"] {
    font-size: 0.9em;
}
.map iframe {
    height: 200px;
}
.footer-left {
    float: none;
    width: 100%;
}
.footer-right {
    float: none;
    margin: 0.5em 0em 0em 0em;
}
.clients-main p {
    font-size: 0.9em;
}
.clients-main h4 {
    font-size: 1em;
    margin: 0em 0em 0.5em 0em;
}
.clients-main h3 {
    margin: 0em 0em 0.3em 0em;
}
#loginContainer a span {
    padding: 1em 1.1em 1.15em 1em;
    font-size: 1em;
}
.header {
    min-height: 50px;
}
.sb-search {
    height: 50px;
}
.sb-search-input {
    height: 50px;
}
.sb-icon-search {
    background: #000 url('../images/search.png') no-repeat 20px 15px;
    width: 58px;
    height: 50px;
}
.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
    background: url('../images/search.png') no-repeat 20px 15px;
}
.sb-search {
    right: 15%;
}
.top-nav {
    margin: 0.6em 0em 0em 0em;
}
.top-nav ul.res {
    margin: 1em 0em 0em 0em;
}
.top-nav ul.res li a {
    font-size: 14px;
    padding: 0.6em 0;
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 40%;
}
.about-box h5 {
    line-height: 3.5em;
}
.about-box h5 span.ab-box {
    padding: 0.9em;
    font-size: 1em;
}
}

@media(max-width:414px) {
.bann-close {
    width: 47%;
}
}

@media(max-width:320px) {
.sb-search {
    right: 22%;
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 50%;
}
.bann-close p {
    line-height: 1.5em;
    font-size: 0.75em;
}
.bann-close h2 {
    font-size: 0.8em;
}
.banner {
    min-height: 200px;
}
.ban-main-cls img {
    width: 50%;
}
.bann-close {
    width: 53%;
    top: 34%;
}
.bann-strip p {
    line-height: 0.6em;
}
.bann-strip img {
    width: 5%;
}
#loginBox {
    top: 60px;
    right: 2px;
}
#body label {
    font-size: 0.8em;
}
#loginForm fieldset {
    margin: 0 0 7px 0;
}
#loginForm input {
    padding: 3px;
}
#loginForm #login {
    font-size: 0.8em;
    padding: 6px 13px;
}
#loginForm span a {
    font-size: 0.8em;
}
.about {
    padding: 1em 0em 2em 0em;
}
.about-main h3 {
    font-size: 1.3em;
}
.about-left {
    padding: 0px;
}
.about-right {
    padding: 0px;
}
.about-box h5 span.ab-box {
    padding: 0.6em;
    font-size: 1em;
}
.about-box h5 {
    line-height: 2.5em;
}
.about-left {
    margin: 0em 0em 1em 0em;
}
.about-text h4 {
    font-size: 0.9em;
    line-height: 1.3em;
}
.about-text p {
    font-size: 0.8em;
    line-height: 1.4em;
}
.about-left p {
    font-size: 0.8em;
    margin: 0em 0em 0.8em 0em;
}
.team-main h3 {
    font-size: 1.3em;
}
.team-member {
    padding: 1em 0em 1em 0em;
}
.team-grid {
    float: none;
    width: 100%;
    padding: 0px;
}
.services {
    padding: 1em 0em 1em 0em;
}
.services-main h3 {
    font-size: 1.2em;
    margin: 0em 0em 0.8em 0em;
}
.service-grid {
    padding: 0px 5px 0px 0px;
}
.service-grid p {
    font-size: 0.8em;
}
.about-details {
    padding: 0.5em;
}
.service1 {
    padding: 0em 0em 0em 0em;
}
.clients {
    padding: 1em 0em 2em 0em;
}
.clients-main h3 {
    font-size: 1.2em;
}
.clients-left {
    padding: 0px;
}
.clients-main h4 {
    font-size: 0.9em;
    line-height: 1.3em;
}
.clients-main p {
    font-size: 0.85em;
}
.client-btn a {
    font-size: 0.9em;
    padding: 0.4em 0.8em 0.4em 0.8em;
}
.clients-right {
    padding: 0px;
}
.contact {
    padding: 1em 0em 1em 0em;
}
.contact-right {
    width: 100%;
}
.contact-main h3 {
    font-size: 1.3em;
}
.contact-right textarea {
    height: 6em;
}
.contact-right input[type="submit"] {
    font-size: 0.85em;
    width: 28%;
    padding: 5px;
}
.footer-left {
    padding: 0px;
}
.footer-right {
    padding: 0px;
}
.footer-right ul li {
    margin: 0em 0.2em 0em 0em;
}
.footer-right ul li a {
    font-size: 0.75em;
}
.footer-main {
    padding: 0.5em 0em 1em 0em;
}
.map iframe {
    height: 130px;
}
.bann-strip {
    padding: 0.3em 0.5em;
}
}
