
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300,400,400i,700,700");

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	background: #fff;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 500;
	font-family: "Roboto Condensed", Arial, sans-serif;
	color: #555;
}
.contact-bg-white{background: #fff; margin: 20px;}
.sec-map{padding: 20px;}
h1,
h2,
h3,
h4 {
	-webkit-font-smoothing: antialiased;
	text-transform:uppercase;
	color: #1a1a1a;
	font-weight: 500;
}
h1.main_title{color: #efefef;}
h1.main_title_2{text-align: center;}
h2.h2-home{text-align: center; padding-bottom: 35px;}
.side-menu{padding: 20px 0px;}
.white-box{background:#fff; padding: 20px 0px; float:left; margin: 20px 20px; }
ul.product-list{}
ul.product-list li{text-align: left!important;}
.side-menu ul{list-style: none; padding: 0px; margin: 0px;}
.side-menu ul li{}
.side-menu ul li a{color: #f0b31c; font-size:11px;}
.bg_white h3,
.bg_white h4 {
	color: #333;
	font-size: 21px;
}
.contact-form{background:#333; padding:30px;}
.contact-form h4{color:#fff;}
.bg_white p {
	color: #555 !important;
	text-align: justify;
}

p {
	margin-bottom: 25px;
}

p.lead.styled {
	font-size: 18px;
	font-weight: 500;
}
.intro_title_header h2{font-size:3em; color:#fff;}
.velachery{padding: 10px; background: #333; margin: 20px 0px;}
.velachery h4{color: #fff; }
.velachery a{ color: #fff; font-size: 20px; }
.velachery i{ color: #fff; }

.tambaram{padding: 10px; background: #333; margin: 20px 0px;}
.tambaram h4{color: #fff; }
.tambaram a{ color: #fff; font-size: 20px; }
.tambaram i{ color: #fff; }
h3.main_title {
	text-align: center;
	margin: 0 0 45px 0;
	padding: 0;
	font-size: 36px;
	color: #222;
	font-weight: 500;
	text-transform: uppercase;
}

h3.main_title span {
	display: block;
	color: #999;
	font-size: 21px;
	text-transform: none;
}

h3.main_title em {
	display: block;
	width: 40px;
	height: 4px;
	background-color: #e60012;
	margin: auto;
	-webkit-border-radius: 5 px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}

h3.main_title_left {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 28px;
	color: #222;
	font-weight: 500;
	text-transform: uppercase;
}

h3.main_title_left em {
	display: block;
	width: 40px;
	height: 4px;
	background-color: #ae1a49;
	-webkit-border-radius: 5 px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.bg_white h3.main_title_left {
	color: #333;
}

.bg_white p {
	color: #555;
}

.bg_white p.lead.styled {
	padding: 0;
}

.foot-h2{padding-bottom: 20px; color: #efefef; border-bottom: 1px solid #888; text-align: center;}
/*General links color*/
a {
	color: #0054a6;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	outline: none;
}

a:hover,
a:focus {
	color: #111;
	text-decoration: none;
	outline: none;
}

.pd-top-50{padding-top: 50px;}
.pd-tb-20 {padding-top: 20px; padding-bottom: 20px;}

/*-------- 1.2 Buttons --------*/

.btn_full {
	border: none;
	font-family: inherit;
	font-size: inherit;
	width: 100%;
	color: #fff;
	background: #222;
	cursor: pointer;
	padding: 15px 20px;
	display: inline-block;
	outline: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.btn_full:hover {
	background: #444;
}

/*-------- 1.3 Structure --------*/

/* Header */
header {
	margin: 0;
	padding: 0;
	background-color: #fff;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	
}

/*Animate Sticky header*/


#top_nav {
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 9;
}

#top_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 21px;
}

#top_nav ul li {
	display: inline-block;
	margin-left: 15px;
}

#top_nav ul li a {
	color: #2cf7b4;
	display: inline-block;
	position: relative;
	font-weight:bold;
}
a.mi-mobile{color: #f07630!important;}
#top_nav ul li a:hover {
	color: #b6aa0d;
}

/* logo home with h1 */
#logo_home h1 {
	margin: 15px 0 0 0;
	padding: 0;
}

#logo_home h1 a {
	display: block;
	width: 190px;
	height: 48px;
	background:#efefef;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 190px 48px;
	text-indent: -9999px;
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	#logo_home h1 a {
		background-image: url(../img/logo_2x.png);
		background-size: 190px 48px;
	}
}

/* Subheaders */

main {
	background-color: #f8f8f8;
	margin-bottom: 30px!important;
}

/*-------- 1.4 Main navigation --------*/
.navbar-default {
	background-color: #000000;
	margin-bottom: 0;
	border: none;
	border-bottom: 1px solid #202020;
}

#navbar {
	margin-top: 10px;
}

.navbar-header-wp {
	position: relative;
}

.navbar-default .navbar-nav li a {
	font-size: 16px;
	text-transform: uppercase;
	color: #efefef;
	padding: 37px 15px 10px 15px;
	font-weight: 700;
}

.navbar-default .navbar-nav li:last-child a {
	padding-right: 0;
}

.navbar-default .navbar-nav li a:hover {
	color: #666;
	text-decoration: none;
}

.navbar-default .navbar-nav li.open > a:focu {
	background-color: transparent;
	color: #777;
}

.cmn-toggle-switch {
	display: none;
}

/* Footer  */
footer {
	background: #212121;
	color: #fff;
	position:relative!important;
	z-index:0!important;
	
}

footer h3 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #00bff0;
}

#logo_footer {
	margin: 12px 0 15px 0;
}

footer ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
}

#social_footer {
	text-align: center;
	border-top: 1px dotted rgba(255, 255, 255, 0.2);
	padding-top: 30px;
	margin-top: 10px;
}

#social_footer ul {
	margin: 0;
	padding: 0 0 0 0;
	text-align: center;
}

#social_footer ul li {
	display: inline-block;
	margin: 0 5px 0 5px;
}

#social_footer ul li a {
	color: #fff;
	text-align: center;
	line-height: 34px;
	display: block;
	font-size: 21px;
	width: 35px;
	height: 35px;
}

#social_footer ul li a:hover {
	color: #00bff0;
}



ul#contact_details_footer {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

ul#contact_details_footer li {
	margin-bottom: 20px;
}

ul#contact_details_footer li#address_footer,
ul#contact_details_footer li#phone_footer,
ul#contact_details_footer li#email_footer {
	position: relative;
	padding-left: 30px;
}

