
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,dl,dt,dd,ol,nav ul,nav 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%;/*font:inherit;*/}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;font:inherit;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	font-family: "Arial Black", Gadget, sans-serif;
/*	background:#fff;*/
	/*background:url(../images/linen.png);*/
}

/*@font-face {
    font-family: 'dosislight';
    src: url('fonts/Dosis-Light-webfont.eot');
    src: url('fonts/Dosis-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Dosis-Light-webfont.woff2') format('woff2'),
         url('fonts/Dosis-Light-webfont.woff') format('woff'),
         url('fonts/Dosis-Light-webfont.ttf') format('truetype'),
         url('fonts/Dosis-Light-webfont.svg#dosislight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dosisbook';
    src: url('fonts/Dosis-Book-webfont.eot');
    src: url('fonts/Dosis-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Dosis-Book-webfont.woff2') format('woff2'),
         url('fonts/Dosis-Book-webfont.woff') format('woff'),
         url('fonts/Dosis-Book-webfont.ttf') format('truetype'),
         url('fonts/Dosis-Book-webfont.svg#dosisbook') format('svg');
    font-weight: normal;
    font-style: normal;

}*/


.diamond-narrow {
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom: 7px solid red;
	position: relative;
	top: -5px;
}
.diamond-narrow:after {
	content: '';
	position: absolute;
	left: -5px; top: 7px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 7px solid red;
}


.wrap{
/*	width:80%;*/
	width:100%;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}
.header-top{
	/*background:#576f6f;*/
	/*padding:8px 0 0px 0;*/
}
.header-top-left{
	float:left;
}
.header-top-left p{
	font-size:13px;
	color:#c8d8d7;
	padding-top:2px;
}
.header-top-right{
	float:right;
}
.header-top-right li:first-child{
	margin-left:0;
}
.header-top-right li{
	display:inline-block;
	margin-left:20px;
}
.header-top-right li a i{
	margin-right:3px;
}
.header-top-right li a{
	display:block;
	font-size:13px;
	color:#c8d8d7;
	-webkit-transition:all .3s;
       -moz-transition:all .3s;
	     -o-transition:all .3s;
	    -ms-transition:all .3s;
	        transition:all .3s;
}
.header-top-right li a:hover{
	color:#FFF;
	text-decoration:none;
}
/********** Login *************/
#loginContainer {
    position:relative;
}
#loginContainer a span{
  display:block;
}
/* Login Button */
#loginButton { 
    display:inline-block;  
    position:relative;
    z-index:30;
    cursor:pointer;
}
/* Login Box */
#loginBox {
    position:absolute;
    top:50px;
    right:-25px;
    display:none;
    z-index:9999;
     width:330px; 
    margin-top: 0px;
	background:#f1f1f1;
	border-bottom:4px solid #e0e0e0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
}
#loginForm:after {
	content: '';
	position: absolute;
	right: 40px;
	top: -10px;
	border-left:10px solid rgba(0, 0, 0, 0);
	border-right:10px solid rgba(0, 0, 0, 0);
	border-bottom:10px solid #576f6f;
}
#loginForm{
	padding:8%;
}
/* Login Form */
.login-form h3{
	font-size:15px;
	color:#FFF;
	font-weight:bold;
	padding:15px;
	text-align:center;
	background:#576f6f;
	border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	-o-border-radius:5px 5px 0px 0px;
}
.login-form span:first-child{
	margin-top:0;
}
.login-form span{
	background:#FFF;
	margin:15px 0;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    display:block;
    outline:none;
 }
 .login-form span i{
  background:#576f6f;
  padding:12px 8px 13px;
  border-radius:5px 0px 0px 5px;  	
  -webkit-border-radius:5px 0px 0px 5px;
  -moz-border-radius:5px 0px 0px 5px;
  -o-border-radius:5px 0px 0px 5px;
}
.login-form span i img{
	vertical-align:middle;
}
.login-form input[type="text"],.login-form input[type="password"]{
	padding:14px 10px;
    color:#c8d8d7;
    font-size:14px;
    font-weight:700;
    background:none;   
    outline:none;
    border:none;
    margin:0px auto;
    width:80%;  
    -webkit-apperance:none;
    font-family:'Open Sans', sans-serif;
    margin-left:5px;
}
.login-form input[type="password"]{
  letter-spacing:2px;	
}
 .login-form input[type="submit"] {
 	display:block;
	font-size:18px;
	font-weight:600;
	color:#FFF;
	text-transform:uppercase;
	padding:12px 0px;
	width:100%;
	background:#f28858;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border:none;
	border-bottom:4px solid #b56642;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-apperance:none;
	font-family:'Open Sans', sans-serif;
	outline:none;
}
.login-form input[type="submit"]:hover{
     background:#EC7945;
	border-bottom:4px solid #D1612E;
}
.login-form input[type="submit"]:active{
	position:relative;
	bottom:-2px;
}
.logo img{
	display:block;
}
.navbar-brand{
	height:inherit;
	padding:5px 0;
	line-height:inherit;
}
.menu{
	float:right;
	/*padding:22px 0;*/
}
.nav-bg{
	background:#FFF;
	/*border-bottom:3px solid #AB044A;*/
	margin-bottom:0;
	min-height: 120px;
	height: auto;
	width: 100%;
	position: fixed;
	margin-top:-10%;
}
.menu li:first-child{
	margin-left:0;
}
.menu li{
	margin-left:5px;
}
.menu > li > a{
	font-size:14px;
	color:#FFF;
	font-weight:700;
	display:block;
	/*padding:8px 20px;*/
	padding:34px 20px;
	/*border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;*/
}
.navbar-inverse .navbar-nav > li > a{
	color:#383838;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus,.navbar-inverse .navbar-nav>.active>a{
	/*background:#cd8757;
	border-bottom:3px solid #b56642;*/
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
	/*background-color:#FDA87D;
	color:#FFF;*/
	background-color: rgba(15, 189, 151, 0.41);
  	color: #000;
}
.menu li a:hover{
	background:#cd8757;
	border-bottom:3px solid #000;
}
.navbar-toggle{
	margin-top:16px;
	border:none;
}
.header-banner{
	position:relative;
	background:#c8d8d7;
	/*border-bottom: 3px solid #AB044A;*/
	margin-top: 8%;
}
.big-arrow{
	/*background: url("../images/big-arrow.png") no-repeat center bottom;*/
	display:block;
	/*padding:26px 0;*/
	margin-top:-1px;
}
.carousel-control{
	width:inherit;
	top:46%;
	opacity:1;
	display:inline-table;
	text-shadow:none;
}
.left-arrow span,.right-arrow span{
	padding:5px 10px 5px 10px;
	/*background: #222;*/
	font-size: 40px;
	/*background:#f28858;
	border-bottom:4px solid #b56642;*/
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	color:#333;
}
.left-arrow span,.right-arrow span:hover{
	text-decoration:none;
	/*background:#EC7945;
	border-bottom:4px solid #D1612E;*/
}
.left-arrow span{
	border-radius:0px 8px 8px 0px;
	-webkit-border-radius:0px 8px 8px 0px;
	-moz-border-radius:0px 8px 8px 0px;
	-o-border-radius:0px 8px 8px 0px;
}
.right-arrow span{
	border-radius:8px 0 0 8px;
	-webkit-border-radius:8px 0 0 8px;
	-moz-border-radius:8px 0 0 8px;
	-o-border-radius:8px 0 0 8px;
}
.left-arrow span:active,.right-arrow span:active{
	position:relative;
	bottom:-2px;
}
.carousel{
	/*padding:5% 0;*/
	height:inherit;
	margin-bottom:0;
}
.banner-img{
	text-align:right;
}
.banner-desc h2{
	color:#FFF;
	font-size:25px;
	font-weight:700;
	text-transform:uppercase;
	padding:15px;
	background:#8c9796;
	margin-bottom:30px;
	display:inline-block;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-bottom:4px solid #b6bfb6;
}
.banner-desc li{
  display:block;	
}
.banner-desc li span i{ 
  	margin-right:5px;
}
.banner-desc li span{
	font-size:15px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px;
	background:#8c9796;
	margin-top:10px;
	display:inline-block;
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	-o-border-radius:1px;
	border-right:3px solid #b6bfb6;
	box-shadow:0px 5px 10px #b6bfb6;
	-webkit-box-shadow:0px 5px 10px #b6bfb6;
	-moz-box-shadow:0px 5px 10px #b6bfb6;
	-o-box-shadow:0px 5px 10px #b6bfb6;
}
.see-features a{
	display:inline-block;
	font-size:20px;
	font-weight:600;
	color:#FFF;
	text-transform:uppercase;
	padding:15px 30px;
	background:#f28858;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	margin-top:20px;
	border-bottom:4px solid #b56642;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.see-features a:hover{
	text-decoration:none;
	background:#EC7945;
	border-bottom:4px solid #D1612E;
}
.see-features a:active{
	position:relative;
	bottom:-2px;
}
.features{
	margin-top:2em;
	text-align:center;
	background:#fff;
	/*background:#dfe4e7;*/
	font-family:"MS Reference Sans Serif";
	min-height:380px;
	height:auto;
	width:100%;
	/*box-shadow: inset 0px 0px 20px 20px rgba(213, 217, 219, 0.82);*/
	
}
.features2 {
	margin: 2em;
	text-align: center;
	font-family:"MS Reference Sans Serif";
}

