/*
2)General Text Formatting
 ----------------------------------------*/
body {font-family: "Open sans", sans-serif;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #26211d;
	font-weight: 400;
}
h1, .h1 {
	font-size: 36px;
	margin-bottom: 30px;
}
h2, .h2 {
	font-size: 30px;
	margin-bottom: 36px;
}
h3, .h3 {
	font-size: 26px;
	margin-bottom: 39px;
}
h4, .h4 {
	font-size: 24px;
	margin-bottom: 40px;
}
h5, .h5 {
	font-size: 20px;
	margin-bottom: 42px;
}
h6, .h6 {
	font-size: 18px;
	margin-bottom: 39px;
}

.text-15 { font-size:15px;}

p {
	font-family: "Open sans", sans-serif;
	font-size:15px;
	color: #666;
	line-height: 1.7;
	font-weight:300 !important;
}
a:hover, a:focus {
	text-decoration: none;
}
a:focus, a:active {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
ul, ol {
	padding-left: 15px;
}
/*
 3) Site Wide Content
 ------------------------------*/
/*
 3.1) General Sytle
 -----------------------------*/
h1 strong, .h1 strong, h2 strong, .h2 strong, h3 strong, .h3 strong, h2 strong, .h2 strong, h4 strong, .h4 strong {
	font-family: "Open sans", sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	font-size: 100%;
	color: inherit;
	border-radius: 0;
	padding: 5px 0;
	text-transform: capitalize;
}

h1 small.border-none, .h1 small.border-none, h2 small.border-none, .h2 small.border-none, h3 small.border-none, .h3 small.border-none, h2 small.border-none, .h2 small.border-none, h4 small.border-none, .h4 small.border-none {
	border-bottom: 0px;
}
.heading-group {
	padding: 20px 0 0;
}
/*svg {
    background: #f7f7f7 !important;
    border: 1px solid #efefef;
}*/
.svg-shape svg{
	 width:50px;
	height:50px;
}

.svg-shape{
	height: 68px;
    position: absolute;
    right: 38px;
    text-align: center;
    width: 68px;
    top: 19px;
}
.user-svg-shape{
	position: absolute;
	right: 8px;
	top: 17px;
	width: 68px;
	height: 98px;
	
}
.user-svg-shape svg{
	width:80px;
	height:80px;
}
.border-none{
	border:none !important;
}
.btn{
	padding: 10px 25px;
}
input:focus,textarea:focus{
	outline:none;
}
input:focus,textarea:focus,.btn:focus,.zoom img{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.media-content:hover .svg-shape,.media-content .svg-shape,.volunteer-reward:hover .svg-shape,.volunteer-reward .svg-shape {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#page-info{
	padding-bottom:100px;
}



/*
 3.3) botton Style
 ----------------------------------------*/

.btn-theme {
	color: #fff;
	border-radius: 0;
}
.btn-theme:hover, .btn.btn-theme:focus {
	color: #fff;
}
/*
 3.4) Img Thumb
 ----------------------------------------*/
.img-thumb {
	display: block;
	overflow: hidden;
}
.img-thumb img {
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.img-thumb:hover img, .img-thumb:focus img, .zoom:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*
 3.5) Table Style
 ----------------------------------------*/
.table-wrap {
	border: 1px solid #e0e0e0;
	padding: 15px 10px 10px;
	border-radius: 8px;
	background: #f8f7f5;
}

.table {
	background: #f8f7f5;
}
.tables-outline {
	border: none;
	background: none;
}
.table-content h3{
	margin-bottom:0;
}
.table-content  .bs-example {
margin-bottom: 70px;
padding-top: 20px;
}
.tables-outline > tbody > tr > td:first-child, .tables-outline > thead > tr > th:first-child {
	border-left: 1px solid transparent;
}
.tables-outline > tbody > tr > td:last-child, .tables-outline > thead > tr > th:last-child {
	border-right: 1px solid transparent;
}
.tables-outline > tbody > tr:last-child > td {
	border-bottom: 1px solid transparent;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	height: 37px;
}
.table > thead > tr > th {
	font-size: 18px;
	color: #26211d;
}
.table > tbody > tr > td {
	color: #7c7c7c;
}
.table.b-border > tbody > tr:last-child > td {
	border-bottom: 1px solid #e0e0e0;
}
.table-striped > tbody > tr:nth-child(odd)> td, .table-striped > tbody > tr:nth-child(odd)> th {
	background: #ededed;
}
/*
 3.6) Tab Style
 ----------------------------------------*/
.bs-example-tabs {
	padding-top: 40px;
	margin-bottom: 40px;
}
.content-wrapper .shortcode-page .bs-example-tabs:last-child{
	margin-bottom:0;
}
.tab-content {
	border: 1px solid #e5e3dc;
	border-top: none;
	padding: 38px 38px 53px;
}

.nav-tabs > li {
	float: none;
	margin-bottom: 1px;
}
.nav-tabs > li:last-child {
	margin-bottom: 0px;
}
.nav-tabs > li > a {
	border-radius: 0;
	width: 100%;
	font-size: 18px;
	color: #302f2c;
	margin-right: 15px;
	cursor: pointer;
}
.nav-tabs_less-space > li > a {
	margin-right: 0;
}
/*
 3.7) Accordion Style
 ----------------------------------------*/
.panel-group .panel {
	border-radius: 0;
}
.panel {
	box-shadow: none;
	border: none;
}

.panel-title > a {
	padding: 10px 15px 10px 36px;
	display: block;
	position: relative;
}
.toggel-icon {
	position: absolute;
	right: 17px;
	top: 50%;
	margin-top: -8px;
}
.panel-heading {
	padding: 0;
	border-radius: 0;
}

.panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
	
}
.panel-group .panel-heading+ .panel-collapse > .panel-body {
	border: none;
}
.panel-collapse {
	border: 1px solid #e5e3dc;
	border-top: none;
}
.toggle-panel .panel-collapse {
	border: none;
}
.panel-default {border:1px solid #ddd;}
/*
 3.8) Notification Style
 ----------------------------------------*/
.bs-example-notification {
	padding: 35px 0;
}
.content-wrapper .bs-example-notification{
	padding-bottom:0;
}
.alert {
padding:13px 15px;
font-size:16px;
line-height:1.5;
margin-bottom:20px;
}
.alert p {
	margin-bottom: 0;
}
.alert-danger {
	background: #ffdfe0;
}
.alert-success {
	background: #edffe9;
}
.alert-info {
	background: #eaf7ff;
}
.alert-warning {
	background: #fffbf0;
}
.alert-default {
	background: #f8f8f8;
}
.alert.alert-danger {
	color: #dc7276;
	border: 1px solid #f5cfcf;
}

.alert.alert-success {
	color: #68905e;
	border: 1px solid #b9e6b1;
}
.alert.alert-info {
	color: #71abd1;
	border: 1px solid #b1defb;
}
.alert.alert-warning {
	color: #d2af49;
	border: 1px solid #fbdeb1;
}
.alert.alert-default {
	color: #b9b5b4;
	border: 1px solid #dedede;
}

.alert.alert-danger p {
	color: #dc7276;
}

.alert.alert-success p {
	color: #68905e;
}
.alert.alert-info p {
	color: #71abd1;
}
.alert.alert-warning p {
	color: #d2af49;
}
.alert.alert-default p {
	color: #b9b5b4;
}
/*
 3.9) List Style
 ----------------------------------------*/

li {

	color: #7c7c7c;
}
.list-style li {
	font-size: 16px;
	list-style:none;
}
.list-unstyled,.list-arrowstyled{
	list-style:none;
}
.list-unstyled li:before {
	content: "\f111";
	font-family: FontAwesome;
	font-size: 5px;
	padding-right: 8px;
	position: relative;
	top: -1px;
}
.list-arrowstyled li:before {
	content: "\f101";
	font-family: FontAwesome;
	padding-right: 8px;
}
.list-circlestyled, .list-arrowstyled {
	padding-left: 0;
	list-style:none;
}
.list-circlestyled li:before {
	content: "\f10c";
	font-family: FontAwesome;
	padding-right: 8px;
	font-size: 11px;
}
.list-style h3 {
	margin: 45px 0 50px;
}
/*
 3.10) Blockquote Style
 ----------------------------------------*/
.bs-blockquete {
	margin-top: 50px;
}
blockquote {
	min-height: 90px;
}
.blockquote-reverse {
	min-height: 90px;
}
blockquote p {
	font-size: 20px;
	line-height: 1;
}
blockquote footer, blockquote small, blockquote .small {
	color: #26211d;
}
blockquote footer:before, .blockquote-reverse footer:after {
	display: none;
}

/*
 3.12)Breadcrumb Banner Section 
 ----------------------------------------*/
.breadcrumb-section {
	background: url(../images/breadcrumb-bg.jpg) center 37.3% no-repeat;
	background-size: cover;
	padding: 31px 0 42px;
/*	margin-bottom: 59px;*/
}

.breadcrumb-hp {
	background: url(../images/inside-banner.png) center top no-repeat !important;
}

.breadcrumb-air {
	background: url(../images/inside-banner-air.png) center top no-repeat !important;
}

.breadcrumb-toner {
	background: url(../images/inkart-toner-1.png) center top no-repeat !important;
}

.breadcrumb-section h1 {
	font-weight: 700;
	margin-bottom: 0;
	color:#FFF
}

.breadcrumb {
	background: none;
	border-radius: 0;
	padding: 4px 0;
}
.breadcrumb > li, .breadcrumb > .active, .breadcrumb a, .breadcrumb > li + li:before {
	color: #eee;
}
.breadcrumb > .active {
	font-weight: 700;
}
.bs-example {
	margin-bottom: 40px;
	padding-top: 40px;
}
.content-wrapper .shortcode-page .bs-example:last-child{
	margin-bottom:0;
}
.text-uc {
	text-transform: uppercase;
}
/*
 3.13)Global Animations Style
 ----------------------------------------*/
.anim-section {
	position: relative;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-ms-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	transition: all 600ms ease-in-out;
	-moz-transform: translateY(80px);
	-webkit-transform: translateY(80px);
	-o-transform: translateY(80px);
	-ms-transform: translateY(80px);
	transform: translateY(80px);
	visibility: visible;
	opacity: 0
}
.anim-section.animate {
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
	opacity: 1
}

.bullet-arrow {
	margin-right: 15px;
}
.page-header {
	margin: 0 0 20px 0;
	border-bottom: none;
}
/*
 4) Header Style
 ----------------------------------------*/
/*
 4.1) Header First Style
 ----------------------------------------*/
#header {
	background: #FFF;
	position:relative;
	z-index:99;
}
#header.header-third{
	background:#f2ede9;
}
#header.navbar-fixed-top{
	position:fixed;
}

