@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
body {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 500;
}
h3{
	color: #0a7bd9;
	font-size: 22px;
}
a , a:hover, a:focus, button, button:hover, button:focus{
	
  transition: all 0.4s ease 0s;
  animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  
text-decoration: none;
}
a{
	color: #2b15a8;
}
.number{    font-family: 'Montserrat', sans-serif;
}
.mt30{
	margin-top: 30px;
}
.askQes {
    position: absolute;
    background: #55aa11;
    z-index: 999;
    right: 30px;
    color: #FFF !important;
    padding: 10px 0;
    min-width: 254px;
    text-align: center;
}
.askQes:hover {
    color: #FFF;
}
.askContainer{
	position:relative;;
}
.m30{
	margin: 30px;
}
.mb0{
	margin-bottom: 0;
}
div{ 
  transition: all 0.4s ease 0s;
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}
h1 {
	font-size: 30px;
	font-weight: 600;
}
.btn-welc {
	font-size: 12px;
	border-radius: 15px;
	background: #0a83d2;
	border: none;
	padding: 3px 12px;
	color: #FFF;
}
.btn-welc:hover {
	font-size: 12px;
	border-radius: 15px;
	background: #0c6fb0;
	border: none;
	padding: 3px 12px;
	color: #FFF;
}
.btn-green {
	font-size: 12px;
	border-radius: 15px;
	background: #6ab42f;
	border: none;
	padding: 3px 12px;
	color: #FFF;
}
.btn-green:hover {
	font-size: 12px;
	border-radius: 15px;
	background: #569524;
	border: none;
	padding: 3px 12px;
	color: #FFF;
}
.top_bar {
	background: url(../img/head_bg.png) no-repeat;
}
.shd {
	-webkit-box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.3);
}
.bgs {
	background: url(../img/head_bg.png) no-repeat;
}
.menus {
	margin: 36px 0px;
}
.read_more {
	border-radius: 15px;
	background: #887ace;
	border: none;
}
.read_more:hover {
	background: #6b5fa7;
}
.readmore {
	border-radius: 15px;
	background: #6ab42e;
	border: none;
}
.readmore:hover {
	background: #4f8921;
}
.brdr {
	border: 1px solid #eceae9;
}
.cont {
}
.cont h1 {
	color: #0a83d2;
}
.cont p {
	color: #7c7c7c;
}
.btmbg {
	background:url(../img/pattern.png) repeat left top #0983d2;
}
.btmtxt {
	padding: 30px 0px;
	text-align: center;
}
.btmtxt h1 {
	color: #fff;
	text-align: center;
	font-size: 25px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	margin: 0 0 20px;
}
.contactbtn {
	border-radius: 89px;
	background: #0983d2;
	border: 2px solid #fff;
	text-align: center;
	font-weight: 600;
	padding: 6px 35px;
	font-size: 18px;
}
.contactbtn:hover {
	background: #0a74b9;
	border: 2px solid #fff;
}
.medplus {
	text-align: center;
	margin: 40px;
}
.pillbox {
	text-align: center;
	margin: 40px;
}
.rxbate {
	text-align: center;
	margin: 40px;
}
.smart {
	text-align: center;
	margin: 40px;
}
.foot {
	margin-top: 10px;
}
.foot .step1, .foot .step2, .foot .step3, .foot .step4{
	min-height:inherit;
}
/*.btmbg {background: url(../img/bgs_1.png) no-repeat #0983d2 center center fixed;
-webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;}*/
.science {
	padding-top: 10px;
}
.science img {
	display: block;
	float: right;
}
.clr {
	clear: both;
}
.midcont {
	margin-top: 40px;
	overflow: hidden;
	font-size:13px;
}
.midcont .col-md-3{
	padding-right:10px;
	padding-left:5px;
}
.midcont .col-md-3:last-child{
	padding-right:15px;
}
.midcont ul{
	margin:0;
	padding:0;
}
.midcont ul li{
	list-style-type:none;
	margin-bottom:10px;
	padding-left: 25px;  
	text-indent: -10px;
	color: #7c7c7c;
}
.midcont ul li i{
	color: #7c7c7c;
	font-size:10px;
	padding-right:5px;
}
.step1, .step2, .step3, .step4 {
	min-height:292px
}
.step1 {
	border: 1px solid #ededed;
	box-shadow: -1px 0px 10px #ededed;
	padding: 0px 15px 24px 15px;
	border-bottom: 4px solid #6ab42e;
}
.step1 h1 {
	display: block;
	color: #55aa11;
	font-size: 18px;
}
.step1 p {
	color: #7c7c7c;
}
.step2 {
	border: 1px solid #ededed;
	box-shadow: -1px 0px 10px #ededed;
	padding: 0px 15px 24px 15px;
	border-bottom: 4px solid #6ab42e;
}
.step2 h1 {
	display: block;
	color: #55aa11;
	font-size: 18px;
}
.step2 p {
	color: #7c7c7c;
}
.step3 {
	border: 1px solid #ededed;
	box-shadow: -1px 0px 10px #ededed;
	padding: 0px 15px 24px 15px;
	border-bottom: 4px solid #6ab42e;
}
.step3 h1 {
	display: block;
	color: #55aa11;
	font-size: 18px;
}
.step3 p {
	color: #7c7c7c;
}
.step4 {
}
.step4 h1 {
	display: block;
	color: #55aa11;
	font-size: 16px;
}
.step4 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.step4 ul li {
	display: inline-block;
	padding: 5px 0px 6px 0px; 
	margin: 0;
	text-align: left;
	color: #818181;
	min-width: 100px;
}
.step4 ul li a {
	display: inline;
	text-align: left;
	text-decoration: none;
	color: #818181;
	font-size: 13px;
	font-weight: 600;
}
.step5 {
	color: #818181;
}
.step5 h1 {
	display: block;
	color: #55aa11;
	font-size: 16px;
}
.step5 p {
	margin-top: 10px;
}
.step5 a {
	color: #0983D2;
	text-decoration: underline;
}
.step6 {
}
.step6 h1 {
	display: block;
	color: #55aa11;
	font-size: 16px;
}
.step6 a {
	display: inline-block;
	text-align: left;
	text-decoration: none;
	color: #818181;
	width: 150px;
	margin: 5px 5px 10px 5px;
}
.pttxt {
	text-align: left;
	color: #818181;
}
.pttxt_1 {
	text-align: right;
	color: #818181;
}
.navbar-default .navbar-nav > li > a {
	color: #252525;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #ffffff;
}
.nav > li {
	position: relative;
	display: block;
	margin: 2px;
	font-size: 12px;
	font-weight: 700;
}
.nav > li:hover {
	background: #55aa11;
	border-radius: 15px;
}
.nav > li.select a{
	position: relative;
	display: block;
	background: #55aa11;
	border-radius: 15px;
	font-size: 12px;
	color: #fff !important;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 5px 15px;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px !important;
	border: 1px solid transparent;
}
#box {
	background: #fff;
	border-right: 1px solid #ececec;
	border-left: 1px solid #ececec;
	padding: 0px 14px;
}
#box .sec1 {
	display: block;
	border-bottom: 1px solid #ececec;
	line-height: 30px;
	color: #757575;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
}
#box .sec1 p {
	display: inline-block;
	padding-top: 10px;
}
#box .sec1 img {
	display: inline-block;
}
#box .sec2 {
	display: block;
	border-bottom: 1px solid #ececec;
	line-height: 47px;
	color: #757575;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}
