@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

/* HTML5 DECLARATIONS */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {display: block}
audio[controls],canvas,video {display: inline-block; *display: inline; zoom: 1}

/* BASE */
html {height: 100%; font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%} /* Force scrollbar in non-IE and Remove iOS text size adjust without disabling user zoom */
body {margin: 0; min-height: 100%; -webkit-font-smoothing:antialiased; font-smoothing:antialiased; text-rendering:optimizeLegibility;color: #666} /* Improve default text rendering, handling of kerning pairs and ligatures */

/* DEFAULT FONT SETTINGS */
/* 16px base font size with 150% (24px) friendly, unitless line height and margin for vertical rhythm */
/* Font-size percentage is based on 16px browser default size */
body, button, input, select, textarea {font: 100%  verdana,arial,helvetica,sans-serif;, sans-serif; *font-size: 1em; color: #555} /* IE7 and older can't resize px based text */
p, blockquote, q, pre, address, hr, code, samp, dl, ol, ul, form, table, fieldset, menu, img {margin: 0 0 0.3em; padding: 0}

/* TYPOGRAPHY */
/* Composed to a scale of 12px, 14px, 16px, 18px, 21px, 24px, 36px, 48px, 60px and 72px */
h1, h2, h3, h4, h5, h6 {font-family:verdana,arial,helvetica,sans-serif;color:#444;}
h1 {margin: 0; font-size: 5.75em; line-height: 1.2em; margin-bottom: 0.4em} /* 60px / 72px */
h2 {margin: 0; font-size: 3em; line-height: 1em; margin-bottom: 0.5em} /* 48px / 48px */
h3 {margin: 0; font-size: 2.25em; line-height: 1.3333333333333333333333333333333em; margin-bottom: 0.6667em} /* 36px / 48px */ 
h4 {margin: 0; font-size: 1.5em; line-height: 1em; margin-bottom: 1em} /* 24px / 24px */
h5 {margin: 0; font-size: 14px; line-height: 1.1428571428571428571428571428571em; margin-bottom: 0.1428571428571428571428571428571em} /* 21px / 24px */
h6 {margin: 0; font-size:12px; line-height: 1.5em; margin-bottom: 0.1em} /* 18px / 24px */
p, ul, blockquote, pre, td, th, label {margin: 0; font-size:11px; line-height: 1.3em; margin-bottom: 1.5em} /* 16px / 24px */
small, p.small {margin: 0; font-size: 0.875em; line-height: 1.7142857142857142857142857142857em; margin-bottom: 1.7142857142857142857142857142857em} /* 14px / 24px */

/* CODE */
pre {white-space: pre; white-space: pre-wrap; word-wrap: break-word} /* Allow line wrapping of 'pre' */
pre, code, kbd, samp {font-size: 1em; line-height: 1.5em; margin-bottom: 1.5em; font-family: Menlo, Consolas, 'DejaVu Sans Mono', Monaco, monospace}

/* TABLES */
table {border-collapse: collapse; border-spacing: 0; margin-bottom: 1.5em}
th {text-align: left}
tr, th, td {padding-right: 1.5em; border-bottom: 0 solid #333}

/* FORMS */
form {margin: 0}
fieldset {border: 0;padding: 0}
textarea {overflow: auto; vertical-align: top}
legend {*margin-left: -.75em}
button, input, select, textarea {vertical-align: baseline; *vertical-align: middle} /* IE7 and older */
button, input {line-height: normal; *overflow: visible}
button, input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer;-webkit-appearance: button}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box}
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0}

/* QUOTES */
blockquote, q {quotes: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none}
blockquote, q, cite {font-style: italic}
blockquote {padding-left: 1.5em; border-left: 3px solid #ccc}
blockquote > p {padding: 0}

/* LISTS */
ul, ol {list-style-position: inside; padding: 0}
li ul, li ol {margin: 0 1.5em}
dl dd {margin-left: 1.5em}
dt {font-family:Futura, "Century Gothic", AppleGothic, sans-serif}

/* HYPERLINKS */
a { 
  text-decoration: none;
  color: #E74C3C;
  -webkit-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
  -moz-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
  -ms-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
  -o-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
  transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
}
a:hover, a:focus, a:active { text-decoration: none; border: none;color: #C0392B }
/* MEDIA */
figure {margin: 0}
img, object, embed, video {max-width: 100%; _width: 100%} /* Fluid images */
img {border: 0; -ms-interpolation-mode: bicubic} /* Improve IE's resizing of images */
svg:not(:root) {overflow: hidden} /* Correct IE9 overflow */

/* ABBREVIATION */
abbr[title], dfn[title] {border-bottom: 1px dotted #333; cursor: help}

/* MARKED/INSERTED/DELETED AND SELECTED TEXT */
ins, mark {text-decoration: none}
mark {background: #c47529}
ins {background: #d49855}
del {text-decoration: line-through}
::-moz-selection {background: #E74C3C; color: #fff; text-shadow: none} /* selected text */
::selection {background: #E74C3C; color: #fff; text-shadow: none} /* selected text */

/* OTHERS */
strong, b, dt { font-weight: bold}
dfn {font-style: italic}
var, address {font-style: normal}
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline} /* Position 'sub' and 'sup' without affecting line-height */
sup {top: -0.5em} /* Move superscripted text up */
sub {bottom: -0.25em} /* Move subscripted text down */
span.amp{font-family:verdana,arial,helvetica,sans-serif; font-size:110%;line-height:0;position:relative;vertical-align:baseline} /* Best available ampersand */

/* MICRO CLEARFIX HACK */
.cf:before, .cf:after {content:"";display:table} /* For modern browsers */
.cf:after {clear:both}
.cf {zoom:1} /* For IE 6/7 (trigger hasLayout) */

/* DEFAULT MOBILE STYLE */
body {width: 100%; margin: 0 auto} /* Center page without wrapper */
/* column grid */
.g1,.g2,.g3{display:block; position: relative; margin-left: 1%; margin-right: 1%}
/* 1 column grid */
.g1,.g2,.g3{width:98.0%}

/* Wrapper */
.main{
  padding-top: 0px;
  max-width: 1000px;
}
.wrapper{
  margin: 0 auto;
}


/* Utility */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #4a4d52;
  padding: 0.2em 0;
}
.clear{
  clear:both;
}
.bg-fixed {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.clearfix:after { 
 content: "."; 
 visibility: hidden; 
 display: block; 
 height: 0; 
 clear: both;
}
.no-list{
  margin: 0px;
  padding: 15px;
  list-style: none;
}
.break{
  padding-bottom: 1em;
  clear: both;
}
/* Backgrounds */

.bg-1{
  background-image: url('../../wp-content/uploads/2013/06/floor.jpg');
}

/* Header */
#header{
  margin-bottom: 3em;
}
#header #logo{
  text-align: left;
  margin:0px 0 0 0px;
  float:left;
}
#header h4{
  margin-bottom:0px; 
}
#header .visible{
  opacity: 1;
}

/* Tabs */
.etabs{
 
  padding: 150px 0 90px 0px;
  width:1000px;
}
.etabs li span{
  display: none;
}
#tab-data-wrap{
  position:relative;
/* border: 20px solid #f1f1f1;
  box-shadow: 0px 6px #c0392b;*/
  border-radius: 0px 0px 4px 4px;
  clear:both;
  opacity: 0.9;
}
#tab-data-wrap1{
 /* background: #fff;
  position:relative;
 border: 20px solid #f1f1f1;
  box-shadow: 0px 6px #c0392b;
  border-radius: 0px 0px 4px 4px;
  clear:both;
  opacity: 0.9;*/
  background-color:#FFF;
}

.tab {
  display: inline-block;
  zoom: 1;
  float:left;
  *display: inline;
  background: #bc2f01;
 /* border: solid 1px #f1f1f1;*/
  border-bottom: 0px;
 /* -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  margin-right:2px; */
}

.tab a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  display: block;
  padding: 25px;
  outline: none;
  color: #FFF;
  text-decoration: none;
}

