@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Hind:400,600,700,500);
body{
	font-size:15px;
	color:#555555;
   	font-family: 'Hind', sans-serif;
    font-weight: 400;
}
.headerRight {
    float: right;
}
.topStrip {
    background: #fff none repeat scroll 0 0;
    float: left;
    width: 100%;
}
ul.top-info {
    float: right;
    list-style: outside none none;
    margin: 10px 0 0;
    padding: 0;
}
ul.top-info li {
    font-size: 0.9em;
    font-weight: normal;
    margin-bottom: 7px;
}
ul.top-info li i {
    color: #333;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
}
.pageshead{
	width:100%;
	position:relative;
	height:220px;
	float:left;
	background-position:center center;
	background-repeat:no-repeat;
	background:url('../assets/services-img/about-us.png');
}
.pagesinnerdiv{
	width:85%;
	margin:0 auto;
}
.pageHeadlogo{
	background:#F38F46;
	padding:1em;
	float:left;
	position:absolute;
	top:50%;
}
.pageheadcontent{
	padding:1em;
	float:left;
	position:absolute;
	top:50%;
	left:13.8%;
}
.pageheadcontent h2{
	font-size:1.5em;
	color:#F8522E;
}
.pageHeadlogo h1{
	color:#fff;
	font-size:1.5em;
	font-weight:bold;
}
.pagewhite{
	background:rgba(255,255,255, 0.6);
	padding:1em;
	float:left;
}
.fltLeft{
	float:left;
}
.fltRight{
	float:right;
}
.clrfix{
	clear:both;
}
#wrapper{
	width:100% !important;
	background:rgba(255,255,255, 0.4);
}
.topstrip{
	width:100%;
	background:rgba(103,88,130, 0.8);
}
.header{
	background:#fff;
	width:100%;
	position:relative;
	float:left;
	left:0;
	-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
	z-index:2;
	padding:0.5em 0 0.5em 0;
	border-top:5px solid #024579;
}
.header-fixed-top{ 
	top:0;
	z-index:2;
	float:left;
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}
.logo{
	margin: 0 0 0.5em;
	float:left;
}
.logo > h3{
	float: left;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 3em;
	text-transform:uppercase;
	color:#042D4A;
	padding:0.5em 0 0 0;
	text-indent:0.5em;
}
.menuDiv{
	float:left;
	width:100%;
	background:#0370C0;
}
.nav{
	margin:1% 0 0 0;
	z-index:1000;
	position:relative;
	float:right;
}
.logo img{
	display:block;
	float:left;
	border:none;
	width:90%;
}
.smalllogo{
	width:20%;
	display:none;
}
.smalllogo img{
	width:100%;
}
/*.header-fixed-top{ 
	top:0;
	z-index:2;
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}*/
.speedBar {
  padding: 29px 0;
  float: right;
  font-size: 12px; 
}
.speedBar a {
  display: inline-block;
  color: #888888;
  text-decoration: none;
}
.content{
	width:99%;
	padding:1em;
	float:left;
/*	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);*/
	background:#fff;
}
.lLarge{
    color: #fff;
}
.ourClients{
	width:100%;
	height:100%;
	padding-bottom:2em;
	float:left;
	background:url(../images/clients.jpg);
	background-size:cover;
	background-position:center;
	position:relative;
}
.ourClientsinner{
	margin: 0 auto;
    width: 85%;
	z-index:4;
	position:relative;
}
.ourClientsinner > ul{
	margin:0;
	padding:0;
}
.ourClientsinner > ul > li{
	float:left;
	list-style-type:none;
	border:1px solid #eee;
	padding:1em;
	width:15%;
	margin:1% 0 0 2%;
	background:rgba(255, 255, 255, 0.3);
}
.ourClientsinner > ul > li > img{
	width:100%;
	display:block;
}
.ourClientsinner > h1 {
    color: #3a539b;
    font-size: 1.9em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
	line-height:2em;
}
.nbs-flexisel-item {
    cursor: pointer;
    float: left;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: relative;
}
.nbs-flexisel-ul {
    list-style-type: none;
    text-align: center;
}

