/*
Theme Name: weightloss
Author: Abhishek Srivastav


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}


@import "reset.css";
@import "skeleton.css";
@import "superfish.css";
@import "font-awesome.css";

@import url(//fonts.googleapis.com/css?family=Oswald:300,400);


html {
	width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
* {
	-webkit-text-size-adjust: none;
}

body {
	position: relative;
	min-width: 960px;
	background: #fff;
    background: url(./images/outerbg_1.jpg) top center repeat-y #cae5ee;
    color: #898989;
    font: 13px/20px Arial, Helvetica, sans-serif;
}


	strong {
		font-weight: 700;
	}

address {
	font-style: normal;
}

p {
	margin-bottom: 20px;
}

.p1 {
    margin-bottom: 29px;
}

input {
	border-radius: 0 !important;
	outline: none !important;
}


img {
	max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;;
	color: #494949;
	font-weight: normal;
}

h2 {
    font-size: 36px;
    line-height: 50px;
    color: #fff;

    padding: 36px 0 ;

}

h3 {
    padding-top: 62px;
    color: #3e3e3e;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 24px;
}

h3.head1 {
    padding-top: 38px;
}

h3.head3 {
    padding-top: 30px;
}

h3 span {
    font-size: 22px;
    text-transform: uppercase;
    color: #85b10f;
    font-weight: 300;
    margin-top: -6px;
    display: block;
}

.page1 .page1_block h3 {
    margin-bottom: 0px;
    font-size: 29px;
	margin-top:15px;
}

.page1 .const h3 {
    padding-top: 14px;
    margin-bottom: 0px;
    font-size: 36px;
	text-align:center;
}


.page1 .const h3 span {
    margin-top: -5px;
}

.page1 .const h4 {
    margin-bottom: 8px;
    font-size: 25px;
	text-align:center;
	padding:10px;
	line-height:35px;
	color:#86b20f;
	margin-top:8px;
}


.page1 .const h4 span {
    margin-top: -5px;
	 font-size: 21px;
	 color:#000;
	 display:block;
}

/****Lists****/


ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.page1 ul.list  {
    padding-top: 27px;
}

ul.list  li {
    text-transform: uppercase;
    position: relative;
    padding-left: 25px;
}

ul.list  li span {
    line-height: 18px;
    display: block;
    font-size: 18px;
    color: #dcdbdb;
    position: absolute;
    left: 0;
    top: 1px;
}

ul.list  li a {
    color: #85b10f;
}


ul.list  li+li {
    margin-top: 10px;
}

ul.list1 {
    padding-top: 8px;
}

ul.list1 span {
    line-height: 18px;
    display: block;
    font-size: 18px;
    color: #dcdbdb;
    position: absolute;
    left: 0;
    top: 0px;
}

ul.list1 li {
    position: relative;
    padding-left: 25px;
}

ul.list1 li+li {
    margin-top: 20px;
}

ul.list a:hover {
    color: #3e3e3e;
}
/****Links****/


a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #0588c0;
}

a.btn {
    font: 16px/20px 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 20px 14px;
    margin-bottom: 7px;
    margin-top: 20px;
    display: inline-block;
    background-color: #ffd600;
    box-shadow: 0 7px 0 0px rgba(0,0,0,0.05);
}

a.btn:hover {
    background-color: #85b10f;
}

/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.pad1 {
}


.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-top: 5px;
    border: 5px solid #fefefe;
    box-shadow:  0 0 0 1px #eee;
}

.page1 .img_inner {
    margin-top: 1px;
    border: 5px solid #f8f8f8;
    margin-bottom: 23px;
    box-shadow:  0 0 0 1px #d6d6d6;
}


.fleft {
	float: left;
	width: auto !important;
	margin-right: 28px;
	margin-bottom: 0px;
	margin-top: 5px;
}

.fleft.f1 {
    margin-top: 2px;
}

.st1 {
    line-height: 18px;
    margin-top: -2px;
}

.st1 p {
    margin-bottom: 18px;
}


.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}
/*header*/

header {
    z-index: 10;
    position: relative;
	display: block;
	text-align: center;
    padding-top: 19px;
    box-shadow: 0 7px 0 0px rgba(0,0,0,0.19);
}


header h1 {
	position: relative;
	z-index: 910;
    float: left;
	text-align: center;

}

header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 256px;
	height: 77px;
	font-size: 0;
	line-height: 0;
	
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}

.links {
   
    float: right;
}

.links span {
    position: relative;
    top: -2px;
    display: inline-block;
    color: #323232;
    margin-left: 13px;
    font: 20px/20px 'Oswald', sans-serif;;
}
.links ul
	{
		float:left;
		margin:0px;
		padding:0px;
	}
