@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
body{
	background: url(images/body.jpg) repeat-y top; 
}

img, object, embed, video {
	max-width: 100%;
}

.caveat-<uniquifier> {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
strong{
	color:#2B7A61;
}

#preloader{
	background: #FFF url(images/loader.gif) no-repeat center;
	background-size: 10%;
	height: 100vh;
	width: 100%;
	display: fixed;
	z-index: 9999;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
.clear{
	clear: both;
}
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#banner{
	
	margin-bottom: 0px;
	margin-top: 35px;

}

#toper{height: 50px;
	z-index: 100;
	width: 100%;
	background:rgba(255,255,255,0.7);
	position: fixed;
	top: 0;
	border-bottom: solid 1px #FFF;
}

#logo{
	width: 35%;
	margin: 0 3% 0 2% ; 
	opacity: inherit;
	float: left;
}
#nav{
	width: 40%;
	float: right;
	margin-top: 2px;
}

#menu{
	margin: auto;
	width: 100%;
	padding-top: 50px;
}
#menu li{ 
	list-style:georgian;
	float: left;
	padding: 10px 2% 10px 2%;
	margin: 10px 0% 5px 1%;
	display: block;
	background: #66c3a6;
	font-weight: bold;
	border-radius: 5px;
	color: #FFF;
}
#menu a, #menu a:visited{
	color: #FFF;
}
	.singer{
		padding-top: 50px;
		width: 100%;

		
	}
	.twopic{
		width: 90%;
		margin: 30px auto;
	}
	.threetxt{
		width: 100%;
		min-height: 250px;
		padding-left: 0%;
		margin-left: 0%;
		text-transform: capitalize;
		color: #6e9589;
		font-weight: bold;
}
	.threetxt h2{
		font-size: 30px;
		font-weight: bold;
		color: #66c3a6;

	}
.threetxt li{
	line-height: 28px;
	margin-top: 20px;
	font-weight: bold;
}
.threetxt strong{
	color: #517c6f;
}

.slider {
    position: relative;
    overflow:visible;
    margin: 0 auto;
	height: 500px;
	z-index: 1;
         }

.slider img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.slider img.active {
    opacity: 1;
         }

.header{
	padding-top: 80px;
}
.write{
	padding: 10px 5%;
	width: 30%;
	background: #66c3a6;
	color: #E6FEFF;
	margin: auto;
	text-align: center;
	border-radius: 10px;
}

.formfull{
	width: 100%;
	margin: auto;
	padding: 30px;
	background: #ddfff4;
	border-radius: 8px;
	margin-top: 80px;
}

.form1{
	width: 90%;
	float: left;
		margin-left: 3%;

	
}
.form1 input {
	width: 100%;
	height: 40px;
	border-radius: 9px;
	background: #f4fffb;
	padding: 10px;
	box-shadow:inset 2px 2px 4px 2px #dbe8e3;
	border: solid 1px #fff;
	margin-bottom: 25px;

}
.form1 input:focus, .form2 textarea:focus{
	border: solid 1px #93ffd5;
	outline: none;
}
.form2{
	width: 90%;
	margin-left: 3%;
	float: left;
}
.form2 textarea{
	width: 100%;
	height: 150px;
	border-radius: 9px;
	background: #f4fffb;
	box-shadow:inset 2px 2px 4px 2px #dbe8e3;
	border: solid 1px #fff;
	padding: 10px;
	margin-top: 25px;
}
.formbtn{
	padding: 10px 5%;
	background: #66c3a6;
	color: #E6FEFF;
	text-align: center;
	border-radius: 10px;
	border: none;
	font-weight: 600;
}

 h2{
		font-size: 30px;
	 text-align: center;

	}
	h3{
		font-size: 18px;
	}
.marker{
	font-size: 18px;
	font-weight: bold;
}
.marker li, .why li{
	list-style-image: url(images/tick.png);
}
.why{
	font-size: 22px;
}
.hding{
	font-size: 25px;
}
.testicont{
	width: 90%;
	padding: 60px 9% 10px 12%;}
.testim{
	background-image: url(images/paper.png);
	height: 300px!important;
	background-size: cover;
	padding: 40px 10% 10px 10%;
	font-size: 19px;
	color: #286ccf;
	font-family: "Caveat", cursive;
	width: 90%;
}
.testim p{
	text-align: right;
	font-weight: bold;
	
}
#intro{
		width: 100%;
	font-family: 'rns_cameliaregular';
	color: #7cb4a2;
	text-align: center;
}
#intro h2{
	font-size: 35px;
	color: #66c3a6;
	font-weight: bold;
	margin-top: 0;
	padding-top:30px;
	}

#intro p{
		font-size: 22px;
	}

.highlight{
	margin: 130px auto;
	background: url(images/slideshow1.jpg) no-repeat fixed center;
	height: 400px;
}

.highlight1{
	margin: 130px auto;
	height: 400px;
}