#box .sec2 p {
	display: inline-block;
	padding-top: 10px;
}
#box .sec2 img {
	display: inline-block;
}
.sec3 {
	line-height: 30px;
	width: 254px;
	height: 44px;
	background: #55aa11;
	margin-right: 15px;
	z-index: 999;
	position: absolute;
	left: 871px;
}
.sec3 p {
	display: inline-block;
	padding-top: 10px;
	color: #fff;
}
.sec3 img {
	padding: 5px;
}
.caros {
	position: relative;
	z-index: -1;
}
 @media only screen and (max-width: 991px) {
.enus {
	margin-top: 36px;
}
}
@media only screen and (max-width: 1170px) {
.sec3 {
	display: none;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 5px 5px;
	font-size: 0.9em;
	text-align: center;
}
}
#box .sec1 p {
	display: inline-block;
	padding-top: 8px;
}
#box .sec1 p {
	display: inline-block;
	padding-top: 8px;
}
#box .sec2 p i {
	color: #0a83d2;
	font-size: 20px;
}
#box .sec1 p i {
	color: #0a83d2;
	font-size: 26px;
}
 @media only screen and (max-width: 767px) {
.nav > li.select {
	position: relative;
	display: block;
	background: #55aa11;
	border-radius: 15px;
	text-align: center;
	color: #fff;
	padding: 5px 12px;
}
.nav > li {
	text-align: center;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 5px 12px;
	text-align: center;
}
.cont h1 {
	color: #3821ae;
}
.cont p {
	color: #7c7c7c;
}
.read_more {
	border-radius: 8px;
	background: #887ace;
	border: none;
}
.read_more:hover {
	background: #6b5fa7;
}
.readmore {
	border-radius: 8px;
	background: #6ab42e;
	border: none;
}
.readmore:hover {
	background: #4f8921;
}
.step1 {
	border: 1px solid #ededed;
	box-shadow: -1px 0px 10px #ededed;
	padding: 0px 15px 15px 15px;
	border-bottom: 4px solid #6ab42e;
	margin-bottom: 10px;
}
.step2 {
	border: 1px solid #ededed;
	box-shadow: -1px 0px 10px #ededed;
	padding: 0px 15px 15px 15px;
	border-bottom: 4px solid #6ab42e;
	margin-bottom: 10px;
}
.step3 {
	border: 1px solid #ededed;
	box-shadow: -1px 0px 10px #ededed;
	padding: 0px 15px 15px 15px;
	border-bottom: 4px solid #6ab42e;
	margin-bottom: 10px;
}
.medplus {
	text-align: center;
	margin: 0px;
}
.pillbox {
	text-align: center;
	margin: 0px;
}
.rxbate {
	text-align: center;
	margin: 0px;
}
.smart {
	text-align: center;
	margin: 0px;
}
.science img {
	width: 70%;
	margin: 0px auto;
	float: none;
}
.pttxt {
	text-align: center;
}
.pttxt_1 {
	text-align: center;
}
}
 @media only screen and (max-width: 480px) {
.pttxt {
	text-align: center;
}
.pttxt_1 {
	text-align: center;
}
}
/* banner starts here */