.links ul li
	{
		float:left;
		padding:0px 4px;
	}

.icon {
    color: #fff;
 
    position: relative;
    margin: 0 36px 48px;
	box-shadow: 2px 2px 10px #888888;
}



.icon .fa-umbrella {
    font-size: 92px;
    line-height: 145px;
}


.icon .fa-fire {
    font-size: 90px;
    line-height: 132px;
}


.fas {
    font-family:  'FontAwesome';
}

.title {
    text-transform: uppercase;
     color: #323232;
     margin-bottom: 12px;
    font: 20px/20px 'Oswald', sans-serif;
}


.const {
    color: #3e3e3e;
    font-size: 16px;
    line-height: 20px;

   
}

.const a {
    font: 15px/20px 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding:8px 20px 8px;
    margin-top: 30px;
    display: inline-block;
    background-color: #3b99bb;
    box-shadow: 0 7px 0 0px rgba(0,0,0,0.05);
}

.const a:hover {
    background-color: #5f5e5e;
}
/**Content**/

.content {

}

.page1  .content {
   
}

.text1 {
    color: #3e3e3e;
    font-size: 15px;
    margin-bottom: 14px;
}

.welc img {
    float: left;
    margin-top: -19px;
}

.page1 h3 {
    margin-bottom: 0;
    font-size: 36px;
    padding-top: 0px;
	padding-top: 0px;

}

.page1 h3.head1 {
    font-size: 30px;
    padding-top: 42px;
}

.page1 h3.head1.head2 {
    padding-top:15px;
	padding-left:10px;
	padding-right:10px;
}

.welc {
    padding-top: 50px;
}

.welc .text1 {
    margin-bottom: 18px;
}

.ver {
    position: relative;
}

.hor {
    border-top: 1px solid #eaeaea;
    margin-top: 13px;
}

.ver:after {
    content: '';
    display: block;
    position: absolute;
    left: 30px;
    top: 50px;
    bottom: 0;
    background-color: #eaeaea;
    width: 1px;
}

.hor1 {
    margin-top: 47px;
}

.block1 {
    overflow: hidden;
}

.block1 .text1 {
    padding-top: 11px;
    margin-bottom: 6px;
}

.block1 img {
    margin-left: 1px;
    margin-bottom: 1px;
}

.block1 +.block1  {
    margin-top: 13px;
}

.text2 {
    margin-bottom: 18px;
    color: #3e3e3e;
    font: 24px/30px 'Oswald', sans-serif;
}

.text3 {
    padding-top: 28px;
    margin-bottom: 26px;
    font-size: 18px;
    color: #3e3e3e;
}

.hor2 {
margin-bottom: 43px;
}

.col1 {
    color: #3e3e3e;
}

.clear.cl1 {
    height: 27px;
}

.tx2 {
    margin-bottom: 9px;
}

.proj {
    overflow: hidden;
}

.proj .text2 {
    margin-bottom: 14px;
    position: relative;
    top: -1px;
}

.proj img {
    margin-left: 1px;
    margin-bottom: 1px;
}

.proj +.proj  {
    margin-top: 21px;
}

.hor3 {
    margin-top: 44px;
}

.col2 {
    color: #85b10f;
}

.col2 a:hover {
color: #3e3e3e;
}

.logos .img_inner {
    margin-bottom: 23px;
}

.logos .clear {
    height: 17px;
}
/**Map**/

.map {
	overflow: hidden;

	padding-top: 5px;
    padding-right: 20px;
}
 
.map p {
    margin-top: -6px;
}
.map figure {
	display: block;
    float: left;
    margin-right: 27px;
    width: 513px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
    border: 5px solid #fefefe;
    box-shadow:  0 0 0 1px #eee;
}


.map figure iframe {
    width: 503px;
	height: 293px;
	max-width: 100%;
}
.map address {
	display: block;
}






.map address dt {
    margin-bottom: 20px;
}

.map address dd span {
	min-width: 75px;
	display: inline-block;
	text-align: left;
}

.map address dd span.col1 {
	min-width: 0;
}


/**Footer**/
footer {
	display: block;
    color: #fff;
}

.socials  {
    float: right;
	margin-top:10px;
}

.f_logo{
    margin-right: 5px;
    position: relative;
    top: -2px;
    display: inline-block;
}

.socials a{
    float: left;
    width: 35px;
    height: 34px;
    background: url(./images/socials.png) 0 0 no-repeat #454343;
    display: block;
}

.socials a+a {
    background-position: -40px 0;
    margin-left: 5px;
}

.socials a+a+a {
    background-position: -80px 0;
    margin-left: 5px;
}

.socials a+a+a+a {
    background-position: right 0;
    margin-left: 5px;
}

.socials a:hover {
    background-color: #0588c0;
}