.tab a:hover {
  text-decoration: none;
}

.tab.active {
  background: #fff;
  position: relative;
  top: 1px;
  border-color: #f1f1f1;
  border-bottom: none;
}

.tab a.active {
  padding-top: 30px;
  color: #e74c3c;
}
.tab a i{
  font-size: 16px;
  margin-right: 0px;
}



.tab1 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #ef832b;
  float:left;
  /*border: solid 1px #f1f1f1;
  border-bottom: 0px;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;*/
 
}

.tab1 a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  display: block;
  padding: 2px 10px;
  outline: none;
  color: #FFF;
  text-decoration: none;
}

.tab1 a:hover {
  text-decoration: none;
}

.tab1.active {
  background: #FFF;
  position: relative;
  border-color: #f1f1f1;
  border-bottom: none;
}

.tab1 a.active {
  padding-top: 30px;
  color: #e74c3c;
}
.tab1 a i{
  font-size: 16px;
  margin-right: 0px;
}

.tab2 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #eea32c;
  float:left;
 /* border: solid 1px #f1f1f1;
  border-bottom: 0px;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;*/

}

.tab2 a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  display: block;
  padding: 2px 10px;
  outline: none;
  color: #FFF;
  text-decoration: none;
}

.tab2 a:hover {
  text-decoration: none;
}

