/*
* Theme Name: bizwrap
* Description: bizwrap Theme for those who want responsive, clean and useful layout.
* Author: design_mylife
* Version: 1.0
*/



/* Basic Styles
================================================== */
body {
    margin: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    background-color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	cursor:default;	
}
	


html {
    -webkit-text-size-adjust: none;
}

* {
    outline:none;
}
a {
    text-decoration: none;
	color:#5caf91;
}
a:hover{
    text-decoration: none;
	color:#5caf91;
}
a.hover-color{
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in; 
}
a.hover-color:hover{
    color:#0FAF97 !important;
}
img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;

}
p {
    font-family: Arial, sans-serif;
    color: #666666;
    margin: 0;
    line-height: 18px !important;	
    padding: 0 0 20px;
}
p.lead{
    font-weight: 400;
}
/*margin spaces*/
.space-10{
    width:100%;
    height: 10px;
    clear: both;
}
.space-20{
    width:100%;
    height: 20px;
    clear: both;
}
.space-30{
    width:100%;
    height: 30px;
    clear: both;
}
.space-40{
    width:100%;
    height: 40px;
    clear: both;
}
.space-50{
    width:100%;
    height: 50px;
    clear: both;
}
.space-70{
    width:100%;
    height: 50px;
    clear: both; 
}
.margin-btm-20{
    margin-bottom: 20px;
}
.margin-btm-40{
    margin-bottom: 40px;
}

.forTable01{
width:16%;
font-size: 18px;
font-weight: bold;
}
.forTable0{
width:12%;
font-size: 18px;
font-weight: bold;
}

.forTable{
width:14.28571428%;
font-size: 18px;
font-weight: bold;
}

.insTb{
width:14.28571428%;
}
/*--------padding------------*/
.padding-40{
    padding: 40px 0;
}
/* Enable custom submit button styling in Safari mobile */
input[type='submit']
{
    -webkit-appearance: none; 
}

::-moz-selection {
    color: #fff;
    text-shadow:none;
    background-color: #0FAF97;
}

::selection {
    color: #fff;
    text-shadow:none;
    background-color: #0FAF97;
}

p, blockquote {
    line-height: 15px;
}

blockquote {
    font-style: italic;
	font-weight:bold;
}
iframe, fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
.responsive-video {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 50.25%;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*==================== ========*/
/*========= Forms =========*/
/*============================*/

================================================== */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 40px; line-height: 50px; margin-bottom: 20px;}
h2 { font-size: 29px; line-height: 40px; margin-bottom: 10px; }
h3 { font-size: 20px; line-height: 34px; margin-bottom: 8px; }
h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
h5 { font-size: 16px; line-height: 24px; }
h6 { font-size: 12px; line-height: 21px; }

em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }
h3.subtitle{
    font-weight: 800;
    font-size: 18px;
    color:#b3b3b3;
    font-family: 'Playfair Display', serif;
    font-style: italic;
}
h4.heading-mini{
    font-weight: 800;
    font-size: 18px;
    color:#000;
    margin-bottom: 30px;
}
h3.heading-sec{
    font-weight: 800;
    display: block;
    margin-bottom: 25px;
    color:#000;
    font-size: 23px;
}
h3.heading-sec:first-letter{
    border-bottom: 5px solid #0FAF97;
}

.header-main{
    width:100%;
}
/*******************bootstrap overrides **************************/

.navbar-default {
    background-color: #fff;
    border-color: #eeeeee;
    -webkit-box-shadow: 0 5px 6px -6px #ccc;
    -moz-box-shadow: 0 5px 6px -6px #ccc;
    box-shadow: 0 5px 6px -6px #ccc;
}
.navbar{
    border-radius: 0;
    margin-bottom: 0px;
}
.navbar-brand{
    color:#555 !important;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #0FAF97;
    background-color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #fff;
    color: #0FAF97;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #0FAF97;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 13px;
    font-weight: 800;

}
@media (min-width: 768px){
    .navbar-nav > li > a {
        padding: 5px 10px 0px 10px;
        line-height: 44px;
        text-transform: uppercase;
    }
    .navbar-brand{
        padding-top: 30px;
height:86px;
    }

}
/*sticky header*/
.sticky-nav{
    width:100%;
    z-index: 999;
}
/*============================*/
/*======dropdowm menu=========*/
/*============================*/
.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 190px;
    background-color: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    border-top: 2px solid #0FAF97 !important;
}
.navbar .dropdown-menu li a{
    color:#444;
    padding: 9px 20px;
    border-bottom: 1px solid #e7e7e7;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.navbar .dropdown-menu li:last-child a{
    border-bottom: none;
}
.navbar .dropdown-menu li a:hover{
    background: #0FAF97;
    color:#fff;
}

/*top bar*/
.top-bar{
    background-color: #f9f9f9;
}
.top-bar .info {
    margin: 0px;
}
.top-bar .info li {
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    color:#555;
    font-weight: 500;
    font-size: 13px;
}
.top-bar .info li a{
    color:#555;
    margin-right: 10px;
}