.copy {
    padding-top: 11px;
    font-weight: bold;
	float:left;
	width:600px;
}
.copy ul
	{
		margin:0px;
		padding:0px;
		clear:both;
	}
.copy ul li
	{
		float:left;
		padding:0px 4px;
	}

.copy span {
    display: inline-block;
    width: 1px;
    height: 30px;
    background-color: #dddddd;
    margin: 3px 10px 0;
}
.copy p
	{
		clear:both;
	}

a.top {
    position: absolute;
    right: 10px;
    background: url(./images/totop.png) 0 0 no-repeat;
    top: -71px;
    width: 60px;
    height: 31px;
}

a.top:hover  {
    top: -60px;
}

/*===new add css*/
.join
	{
		float:right;
		clear:both;
		font-size:18px;
		margin-top:-39px;
		
	}
.join ul
	{
		margin:0px;
		padding:0px;
	}
.join ul li
	{
		padding:0px 8px;
		margin:0px;
		float:left;
		background:url(./images/top-nav-divider.gif) no-repeat 0px 2px;
	}
.join ul li a
	{
		color:#fff;
		text-decoration:none;
	}
.join ul li a:hover
	{
		color:#fff;
		text-decoration:none;
	}
.join ul li.last
	{
		background:none;
	}
.page1_block {

   /* background: url(./images/page1_block.png) 0 0 repeat#fff;*/
}

.txt
	{
		font-size:12px;
		line-height:none;
		text-align:justify;
	}
.txt h3
	{
		font-size:13px !important;
		line-height:28px;
		padding-top:0px !important;
		margin-bottom:10px !important;
	}


.request-cont
	{
		width:300px;
		float:left;
	}
.request-cont ul
	{
		margin:10px 0px 0px 12px;
		padding:0px;
	}
.request-cont ul li
	{
		list-style:none;
		margin-bottom:6px;
	}
.request-cont ul li input
	{
		width:240px;
		height:24px;
		border:solid 1px #7d7c7c;
		color:#666;
		padding-left:4px;
	}
	
.request-cont ul li select
	{
		width:248px;
		height:24px;
		border:solid 1px #7d7c7c;
		color:#666;
		padding-left:4px;
	}
.request-cont ul li textarea
	{
		width:240px;
		height:60px;
		border:solid 1px #7d7c7c;
		color:#666;
		padding-left:4px;
	}
.request-cont ul li .btn
	{
		width:80px;
		height:30px;
		background:#3b99bb;
		text-align:center;
		color:#fff;
		border:none;
		border-radius:5px;
		cursor:pointer;
		float:right;
		  font: 15px/20px 'Oswald', sans-serif;
		margin-right:54px;
	}
.request-cont ul li .btn:hover
	{
		width:80px;
		height:30px;
		background:#5f5e5e;
		text-align:center;
		color:#fff;
		border:none;
		border-radius:5px;
		cursor:pointer;
	}
.banr
	{
		width:0px auto;
		/*background:#0588c0;*/
	}
.banr-inr
	{
		width:940px;
		margin:0px auto;
	}
	