.features2 p {
	padding: 10px 0;
	margin: 0 auto;
    width: 85%;
}
.main h2{
	font-size:20px;
	color:#676767;
	/*font-weight:700;
	text-transform:uppercase;*/
	margin:20px 0;
	/*font-style: italic;*/
	font-weight: normal;
	font-family: Arial Black, Gadget, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 24px;
	/*font-style:italic;*/
}
.features h2{
	sfont-size: 30px;
    color: black;
	font-weight:700;
	text-transform:uppercase;
	margin:15px 0;
}
.features p{s
	/*color: #3A3C3B;*/
	color:#444852;
	font-size: 20px;
	line-height: 1.6em;
	padding: 10px 0;
	width: 85%;
	margin: 0 auto;
	/*font-family: kozuka gothic pro;*/
	/*font-family:"Square721 BT";*/
	/*font-family: 'dosislight';*/
	/*font-family: 'dosisbook';*/
	 /*font-family: 'lane_-_narrowregular';*/
	/*font-family: 'fashionismitalic';*/
	font-family: Arial, Helvetica, sans-serif;
  	font-weight: normal;
 	/*font-style: italic;*/
}
.features a.read-more,.support a.read-more{
	display:inline-block;
	color:#FFF;
	font-size:16px;
	font-weight:600;
	padding:12px 35px;
	background:#77a1a0;
	border-bottom:4px solid #576f6f;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	text-decoration:none;
	text-transform:uppercase;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	margin-top:10px;
}
.features a.read-more:hover{
	background:#629796;
	border-bottom:4px solid #406B6A;
}
.features a.read-more:active,.support a.read-more:active{
	position:relative;
	bottom:-2px;
}
.support a.read-more{
	background:#f28858;
	border-bottom:4px solid #b56642; 
	padding:8px 35px;
	font-size:16px;
	margin-top:12px;
}
.support a.read-more:hover{
	background:#EC7945;
	border-bottom:4px solid #D1612E;
}
.support{
	background:#f5f5f5;
	padding:15px 10px;
	margin:8% 0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-moz-border-radius:5px;
}
.support h2{
	font-size:30px;
	color:#7f8c8c;
	font-weight:700;
	text-transform:capitalize;
	margin:0;
}
.support p{
	color:#687170;
	font-size:15px;
	line-height:1.6em;
	padding:5px 0;
}
.list-performance ul{
	margin-left:10px;
}
.list-performance li{
	display:block;
	font-size:15px;
	color:#687170;
	margin:10px 0;
}
.list-performance li i{
	margin-right:5px;
	color:#77a1a0;
	font-size:13px;
}
.progress {
	height:30px;
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden;
	background:#f5f5f5;
	z-index: 1;
	cursor: pointer;
	border-radius:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
 .progress .bar {
		z-index: 2;
		height:30px; 
		text-align: center;
		float:left;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		-ms-box-sizing: content-box;
		box-sizing: content-box;
		-webkit-transition: width 0.6s ease;
		  -moz-transition: width 0.6s ease;
		  -o-transition: width 0.6s ease;
		  transition: width 0.6s ease;
}
.bar {
   background-color:#c8d8d7;
}
.list-performance ul.progress-bars{
	margin-left:0;
}
.list-performance ul.progress-bars li{
	margin:15px 0;
}
.clients {
	margin-top:5%;
}
.clients h2{
	text-align:center;
	color:#c8d8d7;
	background:#FFF;
	padding:20px 0 30px 0;
	margin:0;
	border-radius:0px 0px 50px 50px;
	-webkit-border-radius:0px 0px 50px 50px;
	-moz-border-radius:0px 0px 50px 50px;
	-o-border-radius:0px 0px 50px 50px;
}
.div-img {
	width: 50%;
    float: left;
    height: 100%;
    position: relative;
}
.div-desc {
	width: 50%;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    overflow-y: scroll;
}
.div-desc h2 {
	font-size: 52px;
	margin-bottom: 10px;
	color: #000;
	font-style: arial,vardana;
	font-family: Arial ,helvetica , sans-serif;
}
.div-desc h4 {
	font-size: 20px;
    color: #676767;
	font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    line-height: 24px;
}
.div-desc p {
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1px;
	color:#222121;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
}
ul.a {
	list-style-type: circle;
	margin: 18px;
}
.div-desc ul li {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	color:#222121;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
}
.testimonials{
/*	background:#f28858;*/
	background:#FCF7DA;
	padding:1.5% 0;
}
.testimonials h3{
	font-size:16px;
	color:#666;
	font-weight:600;
	text-transform:uppercase;
	margin:15px 0;
}
.testimonials p{
	color:#7E7D7C;
	font-size:13px;
	font-style:italic;
	line-height:1.8em;
	width:80%;
	margin:0 auto;
}
.testimonials-news{
	/*background:#f28858;*/
	background:#FCF7DA;
}
.news{
	padding:1% 0;
	background:#FFF;
	border-radius:50px 50px 0px 0px;
	-webkit-border-radius:50px 50px 0px 0px;
	-moz-border-radius:50px 50px 0px 0px;
	-o-border-radius:50px 50px 0px 0px;
}
.news-grid{
	background:#87d4ea;
	border:1px solid #87d4ea;
	width:32%;
	padding:0;
	text-align:center;
	/*border-bottom:4px solid #e0e0e0;
	border-right:3px solid #e0e0e0;*/
	box-shadow: 4px 4px 5px #87d4ea;
	border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-moz-border-radius:10px;
	float:left;
}
.news-grid img{
	max-width:100%;
	display:block;
	width:100%;
	border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
	-moz-border-radius:10px 10px 0px 0px;
	-o-border-radius:10px 10px 0px 0px;
}
.news-grid-middle{
 margin:0 2%;	
}
.news-grid h2{
	margin:25px 0 10px 0;
	font-size:20px;
}
.news-grid p{
	font-size:13px;
	color:#000;
	line-height:1.6em;
	/*text-align:justify;*/
	padding: 5%;
}
.news-grid p span {font-size: 20px;}
.news-grid a.read-more{
	font-size:12px;
	color:#77a1a0;
	font-style:italic;
	margin:15px 0;
	display:inline-block;
	text-transform:lowercase;
	font-weight:600;
}
.news-desc-bottom p{
	color:#9a9a9a;
	font-size:11px;
	font-style:italic;
}
.news-desc-bottom p.left{
	float:left;
}
.news-desc-bottom p.right{
	float:right;
}
.news-desc{
	padding:5%;
	position:relative;
}
.news-desc-bottom{
	border-top:1px solid #f2f2f2;
	padding-top:15px;
}
.image-icon{
	position:absolute;
	left:43%;
	top:-12px;
}
.image-icon span{
	padding:15px;
	background:#00B892;
	border-radius:2em;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	-o-border-radius:2em;
}
.image-icon span i{
	vertical-align:middle;
	color:#FFF;
	font-size:23px;
}
.footer{
	/*background:#f28858;*/
	background: #2f3640;
	padding:0 0 1% 0;
	position:relative;
}
.footer-arrow{
	/*background: url("../images/footer-arrow.png") no-repeat center bottom;*/
	display:block;
	padding:50px 0;
}
.footer h2{
	font-size:18px;
	color: #FFF;
	font-weight:600;
	text-transform: uppercase;
	margin: 20px 0;
}
.footer p{
	font-size:13px;
	color:#FFF;
	line-height:2em;
	width:70%;
}
.links{
	margin-top:15px;
}
.links li{
	display:inline-block;
	color:#f1cdbc;
	font-size:13px;
	text-transform:uppercase;
	font-weight:600;
}
.links li a{
	color:#7B7B7B;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.links li a:hover{
	color:#FFF;
}
.products-list ul{
	float:left;
	width:50%;
	padding-left: 15%;
}
.products-list li:first-child a{
	margin-top:0;
}
.products-list li a{
	display:block;
	font-size:14px;
	color:#7B7B7B;
	text-transform:uppercase;
	font-weight:700;
	/*margin-top:10px;*/
	text-decoration:none;
}
.products-list li a:hover{
	color:#FFF;
}
.products-list li a i{
	color:#c8d8d7;
}
.subscribe{
	margin-top:30px;
}
.subscribe input[type="text"]{
	padding:10px;
	font-size:14px;
	color:#222;
	border:2px solid #616464;
	width:60%;
	display:inline-block;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	margin-right:5px;
	outline:none;
}
.subscribe input[type="submit"]{
	font-size:14px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	background: #00B892;
	padding:10px 7%;
	border: none;
	outline:none;
	border-bottom: 4px solid #576f6f;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	vertical-align:bottom;
}
.subscribe input[type="submit"]:hover{
	 background:#598F8E;
   	  border-bottom:4px solid #3B6969;
}
.subscribe input[type="submit"]:active{
	position:relative;
	bottom:-2px;
}
.footer-bottom{
	/*background:#b56642;*/
	background:#272727;
	padding:1% 0;
}
.copy-right{
	float:left;
}
.copy-right p{
	font-size:13px;
	color:#FFF;
/*	font-weight:bold;
	text-transform:uppercase;*/
	padding-top:8px;
	padding-left: 7%;
}
.copy-right p a{
	/*color:#f1cdbc;
	text-decoration:underline;*/
}
.copy-right p a:hover{
	text-decoration:none;
	color:#FFF;
}
.social-icons{
	float:right;
	padding-right:2%;
}
.social-icons li{
	display:inline-block;
}
.social-icons li a{
	width:30px;
	height:30px;
	background:#FFF;
	display:block;
	border-radius:2em;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	-o-border-radius:2em;
	text-align:center;
/*	color:#b56642;*/
	color:#A80549;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.social-icons li a:hover{
	color:#FFF;
	background:#00B892;
}
.social-icons li a i{
	vertical-align:-webkit-baseline-middle;
}
.about-desc{
	margin:2em 0;
}
.about-desc p{
	font-size:14px;
	color:#687170;
	padding:5px 0;
	line-height:1.8em;
}
.partners{
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
}
.partners img{
	width: inherit;
	margin:0 auto;
	margin-top:1em;
	border-radius:2em;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	-o-border-radius:2em;
}
.partners h2{
	margin:0px 0 10px 0;
}
.poducts{
  margin-top:3em;	
}
.poducts h2{
	margin:5px 0;
}
.products-row2{
	margin-top:3em;
}
.support2{
	margin:4% 0;
}
.clients2{
	margin-top:0;
}
.solutions{
	margin:4% 0;
}
.contact_right{
	background:#f1f1f1;
	padding:5%;
}
ul.contact_info {
	padding: 0;
	list-style: none;
	margin: 0;
}
ul.contact_info li{
	margin:1em 0;
}
ul.contact_info li i{
	float:left;
	margin-right:15px;
	font-size:25px;
	color:#ACACAC;
}
ul.contact_info li span{
	float:left;
}
ul.contact_info span {
	color:#ACACAC;
	font-size:14px;
	font-weight:700;
	line-height: 1.6em;
}
ul.contact_info span.msg a {
	color:#ACACAC;
}
ul.contact_info span.msg:hover{
	text-decoration:underline;
}
.contact-form_grid {
	text-align: center;
}
.contact-form_grid input[type="text"],.contact-form_grid textarea {
	display: block;
	width: 99%;
	padding:12px;
	outline: none;
	font-size: 14px;
	font-weight:bold;
	color: #D6D5D5;
	background: #FFF;
	border: none;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	margin-bottom:1em;
	font-family:'Open Sans', sans-serif;
}
.contact-form_grid input[type="text"]:focus,.contact-form_grid textarea:focus {
	color:#ADADAD;
}
 .contact-form_grid textarea {
	height:170px;
	resize:none;
}
.contact-form_grid input[type="submit"] {
	display:block;
	font-size:18px;
	font-weight:600;
	color:#FFF;
	text-transform:uppercase;
	padding:12px 0px;
	width:100%;
	background:#f28858;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border:none;
	border-bottom:4px solid #b56642;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-apperance:none;
	font-family:'Open Sans', sans-serif;
	outline:none;
}
.contact-form_grid input[type="submit"]:hover {
	 background:#EC7945;
	 border-bottom:4px solid #D1612E;
}
.contact-form_grid input[type="submit"]:active {
  position:relative;
  bottom:-2px;
}
/***** 404 ****/
.page-not-found{
	text-align:center;
	color: #353434;
}
.page-not-found h4{	
	font-size:5em;
	text-shadow: 1px 1px 1px #FFF, 2px 2px 1px #888;
	text-transform:uppercase;
}
.page-not-found h3{
	font-size: 12em;
	text-shadow: 1px 1px 1px #FFF, 3px 2px 1px #888;
	font-weight:bold;
}


#searchbox {
	background-color: #C36;
	height: auto;
	width: 100%;
}
#searchboxdiv {
	background-color: #369;
	float: right;
	height: 50px;
	width: 30%;
}
#aboutus {
	/*background-color: #dcae77;*/
	height: auto;
	min-height: 80px;
	/*width: 56%;
	border-bottom:5px solid #2f3640;*/
	  margin-top: 7%;
}

