@charset "utf-8";

img, object, embed,  {
	max-width: 100%;
}
.ie6 img {
	width:100%;
}
body,html {
	margin:0;
	padding:0;
	background-image: url(../images/bk/bk9.jpg);
	background-attachment:fixed;
	background-size:cover;

}
/**changes starts**/
.topbar {
	height:auto;
	width:100%;
	float:left;
top:0;
	position:fixed;
	z-index:5;
	background-color:rgba(51,51,51,0.7);
}


.mainlogoholder {
	height:auto;
	width:190px;
	float:left;
	margin:0px 0 0 3%;
	top:0;
	position:fixed;
	padding:0.5%;
	background-color:rgba(255,255,255,1);
	z-index:6;
}
/*topcontrol ends*/
/*homebodycontrol starts*/
#homebodycontrol {
	clear: both;
	float: left;
	width: 70%;
	display: block;
	text-align: justify;
	font-family: 'Nunito', sans-serif;
	color: rgba(255,255,255,1);
	font-size: 120%;
	padding:15% 15% 1% 15%;
	background-color: rgba(0,0,0,0.6);
}
.heading1 {
		color: rgba(255,255,255,1);
	font-size: 130%;
	font-family: 'Nunito', sans-serif;
	}
.details {
	height: auto;
	width: 70%;
	padding: 5% 15% 5% 15%;
	float: left;
	background-color: rgba(255,255,255,1);
	color: rgba(153,153,153,1);
	font-size: 110%;
	font-family: 'Nunito', sans-serif;
	text-align: left;
	position: relative;
}
.accordcntrl {
	height:auto;
	width:100%;
	float:left;
	background-color:rgba(0,0,0,0.9);
	color: rgba(255,102,0,1);
	text-align:center;
	font-size:200%;
	font-family: 'Nunito', sans-serif;
	padding-top:3%;
}
.whatwedo {
	height: auto;
	width: 60%;
	float: left;
	margin: 1% 0 0 20%;
	color: rgba(255,255,255,1);
	font-family: 'Nunito', sans-serif;
	font-size: 80%;
	text-align: center;
	border-bottom: rgba(255,51,0,1) 1px solid;
	border-top: rgba(255,51,0,1) 1px solid;
}
.accomenu {
	height: auto;
	width: 60%;
	float: left;
	margin: 1% 0 0 20%;
	color: rgba(255,102,0,1);
	font-family: 'Nunito', sans-serif;
	font-size: 80%;
	text-align: left;
}
.socialcontrol {
	height: auto;
	width: 80%;
	float: left;
	padding: 1% 10% 1% 10%;
	background-color: rgba(0,0,0,0.9);
	position: relative;
	color: rgba(255,255,255,1);
	font-size: 140%;
	font-family: 'Nunito', sans-serif;
	text-align: center;
}
.silverline {
	height:4px;
	width:100%;
	float:left;
	position:relative;
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.socials {
	height: auto;
	width: 150px;
	float: left;
	margin: 0 0 0 44%;
	}
.socialcubes {
	height:30px;
	width:30px;
	margin:2px;
	float:left;
	background: url(../images/socials/socials-01.png) no-repeat center rgba(51,51,51,0.7);
}
.socialcubes:hover {
	background:url(../images/socials/socials-05.png) no-repeat center rgba(255,102,0,1);
}
.socialcubes2 {
	height:30px;
	width:30px;
	margin:2px;
	float:left;
	background: url(../images/socials/socials-02.png) no-repeat center rgba(51,51,51,0.7);
}
.socialcubes2:hover {
	background:url(../images/socials/socials-06.png) no-repeat center rgba(255,102,0,1);
}
.socialcubes3 {
	height:30px;
	width:30px;
	margin:2px;
	float:left;
	background: url(../images/socials/socials-03.png) no-repeat center rgba(51,51,51,0.7);
}
.socialcubes3:hover {
	background:url(../images/socials/socials-07.png) no-repeat center rgba(255,102,0,1);
}
.socialcubes4 {
	height:30px;
	width:30px;
	margin:2px;
	float:left;
	background: url(../images/socials/socials-04.png) no-repeat center rgba(51,51,51,0.7);
}
.socialcubes4:hover {
	background:url(../images/socials/socials-08.png) no-repeat center rgba(255,102,0,1);
}
/*homebodycontrol ends*/
/*footer starts*/
.websiteby {
	height: auto;
	width: 100%;
	float: left;
	padding: 10px 0 5px 0;
	color: rgba(255,255,255,1);
	background-color: rgba(0,0,0,1);
	text-align: center;
	font-size: 90%;
	font-family: 'Nunito', sans-serif;
	position:relative;
}
/*footer ends*/
		
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 320px) and (max-width:480px) {
/*homebodycontrol starts*/
#homebodycontrol {
	clear: both;
	float: left;
	width: 90%;
	font-size: 120%;
	padding:15% 5% 10% 5%;
}
.heading1 {
	font-size: 120%;
	}