.list_carousel {
	position: relative;
}
.list_carousel #foo {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
	height: 380px !important;
	/*margin-left:-30px;*/

  overflow: hidden;
}
.list_carousel #foo > li {
	padding: 0;
	float: left;
	cursor: default;
	margin-right: 30px;
	border: 4px solid #ffffff;
}
.list_carousel #foo > li img {
	width: 100%;
}
.list_carousel #foo li figure {
	margin: 0;
}
.list_carousel.responsive {
	width: auto;
	margin: 0;
}
.list_carousel.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_carousel .prev, .list_carousel .next {
	display: inline-block !important;
	width: 43px;
	height: 44px;
	cursor: pointer;
}
.list_carousel .prev {
	position: relative;
	background: url(../img/prev_arrow.png) 0 top no-repeat;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel .next {
	position: relative;
	right: 0;
	background: url(../img/next_arrow.png) 0 top no-repeat;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel .prev:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel .next:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel .foo-btn {
	position: absolute;
	bottom: -55px;
	width: 100%;
	overflow: hidden;
	height: 44px;
	text-align: center;
}
.list_carousel1 {
	position: relative;
}
.list_carousel1 #foo1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
	height: 370px !important;
	margin-right: -30px;
	
}
.list_carousel1 #foo1 > li.img-polaroid {
	margin: 0 16px 0 12px;
	padding: 0;
	border: none;
	background: none;
	text-shadow: none;
	box-shadow: none;
	width:292px !important;
}
.list_carousel1 #foo1 > li {
	padding: 0;
	float: left;
	cursor: default;
}
.list_carousel1 #foo1 > li .title1 {

	font: 14px/20px 'Oswald', sans-serif;
	color: #494949;
	margin-bottom: 3px;
}
.list_carousel1 #foo1 > li .title2 {
	color: #00a1cb;
	text-transform: uppercase;
	margin-bottom: 21px;
}
.list_carousel1 #foo1 > li .descrip {
	margin-bottom: 18px;
	font-size:13px;
}
.list_carousel1 #foo1 > li figure {
	width: 100%;
	margin: 0;
	background: #ffffff;
	margin-bottom: 21px;
}
.list_carousel1 #foo1 > li figure > img {
	width: 100%;
}
.list_carousel1.responsive {
	width: auto;
	margin: 0;
	margin-bottom: 72px;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_carousel1 #prev1, .list_carousel1 #next1 {
	display: inline-block !important;
	color: #949493;
	width: 14px;
	height: 35px;
	cursor: pointer;
}
.list_carousel1 #prev1 {
	position: relative;
	background: url(../img/prev.png) 0 top no-repeat;
	right:-39px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 #next1 {
	position: relative;
	right: 0;
	background: url(../img/next.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 #prev1:hover {
	background: url(../img/prev.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 #next1:hover {
	background: url(../img/next.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 .foo-btn {
	position: absolute;
	top:85px;
	width: 100%;
	overflow: hidden;
	height: 56px;
	text-align: right;
}
.select-menu {
    display: none;

}


/*====margin & padding class ===*/
.tab-mr
	{
		margin:20px 0px 20px 0px;
	}
	
.tb-inr
	{
		width:100%;
		padding:10px;
	}
.tb-inr p
	{
		font-size:13px;
		text-align:justify;
		margin-bottom:10px;
	}
.tb-inr-lft
	{
		width:50%;
		float:left;
	}
.tb-inr-lft h3
	{
		font-size:20px !important;
		color:#86b20f;
		text-align:left !important;
		
	}
.tb-inr-rgt
	{
		width:40%;
		float:right;
		padding-top:6%;
	}
.tb-inr-rgt img
	{
		border:solid 1px #CCC;
		padding:4px;
	}
.prduct-box
	{
		width:98%;
		overflow:hidden;
		padding-bottom:20px;
		margin-bottom:20px;
		border-bottom:solid 1px #CCC;
	}
.prduct-box-lft
	{
		width:60%;
		float:left;
	}
.prduct-box-lft h3
	{
		font-size:20px !important;
		color:#86b20f;
		text-align:left !important;
	}
.prduct-box-lft p
	{
		font-size:13px;
	}
.prduct-box-rgt
	{
		width:35%;
		float:right;
	}
.prduct-box-rgt img
	{
border:solid 1px #CCC;
		padding:4px;
	}
	
	
.why-cnt
	{
		width:50%;
		float:left;
	}

.why-cnt p
	{
		margin-bottom:8px;
	}
	
.why-cnt-rgt
	{
		width:45%;
		float:right;
	}
	
.why-cnt-rgt h4
	{
	color: hsl(76, 84%, 38%);
    font-size: 20px !important;
    text-align: left !important;
	}
.why-cnt-rgt ul
	{
		margin:0px 0px 0px 20px;
		padding:0px;
	}
.why-cnt-rgt ul li
	{
		background:url(./images/bullet-tick.png) no-repeat 0px 2px;
		padding-left:30px;
		font-size:13px;
	}
.chos
	{
		width:100%;
	}
.chos-lft
	{
		width:45%;
		float:left;
	}
.chos-lft h4
	{
	color: hsl(76, 84%, 38%);
    font-size: 20px !important;
    text-align: left !important;
	padding-left:0px !important;
	}
.chos-rgt
	{
		width:45%;
		float:right;
	}
.chos-rgt h4
	{
	color: hsl(76, 84%, 38%);
    font-size: 20px !important;
    text-align: left !important;
	padding-left:0px !important;
	}
	
.test-video
	{
		width:100%;
	}
.test-video ul
	{
		 margin: 0 0 0 100px;
		padding:0px;
	}
.test-video ul li
	{
		margin:0px 20px;
		padding:0px;
		float:left;
		list-style:none;
		
	}
.test-video ul li h3
	{
		text-align:left  !important;
		margin-bottom:10px !important;
		font-size:22px !important;
	}
.test-video ul li div
	{
		border:solid 1px #CCC;
		padding:5px;
	}
.Testimonials_page
	{
		width:98%;
		clear:both;
		border-bottom:solid 1px #CCC;
		padding-bottom:8px;
		margin-bottom:8px;
		overflow:hidden;
	}
.Testimonials_page-flt
	{
		width:37%;
		float:left;
	}
.Testimonials_page-rgt
	{
		width:54%;
		float:right;
	}
.Testimonials_page-rgt h3
	{
		
		text-align:left  !important;
		margin-bottom:10px !important;
		font-size:22px !important;
	}
	
	
.join-cnt
	{
		width:100%;
	}
.join-cnt-flt
	{
		width:60%;
		float:left;
	}
.join-cnt-rgt
	{
		width:35%;
		float:right;
	}
.join-cnt-form
	{
		width:100%;
		float:left;
                
	}
.join-cnt-form ul
	{
		width:50%;
	}
.join-cnt-form ul li
	{
		list-style:none;
		margin:0px 0px 10px 0px;
		padding:0px 0px;
	}
.join-cnt-form ul li input
	{
		height:28px;
		border:solid 1px #ccc;
		padding-left:5px;
		width:100%;
   
	}
.join-cnt-form ul li textarea
	{
		height:60px;
		border:solid 1px #ccc;
		padding-left:5px;
		width:100%;
                
	}
.join-cnt-form ul li .submit-btn
	{
		background:#030537;
		text-align:center;
		color:#fff;
		margin:10px 4px;
		padding:0px 12px;
		cursor:pointer;
		border:0px;
		width:80px;
	}
.join-cnt-form ul li .submit-btn:hover
	{
		background:#ebe9e9;
		color:#000;
	}
.facebook
	{
		width:84%;
		float:left;
		background:#00a1cb;
		padding:5%
	}
.facebook-inr
	{

		background:#cfcfcf;
		overflow:hidden;
		padding:10px 0px 0px 10px;
	}
.facebook-inr ul
	{
		margin:0px;
		padding:0px;
	}
.facebook-inr ul li
	{
		margin:0px 0px 8px 4px;
		padding:0px 0px;
		float:left;
		list-style:none;
		border:solid 1px #000;
		padding:4px;
	}
.facebook-inr ul li img
	{
		width:53px;
		height:40px;
	}
.facebook-inr ul li:first-child
	{
		margin-left:0px;
	}
/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}


.map address+address {
    float: left;
 	margin-left: 30px;
 }
 .map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
 width: 100% !important;
 float: none !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}
 .extra_wrapper {
 overflow: visible;
}

.map figure {
	margin-bottom: 15px;
}

.camera_prev {
    margin-left: -384px !important;
}

.camera_next {
    margin-right: -44px !important;
}

.map p {
    margin-top: 0px;
}

/*====margin & padding class ===*/
.tab-mr
	{
		margin:20px 0px 20px 0px;
	}
	
.tb-inr
	{
		width:100%;
		padding:10px;
	}
.tb-inr p
	{
		font-size:13px;
		text-align:justify;
		margin-bottom:10px;
	}
.tb-inr-lft
	{
		width:50%;
		float:left;
	}
.tb-inr-lft h3
	{
		font-size:20px !important;
		color:#86b20f;
		text-align:left !important;
		
	}
.tb-inr-rgt
	{
		width:40%;
		float:right;
		padding-top:6%;
	}
.tb-inr-rgt img
	{
		border:solid 1px #CCC;
		padding:4px;
	}
.prduct-box
	{
		width:98%;
		overflow:hidden;
		padding-bottom:20px;
		margin-bottom:20px;
		border-bottom:solid 1px #CCC;
	}
.prduct-box-lft
	{
		width:100%;
		float:left;
	}
.prduct-box-lft h3
	{
		font-size:20px !important;
		color:#86b20f;
		text-align:left !important;
	}
.prduct-box-lft p
	{
		font-size:13px;
	}
.prduct-box-rgt
	{
		width:32%;
		float:right;
	}
.prduct-box-rgt img
	{
border:solid 1px #CCC;
		padding:4px;
	}

	
.why-cnt
	{
		width:50%;
		float:left;
	}

.why-cnt p
	{
		margin-bottom:8px;
	}
	
.why-cnt-rgt
	{
		width:45%;
		float:right;
	}
	
.why-cnt-rgt h4
	{
	color: hsl(76, 84%, 38%);
    font-size: 20px !important;
    text-align: left !important;
	}
.why-cnt-rgt ul
	{
		margin:0px 0px 0px 20px;
		padding:0px;
	}
.why-cnt-rgt ul li
	{
		background:url(./images/bullet-tick.png) no-repeat 0px 2px;
		padding-left:30px;
		font-size:13px;
	}
.chos
	{
		width:100%;
	}
.chos-lft
	{
		width:45%;
		float:left;
	}
.chos-lft h4
	{
	color: hsl(76, 84%, 38%);
    font-size: 20px !important;
    text-align: left !important;
	padding-left:0px !important;
	}
.chos-rgt
	{
		width:45%;
		float:right;
	}
.chos-rgt h4
	{
	color: hsl(76, 84%, 38%);
    font-size: 20px !important;
    text-align: left !important;
	padding-left:0px !important;
	}
.test-video
	{
		width:100%;
	}
.test-video ul
	{
		margin:0px;
		padding:0px;
	}
.test-video ul li
	{
		margin:0px 20px;
		padding:0px;
		float:left;
		list-style:none;
		
	}
.test-video ul li h3
	{
		text-align:left  !important;
		margin-bottom:10px !important;
		font-size:22px !important;
	}
.test-video ul li div
	{
		border:solid 1px #CCC;
		padding:5px;
	}
}
@media only screen and (max-width: 767px) {
 body {
 min-width: 420px;
}

.logos .clear {
    height: 0;
}

.camera_prev {
    margin-left: -210px !important;
}

.camera_next {
    margin-right: -210px !important;
}


.page1 .content address {
    text-align: center;
}

.page1 .content address img {
    margin: 0 auto 25px;
}

.block1:after, .block2:after {
    display: none;
}

 .map address {
    float: none;
    margin-left: 0 !important;
 }

  .map address +address {
    margin-top: 30px;
  }


header h1 {
	display: block;
	width: auto;
	height: auto;
}




.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-top: 30px !important;
margin-bottom: 20px !important;
}