#address_footer:before,
#phone_footer:before,
#email_footer:before {
	font-style: normal;
	font-weight: normal;
	font-family: 'ElegantIcons';
	position: absolute;
	font-size: 18px;
	left: 0;
	top: -2px;
	color: #fff;
}

#address_footer:before {
	content: "\e009";
}

#phone_footer:before {
	content: "\e00b";
}

#email_footer:before {
	content: "\e010";
	top: -4px
}

#copy {
	padding: 0 0 40px 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/

/*-------- 2.1 Home all versions--------*/

/* Layer slider */

.intro_title_header {
	margin-top: 50px;
}

.intro_title_header p {
	color: #fff;
	font-size: 21px;
}

h1.mi-h1{color: #f07630!important;}

.intro_title_header h1 {
	color: #2cf7b4;
	font-size: 30px;
	padding-bottom: 10px;
}

#form_container {
	position: relative;
	height: 700px;
	background: #000;
	background-size: cover;
	color: #fff;
	width: 100%;
	z-index: 99;
}
#form_container .wrapper{
	background: rgba(0, 0, 0, 0.7);
	height: 100%;
	padding-top: 130px;
}

#form_contact {
	padding: 20px 30px 30px 30px;
	padding-bottom: 5px;
	position: relative;
	background: #333;
}

#form_contact h2 {
	color: #fff;
	margin-top: 0;
	text-transform: uppercase;
}

/*-------- 2.2 About--------*/
#banner-img {
	padding: 20px 30px 30px 30px;
	padding-bottom: 5px;
	position: relative;
}
/*-------- 2.3 Services--------*/
a.box_service {
	text-align: center;
	margin-bottom: 25px;
	padding: 30px 30px 5px 30px;
	background-color: #fff;
	position: relative;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
 	 box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	display: block;
	color: #555;
	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out;
  	-ms-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}

.box_service h3 {
	font-size: 16px;
}