.topHeaderBar { background:#C51162; border-bottom:1px solid #c5c5c5; font-size:13px; color:#fff; font-weight:300; padding:5px}
.topHeaderBar a { color:#fff}
.topHeaderBar i {font-size:16px;}
.align-center { text-align:center}
.align-right { text-align:right}
.call-us-title { background:#2e3094; color:#fff; display:inline-block; padding:5px 20px; font-size:18px; border-radius:8px;}
.social-links { margin-top:20px; float:right; max-width:400px}
.social-links p { font-size:18px; color:#000}
.primary-header {
	padding: 8px 0 9px;
}
.brand {
	margin-top: 0;
	text-align: left;
	margin-bottom: 0;
}
.btn-volunteer {
	padding:7px 14px;
	float: right;
	margin-left:2%;
	color: #fa37ab;
	font-size: 17px;
	border:3px solid #fa37ab;
	margin-top:45px;
}
.btn-volunteer:hover, .btn-volunteer:focus {
	color: #fff;
	background:#fa37ab !important;
	border:3px solid #fa37ab !important
}
.social-icons {
	list-style: none;
	float: left;
	padding: 18px 0 0;
	margin-bottom: 0;
}

.social-icons > li {
	float: left;
	margin-right:3px;
}
#header .social-icons > li{
	margin-right:18px;
}
.social-icons a {
	font-size:20px;
	color: #4d4641;
	line-height: normal;
	vertical-align: middle;
	line-height: 20px;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.social-icons .google-plus {
	font-size: 33px;
	font-family: 'socialico_plusregular';
}
.social-icons a:hover, .social-icons a:focus {
	color: #fff;
}

.navbar { min-height:42px;}

.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navbar-default {
	border-top: 1px;
	border-style: solid;
	border-left: none;
	border-right: none;
	border-bottom: none;
	box-shadow: none;
	margin-bottom: 0;
}
.navbar-nav {
	margin: 0;
}
.navbar-default .navbar-nav > li {
	padding: 0;
}
.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	padding: 9px 30px;
	font-weight: 300;
	font-size:16px;
	color:#fff;
	line-height:22px;
}

.navbar-default .navbar-nav > li > a:hover {
	background:#000;
	color:#fff
}

#homepage .homepage, #about .about, #intoner .intoner, #airpurifiers .airpurifiers, #products .products, .about #services .services, #contact .contact, #offices .offices, #leadership .leadership{ background:#C51162; color:#fff}

.navbar-nav .dropdown-menu .heading-nav {
	background:rgba(255, 255, 255, .3);
	padding:5px;
	color:#fff;
	font-weight:bold;
	margin-top:8px;
}

.navbar-nav > li > .dropdown-menu {
	text-transform: uppercase;
	border: 1px;
	border-style: solid;
	border-radius: 0;
	z-index: 1000;
	top: 100%;
	position: relative;
	width: 100%;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent;
}
.navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:focus {
	background: none;
	color: #26211d;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #26211d;
}

a.brand img {
	padding-left: 0px;
	margin-top:5px;
	margin-bottom:5px;
}

.navbar-nav > li > .dropdown-menu {
	border: none;
	box-shadow: none;
	width: 232px;
	margin-bottom: 22px;
		font-size:14px !important;

}

.navbar-nav > li > .dropdown-menu > ul > li > a {
	color: #fff;
	font-weight: 300;
	display: block;
	padding: 7px 0;
	transition: All 250ms ease-in;
	-webkit-transition: All 250ms ease-in;
	-moz-transition: All 250ms ease-in;
	-o-transition: All 250ms ease-in;
}

.navbar-nav > li > .dropdown-menu > ul > li:last-child > a {
	border: none
}
.navbar-nav > li > .dropdown-menu > ul {
	padding: 0 21px;
}
.navbar-nav > li > .dropdown-menu > ul > li {
	list-style: none
}
.navbar-nav > li > .dropdown-menu > ul > li:hover > a, .navbar-nav > li > .dropdown-menu > ul > li.active > a {
	font-weight: 700;
}
.navbar-nav > li > .dropdown-menu > ul > li:hover > a {
	padding: 7px 0 7px 3px;
}
.nav > li .glyphicon {
	display: block;
	float: right;
	padding-right: 10px
}
.open .glyphicon.glyphicon-chevron-down, .submenu-icon .glyphicon.glyphicon-chevron-up {
	display: none;
}
.open .glyphicon.glyphicon-chevron-up {
	display: block;
}
/*
 3.1) sticky header style
 ------------------------------*/
#header{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#header.fixed{
	position: fixed;
	width:100%;
	left:0;
	top: 0;
}
#header.up {
	top: -162px;
	opacity: 0;
	visibility: hidden;
}
#header.down {
	top: 0;
	opacity: 1;
	visibility: visible;
}
 /*
 5.1) Footer First
 ----------------------------------------*/