h1 a {
	max-width: 90%;
}


.img_inner img {
	width: 100%;
}


 header h1 {
 margin-bottom: 20px;
 float: none;
 text-align: center;
}
 header h1 a {
 	width: auto;
 	display: inline-block;
 height: auto;
}
 header h1 a img {
}

 .map {
 	padding-right: 0px !important;
 }

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}

.icon {
    margin-top: 30px;
}

#owl .fl {
    float: none !important;
    padding-bottom: 20px;
}

.ver:after {
    display: none;
}

h2 {
    line-height: 40px;
}

.links {
    margin-bottom: 30px;
}

.banr-inr {
    margin: 0 auto;
 width: 100%;
}

.owl-rgt
	{
		width:100%;
		float:none;
		margin-top:25px;
	}
#owl {
	overflow: hidden;
	z-index: 1;
	margin-top: -44px;
	position: relative;
	padding:71px 10px 0px 10px;
	width:100%;

}
.select-menu {
    display: block;
    width: 100%;
}



/*====margin & padding class ===*/
.tab-mr
	{
		margin:20px 0px 20px 0px;
	}
	
.tb-inr
	{
		width:100%;
		padding:10px;
	}
.tb-inr p
	{
		font-size:13px;
		text-align:justify;
		margin-bottom:10px;
	}
