h4{
	font-size:17px;
	text-transform:uppercase;
	color:#008b97;
	margin:0 0 20px 0;
	font-weight:bold;

}

h5{
	font-size:15px;
	color:#008b97;
	margin-bottom:20px;
	font-weight:bold;
}

.headerSection{
	width:100%;
	float:left;
	height:auto;
}

.sliderSection{
	width:100%;
	float:left;
	height:auto;
}

.contentSection{
	width:100%;
	float:left;
	height:auto;
}

/* Slider Section */

.sliderSection .carousel-indicators{

	display:none;

}

.sliderSection .innerSlider{

	width:100%;

	float:left;

	height:150px;

	background:#ddd;

	position:relative;

}

.sliderSection .innerSlider h3{

	font-size: 20px;

	position: absolute;

	bottom: 0px;

	background: rgba(0,0,0,0.2);

	width: 100%;

	left: 0px;

	margin: 0px;

	padding: 8px 50px;

	color:#fff;

}

/* footer Section ------------- */
.footerSection{
	width:100%;
	float:left;
	height:auto;
	background:#434343;
	padding:20px 0px;
}
.footerSection .footer_top{
	width:100%;
	float:left;
	border-bottom:1px solid rgba(255,255,255,0.1);
	padding-bottom:10px;
}
.footerSection .footer_top ul.footermenu{
	padding:0px;
	margin:0px;
}
.footerSection .footer_top ul.footermenu li{
	list-style:none;
	padding:0px;
	margin:0px 15px 0px 0px;
	float:left;
	line-height:37px;
}
.footerSection .footer_top ul.footermenu li a{
	color:rgba(255,255,255,0.6);
	text-decoration:none;
}
.footerSection .footer_top ul.footermenu li a:hover{
	color:rgba(255,255,255,1);
}
.footerSection .footer_top ul.socialmenu{
	padding:0px;
	margin:0px;
	float:right;
	margin-right:-10px;
}
.footerSection .footer_top ul.socialmenu li{
	list-style:none;
	padding:0px;
	margin:0px;
	float:left;
}
.footerSection .footer_top ul.socialmenu li a{
	width:37px;
	height:37px;
	display:block;
	opacity:0.8;
	cursor:pointer;

}
.footerSection .footer_top ul.socialmenu li a:hover{
	opacity:1;
}
.footerSection .footer_top ul.socialmenu li a.fb{
	background:url(../images/icon-social.png) left center no-repeat;
}
.footerSection .footer_top ul.socialmenu li a.tw{
	background:url(../images/icon-social.png) -48px center no-repeat;
}
.footerSection .footer_top ul.socialmenu li a.in{
	background:url(../images/icon-social.png) -94px center no-repeat;
}
.footerSection .footer_top ul.socialmenu li a.rss{
	background:url(../images/icon-social.png) right center no-repeat;
}
.footerSection .footer_copyrights{
	width:100%;
	float:left;
	text-align:center;
	margin-top:15px;
	font-size:12px;
	color: rgba(255,255,255,0.5);
}

/* Home Tabs ------------- */
.homeTabsSection{
	margin:-46px 0 30px 0;
}
.homeTabsWrap{
	width:100%;
	float:left;
	height:auto;
	margin-bottom:20px;
}
.homeTabsWrap:hover{
	text-decoration:none;
	opacity:0.8;
}
.homeTabsWrap .head{
	height:46px;
	width:100%;
	background:#008b97;
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
	line-height:46px;
	text-align:center;
	color:#fff;
}

.homeTabsWrap .videoThumb{

	width:100%;

	float:left;

	height:auto;

	position:relative;

}

.homeTabsWrap .videoThumb img{

	width:100%;

	border:0px;

}

.homeTabsWrap .videoThumb a{

	width:100%;

	height:145px;

	background:url(../images/icon_play.png) center center no-repeat;

	position:absolute;

	z-index:1;

	top:0px;

	left:0px;

	opacity:0.7;

}

.homeTabsWrap .videoThumb a:hover{

	opacity:1;

}

@media (max-width: 380px) {
	.homeTabsWrap .videoThumb a{
		height:100px;
	}
}


/* Home Testimonials ------------- */
.testiNewsSection{
	width:100%;
	float:left;
	height:auto;
	margin-top: 50px;
	background: url(../images/testimonials_bg.png) center bottom no-repeat #fefefe;
}

.Testiomonials_Clients{
	width:100%;
	margin:0 auto;
	height:auto;
	padding:35px;
	min-height:200px;
}

@media (min-width: 768px) {
	.Testiomonials_Clients{
		width:60%;
	}
}

.Testiomonials_Clients .Testiomonials_wrapper{
	width:100%;
	float:left;
	height:auto;
	padding: 0px 10%;
	text-align:center;
	margin-bottom:80px;
}
.Testiomonials_Clients .Testiomonials_wrapper .item{
	text-align:center;
}
.Testiomonials_Clients .Testiomonials_wrapper .item p{
	margin-bottom:20px;
}
.Testiomonials_Clients .Testiomonials_wrapper .item .clientName{
	font-size:14px;
}
.Testiomonials_Clients .Clients_wrapper{
	width:100%;
	float:left;
	height:auto;
	text-align:center;
	margin-bottom:50px;

}
.Testiomonials_Clients .carousel-indicators {
  bottom: -50px;
}