/*flex slider*/
.slider-reg{
    width:100%;

}
.main-flex-slider{
    position: relative;
}
.main-flex-slider .flex-control-nav {
    bottom: 30px;
    margin: 0;
    height: 14px;
    z-index: 10;
}
.main-flex-slider .flex-control-paging li a{
    background-color: #fff !important;
}
.main-flex-slider .flex-control-paging li a.flex-active{
    background-color: #0FAF97 !important;
}

.slider-overlay{
    background: rgba(0,0,0,.2);
    background-image: url('http://acusisindia.com/assets/img/pattern.png');
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.slider-text{
   text-align: center;
}
.slider-text h1{
    color:#fff;
    margin-top: 150px;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
}

.slider-text p{
    color:#fff;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 20px;
}

/*-----------------------------------services and features------------------------------------------*/
.services-box{
    
    margin-bottom: 10px;
    padding: 15px 10px;
    border:1px solid #5caf91;
	border-radius:8px;
}
.services-box i{
    color:#0FAF97;
    font-size: 24px;
    margin-bottom: 15px;
    width:70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #0FAF97;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.services-box h1{
    font-size: 17px;
    margin-bottom:0px;
}
.services-box:hover i{
    border-color: #0FAF97;
    background-color: #0FAF97;
    color:#fff;
}
/*services option 2*/
.services-icon i{
    color:#0FAF97;
    width:80px;
    line-height: 80px;
    height: 80px;
    font-size: 34px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.services-text h4{
    color:#fff;
    margin-bottom: 15px;
}

/*features*/
.features h3{
    font-weight: 800;
    color:#fff;
}
.features p{
    color:#fff;
}
/*==========================content regions==========================*/
#content-region-1{
    background-color: #000;
}
#content-region-2{
    background: url('http://acusisindia.com/assets/img/img-1.jpg') no-repeat top center scroll;
    padding: 80px 0;
    width:100%;
    overflow: hidden;
}

/*==========================portfolio ==========================*/
.portfolio-sec{
    border: 1px solid #5caf91;
    color: #000000;
    background-color: #ffffff;
    position: relative;
}
.portfolio-thumnail img{
    width:100%;
    height: auto;
}
.portfolio-desc{
    padding: 10px 0;
}
h4.portfolio-post-title{
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
}
.portfolio-post-cat{
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    color: #999999;
}
.portfolio-desc .theme-btn-default{
    margin-bottom: -50px; 
}
 .flexslider{
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
}
.portfolio-single-desc h3{
    color:#000;
    font-size: 23px;
    font-weight: 800;
}
/*mix it up filter*/
.portfolio-filters{
    margin-bottom: 30px;
    list-style: none;
    padding: 0;
}
.portfolio-filters li{
    display:inline-block;
    border:1px solid #eeeeee;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 12px ;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.portfolio-filters li.active{
    background-color: #0FAF97;
    color:#fff;
    border-color:#0FAF97;
}
#grid .mix{
    display: none;
    opacity: 0;
}
/***************************************news and blog sec**************************************/
/*latest news*/
.news-sec{
    border: 1px solid #eeeeee;
    color: #000000;
    background-color: #ffffff; 
}
.blog-post-title {
    margin-bottom: 5px;
}
.blog-post-title a{
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    color:#000;
}
.news-desc{
    padding: 10px 20px;
}
.news-post-cat{
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    color: #999999;
    margin-bottom: 10px;
}
.news-desc p{
    color:#7a7a7a;
}
.news-thumnail img{
    opacity:.8; 
    filter:alpha(opacity=80); 
}
.news-thumnail img:hover{
    opacity:1;
    filter:alpha(opacity=100);
}


/*blog page*/
.blog-post-section{
    
    padding: 5px 10px 10px 10px;
}

.blog-post-section1{

    
    padding: 5px 10px 10px 10px;
}
.top_line {
    height: 5px;
	background-color:#5caf91;
}
.blog-post-img{
    margin-bottom: 30px;
}
.blog-post-header{
    text-align: center;
}
.blog-post-header h1{
   margin-bottom: 20px; clear: both;color:#660000;font-size: 32px;line-height: 32px;margin: 0 0 20px;
}
.blog-post-header h3 a{
    color:#000;
}
.blog-post-info{
    text-align: center;
    margin-bottom: 30px;
}
.blog-post-info span{
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    color:#999;
}
.blog-post-info span a{
    color:#666;
}
.blog-post-detail{
   
	 font-family: Arial, sans-serif !important;
	 font-size: 13px;
    color:#363636;
    margin: 0;
    line-height: 18px;
    padding: 0 0 20px;
}
.blog-post-more{
    margin-bottom: 30px;
}