.tb-inr-lft
	{
		width:50%;
		float:left;
	}
.tb-inr-lft h3
	{
		font-size:20px !important;
		color:#86b20f;
		text-align:left !important;
		
	}
.tb-inr-rgt
	{
		width:40%;
		float:right;
		padding-top:6%;
	}
.tb-inr-rgt img
	{
		border:solid 1px #CCC;
		padding:4px;
	}
.prduct-box
	{
		width:98%;
		overflow:hidden;
		padding-bottom:20px;
		margin-bottom:20px;
		border-bottom:solid 1px #CCC;
	}
.prduct-box-lft
	{
		width:100%;
	
	}

.prduct-box-rgt
	{
		width:100%;
		text-align:center;
	}
.prduct-box-rgt img
	{
border:solid 1px #CCC;
		padding:4px;
	}
	
		
.why-cnt
	{
		width:100%;
		
	}

.why-cnt p
	{
		margin-bottom:8px;
	}
	
.why-cnt-rgt
	{
		width:100%;
	
	}
	
.why-cnt-rgt h4
	{
	color: hsl(76, 84%, 38%);
    font-size: 20px !important;
    text-align: left !important;
	}
.why-cnt-rgt ul
	{
		margin:0px 0px 0px 20px;
		padding:0px;
	}
.why-cnt-rgt ul li
	{
		background:url(./images/bullet-tick.png) no-repeat 0px 2px;
		padding-left:30px;
		font-size:13px;
	}
.chos
	{
		width:100%;
	}
.chos-lft
	{
		width:100%;
	
	}
.chos-lft h4
	{
	color: hsl(76, 84%, 38%);
    font-size: 20px !important;
    text-align: left !important;
	padding-left:0px !important;
	}
.chos-rgt
	{
		width:100%;
		
	}
.chos-rgt h4
	{
	color: hsl(76, 84%, 38%);
    font-size: 20px !important;
    text-align: left !important;
	padding-left:0px !important;
	}
	.test-video
	{
		width:100%;
	}
.test-video ul
	{
		margin:0px;
		padding:0px;
	}
.test-video ul li
	{
		margin:0px 20px;
		padding:0px;
		float:none;
		list-style:none;
		
	}