.slide_banners {
}
.slide_banners .carousel-indicators {
}
.slide_banners .carousel-control.right, .slide_banners .carousel-control.left {
	background-image: none;
}
.slide_banners .carousel-inner {
	display: inline-block;
	position: relative;
	-moz-box-shadow: rgba(0, 0, 0, 0.8) 3px 3px 10px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.8) 3px 3px 10px inset;
	box-shadow: rgba(0, 0, 0, 0.8) 3px 3px 10px inset;
}
.slide_banners .carousel-inner>.item {
/* display:block; */
 /* position:relative; */
}
.slide_banners .carousel-inner>.item::before {
	/* display:block; */
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	-moz-box-shadow: inset 0 250px 150px -150px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 250px 150px -150px rgba(0,0,0,0.5);
	box-shadow: inset 0 250px 150px -150px rgba(0,0,0,0.5);
}
.slide_banners .carousel-inner>.item>img {
/* display:block; */

}
.slide_banners .carousel {
	position: relative;
}
.slide_banners .carousel-caption {
	text-align: left;
	/* top: 38%; */
	text-shadow: none !important;
	max-width: 350px;
	left: 10%;
	bottom: 29%;
}
.slide_banners .slide_banners .carousel-caption p {
	font-size: 18px;
	color: #fff;
}
.slide_banners .carousel-caption h2 {
	font-weight: 400;
	font-size: 32px;
}
.slide_banners .caption-2 h2 {
	color: #123064;
}
.slide_banners .caption-3 {
	bottom: 33%;
}
.slide_banners .caption-3 h2 {
	color: #123064;
}
.slide_banners .caption-4 {
	bottom: 33%;
	max-width: 400px;
}
.slide_banners .caption-5 {
	bottom: 19%;
	max-width: 400px;
	color: #123064;
}
.slide_banners .caption-6 {
	bottom: 25%;
	max-width: 470px;
}
.slide_banners .caption-7 {
	bottom: 20%;
	max-width: 470px;
}
.slide_banners .caption-8 {
	bottom: 30%;
	max-width: 310px;
}
.web-design {
	text-align: left;
	top: 36%;
	text-shadow: none !important;
	width: 385px;
	left: 15%;
}
.web-design h1 {
	font-size: 25px;
	color: #565656;
}
.read-more {
	font-size: 16px;
	color: #ffffff;
	background: #e92121;
	border-radius: 3px;
	padding: 10px 20px;
	text-align: center;
	text-transform: capitalize;
}
a.read-more:hover {
	text-decoration: none;
	color: #000000;
}
/* banner Ends here */



.sl-slider-wrapper {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	font-family: 'Montserrat', sans-serif;
}
.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}
/* Slide wrapper and slides */