.copacity {
    background: none repeat scroll 0 0 rgba(255, 255,255, 0.65);
    float: left;
    height: 100%;
    position: absolute;
    width: 100%;
}
.content > ul{
	margin:0 0 0 1em;
	padding:0;
}
.content > ul > li{
	font-size:15px;
	color:#555555; 
	list-style-position:inside;
	list-style-type:disc; 
	padding:0.3em;
	width:96%;
	float:left;
	margin:0.3em 0 0 0;
}
.content h4{
	font-size:1.4em;
	font-weight:bold;
	color:#22313F;
	line-height:2em;
	text-transform:uppercase;
}
.content > p{
	line-height:2em;
	text-align:justify;
	font-size:1em;
}
.content > p > em{
	font-style:italic;
}
.content > p > strong{
	font-weight:700;
}
.ourteam{
	width:100%;
}
.ourteam > ul{
	margin:0;
	padding:0;
}
.ourteam > ul > li:first-child{
	margin:0;
}
.ourteam > ul > li{
	list-style:none;
	margin:3em 0 0 0;
	float:left;
	width:100%;
}
.ourteam > ul > li .teamimg{
	padding:5px;
	border:1px solid #E1E1E1;
	width:130px;
	height:150px;
	float:left;
}
.teamcontent{
	float:left;
	width:82%;
	margin-left:10px;
}
.teamcontent > p{
	font-size:13px;
	line-height:22px;
	text-align:justify;
}
.teamcontent > p >strong{
	font-weight:bold;
}
.teamheading{
	width:100%;
	border-bottom: 1px solid #e0e0e0;
}
.teamheading h4{
	font-size:15px;
	font-weight:bold;
	color:#F85634;
}
.teamheading span{
	font-size:14px; 
	font-style:italic;
	padding-left:8px;
	line-height:24px;
	color:#000;
	font-weight:normal;
}
.ourteam > ul > li .teamimg img{
	width:100%;
	height:150px;
}
.hinner{
	margin:0 auto;
	width:85%;
}
.homeslider{
	position:relative;
	float:left;
	z-index:-2;
}
.rslides {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.rslides li {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.rslides li:first-child {
    display: block;
    float: left;
    position: relative;
}
.rslides img {
    border: 0 none;
    display: block;
    float: left;
    height: auto;
    width: 100%;
}
.callbacks_nav {
    background: url("../images/themes.png") no-repeat scroll left top transparent;
    height: 36px;
    left: 0;
    margin-top: -45px;
    opacity: 0.7;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -9999px;
    top: 50%;
    width: 36px;
    z-index: 3;
}
.callbacks_nav.next {
    background-position: right top;
    left: auto;
    right: 0;
}
.callbacks_tabs a::after {
    background: none repeat scroll 0 0 #eee;
    border-radius: 50%;
    content: "";
    display: inline-block;
    font-size: 0;
    height: 12px;
    visibility: visible;
    width: 12px;
}
.callbacks_here a::after {
    background: none repeat scroll 0 0 #0370C0;
}
.callbacks_tabs a {
    visibility: hidden;
}
.callbacks_tabs li {
    display: inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
    bottom: 14px;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
}
.middleDiv{
	width:100%;
	background-color:transparent;
/*	padding:0.4em 0 0 0;*/
	position:relative;
	float:left;
}
.minner{
	margin:0 auto;
	width:85%;
	padding:1em 0 0.5em 0;
}
.homecontent{
	width:67%;
	margin:3% 0 0 0;
	float:left;
}
.homecontent > ul{
	margin:0;
	padding:0;
}
.homecontent > ul > li:first-child{
	margin:5% 0 0 0;
}
.homecontent > ul > li{
	float:left;
	border:1px solid #999;
	width:25%;
	height:300px;
	padding:2em;
	margin:5% 0 0 4%;
}
.homecontent > p{
	font-size:1em;
	line-height:1.9em;
	text-align:justify;
}
.homecontent > p > strong{
	font-weight:bold;
}
.homecontent > h1{
	/*text-shadow: 0px 0px 0px #333, 0.5px 0.5px 0.5px #4f4f4f;*/
	text-transform: uppercase;
	font-size:1.3em;
	font-weight: 700;
	color: #333;
	padding-bottom:0.5em;
	border-bottom:1px solid #09F;
}
.homerightpanel{
	float:right;
	width:30%;
	margin:3% 0 0 0;
	position:relative;
}
.homerightpanel h2{
	width:100%;
	color:#333;
	float:left;
	line-height:2em;
	text-transform:uppercase;
	text-indent:5px;
	font-size:1em;
	font-weight:bold;
	border-bottom:1px solid #00A1F1;
}
#loading{
	padding:10px;
	color:#333;
	display:block;
	float:left;
	display:none;
}
.readmore{
	padding:6px;
	border:1px solid #0095DA;
	margin:10px auto !important;
	width:40%;
	background:#00A1F1;
}
.readmore > a{
	text-decoration:none;
	text-align:center !important;
	color:#000;
	text-transform:uppercase;
}

.footer{
	width:100%;
	position:relative;
	margin:1em 0 0 0;
	background:#EEEEEE;
	float:left;
	padding:1em 0 1em 0;
}
.finner{ 
	margin:0 auto;
	width:85%;
}
.ftproducts{
	width:18%;
	margin-right:5%;
	float:left;
}
.ftproducts > img{
	width:100%;
	margin:5% 0 0 0;
}
.btmmslider{
	width:100% !important;
	float:left;
	position:relative;
}
.btmmslider > h1{
	color: #3A539B !important;
    font-size: 1.9em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
	line-height:3em;
	
}
.middleinner{
	width:85%;
	margin:0 auto;
}
.ftcontact{
	width:33.3333%;
	float:left;
	margin-left:3%;
}
.ftcontact > ul{
	margin:0;
	padding:0;
}
.ftcontact > ul > li{
	list-style:none;
	margin:0.4em 0 0 1em;
	list-style-position:inside;
}
.ftcontact > ul > li > i{
	float:left;
	line-height:20px;
	color:#3a3a3a;
}
.ftcontact > ul > li > span{
	color:#3a3a3a;
	line-height:1.8em;
	font-size:0.9em;
	padding:0 0 0 2.5em;
	display:block;
	text-decoration:none;
	text-transform:capitalize !important;
}
.ftproducts > ul{
	margin:0;
	padding:0;
}
.ftproducts > ul > li{
	margin:3% 0 0 0;
	line-height:1.4em;
}
.ftproducts > ul > li > a{
	font-size:0.9em;
	color:#3a3a3a;
	text-transform:capitalize;
	text-decoration:none;
}
.ftquicklinks{
	width:17.3333%;
	float:left;
	margin-right:1em;
}
.ftquicklinks > ul{
	margin:0; 
	padding:0;
}
.ftquicklinks > ul > li{
	margin:3% 0 0 0;
	list-style:none;
	float:left;
	line-height:1.4em;
	width:100%;
}
.ftquicklinks > ul > li > a{
	font-size:0.9em;
	color:#3a3a3a;
	text-decoration:none;
	text-transform:capitalize;
}
.copyright{
	border-top:1px solid #cecece;
	float:left;
	width:100%;
	padding:1em 0 0 0;
	margin:2% 0 0 0;
}
.copyright > span{
    color: #3a3a3a;
    display: block;
    font-size: 0.9em;
    text-align: center;
	line-height:1.8em;
}
.copyright > span > a{
	color: #3a3a3a;
	text-decoration:none;
}
.foot-head{
	width:100%;
}
.foot-head > h4{
  font-size:1.2em;
  font-weight:700;
  color: #333;
  text-transform: uppercase;
  line-height:2em;
}
.foot-head{
	width:100%;
}
.homebottomservices{
	width:100%;
	float:left;
	padding-bottom:2em;
	background-position:center left;
	background-repeat:repeat-y;
	margin-bottom:5%;
}
.homeservices{
	float:left;
	width:100%;
}
.square{
	width:140px;
	border:1px solid #fff;
	padding:0.8em;
	margin:0 auto;
	background:rgba(255,255,255, 0.8);
}
.square > h2{
	text-align:center;
	font-size:20px;
	color:#3E4095;
	font-weight:bold;
}	
.homeservices > ul{
	margin:0;
	padding:0;
}
.homeservices > ul > li{
	float:left;
	list-style:none;
	background:#3E4095;
	padding:1em;
	width:28%;
	-webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
	margin:1em 0 0 1em;
	line-height:1.5em;
	text-indent:0.3em;
}
.scircle{
	width:22px;
	height:22px;
	border-radius:50%;
	border:1px solid #fff;
	float:left;
	position:relative;
}
.scircle > i{
	color:#fff;
	position:absolute;
	top:17%;
	left:9%;
	font-size:12px;
}
.homeservices > ul > li:hover{
	background:#96989A;
	color:#fff;
}
.homeservices > ul > li > h2{
	color:#fff;
	font-size:1em;
	font-weight:bold;
}

.rightInfo{
	margin:1em 0 0 0;
	float:right;
}

.ltinfo{
	float:right;
}
.ltinfo > ul{
	margin:0;
	padding:0;
	float:right;
}
.ltinfo > ul > li{
	float:left;
	list-style:none;
	font-size:0.9em;
}
.ltinfo > ul > li > span{
	padding:0 10px;
	font-size:0.9em;
}
.ltinfo > ul > li > span > a{
	text-decoration:none;
	color:#333;
}
.info{
	float:right;
	padding:2px 0 0 0;
}
.info > ul{
	margin:0;
	padding:0;
}
.info > ul > li{
	float:left;
	list-style:none;
	margin:10px 0 0 10px;
}
.info > ul > li > i{
	font-size:0.9em;
}
.info > ul > li > span{
	font-size:0.9em; 
	color:#000;
}
.dcircle i{
	border: 1px solid #333;
    border-radius: 50%;
    color: #686868;
    float: left;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
}
/*------------------------------------------------------------- 
	                  PORTFOLIO STYLES
---------------------------------------------------------------*/

.works-content {
	margin:0 10px !important;
}

.works-content h3 {
	font-size:16px;
	margin:0px 0px 1px;
	color:#2e2e2e;
	border-bottom:2px solid #dfdfdf;
	padding:15px 10px 15px;
}

.works-content h3 span{
	font-size:11px;
	margin: 4px 0 0 0;
	text-align:center;
	color:#2e2e2e;
	font-weight:600;
	float:right;
	font-family:Open sans;
}

.works-content h4 {
	font-size:16px;
	margin:0px 0px 1px;
	color:#2e2e2e;
	border-bottom:2px solid #dfdfdf;
	padding:15px 10px 15px;
}

.works-content h4 span{
	font-size:11px;
	margin: 4px 0 0 0;
	text-align:center;
	color:#2e2e2e;
	font-weight:600;
	float:right;
	font-family:Open sans;
}

.works-content h5 {
	font-size:16px;
	margin:0px 0px 1px;
	color:#2e2e2e;
	border-bottom:2px solid #dfdfdf;
	padding:15px 10px 15px;
}

.works-content h5 span{
	font-size:11px;
	margin: 4px 0 0 0;
	text-align:center;
	color:#2e2e2e;
	font-weight:600;
	float:right;
	font-family:Open sans;
}

.works-content h6 {
	font-size:16px;
	margin:0px 0px 1px;
	color:#2e2e2e;
	border-bottom:2px solid #dfdfdf;
	padding:15px 10px 15px;
}

.works-content h6 span{
	font-size:11px;
	margin: 4px 0 0 0;
	text-align:center;
	color:#2e2e2e;
	font-weight:600;
	float:right;
	font-family:Open sans;
}

.works-content p, .project-content2 p {
	font-size:11px;
	margin:0px;
	text-align:center;
	color:#8a8a8a;
	font-weight:600;
	border-bottom:2px solid #fff;
	padding-bottom:10px;
}

.works-content:hover h3 {
	border-bottom:2px solid #1b9cff;
}

.works-content:hover h4 {
	border-bottom:2px solid #1b9cff;
}

.works-content:hover h5 {
	border-bottom:2px solid #1b9cff;
}

.works-content:hover h6 {
	border-bottom:2px solid #1b9cff;
}

.works-overlay{
	position:relative;
}
.works-overlay img{
	width:100%;
	border:1px solid #ccc;
}

.works-overlay span {
	opacity:0;
	-webkit-transition:all 0.4s ease-in-out;  
	-moz-transition:all 0.4s ease-in-out;  
	-o-transition:all 0.4s ease-in-out;  
	transition:all 0.4s ease-in-out;
}

.zoom {
	background-color:#1b9cff;
	background-color:rgba(27,156,255,0.6);
	position:absolute;
	top:0px;
	right:0px;
	left:0px;
	width:101%;
	height:99%;
	opacity:0;
	-webkit-transition:all 0.4s ease-in-out;  
	-moz-transition:all 0.4s ease-in-out;  
	-o-transition:all 0.4s ease-in-out;  
	transition:all 0.4s ease-in-out;
	z-index:10;
}

.zoom1 {
	background-color:#1b9cff;
	background-color:rgba(27,156,255,0.6);
	position:absolute;
	top:0px;
	right:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0;
	z-index:10;
	-webkit-transition:all 0.4s ease-in-out;  
	-moz-transition:all 0.4s ease-in-out;  
	-o-transition:all 0.4s ease-in-out;  
	transition:all 0.4s ease-in-out;
}

.zoom1 h4, .zoom1 p {
	color:#fff;
}

.zoom1 h4 {
	text-align:center;
	border:none !important;
	padding-bottom:0px;
}

.zoom1 p {
	border:none !important;
	font-weight:400;
}

.zoom1 img {
	display:table;
	margin:0 auto;
}

.zoom1-inner {
	height: 107px;
	position: absolute;
	margin: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.works-content:hover .zoom, .works-content:hover span , .works-content:hover .zoom1 {
	opacity:1;
	-webkit-transition:all 0.4s ease-in-out;  
	-moz-transition:all 0.4s ease-in-out;  
	-o-transition:all 0.4s ease-in-out;  
	transition:all 0.4s ease-in-out;
}
.zoom-info {
	width: 112%;
	position:absolute;
	top:0px;
	right:0px;
	left:30%;
	bottom:0px;
	margin:auto;
	height:30px;
}

.zoom-info a {
	background:#0a406f;
	color:#fff;
	width:34%;
	height:30px;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	display:inline;
	float:left;
	margin:5px 4px;
	line-height:30px;
	font-size:14px;
	border:1px solid transparent;
	-webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

.zoom-info a:hover {
	border-color:#0A406F;
	-webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}
.works-content {
  margin: 0 20px !important;
}


.cmnHeading {
    float: left;
    position: relative;
    width: 100%;
	/*background:url(../images/common-strip.jpg);*/
	background-repeat:no-repeat;
	background-size:cover;
	background:#024D87;
}

.opacity{
	position:absolute;
	background:rgba(0,0,0, 0.10);
	width:100%;
	float:left;
	height:100%;
}
.cmnInner{
	margin:0 auto;
	width:85%;
}
.pageTitle {
  padding: 1em 1em 1em 0em;
  font-weight: 300;
  position:relative;
  margin:0 auto !important;
  display:none;

}
.pageTitle > h3 { 
 	/*border-bottom: 1px solid #F9302E;*/
    color: #fff;
	text-transform:uppercase !important;
    font-size: 1.8em; 
    font-weight: 700;
    line-height: 2.5em;
}

.pageTitle > h5 { 
 	/*border-bottom: 1px solid #F9302E;*/
	color:#fff;
}
.pageTitle > h5 > a { 
    color: #fff;
	text-transform:uppercase !important;
    font-size: 1em;
	text-decoration:none;
}
.pageHeading{
	border-bottom:1px solid #eee;
}
.pageHeading > h2{
	font-size:2em;
	font-weight:700;
}

#pageup {
  position: fixed;
  right: 40px;
  bottom: 60px;
  width: 48px;
  height: 48px;
  background-image: url(../images/cycle-hover.png);
  background-repeat: no-repeat;
  background-size: 26px 26px;
  display: none;
  cursor: pointer;
  z-index:4;
}
.lftprtmenu{
	width:26%;
	float:left;
}
.lftmenu{
	background:#eee;
	width:100%;
	float:left;
}
.lftmenu > h4{
	font-size:1.2em;
}
.lftmenu > ul{
	margin:0;
	padding:0;
}
.lftmenu > ul > li{
	list-style:none;
	float:left;
	border-bottom:1px solid #ccc;
	padding:0.5em;
	width:95%;
}
.lftmenu > ul > li > a{
	font-size:0.8em;
	text-transform:uppercase;
	color:#333;
	line-height:1.5em;
	-webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
	text-decoration:none;
}
.lftmenu > ul > li a:hover{
	color:#F9302E !important;
}
.prtdetailscontent{
	float:left;
	width:72%;
	margin:0 0 0 1.5%;
}
.lftmenuheading{
	background:#052636;
	text-indent:0.5em;
	font-size:1em !important;
	color:#fff !important;
}
.contactenq{
	width:100%;
	float:left;
}
.contactDetails{
	width:40%;
	float:left;
}
.contactDetails > h5{
	font-size:18px;
	text-transform:uppercase;
	font-weight:700;
	line-height:2em;
	border-bottom:1px solid #a5a5a5;
}
.contactDetails > ul {
    margin: 0;
    padding: 0;
}
.contactDetails > ul > li {
    list-style: outside none none;
    margin: 2% 0 0 0;
	line-height:2em;
	float:left;
	width:100%;
}
.contactDetails > ul > li > i {
    border-radius: 50%;
    color: #616161;
    float: left;
    height: 28px;
    line-height: 23px;
    width: 28px;
}
.contactDetails > ul > li > span {
    display: block;
    font-size: 1em;
    line-height: 23px; 
    padding-left: 28px;
}
.contactDetails > ul > li > span > strong{
	font-weight:700;
}
.enquiry{
	float: left;
    margin: 0 0 0 9%;
    width: 50%;
}
.enquiry > h5{
	font-size:18px;
	text-transform:uppercase;
	font-weight:700;
	line-height:2em;
	border-bottom:1px solid #a5a5a5;
}
.enquiry > form{
	width:100%;
}
.enquiry > form > ul{
	margin:0;
	padding:0;
}
.enquiry > form > ul > li{
	width:100%;
	float:left;
	margin:1em 0 0 0;
}
.enquiry > form > ul > li > label{
	text-transform:uppercase;
	font-size:14px;
	line-height:2em;
	font-family: 'Hind', sans-serif;
	font-weight:700;
}
.enquiry > form > ul > li > select{
	width:98%;
	padding:7px;
	border:1px solid #a5a5a5;
	text-transform:capitalize !important;
}
.enquiry > form > ul > li > select > option{
	padding:1px;
	border:none;
	float:left;
	color:#333;
	margin-top:0.5%;
	width:100%;
}
.enquiry > form > ul > li input[type='text']{
	width:96%;
	padding:8px;
	border:0;
	border:1px solid #a5a5a5;
	font-family: 'Hind', sans-serif;
}
.enquiry > form > ul > li input[type='submit']{
	padding:0.6em;
	text-transform:uppercase;
	display:inline-block;
	border:1px solid #A5A5A5;
	color:#333;
    transition: all 0.3s ease 0s;
	cursor:pointer;
	float:left;
	font-weight:700;
	border:none;
	font-family: 'Hind', sans-serif;
}
.enquiry > form > ul > li input[type='reset']{
	padding:0.6em;
	text-transform:uppercase;
	color:#333;
	display:inline-block;
	border:1px solid #A5A5A5;
	margin-left:2%;
	font-weight:700;
	border:none;
    transition: all 0.3s ease 0s;
	cursor:pointer;
	font-family: 'Hind', sans-serif;
	float:left;
}
.enquiry > form > ul > li textarea{
	width:96%;
	padding:7px;
	height:65px;
	resize:none;
	font-family: 'Hind', sans-serif;
	font-size:12px;
	border:0;
	border:1px solid #a5a5a5;
	font-size:1em;
	font-weight:300;
	min-height:100px;
}
.prtdetailsinner{
	width:100%;
	float:left;
	margin:0 0 2% 0;
	border-bottom:1px solid #ccc;
	padding-bottom:1em;
}
.prtdetailsHeading{
	width:100%;
	float:left;
}
.prtdetailsHeading > h4{
	color:#F9302E;
	font-size:1.1em;
	font-weight:700;
	text-indent:0.5em;
}
.prtdetailsinnerImg{
	float:left;
	width:23%;
	padding:0.2em;
	border:1px solid #ccc;
	margin:1% 0 0 0;
	clear:both !important;
	/*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);*/
}
.prtdetailsinnerImg:hover{
	border:1px solid #F9302E;
}
.prtdetailsinnerContent{
	float:left;
	width:74%;
	margin:0.3% 0 0 1%;
}
.prtdetailsinnerContent > table{
	border-collapse:collapse;
}
.prtdetailsinnerImg > a > img{
	width:100%;
}


.tableDesign {
	margin:5px 0 0 0;
	padding:0px;
	width:100%;
	border:1px solid #eee;
	
}
.tableDesign table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
.tableDesign tr:nth-child(odd){ background-color:#f4f4f4; }
.tableDesign tr:nth-child(even) {background-color:#ffffff; }.tableDesign td{
	vertical-align:middle;
	border:1px solid #eee;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:6px;
	font-size:14px;
	font-weight:normal;
	color:#333;
}
.tableDesign tr th{
	background:#DADFE1;
	font-weight:700;
	line-height:2em;
	text-align:left;
	text-indent:0.5em;
	text-transform:uppercase;
}
.tableDesign tr td strong{
	font-weight:700;
	text-transform:uppercase;
}
.tableDesign tr td{
	text-align:left; 
	background-color:#fafafa;
	font-size:14px;
	color:#555555;
	text-transform:capitalize;
}
.tableDesign tr td P{
	line-height:1.5m;
}
.available{
	color:#F9302E !important;
}
.prtenlarge{
	width:100%;
}
.prtenlarge > a{
	text-decoration:none;
	text-transform:uppercase;
	color:#052636;
	font-size:1em;
	line-height:2em;
	-webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}
.prtenlarge > a:hover{
	color:#F9302E;
}
.prtEnquiry{
	margin:1% 0 0 0;
	padding:0.5em;
	display:inline;
	background:#052636;
	float:left;
	-webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}
.prtEnquiry:hover{
	background:#F00000;
	padding:0.5em;
}
.prtEnquiry > a{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}

.clients{
	width:100%;
	float:left;
}
.clients > ul{
	margin:0;
	list-style:none;
	float:left;
}
.clients > ul > li{
	width:200px;
	float:left;
	border:1px solid #DADFE1;
	margin:1.5% 0 0 1.5%;
}
.clients > ul > li:hover{
	border:1px solid #bec3c5;
	color:#052636;
}
.clients > ul > li > p{
	float:left;
	background:#DADFE1;
	display:inline-block !important;
	width:100%;
	line-height:2em;
	text-indent:0.5em;
}
.clients > ul > li > img{
	width:100%;
	display:block;
}
.prtimg{
	width:100%;
	float:left;
}
.prtimg > li{
	 border: 1px solid #eee;
    float: left;
    height: 100%;
    margin: 2% 0 0 6.3%;
    width: 23%;
}
.prtimg > li > span{
	width:100%;
	text-indent:0.5em;
	line-height:2em;
	float:left;
	background:#DADFE1;
	margin-top:0.5%;
}
.prtimg > li > span > a{
	text-decoration:none;
	float:right;
	margin-right:2%;
	color:#555555;
}
.prtimg > li > img{
	width:100%;
	height:100%;
	float:left;
	border:none;
}

.multiproducts{
	width:100%;
	display:table;
	margin-bottom:2%;
}
.multiproducts > a > h4{
	 background: #052636;
    font-weight: 700;
	color:#fff;
    line-height: 2em;
    text-align: left;
    text-indent: 0.5em;
    text-transform: uppercase;
	font-size:1em;
	float:left;
	width:100%;
}
.multiproducts a > img{
	width:100% !important;
	float:left;
}


.ftfollowus {
    float: left;
    width: 20.3333%;
}
.ftfollowus > ul {
    margin: 0;
    padding: 0;
}
.ftfollowus > ul > li:first-child {
    margin: 1em 0 0;
}
.ftfollowus > ul > li {
    float: left;
    list-style: outside none none;
    margin: 1em 0 0 1em;
}
.ftfollowus > ul > li > i {
    color: #3a3a3a;
    height: 25px;
    line-height: 25px;
    text-align: center;
	border:2px solid #333;
    width: 25px;
}

.hmEvent{
	width:100%;
	float:left;
	margin:3% 0 0 0;
	background:#333;
	padding:1em 0 1em 0;
	position:relative;
	background-position:center left;
	background-size:cover;
}
.hmeventInner{
	width:85%;
	margin:0 auto;
	position:relative;
}
.hmeventInner > h2{
	color:#fff;
	font-size:3em;
	font-weight:700;
	padding-bottom:0.4em;
	text-shadow: 0 0 0 #eecdcd, 6px 3px 44px #432222;
}
.hmeventInner > h5{
	color:#fff;
	font-size:1.5em;
	line-height:1em;
	text-transform:uppercase;
	padding-bottom:1em;
	text-align:center;
}
/*-----carousel-----*/
.list_carousel1.responsive {
	width: auto;
	margin: 0;
	padding: 0;
}
.list_carousel1 #foo1, .list_carousel1 #foo2 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 #foo1 > li, .list_carousel1 #foo2 > li {
	padding: 0;
	float: left;
	cursor: default;
	margin: 0 30px 0 0;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.foo-btn {
	position: relative;
	padding: 0;
}
.list_carousel1 .prev, .list_carousel1 .next {
	display: inline-block;
	width: 16px;
	height: 27px;
	cursor: pointer;
	float: left;
	margin-left: 5px;
}
.list_carousel1 .list_btn {
	position: absolute;
	top: 3px;
	right: 15px;
	z-index: 1;
}
.list_carousel1 .prev {
	background: url('../images/prev.png') 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 .next {
	background: url('../images/next.png') 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 .prev:hover {
	background: url'./images/prev.png') 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 .next:hover {
	background: url('../images/next.png') 0 bottom no-repeat; 
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.caption .title {
  color: #ffffff;
  font: bold 20px "Oswald",sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}

 .description {
  color: #ffc249;
  margin-bottom: 16px;
  margin-top: 8px;
}
.btn-default.btn1 {
  box-shadow: none;
  position: relative;
  text-decoration: none !important;
  padding: 0 13px;
  font: 11px 'Roboto';
  margin: 0;
  background: #ff550e;
  text-transform: uppercase;
  text-shadow: none;
  color: #ffffff;
  border: none;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding:5px;
}

.thumb-pad3 {
  overflow: hidden;
}
.thumb-pad3 .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
}
.thumb-pad3 figure {
  margin: 0;
  margin-bottom: 17px;
}
.thumb-pad3 figure img {
  width: 100%;
}
.homepageDetails{
	width:100%;
	float:left;
	margin:5% 0 0 0;
}
.homepageInner{
	margin:0 auto;
	width:85%;
}
.homepageInner > ul > li{
	border: 1px solid #dadada;
    float: left;
   /* height: 240px;*/
    margin: 4% 0 4% 2%; 
    padding: 1em;
    width: 20%;
	    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.homepageInner > ul > li .circle{
	margin:-60px auto 20px;
	width:90px;
	height:90px;
	border-radius:100%;
	border:1px solid #dadada;
	   transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.homepageInner > ul > li .circle > img{
	display:block;
	width:100%;
	height:100%;
	border-radius:100%;
	vertical-align:middle !important;
}
.homepageInner > ul > li:hover{
	border:1px solid #00A1F1;
}
.homepageInner > ul > li .circle:hover{
	border:1px solid #00A1F1;
}
.service-center {
    text-align: center;
}
.service-center P{
    text-align:justify;
	line-height:1.4em;
}

.prtLeftmenu {
    background: #eee none repeat scroll 0 0;
    float: left;
    margin: 1% 0 0;
    padding: 1em;
    width: 22%;
}
.prtLeftmenu > h2 {
    border-bottom: 1px solid #555555;
    color: #333;
    font-size: 1.1em;
    line-height: 2em;
	font-weight:700;
    text-transform: uppercase;
}
.anothermenuList {
    margin: 0;
}

.anothermenuList > ul > li:first-child {
    margin: 3% 0 0 0;
}
.anothermenuList > ul > li {
    float: left;
    margin: 4% 0 0;
    width: 100%;
}
.viewLrg {
    background: #000 none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.viewLrg > a {
    color: #fff;
    font-size: 0.8em;
    line-height: 2em;
    text-decoration: none;
    text-indent: 10px;
    text-transform: capitalize !important;
}
.anothermenuList > ul > li > span {
    color: #555555;
    float: left;
    font-size: 14px;
    font-weight: 700;
	text-transform:uppercase;
    line-height: 1.4em;
    margin: 2% 0 0;
}
.divider{
	width:100%;
	float:left;
	height:10px;
	border-bottom:1px solid #333;
}
.prtLeftmenu > h2 {
    border-bottom: 1px solid #555555;
    color: #333;
    font-size: 1.1em;
    line-height: 2em;
    text-transform: uppercase;
}

.anothermenuList > ul > li > a {
    color: #555555;
    font-size: 14px;
    text-decoration: none;
}
.childmenu > li:first-child {
    margin-top: 0;
}
.childmenu > li {
    float: left;
    list-style: inside none disc;
    margin-left: 4%;
    margin-top: 1%;
    width: 100%;
}
.childmenu > li > a {
    color: #555555;
    font-size: 0.8em;
    text-decoration: none;
}


.prtDetailsdiv {
    background: #eee none repeat scroll 0 0;
    float: right;
    margin: 1% 0 0 0%;
    padding: 1em;
    width: 72%;
}

.prtDetailsdiv > h2 {
    border-bottom: 1px solid #555555;
    color: #333333;
    font-size: 1.1em;
    line-height: 2em;
	font-weight:700;
    text-transform: uppercase;
}

.imgLeftdiv {
    background: #eee none repeat scroll 0 0;
    float: left;
    margin: 1% 0 0;
    position: relative;
    width: 22%;
}
.imgLeftdiv > img {
    display: block;
    position: relative;
    width: 100%;
}
.btmDeatils {
    float: left;
    width: 100%;
}
.catalogue {
    background: #024579 none repeat scroll 0 0;
    float: left;
    width: 100%;
}
.catalogue > a {
    color: #fff;
    font-size: 0.8em;
    line-height: 2em;
    text-decoration: none;
    text-indent: 10px;
    text-transform: capitalize;
}

.contentDiv {
    float: left;
    margin: 1% 0 0 2.3%;
    width: 72%;
}

.contentDiv > p {
    color: #555555;
	font-size:15px;
    line-height: 1.5em;
    text-align: justify;
}
.contentDiv > p > strong{
	font-weight:700;
}
.contentDiv > ul > h3 {
    color: #555555;
    font-size:15px;
    font-weight: 700;
}

.contentDiv > ul > li {
    color: #555555;
    float: left;
	font-size:15px;
    list-style:disc;
	margin:3px 0 0 0; 
	padding:4px;
	list-style-position:inside !important;
    width: 100%;
}
.contentDiv > ul > li > strong{
	font-weight:700;
}
.pop_enquiry {
  width: 500px;
  height: auto;
}
.pop_enquiry P{
	font-weight:normal;
	font-size:13px;
	padding:10px;
}
.cmn_head {
  height: auto;
  background:#333;
  padding: 15px;
  
/*  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;*/
}
.cmn_head h1 {
  margin: 0;
  font-size: 20px;
  	font-family: 'Hind', sans-serif;
   color:#fff;
   font-weight:700;
}
.pop_enquiry > form{
	margin:0;
		font-family: 'Hind', sans-serif;
	padding:15px;
}
.pop_enquiry > form > ul > li{
	float:left;
	width:100%;
	margin:3% 0 0 0;
}
.pop_enquiry > form > ul > li > label{
	float:left;
	padding:3px 0 10px 0;
	width:90%;
	font-size:1em;
	font-weight:700;
}
.pop_enquiry > form > ul > li > input[type='text']{
	padding:9px;
	border:1px solid #ccc;
	width:95%;
	font-family: 'Hind', sans-serif;
} 
.pop_enquiry > form > ul > li > textarea{
	padding:9px;
	border:1px solid #ccc;
	font-weight:normal;
	font-size:14px;
	width:95%;
	font-family: 'Hind', sans-serif;
	height:100px;
} 
.pop_enquiry > form > ul > li > input[type='submit']{
	padding:7px 12px;
	display:block;
	background:#333333;
	border:none;
	outline:none;
	font-family: 'Hind', sans-serif;
	cursor:pointer;
	font-weight:700;
	float:left;
	color:#fff;
} 
.pop_enquiry > form > ul > li > input[type='reset']{
	padding:7px 12px;
	display:block;
	background:#333333;
	border:none;
	outline:none;
	font-family: 'Hind', sans-serif;
	cursor:pointer;
	font-weight:700;
	float:left;
	color:#fff;
	margin-left:2%;
} 
#loading{
	float:left;
	padding:11px;
	display:none;
}
.tbl{
	width:100%;
}
.tbl > tbody > tr > td{
	padding:0.4em;
	background:#f4f4f4;
}

.CSSTableGenerator { 
	margin:5px 0 0 0;
	padding:0px;
	width:100%;
	border:1px solid #eee;
}.CSSTableGenerator table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#f4f4f4; }
.CSSTableGenerator tr:nth-child(even) {background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	border:1px solid #eee;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:10px;
	font-size:14px;
	font-weight:normal;
	color:#333;
}
.CSSTableGenerator tr:first-child td{
	text-align:center;
	background-color:#E8E8E8;
	height: 17px;
	border:1px solid #eee;
	font-size:14px;
	color:#000;
	text-transform:uppercase;
}
.CSSTableGenerator tr td img{
	border:2px solid #eee;
}
.ulImages{
	width:100%;
}
.ulImages > ul{
	margin:10px 0 0 0;
	padding:0;
}
.ulImages > ul > li{
	list-style:none;
	float:left;
	width:23.8%;
	margin: 10px 0 0 6px;
}
.ulImages > ul > li > img{
	border:1px solid #ccc;
}
.ulImages > ul > li > span{
	display:block;
	padding:4px;
}
.ulImages > ul > li > span > a{
	text-decoration:none;
	color:#333;
}



.ulptImages{
	width:100%;
}
.ulptImages > ul{
	margin:10px 0 0 0;
	padding:0;
}
.ulptImages > ul > a li{
	list-style:none;
	float:left;
	width:23.8%;
	margin: 10px 0 0 6px;
	text-decoration:none !important;
	color:#333 !important;
}
.ulptImages > ul > a > li > img{
	border:1px solid #ccc;
}
.ulptImages > ul > a > li > span{
	display:block;
	padding:4px;
	line-height:20px !important;
}


.moreproductDetails{
	padding:10px;
	float:left;
	width:600px;
	border:4px solid #024579;
}
.moreproductDetails > ul > li{
	list-style:disc;
	float:left;
	width:100%;
	margin:4px 0 0 10px;
	line-height:20px;
	list-style-position:inside;
}
.moreproductDetails > h3{
	font-weight:700;
	line-height:30px;
	font-size:16px;
}
.moreproductDetails > p {
	line-height:20px;
}
.moreproductDetails > p > strong{
	font-weight:700;
	color:#024579;
}
.prtImage{
	width:100%;
}
.prtImage > img{
	display:block;
	width:100%;
}
.submenuList > ul > li a{
	line-height:2em;;
}