.tab2.active {
  background: #FFF;
  position: relative;
  border-color: #f1f1f1;
  border-bottom: none;
}

.tab2 a.active {
  padding-top: 30px;
  color: #e74c3c;
}
.tab2 a i{
  font-size: 16px;
  margin-right: 0px;
}


.tab3 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #ffb200;
  float:left;
 /* border: solid 1px #f1f1f1;
  border-bottom: 0px;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;*/
  
}

.tab3 a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  display: block;
  padding: 2px 10px;
  outline: none;
  color: #FFF;
  text-decoration: none;
}

.tab3 a:hover {
  text-decoration: none;
}

.tab3.active {
  background: #FFF;
  position: relative;
  border-color: #f1f1f1;
  border-bottom: none;
}

.tab3 a.active {
  padding-top: 30px;
  color: #e74c3c;
}
.tab3 a i{
  font-size: 16px;
  margin-right: 0px;
}

.tab4 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #eecc2c;
  float:left;
 /* border: solid 1px #f1f1f1;
  border-bottom: 0px;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;*/
 
}

.tab4 a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  display: block;
 padding: 2px 10px;
  outline: none;
  color: #FFF;
  text-decoration: none;
}

.tab4 a:hover {
  text-decoration: none;
}

.tab4.active {
  background: #FFF;
  position: relative;
  border-color: #f1f1f1;
  border-bottom: none;
}

.tab4 a.active {
  padding-top: 30px;
  color: #e74c3c;
}
.tab4 a i{
  font-size: 16px;
  margin-right: 0px;
}

.tab5 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #ebdf00;
  float:left;
 /* border: solid 1px #f1f1f1;
  border-bottom: 0px;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;*/
 
}

.tab5 a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  display: block;
  padding: 2px 10px;
  outline: none;
  color: #FFF;
  text-decoration: none;
}

.tab5 a:hover {
  text-decoration: none;
}

.tab5.active {
  background: #FFF;
  position: relative;
  border-color: #f1f1f1;
  border-bottom: none;
}

.tab5 a.active {
  padding-top: 30px;
  color: #e74c3c;
}
.tab5 a i{
  font-size: 16px;
  margin-right: 0px;
}
.tab6 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #545454;
  float:left;
  /*border: solid 1px #f1f1f1;
  border-bottom: 0px;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;*/
 
}

.tab6 a {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  display: block;
  padding: 2px 10px;
  outline: none;
  color: #FFF;
  text-decoration: none;
}

.tab6 a:hover {
  text-decoration: none;
}

.tab6.active {
  background: #FFF;
  position: relative;
  border-color: #f1f1f1;
  border-bottom: none;
}

.tab6 a.active {
  padding-top: 5px;
  color: #e74c3c;
}
.tab6 a i{
  font-size: 16px;
  margin-right: 0px;
}



/* About pGe tab */

.tab7 {
  display: inline-block;
  zoom: 1;
  float:left;
  *display: inline;
 /* border: solid 1px #f1f1f1;*/
  border-bottom: 0px;
  text-align:left;
 /* -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  margin-right:2px; */
}

.tab7 a {
  font-weight: bold;
  font-size: 12px;
  display: block;
  padding:2px 2px;
  outline: none;
  color: #4a4d52;
  text-decoration: none;
}

.tab7 a:hover {
  text-decoration: none;
}

.tab7.active {
 
  position: relative;
 
 
}

.tab7 a.active {
  
  color: #e74c3c;
}
.tab7 a i{
  font-size: 16px;
  margin-right: 0px;
}