#footer {padding: 25px 0; background: #c51162; color: #fff;}
#footer p { color:#fff}
#footer a { color:#fff}
.footer-nav { color:#fff; text-align:right; clear:both; margin-bottom:10px;}
.footer-nav ul li {display:inline-block; line-height:14px;}
.footer-nav a { color:#fff; margin:0 7px; text-decoration:none}
.footer-nav a:hover { text-decoration:underline}
.footer-nav ul li a:last-child { margin-right:0;}
.follow-us i { margin-left:10px}

.core-offering {}

.core-offering ul li{ list-style:none; margin:0 0 40px 0}
.core-offering ul li img { border:1px solid #d4171f ; border-radius:100%; height:260px}

.our-products {}

.our-products ul li{ list-style:none; border:1px solid #ccc; text-align:center; margin-bottom:30px; padding:10px;}
.our-products .col-md-4 { width:30%; margin-left:15px; margin-right:15px;}
.our-products ul li p { margin:0 0 8px 0}
.our-products ul li p a { background:#C51162; display:inline-block; padding:2px 10px; color:#fff; border-radius:5px;}
.our-products ul li p a:hover { background:#2e3094;}

.our-products-left-nav ul li{
	list-style:none;
	margin-bottom:1px;
	border-bottom:1px solid #ccc
}

.our-products-left-nav ul li a{
	list-style:none;
	background:#555;
	color:#fff !important;
	display:block;
	padding:5px 10px;
	font-size:14px;
}

.our-products-left-nav ul li a:hover{
	background:#C51162	
}

.our-products-left-nav .heading-nav {
	margin-top:30px;
	color:#C51162;
	font-size:20px;
}

.product1 .productnav1, .product2 .productnav2, .product3 .productnav3, .product4 .productnav4, .product5 .productnav5, .product6 .productnav6, .product7 .productnav7, .product8 .productnav8, .product9 .productnav9, .product10 .productnav10, .product11 .productnav11, .product12 .productnav12, .product13 .productnav13{background:#C51162	}