#aboutus1 {
/*background-color: #c8a899;*/
height: auto;
min-height: 80px;
/*width: 64%;*/
/*border-bottom: 5px solid #a91a45;*/
/*box-shadow: inset 0px -5px 0px 0px #2F3640;
float: right;
margin-top:5%;*/
}

#aboutus2 {
/*background-color: #d3b094;*/
height: auto;
min-height: 80px;
/*width: 58%;*/
/*border-bottom: 5px solid #2F3640;*/
/*box-shadow: inset 0px -5px 0px 0px #2F3640;
float: right;*/
margin-top:7%;
margin-bottom:-24px;
}
#aboutus3 {
	/*background-color: #dcae77;*/
	height: auto;
	min-height: 80px;
	/*width: 56%;
	border-bottom:5px solid #2f3640;*/
	  margin-top: 7%;
}
#aboutus4 {
	/*background-color: #dcae77;*/
	height: auto;
	min-height: 80px;
	/*width: 56%;
	border-bottom:5px solid #2f3640;*/
	  margin-top: 7%;
}
#circleofwell {
	background-color: #09F;
	min-height: 60px;
	width: 100%;
	height:auto;
}

/*#left1{
	
	background-color: #0F9;
	min-height: 60px;
	width: 30%;
	height:auto;
	float:left;
	}
#right1	{
	
	background-color: #F33;
	min-height: 60px;
	width: 70%;
	height:auto;
	float:right;
	}*/
	
.features .readmore a {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}


.abouttxt{
	
	/*float: right;
	background: #FA94A5;
	padding: 17px;
	font-size: 30px;
	font-weight: bold;*/
	
	/*background: #DFDFDF;*/
	background: rgba(15, 189, 151, 0.41);
  padding: 12px;
  font-size: 28px;
  /*font-weight: 600;*/
  color: #000;
  /*text-align: center;*/
 
	/*font-family:"Times New Roman", Times, serif;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/*margin-top: -2%;*/
	/*padding-right: */
	/*margin-top: -2%;*/
	

}
.abouttxt1 {
	/*float: left;
	background: #FDA87D;
	padding: 17px;
	font-size: 30px;
	font-weight: bold;*/
	
	background: rgba(15, 189, 151, 0.41);
  padding: 12px;
  font-size: 32px;
  /*font-weight: 600;*/
  color: #000;
  text-align: center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.abouttxt2 {
	/*float: left;
	background: #FDA87D;
	padding: 17px;
	font-size: 30px;
	font-weight: bold;*/
	
	background: rgba(15, 189, 151, 0.41);
  padding: 12px;
  font-size: 32px;
      /*font-weight: 700;*/
  /*font-weight: 600;*/
  color: #000;
  text-align: center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 1%;
}

.readmore{
	
	/*background: #ffd74f;*/
	padding: 1%;
	float: right;
	/*border: 2px solid #AB044A;*/
	}
.readmore2{
	
	/*background: #ffd74f;*/
	padding: 1%;
	/*float: right;*/
	/*border: 2px solid #AB044A;*/
	}	
#triyangle{
	
	/*width:20%;*/
	background:#FFF;
	float:right;
	
	}
	
#triyangle1{
	
	/*width:20%;*/
	background:#FFF;
	float:left;
	margin-left: -4.5%;
	}	
	
/*.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 40px solid rgb(250, 148, 165);
}*/

.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent; 
	border-right: 40px solid rgb(253, 168, 125); 
}	

#contleftdiv {

	/*height: auto;*/
	width: 50%;
	float:left;
}
#contleftdiv1{
	float:none;
}
#contrightdiv {
	
	float: right;
	height: auto;
	width: 50%;
}	

.contname{
	
	width: 60%;
	height: 100%;
	padding: 2%;
	box-shadow: 4px 4px 5px #5C5B5B;
	-webkit-shadow: 4px 4px 5px #5C5B5B;
	-moz-shadow: 4px 4px 5px #5C5B5B;
	border: none;
	background: #c0e0e8;
	
	}
	
.contemail{
	
	 width: 60%;
	 height: 100%;
	 padding:2%;
	 margin-top: -10px;
	 box-shadow: 4px 4px 5px #5C5B5B;
	 -webkit-shadow: 4px 4px 5px #5C5B5B;
	-moz-shadow: 4px 4px 5px #5C5B5B;
	 border: none;
	 background:#c0e0e8;
	 margin-top: 1%;
	}
	
.contcontno{
	
	width: 60%;
	height: 100%;
	padding:2%;
	margin-top: -2%;
	box-shadow: 4px 4px 5px #5C5B5B;
	-webkit-shadow: 4px 4px 5px #5C5B5B;
	-moz-shadow: 4px 4px 5px #5C5B5B;
	 border: none;
	 background:#c0e0e8;
	 margin-top: 1%;
	
	}

.contmsg{
	
	width:60%;
	height:100px;
	padding:2%;
	box-shadow: 4px 4px 5px #5C5B5B;
	-webkit-shadow: 4px 4px 5px #5C5B5B;
	-moz-shadow: 4px 4px 5px #5C5B5B;
	border: none;
	background:#c0e0e8;
	
	}
	
.contsubmit{
	
	width:60%;
	padding:1%;
	margin-top:2%;
	border: none;
	background:#339999;
	font-size:24px;
	color:#EDF4F5;
	}
	
.contsubmit:hover{
	
	background:#339999;
	color:#EDF4F5;
	}
	
	
.whatwedoheading{
	
	font-size: 24px;
 	color: #201E1F;
    font-style: italic;
	
	
	}

.taglineheader{
	
	color: #000;
	/*font-weight: bold;*/
	font-size: 20px;
	word-spacing: 4px;
		
	}

#video{
	width:360px; 
	height:200px;
}
.doctor{
border: 2px solid #666;
}
.experience{
	    color: black;
    font-weight: 600;

}
#vision{
	color: #000;  
	font-size: 28px; 
	word-spacing: 4px;
	font-weight: bold;
}
#harmoney{

	color: #000;  
	font-size: 28px; 
	word-spacing: 4px;
	font-weight: bold;

}
#contactname{
width: 95%; 
padding: 1%;
height: 40px;
margin-left:52%;
}
#contactemail{
width: 95%; 
padding: 1%; 
margin-top:3%;
margin-left:52%;
height: 40px;
}
#contactnumber{
width: 95%; 
padding: 1%;
margin-top:3%;
margin-bottom:2%;
margin-left:52%;
height: 40px;
}
#contactmessage{
	 width: 95%;
	 padding-top:2%;
	 height: 100px;
	 resize:none;
	 margin-left: 52%;
}
.neeta{
	color: #000; 
	font-weight: bold;
	 font-size: 28px;
	  word-spacing: 4px;
}
#center{
	color: #000;
	font-weight: bold; 
	font-size: 28px;
	word-spacing: 4px;
}
#submit{
	 width: 48%;
	 height: 50px;
	 margin-left: 75%;
}
.footer-arrow{
	padding: 0;
}
.finalfooter{
	margin-top: 7%;
}
#sense{
	margin-top: -2%;
}
.logomain{
	margin-top: 4%;
	 width:90%;
}
.brochure>a {
text-decoration: none;
margin-left: 37%;
color: #fff;
font-size: 16px;
background-color: #339999;
padding-left: 5%;
padding-top: 1%;
padding-right: 5%;
padding-bottom: 1%;
font-family: "MS Reference Sans Serif";
font-weight: 900;
}
.brochure > p {
    font-size: 16px;
    margin-bottom: 1%;
    margin-right: 0%;
    margin-left: 44%;
    font-family: "MS Reference Sans Serif";
	font-weight:900;
}
#contact1{
	margin-top: 6%;
}
#maintest{
	margin-top: 7%;
}
.finalvideo>a{
	color:#fff;
	background-color: #20b4a4;
	text-decoration: none;
	/*text-decoration: none;*/
	margin-left: 30%;
	color: #fff;
	font-size: 26px;
	background-color: #20b4a4;
	padding-left: 10%;	
	padding-top: 1%;
	padding-right: 10%;
	margin-bottom: 2%;
	padding-bottom: 1%;
}
.testimonialfooter{
	margin-top: 2%;
}
.testmonial-footer{
	/*background-color: #8e0039;*/
	background-color: #87d4ea;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5%;
}
.city{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
/*--responsive design--*/

@media (max-width:1920px) and (min-width:1440px){
	.nav-bg {
		margin-top: -10%;
	}
	main {
		margin-top: 5%;
	}
	#aboutus {
		margin-top: 13%;
	}
}
@media (max-width:1366px){
	main {
		margin-top: 10%;
	}
	#aboutus {
		margin-top: 2%;
	}
	#aboutus3 {
		margin-top: 7%;
	}
	#aboutus4 {
		margin-top: 8%;
	}
	.wrap{
		width:100%;
	}
	#video{
	width: 340px;
	height: 200px;
}
.doctor{
	height: 190px;
	/*width: 180px;*/
	/*margin-top: 1%;*/
	}