.test-video ul li h3
	{
		text-align:left  !important;
		margin-bottom:10px !important;
		font-size:22px !important;
	}
.test-video ul li div
	{
		border:solid 1px #CCC;
		padding:5px;
	}
	.join-cnt
	{
		width:100%;
	}
.join-cnt-flt
	{
		width:87%;
	}
.join-cnt-rgt
	{
		width:100%;
	}
.join-cnt-form
	{
		width:100%;
		float:left;
                
	}
.join-cnt-form ul
	{
		width:100%;
	}
.join-cnt-form ul li
	{
		list-style:none;
		margin:0px 0px 10px 0px;
		padding:0px 0px;
	}
.join-cnt-form ul li input
	{
		height:28px;
		border:solid 1px #ccc;
		padding-left:5px;
		width:100%;
   
	}
.join-cnt-form ul li textarea
	{
		height:60px;
		border:solid 1px #ccc;
		padding-left:5px;
		width:100%;
                
	}
.join-cnt-form ul li .submit-btn
	{
		background:#0588c0;
		text-align:center;
		color:#fff;
		margin:10px 4px;
		padding:0px 12px;
		cursor:pointer;
		border:0px;
		width:80px;
	}
.join-cnt-form ul li .submit-btn:hover
	{
		background:#ebe9e9;
		color:#000;
	}
.facebook
	{
		width:90%;
		float:left;
		background:#00a1cb;
		padding:5%;
		margin-bottom:10px;
	}
.facebook-inr
	{

		background:#cfcfcf;
		overflow:hidden;
		padding:10px 0px 0px 10px;
	}
.facebook-inr ul
	{
		margin:0px;
		padding:0px;
	}
.facebook-inr ul li
	{
		margin:0px 0px 8px 4px;
		padding:0px 0px;
		float:left;
		list-style:none;
		border:solid 1px #000;
		padding:4px;
	}
.facebook-inr ul li img
	{
		width:53px;
		height:40px;
	}
.facebook-inr ul li:first-child
	{
		margin-left:0px;
	}
}

@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}

.banr-inr {
    margin: 0 auto;
    width: 100%;
}

h2 {
    font-size: 24px;
    padding-left: 20px;
    padding-right: 20px;
}
.camera_prev {
    margin-left: -150px !important;
}

.camera_next {
    margin-right: -150px !important;
}

.request-cont
	{
		width:100%;
		float:left;
	}
.request-cont ul
	{
		margin:10px 0px 0px 0px;
		padding:0px;
	}
.request-cont ul li
	{
		list-style:none;
		margin-bottom:6px;
	}
.request-cont ul li input
	{
		width:98%;
		height:24px;
		border:solid 1px #7d7c7c;
		color:#666;
		padding-left:4px;
	}
.request-cont ul li select
	{
		width:100%;
		height:24px;
		border:solid 1px #7d7c7c;
		color:#666;
		padding-left:4px;
	}
.request-cont ul li textarea
	{
		width:98%;
		height:60px;
		border:solid 1px #7d7c7c;
		color:#666;
		padding-left:4px;
	}
.request-cont ul li .btn
	{
		width:80px;
		height:30px;
		background:#3b99bb;
		text-align:center;
		color:#fff;
		border:none;
		border-radius:5px;
		cursor:pointer;
		float:right;
		  font: 15px/20px 'Oswald', sans-serif;
		margin-right:0px;
	}
.request-cont ul li .btn:hover
	{
		width:80px;
		height:30px;
		background:#5f5e5e;
		text-align:center;
		color:#fff;
		border:none;
		border-radius:5px;
		cursor:pointer;
	}
.join
	{
		float:right;
		clear:both;
		width:250px;
		padding:8px;
		margin-top:-0px;
		margin-bottom:10px;
	}
.copy {
    padding-top: 11px;
    font-weight: bold;
	float:left;
	width:100%;
}
.list_carousel1 .foo-btn {
	position: absolute;
	top:150px;
	width: 100%;
	overflow: hidden;
	height: 56px;
	text-align: right;
}

.owl-rgt
	{
		width:100% !important;
		float:none;
		margin-top:25px;
	}
#owl {
	overflow: hidden;
	z-index: 1;
	margin-top: -44px;
	position: relative;
	padding:71px 10px 0px 10px;
	width:100%;

}

.test-video
	{
		width:100%;
	}
.test-video ul
	{
		margin:0px;
		padding:0px;
	}
.test-video ul li
	{
		margin:0px 20px;
		padding:0px;
		float:none;
		list-style:none;
		
	}
.test-video ul li h3
	{
		text-align:left  !important;
		margin-bottom:10px !important;
		font-size:22px !important;
	}
