@charset "utf-8";
/* CSS Document */
@import url("fonts.css");
@import url("bootstrap.min.css");
@import url("animations.css");
@import url("w3.css");

body{
	display:block;
	margin:auto;
	background-color:rgb(230,230,250);
}
.mainBody{
	background-color:rgb(255,255,255);
	min-height:300px;
}
header{
	width:100%;
	height:130px;
	border-bottom:1px solid #030;
}
.logo{
	width:15%;
	height:auto;
	float:left;
	padding:15px 0px;
}
.logo img{
	width:100%;
	height:auto;
}
nav {
	width:80%;
	display: block;
	background:none;
	float:right;
	margin-top:30px;
	text-align:right;
}

.menu { display: block; }

.menu li {
  display: inline-block;
  position: relative;
  z-index: 777777;
}

.menu li:first-child { margin-left: 0; }

.menu li a {
  font-weight: 600;
  text-decoration: none;
  padding: 20px 15px;
  font-family:roboto-regular;
  font-size:16px;
  display: block;
  color:#00a859;
  transition: all 0.2s ease-in-out 0s;
  z-index:777777;
}

.menu li a:hover,
.menu li:hover>a {
  color: #30F;
  /*background:#663;*/
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 180px;
  position: absolute;
  left: 0px;
  background:none;
  z-index: 777777;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
  /*box-shadow:10px 10px 5px #888888;*/
  border-bottom-left-radius:2em;
  border-bottom-right-radius:2em;
}

.menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #006;
  border-width: 6px;
  margin-left: -6px;
  z-index:777777;
}

.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
  z-index:777777;
}

.menu ul li a {
  font-size: 15px;
  font-weight: normal;
  display: block;
  color: #663;
  font-family:roboto-regular;
  padding:7px 0px 7px 10px;
  text-align:left;
  /*background: #fff;*/
  z-index:777777;
  background-color:rgb(255,255,255);
}

.menu ul li a:hover,
.menu ul li:hover>a {
  /*background: #663;*/
  color: #30F;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.menu ul ul {
  left: 169px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(50px, 50px);
  transition: all 0.2s ease-out;
  z-index:777777;
}

.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
  z-index:777777;
}

.menu li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.responsive-menu {
  display: none;
  width: 100%;
  padding: 20px 15px;
  background: #E95546;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.responsive-menu:hover {
  background: #E95546;
  color: #fff;
  text-decoration: none;
}