/* Loading  ------------- */
.loaderMain{
	width: 100%;
	height: 101%;
	background: rgba(255,255,255,0.6);
	position: fixed;
	z-index: 99999;
	top:0px;
	transition: 0.2s;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration:0.2s;
	-o-transition-duration:0.2s;
}
.loading_inner{
	width:60px;
	height:60px;
	text-align:center;
	left:50%; 
	top:50%;
	margin-top:-34px;
	margin-left:-32px;
	position:absolute;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	z-index:999999999;
	background: #ffffff;
}
.loading_inner img{
	width:32px;
	margin-top:13px;
}





/*.headerSection .dropdown-submenu {
    position: relative;
}
.headerSection .dropdown-submenu>.dropdown-menu {

    top: 0;

    left: 100%;

    margin-top: -6px;

    margin-left: -1px;

    -webkit-border-radius: 0 6px 6px 6px;

    -moz-border-radius: 0 6px 6px;

    border-radius: 0 6px 6px 6px;

}



.headerSection .dropdown-submenu:hover>.dropdown-menu {

    display: block;

}



.headerSection .dropdown-submenu>a:after {

    display: block;

    content: " ";

    float: right;

    width: 0;

    height: 0;

    border-color: transparent;

    border-style: solid;

    border-width: 5px 0 5px 5px;

    border-left-color: #ccc;

    margin-top: 5px;

    margin-right: -10px;

}



.headerSection .dropdown-submenu:hover>a:after {

    border-left-color: #fff;

}



.headerSection .headerSection .dropdown-submenu.pull-left {

    float: none;

}



.headerSection .dropdown-submenu.pull-left>.dropdown-menu {

    left: -100%;

    margin-left: 10px;

    -webkit-border-radius: 6px 0 6px 6px;

    -moz-border-radius: 6px 0 6px 6px;

    border-radius: 6px 0 6px 6px;

}*/


.headerSection .navbar-collapse {
	width: 100%;
	border-top: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0px !important;
	padding:0px !important;
	background: #f5f5f5;
}
.headerSection .navbar-collapse .navbar-nav {
	float: left;
	margin: 0;
	width: 100%;
}
@media (min-width: 768px) {
	.headerSection .navbar-collapse {
		width: 100%;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0px !important;
		padding:0px !important;
		background: #434343;
	}
	.headerSection .navbar-collapse .navbar-nav {
		float: left;
		margin: 0;
		width: 100%;
	}
}


.homeWelcomeWrap{
	width:100%;
	float:left;
	height:auto;
	text-align:center;
	padding: 0;
	margin: 30px 0px 60px 0px;
}
.homeWelcomeWrap h1{
	font-size:32px;
	margin: 0 0 30px 0;
}
@media (min-width: 768px) {
	.homeWelcomeWrap{
		width:100%;
		float:left;
		height:auto;
		text-align:center;
		padding: 0 20%;
	}
}

.breadcrumbSection{
	width: 100%;
	padding: 30px 0;
	float: left;
	background: url(../images/inner_bg.png) left top repeat #ececec;
	border-bottom: 1px solid #d8d8d8;
}
.breadcrumbSection .container-fluid{
	position:relative;
}
.breadcrumbSection h1 {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 1px;
	color: #008b97;
	font-size: 22px;
	text-transform: uppercase;
}
.breadcrumbSection .breadcrumb {
	position: absolute !important;
	width: auto !important;
	top: 50% !important;
	left: auto !important;
	right: 50px !important;
	margin: -10px 0 0 0 !important;
	background-color: transparent !important;
	padding: 0 !important;
	font-size: 12px;
}
.breadcrumbSection .breadcrumb a,
.breadcrumbSection .breadcrumb > .active,
.breadcrumbSection .breadcrumb > li+li:before {
	color: #434343;
}
.breadcrumbSection .breadcrumb a:hover {
	color: #008b97;
}

.innercontentSection{
	background:#f7f7f7;
	width:100%;
	float:left;
}
.innercontentSection h2{
	font-size:20px;
	margin: 0 0 20px 0;
	color:#008b97;
	text-transform:uppercase;
	font-weight:bold;
}
.innercontentSection h3{
	font-size:16px;
	margin: 0 0 20px 0;
	color:#008b97;
	font-weight:bold;
	line-height:26px;
}
.innercontentSection .leftPanel ul{
	padding:0px;
	margin:0 0 15px
}
.innercontentSection .leftPanel ul li{
	padding:0px;
	margin: 0 0 0 16px;
	line-height: 23px;
}

.innercontentSection .leftPanel {
	width: 75%;
	float: left;
	padding:35px 0px;
	min-height: 480px;
	background-color: #fff;
}
.innercontentSection .rightPanel {
	width: 25%;
	float: left;
	display: block;
}
.innercontentSection .rightPanel .imgWrp{
	width:100%;
	float:left;
	height:auto;
	margin-bottom:20px;
}
.innercontentSection .rightPanel .imgWrp img{
	padding:15px;
	margin:0px;
	border:0px;
	width:100%;
}
.innercontentSection .rightPanel ul {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.innercontentSection .rightPanel ul li {
	list-style: none;
	border-bottom: 1px solid #e7e7e7;
	font-size: 14px;
	color: #333;
}
.innercontentSection .rightPanel ul li a {
	height: 35px;
	line-height: 35px;
	background: url(../images/left-arrow.png) 10px center no-repeat;
	padding-left: 34px;
	color: #333;
	font-size: 13px;
	display: block;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.innercontentSection .rightPanel ul li a:hover{
	background:url(../images/left-arrow-active.png) 10px center no-repeat #008b97;
	color:#fff
}
.innercontentSection .rightPanel ul li a.active {
	background: url(../images/left-arrow-active.png) 10px center no-repeat #008b97;
	color: #fff;
}