.tab8 {
  display: inline-block;
  zoom: 1;
  float:left;
  *display: inline;
  background: #4a4d52;
 /* border: solid 1px #f1f1f1;*/
  border-bottom: 0px;
 /* -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;*/
  margin:7px 0 0 0px; 
}

.tab8 a {
  text-transform: uppercase;
  font-size: 8px;
  display: block;
  padding: 2px 10px;
  outline: none;
  color: #FFF;
  text-decoration: none;
}

.tab8 a:hover {
  text-decoration: none;
  background-color:#F00;
}

.tab8.active {
  background: #fff;
  position: relative;
  top: 1px;
  border-color: #f1f1f1;
  border-bottom: none;
}

.tab8 a.active {
  padding-top: 30px;
  color: #e74c3c;
}
.tab8 a i{
  font-size: 10px;
  margin-right: 0px;
}

.tab9 {
  display: inline-block;
  zoom: 1;
  float:left;
  *display: inline;
 /* border: solid 1px #f1f1f1;*/
  border-bottom: 0px;
 /* -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  margin-right:2px; */
  padding-right:0px;
}

.tab9 a {
 font-size: 10px;
  display: block;
  padding:2px 2px;
  outline: none;
  color: #4a4d52;
  text-decoration: none;
}

.tab9 a:hover {
  text-decoration: none;
}

.tab9.active {
 
  position: relative;
 
 
}

.tab9 a.active {
  
  color: #e74c3c;
}
.tab9 a i{
  font-size: 10px;
  margin-right: 0px;
}

/* INFO */
.info-wrap{

}
/* Photo */
.photo{
  float: right;
  height: 200px;
  width: 300px;
  margin-right: 20px;
  overflow: hidden;
}
.photo img{
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 width: 100%;
}

/* Photo */
.photo1{
  float: left;
  height: 174px;
  width: 146px;
  margin:5px 0 0 10px;
  overflow: hidden;
}
.photo1 img{
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 width: 100%;
}

/* Photo */
.photo2{
  float: left;
  height: 150px;
  width: 150px;
  margin:0px;
  overflow: hidden;
}
.photo1 img{
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 width: 100%;
}

/* Photo */
.photo3{
  float: left;
  height: 60;
  width: 100px;
  margin:0px 0 0 10px;
  overflow: hidden;
}
.photo3 img{
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 width: 100%;
}

/* Photo */
.photo4{
  float: right;
  height: 60px;
  width: 100px;
  margin:0px 0 0 10px;
  overflow: hidden;
}
.photo3 img{
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 width: 100%;
}

/* Photo */
.overview{
  float: left;
   width: 480px;
  margin:10px 0 0 0px;
  overflow: hidden;
 
}
.overview img{
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 width: 100%;
}
.business{
  float: left;
  height: 400px;
  width: 400px;
  margin:0px 0 0 0px;
  overflow: hidden;
}
.business img{
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 width: 100%;
}
.business2{
  float: left;
  height: 555px;
  width: 380px;
  margin:0px 0 0 0px;
  overflow: hidden;
}
.business2 img{
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 width: 100%;
}

.business3{
  float: left;
  height: 240px;
  width: 390px;
  margin:0px 0 0 0px;
  overflow: hidden;
}
.business3 img{
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 width: 100%;
}
.business31{
  float: left;
  height: 210px;
  width: 400px;
  margin:0px 0 0 0px;
  overflow: hidden;
}
.business31 img{
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 width: 100%;
}
.business4{
  float: left;
  height: 285px;
  width: 400px;
  margin:0px 0 0 0px;
  overflow: hidden;
}
.business4 img{
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 width: 100%;
}
.business5{
  float: left;
  height: 380px;
  width: 330px;
  margin:0px 0 0 0px;
  overflow: hidden;
}
.business5 img{
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 width: 100%;
}

/* Photo */
.vision{
  float: left;
  height: 147px;
  width: 300px;
  margin:0px 0 0 0px;
  overflow: hidden;
}
.vision img{
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 width: 100%;
}
/* Photo */
.nirmal{
  float: left;
   width: 205px;
  margin:8px 0 0 0px;
  overflow: hidden;
}
.nirmal img{
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 width: 100%;
}