a.box_service:hover {
	-webkit-transform: translateY(-10px);
  	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
  	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
a.box_service i {
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
	width: 100px;
    height: 100px;
    line-height: 100px;
	font-size: 60px;
	color: #fff;
	background-color:#333333;
}

.bg_content {
	width: 100%;
	background:#2d2d2d;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding-top:55px;
	color: #fff;
}
.bg_content h2{
	color: #fff;
	margin-bottom: 15px;
}
.bg_content p{
	font-size: 18px;
	text-align: center;
	padding:  0 10%;
}

/*-------- 2.4 Service single--------*/

/*-------- 2.5 Tips/faq --------*/

/*-------- 2.6 Contact page --------*/

/*-------- 2.7 404 page --------*/

/*-------- 2.8 Media Gallery --------*/

/*============================================================================================*/
/* 3.  COMMON */
/*============================================================================================*/

/*-------- 3.1 Preloader --------*/

/*-------- 3.2 Wrappers background colors--------*/
.bg_white {
	background-color: #fff;
}

/*-------- 3.3 forms--------*/
.form-control {
	border-radius: 0;
	background: none;
	border: 1px solid #ddd;
	height: 40px;
	background-color: #fff;
	box-shadow: none;
	font-size: 16px;
}

.form-control:focus {
	border-color: #0054a6;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control::-moz-placeholder {
	color: #8e8e8e;
	font-weight: 500;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #8e8e8e;
	font-weight: 500;
}

.form-control::-webkit-input-placeholder {
	color: #8e8e8e;
	font-weight: 500;
}

.form-group {
	margin-bottom: 25px;
}



/*-------- 3.4 Accordion --------*/

/*-------- 3.5 Spacing --------*/

.margin_120 {
	padding-top: 120px;
	padding-bottom: 20px;
}

.margin_60_35 {
	padding-top: 60px;
	padding-bottom: 35px;
}

.margin_60_0 {
	padding-top: 60px;
	padding-bottom: 0;
}

/*-------- 3.6 Carousel --------*/

/*-------- 3.7 List --------*/
ul.list_ok {
	list-style: none;
	margin: 35px 0 30px 0;
	padding: 0;
	line-height: 1.3;
}

ul.list_ok li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}

ul.list_ok li:before {
	font-family: 'ElegantIcons';
	content: "\52";
	position: absolute;
	left: 0;
	top: -3px;
	font-size: 22px;
	color: #888;
}

#logo_home img {
	margin: 10px 0 10px 0;
	padding: 0;
}
/*-------- 3.8 Search modal --------*/

/*-------- 3.9 Position  breadcrumbs --------*/

/*-------- 3.10 Pagination --------*/

/*-------- 3.11  Newsletter footer -------*/

/*-------- 3.12  Menu aside panel -------*/

/*Password strength */

/* Opacity mask when left open */
.layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 100%;
	z-index: 100;
	min-height: 100%;
	background-color: #000;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
	-moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
	-ms-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
	-o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
	transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
	opacity: 0;
	visibility: hidden;
}
/*============================================================================================*/
/* 4. RESPONSIVE  */
/*============================================================================================*/

/* MEDIA QUERIES - MEDIUM SCREEN  */

@media (max-width: 1024px) {
	.bg_content {
		background-attachment: scroll;
	}
}