.experience{
	font-size: 22px;
}
#vision{
	font-size: 22px;
}
#harmoney{
	font-size: 22px;
	/*margin-top: %;*/
}
.taglineheader{
	font-weight: bold;
}
.abouttxt2{

}

}
@media (max-width:1280px){
	#aboutus {
    	margin-top: -11%;
	}
	.wrap{
		width:100%;
	}
	.doctor{
/*	height: 180px;
	width: 170px;*/
	margin-top: 1%;
	}
.experience{
	font-size: 20px;
	font-weight: bold;
}
#vision{
	font-size: 24px;
}
#harmoney{
	font-size: 24px;
	
}
.taglineheader{
	font-weight: bold;
}
#about789{
	/*padding-right: 37%;*/
}
.abouttxt{
	

	margin-top: 0%;
}
#aboutexp{
	padding-right: 0%;
}
#usa1{
    margin-top: 10%;
}
.finalfooter {
    background: #f28858;
    background: #2f3640;
    padding: 0 0 1% 0;
    position: relative;
    margin-top: -18%;
}
}
@media (max-width:1024px){
	#aboutus {
    	margin-top: 2%;
	}
	.wrap{
		width:100%;
	}
	.banner-desc h2{
		font-size:20px;
		margin-bottom:15px;
	}
	.features h2{
		margin:0;
	}
	.features p{
		width:95%;
	}
	.features a.read-more, .support a.read-more{
		margin-top:0;
	}
	 .col-lg-4{
	 	margin-top:20px;
	 }
	 .partners img{
	 	width:150px;
	 }
	 .testimonials p{
	 	width:100%;
	 }
	 
	 .menu > li > a {
    font-size: 14px;
    color: #FFF;
    font-weight: 700;
    display: block;
    padding: 31px 12px;
}
.abouttxt{
	
	font-size: 26px;
	/*margin-top: -14%;*/
	padding-top: 2%;
}
.div-img {
	width: 35%;
    float: left;
    height: 100%;
    position: relative;
}
.div-desc {
	width: 65%;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    overflow-y: scroll;
	padding: 7px;
}

#video{
	width: 290px;
	height: 150px;
}
.doctor{
	height: 200px;
	/*width: 150px;*/
	margin-top: 1%;

}
.experience{
	font-size: 20px;
	font-weight: bold;

}
#vision{
	font-size: 22px;
}
#harmoney{
	font-size: 22px;
	margin-top: -1%;
}
.taglineheader{
	font-weight: bold;
}
.abouttxt2{
	margin-top: 10%;
	/*font-size: 22px;*/
}
#contact54{
	margin-top: -3%;
}
#about789 {
    padding-right: 0%;
}
#level1 {
    font-size: 26px;
    margin-top: 9%;
}
#maintest{
	margin-top: 9%;
}
#usa1 {
    margin-top: -11%;
}
.interSlider li img {
    width: 100%;
    height: 42%;
}
.brochure > a {
   font-size: 26px;
margin-bottom: 20%;
margin-right: 0%;
margin-left: 30%;
padding-left: 5%;
padding-right: 7%;
}
#contact1{
margin-top: -10%
}		

}
@media (max-width:980px) {
.brochure > a {
    font-size: 16px;
    margin-bottom: 20%;
    margin-right: 0%;
    margin-left: 34%;
}
.brochure > p {
	margin-left: 42%;
}	
}
@media (max-width:800px) {
.logomain{
	margin-top: 2%;
	width: 67%;
	margin-left: -13%;
	margin-bottom: -28%;
}
.nav-bg {
	background: none repeat scroll 0% 0% #FFF;
	/*border-bottom: 1px solid #AB044A;*/
	margin-bottom: 0px;
	min-height: 82px;
	height: auto;
	width: 100%;
	position: fixed;
	margin-top: -12%;
	/*top:0%;*/
}
.menu > li > a {
    padding: 8px 10px;
}
.whatlogomain {
    width: 70%;
    margin-left: -15%;
    margin-top: -2%;
}
#abtnav {
    margin-top: -12%;
}
#main_logo1 {
    width: 69%;
    margin-left: -14%;
}
#contactname {
    margin-left: -1%;
	margin-top: 5%;
}
#contactemail{
	margin-left: -1%;
}
#contactnumber{
	margin-left: -0.5%;

}
#contactmessage{
	/*height: 100px;
	width: 525px;*/
	margin-left: 0%;
	margin-top: 0%;
}
#submit{
	color: #fff;
	margin-left: 0%;
}
#contleftdiv {
    height: auto;
    width: 100%;
    float: none;
    margin-top: -10%;
}
#contrightdiv {
    float: none;
    height: auto;
     width: 100%;
	 margin-bottom: 2%; 
}
.brochure > a {
    font-size: 16px;
    margin-bottom: 20%;
    margin-right: 0%;
    margin-left: 31%;
}
.brochure > p {
	margin-left: 41%;
}
}
@media (max-width:768px){
	.wrap{
		width:90%;
	}
	.menu > li > a{
		padding:8px 10px;
	}
	.footer p{
		width:100%;
	}
	.navbar-inverse .navbar-toggle {
    border-color: #333;
    background: #96bae0;
    margin-top: 7%;
}
	
	
.arrow-right {
    
    display: none;
}

.arrow-left {
    
    display: none;
}

	
#aboutus {
    width: 100%;
 
    text-align: center;
}
#aboutus3 {
    margin-top: 11%;
}
#aboutus4 {
    margin-top: 11%;
}	
.abouttxt {
    float: none;
}

#contleftdiv {

	height: auto;
	width: 100%;
	float:none;
	margin-top: -10%;
}
#contrightdiv {
	
	float: none;
	height: 500px;
	width: 100%;
}
.news-grid >iframe{
				width: 230px;
			}


.contname{
	
	width: 95%;
	height: 100%;
	padding: 2%;
	box-shadow: 4px 4px 5px #5C5B5B;
	-webkit-shadow: 4px 4px 5px #5C5B5B;
	-moz-shadow: 4px 4px 5px #5C5B5B;
	border: none;
	background: #c0e0e8;
	margin-top: 5%;
	
	}
	
.contemail{
	
	 width: 95%;
	 height: 100%;
	 padding:2%;
	 
	 box-shadow: 4px 4px 5px #5C5B5B;
	 -webkit-shadow: 4px 4px 5px #5C5B5B;
	-moz-shadow: 4px 4px 5px #5C5B5B;
	 border: none;
	 background:#c0e0e8;

	
	}
	
.contcontno{
	
	width: 95%;
	height: 100%;
	padding:2%;
	margin-top: 1%;
	box-shadow: 4px 4px 5px #5C5B5B;
	-webkit-shadow: 4px 4px 5px #5C5B5B;
	-moz-shadow: 4px 4px 5px #5C5B5B;
	 border: none;
	 background:#c0e0e8;
	
	
	}

.contmsg{
	
	width:95%;
	height:100px;
	padding:2%;
	box-shadow: 4px 4px 5px #5C5B5B;
	-webkit-shadow: 4px 4px 5px #5C5B5B;
	-moz-shadow: 4px 4px 5px #5C5B5B;
	border: none;
	background:#c0e0e8;
	margin-top: 1%;
	}
	
.contsubmit{
	
	width:95%;
	padding:2%;
	margin-top:2%;
	border: none;
	background:#339999;
	font-size:24px;
	color:#597173;
	}
	#aboutexp{
		margin-top: -1%;
	}
#aboutus {
    /*background-color: #CACACA;*/
    height: auto;
    width: 107%;
  /*  border-bottom: 5px solid #2F3640;*/
    min-height: 46px;
	margin-top: 22%;
}

.abouttxt {
    float: none;
    
    padding: 5px;
    font-size: 22px;
    font-weight: bold;
	text-align:center;
	margin-top: 15%;
	
}

.abouttxt1 {
    float: none;
    
    padding: 5px;
    font-size: 22px;
    font-weight: bold;
	text-align:center;
	margin-top: -4%;
}

#aboutus1 {
   /* background-color: #C8A899;*/
    height: auto;
    min-height: 46px;
    width: 100%;
    float: right;
    margin-top: 5%;
    text-align: center;
}
.abouttxt2 {
    float: none;
   /* background: none repeat scroll 0% 0% #95535D;*/
    padding: 5px;
    font-size: 22px;
    font-weight: bold;
	text-align:center;
	margin-top: -2%;
}	
.neeta{
	margin-top: -10%;
}

