@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Roboto');

h4, h5, h6,
h1, h2, h3 {margin: 0;}
html, body{
   font-family: 'Lato', sans-serif;
   font-size: 100%;
   background:#fff; 
}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
   font-family: 'Roboto', sans-serif;
   font-size: 100%;
   background:#fff; 
}
a {
  text-decoration: none;
}
a:hover {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.button {
  background-color: #698c9f;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
}
/*--header starts here--*/
.header {
    background:#fff;
    padding: 2em 0em;
	border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #698c9f;
}
span.menu {
    display: none;
}
.logo {
    float: left;
    width: 40%;
}
.header-left {
    float: left;
    width: 20%;
}
.top-navg {
    float: right;
    width: 80%;
    text-align: right;
    padding-top: 1.8em;
}
.top-navg ul {
    padding: 0em 0em 0em 0em;
    list-style: none;
}
.top-navg ul li {
    display: inline-block;
}
.top-navg ul li a {
    font-size: 1.1em;
    color: #698c9f;
    margin: 0em 0.6em;
}
.top-navg p {
    font-size: 1.1em;
    color: #333333;
    margin: 0em 1em;
}
.top-navg button {
  background-color: #fff;
  border: 1;
  color: #fff;
  padding: 5px 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
}

/* Effect 16: fall down */
nav a {
	position: relative;
	display: inline-block;
	margin: 0em 1em 0em 0em;
	outline: none;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1em;
}

nav a:hover,
nav a:focus {
	outline: none;
	text-decoration:none;
}

.cl-effect-16 a {
	color: #333333;
}

.cl-effect-16 a::before {
	color:#698c9f;
	text-decoration:none;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.cl-effect-16 a:hover::before,
.cl-effect-16 a:focus::before {
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}
/*--*/

/*--about starts here--*/
.about-top {
    text-align: left;
}
.about {
    padding: 0.5em 0em 0.5em 0em;
	background: #fff;
}
.about h1 {
    font-size: 2.8em;
    color: #698c9f;
    margin-bottom: 0.15em;
    font-family: 'Lato', sans-serif;
	text-align: center;
}
.about h2 {
    font-size: 2.2em;
    color: #fff;
	background: #698c9f;
    margin-bottom: 0.15em;
    font-family: 'Lato', sans-serif;
	text-align: center;
}
.about h3 {
    font-size: 2em;
    color: #698c9f;
    margin-bottom: 0.15em;
    font-family: 'Lato', sans-serif;
	text-align: center;
}
.about-top h3 {
    font-size: 2em;
    color: #698c9f;
	background: #999999;
    margin-bottom: 0.15em;
    font-family: 'Lato', sans-serif;
	text-align: center;
}
.about-top h4 {
	font-size: 1.5em;
	color: #333333;
	margin-bottom: 0.15em;
	font-family: 'Lato', sans-serif;
	text-align: center;
}
.about-top p {
    font-size: 1.1em;
    color: #333333;
    line-height: 1.8em;
    width: 80%;
    margin: 0 auto;
}
.about-top p a{
    font-size: 1.1em;
    color: #333333;
    line-height: 1.8em;
    width: 80%;
    margin: 0 auto;
}
.about button a{
  background-color: #698c9f;
  border: 0;
  color: #fff;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
}
.about-grid {
    text-align: center;
}
.about-left strong {
    font-size: 1.1em;
    color:#698c9f;
}

/*--about ends here--*/

/*--legal starts here--*/

.legal {
    padding: 2em 0em 2em 0em;
	background: #fff;
}
.legal h2 {
    font-size: 2.2em;
    color: #fff;
	background: #698c9f;
    margin-bottom: 0.15em;
    font-family: 'Lato', sans-serif;
	text-align: center;
}
.legal h3 {
    font-size: 2em;
    color: #698c9f;
    margin-bottom: 0.15em;
    font-family: 'Lato', sans-serif;
	text-align: center;
}
.legal h4 {
	font-size: 1.5em;
	color: #333333;
	margin-bottom: 0.15em;
	font-family: 'Lato', sans-serif;
	text-align: center;
}
.legal p {
    font-size: 1.1em;
    color: #333333;
    line-height: 1.8em;
    width: 80%;
    margin: 0 auto;
}
.legal p a{
    font-size: 1.1em;
    color: #698c9f;
    line-height: 1.8em;
    width: 80%;
    margin: 0 auto;
}
.legal strong {
    font-size: 1.1em;
    color:#333333 ;
}
.legal ol {
  text-align: left;
  counter-reset: section;
  list-style-type: none;
  padding-left: 5;
}
.legal ol li:before {
  counter-increment: section;
  font-weight: 700;
  content: counters(section, ".") ". "
}

.legal ul {
  counter-reset: section;
  list-style-type: lower-alpha
}

.legal  ul li {
  counter-increment: section;
}

.legal ul li:before {
  counter-increment: section;
  content: ""
}
.legal table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.legal th, td {
  text-align: left;
  padding: 8px;
}

.legal th {
	background-color: #698c9f;
    color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
}

.legal td {
	font-family: 'Lato', sans-serif;
	font-size: 1em;
}

tr:nth-child(odd){background-color: #f2f2f2}
.legal button a{
  background-color: #698c9f;
  border: 0;
  color: #fff;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
}
/*--legal ends here--*/

/*--terms and conditions starts here--*/
.terms-top {
    text-align: left;
    padding: 0em 0em 4em 0em;
}
.terms {
    padding: 5em 0em 5em 0em;
	background: #fff;
}
.terms-top h2 {
    font-size: 2.5em;
    color: #698c9f;
    margin-bottom: 0.15em;
    font-family: 'Lato', sans-serif;
	text-align: left;
}
.terms-top h3 {
    font-size: 2em;
    color: #698c9f;
    margin-bottom: 0.15em;
    font-family: 'Lato', sans-serif;
	text-align: left;
}
.terms-top p {
    font-size: 1.1em;
    color: #333333;
    line-height: 1.8em;
    margin: 0 auto;
	text-align: left;
}
.terms-top p a {
    font-size: 1.1em;
    color: #333333;
    line-height: 1.8em;
    margin: 0 auto;
	text-align: left;
}
.grid-details {
    background:#698c9f;
    padding: 1em 1em;
}
.grid-details h3 {
    font-size: 1.2em;
    color: #fff;
    padding: 0em 0em 0.3em 0em;
    font-family: 'Lato', sans-serif;
}
.grid-details p {
    font-size: 1.1em;
    color:#D0D0D0;
    line-height: 1.7em;
}
    /*
      Rollover Image
     */
    .figure {
        position: relative;
        width: 360px; /* can be omitted for a regular non-lazy image */
        max-width: 100%;
    }
    .figure img.image-hover {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      object-fit: contain;
      opacity: 0;
      transition: opacity .2s;
    }
    .figure:hover img.image-hover {
      opacity: 1;
    }
.terms-grid {
    text-align: center;
}
/*--terms and conditions ends here--*/

/*--team starts here--*/
.team-top {
    text-align: center;
    padding: 0em 0em 3em 0em;
}
.team-top h3 {
    font-size: 2.5em;
    color: #698c9f;
    font-family: 'Lato', sans-serif;
}
/*--team ends here--*/

/*--services starts here--*/
.services-top {
    padding-bottom: 0em;
}
.services {
    padding: 4em 0em 4em 0em;
	background: #fff;
}
.services-top h2 {
    font-size: 2.5em;
    color: #698c9f;
    margin-bottom: 0.15em;
    font-family: 'Lato', sans-serif;
	text-align: center;
}
.services-top h3 {
    font-size: 2em;
    color: #698c9f;
    margin-bottom: 0.15em;
    font-family: 'Lato', sans-serif;
	text-align: center;
}
.services-top p {
    font-size: 1.1em;
    color: #333333;
    line-height: 1.8em;
    width: 50%;
    margin: 0 auto;
}
.services-top p a {
    font-size: 1.1em;
    color: #333333;
    line-height: 1.8em;
    width: 50%;
    margin: 0 auto;
}
.ser-grid {
    text-align: center;
}
.ser-grid h4 {
    font-size: 1.2em;
    color: #333333;
    line-height: 1.3em;
    margin: 1em 0em 0.3em 0em;
}
.ser-grid p {
    font-size: 1.1em;
    color: #333333;
    line-height: 1.8em;
}
/*--icon effect--*/
.hi-icon {
	display: inline-block;
	cursor: pointer;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color:#fff;
  	border:3px solid #698c9f;
  	line-height: 4.5em;
  	font-size: 1em;
}

.hi-icon:after {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	font-size: 1.7em;
	display: block;
}
/* Effect 8 */
.ser-icon .hi-icon {
	background: #698c9f;
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}
.ser-icon .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(179, 36, 36, 0.05);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.ser-icon .hi-icon:hover {
	background: rgba(179, 36, 36, 0.05);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color:#698c9f;
	  text-decoration: none;
}

.ser-icon .hi-icon:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(179, 36, 36, 0.05), 0 0 10px 10px #698c9f, 0 0 0 10px rgba(179, 36, 36, 0.05);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(179, 36, 36, 0.05), 0 0 10px 10px #698c9f, 0 0 0 10px rgba(179, 36, 36, 0.05);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(179, 36, 36, 0.05), 0 0 10px 10px #698c9f, 0 0 0 10px rgba(179, 36, 36, 0.05);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(179, 36, 36, 0.05), 0 0 10px 10px #698c9f, 0 0 0 10px rgba(179, 36, 36, 0.05);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(179, 36, 36, 0.05), 0 0 10px 10px #698c9f, 0 0 0 10px rgba(179, 36, 36, 0.05);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(179, 36, 36, 0.05), 0 0 10px 10px #698c9f, 0 0 0 10px rgba(179, 36, 36, 0.05);
		transform: scale(1.5);
		opacity: 0;
	}
}
/*--services ends here--*/

.grid-details {
	background:#fff;
    padding: 1em 1em;
}
.grid-details h3 {
    font-size: 1.5em;
    color: #698c9f;
    padding: 0em 0em 0.3em 0em;
    font-family: 'Lato', sans-serif;
}
.grid-details p {
    font-size: 1.1em;
    color:#333333;
    line-height: 1.7em;
    font-family: 'Lato', sans-serif;
}

.grid-details p a{
    font-size: 1.1em;
    color:#698c9f;
    line-height: 1.7em;
    font-family: 'Lato', sans-serif;
}

/*--Coupons starts here--*/
.gallery {
    padding: 2em 0em 0em 0em;
	background: #fff;
}
.gallery-top {
    padding: 0em 0em 0em 0em;
}
.gallery-top h1 {
    font-size: 2.6em;
    color: #698c9f;
    font-family: 'Lato', sans-serif;
	text-align: center;
	margin-bottom: 0.3em;
}
.gallery-top h2 {
    font-size: 2.3em;
    color: #698c9f;
    font-family: 'Lato', sans-serif;
	text-align: center;
	margin-bottom: 0.3em;
}
.gallery-top h3 {
    font-size: 2em;
    color: #698c9f;
    font-family: 'Lato', sans-serif;
	text-align: center;
	margin-bottom: 0.3em;
}
.gallery-top h4 {
	font-size: 1.5em;
	color: #333333;
	margin-bottom: 0.15em;
	font-family: 'Lato', sans-serif;
	text-align: center;
	margin-bottom: 0.3em;
}
.gallery-top h5 {
	font-size: 1em;
	color: #698c9f;
	margin-bottom: 0.15em;
	font-family: 'Lato', sans-serif;
	text-align: center;
	margin-bottom: 0.3em;
}
.gallery-top p {
    font-size: 1em;
    color: #333333;
    line-height: 1.5em;
    width: 90%;
    margin: 0 auto; 	
	margin-bottom: 0.9em;
}
.gallery-top p a{
    font-size: 1em;
    color: #698c9f;
    line-height: 1.5em;
    width: 90%;
    margin: 0 auto;
	margin-bottom: 0.9em;
}
.partner-grid-details {
    background:#fff;
    padding: 0em 0em 0em 0em;
	text-align: left;
}
.partner-grid-details-text {
    background:#fff;
    padding: 0em 0em 1em 0em;
	text-align: left;
	height: 450px;
	overflow-y: scroll;
}
.partner-grid {
	text-align: left;
}
/*--catalogue ends here--*/


/*--contact starts here--*/
.contact {
    padding: 5em 0em;
	height: 100%;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.contact-top h1 {
    font-size: 2.8em;
    color: #698c9f;
    margin-bottom: 0.15em;
    font-family: 'Lato', sans-serif;
	text-align: center;
}
.contact-top {
    padding: 0em 0em 4em 0em;
}
.contact-top h2 {
    font-size: 2.2em;
    color: #fff;
	background: #698c9f;
    margin-bottom: 0.15em;
    font-family: 'Lato', sans-serif;
	text-align: center;
}
.contact-top h3 {
    font-size: 2em;
    color: #698c9f;
    margin-bottom: 0.15em;
    font-family: 'Lato', sans-serif;
	text-align: center;
}
.contact-top h4 {
    font-size: 1.5em;
    color: #333333;
    margin-bottom: 0.15em;
    font-family: 'Lato', sans-serif;
	text-align: center;
}
.contact-top p {
    font-size: 1.1em;
    color: #333333;
    line-height: 1.8em;
    width: 50%;
    margin: 0 auto;
	text-align: center;
}
.contact-top p a{
    font-size: 1.1em;
    color: #698c9f;
    line-height: 1.8em;
    width: 50%;
    margin: 0 auto;
	text-align: center;
}
.contact-grid-details {
    padding: 1em 1em;
}

/*--contact ends here--*/

/*--map starts here--*/
.map iframe {
    width: 100%;
    height: 300px;
    border: none;
}
.map {
 background: #fff;
}
/*--map ends here--*/

/*--footer starts here--*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 0px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url(../images/top_mover.png) no-repeat 0px 0px;
}
.footer {
    background:#fff;
	padding: 1em 0em;
	border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #698c9f;
}
.footer p {
    font-size: 0.8em;
    color: #000;
}
.footer p a{
    color: #000;
	text-decoration:underline;
}
.footer p a:hover{
    color: #333333;
    text-decoration:none;
}
.footer h4 {
	color: #698c9f;
    margin-bottom: 0.15em;
    font-family: 'Lato', sans-serif;
	font-size: 1.5em;
}
.copy-right {
    text-align: center;
	padding: 1em 0em 0em 0em;
}
.copy-right p {
    font-size: 0.8em;
    color: #698c9f;
}
.copy-right p a{
    color: #698c9f;
	text-decoration:underline;
}
.copy-right p a:hover{
    color: #333333;
    text-decoration:none;
}
/*--footer ends here--*/

/*--media enquiries starts here--*/
@media(max-width:1280px){
.banner-main {
    margin: 32.7em auto 0em;
}
.banner {
    min-height: 690px;
}
}
@media(max-width:1024px){
.banner {
    min-height: 600px;
}	
.banner-main p {
    width: 78%;
}
.banner-main {
    margin: 27em auto 0em;
}
.testmo-right {
    padding-top: 1.5em;
}
.grid-details h3 {
    font-size: 1.1em;
}
.testmo-right h4 {
    font-size: 1.3em;
}
}
@media(max-width:768px){
span.menu{
		display: block;
		text-align: right;
		padding: 5px 0px 0px 0px;
		cursor: pointer;
		color: #E74C3C;
		font-size: 16px;
		font-weight: 700;
		position:relative;
}
.top-navg ul.res{
	 display:none;
	 padding:0px;
}
.top-navg ul.res {
		padding: 0;
		margin:0.9em 0em 0em 0em;
		z-index: 9999;
		position: absolute;
		width: 100%;
		left:0;
}
.top-navg ul.res li{
		display: block;
		text-align: center;
		background:#FFFFFF;
		margin: 0;
	    width: 100%;
		padding: 0em;
}
.top-navg ul.res li a {
		font-size: 16px;
		padding: 0.6em 0;
		color: #698c9f;
		display: block;
		border: none;
        text-align: center;
        margin: 0em;
}
.bot-navg ul.res{
	 display:none;
	 padding:0px;
}
.bot-navg ul.res {
		padding: 0;
		margin:0.9em 0em 0em 0em;
		z-index: 9999;
		position: absolute;
		width: 100%;
		left:0;
}
.bot-navg ul.res li{
		display: block;
		text-align: center;
		background:#FFFFFF;
		margin: 0;
	    width: 100%;
		padding: 0em;
}
.bot-navg ul.res li a {
		font-size: 16px;
		padding: 0.2em 0;
		color: #698c9f;
		display: block;
		border: none;
        text-align: center;
        margin: 0em;
}
ul.res li a:hover,ul.res li a.active{
	color:#000;
}
.header-left {
    width: 50%;
}
.top-navg {
    width: 50%;
    padding-top: 0.25em;
}
.bot-navg {
    width: 100%;
    padding-top: 0.25em;
}
.banner-main h3 {
    font-size: 2em;
}
.banner-main p {
    width: 100%;
}
.banner-main {
    width: 62%;
}
.banner-main {
    margin: 23em auto 0em;
    padding: 1.3em 1em;
}
.banner {
    min-height: 500px;
}
.logo h1 {
    font-size: 2.5em;
}
.about {
    padding: 3em 0em 3em 0em;
}
.about-top p {
    width: 70%;
}
.about-top {
    padding: 0em 0em 2em 0em;
}
.about-grid {
    float: left;
    width: 33.3%;
    padding: 0px 10px 0px 0px;
}
.grid-details h3 {
    font-size: 0.89em;
}
.grid-details p {
    font-size: 0.9em;
    line-height: 1.5em;
}
.team-grid {
    float: left;
    width: 25%;
   padding: 0px 10px 20px 10px;
}
.ser-grid {
    float: left;
    width: 50%;
    margin: 0em 0em 2em 0em;
}
.services {
    padding: 3em 0em 3em 0em;
}
.services-top p {
    width: 70%;
}
.services-top p a {
    font-size: 1em;
    color: #333333;
    line-height: 1.8em;
    width: 50%;
    margin: 0 auto;
}
.testmo-left {
    float: left;
    width: 30%;
}
.testmo-right {
    float: right;
    width: 70%;
    padding-top: 0em;
}
.testmo-right h4 {
    font-size: 1.05em;
}
span.quota1 {
    width: 25px;
    height: 25px;
    background-size: 100%;
}
span.quota2 {
    width: 25px;
    height: 25px;
    background-size: 100%;
}
.about-top h2 {
    font-size: 2em;
}
.team-top h3 {
    font-size: 2em;
}
.services-top h3 {
    font-size: 2em;
}
.services-top {
    padding-bottom: 3em;
}
.testmony {
    padding: 2.5em 0em;
}
.gallery-top p {
    width: 70%;
}
.gallery {
    padding: 3em 0em 3em 0em;
}
.gallery-top h3 {
    font-size: 2em;
}
.gallery-top {
    padding: 0em 0em 2em 0em;
}
.advantages {
    padding: 3em 0em 0em;
}
.advantages-main h3 {
    font-size: 2em;
    margin: 0em 0em 0.8em 0em;
}
.advant-left {
    float: left;
    width: 60%;
}
.advant-right {
    float: right;
    width: 40%;
}
.advant-right img {
    width: 100%;
}
.advant-left p {
    font-size: 0.91em;
}
.advant-left ul {
    padding: 0.5em 0em 0em 0em;
}
.advant-left ul li a {
    font-size: 0.91em;
}
.advant-left ul li {
    margin: 0em 0em 0.4em 0em;
}
.contact {
    padding: 3em 0em;
}
.contact-top p {
    font-size: 1em;
    width: 71%;
    margin: 0.2em auto;
}
.contact-top h3 {
    font-size: 2em;
}
.contact-top {
    padding: 0em 0em 2em 0em;
}
.footer {
    padding: 2em 0em;
}
.copy-right {
    padding: 1em 0em 0em 0em;
}
}
@media(max-width:600px){
.header-left {
    width: 60%;
}
.top-navg {
    width: 40%;	
}
}
@media(max-width:640px){
.banner-main {
    width: 75%;
}
.banner-main {
    margin: 16.5em auto 0em;
}
.banner {
    min-height: 390px;
}
.banner-main h3 {
    font-size: 1.5em;
}
.logo h1 {
    font-size: 2.3em;
}
.top-navg {
    padding-top: 0em;
}
.about-top p {
    width: 80%;
    font-size: 0.91em;
}
.services-top p {
    width: 80%;
    font-size: 0.91em;
}
.ser-grid p {
    font-size: 0.91em;
}
.ser-grid {
    margin: 0em 0em 1em 0em;
}
.testmo-right p {
    font-size: 0.91em;
}
.gallery-top p {
    width: 80%;
    font-size: 0.91em;
}
.contact-top p {
    font-size: 0.91em;
    width: 80%;
}
}
@media(max-width:480px){
.header-left {
    width: 75%;
}	
.top-navg {
    width: 25%;
}
.banner-main {
    margin: 10.5em auto 0em;
}
.banner {
    min-height: 310px;
}
.banner-main {
    width: 95%;
}
.banner-main p {
    font-size: 0.91em;
}
.banner-main {
    margin: 11.8em auto 0em;
}
.about {
    padding: 1.5em 0em 1.5em 0em;
}
.about-top h2 {
    font-size: 1.8em;
    margin: 0em 0em 0.15em 0em;
}
.about-top p {
    width: 100%;
    font-size: 0.81em;
}
.about-grid {
    float: none;
    width: 90%;
    margin: 0 auto;
    padding: 0px 10px 16px 0px;
}
.services-top p {
    width: 100%;
    font-size: 0.9em;
}
.team-grid {
    width: 50%;
}
.ser-grid h4 {
    font-size: 1.1em;
}
.ser-grid p {
    font-size: 0.8em;
}
.advant-left {
    float: none;
    width: 100%;
    padding: 0px;
}
.advant-right {
    float: none;
    width: 40%;
    padding: 0px;
    margin: 2em auto 0em;
}
.advant-left ul li a {
    font-size: 0.81em;
}
.advant-left p {
    font-size: 0.81em;
}
.map iframe {
    height: 200px;
}
.ser-grid {
    float: none;
    width: 100%;
    padding: 0px;
}
.testmo-left {
    float: none;
    width: 100%;
    padding: 0px;
}
.testmo-right {
    float: none;
    width: 100%;
    padding: 0px;
}
.services {
    padding: 2em 0em 2em 0em;
}
}
@media(max-width:320px){
.logo h1 {
    font-size: 1.65em;
}
.logo {
    width: 50%;
}	
span.menu img {
    width: 32%;
}
.header {
    padding: 0.5em 0em;
}
.banner-main h3 {
    font-size: 1.2em;
}
.banner-main p {
    font-size: 0.75em;
}
.banner-main {
    padding: 0.8em 0.8em;
    margin: 8.8em auto 0em;
}
.banner {
    min-height: 247px;
}
.about-top h2 {
    font-size: 1.6em;
}
.about-top {
    padding: 0em 0em 1em 0em;
}
.about-grid {
    width: 100%;
    padding: 0px 0px 16px 0px;
}
.about {
    padding: 1.2em 0em 1em 0em;
}
.team-top h3 {
    font-size: 1.6em;
}
.team-top {
    padding: 0em 0em 1em 0em;
}
.team-grid {
    padding: 0px 10px 10px 0px;
}
.services {
    padding: 1.2em 0em 1em 0em;
}
.services-top h3 {
    font-size: 1.6em;
    margin-bottom: 0.1em;
}
.services-top p {
    font-size: 0.8em;
}
.services-top {
    padding-bottom: 1em;
}
.hi-icon {
    width: 55px;
    height: 55px;
    line-height: 3.8em;
    font-size: 0.8em;
}
.ser-grid h4 {
    font-size: 1em;
    margin: 0.5em 0em 0.1em 0em;
}
.testmo-right h4 {
    font-size: 1em;
    line-height: 1.5em;
}
.testmony {
    padding: 1.2em 0em;
}
.testmo-right p {
    font-size: 0.8em;
}
.gallery {
    padding: 1.2em 0em 1em 0em;
}
.gallery-top p {
    width: 100%;
    font-size: 0.8em;
}
.gallery-top {
    padding: 0em 0em 1em 0em;
}
.gallery-top h3 {
    font-size: 1.6em;
    margin-bottom: 0.1em;
}
.advantages {
    padding: 1em 0em 0em;
}
.advantages-main h3 {
    font-size: 1.6em;
    margin: 0em 0em 0.5em 0em;
}
.advant-right {
    width: 70%;
    margin: 1em auto 0em;
}
.contact {
    padding: 1em 0em;
}
.contact-top h3 {
    font-size: 1.6em;
}
.contact-top p {
    font-size: 0.8em;
    width: 100%;
}
.contact-top {
    padding: 0em 0em 1em 0em;
}
.contact-left {
    padding: 0px;
}
.contact-right {
    padding: 10px 0px 0px 0px;
}
.contact-left textarea {
    font-size: 0.9em;
    height: 6em;
}
.map iframe {
    height: 170px;
}
.footer {
    padding: 1em 0em;
}
.copy-right p {
    font-size: 0.9em;
}
.top-navg ul.res li a {
    font-size: 14px;
    padding: 0.4em 0;
}
}
/*--media enquiries ends here--*/