#grey{
	padding: 30px;
	background: #f5f7fa;
	margin-bottom: 80px;
	color: #4e6890;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.fifty{
	width: 100%;
	padding: 0 5%;
	height: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #183029;
	min-height: 300px;
	color: #EAFFF8;
	font-size: 25px;
}
	.fiftywhy{
	width: 100%;
	height: auto;

}
.number{
	width: 30px;
	height: 30px;
	border-radius: 20px;
	border: solid 1px #18755c;
	background: #41c5a1;
	text-align: center;
	float: left;
	font-size: 17px;
	margin-right: 2%;
}
.order{
	float: left;
	width: 95%;
	font-size: 17px;
	padding-left: 2%;
	margin-top: 15px;
}
.full{
	
}

	.testimonial{
		padding-top: 50px;
		background: url(images/testimonial.jpg) fixed    ;
		color: #66c3a6;
		text-align: center;
		font-size: 28px;
	}
.testi{
	width: 100%;
	background-size:contain;
	background-repeat: no-repeat;
	padding-right:0%;
	min-height: 200px;
	}
.test img{
	width: 100%;
}

.testi_inner{
	padding:0 3% 0 7%;
	width: 100%;
	min-height: 300px;
	top: 0;
	text-indent: 50px;
	font-size: 18px;
	color: #ffe9a1;

}

.space{
	margin: 80px;
	clear: both;
}




#footer {
	border-top: solid 1px #41c5a1;
	font-size: 12px;
	text-align: center;
	color: #4e6890;
	margin: 50px auto 50px auto;
	padding-top: 20px;
}

#float{
	width: 50px;
	height: 180px;	
	position: fixed;
	right: 0;
	bottom: 50px;
	z-index: 1000;
}

.zeroMargin_mobile{
	margin-left: 0;
}

.hide_mobile{
	display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}

#banner{
	
	margin-top: 0;
}

#toper{height: 50px;
	z-index: 100;
	width: 100%;
	position: fixed;
	top: 0;
	}

#logo{
	width: 30%;

	opacity: inherit;
}
#nav{
	width: 40%;
	float: right;
	opacity: inherit;
}

.slider {
            position: relative;
            overflow: hidden;
            margin: 0 auto;
          	height: 500px;
	z-index: 1;
         }

         .slider img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            
            opacity: 0;
            transition: opacity 0.5s ease-in-out;
         }

         .slider img.active {
            opacity: 1;
         }
.form2 textarea{

	margin-top: 0px;
}
	.testi{
	width: 100%;
	background-size:contain;
	background-repeat: no-repeat;
	padding-right:0%;
	min-height: 200px;
}

.testi_inner{
	padding:0px 3% 0 7%;
	width: 100%;
	min-height: 300px;
	top: 0;
	text-indent: 50px;
	font-size: 14px;

}
	
	#float{
	width: 60px;
	height: 200px;	
	position: fixed;
	right: 0;
	bottom: 80px;
}
#footer {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

	
#banner{
	
		margin-top: 0;

}

#toper{height: 50px;
	z-index: 100;
	width: 100%;
	position: fixed;
	top: 0;
}

#logo{
	width: 15%;
	margin: 0 3% 0 2% ; 
	opacity: inherit;
	float: left;
}
#nav{
	width: 60%;
	float: right;
	opacity: inherit;
}	

.slider {
            position: relative;
            overflow: hidden;
            margin: 0 auto;

	z-index: 1;
         }

         .slider img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            opacity: 0;
            transition: opacity 0.5s ease-in-out;
         }

         .slider img.active {
            opacity: 1;
         }
		.twopic{
		width: 25%;
		float: left;
	}
	.threetxt{
		width: 50%;
		float: left;
		min-height: 400px;
		padding-left: 5%;
		margin-left: 3%;
	}
	
	
.fifty{
	width: 50%;
	float: left;
	height: auto;
	background-size: contain;
	background-repeat: no-repeat;
	min-height: 300px;
}
	.fiftywhy{
	width: 50%;
	float: left;
	height: auto;
	background-size: contain;
	background-repeat: no-repeat;
}
	.formfull{
	width: 50%;
	margin: auto;
	padding: 30px;
	background: #ddfff4;
	border-radius: 8px;
	margin-top: 80px;
}

.form1{
	width: 40%;
	float: left;
	
}

.form2{
	width: 50%;
	margin-left: 3%;
	float: left;
}
	.form2 textarea{

	margin-top: 0px;
}
.testim{
	background-image: url(images/paper.png);
	height: 300px!important;
	background-size: cover;
	padding: 60px 9% 10px 12%;
	font-size: 16px;
	color: #286ccf;
	font-family:  "Homemade Apple", cursive;
	width: auto;

}
	.testimonial{
		padding-top: 80px;
		background: url(images/testimonial.jpg) fixed    ;
		color: #66c3a6;
		text-align: center;
		font-size: 28px;
	}
	
	.testi{
	width: 70%;
	background-size:contain;
	background-repeat: no-repeat;
	padding-right:0%;
	min-height: 300px;
		margin:0 auto;
}

.testi_inner{
	padding:0px 3% 0 7%;
	width: 100%;
	min-height: 300px;
	top: 0;
	text-indent: 50px;
	font-size: 14px;

}
	
	
#float{
	width: 80px;
	height: 320px;	
	position: fixed;
	right: 0;
	bottom: 50px;
}
#footer {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}