#aboutus2 {
    
    height: auto;
    min-height: 46px;
    width: 100%;
   /* border-bottom: 5px solid #2F3640;*/
    float: right;
    margin-top: 13%;
    text-align: center;
}
.features p {
    color: #3A3C3B;
    font-size: 16px;
    line-height: 1.6em;
    padding: 5px 0px;
    width: 85%;
    margin: 0px auto;
    letter-spacing: 1px;
}
.nav-bg {
background: none repeat scroll 0% 0% #FFF;
/*border-bottom: 1px solid #AB044A;*/
margin-bottom: 0px;
min-height: 82px;
height: auto;
width: 100%;
position: fixed;
margin-top: -12%;
/*top:0%;*/
}
.header-banner {
    position: relative;
    background: none repeat scroll 0% 0% #C8D8D7;
    /*border-bottom: 3px solid #AB044A;*/
    margin-top: 41%;
}
.taglineheader{
	margin-top:-15%;
	font-weight: bold;
	font-size: 17px;
}
#video{
	width: 190px;
	height: 100px;
}
.doctor{
/*	height: 200px;
	width: 120px;*/
	margin-top: 2%;

}
.experience{
	font-size: 14px;

}
#vision{
	font-size: 18px;
}
#harmoney{
	font-size: 16px;
	margin-top: 0%;
}
#contactname{
	margin-left: -1%;
}
#contactemail{
	margin-left: -1%;
}
#contactnumber{
	margin-left: -0.5%;

}
#contactmessage{
	/*height: 100px;
	width: 525px;*/
	margin-left: 0%;
	margin-top: 0%;
}
#submit{
	color: #fff;
	margin-left: 0%;
}
.logomain{
			margin-top: -2%;
			width: 67%;
			margin-left: -13%;
			margin-bottom: -28%;
}
.whatlogomain{
width: 70%;
margin-left: -5%;
margin-top: 0%;
}
.navbar-nav{
margin-top: -1%;
}
#abtnav{
	margin-top: -13%;
}
#level1{
	margin-top: -9%;
}
#main_logo1{
width: 69%;
margin-left: -12%;
}
#maintest{
	margin-top: -10%;
}
#contact1{
	margin-top: -6%;
}
#about789 {
    padding-right: 0%;
    margin-top: 2%;
}
#aboutexp {
    padding-right: 2%;
}
#usa1 {
    margin-top: 15%;
}
.interSlider li img {
    width: 100%;
    height: 100%;
}
#header121{
	/*top:1%;*/
	margin-top: -4%;

}
#prof{
	margin-top: -1%;
}
.brochure > a {
    font-size: 16px;
    margin-bottom: 20%;
    margin-right: 0%;
    margin-left: 31%;
}
.brochure > p {
	margin-left: 41%;
}
#contact1{
margin-top: -10%
}
/*.contactus
{
	background-color: #CACACA;
height: auto;
width: 100%;
border-bottom: 5px solid #2F3640;
min-height: 46px;
margin-top: 21%;
}
*/
.finalvideo{
	margin-top: -6%;
}
.finalvideo > a{
	/*margin-left: 26%;*/
	margin-top: 2%;
}

}
@media (max-width:640px){
	.navbar-inverse .navbar-toggle {
    border-color: #333;
    background: #96bae0;
    margin-top: 7%;
}
.whatlogomain {
/*    width: 70%;
    margin-left: -5%;
*/    margin-top: 3%;
}
	.wrap{
		width:90%;
	}
  .menu{
  	float:none;
  	padding:0;
  }
  .menu li{
  	margin-left:0;
  	margin-top:2px;
  }
  .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav>.active>a{
  	border-bottom:none;
  }
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
  	border-color:#E05F25;
  }
  .news-grid{
  	width:92%;
  	float:none;
  	margin:0 auto;
  }
  .news-grid-middle{
  	margin:15px auto;
  }
  .copy-right,.social-icons{
  	float:none;
  	text-align:center;
  }
  .social-icons{
    margin-top:10px;	
  }
  .big-arrow{
  	margin-top:-50px;
  }
  .footer-arrow{
  	margin-bottom:-50px;
  }
  .readmore{
	
	
	padding: 12px;
	float: none;
	
	}
	
	.features p{
	color: #3A3C3B;
	font-size: 20px;
	line-height: 1.6em;
	padding: 5px 0;
	width: 85%;
	margin: 0 auto;
}
 
 .arrow-right {
    
    display: none;
}

.arrow-left {
    
    display: none;
}




/*#aboutus {
    width: 100%;
 
    text-align: center;
}
	
.abouttxt {
    float: none;
}*/
	 
 #contleftdiv {

	height: auto;
	width: 100%;
	float:none;
}
#contrightdiv {
	
	float: none;
	height: 500px;
	width: 100%;
} 

.contname{
	
	width: 95%;
	height: 100%;
	padding: 3%;
	box-shadow: 4px 4px 5px #5C5B5B;
	-webkit-shadow: 4px 4px 5px #5C5B5B;
	-moz-shadow: 4px 4px 5px #5C5B5B;
	border: none;
	background: #c0e0e8;
	
	}
	
	
.contemail{
	
	 width: 95%;
	 height: 100%;
	 padding:3%;
	 margin-top: 1%;
	 box-shadow: 4px 4px 5px #5C5B5B;
	 -webkit-shadow: 4px 4px 5px #5C5B5B;
	-moz-shadow: 4px 4px 5px #5C5B5B;
	 border: none;
	 background:#c0e0e8;
	
	}
	
.contcontno{
	
	width: 95%;
	height: 100%;
	padding:3%;
	margin-top: 1%;
	box-shadow: 4px 4px 5px #5C5B5B;
	-webkit-shadow: 4px 4px 5px #5C5B5B;
	-moz-shadow: 4px 4px 5px #5C5B5B;
	 border: none;
	 background:#c0e0e8;
	
	}

.contmsg{
	
	width:95%;
	height:100px;
	padding:3%;
	box-shadow: 4px 4px 5px #5C5B5B;
	-webkit-shadow: 4px 4px 5px #5C5B5B;
	-moz-shadow: 4px 4px 5px #5C5B5B;
	border: none;
	background:#c0e0e8;
	margin-top: 1%;
	}
	
.contsubmit{
	
	width:95%;
	padding:2%;
	margin-top:2%;
	border: none;
	background:#339999;
	font-size:24px;
	color:#597173;
	}
#aboutus {
    /*background-color: #CACACA;*/
    height: auto;
    width: 100%;
    /*border-bottom: 5px solid #2F3640;*/
    min-height: 46px;
	margin-top: 16%;
}


.abouttxt {
    float: none;
   	background: rgba(15, 189, 151, 0.41); none repeat scroll 0% 0%;
    padding: 5px;
    font-size: 22px;
    font-weight: bold;
	text-align:center;
	margin-top: 15%;
}

.abouttxt1 {
    float: none;
    background: rgba(15, 189, 151, 0.41); none repeat scroll 0% 0%;
    padding: 5px;
    font-size: 22px;
    font-weight: bold;
	text-align:center;
}

#aboutus1 {
   /* background-color: #C8A899;*/
    height: auto;
    min-height: 46px;
    width: 100%;
    float: right;
    margin-top: 5%;
    text-align: center;
}

.abouttxt2 {
    float: none;
    /*background: none repeat scroll 0% 0% #95535D;*/
    padding: 5px;
    font-size: 22px;
    font-weight: bold;
	text-align:center;
}	

#aboutus2 {
   
    height: auto;
    min-height: 46px;
    width: 100%;
   /* border-bottom: 5px solid #2F3640;*/
    float: right;
    margin-top: 12%;
    text-align: center;
}
.features p {
    color: #3A3C3B;
    font-size: 16px;
    line-height: 1.6em;
    padding: 5px 0px;
    width: 85%;
    margin: 0px auto;
}

.nav-bg {
background: none repeat scroll 0% 0% #FFF;
/*border-bottom: 1px solid #AB044A;*/
margin-bottom: 0px;
min-height: 88px;
height: auto;
width: 100%;
position: fixed;
margin-top: -16%;
}

.header-banner {
    position: relative;
    background: none repeat scroll 0% 0% #C8D8D7;
   /* border-bottom: 3px solid #AB044A;*/
    margin-top: 41%;
}
#video{
	width: 460px;
	height: 180px;
}
.doctor{
	height: 90px;
	width: 90px;
	margin-top: 2%;

}
#abtnav {
    margin-top: -1%;
}
.experience{
	font-size: 14px;

}
#vision{
	font-size: 18px;
}

#harmoney{
	font-size: 18px;
	margin-bottom: 5%;
}
#contactname{
	margin-left: -1%;
}
#contactemail{
	margin-left: -1%;
}
#contactnumber{
	margin-left: -1%;
}
#contactmessage{
	height: 100px;
	width: 440px;
}
#submit{
	color: #fff;
	width: 95%;
}
.logomain{
	/*margin-top: -4%;*/
	/*width: 84%;*/
	margin-top: 4%;
}
#about789 {
    padding-right: 0%;
}
#maintest {
    margin-top: -6%;
}
.interSlider li img {
    width: 100%;
    height: 79%;
}

#level1 {
    margin-top: -3%;
}
.brochure > a {
    font-size: 22px;
    margin-bottom: 20%;
    margin-right: 0%;
    margin-left: 24%;

}
#contanctfooter{
	margin-top: 8%;
}
#usa1 {
    margin-top: 22%;
}
.finalvideo > a{
	margin-left: 26%;
	margin-top: 2%;
}
.testimonialfooter{
	margin-top: 31%;
}
}


@media (max-width:480px){
	.wrap{
		width:95%;
	}
	.row{
		margin:0;
	}
	.banner-desc h2{
		font-size:16px;
		margin-bottom:5px;
	}
	.banner-desc li span{
		font-size:13px;
		margin-top:5px;
		padding:5px;
	}
	.products-list ul{
		float:none;
		width:100%;
	}
	.page-not-found h4{
		font-size:2em;
	}
	.page-not-found h3{
		font-size:5em;
	}
	
	.readmore{
	
	
	padding: 12px;
	float: none;
	
	}
	
	.features p{
	color: #3A3C3B;
	font-size: 20px;
	line-height: 1.6em;
	padding: 5px 0;
	width: 85%;
	margin: 0 auto;
}
.arrow-right {
    
    display: none;
}

.arrow-left {
    
    display: none;
}


#contleftdiv {

	height: auto;
	width: 100%;
	float:none;
}
#contrightdiv {
	
	float: none;
	height: 500px;
	width: 100%;
}
.news-grid >iframe{
				width: 280px;
			}



.contname{
	
	width: 95%;
	height: 100%;
	padding: 3%;
	box-shadow: 4px 4px 5px #5C5B5B;
	-webkit-shadow: 4px 4px 5px #5C5B5B;
	-moz-shadow: 4px 4px 5px #5C5B5B;
	border: none;
	background: #c0e0e8;
	
	}
	
	
.contemail{
	
	 width: 95%;
	 height: 100%;
	 padding:3%;
	 margin-top: 1%;
	 box-shadow: 4px 4px 5px #5C5B5B;
	 -webkit-shadow: 4px 4px 5px #5C5B5B;
	-moz-shadow: 4px 4px 5px #5C5B5B;
	 border: none;
	 background:#c0e0e8;
	
	}
	