a.homer { color:#30F; /*background: #663;*/ }
.dwnldsctn{
	float:right;
	background-color:#008000;
	padding:5px 10px;
	color:#FFF;
	font-size:18px;
	box-shadow:10px 10px 5px #888888;
	margin-bottom:25px;
}
.dwnldsctn a{
	text-decoration:none;
}
.dwnldsctn a:hover{
	text-decoration:none;
	color:#00C;
	background-color:#666;
	box-shadow:10px 10px 5px #888888;
}





/***********Slider****************/
.sliders{
	width:100%;
	height:400px;
	/*background-color:rgb(0,102,51);*/
	/*border:1px inset #063;*/
	box-shadow:0px 5px 5px #AAAAAA;
}
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.sliders img{
	width:100%;
	height:auto;
}
.introduction{
	width:100%;
	height:auto;
	min-height:140px;
	padding-top:25px;
	text-align:center;
}
.introduction h2{ font-size:26px; color:rgb(0,102,51);}
.introduction p{ width:80%; height:100px; margin:auto; color:#00a859; text-align:justify;}
.introduction p a{
	text-decoration:none;
	color:#00F;
}
.introduction p a:hover{
	text-decoration:none;
	color:#903;
	font-weight:bold;
}
footer{
	width:100%;
	height:160px;
	/*background-color:#03C;*/
	margin:15px auto 15px auto;
	border-top:1px solid #063;
	padding-top:15px;
}
.homeClient{}
.homeClient ul{ list-style:none;}
.homeClient ul li{ display:inline-block; padding:5px;}
.homeClient a{
	color:#03C;
	font-weight:bold;
}
.connectmedia ul{ list-style:none;}
.connectmedia ul li{ display:inline-block; padding:5px;}
.connectmedia a{
	color:#03C;
	font-weight:bold;
}
.hfproduct{
	font-size:12px;
}
.hfproduct ul{ list-style-image:url(../images/arrow.png);}
.hfproduct ul a{ text-decoration:none; color:#633;}
.hfproduct ul a:hover{ text-decoration:none; color:#090;}
.facebook-icon{ background:url(../images/facebook.png) no-repeat;}
.copyright{text-align:center; font-size:12px; padding:5px;}

.homeProduct{
	width:100%;
	height:auto;
	margin:auto;
	text-align:center;
}
.homeProduct h1{
	font-family:roboto-regular;
	font-size:22px;
	text-align:left;
}
.homeProduct h3{
	font-size:17px;
	color:#006;
	font-family:roboto-bold;
}
.hmprdcts{
	width:100%;
	height:auto;
	padding:10px;
	border:1px solid #633;
}
.hproImages{
	width:200px;
	height:90px;
	margin:auto;
}
.hproImages img{
	width:100%;
	height:auto;
}
.hmprname{
	width:100%;
	font-family:openSans-regular;
	font-size:12px;
	color:#663;
	text-align:left;
	margin-top:20px;
}
.hmprname a{
	text-decoration:none;
}
.hmprname a:hover{
	text-decoration:none;
}
.hmprname span{
	color:#006;
}
.adapterall{
	
}

.Aboutheading{width:100%; height:auto; padding-bottom:25px;}
.Aboutheading img{ width:100%; height:auto;}
.headingClients{width:100%; height:auto; padding-bottom:25px;}
.headingClients img{ width:100%; height:auto;}
.products{
}
.products h2{
	width:50%;
	height:50px;
	background:linear-gradient(green, yellow);
	color:#FFFFFF;
	padding:5px 0px 0px 15px;
	text-transform:uppercase;
}
.productImg{
	width:100%;
	padding:10px;
	height:auto;
}
.productname{
	font-size:16px;
	color:#063;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}
.productImg img{
	width:100%;
	height:auto;
}
.productImg:hover, .productname:hover{ border:1px solid #033; cursor:pointer;}

/*************Clients Page*****************/
.clienttable{ margin:25px 15% 10px 15%;}
.clienttable:nth-child(ODD){background-color:#DDDDDD; padding:10px 0px 10px 0px;}
.clientth{ background-color:#096; color:#FFF; font-size:16px; font-weight:bold; padding:5px;}
.clientsdata{}
/*.clientsdata:first-child{ width:10px; background-color:#DDDDDD;}*/
.enquiry{ width:100%; height:auto; margin-bottom:25px;}
.enquiryheading{ width:100%; height:auto;}
.enquiryheading img{width:100%; height:auto;}
.enquiryForm{ width:70%; height:auto; box-shadow:10px 10px 5px #999999;}
.enquiryForm{ margin:25px 0px 0px 10%; padding:25px;}
.formData{ padding:15px 0px 15px 0px;}
.enquiry form{
	font-size:18px;
}
.enquiry form input[TYPE=TEXT], input[TYPE=NUMBER], input[TYPE=EMAIL]{
	width:100%;
	height:40px;
	overflow:hidden;
	border:1px solid #336;
}
.enquiry form textarea{
	width:100%;
	border:1px solid #336;
	height:200px;
}
button{
	width:150px;
	height:50px;
	background:linear-gradient(green, blue, yellow);
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	cursor:pointer;
	border:none;
	box-shadow:5px 5px 5px #888888;
}
.meg{ width:100%; color:green; text-align:center; font-size:12px;}

/****************Contact us******************/
.contactus{
	width:100%;
	height:auto;
}
.contactheading{
	width:100%;
	height:auto;
}
.contactheading img{
	width:100%;
	height:auto;
}
.contactdata{
	margin:-35px 0px 15px 3%;
}
.contactdata iframe{ width:100%; height:400px; box-shadow:10px 10px 5px #888888;}
.contactdata ul{ list-style:none; display:block;}
.contactdata ul li{ padding:0px 0px 25px 0px; width:100%; font-size:13px;}
.contactdata span{ padding:15px 0px 5px 15px;}
.col-sm-9 img{
	width:100%;
	height:auto;
}
.packageunit{
	width:100%;
	height:auto;
}
.packageunit h4{
	font-size:18px;
	font-weight:bold;
}
.packageunit h5{
	background-color:#033;
	color:#FFF;
	width:auto;
}
.packageunit h6{
	font-weight:bold;
}
.packageunit ul{
	list-style-image:url(../images/arrow.png);
}
.packageunit ul ul{
	list-style-type:circle;
}
.pgI{
	width:100%;
	height:auto;
}
.pgI img{
	width:100%;
	height:auto;
}
.pgN{
	width:100%;
	height:auto;
	text-align:center;
}



 @media (min-width: 768px) and (max-width: 979px) {

.mainWrap { width: 768px; }

.menu ul { top: 37px; }

.menu li a { font-size: 12px; }

a.homer { background: #663; }
}
 @media (max-width: 767px) {

.mainWrap {
  width: auto;
  padding: 50px 20px;
}

.menu { display: none; }

.responsive-menu { display: block; }

nav {
  margin: 0;
  background: none;
}

.menu li {
  display: block;
  margin: 0;
}

.menu li a {
  background: #fff;
  color: #797979;
}

.menu li a:hover,
.menu li:hover>a {
  background: #663;
  color: #fff;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transform: initial;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  position: relative;
  transform: initial;
}

.menu ul ul {
  left: 0;
  transform: initial;
}

.menu li>ul ul:hover { transform: initial; }
}