.overview2{
  float: right;
   width: 480px;
  margin:8px 0 0 0px;
  overflow: hidden;
}
.overview img{
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 width: 100%;
}
.exp{
  float: left;
  height: 412px;
  width: 436px;
  margin:0px;
  overflow: hidden;
}
.exp img{
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 width: 100%;
}

.info{

}
.info h2, #header h2{
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: .3em;
}
.info h4, #header h4{
  color: #999;
}
/* Contact */
.main-links{

}
.main-links ul{
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.main-links ul li{
  /*border-bottom: 1px solid #F1F1F1;*/
  padding:0px 0;
}
.main-links ul li a{

  font-size: 12px;

} 
/* Contact-info */
.contact-info{

}
.contact-info i{

}

/* Icon Styling */
.contact-info i{

  color: #333;
  font-size: 46px;

}
/* Item Box */

.item-box{
  padding: 6px 6px 6px 10px;
  opacity:0.9;
  /*border: 1px solid #f1f1f1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
}
.item-box i{
  float: left;
  margin-right: 12px;
}
.item-box i.icon-envelope{

}
.item-box .item-data{
 margin-top: 6px;
}
.item-box .item-data h3{
  line-height: 1em;
  margin: 3px 0px 0px 0px;
  font-size: 1.5em;

}
.item-box .item-data p{
  margin: 0px;
  font-size: 14px;
  color: #4a4d52;
}

/* WorkExperience */
.work li{
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 2em;
}
.work li span{
  float: right;
}
.work li h5{
  float: left;
}
.work li p{
  clear: both;
}

/* Portfolio */
.image{
  position: relative;
}
.image p{
  margin: 0px;
  width: 100%;
}
.image img{
  margin: 0px;
  width: 100%;
}
.image-overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 99%;
  background-color: rgba(231, 76, 60,.6);
  text-align: center;
  opacity:0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.image:hover .image-overlay{
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.image-overlay .image-link{
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
/* Icon Box */
.sny-icon{
  display: block;
  margin-bottom: 1em;
  text-align: center;
}
.sny-icon i{
  display: inline-block;
  font-size: 60px;
}
.sny-icon-content{
  text-align: center;
}
.sny-icon-content h4{
  margin-bottom:6px; 
}
.sny-icon-content p{
  margin-bottom: 0px;
}
/* Buttons */
.btn{
  display:inline-block;
  margin: 0 10px 10px 0;    
  padding: 14px 20px;  
  background: #E74C3C;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  font-family:'Open Sans', sans-serif
  line-height: 1;
  *display:inline;
  *zoom:1;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover{
  color: #ccc;
}

/* Labels */
.label2 {
  display: inline;
  padding: .30em .3em;
  font-size: 100%;
  font-weight: 500;
  line-height: 1;
  color: #4a4d52;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  float:left;
  margin:0 0 0 0px;
}

.label2-info {
  background-color: #4c4e53;
  padding:10px;
}

.label2-info[href]:hover,
.label2-info[href]:focus {
  background-color: #CCC;
}
.label2[href]:hover,
.label2[href]:focus {
  color: #F00;
  text-decoration: none;
  cursor: pointer;
}

.label2-default {
  background-color: #999999;
}

.label2-default[href]:hover,
.label2-default[href]:focus {
  background-color: #4a4d52;
}

.label2-danger {
  background-color: #d9534f;
}

.label2-danger[href]:hover,
.label2-danger[href]:focus {
  background-color: #c9302c;
}

.label2-success {
  background-color: #5cb85c;
}

.label2-success[href]:hover,
.label2-success[href]:focus {
  background-color: #449d44;
}

.label2-warning {
  background-color: #f0ad4e;
}

.label2-warning[href]:hover,
.label2-warning[href]:focus {
  background-color: #ec971f;
}

/* Labels */
.label {
  display: inline;
  padding: .60em .6em;
  font-size: 20%;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label-info {
  background-color: #F00;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #4a4d52;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

/* Meters */
.meter { 
  height: 24px;  /* Can be anything */
  position: relative;
  border: 1px solid #f1f1f1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 1em;
}
.meter > span {
  display: block;
  height: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;


  position: relative;
  overflow: hidden;
}
.meter > span  > span{
  margin-left: 4px;
  color: #fff;
}
.meter > span:after, .animate > span > span {
  content: "";
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-image: 
  -webkit-gradient(linear, 0 0, 100% 100%, 
    color-stop(.25, rgba(255, 255, 255, .2)), 
    color-stop(.25, transparent), color-stop(.5, transparent), 
    color-stop(.5, rgba(255, 255, 255, .2)), 
    color-stop(.75, rgba(255, 255, 255, .2)), 
    color-stop(.75, transparent), to(transparent)
    );
  background-image: 
  -moz-linear-gradient(
    -45deg, 
    rgba(255, 255, 255, .2) 25%, 
    transparent 25%, 
    transparent 50%, 
    rgba(255, 255, 255, .2) 50%, 
    rgba(255, 255, 255, .2) 75%, 
    transparent 75%, 
    transparent
    );
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.animate > span:after {
  display: none;
}

@-webkit-keyframes move {
  0% {
   background-position: 0 0;
 }
 100% {
   background-position: 50px 50px;
 }
}

.emerald > span {
  background-color: #2ecc71;

}

.carrot > span {
  background-color: #e67e22;

}
.wisteria > span{
  background-color: #8e44ad;
}
.sunflower > span{
  background-color: #f1c40f;
}
.midnight > span{
  background-color: #2c3e50;
}
.pomengrate > span{
  background-color: #c0392b;
}
.asbestos > span{
  background-color: #7f8c8d;
}
.nostripes > span > span, .nostripes > span:after {
  -webkit-animation: none;
  background-image: none;
}
/* Footer */
footer{
  text-align: center;
  padding: 10px;
 /* background: rgba(255, 255, 255,.8);
  box-shadow: 0px 4px #ccc;
  color: #333;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;*/
  position:relative;
  
}
footer p{
  margin-bottom: 0px;
}

/* media Queries

FOLDING FLUID GRID
< 767px         - 1-Column Fluid Grid
768px - 1023px  - 2-Column Fluid Grid
> 1024px            - 3-Column Fluid Grid
Change widths as necessary
------------------------------------------- */

/* MOBILE PORTRAIT */
@media only screen and (min-width: 320px) {
  body {

  }
  
  .foot_right_content {
    float: left;
    margin: 5px 0 0 142px;
}
}

/* MOBILE LANDSCAPE */
@media only screen and (min-width: 480px) {
  body {

  }
}

/* SMALL TABLET */
@media only screen and (min-width: 600px) {
  body {

  }
  .etabs >li span{
    display: block;
  }
}

/* TABLET/NETBOOK */
@media only screen and (min-width: 768px) { 
  body {

  }

  /* Sidebar */
  .sidebar{
   padding-left: 20px;
   border-left: 1px solid #f1f1f1;
 }
 /* COLUMN GRID */
 .g1,.g2,.g3 {display:inline; float: left}

 /* 2 COLUMN GRID */
 .g1 {width:48.0%}
 .g2 {width:48.0%}
 .g3 {width:98.0%}
}

/* LANDSCAPE TABLET/NETBOOK/LAPTOP */
@media only screen and (min-width: 1024px) { 
  body {

  }
  .etabs >li span{
    display: inline;
  }
  .tab a i{
  font-size: 16px;
  margin-right: 6px;
}
  .tab a{
   padding: 25px;
  }
.tab a.active{
  padding: 25px;
}
  /* 3 COLUMN GRID */
  .g1 {width:31.333%}
  .g2 {width:64.667%;}
  .g3 {width:98.0%}
}

.tab1 a i{
  font-size: 16px;
  margin-right: 6px;
}
  .tab1 a{
    padding: 25px;
  }
.tab1 a.active{
  padding: 25px;
}
 
 .tab2 a i{
  font-size: 16px;
  margin-right: 6px;
}
  .tab2 a{
    padding: 25px;
  }
.tab2 a.active{
  padding: 25px;
}

.tab3 a i{
  font-size: 16px;
  margin-right: 6px;
}
  .tab3 a{
    padding: 25px;
  }
.tab3 a.active{
   padding: 25px;
}

.tab4 a i{
  font-size: 16px;
  margin-right: 6px;
}
  .tab4 a{
    padding: 25px;
  }
.tab4 a.active{
  padding: 25px;
}

.tab5 a i{
  font-size: 16px;
  margin-right: 6px;
}
  .tab5 a{
     padding: 25px;
  }
.tab5 a.active{
  padding: 25px;
}
 .tab6 a i{
  font-size: 16px;
  margin-right: 6px;
}
  .tab6 a{
     padding: 25px;
  }
.tab6 a.active{
  padding:25px;
}

/* About pGe tab */

 .tab7 a i{
  font-size: 16px;
  margin-right: 6px;
}
  .tab7 a{
     padding: 0px;
  }
.tab7 a.active{
  padding:0px;
}

.tab8 a i{
  font-size: 16px;
  margin-right: 6px;
}
  .tab8 a{
   padding: 5px;
  }
.tab8 a.active{
  padding: 10px;
}

.tab9 a i{
  font-size: 10px;
  margin-right: 4px;
}
  .tab9 a{
   padding:2px;
  }
.tab9 a.active{
  padding:2px;
}

}

@media only screen and (min-width: 1280px) { 
  /* DESKTOP */
  body {

  }
}

/* WIDESCREEN */
/* Increased body size for legibility */
@media only screen and (min-width: 1400px) { 
  body {} /* 18.5px / 28px */
}


/* PRINT */
@media print {
  * {background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important} /* Black prints faster */
  a, a:visited {color: #444 !important; text-decoration: underline}
  a[href]:after {content: " (" attr(href) ")"}
  abbr[title]:after {content: " (" attr(title) ")"}
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {content: ""}  /* Don't print links for images, javascript or internal links */
  pre, blockquote {border: 1px solid #999; page-break-inside: avoid; }
  thead {display: table-header-group; } /* Repeat header row at top of each printed page */
  tr, img {page-break-inside: avoid; }
  img {max-width: 100% !important; }
  @page {margin: 0.5cm}
  p, h2, h3 {orphans: 3; widows: 3}
  h2, h3{page-break-after: avoid}
}

.read11 {text-align:center; }
 .read11 a{text-decoration:none; color:#4a4d52}
 .read11 a:hover{text-decoration:none; color:#F00; background-color:#e1162d; padding:5px;}
 
 
 

/* [Object] Modal
 * =============================== */
.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(0,0,0, .9);
  transition: opacity .25s ease;
}

.modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.modal-state {
  display: none;
}

.modal-state:checked + .modal {
  opacity: 1;
  visibility: visible;
}

.modal-state:checked + .modal .modal__inner {
  top: 0;
}

.modal__inner {
  transition: top .25s ease;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70%;
  margin: auto;
  overflow: auto;
  background: #fff;
  border-radius: 5px;
  padding: 1em 2em;
  height: 70%;
}

.modal__close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}

.modal__close:after,
.modal__close:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: #ccc;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0;
}

.modal__close:hover:after,
.modal__close:hover:before {
  background: #aaa;
}

.modal__close:before {
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
	
  .modal__inner {
    width: 90%;
    height: 90%;
    box-sizing: border-box;
  }
}


/* Other
 * =============================== */


.btn {
  cursor: pointer;
  background: #27ae60;
  display: inline-block;
  padding: .5em 1em;
  color: #fff;
  border-radius: 3px;
}

.btn:hover,
.btn:focus {
  background: #2ecc71;
}

.btn:active {
  background: #27ae60;
  box-shadow: 0 1px 2px rgba(0,0,0, .2) inset;
}

.btn--blue {
  background: #2980b9;
}

.btn--blue:hover,
.btn--blue:focus {
  background: #3498db;
}

.btn--blue:active {
  background: #2980b9;
}

p img {
  max-width: 400px;
  height: auto;
  float: left;
  margin: 0 1em 1em 0;
}
p1 img {
  max-width: 400px;
  height: auto;
  float: right;
  margin: 0 1em 1em 0;
}

.social1 {
    background-image: url("../images/social1.png");
    background-repeat: no-repeat;
    float: left;
    height: 26px;
    width: 30px;
}
.social1:hover {
    background-image: url("../images/social1.png");
    background-position: 0 -27px;
    background-repeat: no-repeat;
    float: left;
    height: 26px;
    width: 30px;
}
.social2 {
    background-image: url("../images/social2.png");
    background-repeat: no-repeat;
    float: left;
    height: 26px;
    width: 30px;
}
.social2:hover {
    background-image: url("../images/social2.png");
    background-position: 0 -27px;
    background-repeat: no-repeat;
    float: left;
    height: 26px;
    width: 30px;
}
.social3 {
    background-image: url("../images/social4.png");
    background-repeat: no-repeat;
    float: left;
   height: 26px;
    width: 30px;
}
.social3:hover {
    background-image: url("../images/social4.png");
    background-position: 0 -27px;
    background-repeat: no-repeat;
    float: left;
    height: 26px;
    width: 30px;
}
.social4 {
    background-image: url("../images/social3.png");
    background-repeat: no-repeat;
    float: left;
    height: 26px;
    width: 30px;
}
.social4:hover {
    background-image: url("../images/social3.png");
    background-position: 0 -27px;
    background-repeat: no-repeat;
    float: left;
    height: 26px;
    width: 30px;
}
.social5 {
    background-image: url("../images/in.png");
    background-repeat: no-repeat;
    float: left;
    height: 26px;
    width: 30px;
}
.social5:hover {
    background-image: url("../images/social5.png");
    background-position: 0 -27px;
    background-repeat: no-repeat;
    float: left;
    height: 26px;
    width: 30px;
}
.icon {
    margin: 0 79px;
}

.foot_right_content {
    float: left;
    margin: -22px 0 0 142px;
}



.indent1 {padding:0px 10px 0 20px}
.prev-indent1-bot2 {margin-bottom:5px}
.menu li a, .list-4 li a, .link,{text-decoration:none}

.list-2 li {
    background:url(../images/marker-2.gif) no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    line-height: 1.50em;
    padding-left: 20px;
	text-align:left;
}
.list-4 li a {
    background:url(../images/marker-2.gif) no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    color: #4a4d52;
    display: inline-block;
    padding-left: 20px;
	font-size:11px;
	float:left;
	text-decoration:none;
	padding-bottom:3px;
}
.list-4 li a:hover {
    color: #4a4d52;
}
.list-4 .last-item {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.link:hover {
   
}

.sociaimgs{ width:100%; position:absolute; background-image:url(../images/footer.png); background-repeat:no-repeat; height:334px; background-color:#FFF;}
.footercon{ width:100%; position:absolute;background-color:#4a4d52; height:50px;}
.frm{width:85%;} .frm1{height:150px;}.frm2{width:25%; float:right; padding:12px; margin:20px;}
.ltr{width:95%;} .ltr1{height:150px;}.ltr2{width:42%; float:right; padding:6px; font-size:10px; margin:15px 5px 0 0px;}

.indent1 {padding:0px 10px 0 20px}
.prev-indent1-bot2 {margin-bottom:5px}
.menu li a, .list-5 li a, .link,{text-decoration:none}


.list-5 li a {
    background:url(../images/marker-2.gif) no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    color: #4a4d52;
    display: inline-block;
    padding-left: 5px;
	font-size:10px;
	float:left;
	text-decoration:none;
	padding-bottom:3px;
}
.list-5 li a:hover {
    color:#F00;
}
.list-5 .last-item {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.font14{ text-align:justify; color:#4a4d52; padding:10px;} .font12{ text-align:justify; color:#4a4d52; padding:10px} .font13{text-align:justify; color:#4a4d52; padding:10px} .font10{font-size:10px;}.font5{ text-align:justify; color:#4a4d52; padding:6px 0 0 0px;}

.fotterfont{text-align:justify; color:#FFF; padding:8px}
  .fontfoter{float:right; padding:22px 0 0 0px; margin:0px;}.rights{color:#FFF; font-size:10px;}
 .imgcpr{background-image:url(../images/cont.png);background-repeat:repeat; width:50%; margin:0 0 0 80px; height:40px;}
 
 
 /*---back to top--------*/
.demo {
    margin: 0;
    padding: 0;
}
#back-top {
    bottom: 100px;
   margin-left: 1310px;
    position: fixed;
}
#back-top a {
    color: #090808;
    display: block;
    font: 11px/100% Arial,Helvetica,sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 1s ease 0s;
    width: 70px;
}
#back-top a:hover {
    color: #F70312;
}
#back-top span {
    background: url("../images/up-arrow.png") no-repeat scroll center center #F3F5F8;
	opacity:0.5;
    display: block;
    height: 70px;
    margin-bottom: 7px;
    transition: all 1s ease 0s;
    width: 70px;
}
#back-top a:hover span {
    background-color: #002b6a;
	opacity:0.20;
}
/*---end--------*/