.contcontno{
	
	width: 95%;
	height: 100%;
	padding:3%;
	margin-top: 1%;
	box-shadow: 4px 4px 5px #5C5B5B;
	-webkit-shadow: 4px 4px 5px #5C5B5B;
	-moz-shadow: 4px 4px 5px #5C5B5B;
	 border: none;
	 background:#c0e0e8;
	
	
	}

.contmsg{
	
	width:95%;
	height:100px;
	padding:3%;
	box-shadow: 4px 4px 5px #5C5B5B;
	-webkit-shadow: 4px 4px 5px #5C5B5B;
	-moz-shadow: 4px 4px 5px #5C5B5B;
	border: none;
	background:#c0e0e8;
	margin-top: 1%;
	}
	
.contsubmit{
	
	width:95%;
	padding:2%;
	margin-top:2%;
	border: none;
	background:#339999;
	font-size:24px;
	color:#fff;
	}
.neeta {font-size: 16px;}
#aboutus {
    /*background-color: #CACACA;*/
    height: auto;
    width: 100%;
   /* border-bottom: 5px solid #2F3640;*/
    min-height: 46px;
	margin-top: 32%;
}


.abouttxt {
    float: none;
    background: none repeat scroll 0% 0% rgba(15, 189, 151, 0.41);
    padding: 5px;
    font-size: 22px;
    /*font-weight: bold;*/
	text-align:center;
	margin-top: 8%;
}

.abouttxt1 {
    float: none;
    background: none repeat scroll 0% 0% rgba(15, 189, 151, 0.41);
    padding: 5px;
    font-size: 22px;
    /*font-weight: bold;*/
	text-align:center;
}

#aboutus1 {
   /* background-color: #C8A899;*/
    height: auto;
    min-height: 46px;
    width: 100%;
    float: right;
    margin-top: 5%;
    text-align: center;
}

.abouttxt2 {
    float: none;
    /*background: none repeat scroll 0% 0% #fe935d;*/
    /*padding: 5px;*/
    font-size: 22px;
    font-weight: bold;
	text-align:center;
}	

#aboutus2 {
    /*background-color: rgba(15, 189, 151, 0.41);*/
    height: auto;
    min-height: 46px;
    width: 100%;
    /*border-bottom: 5px solid #2F3640;*/
    float: right;
    margin-top: 15%;
    text-align: center;
}
#aboutus3 {
    /*background-color: #CACACA;*/
    height: auto;
    min-height: 0px;
    width: 100%;
    /*border-bottom: 5px solid #2F3640;*/
    float: right;
    margin-top: 22%;
    text-align: center;
}
#aboutus4 {
    /*background-color: #CACACA;*/
    height: auto;
    min-height: 0px;
    width: 100%;
    /*border-bottom: 5px solid #2F3640;*/
    float: right;
    margin-top: 22%;
    text-align: center;
}
.features p {
    color: #3A3C3B;
    font-size: 16px;
    line-height: 1.6em;
    padding: 5px 0px;
    width: 85%;
    margin: 0px auto;
}
.nav-bg {
  background: none repeat scroll 0% 0% #FFF;
/*border-bottom: 1px solid #AB044A;*/
margin-bottom: 0px;
min-height: 91px;
height: auto;
width: 100%;
position: fixed;
margin-top: -23%;
}
.header-banner {
    position: relative;
    background: none repeat scroll 0% 0% #C8D8D7;
    /*border-bottom: 3px solid #AB044A;*/
    margin-top: 41%;
}
.products-list li a {
    display: block;
    font-size: 14px;
    color: #7B7B7B;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    line-height: 24px;
    border-bottom: 1px solid #3F3F3F;
}

.taglineheader {
    /*color: #b11736;*/
    font-weight: bold;
    font-size: 16px;
    word-spacing: 4px;
}
#video{
	width: 360px;
	height: 180px;
}
.doctor{
	height: 100%;
	width: 50%;
	margin-top: 10%;

}
.experience{
	font-size: 14px;

}
#vision{
	font-size: 18px;
}
#harmoney{
	font-size: 18px;
	padding-bottom: 10%;
}
#contactname{
	margin-left: -1%;
}
#contactemail{
	margin-left: -1%;
}
#contactnumber{
	margin-left: -1%;
}
#contactmessage{
	height: 100px;
	width: 340px;
}
#center{
	font-size: 22px;
}
#submit{
	width: 90%;
}
.logomain{
	margin-top: -2%;
	/*width: 77%;*/
	margin-left: -7%;
}
#prof{
	padding: 15px;
}
#about789 {
    padding-right: 0%;
}
#usa1 {
    margin-top: 9%;
}
.div-img {
	width: 100%;
    float: none;
    height: 100%;
    position: relative;
}
.div-desc {
	width: 100%;
    float: none;
    height: 100%;
    overflow: hidden;
    position: relative;
    overflow-y: scroll;
	padding: 7px;
}
.interSlider li img {
    width: 100%;
    height: 74%;
}
#contact54{
	margin-top: 1%;
}
.brochure > a {
    font-size: 18px;
    margin-bottom: 20%;
    margin-right: 0%;
    margin-left: 20%;
}
.brochure > p {
    margin-left: 35%;
}
#contanctfooter{
	margin-top: 8%;
}
.footer {
    background: #f28858;
    background: #2f3640;
    padding: 0 0 1% 0;
    position: relative;
    margin-top: 19%;
}
.finalvideo > a{
	margin-left: 19%;
}
.whatlogomain {
    /*width: 70%;*/
    margin-left: 0%;
    margin-top: 0%;
}
#level1 {
    margin-top: -11%;
}
#main_logo1 {
    width: 69%;
    margin-left: 0%;
}
#maintest {
    margin-top: -7%;
}
}
@media (max-width:435px) {
	.whatlogomain {
		margin-left: 0%;
	}
	.div-img {
	width: 100%;
    float: none;
    height: 100%;
    position: relative;
}
.div-desc {
	width: 100%;
    float: none;
    height: 100%;
    overflow: hidden;
    position: relative;
    overflow-y: scroll;
	padding: 7px;
}
}
@media (max-width: 411px) {
	.div-img {
		width: 100%;
		float: none;
		height: 100%;
		position: relative;
	}
	.div-desc {
		width: 100%;
		float: none;
		height: 100%;
		overflow: hidden;
		position: relative;
		overflow-y: scroll;
		padding: 7px;
	}
}
@media (max-width: 385px) {
	.div-img {
	width: 100%;
    float: none;
    height: 100%;
    position: relative;
}
.div-desc {
	width: 100%;
    float: none;
    height: 100%;
    overflow: hidden;
    position: relative;
    overflow-y: scroll;
	padding: 7px;
}
}
@media (max-width:360px){
	#aboutus2 {
    margin-top: 22%;
    
}
	.abouttxt{
		margin-top: -4%;
	}
	#contrightdiv{
		height: 400px;
	}
	.neeta{
		font-size: 16px;
	}
	.contsubmit{
		background-color: #339999;
	}
	#harmoney{
		margin-bottom: 1%;
	}
	#contactmessage{
		width: 94%;
	}
	#submit{
		width: 94%;
	}
#video{
	height: 150px;
	width: 270px;
}
.logomain{
	margin-top: -24%;
	/*width: 75%;*/
	margin-left: 0.5%;
}
.nav-bg {
    background: none repeat scroll 0% 0% #FFF;
    /*border-bottom: 1px solid #AB044A;*/
    margin-bottom: 0px;
    min-height: 95px;
    height: auto;
    width: 100%;
    position: fixed;
    margin-top: -26%;
}
.aboutlogomain{
margin-top: -25%;
width: 73%;
}
.abouttxt2{
	margin-top: 1%;
}
.whatlogomain{
    margin-top: -23%;
    /*width: 78%;*/
    /*height: 102px;*/
    margin-left: 1%;
}
#about789 {
    padding-right: 0%;
    margin-top: 0%;
}
#usa1 {
    margin-top: -4%;
}
.interSlider li img {
    width: 100%;
    height: 55%;
}
.brochure > a {
    font-size: 18px;
    margin-bottom: 20%;
    margin-right: 0%;
    margin-left: 14%;

}
.brochure > p {
    margin-left: 30%;
}
#contanctfooter{
	margin-top: 12%;
}
.footer {
    background: #f28858;
    background: #2f3640;
    padding: 0 0 1% 0;
    position: relative;
    margin-top: 19%;
}
.og-grid li > a img {
    border: none;
    outline: none;
    display: block;
    position: relative;
    margin-top: -68%;
}
#main_logo1 {
    width: 69%;
    margin-left: -2%;
}
.finalvideo > a{
	margin-left: 14%;
}
.div-img {
    width: 100%;
    float: none;
    /* height: 25%;*/ 
    /* position: relative; */
	/*margin: 0 25%;*/
}
.div-desc {
	width: 100%;
    float: none;
    height: 100%;
    /*overflow: hidden;*/
    position: relative;
    overflow-y: scroll;
}
.div-desc h2 {
	font-size: 32px;
	margin-bottom: 5px;
	color: #000;
	font-style: arial,vardana;
	font-family: Arial ,helvetica , sans-serif;
}
.div-desc h4 {
	font-size: 20px;
    color: #676767;
	font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    line-height: 24px;
}
.div-desc p {
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1px;
	color:#222121;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
}
}
@media (max-width:320px){
	.wrap{
		width:98%;
	}
	.header-top-right li{
		margin-left:5px;
	}
	.header-top-right li a,.header-top-left p{
		font-size:11px;
	}
	.banner-desc h2{
		padding:8px;
		font-size:13px;
	}
	.see-features a{
		font-size:16px;
		padding:10px 20px;
		margin-bottom:10px;
	}
	.cd-see-all2 {float: left; width:100%;}
	.subscribe input[type="text"]{
		width:100%;
	}
	.header-top-left p{
		padding-top:5px;
	}
	.header-top{
		/*padding:5px 0;*/
	}
	.big-arrow{
		margin-top:-75px;
	}
	.footer-arrow{
		margin-bottom:-75px;
	}
	.features{
		margin-top:1.5em;
	}
	.support h2{
		font-size:20px;
	}
	.clients h2{
		padding:10px 0;
		font-size:15px;
	}
	.testimonials h3{
		margin:0;
	}
	.about-desc{
		margin:0;
	}
	.main h2{
		margin:10px 0;
	}
	.abouttxt2>h1{
		margin-top:5%;
		background-color: #fff;
	}
	ul.contact_info li span{
		width:82%;
	}
	.readmore{
	
	padding: 12px;
	float: none;
	
	}
	
.features p{
	color: #3A3C3B;
	font-size: 20px;
	line-height: 1.6em;
	padding: 5px 0;
	width: 85%;
	margin: 0 auto;

}
	
.arrow-right {
    
    display: none;
}

.arrow-left {
    
    display: none;
}

#contleftdiv {

	height: auto;
	width: 100%;
	float:none;
}
#contrightdiv {
	
	float: none;
	height: 400px;
	width: 100%;
}
.news-grid >iframe{
				width: 230px;
			}

	