.sl-slide, .sl-slides-wrapper, .sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.sl-slide {
	z-index: 1;
}
/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}
/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}
.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}
.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}
/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}
.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}
.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}
/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}
.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}
/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}
.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}
.demo-1 .sl-slider-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.demo-2 .sl-slider-wrapper {
	width: 100%;
	height: 480px;
	overflow: hidden;
	position: relative;
}
.demo-2 .sl-slider h2, .demo-2 .sl-slider blockquote {
	/* padding: 100px 30px 10px 30px; */
	/* width: 80%; */
	/* max-width: 960px; */
	color: #fff;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
.demo-2 .sl-slider h2 {
	font-size: 100px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}
.demo-2 .sl-slider blockquote {
	background: url(../img/bannerCaptionBg.png) no-repeat left top;
	border-left: none;
	padding: 25px 60px 35px 35px;
	color: #FFFFFF;
	margin: 7% 7% 7% 10%;
	width: 457px;
	height: 275px;
}
.demo-2 .sl-slider blockquote h1 {
	font-size: 33px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}
.demo-2 .sl-slider blockquote p {
	font-size: 16px;
	font-weight: 500;
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
}
.demo-2 .sl-slider blockquote a {
	border-radius: 200px;
	border: 2px solid #c7e5f9;
	padding: 4px 10px;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.demo-2 .sl-slider blockquote a:hover {
	background: #065c94;
}
.demo-2 .sl-slider blockquote p span {
	display: block;
}
.demo-2 .sl-slider .blockquote-2 {
	margin: 25% 18% 18% 9%;
	color: #333;
}
.demo-2 .sl-slider .blockquote-3 {
	margin: 29% 0 18% 16%;
	color: #FFF;
	width: 500px;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.9);
	border-color: #6DBC41;
}
.demo-2 .sl-slider .blockquote-4 {
	margin: 15% 0 18% 10%;
	color: #28262B;
	width: 392px;
	text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.9);/* border-color: #6DBC41; */
}
.demo-2 .sl-slider .blockquote-5 {
	margin: 27% 0 18% 10%;
	color: #FFFFFF;
	width: 500px;
	text-shadow: none;
	/* border-color: #6DBC41; */
	font-size: 25px;
	font-weight: 300;
	line-height: 33px;
}
.demo-2 .sl-slider .blockquote-5 span {
	font-size: 20px;
}
.demo-2 .sl-slider blockquote cite {
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding-top: 30px;
	display: inline-block;
}
.demo-2 .bg-img {
	/* padding: 200px; */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	/* top: -200px; */
  /* left: -200px; */
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	/* background-size: cover; */
	background-position: top right;
}
.demo-2 .bg-img::before {
	/* display:block; */
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	-moz-box-shadow: inset 0 250px 150px -150px rgba(12, 47, 94, 0.6);
	-webkit-box-shadow: inset 0 250px 150px -150px rgba(12, 47, 94, 0.6);
	box-shadow: inset 0 250px 150px -150px rgba(12, 47, 94, 0.6);
}
/* Custom navigation arrows */

.nav-arrows span {
	position: absolute;
	z-index: 2000;
	top: 50%;
	width: 40px;
	height: 40px;
	border: 8px solid #ddd;
	border: 8px solid rgba(150,150,150,0.4);
	text-indent: -90000px;
	margin-top: -40px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-arrows span:hover {
	border-color: rgba(150,150,150,0.9);
}
.nav-arrows span.nav-arrow-prev {
	left: 5%;
	border-right: none;
	border-top: none;
}
.nav-arrows span.nav-arrow-next {
	right: 5%;
	border-left: none;
	border-bottom: none;
}
/* Custom navigation dots */

.nav-dots {
	text-align: center;
	position: absolute;
	bottom: 2%;
	height: 30px;
	width: 100%;
	left: 0;
	z-index: 1000;
}
.nav-dots span {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow: 0 1px 1px rgba(255,255,255,0.4),  inset 0 1px 1px rgba(0,0,0,0.1);
}
.demo-2 .nav-dots span {
	background: rgba(150,150,150,0.1);
	margin: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 0 1px 1px rgba(255,255,255,0.4),  inset 0 1px 1px rgba(0,0,0,0.1),  0 0 0 2px rgba(255,255,255,0.5);
}
.demo-2 .nav-dots span.nav-dot-current, .demo-2 .nav-dots span:hover {
	box-shadow: 0 1px 1px rgba(255,255,255,0.4),  inset 0 1px 1px rgba(0,0,0,0.1),  0 0 0 5px rgba(255,255,255,0.5);
}
.nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
}
/* Content elements */

.demo-1 .deco {
	width: 260px;
	height: 260px;
	border: 2px dashed #ddd;
	border: 2px dashed rgba(150,150,150,0.4);
	border-radius: 50%;
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin: 0 0 0 -130px;
}
.demo-1 [data-icon]:after {
	content: attr(data-icon);
	color: #999;
	text-shadow: 0 0 1px #999;
	position: absolute;
	width: 220px;
	height: 220px;
	line-height: 220px;
	text-align: center;
	font-size: 100px;
	top: 50%;
	left: 50%;
	margin: -110px 0 0 -110px;
	box-shadow: inset 0 0 0 10px #f7f7f7;
	border-radius: 50%;
}
.demo-1 .sl-slide h2 {
	color: #000;
	text-shadow: 0 0 1px #000;
	padding: 20px;
	position: absolute;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 13px;
	text-transform: uppercase;
	width: 80%;
	left: 10%;
	text-align: center;
	line-height: 50px;
	bottom: 50%;
	margin: 0 0 -120px 0;
}
.demo-1 .sl-slide blockquote {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	height: 70px;
	color: #8b8b8b;
	z-index: 2;
	bottom: 50%;
	margin: 0 0 -200px 0;
	padding: 0;
}
.demo-1 .sl-slide blockquote p {
	margin: 0 auto;
	width: 60%;
	max-width: 400px;
	position: relative;
}
.demo-1 .sl-slide blockquote p:before {
	color: #f0f0f0;
	color: rgba(244,244,244,0.65);
	position: absolute;
	line-height: 60px;
	width: 75px;
	height: 75px;
	font-size: 200px;
	z-index: -1;
	left: -80px;
	top: 35px;
	content: '\201C';
}
.demo-1 .sl-slide blockquote cite {
	font-size: 10px;
	padding-top: 10px;
	display: inline-block;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 4px;
}
/* Custom background colors for slides in first demo */