@media (max-width: 991px) {
	#logo_home img {
	margin: 10px 0 10px 0;
	padding: 0;
}
	#logo_home a img  {
		width: 140px;
		height: 35px;
		background-size: auto 35px;
	}
	#top_nav {
		right: 50px;
		top: 15px;
	}
	#top_nav ul {
		font-size: 21px;
	}
	#navbar {
		margin-top: 0;
		border-top:1px solid #ededed;
	}
	.navbar-default .navbar-collapse {
		border-color: transparent;
	}
	
	/* Hamburger menu button*/
	.cmn-toggle-switch {
		position: relative;
		display: block;
		overflow: visible;
		position: absolute;
		top: 17px;
		right: 0;
		margin: 0;
		padding: 0;
		width: 30px;
		height: 30px;
		font-size: 0;
		text-indent: -9999px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none;
		border: none;
		cursor: pointer;
	}
	.cmn-toggle-switch:focus {
		outline: none;
	}
	.cmn-toggle-switch span {
		display: block;
		position: absolute;
		top: 10px;
		left: 0;
		right: 0;
		height: 2px;
		background: #efefef;
	}
	header .cmn-toggle-switch span {
		background: #efefef;
	}
	.cmn-toggle-switch span::before,
	.cmn-toggle-switch span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #efefef;
		content: "";
	}
	header .cmn-toggle-switch span::after,
	header .cmn-toggle-switch span::before {
		background: #efefef;
	}
	.cmn-toggle-switch span::before {
		top: -10px;
	}
	.cmn-toggle-switch span::after {
		bottom: -10px;
	}
	.cmn-toggle-switch__htx span::before,
	.cmn-toggle-switch__htx span::after {
		-webkit-transition-duration: 0.3s, 0.3s;
		transition-duration: 0.3s, 0.3s;
		-webkit-transition-delay: 0.3s, 0;
		transition-delay: 0.3s, 0;
	}
	.cmn-toggle-switch__htx span::before {
		-webkit-transition-property: top, -webkit-transform;
		transition-property: top, transform;
	}
	.cmn-toggle-switch__htx span::after {
		-webkit-transition-property: bottom, -webkit-transform;
		transition-property: bottom, transform;
	}
	
	/* active state, i.e. menu open */
	.cmn-toggle-switch__htx.active span {
		background: none !important;
	}
	.cmn-toggle-switch__htx.active span::before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.cmn-toggle-switch__htx.active span::after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.cmn-toggle-switch__htx.active span::before,
	.cmn-toggle-switch__htx.active span::after {
		-webkit-transition-delay: 0, 0.3s;
		transition-delay: 0, 0.3s;
	}
	.navbar-default .navbar-header {}
	.navbar-default .navbar-nav li a {
		padding: 15px 20px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #0054a6;
	}
	.navbar-default .navbar-nav li.mega .dropdown-menu {
		padding: 10px;
	}
	.navbar-default .navbar-nav li > .dropdown-menu .active a {
		background-color: #181818 !important;
	}
	.navbar-nav > li.mega h5 {
		margin-top: 0;
	}
	.navbar-default .navbar-nav li > .dropdown-menu {
    padding: 0 25px;
}
	.navbar-left,
	.navbar-right {
		float: none !important;
		clear: both;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in {
		display: block !important;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

@media (min-width: 769px) and (max-width: 990px) {
	.intro_title_header {
		margin-top: 0;
		text-align: center;
	}
	#form_container{
		height: auto;
	}
	#form_container .wrapper{
		padding: 110px 0 70px 0;
	}
	#form_contact {
		margin-top: 40px;
	}
}

/* MEDIA QUERIES max-width 768px - TABLETS  */
@media (max-width: 768px) {
	.intro_title_header {
		margin-top: 0;
		text-align: center;
	}
	#form_contact {
		margin-top: 40px;
	}
	#navbar {
		overflow: auto !important;
		max-height: 100vh !important;
	}
}

/* MEDIA QUERIES max-width 767px - MOBILE LANDSCAPE  */
@media (max-width: 767px) {
	#form_contact {
		margin-top: 20px;
	}
	.intro_title_header h2{font-size:2em}
	#form_container {
		height: auto;
	}
	#form_container .wrapper{
		padding: 80px 0 30px 0;
	}
	.intro_title_header p {
		font-size: 16px;
	}
	h2.main_title {
		font-size: 28px;
		padding-top:60px;
	}
	h2.main_title span {
		font-size: 18px;
	}
	p.lead.styled {
		font-size: 16px;
	}
	
	/* Margin tools */
	.margin_120 {
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.margin_60_35 {
		padding-top: 30px;
		padding-bottom: 5px;
	}
	.margin_60_0 {
		padding-top: 30px;
	}
	h2.main_title em{display:none;}
}

/* MEDIA QUERIES max-width 480px - MOBILE PORTRAIT  */
@media (max-width: 480px) {
	/* Layer slides */
	.intro_title_header h2{font-size:1.5em}
	h2.main_title em{display:none;}
	h2.main_title {
		font-size: 28px;
		margin-bottom: 15px;
	}
	h2.main_title span {
		font-size: 18px;
		padding-top:60px;
	}
	p.lead.styled {
		font-size: 16px;
	}
}

.mar-btm-20{margin-bottom:20px !important;}
.center h2{text-align:center;}
.center p{color: #888;}

@media all and (min-width: 800px) { .head-contact { display: none; } }
.head-contact {
  overflow: hidden;
  background-color: #1a1a1a;
  position: fixed;
  z-index: 9999;
  text-align: center;
  padding: 5px;
  bottom: 0;
  width: 100%;
}

.head-contact a{ color: #fefefe; font-size: 15px; }

.head-contact i{color: #fefefe; font-size: 15px;}
hr {
    margin-top: 1px;
    margin-bottom: 1px;
    border: 0;
    border-top: 1px solid #c4c2c2!important;
}