/*****************************sidebar css****************************/
.sidebar-box{
    margin-bottom: 5px;
}
.sidebar-box h4{
    color:#000;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.sidebar-box h4:first-letter{
    border-bottom: 5px solid #0FAF97;
}
.widget-search .search-form{
    position: relative;
}
.widget-search .search-form i{
    position: absolute;
    top: 0;
    right:10px;
    line-height: 38px;
    text-align: center;
    color: #999;
}
.cat-list{
    padding: 0px;
    list-style: none;
}
.cat-list li{
    padding: 3px 0;
}
.cat-list li a{
    color:#555;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
}
.recent {
    width: 100%;
    margin-bottom: 20px;
    float: left;
}
.recent span img {
    float: left;
    margin-right: 10px;
    width:105px;
    height: 70px;
}
.recent p {
    margin: 0;
    line-height: 18px;
    font-size: 13px;
    overflow: hidden;
}
.recent p a{
    color:#555;
}
.recent .recent-date{
    font-size: 10px;
    color:#999;
    font-weight: 800;
    text-transform: uppercase;
}
.sidebar-box .social-btn li a i{
    background-color: #0FAF97;
    color:#fff;
}
.post-comment-wrapper{
    padding: 50px 0;
    display: block;
    border-bottom: 1px solid #eeeeee;
    clear: both;
}
.post-comment-wrapper h3{
    color:#000;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.comment-box{
    margin:15px 0;
    padding: 10px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.comment-box img{
    float:left;
    margin-right:15px;
    width:120px;
    height: 80px;
}
.comment-box p{
    overflow: hidden;
}
.comment-box  span{
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color:#000;
    display: block;
    margin-bottom: 5px;
}
.comment-form-wrapper{
    padding: 40px 0;
    border-bottom: 1px solid #eeeeee;
}
.comment-form-wrapper h3{
    color:#000;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
/*************************************buttons for bizwrap theme********************************/
/*.btn{
    font-weight: 700;
    font-size: 10px;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-border-radius:0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    letter-spacing: 1px;
}
button white for colored background*/
.btn-white{
    background-color: transparent;
    color:#fff;
    border-radius: 0;
    border:2px solid #fff;
}
.btn-white:hover{
    background-color: #fff;
    color:#222;
}

/*button default*/
.theme-btn-default{
    background-color: #fff;
    border: 1px solid #5caf91;
    color:#555;
}
.theme-btn-default:hover{
    color:#fff;
    background-color: #5caf91;
    border-color:#000;
}
/*theme color button*/
.theme-btn-color{
    background-color: #0FAF97;
    border-color:#0FAF97;
    color:#fff;
}
.theme-btn-color:hover{
    color:#fff;
    background-color: #000;
    border-color:#000;
}
/**************************************testimonials******************************************/
.testimonials p.testi-text{
    color:#fff;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}
.testimonials span.testi-person{
    font-weight: 500;
    color:#fff;
}
.FloatLft			{float:left;padding-right:10px;margin:0 2px 2px 0;}	/*	display:inline;*/
.FloatRht		{float:right;padding-left:10px;margin:0 0 2px 2px;display:inline;}
.ClearBoth		{clear:both;}
.ClearLft			{clear:left;}
.ClearRht		{clear:right;}
.TXtdivider {
border-top: 1px dashed #cccccc;
margin-bottom: 5px;
}
.newshours h4{font-size: 14px; font-weight:bold;}
.newshours a:hover{ text-decoration:underline;}

.glink li a{font-weight:bold; color:#5caf91; }
.glink li a:hover{text-decoration:underline; color:#5caf91;}

/**********************************************footer****************************************
#footer{
	background-color: #333333;
	padding: 60px 0;
}
.footer-col h3{
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    color:#fff;
    margin-bottom:
        30px;
}

.footer-col h3:first-letter{
    border-bottom: 5px solid #0FAF97;
}
.footer-col p{
    font-size: 14px;
    color:#b3b3b3;
}*/
#footer {
font-family: 'Raleway', sans-serif !important;
font-size:14px;
}
#hotspts a{
color:#0faf97;
padding: 0px 10px;
}

/*Footer Start*/
#footer {
    width: 100%;
}
#footer address {
    margin-bottom: 20px;
}
#footer ul {
    margin-bottom: 20px;
    padding-left: 0;
}
.footer-top {
    height: 10px;
    background-color: #898989;
}
.footer-wrapper {
 background-color:#818286!important;
    /*background-color: #666666;*/
    padding-top: 17px;
}
.footer-bottom {
    background-color: #333333;
}
/*.footer-logo {
    margin-bottom: 20px;
}*/
.footer-wrapper .address {
    padding-left: 15px;
}
.footer-wrapper .address p {
    margin-bottom: 5px;
    color: #cbcbcb;
    padding: 0;
}
.footer-wrapper .address p i {
    display: block;
    float: left;
    line-height: 20px;
    width: 30px;
}
.footer-wrapper h4 {

    border-bottom: 1px solid #919296;
    color: #CBCBCB;
    font-size: 18px;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.footer-wrapper .col-md-4 {
    margin-bottom: 5px;
}
.footer-wrapper .footer-right h4, .footer-wrapper .footer-center h4 {
    margin-bottom: 0;
}
.footer-navigate {
    list-style: none;
    margin-left: 0;
}
.footer-center p {
    color: #ffffff;
    padding: 12px 0 0;
}
.footer-wrapper .address p i {
display: block;
float: left;
line-height: 20px;
width: 30px;
}
}
.footer-navigate li {
    border-bottom: 1px solid #898989;
    padding: 5px 0;
}
.footer-navigate li a {
    color: #ffffff;
}
.footer-bottom p {
    padding: 18px 0 13px 14px;
    color: #ffffff;
}
.footer-bottom p a {
    color: #ffffff;
}