/* First Slide */
.demo-1 .bg-1 .sl-slide-inner, .demo-1 .bg-1 .sl-content-slice {
	background: #fff;
}
/* Second Slide */
.demo-1 .bg-2 .sl-slide-inner, .demo-1 .bg-2 .sl-content-slice {
	background: #000;
}
.demo-1 .bg-2 [data-icon]:after, .demo-1 .bg-2 h2 {
	color: #fff;
}
.demo-1 .bg-2 blockquote:before {
	color: #222;
}
/* Third Slide */
.demo-1 .bg-3 .sl-slide-inner, .demo-1 .bg-3 .sl-content-slice {
	background: #db84ad;
}
.demo-1 .bg-3 .deco {
	border-color: #fff;
	border-color: rgba(255,255,255,0.5);
}
.demo-1 .bg-3 [data-icon]:after {
	color: #fff;
	text-shadow: 0 0 1px #fff;
	box-shadow: inset 0 0 0 10px #b55381;
}
.demo-1 .bg-3 h2, .demo-1 .bg-3 blockquote {
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.demo-1 .bg-3 blockquote:before {
	color: #c46c96;
}
/* Forth Slide */
.demo-1 .bg-4 .sl-slide-inner, .demo-1 .bg-4 .sl-content-slice {
	background: #5bc2ce;
}
.demo-1 .bg-4 .deco {
	border-color: #379eaa;
}
.demo-1 .bg-4 [data-icon]:after {
	text-shadow: 0 0 1px #277d87;
	color: #277d87;
}
.demo-1 .bg-4 h2, .demo-1 .bg-4 blockquote {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.demo-1 .bg-4 blockquote:before {
	color: #379eaa;
}
/* Fifth Slide */
.demo-1 .bg-5 .sl-slide-inner, .demo-1 .bg-5 .sl-content-slice {
	background: #ffeb41;
}
.demo-1 .bg-5 .deco {
	border-color: #ECD82C;
}
.demo-1 .bg-5 .deco:after {
	color: #000;
	text-shadow: 0 0 1px #000;
}
.demo-1 .bg-5 h2, .demo-1 .bg-5 blockquote {
	color: #000;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.demo-1 .bg-5 blockquote:before {
	color: #ecd82c;
}
.demo-2 .bg-img-1 {
	background-image: url(../img/1.jpg);
	background-position: top center;
}
.demo-2 .bg-img-2 {
	background-image: url(../img/2.jpg);
}
.demo-2 .bg-img-3 {
	background-image: url(../img/3.jpg);
}
.demo-2 .bg-img-4 {
	background-image: url(../img/4.jpg);
}
.demo-2 .bg-img-4::before {
	-moz-box-shadow: inset 0 250px 150px -150px rgba(60, 60, 60, 0.6) !important;
 -webkit-box-shadow: inset 0 250px 150px -150px rgba(60, 60, 60, 0.6) !important !important;
	box-shadow: inset 0 250px 150px -150px rgba(60, 60, 60, 0.6) !important;
}
.demo-2 .bg-img-5 {
	background-image: url(../img/5.jpg);
}
/* Animations for content elements */

.sl-trans-elems .deco {
	-webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	animation: roll 1s ease-out both, fadeIn 1s ease-out both;
}
.sl-trans-elems h2 {
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}
.sl-trans-elems blockquote {
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}
.sl-trans-back-elems .deco {
	-webkit-animation: scaleDown 1s ease-in-out both;
	-moz-animation: scaleDown 1s ease-in-out both;
	-o-animation: scaleDown 1s ease-in-out both;
	-ms-animation: scaleDown 1s ease-in-out both;
	animation: scaleDown 1s ease-in-out both;
}
.sl-trans-back-elems h2 {
	-webkit-animation: fadeOut 1s ease-in-out both;
	-moz-animation: fadeOut 1s ease-in-out both;
	-o-animation: fadeOut 1s ease-in-out both;
	-ms-animation: fadeOut 1s ease-in-out both;
	animation: fadeOut 1s ease-in-out both;
}
.sl-trans-back-elems blockquote {
	-webkit-animation: fadeOut 1s linear both;
	-moz-animation: fadeOut 1s linear both;
	-o-animation: fadeOut 1s linear both;
	-ms-animation: fadeOut 1s linear both;
	animation: fadeOut 1s linear both;
}
@-webkit-keyframes roll {
 0% {
-webkit-transform: translateX(500px) rotate(360deg);
}
 100% {
-webkit-transform: translateX(0px) rotate(0deg);
}
}
@-moz-keyframes roll {
 0% {
-moz-transform: translateX(500px) rotate(360deg);
opacity: 0;
}
 100% {
-moz-transform: translateX(0px) rotate(0deg);
opacity: 1;
}
}
@-o-keyframes roll {
 0% {
-o-transform: translateX(500px) rotate(360deg);
opacity: 0;
}
 100% {
-o-transform: translateX(0px) rotate(0deg);
opacity: 1;
}
}
@-ms-keyframes roll {
 0% {
-ms-transform: translateX(500px) rotate(360deg);
opacity: 0;
}
 100% {
-ms-transform: translateX(0px) rotate(0deg);
opacity: 1;
}
}
@keyframes roll {
 0% {
transform: translateX(500px) rotate(360deg);
opacity: 0;
}
 100% {
transform: translateX(0px) rotate(0deg);
opacity: 1;
}
}
@-webkit-keyframes moveUp {
 0% {
-webkit-transform: translateY(40px);
}
 100% {
-webkit-transform: translateY(0px);
}
}
@-moz-keyframes moveUp {
 0% {
-moz-transform: translateY(40px);
}
 100% {
-moz-transform: translateY(0px);
}
}
@-o-keyframes moveUp {
 0% {
-o-transform: translateY(40px);
}
 100% {
-o-transform: translateY(0px);
}
}
@-ms-keyframes moveUp {
 0% {
-ms-transform: translateY(40px);
}
 100% {
-ms-transform: translateY(0px);
}
}
@keyframes moveUp {
 0% {
transform: translateY(40px);
}
 100% {
transform: translateY(0px);
}
}
@-webkit-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@-moz-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@-o-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@-ms-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@-webkit-keyframes scaleDown {
 0% {
-webkit-transform: scale(1);
}
 100% {
-webkit-transform: scale(0.5);
}
}
@-moz-keyframes scaleDown {
 0% {
-moz-transform: scale(1);
}
 100% {
-moz-transform: scale(0.5);
}
}
@-o-keyframes scaleDown {
 0% {
-o-transform: scale(1);
}
 100% {
-o-transform: scale(0.5);
}
}
@-ms-keyframes scaleDown {
 0% {
-ms-transform: scale(1);
}
 100% {
-ms-transform: scale(0.5);
}
}
@keyframes scaleDown {
 0% {
transform: scale(1);
}
 100% {
transform: scale(0.5);
}
}
@-webkit-keyframes fadeOut {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
}
}
@-moz-keyframes fadeOut {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
}
}
@-o-keyframes fadeOut {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
}
}
 @-ms-keyframes fadeOut {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
}
}
@keyframes fadeOut {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
}
}