.contname{
	
	width: 95%;
	height: 100%;
	padding: 3%;
	box-shadow: 4px 4px 5px #5C5B5B;
	-webkit-shadow: 4px 4px 5px #5C5B5B;
	-moz-shadow: 4px 4px 5px #5C5B5B;
	border: none;
	background: #c0e0e8;
	
	}
	
.contemail{
	
	 width: 95%;
	 height: 100%;
	 padding:2%;
	  margin-top: 1%;
	 box-shadow: 4px 4px 5px #5C5B5B;
	 -webkit-shadow: 4px 4px 5px #5C5B5B;
	-moz-shadow: 4px 4px 5px #5C5B5B;
	 border: none;
	 background:#c0e0e8;
	
	}
	
.contcontno{
	
	width: 95%;
	height: 100%;
	padding:2%;
	margin-top: 1%;
	box-shadow: 4px 4px 5px #5C5B5B;
	-webkit-shadow: 4px 4px 5px #5C5B5B;
	-moz-shadow: 4px 4px 5px #5C5B5B;
	 border: none;
	 background:#c0e0e8;
	
	
	}

.contmsg{
	
	width:95%;
	height:100px;
	padding:2%;
	box-shadow: 4px 4px 5px #5C5B5B;
	-webkit-shadow: 4px 4px 5px #5C5B5B;
	-moz-shadow: 4px 4px 5px #5C5B5B;
	border: none;
	background:#c0e0e8;
	margin-top: 1%;
	}
	
.contsubmit{
	
	width:95%;
	padding:2%;
	margin-top:2%;
	border: none;
	background:#339999;
	font-size:24px;
	color:#fff;
	}

#aboutus {
    /*background-color: #FEDE71;*/
    height: auto;
    width: 100%;
   /* border-bottom: 5px solid #2F3640;*/
    min-height: 46px;
	margin-top: 0%;
}


.abouttxt {
    float: none;
    /*background: none repeat scroll 0% 0% #CACACA;*/
    padding: 5px;
    font-size: 22px;
    font-weight: bold;
	text-align:center;
	margin-top: -16%;
		
}
	
	
.abouttxt1 {
    float:none;
    /*background: none repeat scroll 0% 0% #CACACA;*/
    padding: 5px;
    font-size: 22px;
    font-weight: bold;
	text-align:center;
}

#aboutus1 {
    /*background-color: #C8A899;*/
    height: auto;
    min-height: 46px;
    width: 100%;
    float: right;
    margin-top: 5%;
    text-align: center;
}
	
.abouttxt2 {
    float: none;
    /*background: none repeat scroll 0% 0% #95535D;*/
    /*padding: 5px;*/
    font-size: 18px;
    font-weight: bold;
	text-align:center;
	margin-top: -2%;
}	

#aboutus2 {
   /* background-color: #B37381;*/
    height: auto;
    /*min-height: 58px;*/
    width: 100%;
   /* border-bottom: 5px solid #2F3640;*/
    float: right;
    margin-top: 25%;
    text-align: center;

}

.features p {
    color: #3A3C3B;
    font-size: 16px;
    line-height: 1.6em;
    padding: 5px 0px;
    width: 85%;
    margin: 0px auto;
}

#prof{
	font-size: 26px;
	padding: 5px;
}
.nav-bg {
    background: none repeat scroll 0% 0% #FFF;
    /*border-bottom: 1px solid #AB044A;*/
    margin-bottom: 0px;
    min-height: 49px;
    height: auto;
    width: 100%;
    position: fixed;
    margin-top: -27%;

}

.header-banner {
    position: relative;
    background: none repeat scroll 0% 0% #C8D8D7;
   /* border-bottom: 3px solid #AB044A;*/
    margin-top: 41%;
}

.products-list li a {
    display: block;
    font-size: 14px;
    color: #7B7B7B;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    line-height: 24px;
    border-bottom: 1px solid #3F3F3F;
}

.taglineheader {
    /*color: #b11736;*/
    font-weight: bold;
    font-size: 14px;
    word-spacing: 2px;
}
#video{
	height: 200px;
	width: 250px;
}
.doctor{
	height: 100%;
	width: 50%;
	margin-top: 10%;

}
.experience{
	font-size: 12px;
	font-weight: bold;

}
#vision{
	font-size: 16px;
}
#harmoney{
	font-size: 16px;
}
#contactname{
	margin-left: -1%;
}
#contactemail{
	margin-left: -1%;
}
#contactnumber{
	
}
#contactmessage{
	height: 100px;
	width: 235px;
}
.neeta{
	font-size:18px;
}
#center{
	font-size: 20px;
}
#submit{
	width: 95%;
}
.neeta{
	font-size: 16px;
}
.logomain{
	/*margin-top: -24%;*/
	/*width: 60%;*/
	margin-top: -25%;
	/*width: 60%;*/
	margin-left: -1%;
}
#slider>li{
	margin-top: -5%;
}
.nav-bg{
	background: none repeat scroll 0% 0% #FFF;
/*border-bottom: 1px solid #AB044A;*/
margin-bottom: 0px;
min-height: 81px;
height: auto;
width: 100%;
position: fixed;
margin-top: -30%;
}
#about789 {
    padding-right: 0%;
}
#usa1 {
    margin-top: -5%;
}
.interSlider li img {
    width: 100%;
    height: 46%;
}
#contact54 {
    margin-top: -4%;
}

.brochure > a {
    font-size: 16px;
    margin-bottom: 20%;
    margin-right: 0%;
    margin-left: 14%;

}
.brochure > p {
    margin-left: 30%;
}
#contanctfooter{
	margin-top: 15%;
}
.footer {
    background: #f28858;
    background: #2f3640;
    padding: 0 0 1% 0;
    position: relative;
    margin-top: 19%;
}
.finalvideo>a{
	font-size: 16px;
	/*margin-top: -2%;*/
	margin-left: 23%;
}
.testimonialfooter{
	margin-top: 31%;
}
.whatlogomain {
    margin-top: -24%;
    /*width: 78%;*/
    /*height: 102px;*/
    margin-left: -4%;
}
#index{
	/*margin-top: -4%;*/
}
.div-img {
    width: 100%;
    float: none;
    /* height: 25%;*/ 
    /* position: relative; */
	/*margin: 0 25%;*/
}
.div-desc {
	width: 100%;
    float: none;
    height: 100%;
    /*overflow: hidden;*/
    position: relative;
    overflow-y: scroll;
}
.div-desc h2 {
	font-size: 32px;
	margin-bottom: 5px;
	color: #000;
	font-style: arial,vardana;
	font-family: Arial ,helvetica , sans-serif;
}
.div-desc h4 {
	font-size: 20px;
    color: #676767;
	font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    line-height: 24px;
}
.div-desc p {
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1px;
	color:#222121;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.contname{
      	height: 35px;
      	margin-top: 1%;
      	margin-left: 1.4%;

      }
  .contemail{
      	height: 35px;
      	margin-top: 1%;
      	margin-left: 1.4%;

      }
       .contcontno{
		height: 35px;
      	margin-top: 1%;
      	margin-left:1.6%;
      	      	
      }
      .contmsg{
      	margin-left: 1.5%;
      }
     .contsubmit{
			margin-left: 3%;
		}
	#contactemail {
    width: 95%;
    padding: 1%;
    margin-top: 1%;
    /*margin-left: 52%;*/
    height: 40px;
}
#contactnumber {
    width: 95%;
    padding: 1%;
    margin-top: 1%;
    margin-bottom: 2%;
    /*margin-left: 52%;*/
    height: 40px;
}
#contactmessage {
    width: 95%;
    padding-top: 2%;
    height: 100px;
    resize: none;
    /*margin-left: 52%;*/
    margin-top: 0%;
}
.contsubmit {
    margin-left: 1.5%;
}
.chrome{

    margin-left: 3%;

}
.og-details p {
    /* font-weight: 400; */
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    /* color: #999; */
    color: #222121;
    font-weight: 400;
    /*font-family: all;*/
    font-style: Arial Black, Gadget, sans-serif;
}


.brochure > a {
    font-size: 16px;
    margin-bottom: 20%;
    margin-right: 0%;
    margin-left: 39%;
    font-style: arial,vardana;
}
.brochure > p {
    font-size: 16px;
    margin-bottom: 1%;
    margin-right: 0%;
    margin-left: 45%;
    font-family: "MS Reference Sans Serif";
    font-weight: 900;
}

.interSlider li img {
	width: 100%;
	/*height: 100%;*/
	margin-top: 1%;
}

