body {
    font-family: 'Ubuntu', sans-serif !important;
    background: #F4F4F4;
}
img {
    max-width: 100%;
}
.header {
    background: #000;
    min-height: 160px;
    padding: 1em;
    border-bottom: 3px solid #09C;
}
.header .navbar-inverse {
    background: none;
    border: none;
    border-radius: 0;
}
.navbar-toggle {
    border: none;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background: none;
}
.header .navbar-inverse .navbar-toggle .icon-bar {
    background: #fff;
}
.logo-part {
    height: auto;
    margin-top: 1em;
}
.info-address {
    float: right;
    color: #ccc;
    margin-right: 2em;
    margin-top: 0em;
}
.info-address i {
    font-size: 25px;
    color: #FFF;
    margin: 0.3em;
}
.info-address h4 {
    color: #fff;
    font-size: 18px;
    background: #333;
    padding-left: 0.4em;
    padding-right: 0.4em;
    border-radius: 1em;
}
.info-address span {
    color: #0CC;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #0CC !important;
    background: none;
    border-bottom: 1px solid #0CC;
    font-weight: 600;
}
.navigation .navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.navigation .nav>li>a {
    padding: 12px;
}
.navigation .navbar-right {
    margin-right: -6px;
}
.slider-part {
    margin: 2em auto;
}
.top-content p {
    padding-bottom: 1.6em;
}
.top-content {
    margin: 3em auto;
    text-align: center;
    width: 80%;
}
.grid-all {
    background: #000;
    border-top: 3px solid #999;
    padding: 2em;
}
.top-content h3 {
    font-size: 30px;
    color: #099;
    margin-top: 1em;
    border-bottom: 1px dashed #099;
    padding-bottom: 0.4em;
}
.grid-all p {
    padding-bottom: 1em;
    color: #FFF;
}
.grid-group {
    padding: 1em 3em 3em 3em;
}
.grid-group h3 {
    color: #999;
}
.grid-group i {
    padding-right: 0.4em;
    font-size: 2em;
    color: #999;
}
.services-left {
    text-align: right;
    margin-top: 3em;
    border-right: 1px solid #CCC;
    padding-right: 3em;
}
.services-left tooltip {
    font-size: 2em;
}
.services-left img {
    border-radius: 50%;
    border: 1px solid #ccc;
    padding: 0.4em;
    margin-top: 1em;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
}
.service-group {
    margin-top: 5em;
}
.service-group ul li {
    font-size: 20px;
    list-style-type: none;
}
.services-list p {
    margin: 3em auto;
    text-align: center;
}
.services-list {
    margin-top: 3em;
		background:#fff;
		border-top:1px solid #ccc;

}
.service-group i {
    margin: 0.4em;
}
.footer-top-content {
    margin: 0em auto 0;
    background: #069;
    padding: 3em;
}
.mid-img {
    text-align: center;
}
.mid-img img {
    width: 60%;
}
.testimonial-section {
    margin: 0.3em auto 4em;
    clear: both;
}
.clinte-text {
    padding: 2em;
    background: #0CC;
    position: relative;
    margin-top: -2em;
    color: #fff;
    border: 3px solid #FFF;
}
.clinte-img {
    text-align: left;
    z-index: 999;
    position: relative;
    margin-left: 2em;
    margin-top: 2em;
}
.clinte-img img {
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0px 3px 2px #628E8E;
}
.clinte-img i {
    font-size: 1.4em;
    margin: 0.4em;
}
.testimonial-form .form-control {
    border-radius: 0;
    box-shadow: none;
}
.testimonial-form .btn-default {
    background: #333;
    color: #fff;
}
.testimonial-form h2 {
    margin-top: 2em;
    margin-bottom: 1em;
}
.nav-tab {
    background: #fff;
    padding: 2em;
    border: 1px solid #ccc;
}


.nav-tab h3{
	font-size:18px;}
#scrollbox3 {
    overflow: auto;
    width: 100% !important;
    height: 500px;
    padding: 2em;
}
.track3 {
    width: 10px;
    background: rgba(0, 0, 0, 0);
    margin-right: 2px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}
.track3:hover,
.track3.dragging {
    background: #d9d9d9;
    /* Browsers without rgba support */
    
    background: rgba(0, 0, 0, 0.15);
}
.handle3 {
    width: 7px;
    right: 0;
    background: #999;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}
.nav-tab li a {
    font-size: 20px;
    color: #0C0;
}
#owl-demo .item {
    margin: 3px;
}
#owl-demo .item img {
    display: block;
    /*width: 100%;*/
    height: auto;
}
.services-group {
    padding: 2em;
    background: #fff;
    margin-top: 1em;
    margin-bottom: 1em;
    overflow: auto;
    border-bottom: 1px solid #ccc;
}
.services-group h3 {
    margin-top: 1em;
}
.ser-img img {
    width: 100%;
}
.services-part {
    padding-bottom: 3em;
    margin-top: 3em;
}
.services-part::after {
    clear: both;
}
.ser-left img {
    border: 3px solid #fff;
}
.ser-right h4 {
    color: #0CC;
    font-size: 1.7em;
    margin: 0em;
}
.ser-right h3 {
    color: #000;
    font-size: 1.2em;
    margin: 0em auto 1em 0;
}
.space {
    padding: 3em;
}