/* Media Queries for custom slider */
@media screen and (max-width: 992px) {
.step1, .step2, .step3 {
	margin-bottom:20px;
}
.sidebar {
    height: inherit !important;
    background:#fafafa !important;
}

}
@media screen and (max-width: 660px) {
.demo-1 .deco {
	width: 130px;
	height: 130px;
	margin-left: -65px;
	margin-bottom: 50px;
}
.demo-1 [data-icon]:after {
	width: 110px;
	height: 110px;
	line-height: 110px;
	font-size: 40px;
	margin: -55px 0 0 -55px;
}
.demo-1 .sl-slide blockquote {
	margin-bottom: -120px;
}
.demo-1 .sl-slide h2 {
	line-height: 22px;
	font-size: 18px;
	margin-bottom: -40px;
	letter-spacing: 8px;
}
.demo-1 .sl-slide blockquote p:before {
	line-height: 10px;
	width: 40px;
	height: 40px;
	font-size: 120px;
	left: -45px;
}
.demo-2 .sl-slider-wrapper {
	height: 500px;
}
.demo-2 .sl-slider h2 {
	font-size: 36px;
}
.demo-2 .sl-slider blockquote {
	font-size: 16px;
}
.Cont-details.refill{
  	padding: 0!important;
  } 
}



.sidebar {
  background: url(../img/sidebarBg.png) no-repeat right bottom;
  padding-left:0;
  height: 350px;
  padding-top: 20px;
}
.sidebar ul {
  padding: 5px 0;
}
.sidebar li {
list-style-type:none;
background: url(../img/rightBorder.png) no-repeat right bottom;
}
.sidebar li a{
	display:inline-block;
	font-weight:600;
	color:#636363;
	text-decoration:none;
	padding:7px 0;
	text-indent:15px;
	font-size: 14px;
}
.sidebar li a.active, .sidebar li a:hover {
	color: #55AA11;
	background:url(../img/sidebarNavBg.png) no-repeat 0 11px
}
.sidebar li:last-child {
list-style-type:none;
background:none;
}
.innerBanner {
    background: url(../img/innerBg.png) no-repeat 0 0;
    height: 202px;
    background-size: 100% 100%;
}
.innerBanner h1{
	font-size:26px;
	color:#FFF;
	 background:url(../img/innerheadingbg.png) no-repeat right bottom;
	/* max-width: 200px; */
	display: inline-block;
	padding: 11px 25px 11px 0px;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 7%;
	/* overflow: hidden; */
	/* clear: both; */
	/* display: block; */
}