.post-list li a{
    color:#F4F4F4;
    font-weight: 500;
    font-size: 13px;
    display: block;
    padding: 8px 0;        
    /*border-bottom: 1px solid #444;	*/
border-top: 1px solid #68696e;
border-bottom: 1px solid #919296;
border-left: 0;
border-right: 0;	
}
.noborder{
   
border-top: 0 !important;

}



.footer-col form input{
    background-color: #111;
    border: none;
    color:#fff;
}
.footer-col form input:focus{
    background-color: #333;
    border: none;
}
.footer-col form textarea{
    background-color: #111;
    border: none;
    color:#fff;
}
.footer-col form textarea:focus{
    background-color: #333;
    border: none;
}
.footer-col .social-btn li a i{
    color:#fff;
    border: 2px solid #fff;
}
.footer-col .social-btn li a i:hover{
    background-color: #0FAF97;
    border-color: #0FAF97;
}
.footer-bottom{
    border-top: 1px solid #111;
    padding-top: 60px;
}
.footer-bottom span{
    color:#fff;
    font-weight: 800;
}
/*****************************social buttons************************/
.social-btn li a i{
    width:35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 5px;
}

/****************breadcrumbs*********************************************/
.page-tree-bg{
    background: url('http://acusisindia.com/assets/img/img-1.jpg') no-repeat top center scroll;
}
h3.page-tree-text{
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color:#fff;
    margin:0px;
}
/***********************bootstrap pagination override***************************/
.pagination li a{
    color:#999;
}
.pagination li a:hover{
    color:#fff;
    background-color: #0FAF97;
    border-color: #0FAF97;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
z-index: 2;
color: #fff;
background-color: #0FAF97;
border-color: #0FAF97;
cursor: default;
}
/**************inner pages css**************************/

/*about page*/
.icon-list li{
    padding: 5px 0;
}
.icon-list li i{
    color:#0FAF97;
    margin-right: 10px;
}
/*team person*/
.person-section{
    border:1px solid #eeeeee;
}
.person-desc{
    padding: 10px 10px;
}
.person-desc h3{
    color:#000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 2px;
}
.person-desc span{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    color:#7a7a7a;
    margin-left: 10px;
}
.person-desc p{
    text-align: left;
}
.team.social-btn li a i{
    color:#7a7a7a;
    border:2px solid #7a7a7a;
}

.hire-sec .services-icon i{
    background-color: #0FAF97;
    color:#fff;
}
.hire-sec .services-text .heading-mini{
    margin-bottom: 10px;
    color:#333;
}
/*process*/
.process-box{
    text-align: center;
    padding: 30px 0;
}
.process-box h2{
    font-size: 25px;
}
.process-box i{
    font-size: 54px;
    color:#0FAF97;
    margin-bottom: 20px;
}
/*progress bar*/
h3.heading-progress {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px;
}
.progress {
    height: 15px;
    line-height: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #E9E9E9;
    border-radius: 0;
}
.progress-bar {
    line-height: 10px;
    background: #0FAF97;
    box-shadow: none;
    -webkit-box-shadow: none;
}


/*************************login or signup form********************/
.my-login-form{
    padding: 30px 20px;
    border:1px solid #eeeeee;
}
.form-btm-link a{
    color:#0FAF97;
}
.form-btm-link a:hover{
    text-decoration: underline; 
}
.form-btm-link span{
    margin:0px 20px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 23px;
}

/*error page*/

.error-digit{
    font-size: 50px;
}
.error-text h3{
    font-family: 'Playfair Display', serif;
    font-style: italic;
}
/*contact*/
.my-contact-form form input{
    background-color: #f7f7f7;
}
.my-contact-form textarea{
    background-color: #f7f7f7;
}
#map-canvas{
    width:100%;
    height:400px;
}




/******************pricing************************/
.pricing-wrapper{
    border:1px solid #eeeeee;
}
.pricing-head{
    padding: 20px 10px;
    background-color: #000000;

    text-align: center;
}
.pricing-head h3{
    margin: 0px;
    color:#fff;
}
.pricing-rate{
    padding: 30px 10px;
    background-color: #0FAF97;
    text-align: center;
    
}
.pricing-rate h1{
    color:#FFF;
    margin: 0px;
}
.pricing-rate h1 small{
    color:#E9E9E9;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.pricing-desc ul {
    padding-left: 0px;
    margin: 0;
}
.pricing-desc ul li{
    padding: 12px 20px;
    border-bottom: 1px solid #eeeeee;
}
.pricing-select{
    padding: 10px 20px;
    text-align: center;
}
.pricing-select a{
    display: block;    
}
.price-faq-box{
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
}
.price-faq-box h3{
    font-size: 20px;
}