.area-right{
	}


.services-area-img {
    text-align: left;
    margin-bottom: 3em;
}

.area-right{
	margin-top:4em;
	text-align:left;}
	
.area-right h3{
	background:#066;
	font-size:18px;
	border-left:3px solid #000;
	padding:0.3em;
	color:#fff;
	margin:0.6em;}	
	
.area-right i{
	margin:0.4em;
	font-size:1.3em;}		
	
	
.brand-part {
    margin: 3em auto;
}
.brand-part-left li {
    font-size: 18px;
    color: #069;
    list-style-type: circle;
}
.brand-part-left ul {
    margin-top: 2em;
}
.brand-logo {
    margin-top: 0em;
}
.brand-logo h4 {
    margin-top: 0em;
}
.brand-company li {
    display: inline-block;
    margin-left: 0.2em;
    background: #099;
    text-transform: uppercase;
    padding: 0.4em;
    color: #fff;
    border-radius: 0.6em;
    border: 3px solid #fff;
}
.contact-left-top {
    text-align: center;
    background: #fff;
    padding: 2em;
    margin-bottom: 4em;
    border: 2px solid #EEE;
}
.contact-left-top i {
    color: #099;
    margin: 0.2em;
}
.contact-left-top h4 {
    color: #093;
}
.contact-left-top p {
    border: 1px solid #F2F2F2;
    padding: 0.4em;
}
.address-map {
    margin-top: 4em;
    text-align: center;
}
.feedback .form-control {
    border-radius: 0;
    box-shadow: none;
}
.feedback .btn-default {
    border-radius: 0;
    box-shadow: none;
    background: #000;
    color: #fff;
    border: 1px;
}
.feedback {
    background: #fff;
    padding: 1em 3em 1em 3em;
    text-align: center;
    border: 2px solid #F0F0F0;
}
.footer-top-content p {
    text-align: center;
    color: #CCC;
}
.top-content h4{
	font-weight:bold;
	font-size:15px;}
	
.ser-heading{
	font-size:15px;
	font-weight:bold;
	text-align:center;}
		
.footer-left p {
    text-align: right;
    margin-top: 8em;
}
.footer-right p {
    text-align: left;
    margin-top: 8em;
}
.footer-right a {
    padding: 0.6em;
    border: 1px solid #FFF;
    margin-top: 1em;
    color: #fff;
}
.footer-right a:hover {
    text-decoration: none;
    color: #0CC;
}
.footer {
    background: #F1F1F1;
    padding: 3em;
    border-top: 1px solid #E6E6E6;
}
.footer h2 {
    color: #000;
}
.footer p {
    color: #069;
    padding-bottom: 0.7em;
    line-height: 23px;
}
.footer li a {
    color: #069;
    line-height: 23px;
}
.footer li a:hover {
    text-decoration: none;
    color: #000;
}
.footer li {
    list-style-type: circle;
}
.footer ul {
    text-align: left;
}
.testimonial-part {
    padding: 2em;
    text-align: left;
}
.footer-timing {
    padding: 2em;
    text-align: left
}
.footer i {
    color: #09C;
    margin-right: 0.4em;
}
.footer-services {
    padding: 2em;
    text-align: right;
}
.footer-services h2 {
    text-align: left !important;
}
.copy-right {
    padding: 1em;
    text-align: center;
    background: #CCC;
    font-size: 11px;
    border-top: 1px solid #999;
}
.copy-right a {
    color: #090;
}
.copy-right p {
    padding-top: 1em;
}
.read_more {
    padding: 0.6em;
    color: #ccc;
    margin-top: 0.7em;
    border-radius: 0.6em;
    background: #333;
    font-size: 11px;
}
.read_more:hover {
    text-decoration: none;
    color: #FFF;
}
.read_more_footer {
    border: 1px solid #CCC;
    padding: 0.4em;
    margin-top: 0.7em;
    color: #000;
}
.social-icon {
    text-align: left;
    margin: 1em 0 0 2em;
}
.social-icon i {
    font-size: 1.6em;
    color: #A5A5A5;
    margin-right: 0.4em;
}
.brand_section{
	background:url(../images/brand-bg.jpg) no-repeat;
	background-attachment:fixed;
	background-size:cover;
	color:#fff;
	text-align:center;
	min-height:550px;	
}
.brand_section p{
	line-height:27px;
}
.brand_section ul{
	margin:25px 0;
	padding:0;
	list-style:none;
	}
.brand_section li:first-child{
	padding-left: 0;
}
.brand_section li{
	display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
	font-size:18px;
}
.brand_section li i{
	padding-right: 15px;
	font-size:1.2em;
	color:#FF0;	
}
.text-left{
	}
.brand_section .services-group {
    padding: 0;
    background: none;
    margin-top: 0;
    margin-bottom: 0;
    overflow: auto;
    border-bottom: none;
	text-align: left;
}

.services-group {
	height:233px;}
.brand_section .services-group h3{
	color:#FF0;
	font-size:22px;
}
.service_section{
	margin:2em 0;
}