ul.wwd{
margin:20px 0 0 0;
padding-left: 0;
}
ul.wwd li{
list-style-type:none;
background: url(../img/tick_green.png) no-repeat left top;
padding-left: 35px;
padding-bottom: 13px;
}
ul.wwd li:last-child{
padding-bottom: 5px;
}
ul.wwd li a{
	color:#2b15a8;
	text-decoration:underline;
}
ul.wwd li a:hover{
	color:#0f619d;
	text-decoration:none;
}

.contact{
	margin-top: 30px;
	    margin-bottom: 20px
}
.contact h1{
	margin-top: 30px;
}
.contact label{
	font-size:12px;
	font-weight:600;
}





/* -- Contact Start -- */
.cont-head{
 font-weight:300;
 font-size:36px;
 }
  .Cont-details{
 	padding-bottom:25px;
 }
.Cont-details h2{
  font-size: 25px;
  color: #257DB6;
  font-weight: 600;
  text-align:center;
   
  /* margin-bottom:35px; */
 }
 .Cont-details p{
 	text-align:center;
 	padding-bottom:30px;
 }
.Cont-details address{
text-align:center;
 }
 
.Cont-details address i{
  background: #5eb843;
  font-size: 35px;
  padding: 20px;
  border-radius:100%;
  width: 70px;

  height: 70px;
  text-align: center;
  color: #FFF;
  line-height: 31px;
  cursor:pointer;
 }
 
 .Cont-details address h1{
  font-size: 18px;
  color: #4d6aa1;
  display: block;
  text-align: center;
  margin-top: 25px;
 }
 
 .Cont-details address p{
   font-size:16px;
   color:#1f2227;
   font-weight:400;
   text-align:center;
  }
  .Cont-details.refill{
  	padding: 0 20px;
  } 
.Cont-details.refill .bg-color {
    background: #ECF8FF;
    border: 1px solid #B4DEF9;
    height: 40px;
}
 .line-bar{
  border: 1px solid #5eb843;
  width: 73%;
  position: relative;
  top: 35px;
  margin: 0 auto;
  }
.mailing-area{
 background:#1f2227;
 min-height:408px;
 } 
.mailing-area label{
 display:block;
 color: #A9A9A9;
 font-weight: 600;
 font-size: 13px;
}
.bg-color{
background: #A5A5A5;
border:0px;
 
/* border: 2px solid #454545; */
}
 
#submit{
 width:40%;
 margin:0 auto;
 background:#5eb843;
 border:0px;
 color:#FFFFFF;
 display:block;
 padding:15px 0;
 font-size:16px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 }
.form-space{
 margin-top:31px;
 }
.map{
 margin-top:34px;
 }
/* -- Contact End -- */

.pad20{
	padding: 20px;
}

.btn-homelast{
	padding: 5px 25px;
	margin: 20px auto;
}
.btn-homelast:hover{
	padding: 5px 25px;
	
}




.shadow {
        width: 100%;
    height: 125px;
    position: relative;
    margin-top: -95px;
    background: transparent url(../img/shadow.png) no-repeat bottom center;
    background-size: 100% 100%;
    z-index: -1;
    display: none;
}

.sb-description h3 {
    font-size: 20px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.sb-description h3 a {
    color: #4a3c27;
    text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

.nav-arrows {
    display: none;
}

.nav-arrows a {
    width: 42px;
    height: 42px;
        background: #828282 url(../img/nav.png) no-repeat top left;
    position: absolute;
           top: 49%;
    left: 50px;
    text-indent: -9000px;
    cursor: pointer;
    margin-top: -21px;
    opacity: 0.9;
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(255,255,255,0.8);
}

.nav-arrows a:first-child{
    left: auto;
    right: 50px;
    background-position: top right;
}

.nav-arrows a:hover {
    opacity: 1;
}

.nav-dots {
    text-align: center;
    position: absolute;
    bottom: -5px;
    height: 30px;
    width: 100%;
    left: 0;
    display: none;
}

.nav-dots span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 3px;
    background: #cbbfae;
    cursor: pointer;
    box-shadow: 
        0 1px 1px rgba(255,255,255,0.6), 
        inset 0 1px 1px rgba(0,0,0,0.1);
}

.nav-dots span.nav-dot-current {
    box-shadow: 
        0 1px 1px rgba(255,255,255,0.6), 
        inset 0 1px 1px rgba(0,0,0,0.1), 
        inset 0 0 0 3px #cbbfae,
        inset 0 0 0 8px #fff;
}

.nav-options {
    width: 70px;
    height: 30px;
    position: absolute;
    right: 70px;
    bottom: 0px;
    display: none;
}

.nav-options span {
    width: 30px;
    height: 30px;
    background: #cbbfae url(../img/options.png) no-repeat top left;
    text-indent: -9000px;
    cursor: pointer;
    opacity: 0.7;
    display: inline-block;
    border-radius: 50%;
}

.nav-options span:first-child{
    background-position: -30px 0px;
    margin-right: 3px;
}

.nav-options span:hover {
    opacity: 1;
}







/* -------------------------------------------------- */
/* gallery */
/* -------------------------------------------------- */
#gallery .item {
    text-align: center;
    margin-bottom: 30px;
    background: #f5f5f5;
    font-size: 12px;
}

    #gallery .item h4 {
        margin-bottom: 0;
        font-size: 14px;
    }