.mainlogoholder {
	height:auto;
	width:120px;
	float:left;
	margin:0px 0 0 3%;
	top:0;
	position:fixed;
}
.details {
	height: auto;
	width: 90%;
	padding: 5% 5% 5% 5%;
	float: left;
}
.whatwedo {
	height: auto;
	width: 90%;
	float: left;
	margin: 1% 5% 0 5%;
}
.accomenu {
	height: auto;
	width: 90%;
	float: left;
	margin: 1% 5% 0 5%;
}
/*bodycontrl start*/

.socialcontrol {
	height: auto;
	width:94%;
	float: left;
	padding:1% 3% 1% 3%;
	font-size:140%;
}	
	.socials {
	width: 190px;
	height:auto;
	margin:0 0 0 20%;
	}
/*bodycontrl ends*/
	/*footer starts*/
.websiteby {
	font-size: 80%;
}
/*footer ends*/
}
@media only screen and (min-width: 480px) and (max-width:800px) {
/*bodycontrl start*/
/*homebodycontrol starts*/
#homebodycontrol {
	clear: both;
	float: left;
	width: 90%;
	font-size: 120%;
	padding:10% 5% 1% 5%;
}
.mainlogoholder {
	height:auto;
	width:120px;
	float:left;
	margin:0px 0 0 3%;
	top:0;
	position:fixed;
}

.heading1 {
	font-size: 120%;
	}
.details {
	height: auto;
	width: 90%;
	padding: 5% 5% 5% 5%;
	float: left;
	font-size:120%;
}
.whatwedo {
	height: auto;
	width: 90%;
	float: left;
	margin: 1% 5% 0 5%;
}
.accomenu {
	height: auto;
	width: 90%;
	float: left;
	margin: 1% 5% 0 5%;
}
.googlemaps {
	width: 96%;
	float: left;
	margin: 3% 2% 3% 2%;
	-moz-appearance: 100;
}
.socialcontrol {
	height: auto;
	width:94%;
	float: left;
	padding:1% 3% 1% 3%;
	font-size:140%;
}	
	.socials {
	width: 190px;
	height:auto;
	margin:0 0 0 28%;
	}
/*bodycontrl ends*/
	/*footer starts*/
.websiteby {
	font-size: 80%;
}
/*footer ends*/
}
@media only screen and (min-width: 768px) and (max-width:1024px) {
/*homebodycontrol starts*/
#homebodycontrol {
	clear: both;
	float: left;
	width: 80%;
	font-size: 120%;
	padding:25% 10% 1% 10%;
}
.mainlogoholder {
	height:auto;
	width:120px;
	float:left;
	margin:0px 0 0 3%;
	top:0;
	position:fixed;
}
.nathi {
	height: auto;
	width: 94%;
	padding: 2% 3% 20% 3%;
	font-size: 370%;
}

.details {
	height: auto;
	width: 90%;
	padding: 2% 5% 2% 5%;
	float: left;
}
.whatwedo {
	height: auto;
	width: 90%;
	float: left;
	margin: 1% 5% 0 5%;
}
.accomenu {
	height: auto;
	width: 90%;
	float: left;
	margin: 1% 5% 0 5%;
}
/*bodycontrl start*/
.googlemaps {
	width: 96%;
	float: left;
	margin: 3% 2% 3% 2%;
	-moz-appearance: 100;
}
.socialcontrol {
	height: auto;
	width:94%;
	float: left;
	padding:1% 3% 1% 3%;
	font-size:140%;
}	
	.socials {
	width: 190px;
	height:auto;
	margin:0 0 0 37%;
	}
/*bodycontrl ends*/
	/*footer starts*/
.websiteby {
	font-size: 80%;
}
/*footer ends*/
}