@media (max-width:1920px) and (min-width:1440px) {
	.interSlider li img {
		margin-top: 2%;
	}
	main {
		margin-top: 5%;
	}	
}
	@media (max-width:1366px) {
		main {
		margin-top: 10%;
	}
	.brochure > p {
		margin-left: 44%;
	}
	.brochure > a {
		margin-left: 37%;
	}	
	@media(max-width: 1280px){
		.brochure > a {
		    font-size: 16px;
		    margin-bottom: 20%;
		    margin-right: 0%;
		    margin-left: 37%;
		    font-style: arial,vardana;
		}

	}
		
	@media(max-width: 1024px){
		#center {
		    color: #000;
		    font-weight: bold;
		    font-size: 28px;
		    word-spacing: 4px;
		    margin-top: 4%;
		}
		#aboutus3 {
   			margin-top: 11%;
		}
		#aboutus4 {
   			margin-top: 12%;
		}
		.abtnav-nav {
		    float: left;
		    margin: 0;
		    margin-top: -138px;
		}
		.brochure > p {
			margin-left: 42%;
		}
		.brochure > a {
   			font-size: 16px;
   			margin-bottom: 20%;
   			margin-right: 0%;
   			margin-left: 34%;
   			font-style: arial,vardana;
		}
		#contact1{
			margin-top: 2%;
		}
		.bro

	}
	@media(max-width: 800px){
		.logomain {
		    margin-top: 4%;
		    width: 62%;
		    /*margin-left: -18%;*/
		}
		.nav-bg {
		    background: #FFF;
		    /* border-bottom: 3px solid #AB044A; */
		    margin-bottom: 0;
		    min-height: 95px;
		    height: auto;
		    width: 100%;
		    position: fixed;
		    margin-top: -12%;
		}
										
	}
	@media (max-width: 768px){
		/*#level1 {
	    font-size: 26px;
	    margin-top: 28%;
		}*/
		#contrightdiv {
			height: 400px;
		}
		#contactname {
		    margin-left: -1%;
		    margin-top: 5%;
		}
		#contactemail{
		    margin-left: -1%;
		}
		#contactnumber{
		    margin-left: -1%;
		}
		#contactmessage{
			margin-left: -1%;
		}
		.logomain {
		    margin-top: 5%;
		    width: 90%;
		    margin-left: -18%;
		    width: 86%;
		}
		#aboutus3 {
    		margin-top: 21%;
		}
		#aboutus4 {
    		margin-top: 22%;
		}
		.navbar-inverse .navbar-toggle {
		    border-color: #333;
		    background: #96bae0;
		    margin-top: 7%;
		}
		.whatlogomain {
		    width: 70%;
		    margin-left: -17%;
		    margin-top: 1%;
		}
		#main_logo1 {
		    width: 69%;
		    margin-left: -17%;
		    margin-top: 0%;
		}
		#maintest {
    		margin-top: -10%;
		}
		#contact1 {
		    margin-top: -10%;
		}

		.brochure > a {
		    font-size: 22px;
		    margin-bottom: 20%;
		    margin-right: 0%;
		    margin-left: 26%;
		    font-style: arial,vardana;
		}
		.brochure > p {
			margin-left: 40%;
		}
					
		.interSlider li img {
		    width: 100%;
		    height: 100%;
		    margin-top: 1%;
		}
		.nav-bg {
		    background: #FFF;
		   /* border-bottom: 3px solid #AB044A; */
		    margin-bottom: 0;
		    min-height: 120px;
		    height: auto;
		    width: 100%;
		    position: fixed;
		    margin-top: -15%;
		}
		.aboutmain {
		    background: #FFF;
			/* border-bottom: 3px solid #AB044A; */
			margin-bottom: 0;
			min-height: 120px;
			height: auto;
			width: 100%;
			position: fixed;
			margin-top: -5%;
		}
		#abtnav {
		    margin-top: -13%;
		}

		}
		@media(max-width: 667px){
			#prof {
 			   margin-top: 0;
			}
			#abtnav {
 			   margin-top: 0;
			}
			#main_logo1 {margin-left:0;}
			#maintest {
 			   margin-top: -5%;
			}
			#contact1 {
    			margin-top: -5%;
			}
			.brochure > a {
    			font-size: 16px;
    			margin-bottom: 20%;
    			margin-right: 0%;
    			margin-left: 30%;
    			/*font-style: arial,vardana;*/
			}
		}
		@media(max-width: 640px){
			.logomain {
				margin-left: 0;
			}
			.whatlogomain {
    			margin-top: 3%;
    			margin-left: -10%;
			}
			#contactname {
				padding: 3%;
			}
			#contactemail{
				margin-left: 0%;
				padding: 3%;
			}
			#contactnumber{
			    margin-left: 0%;
				padding: 3%;
			}
			#contactmessage{
				width: 94%;
			}
			#usa1 {
					    margin-top: 17%;
					}
					.nav-bg{
						background: #FFF;
					    /* border-bottom: 3px solid #AB044A; */
					    margin-bottom: 0;
					    min-height: 96px;
					    height: auto;
					    width: 100%;
					    position: fixed;
					    margin-top: -18%;
					}
		}
		@media (max-width: 480px) {
			.brochure > p {
				margin-left: 35%;
			}
			.brochure > a {
				margin-left: 24%;
			}
		}
		@media(max-width: 460px){
			.nav-bg {
				margin-top: -24%;
			}
			.logomain {
    			margin-top: -5%;
			}
			#contactname {
				padding: 3%;
			}
			#contactemail{
			    margin-left: 0%;
				padding: 3%;
			}
			#contactnumber{
			    margin-left: 0%;
				padding: 3%;
			}
			#contactmessage{
				width: 94%;
			}
		}
		@media (max-width:435px) {
			.whatlogomain {
				margin-left: 0%;
			}
		}
		@media(max-width: 414px){
			.whatlogomain {
				    width: 70%;
				    margin-left: 0%;
				    margin-top: 2%;
				}
				.navbar-inverse .navbar-toggle {
					    border-color: #333;
					    background: #96bae0;
					    margin-top: 9%;
					}
					#main_logo1 {
					    width: 69%;
					    margin-left: 0%;
					    margin-top: 1%;
					}
					#prof {
					    margin-top: 1%;
					}
					#aboutus3 {
 					   margin-top: 20%;
					}
			.logomain {
			    margin-top: -5%;
			    width: 90%;
			    margin-left: -5%;
			    width: 86%;
			}
			.nav-bg {
					    background: #FFF;
					    /* border-bottom: 3px solid #AB044A; */
					    margin-bottom: 0;
					    min-height: 96px;
					    height: auto;
					    width: 100%;
					    position: fixed;
					    margin-top: -24%;
					}
				.brochure > p {
 				   margin-left: 32%;
				}
				.brochure > a {
				    font-size: 14px;
				    margin-bottom: 20%;
				    margin-right: 0%;
				    margin-left: 22%;
				    /*font-family: cursive;*/
				}
				#usa1 {
					    margin-top: 27%;
					    background: rgba(15, 189, 151, 0.41);
					}

		}
		@media(max-width: 384px){
			.logomain {
			    margin-top: -29%;
			    width: 90%;
			    margin-left: -5%;
			    width: 86%;
			}
			.whatlogomain {
			    width: 70%;
			    margin-left: 0%;
			    margin-top: -23%;
			}
			#aboutus3 {
				margin-top: 21%;
			}
			#aboutus4 {
 			   margin-top: 17%;
			}
			#prof {
			    margin-top: 3%;
			}
			#main_logo1 {
			    width: 69%;
			    margin-left: 0%;
			    margin-top: -23%;
			}
			#usa1{
				margin-top: 22%;
			}	
			.nav-bg {
			    background: #FFF;
			    /* border-bottom: 3px solid #AB044A; */
			    margin-bottom: 0;
			    min-height: 96px;
			    height: auto;
			    width: 100%;
			    position: fixed;
			    margin-top: -24%;
			}		
		}
				@media(max-width: 375px){
			.whatlogomain {
				    width: 70%;
				    margin-left: -4%;
				    margin-top: -22%;
				}
				#main_logo1 {
				    width: 69%;
				    margin-left: -3%;
				    margin-top: -24%;
				}
				.nav-bg {
				    background: none repeat scroll 0% 0% #FFF;
				    /* border-bottom: 1px solid #AB044A; */
				    margin-bottom: 0px;
				    min-height: 91px;
				    height: auto;
				    width: 100%;
				    position: fixed;
				     margin-top: -23%; 
				}
				#abtnav {
					margin-top: 0%;
				}
				#usa1 {
 				   margin-top: 29%;
				}
				#video {
				    width: 320px;
				    height: 180px;
				}
				.brochure > p {
    				margin-left: 30%;
				}
				.brochure > a {
					margin-left: 20%;
				}
		}
					@media(max-width: 360px){
			#contactemail{
				    margin-left: 0%;
			}
			#contactnumber{
				    margin-left: 0%;
			}
			#contactmessage{
				width: 94%;
			}
			#level1 {
			    font-size: 26px;
			    margin-top: -6%;
			}
			.logomain {
			    margin-top: -25%;
			    /*width: 90%;*/
			    margin-left: -4%;
			    width: 75%;
			}
			.nav-bg {
					    background: none repeat scroll 0% 0% #FFF;
					     /*border-bottom: 1px solid #AB044A; */
					    margin-bottom: 0px;
					    min-height: 90px;
					    height: auto;
					    width: 100%;
					    position: fixed;
					    margin-top: -24%;
					}
					#abtnav {
								    margin-top: -2%;
								}
					#prof {
						    margin-top: 0%;
						}
						.whatlogomain {
									    /*width: 70%;*/
									    margin-left: -4%;
									    margin-top: -24%;
									}
		}

		@media(max-width: 320px){
			#contactname{
				padding:3%
			}
			#contactemail{
				margin-left: 0%;
				padding: 3%;
			}
			#contactnumber{
				margin-left: 0%;
				padding: 3%;
			}
			#contactmessage{
				width: 94%;
			}
			#aboutus4 {
 			   margin-top: 18%;
			}
			.nav-bg {
			    background: none repeat scroll 0% 0% #FFF;
			     /*border-bottom: 1px solid #AB044A; */
			    /*/*margin-bottom: 0px;*/
			    min-height: 86px;
			    height: auto;
			    width: 100%;
			    position: fixed;
			    margin-top: -28%;
			}
			#prof {
			    font-size: 26px;
			    padding: 14px;
			}
			.whatlogomain {
			    width: 70%;
			    margin-left: -3%;
			    margin-top: -26%;
			}
			#level1{
				margin-top: -9%;
			}
			.footer{
				margin-top: 20%;
			}
			#form {
			    background-color: #DFE4E7;
			    height: auto;
			    width: 80%;
			    text-align: center;
			    margin: 0 auto;
			    min-height: 390px;
			    margin-bottom: 5%;
			}
			.brochure > a {
			    font-size: 14px;
			    margin-bottom: 20%;
			    margin-right: 0%;
			    margin-left: 20%;
			    /*font-family: cursive;*/
			}
		}

}