.pf_text {
    color: #fff;
    text-shadow: 1px 1px rgba(000, 000, 000, 0.5);
}

    .pf_text h4 {
        color: #fff;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 600;
    }

.project-name {
    font-size: 14px;
    font-weight: bold;
    display: block;
}

span.overlay {
    text-align: center;
    display: block;
    display: none;
    width: 100px;
    background: #469159;
    position: absolute;
    background: rgb(101,206,127); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(101,206,127,1) 0%, rgba(70,145,89,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(101,206,127,1)), color-stop(100%,rgba(70,145,89,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(101,206,127,1) 0%,rgba(70,145,89,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(101,206,127,1) 0%,rgba(70,145,89,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(101,206,127,1) 0%,rgba(70,145,89,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(101,206,127,1) 0%,rgba(70,145,89,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65ce7f', endColorstr='#469159',GradientType=0 ); /* IE6-9 */
}

.overlay .info-area {
    display: block;
    margin-top: 10%;
}

.overlay .sb-icons {
    display: block;
    margin-top: 10%;
}


a.img-icon-url, a.img-icon-zoom {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../img/icon-url.png) center no-repeat;
    margin: 0 auto;
    margin: 0 2px 0 2px;
}

a.img-icon-zoom {
    background: url(../img/icon-zoom.png) center no-repeat;
}




/* -------------------------------------------------- */
/* flex slider */
/* -------------------------------------------------- */
.flexslider {
     width: 100%;
    background: none;
    border: none;
    box-shadow: none;
    margin: 0 0 30px 0;
}

.flexslider .col-md-3 {
    width: 220px;
}
.flexslider .col-md-3 img{
    width: 220px;
}
.control-slider {
    float: right;
    display: inline-block;
    margin-right: -10px;
}

.prev-slider, .next-slider {
    float: left;
    display: block;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

    .prev-slider i, .next-slider i {
        border: solid 1px #ccc;
        padding: 5px 10px 5px 10px;
    }

        .prev-slider i:hover, .next-slider i:hover {
            color: #fff;
            border: solid 1px #333;
            background: #333;
        }

.prev-slider {
    margin-right: -5px;
}

.project-carousel ul.slides, .project-carousel-3-col ul.slides {
    margin-top: 10px;
    margin-bottom: 20px;
}

.logo-carousel .flex-direction-nav,
.project-carousel .flex-control-nav,
.project-carousel .flex-direction-nav,
.project-carousel-3-col .flex-control-nav,
.project-carousel-3-col .flex-direction-nav {
    display: none;
}

.logo-carousel.no-control .flex-control-nav {
    display: none;
}

.logo-carousel li img {
    width: auto !important;
}


/* flex slider - testi slider */
#testimonial-full {
    background: url(../images-slider/wide1.jpg) top center !important;
    text-align: center;
    padding: 10px 0 10px 0;
}

.testi-slider blockquote {
    border: none !important;
    margin: 0;
    padding: 20px 100px 0px 100px;
    font-size: 24px;
    font-weight: normal;
    font-family: "PT Sans";
    color: #fff;
}

.testi-slider .flex-control-nav {
    position: absolute !important;
    margin-top: -50px !important;
}

.testi-slider .flex-direction-nav {
    display: none;
}
/* Control Nav */
.testi-slider .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

    .testi-slider .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.testi-slider .flex-control-paging li a {
    background: none;
    width: 8px;
    height: 8px;
    display: block;
    border: solid 1px #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

    .testi-slider .flex-control-paging li a:hover {
        border: solid 1px #fff;
        background: #fff;
    }

    .testi-slider .flex-control-paging li a.flex-active {
        border: solid 1px #fff;
        cursor: default;
        background: #fff;
    }


.teaser-slider h1 {
    font-size: 64px;
    color: #fff;
    font-weight: bold;
}

#toTop{
	display: none !important;
}