/*****************bootstrap tabs overrides*****************************/
/*tabs*/

.tabs .nav-tabs {
    border-bottom: none;
}
.tabs .nav-tabs  li {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .tabs .nav-tabs  li {
        width: 100%;
        float: none;
        margin-bottom: 2px;
    }
    .tabs .nav-tabs  li  a {
        margin-right: 0 !important;
    }
    .tabs .nav-tabs  li.active  a {
        border-bottom: 2px solid #dcdcdc !important;
    }
}
.tabs .nav-tabs  li  a {
    background: #f7f7f7;
    margin-right: 2px;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-bottom: none !important;
    border-radius: 0;
    padding: 12px 20px;
    color: #6d6d6d;
    position: relative;
}
.tabs .nav-tabs  li  a:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 3px;
}
.tabs .nav-tabs  li  a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
}
.tabs .nav-tabs  li  a:hover {
    border-color: #f7f7f7;
}
.tabs .nav-tabs > li > a .fa {
    margin-right: 4px;
}
.tabs .nav-tabs  li.active  a {
    color: #0FAF97;
    border-left-color: #eee;
    border-right-color: #eee;
    background: #fff;
}
.tabs .nav-tabs  li.active  a:after {
    background: #0FAF97;
}
.tabs .nav-tabs  li.active  a:before {
    background: #fff;
}
.tabs .nav-tabs  li.active  a:hover {
    border-bottom-color: #fff;
}
.tabs .tab-content {
    padding: 15px 8px;
    border: 1px solid #eee;
    background: #fff;

}
.tab-content p{
    overflow: hidden;
}
.tabs .tab-content:before,
.tabs .tab-content:after {
    content: " ";
    display: table;
}
.tabs .tab-content:after {
    clear: both;
}
.tabs .tab-content p:last-child {
    margin-bottom: 0;
}

/* Newly Added*/

/*Breadcrumb Start*/
#breadcrumb {
    /*border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;*/
	float: left;
    width: 100%;
    font-size:85%;
    /*margin-bottom: 5px;*/
}
#breadcrumb ul {
    float: right;
    list-style: none outside none;
    margin: 0 0 2px;
    padding: 3px 10px;
}
#breadcrumb ul li {
    background: url("../Images/breadcrumb_icon.png") no-repeat scroll left 7px transparent;
    float: left;
    margin-left: 8px;
    padding-left: 10px;
}
#breadcrumb .home {
    background: none repeat scroll 0 0 transparent;
    height: 15px;
    margin-left: 0;
    padding-left: 0;
}

#breadcrumb ul li a{
font-size:10px; text-decoration:none;
}
#breadcrumb ul li a:hover {
 text-decoration:underline;
}

/*Breadcrumg Ens*/

/*Sidebars Start*/
.side-nav ul, .sidebar ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

#left-sidebar .sidebar-wrapper {
    padding-right: 19px;
    border-right: 1px solid #cccccc;
}
.side-nav .active a {
    color: #000000;
}
.sidebar .sidebar-block {
    margin-bottom: 15px;
    clear: both;
    overflow: hidden;
}
.sidebar-news-widget ul, .side-nav ul {
    list-style: none;
    margin-left: 0;
}
.sidebar-news-widget ul li, .side-nav ul li {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 8px;

    overflow: hidden;
    padding-bottom: 8px;
}
.comments-widget p, .text-widget p, .tags-widget p {
    padding: 0;
    color: #898989;
}
.sidebar-news-widget ul li p, .sidebar-news-widget .date {
    padding: 0 0 0 69px;
}
.side-nav ul li a {
    background: url("../Images/breadcrumb_icon.png") no-repeat scroll 0 8px transparent;
    padding-left: 9px;
    display: block;
    font-size: 13px;
	
}
.side-nav ul li a:hover {
    text-decoration: none;
    color: #333333;
}
.tags-widget p {
    margin-bottom: 5px;
}
.sidebar-news-widget ul .photo {
    float: left;
    margin-right: 10px;
}
.sidebar {
    padding-top: 29px;
    padding-right: 0;
    box-sizing: content-box;
}
#sideBar a
{
color:#000000 !important;
}
#sideBar a:hover
{
color:#5caf91 !important;
}

#
.sidebar h2 {
    border-bottom: 3px solid #cccccc;
    padding-bottom: 6px;
    margin-bottom: 12px;
}
.date i {
    padding-right: 3px;
}
.comments-widget ul {
    list-style: none;
    margin-left: 0;
}
.comments-widget ul li {
    margin-bottom: 10px;
}
#right-sidebar .sidebar-wrapper {
    padding-left: 19px;
    border-left: 1px solid #cccccc;
}
.tags-widget ul {
    list-style: none;
    margin-left: 0;
}
.tags-widget ul li {
    float: left;
    margin-right: 18px;
}
.gallery-widget ul {
    list-style: none;
    margin-left: -10px;
}
.gallery-widget ul li {
    margin-left: 10px;
    float: left;
    margin-bottom: 10px;
}
/*Sidebars End*/
.offwhite{font-weight:bold; line-height: 25px; font-size:18px;}