.test-video ul li div
	{
		border:solid 1px #CCC;
		padding:5px;
	}
.join-cnt
	{
		width:100%;
	}
.join-cnt-flt
	{
		width:87%;
	}
.join-cnt-rgt
	{
		width:100%;
	}
.join-cnt-form
	{
		width:100%;
		float:left;
                
	}
.join-cnt-form ul
	{
		width:100%;
	}
.join-cnt-form ul li
	{
		list-style:none;
		margin:0px 0px 10px 0px;
		padding:0px 0px;
	}
.join-cnt-form ul li input
	{
		height:28px;
		border:solid 1px #ccc;
		padding-left:5px;
		width:100%;
   
	}
.join-cnt-form ul li textarea
	{
		height:60px;
		border:solid 1px #ccc;
		padding-left:5px;
		width:100%;
                
	}
.join-cnt-form ul li .submit-btn
	{
		background:#0588c0;
		text-align:center;
		color:#fff;
		margin:10px 4px;
		padding:0px 12px;
		cursor:pointer;
		border:0px;
		width:80px;
	}
.join-cnt-form ul li .submit-btn:hover
	{
		background:#ebe9e9;
		color:#000;
	}
.facebook
	{
		width:90%;
		float:left;
		background:#00a1cb;
		padding:5%;
		margin-bottom:10px;
	}
.facebook-inr
	{

		background:#cfcfcf;
		overflow:hidden;
		padding:10px 0px 0px 10px;
	}
.facebook-inr ul
	{
		margin:0px;
		padding:0px;
	}
.facebook-inr ul li
	{
		margin:0px 0px 8px 4px;
		padding:0px 0px;
		float:left;
		list-style:none;
		border:solid 1px #000;
		padding:4px;
	}
.facebook-inr ul li img
	{
		width:53px;
		height:40px;
	}
.facebook-inr ul li:first-child
	{
		margin-left:0px;
	}

}

/* ========menu add here ==========*/
ul#menu {
    padding:0;
    margin: 15px 0px 0px 0px;
	float:right;
}
ul#menu li{
    list-style-type: none;
    display: inline-block;
}
/*Link Appearance*/
ul#menu li a {
    text-decoration: none;
    color: #fff;
    background: #0588c0;
    padding: 5px 8px;;
    display:inline-block;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}

ul#menu li a:hover {
    text-decoration: none;
    color: #000;
    background: #ebe9e9;
    padding: 5px 8px;;
    display:inline-block;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
/*Make the parent of sub-menu relative*/
ul#menu li {
    position: relative;
}

/*sub menu*/
ul#menu li ul.sub-menu {
    display:none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100px;
	background:#0588c0;
}


ul#menu li:hover ul.sub-menu {
    display:block;
}


ul#menu ul {
    padding:0;
    margin: 0;
}
ul#menu ul li{
    list-style-type: none;
    display: inline-block;
}
/*Link Appearance*/
ul#menu ul li a {
    text-decoration: none;
    color: #fff;
    background: #0588c0;
    padding: 5px 8px;;
    display:inline-block;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}

ul#menu ul li a:hover {
    text-decoration: none;
    color: #000;
    background: #ebe9e9;
    padding: 5px 8px;;
    display:inline-block;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}
.select-menu {
    
    width: 100%;
}
.entry-title {
    color: #00A1CB;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    font-family:"Times New Roman", Verdana, Arial;
    color: #86B20F;
}
.wpcf7-form{margin-left: 30px;}


.wpcf7-submit{
   border-top: 1px solid #96d1f8;
   background: #00A1CB;
   background: -webkit-gradient(linear, left top, left bottom, from(#00A1CB), to(#ffffff));
   background: -webkit-linear-gradient(top, #00A1CB, #ffffff);
   background: -moz-linear-gradient(top, #00A1CB, #ffffff);
   background: -ms-linear-gradient(top, #00A1CB, #ffffff);
   background: -o-linear-gradient(top, #00A1CB, #ffffff);
   padding: 7px 14px;
   -webkit-border-radius: 11px;
   -moz-border-radius: 11px;
   border-radius: 11px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 13px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   width: 100px;
   cursor: pointer;
   }
.wpcf7-submit:hover {
   border-top-color: #28597a;
   background: #00A1CB;
   color: #ccc;
   }
.wpcf7-submit:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
   .red{ color: red;}
   .contact_button{background-color: #3B99BB;
    box-shadow: 0 7px 0 0 rgba(0, 0, 0, 0.05);
    color: #FFFFFF;
    display: inline-block;
    font: 15px/20px 'Oswald',sans-serif;
    margin-top: 13px;
    padding: 3px 18px;
    text-transform: uppercase;}
    .contactform{margin-left: 10px;}
    .inputtext{width: 250px;}
	
	