.newP{}
.newP a{ color:#CCCCCC}
a.bGoogleMaps	{background-image:url(../Images/btnGoogleMaps.png); width:63px; height:80px; background-repeat:no-repeat;float: right; padding-right:100px; }
.testimonialTxt{

font-family: Arial, sans-serif;
/*color: #333333;*/
margin: 0;
line-height: 18px;
padding: 0 0 20px;
}

.sevSteps{
width:100%; height:66px; margin:0 auto; padding:0;
background:url(../Images/HT-sevensteps.png) no-repeat;
text-align:center;
cursor:pointer;

line-height:55px;



}
.sevSteps:hover{
background:url(../Images/HT-sevensteps-hov.png) no-repeat;
text-align:center;
cursor:pointer;
line-height:55px;

}


.homelinkt{
color:blue !important;
text-decoration:none !important;
font:Arial, Helvetica, sans-serif !important;
font-size:14px !important;
font-weight:bold !important;
display:block;
height:50px;
}
p.linkBlock					{xborder-top:solid #bbb 1px;padding:4px;}
a.linkBlock					{color:#111;}

a.linkBlock .a				{color:#008A7A;xdisplay:block;}
a.linkBlock:hover		{color:#111;text-decoration:none;}
a.linkBlock:hover .a		{text-decoration:underline;}
a.linkBox					{background:#222;border:solid #444 1px;padding:11px 12px !important;display:block;float:left;color:#fff !important;}
a.linkBox:hover			{text-decoration:none !important;border:solid #008A7A 1px;}
#TxtSlide{
		   position:relative;
		   width:100%;
		   height:55px;
                   margin:0 auto;
		   }
		   .slidesd{
		   position:absolute;
		   display:none;
		    width:100%;
		   height:55px;
		   top:0px;
		   left:0px;
		   color:#0000FF;
		   }
		   #image1{display:block}
		   #nws .date{
		   color:#999999;
		   font-size:14px;
		   }
		   #incomeCalC{}
		#incomeCalC i{
    color:#FF9900;
    font-size: 24px;
    margin-bottom: 15px;
    width:50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #0FAF97;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.ApplyBtn
{


width:295px;
height:63px;
margin-top:10px;
margin-left: 10px;
position:relative;

}

.insideGBoxF{
height:25px; width:293px; background-color:#009999;float:right; margin-left:20px; text-align:center}

.insideGBoxLinkF {

	margin: 0;
	padding: 0;
	list-style:none;
	
}
.insideGBoxLinkF li {
display: block;
	color: #000000;
	width: 290px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	height:25px;
	margin-left:20px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}
insideGBoxLinkF li a
{
display: block;
	color: #000000;
	width: 290px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	height:25px;
	margin-left:20px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;

}

.insideGBoxLinkF li p {
	font-weight: normal;
	background:url(../Images/hover1.png) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px !important;
	
	width: 180px;
	height: 45px;
	position: relative;
	top: -95px;
	left: 75px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	display: none;
}

.insideGBox{
height:25px; width:242px; background-color:#009999;float:right; margin-left:20px; text-align:center}

.insideGBoxLink {

	margin: 0;
	padding: 0;
	list-style:none;
	
}
.insideGBoxLink li {
display: block;
	color: #000000;
	width: 242px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	height:25px;
	margin-left:20px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}
insideGBoxLink li a
{
display: block;
	color: #000000;
	width: 242px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	height:25px;
	margin-left:20px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;

}
.insideGBoxNoLink  {
	
display: block;
	color: #000000;
	width: 150px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	height:25px;
	line-height:33px;	
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}
.insideGBoxLink li p {
	font-weight: normal;
	background:url(../Images/hover1.png) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px !important;
	
	width: 180px;
	height: 45px;
	position: relative;
	top: -95px;
	left: 55px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	display: none;
}



.insideRBox{
height:25px; width:10%; background-color:#BD0000;float:right; margin-left:10px; text-align:center}
.insidePlBox{
 width:14.2% !important; float:left;  text-align:center; max-width:155px; display:block!important}
.insidePlBoxB {height: 25px;width: 12% !important;float: left;text-align: center;max-width: 155px;display: block!important;
}
.insidePlBox a{
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight:bold; color::#0FAF97;}

.insidePlBoxB a{
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight:bold; color::#0FAF97;}

.insideBegin{width:16%;font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight:bold; color:#3F3F3F;height: 25px; float: left;
text-align: center;

display: block!important;}



.nolinkclass  {
height:25px; width:110px !important; float:right; margin-left:12px; text-align:center; max-width:112px; display:block!important;	
cursor:default; color:#000000 !important; text-decoration:none !important;}


.insideBoxLink {

	margin: 0;
	padding: 0;
	width:100%;
	
	
}


.nolinkclass  {
	
cursor:default; 
color:#000000 !important; text-decoration:none !important;
}
.insideBoxNoLink  {
	
display: block;
	color: #000000;
	width: 24% !important;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	height:25px;
	margin-left:10px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}


.insideBoxLink p {
	font-weight: normal;
	background:url(../Images/hover1.png) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px !important;
	
	width: 200px;
	height: 64px;
	position: relative;
	top: -75px;
	left: -10px;
	text-align: center;
	padding: 10px 12px 10px;
	font-style: normal;
	display: none;
}
.AcuGreen {
color: #00AD9B;
}


.beloIconTxtDul {
color: #CCCCCC;
font-weight: bold;
font-size: 11px;
font-family: "Segoe UI", Arial, Helvetica, sans-serif;
line-height:13px;
}
.beloIconTxt {
color: #FFFFFF;
font-weight: bold;
font-size: 11px;
font-family: "Segoe UI", Arial, Helvetica, sans-serif;
line-height:13px;
}

.Text18 {
FONT-WEIGHT: normal;
FONT-SIZE: 18px;
BORDER-LEFT-COLOR: black;
BORDER-BOTTOM-COLOR: black;
BORDER-TOP-STYLE: none;
BORDER-TOP-COLOR: #cc3333;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
BORDER-RIGHT-STYLE: none;
BORDER-LEFT-STYLE: none;
BORDER-RIGHT-COLOR: black;
BORDER-BOTTOM-STYLE: none;
}

.StyleGreen {
color: #0FAF97;
}


.newImp{
width:24% !important;
} 
.newImp1{
width: 32% !important;
}  

.stick-wrapper .stick {
margin-left: -4px;
}
.attention-stick {
background: transparent url("../Images/success_stick_bg.png") top left no-repeat;
}
.stick {
height: 190px;
padding: 30px 50px 30px 30px;
text-align: center;
width: 188px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.Gateve{font-size:12px; font-weight:bold;}

/** 35. Testimonials
 **************************************************************** **/
.testimonial {
	margin-bottom:20px;
}

/* carousel style */
.testimonial.white p,
.testimonial.white cite {
	background-color:#fff;
}
.testimonial cite {
	background:#ddd;
	display:inline-block;
	padding:0 10px 6px 10px;

	-webkit-border-bottom-right-radius: 6px;
	 -webkit-border-bottom-left-radius: 6px;
	    -moz-border-radius-bottomright: 6px;
		 -moz-border-radius-bottomleft: 6px;
			border-bottom-right-radius: 6px;
			 border-bottom-left-radius: 6px;
}
.testimonial p {
	color:#000;
	background:#ddd;
	padding:20px;
	font-size:14px;
	margin-bottom:0;
	font-style:italic;

	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}

.cover .testimonial p,
.cover .testimonial cite {
	background:none !important;
	color:#fff;
	font-size:24px;
}

/* single style */
.testimonial.classic p {
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;

	-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-bottomleft: 0;
			border-bottom-left-radius: 0;
}

.testimonial.male p,
.testimonial.female p {
	padding-left:52px;
	background-image:url('http://acusisindia.com/images/female.png');
	background-repeat:no-repeat;
	background-position:16px 25px;
}
.testimonial.male p {
	background-image:url('http://acusisindia.com/images/male.png');
}
/* testimonials */
.testimonial.color1 p,
.testimonial.color1 cite {
	color:#fff;
	background-color:#2E363F;
}
.testimonial.color2 p,
.testimonial.color2 cite {
	color:#fff;
	background-color:#A0CE4D;
}
.main_bg {
background-image: url(../Images/acuvista_bg.png);
background-repeat: repeat-y;
background-color: #FFFFFF;
}
.martop{
padding-top:18px;
}
.testCont{height: 265px;}
.testPic{width: 70px; float: right; margin: 1px; text-align: center;}
.img-test{border:1px solid #009999; width:80px; height:80px;}
.padTop{padding-top: 10px;}
.tstCite{font-weight: bold; font-size: 13px; padding-top: 2px; text-align: left; width: 163px;}

.martopele{
padding-top:11px;
}
.nine{font-size:9px;}
.lft
{text-align:left;}
.martopmin{
padding-top:-2px;
}
.table>tbody>tr>td, .table>tfoot>tr>td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 0px;
}
.lipad{
padding-bottom:20px;
height:55px;
}
.lipadmore{
padding-bottom:25px;
text-decoration:none;
list-style:none;


}
.fontFif
{font-size:15px; }
.fontThir
{font-size:30px;color:#FF9900;}
/* Date Block*/
.soft-updates .date-img {
float: left;
margin-right: 10px;
width: 62px;
height: 70px;
background: #2773ae;
position: relative;
}
.blb-img
{float: left;
margin-right: 10px;
background-image:url(../Images/bulb.png);
width: 62px;
height: 70px;

position: relative;
}
Inherited from li
.features-block ul li {
    color: #999999;
    font-size: 14px;
	;
}
.mini-blocks ul {
    list-style: none;
    margin-left: 0;
}
soft-updates li {
list-style:none !important
}
.features-block .soft-updates li {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: hidden;
	
}
.features-block ul li {
    color: #999999;
    font-size: 14px;
    margin-bottom: 7px;
}
.soft-updates .date-img {
    float: left;
    margin-right: 25px;
    width: 62px;
    height: 70px;
    background: #2773ae;
    position:relative;
}
.soft-updates .date-img:before {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: url("../Images/date_img_mask.png") 0 0 no-repeat;
    content:'';
}
.soft-updates .date-img * {
    position:relative;
    z-index:1;
}
.soft-updates .date-img .top-date {
    color: #EFF7AD;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    line-height: 2.1;
}
.soft-updates .date-img .bottom-date {
    color: #FFFFFF;
    font-size: 26px;
    font-weight: bold;
    height: 36px;
    line-height: 1.19;
}
.soft-updates .date-img span {
    display: block;
    text-align: center;
}
.soft-updates p {
    color: #333333;   
    line-height: 1.333;
    padding-bottom: 0;
    padding-right: 0;
	
}
.FloatRht
{
float:right;
}
.blockquotes {
background-color:#FBFBFB;
background-position-y: 3px;
border-color: #F5F5F5 #ECECEC #DFDFDF;
border-radius: 5px 5px 5px 5px;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 3px #CCCCCC;
overflow: hidden;
margin: 0 0 10px;
padding: 15px 5px 0px;
font-weight:bold;
font-style:italic;
font-size:10px !important;
}
blockquote {
background-color:#FBFBFB;
background-position-y: 35px;
border-color: #F5F5F5 #ECECEC #DFDFDF;
border-radius: 5px 5px 5px 5px;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 3px #CCCCCC;
overflow: hidden;
margin: 0 0 20px;
padding: 15px 20px 12px;
}
.blockp {
color: #898989;
font-family: 'Open Sans',Arial,sans-serif;
font-size: 13px;
font-style: italic;
line-height: 21px;
margin: 0 0 5px;
padding: 0;
position: relative;
z-index: 2;
}


.benefitStyle {
font-size: 13px;
border-left-color: black;
border-bottom-color: black;
border-top-style: none;
border-top-color: #663300;
border-right-style: none;
border-left-style: none;
border-right-color: black;
border-bottom-style: none;
color: #0FAF97;
text-align: left;
height: 60px; padding:10px 0px 0px 15px;
}	
.iconTick
{
border-radius: 50%; width: 50px; height: 50px; border: 1px solid #009933;
                    text-align: center; line-height: 50px; float: left; background-color:#FFFFEA !important; margin-right:10px; margin-left:-10px;}
					.yPos {
background-position-y: 1px !important;
}
.hotsptstyle{font-size:14px; padding-top:3px; color:#0faf97; font-weight:normal;}
.grey_font{font-family: Arial, sans-serif;color:#CCCCCC; font-size:12px; font-weight:bold;}
.white_font{font-family: Arial, sans-serif;color:#ffffff; font-size:12px; font-weight:bold;}

td{height:36px !important;}


.insidePlBoxBB{
height: 25px;
font-size: 18px;
font-weight: bold;
}

.beginjj{

color: #000000;
text-decoration: none;
font-weight: bold;
text-align: center;
line-height: 15px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
}
.officeStyle {color: #FF9900; font-size:24px; font-variant:small-caps;}
.ApplyStyle {color: #FF9900; font-size:18px; font-variant:small-caps;}
.forcontact{width: 310px; font-weight:bold;}
.dateNew{color:#FF0000; float:left;}
.forBnrH3{color:#FFFFFF; font-style:italic;}

.news{
font-size: 85%;}
.imgcls{height: 43px; width: 33px; float: left;
}
.icoUl{
list-style-type: none; width:100%; margin:0px; padding:0px;}

/* Date Block ends*/


/* newly Added Ends*/

/***********************************************************************************
*************************   Responsive css start here    ***************************
***********************************************************************************/
@media only screen and (max-width: 800px) {
	#unseen table td:nth-child(2), 
	#unseen table th:nth-child(2) {display: none;}
}
 
@media only screen and (max-width: 640px) {
	#unseen table td:nth-child(4),
	#unseen table th:nth-child(4),
	#unseen table td:nth-child(7),
	#unseen table th:nth-child(7),
	#unseen table td:nth-child(8),
	#unseen table th:nth-child(8){display: none;}
}
	


.phone-tag{
	width: 35px;
	display: inline-block;
}

.no-padding{
	padding: 0 !important;
}

.lmargin-35{
	margin-left: 35px;
}

.no-margin-top{
	margin-top:0;
}

.heading-group{
	margin-bottom: 0px;
}