@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,200,100,500,600,700,800,900);
@import url('font-awesome.css');
@import url('overwrite.css');
@import url('animate.css');
body {
	font-family: Helvetica, Arial, sans-serif;
	color:#777;
	background: #ffffff;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 300;
	text-shadow: none;	
}
h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	margin: 0 0 20px 0;	
}
h1 { font-size: 40px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 20px; }
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
.row {
	z-index: 9999;
}
.blink:hover {
	opacity: 0.9;
}
.content,.container {
	overflow: hidden;
}
/* --- align --- */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
	padding-top: 0;
}
.align-center i:hover {
	cursor: pointer;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	-ms-transition: all 0.7s;
	transition: all 0.7s; 
}
/* ---- padding ---- */
.pad-top20 {
	padding-top: 20px;
}
/* mangin bottom */
.mar-bot10 {
	margin-bottom: 10px;
}
/*service Misc Section Style*/
.service-col .service-p-text-style{
	text-align:justify!important;
	margin-left: 0; 
	margin-right: 0;
	color: #4d4d4d;
	font-size: 18px;
	font-weight: 300;	
	font-family: Helvetica, sans-serif;
}
i.service-icon {
	border: 1px solid #000;
	border-radius: 50%;
	display: inline-block;
	font-size: 56px;
	color:#417630;
	width: 140px;
	height: 140px;
	line-height: 136px;
	vertical-align: middle; 
	text-align: center;
	margin-bottom: 25px;
  
}
i.service-icon:hover {
    border: 1px solid #417630;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 56px;
	background-color:#417630;  
	line-height: 136px;
	vertical-align: middle; 
	text-align: center;
	cursor: pointer;
}
.service-col {
	padding: 40px 20px;
	margin: 0 10px;
	background-color: none;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	margin-bottom: 40px;
}
.service-col .service-icon {
	height: 140px;
	width: 140px;
	margin: 0 auto;
	border: 3px solid #417630;
	-webkit-box-shadow: inset 0 0 0 0 #fff;
	-moz-box-shadow: inset 0 0 0 0 #fff;
	box-shadow: inset 0 0 0 0 #fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}
.service-col .service-icon i {
	font-size: 4.5em;
	line-height: 140px;
	margin: 0 auto;
	color: #417630;
	-webkit-animation: serviceicon 0.6s ease-in-out;
	-moz-animation: serviceicon 0.6s ease-in-out;
	animation: serviceicon 0.6s ease-in-out;
}
.service-col h3 {
	font-weight: 600;
	margin: 1em 0 0.75em;
}
.service-col h3 a {
	color: #417630;
}
.service-col p {
	font-size: 0.875em;
	font-weight: 200;
	margin-bottom: 0;
}
.service-col:hover {
	background-color: rgba(65, 118, 48, 0.25);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.service-col:hover .service-icon {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-webkit-box-shadow: inset 0 0 0 100px #fff;
	-moz-box-shadow: inset 0 0 0 100px #fff;
	box-shadow: inset 0 0 0 100px #fff;
}
.service-col:hover .service-icon i {
	color: #417630;
	-webkit-animation: serviceiconhover 0.5s ease-in-out;
	-moz-animation: serviceiconhover 0.5s ease-in-out;
	animation: serviceiconhover 0.5s ease-in-out;
}
/* --- Sections ---- */
.section {
	margin:0;
	padding: 40px 0 20px 0;	
}
/* --- section heading --- */
.section-header {
	text-align: center;
	padding-top: 10px;
}
#features-sale-order-processing{
	padding-top:70px;
}
#misc1{
	padding-top:50px;
}
#invoice-printing{
	padding-top:0;	
}
#calculation-of-discounts{
	padding-top:70px;
}
#handles-all-sales-taxes{
	padding-top:70px;
}
#wide-inventory-options{
	padding-top:70px;
}
#customer-management{
	padding-top:70px;	
}
#grow-with-targeted-marketing{
	padding-top:70px;
}
#globe-is-the-limit{
	padding-top:70px;
}
#capabilities{
	padding-top:70px;
}
#employee-management{
	padding-top:70px;
}
#coupon-sticker-label-printing{
	padding-top:70px;	
}
#robust-book-keeping{
	padding-top:70px;	
}
#downloads{
	padding-top:70px;	
}
#br-contact{	
	padding-top:70px;
}
.p-text-style{
	text-align:justify!important;
	margin-left:15px; 
	margin-right: 15px;
	color: #4d4d4d;
	font-size: 18px;
	font-weight: 300;	
	font-family: helvetica;
}
/*Features for Quick Sale Order Processing*/
.highlights-heading-color{
	color: #6495ED;		
}
.highlights-heading-line {
	margin:0 auto;
	max-width: 15em;
	padding:0 0;
	border-bottom: 2px solid #6495ED;
}	
.highlights-border{
	border: 2px solid #6495ED;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;	
	padding: 20px 10px 5px 25px;
	margin-bottom:20px;	
}
.highlights ul {
	margin-left:10%;	
	text-align: left;  
	padding-top: 0;
	background: none; 
	list-style-image: url('../img/camera.png');		
}
.highlights ul li{
	font-size: 18px;
	line-height: 23px;  
	padding-bottom: 10px;  
	margin-bottom: 5px;	  
	color: #4d4d4d;
	font-family: Helvetica, sans-serif;
}
.left-right-mrg{
	margin-left:0;
	margin-right:0;
}
.sale-order{
	margin-bottom: 10px;	
}
.billing-software-subheading{
	font-size: 23px;
	font-weight:400;
	padding-top: 20px;	
	color: #1cbda2;
	text-align: center;
	margin: 0 10px 0 10px;	
}
.features-sale-order .sale-order-line-wrap.features-sale-order-padding1 ul{
	border: 2px solid #2a88c8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  
	text-align: left;  
	padding: 30px 5px 0 30px;
	background: none; 
	list-style-image:url('../img/camera.png');  
}
.features-sale-order .sale-order-line-wrap.features-sale-order-padding2 ul{
	border: 2px solid #1cbda2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  
	text-align: left;  
	padding: 30px 5px 27px 30px;
	background: none; 
	list-style-image:url('../img/camera.png');  
}
.features-sale-order .sale-order-line-wrap.features-sale-order-padding3 ul{
	border: 2px solid #2a88c8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  
	text-align: left;  
	padding: 30px 5px 16px 30px;
	background: none; 
	list-style-image:url('../img/camera.png');  
}
.features-sale-order  .sale-order-line-wrap ul {
	border: 2px solid #1cbda2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  
	text-align: left;  
	padding: 30px 0 0 30px;
	background: none; 
	list-style-image:url('../img/camera.png');  
}
.features-sale-order .sale-order-line-wrap ul li {   
	font-size: 18px;
	line-height: 23px;
	padding-bottom: 10px;  
	margin-bottom: 5px;	  	
	color: #4d4d4d;  
}
.features-sale-order .sale-order-line-wrap2 ul li {   
	padding-bottom: 11px;  
}	
.features-sale-order .sale-order-line-wrap ul li.line-head-row {	
	font-size: 22px;
	line-height: 100%;
	font-weight: 600;  
	padding-bottom: 10px;  
	margin-bottom: 20px;
	list-style: none;
	text-align: center;
	color: #2a88c8;
	font-family: 'Montserrat', sans-serif;  
	margin-left: -8%;
}
.features-sale-order .sale-order-line-wrap ul li.line-price-row {	
	font-size: 22px;
	line-height: 100%;
	font-weight: 600;  
	padding-bottom: 10px;  
	margin-bottom: 20px;
	list-style: none;
	text-align: center;
	color: #1cbda2;  
	font-family: 'Montserrat', sans-serif;
	margin-left: -8%; 
}
.sale-order-heading-color{
	color: #1cbda2;		
}
.sale-order-heading-line {
	margin:0 auto;
	max-width: 15em;
	padding:0 0;
	border-bottom: 2px solid #1cbda2;
}	
.sale-processing-col .sale-processing-icon {
	height: 100px;
	width: 100px;
	margin: 0 auto;
	margin-left: 30%;
	border: 2px solid #2a88c8;	
}
.sale-processing-col .sale-processing-icon i {
	font-size: 4.5em;
	line-height: 100px;
	margin: 0 auto;
	color: #2a88c8;	
} 
i.sale-processing-icon2 {	
	border-radius: 50%;
	display: inline-block;	
	color:#1cbda2;	
	vertical-align: middle;		
}
.sale-processing-col .sale-processing-icon2 {
	height: 100px;
	width: 100px;
	margin: 0 auto;
	margin-left: 30%;
	border: 2px solid #1cbda2;	
}
.sale-processing-col .sale-processing-icon2 i {
	font-size: 4.5em;
	line-height: 100px;
	margin: 0 auto;
	color: #1cbda2;	
}		
.video-left-mrg{
    margin-left:30px;
}
/*    Invoice Printing   */
.invoice-printing-heading-color{
	color: #e85342;		
}
.invoice-printing-heading-line {
	margin:0 auto;
	max-width: 15em;
	padding: 0;
	border-bottom: 2px solid #e85342;	
}	
.invoice-printing-border{
	border: 2px solid #e85342;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  	
	padding: 0 5px 0 5px;	
}
.invoice-printing-slider{
	margin-top:13px;
}
.invoice-printing{
	padding-top:10px;	
	margin: 0;	
	background-color:#ededed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-left: 0;	
}
.invoice-printing ul {	
	text-align: left;	
	margin-left: -20px;	
	list-style-image: url(../img/list-bullet.png);		
}
.invoice-printing ul li{
	font-size: 18px;
	line-height: 23px;  
	padding-bottom: 7px;  
	margin-bottom: 0;	  
	color: #4d4d4d;	
	font-family: Helvetica, sans-serif;
	margin-left: -5px;	
}	
/*   Calculation of Discounts   */	
.calculation-of-discounts .calculation-of-discounts-p-style{			
	font-size: 18px;
	line-height: 25px;  
	padding-bottom: 10px;  
	margin-bottom: 5px;	  
	color: #686868;	
	font-family: Helvetica, sans-serif;
	margin-left: -10px;
	margin-right: 10px;
	text-align:justify;
	font-weight: 300;	
}	
.calculation-of-discounts .calculation-of-discounts-p-style2{			
	font-size: 18px;
	line-height: 25px;  
	padding-bottom: 10px;  
	margin-bottom: 5px;	  
	color: #686868;	
	font-family: Helvetica, sans-serif;
	margin-left: -10px;
	margin-right: 10px;
	text-align:justify;
	font-weight: 300;
}
.calculation-of-discounts-heading-color{
	color: #1cbda2;		
}
.calculation-of-discounts-heading-line {
	margin:0 auto;
	max-width: 15em;
	padding: 0;
	border-bottom: 2px solid #1cbda2;	
}		
.calculation-of-discounts-subheading{
	font-size: 20px;	
	padding-top: 20px;	
	color: #1cbda2;
	text-align: center;
	margin: 0 10px 0 10px;	
}
.calculation-of-discounts li.heading{
	font-size: 22px;
	color: #1cbda2;			
	font-weight:500;
	list-style: none;	
    line-height: 30px;
	margin-left: 5%;
}
.calculation-of-discounts li.heading2{
	font-size: 22px;
	color: #1cbda2;			
	font-weight:500;
	list-style: none;	
    line-height: 30px;
	margin-left: -1%;
}
.calculation-of-discounts .calculation-of-discounts-line-head {	
	max-width: 7em;
	padding:0 0.625em;
	border-bottom: 2px solid #1cbda2;
	list-style: none;
	margin-left: 36%;
	margin-top: -7px;
}
.calculation-of-discounts ul{	
	border: 2px solid #1cbda2;
	background-color: none; 	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  
	text-align: left;  
	padding: 30px 10px 10px 22px;	
	list-style-image:url('../img/camera.png');
	margin-bottom: 0;
}
ul.calculation-of-discounts-padding1{		
	padding-bottom: 0;		
}
ul.calculation-of-discounts-padding2{		
	padding-bottom: 16px;		
}

.calculation-of-discounts ul li{		
	font-size: 18px;
	line-height: 23px;  
	padding-bottom: 10px;  
	margin-bottom: 5px;	  
	color: #4d4d4d;	
	font-family: Helvetica, sans-serif;
	margin-left: 5px;	
}
.calculation-of-discounts-img {
	height: 301px;
	width: 400px;
	margin:0 auto;
	border: 2px solid #1cbda2;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;  	
}
/*   Handles all kind of Sales Taxes   */
.handles-all-sales-taxes-p-text-style{
	text-align:justify!important;
	margin-left: 15px; 
	margin-right: 0;
	color: #4d4d4d;
	font-size: 18px;
	font-weight: 300;	
	font-family: Helvetica, sans-serif;
}	
.handles-all-sales-taxes-color {
	color: #c19366;
	margin-bottom: 40px; 	
}
.handles-all-sales-taxes-line {
	margin:0 auto;
	max-width: 15em;
	padding: 0;
	border-bottom: 2px solid #c19366;
}	
.handles-all-sales-taxes-border{
	border: 2px solid #c19366;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  	
	padding: 20px 20px 10px 20px;	
}
.handles-all-sales-taxes-img{
	padding-top: 50px;
}
.handles-all-sales-taxes ul {	
	text-align: left;  
	padding-top: 10px;
	background: none; 
	list-style-image: url('../img/right-arrow.png');	
}
.handles-all-sales-taxes ul li{
	font-size: 18px;
	line-height: 23px;  
	padding-bottom: 10px;  
	margin-bottom: 3px;	  
	color: #4d4d4d;
	font-family: Helvetica, sans-serif;
	margin-right: -10px;
}
.handles-all-sales-taxes-p{
	font-size: 18px;
	line-height: 23px;  
	padding-bottom: 10px;  
	margin-bottom: 5px;	  
	color: #4d4d4d;
	font-family: Helvetica, sans-serif;
	margin-right: -10px;
}	
/*   Wide Inventory Options   */
.sale-order{
	margin-bottom: 10px;	
}
.wide-inventory-options-line-wrap.wide-inventory-options-padding2  ul{
	border: 2px solid #1CBDA2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  
	text-align: left;  
	padding: 30px 5px 0 0;
	background: none; 
	list-style-image:url('../img/camera.png');  
}
.wide-inventory-options-line-wrap.wide-inventory-options-padding3 ul{
	border: 2px solid #1CBDA2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  
	text-align: left;  
	padding: 30px 5px 2px 0;
	background: none; 	
	list-style-image:url('../img/camera.png');  
}
.wide-inventory-options-line-wrap ul li {   
	font-size: 18px;
	line-height: 23px;  
	padding-bottom: 5px;  
	margin-bottom: 5px;	
	margin-left: 30px;
	color: #4d4d4d;  
}
.wide-inventory-options-line-wrap ul li.line-head-row {	
	font-size: 20px;
	line-height: 100%;
	font-weight: 600;  
	padding-bottom: 0;  	
	list-style: none;
	text-align: center;
	margin: 0 auto;
	color: #2a88c8;
	font-family: 'Montserrat', sans-serif;  	
}
.wide-inventory-options-line-wrap ul li.line-price-row {	
	font-size: 20px;
	line-height: 100%;
	font-weight: 600;  
	padding-bottom: 0;  	
	list-style: none;
	text-align: center;
	margin: 0 auto;
	color: #2a88c8;  
	font-family: 'Montserrat', sans-serif;	
}
.wide-inventory-options-heading-color{
	color: #1cbda2;		
}
.wide-inventory-options-heading-line {
	margin:0 auto;
	max-width: 15em;
	padding:0 0;
	border-bottom: 2px solid #1cbda2;
}		
.wide-inventory-options-heading-line-price {	
	max-width: 7em;
	padding-top: 5px;
	border-bottom: 2px solid #2a88c8;
	list-style: none;
	text-align:center;
	margin: 0 auto!important; 		
}
.wide-inventory-options-heading-line-head {	
	max-width: 7em;
	padding-top: 5px;
	border-bottom: 2px solid #2a88c8;
	list-style: none;
	text-align:center;
	margin: 0 auto!important;
}
.wide-inventory-options-img {
	height: 251px;
	width: 300px;
	margin: 0;
	border: 2px solid #2A88C8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.wide-inventory-options-img2 {
	height: 251px;
	width: 300px;
	margin: 0 auto;
	border: 2px solid #2A88C8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.wide-inventory-options-img3 {
	height: 251px;
	width: 300px;
	margin: 0 auto;
	border: 2px solid #2A88C8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
/*   Grow with Targeted Marketing Style   */
.grow-with-targeted-marketing-p-text-style{
	text-align:justify!important;	
	margin-right: 0;
	margin-left: 0;
	color: #4d4d4d;
	font-size: 18px;
	font-weight: 300;	
	line-height: 25px;  
	padding-bottom: 10px;  
	margin-bottom: 5px;	  	
	font-family: Helvetica, sans-serif;	
}	
.grow-with-targeted-marketing-color{
	color: #c19366;		
}
.grow-with-targeted-marketing-line {
	margin:0 auto;
	max-width: 15em;
	padding:0 0;
	border-bottom: 2px solid #c19366;
}
.grow-with-targeted-marketing-border{
	border: 2px solid #c19366;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  	
	padding: 20px 15px 10px 20px;	
}
.grow-with-targeted-marketing-img{
	padding-top:40px;
}
.grow-with-targeted-marketing ul {	
	text-align: left;  
	padding-top: 0;
	background: none; 
	list-style-image: url('../img/right-arrow.png');	
}
.grow-with-targeted-marketing ul li{
	font-size: 18px;
	line-height: 23px;  
	padding-bottom: 10px;  
	margin-bottom: 5px;	  
	color: #4d4d4d;
	font-family: Helvetica, sans-serif;	
}	
/*   Customer Management Style   */
.customer-management-p-text-style{
	text-align:justify!important;	
	margin-right: 15px;
	margin-left: 15px;
	color: #4d4d4d;
	font-size: 18px;
	font-weight: 300;	
	line-height: 25px;  
	padding-bottom: 10px;  
	margin-bottom: 5px;	  	
	font-family: Helvetica, sans-serif;	
}	
.customer-management-color{
	color: #c19366;		
}
.customer-management-line {
	margin:0 auto;
	max-width: 15em;
	padding:0 0;
	border-bottom: 2px solid #c19366;
}
.customer-management-border{
	border: 2px solid #c19366;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  	
	padding: 20px 20px 10px 20px;	
}
.customer-management-img{
	margin-top: 5px;	
}
.customer-management ul {	
	text-align: left;  
	padding-top: 0;
	background: none; 
	list-style-image: url('../img/right-arrow.png');	
}
.customer-management ul li{
	font-size: 18px;
	line-height: 23px;  
	padding-bottom: 10px;  
	margin-bottom: 1px;	  
	color: #4d4d4d;
	font-family: Helvetica, sans-serif;
	margin-right: -5px;
}
/*   Globe is the limit Style   */
.sale-order{
	margin-bottom: 10px;	
}
.globe-is-the-limit-line-wrap.globe-is-the-limit-padding1 ul{
	border: 2px solid #2a88c8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  
	padding: 30px 5px 0 0;
	background: none; 
	list-style-image:url('../img/camera.png');  
}
.globe-is-the-limit-line-wrap.globe-is-the-limit-padding2 ul{
	border: 2px solid #1cbda2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  
	padding: 30px 0 3px 0;
	background: none; 
	list-style-image:url('../img/camera.png');  
}
.globe-is-the-limit-line-wrap.globe-is-the-limit-padding3 ul{
	border: 2px solid #2a88c8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  
	padding: 30px 0 26px 0;
	background: none; 
	list-style-image:url('../img/camera.png');  
}
.globe-is-the-limit-line-wrap ul li {   
	font-size: 18px;
	line-height: 23px;  
	padding-bottom: 5px;  
	margin-bottom: 5px;	
	margin-left: 30px;
	color: #4d4d4d;  
	text-align: left; 
}
.globe-is-the-limit-line-wrap ul li.line-head-row {	
	font-size: 20px;
	line-height: 100%;
	font-weight: 600;  
	padding-bottom: 0;  	
	list-style: none;
	text-align:center;
	margin: 0 auto; 
	color: #2a88c8;
	font-family: 'Montserrat', sans-serif;  	
}
.globe-is-the-limit-line-wrap ul li.line-price-row {	
	font-size: 20px;
	line-height: 100%;
	font-weight: 600;  
	padding-bottom: 0;  	
	list-style: none;
	text-align:center;
	margin: 0 auto; 
	color: #1cbda2;  
	font-family: 'Montserrat', sans-serif;	
}
.globe-is-the-limit-heading-color{
	color: #1cbda2;		
}
.globe-is-the-limit-heading-line-price {	
	max-width: 7em;
	padding-top: 5px;
	border-bottom: 2px solid #1cbda2;
	list-style: none;
	text-align:center;
	margin: 0 auto!important; 				
}
.globe-is-the-limit-heading-line-head {	
	max-width: 7em;
	padding-top: 5px;
	border-bottom: 2px solid #2a88c8;
	list-style: none;
    text-align:center;
	margin: 0 auto!important; 	
}
.globe-is-the-limit-img1 {
	height: 251px;
	width: 300px;
	text-align:center;
	margin: 0 auto;
	border: 2px solid #1cbda2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.globe-is-the-limit-img2 {
	height: 251px;
	width: 300px;
	text-align:center;
	margin: 0 auto; 
	border: 2px solid #2a88c8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 3px; 
}
.globe-is-the-limit-img3 {
	height: 251px;
	width: 300px;
	text-align:center;
	margin: 0 auto; 
	border: 2px solid #1cbda2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

/*  capabilities Section Style   */
.capabilities-border{
	border: 2px solid #1fa75c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  	
	padding: 20px 20px 10px 20px;
}
.capabilities-heading-color{
	color: #1fa75c;	
}
.capabilities-heading-line {
	margin:0 auto;
	max-width: 15em;
	padding:0 0;	
	border-bottom: 2px solid #1fa75c;
}
.capabilities-img{
	width:90%;
	padding-top: 50px;
	padding-bottom: 20px;
}
.capabilities-p-text-style{
	text-align:justify;	
	margin-right: 15px;
	margin-left: 0;
	color: #4d4d4d;
	font-size: 18px;
	font-weight: 300;	
	line-height: 25px;  
	padding-bottom: 10px;  
	margin-bottom: 5px;
	margin-top: 40px;	
	font-family: Helvetica, sans-serif;	
}	
.capabilities-p-text-style2{
	text-align:justify;	
	margin-right: 15px;
	margin-left: 15px;
	color: #4d4d4d;
	font-size: 18px;
	font-weight: 300;	
	line-height: 20px;  
	padding-bottom: 10px;  
	margin-bottom: 5px;
	margin-top: 30px;	
	font-family: Helvetica, sans-serif;	
}	
.capabilities-subheading{
	font-size: 20px;	
	padding-top: 20px;	
	color: #1fa75c;
	text-align: center;	
	font-family: Helvetica, sans-serif;	
}
.capabilities-subheading2{
	font-size: 30px;	
	margin-top: 30px;	
	color: #1fa75c;
	padding-top:8px;
	line-height:40px;
	width: auto;
	text-align: center;	
	font-family: Helvetica, sans-serif;
	border:1px solid ;
}
.capabilities ul {	
	text-align: left;  
	padding-top: 0;
	background: none; 	
	list-style-image: url('../img/camera.png');	
	margin-left: 15%;
}
.capabilities ul li{
	font-size: 18px;
	line-height: 20px;  
	padding-bottom: 10px;  
	margin-bottom: 5px;	  
	color: #4d4d4d;
	font-family: Helvetica, sans-serif;
	margin-right: 0;
}
.capabilities-a-style{
	color: #1fa75c;
	text-decoration: underline;
}
.capabilities-a-style:hover{
	color: #116838;
}
.capabilities-a-style:focus{
	color: #1fa75c;
	text-decoration: underline;
}

/*   Employee Management Style   */
.employee-management-p-text-style{
	text-align:justify!important;	
	margin-right: 15px;
	margin-left: 15px;
	color: #4d4d4d;
	font-size: 18px;
	font-weight: 300;	
	line-height: 25px;  
	padding-bottom: 10px;  
	margin-bottom: 5px;	  	
	font-family: Helvetica, sans-serif;	
}	
.employee-management-img{
	padding-top: 0;
}
.employee-management-color{
	color: #c19366;		
}
.employee-management-line {
	margin:0 auto;
	max-width: 15em;
	padding:0 0;
	border-bottom: 2px solid #c19366;
}	
.employee-management-border{
	border: 2px solid #c19366;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  	
	padding: 10px 20px 10px 20px;	
}
.employee-management ul {	
	text-align: left;  
	padding-top: 20px;
	background: none; 
	list-style-image: url('../img/right-arrow.png');	
}
.employee-management ul li{
	font-size: 18px;
	line-height: 23px;  
	padding-bottom: 10px;  
	margin-bottom: 5px;	  
	color: #4d4d4d;
	font-family: Helvetica, sans-serif;
	margin-right: 0;
}	
/*   Coupon Sticker Label Printing   */
.coupon-sticker-label-printing-heading-color{
	color: #e85342;		
}
.coupon-sticker-label-printing-heading-line {
	margin:0 auto;
	max-width: 15em;
	padding: 0;
	border-bottom: 2px solid #e85342;	
}	
.coupon-sticker-label-printing-border{
	border: 2px solid #e85342;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  	
	padding: 0 5px 0 5px;	
}
.coupon-sticker-label-printing-slider{
	margin-top:0;
}
.coupon-sticker-label-printing{
	padding-top: 10px;	
	margin: 0;	
	background-color:#ededed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-left: 0;	
}
.coupon-sticker-label-printing ul {	
	text-align: left;	
	margin-left: -20px;	
	list-style-image: url(../img/list-bullet.png);		
}
.coupon-sticker-label-printing ul li{
	font-size: 18px;
	line-height: 23px;  
	padding-bottom: 10px;  
	margin-bottom: 1px;	  
	color: #4d4d4d;	
	font-family: Helvetica, sans-serif;
	margin-left: -5px;	
}	
/*   Robust Book Keeping Style   */
.robust-book-keeping-p-text-style{
	text-align:justify!important;	
	margin-right: 15px;
	margin-left: 15px;
	color: #4d4d4d;
	font-size: 18px;
	font-weight: 300;	
	line-height: 25px;  
	padding-bottom: 0;  
	margin-bottom: 0;	  	
	font-family: Helvetica, sans-serif;	
}	
.robust-book-keeping-color{
	color: #53ac0a;		
}
.robust-book-keeping-line {
	margin:0 auto;
	max-width: 15em;
	padding:0 0;
	border-bottom: 2px solid #53ac0a;
}	
.robust-book-keeping-border{
	border: 2px solid #53ac0a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  	
	padding: 20px 20px 10px 20px;	
}
.robust-book-keeping-img{
	margin-top:20px;
	height:560px;
}
.robust-book-keeping ul {	
	text-align: left;  
	padding-top: 20px;
	background: none; 
	list-style-image: url(../img/camera.png);	
}
.robust-book-keeping ul li{
	font-size: 18px;
	line-height: 23px;  
	padding-bottom: 10px;  
	margin-bottom: 5px;	  
	color: #4d4d4d;
	font-family: Helvetica, sans-serif;
	margin-right: 0;
}	

/*   Software License and Support Charges  */

#Offer{
	padding-top:110px;
}
.Offer-border{
    border: 2px solid #1cbda2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  	
	padding: 20px 20px 5px 20px;
}
.Offer-heading-color{
	color: #1cbda2;		
}
.Offer-heading-line {
	margin:0 auto;
	max-width: 15em;
	padding:10px 0;
	border-bottom: 2px solid #1cbda2;
}
.Offer-text-style-border{
	border: 2px solid #1cbda2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  	
	padding: 20px 13px 0 20px;
	width: 47%;
	margin-left:1.3%;
	margin-right:1.5%;
	margin-bottom:30px;
}
.Offer-text-style-border2{
	border: 2px solid #1cbda2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  	
	padding: 20px 20px 0 20px;
	width:47%;
	margin-left:1.5%;
	margin-right:1%;
	margin-bottom:30px;
}
.Offer-text-style-color p{
	font-size: 18px;
	color: #1cbda2;			
	font-weight:600;
	list-style: none;	
    line-height: 30px;
	margin:0 auto ;
	text-align:center;
	padding-top:0;
	font-family: helvetica;
}
.Offer-text-style-line {
	max-width: 7em;
	padding:5px 0.625em;
	list-style: none;
	margin:0 auto;
	border-bottom: 2px solid #1cbda2;
}	

.Offer-text-style{	
	padding: 10px 0 0 10px;	
	list-style:none;
	margin-bottom: 20px;
	list-style-image: url('../img/camera.png');	
}
.Offer-text-style li{
	font-size: 16px;
	text-align: left;  
	line-height: 20px;  
	padding-bottom: 10px; 
	margin-bottom: 5px;	  
	color: #4d4d4d;	
	font-family: Helvetica;
}

.Offer-text-style-border3{
	border: 2px solid #1cbda2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  	
	padding: 20px 0 20px 20px;
	width:auto;
	margin-left:2.8%;
	margin-right:52.8%;
	margin-bottom:30px;
}
.Offer-text-style-border4{
    border: 2px solid #1cbda2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  	
	padding: 20px 0 20px 20px;
	width:auto;
	margin:-29.6% 2.9% 30px 50.1%;
}
.Offer-text-style3{	
	padding: 10px 0 0 10px;	
	list-style:none;
	margin-bottom: 20px;
	list-style-image: url('../img/camera.png');	
}
.Offer-text-style3 li{
	font-size: 16px;
	text-align: left;  
	line-height: 20px;  
	padding-bottom: 10px; 
	padding-right: 10%;
	margin-bottom: 5px;	  
	color: #4d4d4d;	
	font-family: Helvetica;
}

/*   Payment Options  */	

#payment-options{
	padding-top:110px;
}
.payment-options-border{
    border: 2px solid #2a88c8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  	
	padding: 20px 20px 10px 20px;
}

.payment-options-heading-color{
	color: #2a88c8;		
}
.payment-options-heading-line {
	margin:0 auto;
	max-width: 15em;
	padding:10px 0;
	border-bottom: 2px solid #2a88c8;
}
.payment-options .payment-options-p-style2{			
	font-size: 15px;
	line-height: 17px;  
	padding-top: 10px;  
	padding-bottom: 5px;  
	color:#000;	
	font-family: Helvetica, sans-serif;
	margin:0 auto;
	text-align:center;
	font-weight: 300;	
}
.payment-options .payment-options-p-style3{			
	font-size: 15px;
	line-height: 25px;  
	padding-top: 10px;  
	padding-bottom: 10px;  
	color:#000;	
	font-family: Helvetica, sans-serif;
	margin:0 auto;
	text-align:center;
	font-weight: 300;	
}
.payment-options li.heading{
	font-size: 18px;
	color: #2a88c8;			
	font-weight:600;
	list-style: none;	
    line-height: 30px;
	margin:0 auto ;
}
.payment-options .payment-options-line-head {	
	max-width: 7em;
	padding:0 0.625em;
	border-bottom: 2px solid #2a88c8;
	list-style: none;
	margin:0 auto;
}
.payment-options ul{	
	border: 2px solid #2a88c8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  
	text-align: center;  
	padding: 20px 0 10px 0;	
	list-style:none;
	margin-bottom: 20px;
}
.payment-options-padding1{		
	margin-bottom: 20px;		
}
.payment-options-padding2{		
	margin-bottom: 20px;		
}
.payment-options ul li{		
	font-size: 18px;
	line-height: 23px;  
	padding-bottom: 10px;  
	margin-bottom: 5px;	  
	color: #4d4d4d;	
	font-family: Helvetica, sans-serif;
	margin-left: 5px;	
}
.payment-options-img {
	height: auto;
	width: 60%;
	margin:0 auto;
}
.payment-options-img2 {
	height: auto;
	width: 57%;
	margin:0 auto;
}
.payment-options-p-style{
    color:#4d4d4d;
    font-size:22px;
    font-weight:400;
}
.payment-options-paypal-style{
	width:60%;	
	text-align:center;
	padding-top:30px;
	padding-bottom:10px;
	margin:0 auto;
}
.payment-options-paypal-style2{
	width:60%;	
	text-align:center;
	padding-top:10px;
	padding-bottom:5px;
	margin:0 auto;
}

.payment-options-direct-transfer-mrg-style{
    margin-left:15px;
    margin-right:15px;
}
.payment-options-direct-transfer-style {	
	border: 2px solid #2a88c8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  
    list-style:none;
    margin:15px 0 15px 0;
}
.payment-options-direct-transfer-heading-style{		
	font-size: 18px;
	color: #2a88c8;			
	font-weight:600;
	list-style: none;	
    line-height: 30px;
	margin:0 auto ;
}
.payment-options-direct-transfer-heading-line-style {	
	max-width: 7em;
	padding:5px 0.625em;
	border-bottom: 2px solid #2a88c8;
	list-style: none;
	margin:0 auto;
}
.payment-options-p-style{			
	font-size: 15px;
	line-height: 25px;  
	padding-top: 10px;  
	padding-bottom: 10px;  
	color:#2a88c8;	
	font-family: Helvetica, sans-serif;
	margin:0 auto;
	text-align:center;
	font-weight: 300;	
}
.payment-options-p-style-ba{			
    text-align:justify;	
	margin-right: 15px;
	margin-left: 0;
	color: #4d4d4d;
	font-size: 18px;
	font-weight: 300;	
	line-height: 25px;  
	padding-bottom: 10px;  
	margin-bottom: 5px;
	margin-top: 10px;	
	font-family: Helvetica, sans-serif;	
}
.payment-options-p-margin-left{
    padding-left:200px;
}

/*   Downloads Styles   */
#downloads{
    padding-top:80px;
}
.downloads-border{
	border: 2px solid #025784;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  	
	padding: 0;		
}
.downloads-color h1{
	font-size: 40px;
	color:#025784;
}
.downloads-line{
	margin:0 auto;
	max-width: 15em;
	padding:0 0;
	border-bottom: 2px solid #025784;
}
.downloads-line2{
	margin:0 auto;
	max-width: 20em;
	padding:0 0;
	border-bottom: 2px solid #025784;
}
.downloads-line3{
	margin:0 auto;
	max-width: 22em;
	padding:0 0;
	border-bottom: 2px solid #025784;
}
.sub-heading-line-mrg{
    margin-top:-15px;
    margin-bottom:20px;
}
.sub-heading-color h3{	
    font-weight:500;
	color:#025784;
	margin-top:50px;
	text-align:center;
}
.downloads1-mrg{
     margin-top:20px;
     text-align: center;  
}
.downloads1 ul {
	padding-top: 5px;
	background: none; 
	list-style: none;		
}
.downloads1 ul li p{
    text-align: center;
	font-size: 22px;
	line-height: 24px;  
	padding-bottom: 10px;  
	margin-bottom: 2px;	  
	color: #025784;
	font-family: Cambria;
}
.downloads1 ul li a{
    text-align: center;
	font-size: 22px;
	line-height: 30px;  
	padding-bottom: 10px;  
	margin-bottom: 2px;	  
	color: #025784;
	font-family: Cambria;
}
.downloads1 ul li a:hover{
	color: #FF0000;
}
.downloads1 ul li a:active{
	color: #025784;
}
.downloads ul {	
	text-align: left;  
	padding-top: 5px;
	background: none; 
	list-style-image: url(../img/career-dot.png);		
}
.downloads ul li a{
	font-size: 18px;
	line-height: 30px;  
	padding-bottom: 10px;  
	margin-bottom: 5px;	  
	color: #025784;
	font-family: Cambria;
	margin-right: 0;
}
ul.emailer{	
	text-align: left;  
	padding-top: 5px;
	color: #4d4d4d;
	margin-left:-5%;
	background: none; 
	list-style-image:none;
	list-style:square;
}
.emailer li p{
	font-size: 18px;
	line-height: 25px;  
	margin-bottom: 0;	  
	color: #4d4d4d;
	font-family: Cambria;
	margin-right: 0;
}
.downloads ul li a:hover{
	text-decoration: underline;
	color: #2a88c8;
}
.downloads ul li a:focus{
	text-decoration: underline;
	color: #55A0D3;
}
/* Downloads Installer Blink Style */
.blink-bg{		
	padding: 0;
	display: inline-block;
	animation: blinking 41s infinite;
}
@keyframes blinking {
    0%{
      color: #FD9C72;
    }        
    50%{
      color: #FD773D;
    }        
    100%{
      color: #fff;
    }
}
.blink {
	animation: blinking 1s linear infinite;	
	color: #FD773D;
}
.br-red-style{
    text-align:center;
    font-style:italic;
    text-transform:uppercase;
    font-size:17px!important;
    color:#FD773D;
    font-weight:500;
    line-height:10px!important;
}
.d-btn-style{
    padding-top:10px;
    padding-bottom:20px;
}
.d-btn {
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 10px 23px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 18px;
    font-family: Cambria;
}
.d-btn:focus {
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 10px 23px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 18px;
    font-family: Cambria;
}
.d-btn:hover {
    background-color: RoyalBlue;
}
.d-btn2 {
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 10px 50px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 18px;
    font-family: Cambria;
}
.d-btn2:focus {
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 10px 50px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 18px;
    font-family: Cambria;
}
.d-btn2:hover {
    background-color: RoyalBlue;
}
.system-requirements ul {	
	text-align: left;  
	padding-top: 15px;
	background: none; 
	list-style-image: url(../img/career-dot.png);	
}
.system-requirements ul li{
	font-size: 22px;
	line-height: 20px;  
	padding-bottom: 10px;  
	margin-bottom: 5px;	  
	color: #4d4d4d;
	font-family: Cambria;
	margin-right: 0;
}
.system-requirements-img{
	margin-top:-60px;
	margin-left:100px;
	text-align:center;
	width:50%;
}
.system-requirements{
	margin-top:0;
}
h3 .system-requirements{
	margin-top:20px;
}
.system-requirements{
	font-weight:500;
	margin: 0.70em 0 0.75em;
}
.system-requirements h3 a{
	color: #025784;
}
    /* The Modal 12 Download Section Part */
.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content2 {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 60%;
}
.modal-content2 h6 {
    font-size:18px;
    text-align:center;
    color:#000;
    font-weight:bold;
    margin-top:10px;
}
.modal-content2 .p{
    text-align:justify;	
	color: #4d4d4d;
	font-size: 14px;
	font-weight: 300;	
	line-height: 15px;  
	padding-bottom: 10px;  
	margin-top: 25px;	
	font-family: Helvetica, sans-serif;
}
.modal-content2 .p1{
    text-align:justify;	
	color: #025784;
	font-size: 20px;
	font-weight: 300;	
	line-height: 15px;  
	padding-bottom: 10px;  
	margin-top: 10px;	
	font-family: Helvetica, sans-serif;
}
.modal-content2 ol{
	margin-top: 10px;	
	margin-left:0;
	text-decoration:none;
	list-style-image:none;
}
.modal-content2 ol li{
    text-align:justify;	
	color: #025784;
	font-size: 18px;
	font-weight: 300;	
	line-height: 15px;  
	padding-bottom: 10px;  
	margin-top: 10px;	
	font-family: Helvetica, sans-serif;
}
.close-btn2 {
    color: #aaaaaa;
    float: right;
    margin-top:-5px;
    margin-right:0;
    font-size: 40px;
    font-weight: bold;
}
.close-btn2:hover,
.close-btn2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.video-align{
    margin-left:-20px;
}
.demo-video{
    width:350px;
    height:220px;
}
/*   Support Section Style   */
#support{
	padding-top:70px;	
}
.installation-border{
	border: 2px solid #1fa75c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  	
	padding: 20px 20px 10px 20px;
}
.installation-heading-color{
	color: #1fa75c;	
}
.installation-heading-line {
	margin:0 auto;
	max-width: 15em;
	padding:0 0;	
	border-bottom: 2px solid #1fa75c;
}
.installation-img{
	width:90%;
	padding-top: 50px;
	padding-bottom: 20px;
}
.installation-p-text-style{
	text-align:justify;	
	margin-right: 15px;
	margin-left: 0;
	color: #4d4d4d;
	font-size: 18px;
	font-weight: 300;	
	line-height: 25px;  
	padding-bottom: 10px;  
	margin-bottom: 5px;
	margin-top: 40px;	
	font-family: Helvetica, sans-serif;	
}	
.installation-p-text-style2{
	text-align:justify;	
	margin-right: 15px;
	margin-left: 15px;
	color: #4d4d4d;
	font-size: 18px;
	font-weight: 300;	
	line-height: 20px;  
	padding-bottom: 10px;  
	margin-bottom: 5px;
	margin-top: 30px;	
	font-family: Helvetica, sans-serif;	
}	
.installation-subheading{
	font-size: 20px;	
	padding-top: 20px;	
	color: #1fa75c;
	text-align: center;	
	font-family: Helvetica, sans-serif;	
}
.installation-subheading2{
	font-size: 30px;	
	margin-top: 30px;	
	color: #1fa75c;
	padding-top:8px;
	line-height:40px;
	width: auto;
	text-align: center;	
	font-family: Helvetica, sans-serif;
	border:1px solid ;
}
.installation ul {	
	text-align: left;  
	padding-top: 0;
	background: none; 	
	list-style-image: url('../img/camera.png');	
	margin-left: 15%;
}
.installation ul li{
	font-size: 18px;
	line-height: 20px;  
	padding-bottom: 10px;  
	margin-bottom: 5px;	  
	color: #4d4d4d;
	font-family: Helvetica, sans-serif;
	margin-right: 0;
}
.installation-a-style{
	color: #1fa75c;
	text-decoration: underline;
}
.installation-a-style:hover{
	color: #116838;
}
.installation-a-style:focus{
	color: #1fa75c;
	text-decoration: underline;
}

/*   Customization Style   */
#customization{
	padding-top:70px;	
}
.customization-border{
	border: 2px solid #283593;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  	
	padding: 20px 20px 10px 20px;
}
.customization-heading-color{
	color: #283593;	
}
.customization-heading-line {
	margin:0 auto;
	max-width: 15em;
	padding:0 0;	
	border-bottom: 2px solid #283593;
}
.customization-img{
	width:90%;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-left: 20px;
}
.customization-p-text-style{
	text-align:justify;	
	margin-right: 15px;
	margin-left: 0;
	color: #4d4d4d;
	font-size: 18px;
	font-weight: 300;	
	line-height: 25px;  
	padding-bottom: 10px;  
	margin-bottom: 5px;
	margin-top: 10px;	
	font-family: Helvetica, sans-serif;	
}	
.customization-p-text-style2{
	text-align:justify;	
	margin-right: 15px;
	margin-left: 15px;
	color: #4d4d4d;
	font-size: 18px;
	font-weight: 300;	
	line-height: 20px;  
	padding-bottom: 10px;  
	margin-bottom: 5px;
	margin-top: 30px;	
	font-family: Helvetica, sans-serif;	
}	
.customization-subheading{
	font-size: 20px;	
	padding-top: 20px;	
	color: #283593;
	text-align: center;	
	font-family: Helvetica, sans-serif;	
}
.customization ul {	
	text-align: left;  
	padding-top: 0;
	background: none; 	
	list-style-image: url('../img/career-dot.png');	
	margin-left: 15%;
}
.customization ul li{
	font-size: 18px;
	line-height: 20px;  
	padding-bottom: 10px;  
	margin-bottom: 5px;	  
	color: #4d4d4d;
	font-family: Helvetica, sans-serif;
	margin-right: 0;
}
.customization-a-style{
	color: #283593;
	text-decoration: underline;
}
.customization-a-style:hover{
	color: #131d6b;
}
.customization-a-style:focus{
	color: #283593;
	text-decoration: underline;
}
.contact-mrg{
    margin-bottom:-50px;
}
/*   Keywords Cluster Style   */
.keywords-cluster-p-style{
	text-align:justify;
	opacity: 0.5;
}
.keywords-cluster-border{
	border: 2px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  	
	padding: 5px;	
	margin-top: 20px;		
}	
.keywords-cluster-style1{
	text-align:justify;	
	font-size: 18px;
	font-weight: 300;
	line-height:25px;
	padding-bottom: 0;  
	margin-bottom: 0;	  
	color:#3B8F6D;
	background:#fff;
	font-family: sans-serif;
}
.keywords-cluster-style2{
	text-align:center;	
	font-size: 30px;
	font-weight: 500;	
	margin-bottom: 0;	  
	color:#F9C25D;
	font-family: sans-serif;
}
.keywords-cluster-style3{
	text-align:center;	
	font-size: 30px;
	font-weight: 500;	
	margin-bottom: 0;	  
	color:#F26085;
	font-family: sans-serif;
}
.keywords-cluster-style4{
	text-align:center;	
	font-size: 18px;
	font-weight: 500;	
	margin-bottom: 0;	  
	color:#A2607C;
	font-family: Open Sans;
}
.keywords-cluster-style5{
	text-align:center;	
	font-size: 32px;	
	font-weight: 500;	
	margin-bottom: 0;	  
	color:#A6B379;
	font-family: Leelawadee;
}
.keywords-cluster-style6{
	text-align:center;	
	font-size: 18px;
	padding-top:8px;
	font-weight: 600;	
	margin-bottom: 0;	  
	color:#698F8F;
	font-family: sans-serif;
}
.keywords-cluster-style7{
	text-align:center;	
	font-size: 25px;
	padding-top:8px;
	font-weight: 500;	
	margin-bottom: 0;	  
	color:#FF916D;
	font-family: Leelawadee;
}
.keywords-cluster-style8{
	text-align:center;	
	font-size: 20px;
	padding-top:8px;
	font-weight: 600;	
	margin-bottom: 0;	  
	color:#999999;
	font-family: Leelawadee;
}
.keywords-cluster-style9{
	text-align:center;	
	font-size: 30px;
	padding-top:8px;
	font-weight: 500;	
	margin-bottom: 0;	  
	color:#557799;
	font-family: Open Sans;
}	
.keywords-cluster-style10{
	text-align:center;	
	font-size: 22px;
	padding-top:8px;
	font-weight: 600;	
	margin-bottom: 0;	  
	color:#BABA75;
	font-family: Leelawadee;
}
.keywords-cluster-style11{
	text-align:center;	
	font-size: 25px;
	padding-top:8px;
	font-weight: 600;	
	margin-bottom: 0;	  
	color:#DE7EFF;
	font-family: sans-serif;
}
.keywords-cluster-style12{
	text-align:center;	
	font-size: 22px;
	padding-top:8px;
	font-weight: 600;	
	margin-bottom: 0;	  
	color:#DD5577;
	font-family: sans-serif;
}
.keywords-cluster-style13{
	text-align:center;	
	font-size: 30px;
	padding-top:8px;
	font-weight: 600;	
	margin-bottom: 0;	  
	color:#FFDD9A;
	font-family: Leelawadee;
}
.keywords-cluster-style14{
	text-align:center;	
	font-size: 30px;
	padding-top:8px;
	font-weight: 500;	
	margin-bottom: 0;	  
	color:#C0A1A1;
	font-family: sans-serif;
}
.keywords-cluster-style15{
	text-align:center;	
	font-size: 25px;
	padding-top:8px;
	font-weight: 500;	
	margin-bottom: 0;	  
	color:#95B8DB;
	font-family: Leelawadee;
}
.keywords-cluster-style16{
	text-align:center;	
	font-size: 20px;
	padding-top:8px;
	font-weight: 500;	
	margin-bottom: 0;	  
	color:#6EB6B6;
	font-family: sans-serif;
}
.keywords-cluster-style17{
	text-align:center;	
	font-size: 28px;
	padding-top:8px;
	font-weight: 500;	
	margin-bottom: 0;	  
	color:#E69C85;
	font-family: sans-serif;
}
.keywords-cluster-style18{
	text-align:center;	
	font-size: 25px;
	padding-top:8px;
	font-weight: 500;	
	margin-bottom: 0;	  
	color:#66DFDF;
	font-family: Leelawadee;
}
.keywords-cluster-style19{
	text-align:center;	
	font-size: 30px;
	padding-top:8px;
	font-weight: 500;	
	margin-bottom: 0;	  
	color:#80DE87;
	font-family: sans-serif;
}
.keywords-cluster-style20{
	text-align:center;	
	font-size: 35px;
	padding-top:8px;
	font-weight: 500;	
	margin-bottom: 0;	  
	color:#73D8BF;
	font-family: Leelawadee;
}
.keywords-cluster-style21{
	text-align:center;	
	font-size: 35px;
	padding-top:8px;
	font-weight: 500;	
	margin-bottom: 0;	  
	color:#8F82B3;
	font-family: Leelawadee;
}
.keywords-cluster-style22{
	text-align:center;	
	font-size:25px;
	padding-top:8px;
	font-weight: 500;	
	margin-bottom: 0;	  
	color:#B8677A;
	font-family: sans-serif;
}
.keywords-cluster-style23{
	text-align:center;	
	font-size:25px;
	padding-top:8px;
	font-weight: 500;	
	margin-bottom: 0;	  
	color:#FE80BF;
	font-family: Leelawadee;
}
.keywords-cluster-style24{
	text-align:center;	
	font-size:30px;
	padding-top:8px;
	font-weight: 500;	
	margin-bottom: 0;	  
	color:#5F9E7E;
	font-family: sans-serif;
}
.keywords-cluster-style25{
	text-align:center;	
	font-size:23px;
	padding-top:8px;
	font-weight: 500;	
	margin-bottom: 0;	  
	color:#7D7D8F;
	font-family: Open Sans;
}
.keywords-cluster-style26{
	text-align:center;	
	font-size: 18px;
	padding-top:8px;
	font-weight: 500;	
	margin-bottom: 0;	  
	color:#698F8F;
	font-family: sans-serif;
}
.keywords-cluster-style27{
	text-align:center;	
	font-size: 25px;
	padding-top:8px;
	font-weight: 500;	
	margin-bottom: 0;	  
	color:#FF916D;
	font-family: Leelawadee;
}
.keywords-cluster-style28{
	text-align:center;	
	font-size: 20px;
	padding-top:8px;
	font-weight: 600;	
	margin-bottom: 0;	  
	color:#999999;
	font-family: Leelawadee;
}
.keywords-cluster-style29{
	text-align:center;	
	font-size: 30px;
	padding-top:8px;
	font-weight: 600;	
	margin-bottom: 0;	  
	color:#557799;
	font-family: Leelawadee;
}	
.keywords-cluster-style30{
	text-align:center;	
	font-size: 27px;
	padding-top:8px;
	font-weight: 600;	
	margin-bottom: 0;	  
	color:#BABA75;
	font-family: Leelawadee;
}
.keywords-cluster-style31{
	text-align:center;	
	font-size: 25px;
	padding-top:8px;
	font-weight: 600;	
	margin-bottom: 0;	  
	color:#DE7EFF;
	font-family: sans-serif;
}
.keywords-cluster-style32{
	text-align:center;	
	font-size: 22px;
	padding-top:8px;
	font-weight: 600;	
	margin-bottom: 0;	  
	color:#DD5577;
	font-family: sans-serif;
}
.keywords-cluster-style33{
	text-align:center;	
	font-size: 30px;
	padding-top:8px;
	font-weight: 600;	
	margin-bottom: 0;	  
	color:#FFDD9A;
	font-family: Leelawadee;
}
.keywords-cluster-style34{
	text-align:center;	
	font-size: 20px;
	padding-top:8px;
	font-weight: 600;	
	margin-bottom: 0;	  
	color:#C0A1A1;
	font-family: sans-serif;
}
.keywords-cluster-style35{
    text-align:center;	
	font-size: 31px;
	padding-top:8px;
	font-weight: 500;	
	margin-bottom: 0;	  
	color:#95B8DB;
	font-family: Leelawadee;
}
.keywords-cluster-style36{
	text-align:center;	
	font-size: 20px;
	padding-top:8px;
	font-weight: 500;	
	margin-bottom: 0;	  
	color:#6EB6B6;
	font-family: sans-serif;
}
.keywords-cluster-style37{
	text-align:center;	
	font-size: 28px;
	padding-top:8px;
	font-weight: 500;	
	margin-bottom: 0;	  
	color:#E69C85;
	font-family: sans-serif;
}
.keywords-cluster-style38{
	text-align:center;	
	font-size: 20px;
	padding-top:8px;
	font-weight: 500;	
	margin-bottom: 0;	  
	color:#66DFDF;
	font-family: Leelawadee;
}
/*   Contact Us Section Style   */
.demo-border{
	border: 2px solid #2a88c8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;  	
	padding: 20px 20px 10px 20px;
}
.demo-heading-color{
	color: #2a88c8;	
}
.demo-heading-line {
	margin:0 auto;
	max-width: 15em;
	padding:0 0;	
	border-bottom: 2px solid #2a88c8;
}
.div{
    font-size: 0;  
    text-align: center;  
 }
.a-style {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 8px;
    width: calc(100% -4px);
    margin-right: 8px;
    text-decoration: none;
    color: #1b8dbc;
}
.a-style:hover{
    font-size: 18px;
    font-weight: 600;
	color:#1b8dbc;
	text-decoration:underline;
}
.a-style:nth-of-type(2n) {
    margin-right: 0;
}
@media screen and (min-width: 50em) {
    .a-style {
        width: calc(25% - 6px);
    }
    .a-style:nth-of-type(2n) {
        margin-right: 8px;
    }
    .a-style:nth-of-type(4n) {
        margin-right: 0;
    }
}
.a-style:hover .img-style{
    transform: scale(1.15);
}
.figure-style {
  margin: 10px;
  overflow: hidden;
}
.img-style {
  border: none;
  max-width: 100%;
  height: auto;
  display: block;  
  transition: transform .2s ease-in-out;
}
/* --- Scroll Up and Down Button Style --- */
.scrollup{
	background: #3B906E;
}
.scrolldown{
	background: #3B906E;
}
a{
	color: #54ee23;
}
a:hover {
	color: #54ee23;
}
/* --- Header & menu ---- */
.navbar {
	line-height: 60px;
	height: 60px;
	background-color: #000;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 0;
	padding-bottom:0;
}
.navbar .navbar-collapse {
	margin-bottom: 0;
	padding-bottom: 0;	
	margin-left: 0;
	margin-top: 0;
	width: 60%;
	margin-right:-20px;
	float: left;
}
.nav li {
	height: 100%;
	line-height: 100%;
	margin-bottom: 0;
	padding-bottom:0;
}
.nav>li>a {
	display: table-cell;
	height: 100%;
	line-height: 100%;
	vertical-align: middle;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.02em;
	text-transform: uppercase;	
}
.nav>li>a:hover {
	color: #54ee23;
	background: none;
}
.nav>li>a:focus {
	color: #54ee23;
	background: none;
}
.navbar-nav {	
    margin-top: 10px;   
	margin-bottom: 0;
	padding-bottom:0;
	padding-left: 0;	
}
.navbar .navbar-nav > .active > a {
	color: #54ee23;
	padding-bottom: 15px;
}
h1 a.navbar-brand {
	font-size: 25px;
	color: #fff;
	font-weight: 500;
	text-shadow: none;
	margin-left: 10px;
}
.navbar-brand {
    float: left;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	line-height: 60px;
}
.navbar .navbar-brand:hover {
	color: #54ee23;
}
.logo-size{
	width: 40px;	
	float: left;
	padding-top: 10px;
	display: table-cell;	
	vertical-align: middle;		
	margin-left: 10px;
	text-shadow: none;
}
.navbar-contact-button {
    float: right;	
	margin-top: 18px;
	line-height: 0;
    margin-right: 10px;		
	background-color: #000;
	border: none;	
	padding: 10px 8px;
	text-align: center;
	text-decoration: none;
	display: inline-block;	
	cursor: pointer;
	border: 1.5px solid #fff;
	border-radius: 5px;
}
.navbar-contact-button a:hover, .navbar-contact-button a:focus {
    color: #54ee23;
    text-decoration: none;
}
#br-contact{
    outline: none;
}
.navbar-contact-button a{
	color:#fff;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.03em;
	text-transform: uppercase;	
}	
.navbar-toggle {
	padding: 0;
	margin: 0;
	float: right;
	width: 50px;
}
.navbar-collapse.in {
	margin-top: -3px!important;
}
/* -- Responsive Header & Menu Style -- */
@media (max-width: 1199px){
	.navbar .navbar-nav > .active >li a {
		padding-bottom: 0;
		color: #cd6f00;
	}
	.row-slider{
		height: auto;
	}
}
/* ---  slider --- */
.slider {
	margin-top: 0;		
}
.slider img {
    width: 100%;	
}
#carousel-slider {
  position: relative;
}
#carousel-slider .carousel-indicators {
  bottom: 20px;
}
#carousel-slider .carousel-indicators li {
  border: 2px solid #3a8f6c;
}
#carousel-slider a i {
	border-radius:50%;
	font-size: 30px;
	height: 50px;
	padding: 10px;
	position: absolute;
	top: 50%;
	width: 50px;
	color:#3a906d;
	background:#3a906d;
}
#carousel-slider a i:hover {
	background:#3a906d;
	color:#fff;
	border: 1px solid #3a906d;
}

#carousel-slider .item:hover {
	cursor:pointer;
}
#carousel-slider, 
.carousel-control {
	width:inherit;	
}
#carousel-slider .carousel-control.left i {
	left:50px;
	top: calc(50% - 50px);
}
#carousel-slider .carousel-control.right i {
	right: 50px;
	top: calc(50% - 50px);
}
a.scrollup{
	height:40px;
	width:40px;
	color:#fff;
	font-size:20px;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:15px;
	z-index:9999;
	opacity:0.3;
	border-radius:3px;
}
a.scrollup:hover{
	opacity:1;
	color:#fff;
	font-size:18px;
	line-height:30px;
	
}
a.scrolldown{
	height:40px;
	width:40px;
	color:#fff;
	font-size:20px;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	top:70px;
	right:15px;
	z-index:1;
	opacity:0.3;
	border-radius:3px;
}
a.scrolldown:hover{
	opacity:1;
	color:#fff;
	font-size:18px;
	line-height:50px;	
}
/* --- Footer --- */
#footer {	
	background: #242424;
	margin-top:11%;
	height:100px;	
}
.footer {        
	text-align: center;	
}
.footer-logo-style{		
    text-align: center;	
}
.footer-logo-style img{		
	width: 60px;
	margin: 7px 0 5px 0;
}
.footer  p{		
	font-size:16px;
}
.footer-p-style a{	
	color: #fff;
	text-decoration: underline;
}
.footer .footer-p-style{
	margin-top: -5px;
	color: #fff;
}
/*   Footer Animation Styles  */
#wrap{
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto 0 auto;
	overflow: hidden;
}		
#footer section	{		
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;		
	width: 100%;
	position: reletive;	
	margin: auto;
}
#one{		
	-webkit-animation: one 5s ease-in-out infinite alternate;
	-moz-animation: one 5s ease-in-out infinite alternate;
	-ms-animation: one 5s ease-in-out infinite alternate;
	-o-animation: one 5s ease-in-out infinite alternate;
	animation: one 5s ease-in-out infinite alternate;
}
@-webkit-keyframes 
one { 
	from {
		-webkit-box-shadow:0 0 250px 20px #473C78;
	}	
	to { -webkit-box-shadow: 0 0 100px 15px #F72A3B; }
}
@-moz-keyframes 
one { 
	from {
		-moz-box-shadow: 0 0 250px 20px #473C78;	
	}
	to { -moz-box-shadow: 0 0 100px 15px #F72A3B; }
}
@-o-keyframes 
one {
	from {
		-o-box-shadow: 0 0 250px 20px #473C78;
	}
	to { -o-box-shadow: 0 0 100px 15px #F72A3B; }
}
@keyframes 
one {
	from {
		box-shadow: 0 0 250px 20px #473C78;
	}		
	to {box-shadow: 0 0 100px 15px #F72A3B; }
}
#two{
	width: 90%;		
	-webkit-animation: two 4s ease-in-out infinite alternate;
	-moz-animation: two 4s ease-in-out infinite alternate;
	-ms-animation: two 4s ease-in-out infinite alternate;
	-o-animation: two 4s ease-in-out infinite alternate;
	animation: two 4s ease-in-out infinite alternate;
}
@-webkit-keyframes 
two { 
	from {
	-webkit-box-shadow: 0 0 250px 20px #18C499;
	}
	to { -webkit-box-shadow: 0 0 100px 15px #D8F05E; }
}
@-moz-keyframes 
two {
	from {
		-moz-box-shadow: 0 0 250px 20px #18C499;
	}
	to { -moz-box-shadow: 0 0 100px 15px #D8F05E; }
}
@-o-keyframes 
two {
	from {
		-o-box-shadow: 0 0 250px 20px #18C499;
	}
	to { -o-box-shadow: 0 0 100px 15px #D8F05E; }
}
@keyframes 
two {
	from {
		box-shadow: 0 0 250px 20px #18C499;
	}
	to { box-shadow: 0 0 100px 15px #D8F05E; }
}
#three{
	width: 80%;		
	-webkit-animation: three 3s ease-in-out infinite alternate;
	-moz-animation: three 3s ease-in-out infinite alternate;
	-ms-animation: three 3s ease-in-out infinite alternate;
	-o-animation: three 3s ease-in-out infinite alternate;
	animation: three 3s ease-in-out infinite alternate;
}
@-webkit-keyframes 
three {
	from {
		-webkit-box-shadow: 0 0 250px 20px #FFDD00;
	}
	to { -webkit-box-shadow: 0 0 100px 15px #3E33FF; }
}
@-moz-keyframes 
three {
	from {
		-moz-box-shadow: 0 0 250px 20px #FFDD00;
	}
	to { -moz-box-shadow: 0 0 100px 15px #3E33FF }
}
@-o-keyframes 
three {	
	from {
	-o-box-shadow: 0 0 250px 20px #FFDD00;
	}
	to { -o-box-shadow: 0 0 100px 15px #3E33FF }
}
@keyframes 
three { 
	from {
		box-shadow: 0 0 250px 20px #FFDD00;
	}
	to { box-shadow: 0 0 100px 15px #3E33FF }
}
#four{
	width: 70%;		
	-webkit-animation: four 2s ease-in-out infinite alternate;
	-moz-animation: four 2s ease-in-out infinite alternate;
	-ms-animation: four 2s ease-in-out infinite alternate;
	-o-animation: four 2s ease-in-out infinite alternate;
	animation: four 2s ease-in-out infinite alternate;
}
@-webkit-keyframes 
four { 
	from {
		-webkit-box-shadow: 0 0 250px 20px #781848;
	}
	to { -webkit-box-shadow: 0 0 100px 15px #F2BBE9; }
}
@-moz-keyframes 
four {
	from {
		-moz-box-shadow: 0 0 250px 20px #781848;
	}
	to { -moz-box-shadow: 0 0 100px 15px #F2BBE9; }
}
@-o-keyframes 
four { 
	from {
		-o-box-shadow: 0 0 250px 20px #781848;
	}
	to { -o-box-shadow: 0 0 100px 15px #F2BBE9; }
}
@keyframes 
four { 
	from {
		shadow: 0 0 250px 20px #781848;
	}
	to { shadow: 0 0 100px 15px #F2BBE9; }
}

#five{
	width: 60%;		
	-webkit-animation: five 1s ease-in-out infinite alternate;
	-moz-animation: five 1s ease-in-out infinite alternate;
	-ms-animation: five 1s ease-in-out infinite alternate;
	-o-animation: five 1s ease-in-out infinite alternate;
	animation: five 1s ease-in-out infinite alternate;
}
@-webkit-keyframes 
five {
	from {
		-webkit-box-shadow: 0 0 250px 20px #42F2A1;	
	}
	to { -webkit-box-shadow: 0 0 100px 15px #F4F6AD; }
}
@-moz-keyframes 
five {
	from {
		-moz-box-shadow: 0 0 250px 20px #42F2A1;
	}
	to { -moz-box-shadow: 0 0 100px 15px #F4F6AD; }
}
@-o-keyframes 
five { 
	from {
		-o-box-shadow: 0 0 250px 20px #42F2A1;
	}
	to { -o-box-shadow: 0 0 100px 15px #F4F6AD; }
}
@keyframes 
five { 
	from {
		box-shadow: 0 0 250px 20px #42F2A1;
	}
	to { box-shadow: 0 0 100px 15px #F4F6AD; }
}

/* --- Media queries --- */
@media (max-width: 768px){    
	.navbar .navbar-fixed-top {
		background-color:rgba(0,0,0,1);
	}
	.navbar .navbar-collapse {
		margin-bottom: 0;
		padding-bottom: 0;	
		margin-left: 0;
		margin-top: 0;
		width: 50%;
		float: left;
	}
	.navbar .navbar-collapse ul.nav {
		background-color: #000;
		width:100%;
		float: right;
		margin: 0;
		padding:0;
	}
	.navbar .navbar-collapse {
		float: right;
	}
	.navbar .navbar-collapse ul.nav li {
		border-bottom: 1px solid #666;
	}		
    .slider{
		margin-top: 50px;	
    }
    .fa {
		color:#fff;
	}
    .fa:hover {
		color: #fff;
	}
	#carousel-slider .carousel-indicators {
		bottom: -10px;
	}
    h1 a.navbar-brand {
	    font-size: 25px;
		color: #fff;
		font-weight: 500;
		text-shadow: none;
		margin-left: 10px;
    }
	.logo-size{
		width: 40px;	
		float: left;
		padding-top: 10px;
		display: table-cell;	
		vertical-align: middle;		
		margin-left: 15px;
		text-shadow: none;		
	}
    .navbar-contact-button {
        float: right;	    
        line-height: 0;
		margin-right: 50px; 
		margin-top: -44px;			
    }  
	a.scrollup{
		height:40px;
		width:40px;
		color:#fff;
		font-size:20px;
		line-height:40px;
		text-align:center;
		text-decoration:none;
		position:fixed;
		bottom:10px;
		right:25px;
		z-index:9999;
		opacity:0.3;
		border-radius:3px;
	}	
	a.scrolldown{
		height:40px;
		width:40px;
		color:#fff;
		font-size:20px;
		line-height:40px;
		text-align:center;
		text-decoration:none;
		position:fixed;
		top:70px;
		right:25px;
		z-index:1;
		opacity:0.3;
		border-radius:3px;
	}
	#features-sale-order-processing{
		padding-top:60px;
	}
	#invoice-printing{		
		padding-top:0;	
	}
	#calculation-of-discounts{
		padding-top:70px;
	}
	#handles-all-sales-taxes{
		padding-top:60px;		
	}
	#wide-inventory-options{
		padding-top:60px;
	}
	#customer-management{
		padding-top:60px;	
	}
	#grow-with-targeted-marketing{
		padding-top:60px;
	}
	#globe-is-the-limit{
		padding-top:60px;
	}
	#capabilities{
		padding-top:60px;
	}
	#employee-management{
		padding-top:60px;
	}
	#coupon-sticker-label-printing{
		padding-top:70px;	
	}
	#robust-book-keeping{
		padding-top:60px;		
	}
	#downloads{
		padding-top:60px;	
	}
	#br-contact{	
    	padding-top:60px;
    }
	h1{
		font-size:35px;
	}	
	/***************************/
	.highlights-color h1{
		font-size: 32px;
	}
	.highlights-border{
		border: 2px solid #6495ED;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  	
		padding: 0;			
		padding: 20px 10px 15px 5px;
	}	 	
	.highlights ul {	
		text-align: left;  
		padding-top: 10px;
		background: none; 
		list-style-image: url(../img/camera.png);
		margin-left:-30px;	
	}
	.sale-order-heading-color h1{
		font-size: 32px;
	}
	.features-sale-order .sale-order-line-wrap.features-sale-order-padding1 ul{
		border: 2px solid #2a88c8;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  
		text-align: left;  
		margin-bottom: 30px;
		padding: 30px 5px 0 0;
		background: none; 
		list-style-image:url('../img/camera.png');  
	}
	.features-sale-order .sale-order-line-wrap.features-sale-order-padding2 ul{
		border: 2px solid #1cbda2;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  
		text-align: left;  
		margin-bottom: 30px;
		padding: 30px 5px 0 0;
		background: none; 		
		list-style-image:url('../img/camera.png');  
	}
	.features-sale-order .sale-order-line-wrap.features-sale-order-padding3 ul{
		border: 2px solid #2a88c8;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  
		text-align: left;  
		padding: 30px 5px 0 0;
		background: none; 
		list-style-image:url('../img/camera.png');  
	}
	.features-sale-order .sale-order-line-wrap ul li.line-head-row {	
		font-size: 22px;
		line-height: 100%;
		font-weight: 600;  
		padding-bottom: 10px;  
		margin-bottom: 20px;
		list-style: none;
		margin:0 auto;	
		text-align: center;
		color: #2a88c8;
		font-family: 'Montserrat', sans-serif;  
	}
	.features-sale-order .sale-order-line-wrap ul li.line-price-row {	
		font-size: 22px;
		line-height: 100%;
		font-weight: 600;  
		padding-bottom: 10px;  
		margin-bottom: 20px;
		list-style: none;
		margin:0 auto;	
		text-align: center;
		color: #1cbda2;  
		font-family: 'Montserrat', sans-serif;
	}	
	.features-sale-order .sale-order-line-wrap ul li {   
    	font-size: 17px;
    	line-height: 23px;
    	padding-bottom: 10px;  
    	margin-bottom: 5px;	  	
    	color: #4d4d4d; 
    	margin-left:30px;
    }
	.sale-processing-col .sale-processing-icon {
		height: 100px;
		width: 100px;
		margin:0 auto;	
		text-align: center;
		border: 2px solid #2a88c8;	
	}	
	.sale-processing-col .sale-processing-icon2 {
		height: 100px;
		width: 100px;
		margin:0 auto;	
		text-align: center;
		border: 2px solid #1cbda2;	
	}
	.video-bot-mrg{
	    margin-bottom:20px;
	}
	.video-left-mrg{
	    margin-left:0;
	}
	/***************************/
	.invoice-printing-heading-color h1{
		font-size: 32px;
	}
	.invoice-printing-border{
		border: 2px solid #e85342;	
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  			
	}
	.invoice-printing{		
		background-color:#ededed;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;				
		margin-bottom: -10px;		
	}	
	.invoice-printing ul {	
		text-align: left;	
		margin-left: -20px;	
		padding-bottom: 10px;
		list-style-image: url(../img/list-bullet.png);		
	}
	/***************************/
	.calculation-of-discounts-heading{
		margin: 0 15px 0 15px;
	}
	.calculation-of-discounts-heading-color h1{
		font-size: 32px;
	}
	.calculation-of-discounts li.heading{
		font-size: 20px;
		color: #1cbda2;			
		font-weight:500;
		list-style: none;	
		line-height: 30px;
		text-align:center;
		margin:0 auto;
	}
	.calculation-of-discounts li.heading2{
		font-size: 20px;
		color: #1cbda2;			
		font-weight:500;
		list-style: none;	
		line-height: 30px;
		text-align:center;
		margin:0 auto;
	}
	.calculation-of-discounts .calculation-of-discounts-p-style{			
		font-size: 18px;
		line-height: 25px;  
		padding-bottom: 10px;  
		margin-bottom: 5px;	  
		color: #686868;	
		font-family: Helvetica, sans-serif;
		margin-left: -15px;
		margin-right: 5px;
		text-align:justify;
		font-weight: 300;	
	}	
	.calculation-of-discounts .calculation-of-discounts-p-style2{			
		font-size: 18px;
		line-height: 25px;  
		padding-bottom: 10px;  
		margin-bottom: 5px;	  
		color: #686868;	
		font-family: Helvetica, sans-serif;
		margin-left: -15px;
		margin-right: 5px;
		text-align:justify;
		font-weight: 300;
	}
	.calculation-of-discounts .calculation-of-discounts-line-head {	
		max-width: 7em;
		padding:0;
		border-bottom: 2px solid #1cbda2;
		list-style: none;
		margin:0 auto;		
	}
	.calculation-of-discounts ul{	
		border:2px solid #1cbda2;
		background-color: none; 			
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  
		text-align: left;  
		padding: 30px 10px 10px 22px;
		margin-bottom: 30px;		
	}
	ul.calculation-of-discounts-padding1{		
		padding-bottom: 0;		
	}
	ul.calculation-of-discounts-padding2{		
		padding-bottom: 0;		
	}
	.calculation-of-discounts-img {
		height: 301px;
		width: 400px;
		text-align:center;
		margin:0 auto;
		border: 2px solid #1cbda2;	
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;		
	}	
	/***************************/
	.handles-all-sales-taxes-color h1{
		font-size: 32px;
	}
	.handles-all-sales-taxes-border{
		border: 2px solid #c19366;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  	
		padding: 0;			
	}
	.handles-all-sales-taxes-img{	
		padding-top: 0;
		margin-bottom: 10px;		
	}
	.handles-all-sales-taxes ul {	
		text-align: left;  
		padding-top: 0;
		background: none; 
		list-style-image: url(../img/right-arrow.png);
		margin-left: -15px;	
	}
	.handles-all-sales-taxes ul li{
		font-size: 18px;
		line-height: 23px;  
		padding-bottom: 5px;  
		margin-bottom: 5px;	  
		color: #4d4d4d;
		font-family: Helvetica, sans-serif;
		margin-right: 0;
	}
	.handles-all-sales-taxes-p-text-style{
		text-align:justify!important;
		margin-left: 15px; 
		margin-right: 15px;
		margin-bottom:20px;
		color: #4d4d4d;
		font-weight: 400;
	}	
	/***************************/
	.wide-inventory-options-heading-color h1{
		font-size: 32px;
	}
	.wide-inventory-options-line-wrap ul li.line-head-row {	
		font-size: 22px;
		line-height: 100%;
		font-weight: 600;  		
		list-style: none;		
		color: #2a88c8;
		font-family: 'Montserrat', sans-serif;  
		margin: 0 auto;	
		text-align:center;
	}
	.wide-inventory-options-line-wrap ul li.line-price-row {	
		font-size: 22px;
		line-height: 100%;
		font-weight: 600;  		
		list-style: none;		
		color: #2a88c8;  
		font-family: 'Montserrat', sans-serif;
		margin: 0 auto;	
		text-align:center;
	}	
	.wide-inventory-options-heading-line-price {	
		max-width: 7em;
		padding:0 0.625em;
		border-bottom: 2px solid #2a88c8;
		list-style: none;		
		margin-left: 38%!important;	
	}
	.wide-inventory-options-heading-line-head {	
		max-width: 7em;
		padding:0 0.625em;
		border-bottom: 2px solid #2a88c8;
		list-style: none;		
		margin-left: 38%!important;	
	}
	.wide-inventory-options-line-wrap.wide-inventory-options-padding2 ul{
		border: 2px solid #1CBDA2;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  
		text-align: left; 
		margin-bottom: 30px;
		padding: 30px 5px 0 0;
		background: none; 
		list-style-image:url('../img/camera.png');  
	}
	.wide-inventory-options-line-wrap.wide-inventory-options-padding3 ul{
		border: 2px solid #1CBDA2;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  
		text-align: left;
		padding: 30px 5px 0 0;
		background: none; 
		list-style-image:url('../img/camera.png');  
	}
	.wide-inventory-options-line-wrap ul li {   
		font-size: 18px;
		line-height: 23px;  
		padding-bottom: 10px;  
		margin-bottom: 5px;	  
		color: #4d4d4d;
		margin: 10px 0 10px 30px;	
	}
	.wide-inventory-options-img2 {
		height: 251px;
		width: 300px;
		margin: 0 auto;	
		text-align:center;
		border: 2px solid #2A88C8;
    	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	-ms-border-radius: 5px;
    	-o-border-radius: 5px;
    	border-radius: 5px;
	}	
	.wide-inventory-options-img3 {
		height: 251px;
		width: 300px;
		margin: 0 auto;	
		text-align:center;
		border: 2px solid #2A88C8;
    	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	-ms-border-radius: 5px;
    	-o-border-radius: 5px;
    	border-radius: 5px;
	}	
	/***************************/
	.customer-management-color h1{
		font-size: 32px;
	}
	.customer-management-border{
		border: 2px solid #c19366;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  	
		padding: 0;			
	}
	.customer-management-img{
		margin-bottom: 15px!important;
		margin-top: 0;
		margin: 0 auto;	
		width:auto;
	}	
	.customer-management ul {	
		text-align: left;  
		padding-top: 0;
		background: none; 
		list-style-image: url(../img/right-arrow.png);
		margin-left: -15px;	
	}
	.customer-management ul li{
		font-size: 18px;
		line-height: 23px;  
		padding-bottom: 5px;  
		margin-bottom: 5px;	  
		color: #4d4d4d;
		font-family: Helvetica, sans-serif;
		margin-right: 0;
	}
	.customer-management-p-text-style{
		text-align:justify!important;
		margin-left: 15px; 
		margin-right: 15px;
		margin-bottom:10px;
		color: #4d4d4d;
		font-weight: 400;
	}	
	/***************************/
	.grow-with-targeted-marketing-color h1{
		font-size: 32px;
	}
	.grow-with-targeted-marketing-border{
		border: 2px solid #c19366;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  	
		padding: 0;			
	}
	.grow-with-targeted-marketing-img{
		padding-top: 0;
		margin-bottom: 10px;		
	}
	.grow-with-targeted-marketing ul {	
		text-align: left;  
		padding-top: 0;
		background: none; 
		list-style-image: url(../img/right-arrow.png);
		margin-left: -15px;	
	}
	.grow-with-targeted-marketing ul li{
		font-size: 18px;
		line-height: 23px;  
		padding-bottom: 5px;  
		margin-bottom: 5px;	  
		color: #4d4d4d;
		font-family: Helvetica, sans-serif;
		margin-right: 0;
	}
	.grow-with-targeted-marketing-p-text-style{
		text-align:justify!important;
		margin-left: 0; 
		margin-right: 0;
		color: #4d4d4d;
		font-weight: 400;
	}	
	/***************************/	
	.globe-is-the-limit-heading-color h1{
		font-size: 32px;
	}	
	.globe-is-the-limit-line-wrap ul li.line-head-row {	
		font-size: 20px;
		line-height: 100%;
		font-weight: 600;  		
		list-style: none;		
		color: #2a88c8;
		font-family: 'Montserrat', sans-serif;  
		text-align:center;
		margin:0 auto;
	}
	.globe-is-the-limit-line-wrap ul li.line-price-row {	
		font-size: 20px;
		line-height: 100%;
		font-weight: 600;  		
		list-style: none;		
		color: #1cbda2;  
		font-family: 'Montserrat', sans-serif;
		text-align:center;
		margin:0 auto;
	}	
	.globe-is-the-limit-heading-line-price {	
		max-width: 7em;
		padding:0 0.625em;
		border-bottom: 2px solid #1cbda2;
		list-style: none;
		text-align:center;
		margin:0 auto!important;			
	}
	.globe-is-the-limit-heading-line-head {	
		max-width: 7em;
		padding:0 0.625em;
		border-bottom: 2px solid #2a88c8;
		list-style: none;		
		text-align:center;
		margin:0 auto!important;		
	}
	.globe-is-the-limit-line-wrap.globe-is-the-limit-padding1 ul{
		border: 2px solid #2a88c8;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  
		text-align: left;
		margin-bottom: 30px;
		padding: 30px 5px 0 0;
		background: none; 
		list-style-image:url('../img/camera.png');  
	}
	.globe-is-the-limit-line-wrap.globe-is-the-limit-padding2 ul{
		border: 2px solid #1cbda2;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  
		text-align: left;  
		margin-bottom: 30px;
		padding: 30px 5px 0 0;
		background: none; 
		list-style-image:url('../img/camera.png');  
	}
	.globe-is-the-limit-line-wrap.globe-is-the-limit-padding3 ul{
		border: 2px solid #2a88c8;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  
		text-align: left;  
		padding: 30px 5px 0 0;
		background: none; 
		list-style-image:url('../img/camera.png');  
	}
	.globe-is-the-limit-line-wrap ul li {   
		font-size: 18px;
		line-height: 23px;  
		padding-bottom: 10px;  
		margin-bottom: 5px;	  
		color: #4d4d4d;
		margin: 10px 0 10px 30px;	
	}
	.globe-is-the-limit-img1 {
    	height: 251px;
    	width: 300px;
    	margin:0 auto;
    	text-align:center;
    	border: 2px solid #1cbda2;
    	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	-ms-border-radius: 5px;
    	-o-border-radius: 5px;
    	border-radius: 5px;
    }
    .globe-is-the-limit-img2 {
    	height: 251px;
    	width: 300px;
    	margin:0 auto;
    	text-align:center;
    	border: 2px solid #2a88c8;
    	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	-ms-border-radius: 5px;
    	-o-border-radius: 5px;
    	border-radius: 3px; 
    }
	.globe-is-the-limit-img3 {
    	height: 251px;
    	width: 300px;
    	margin:0 auto;
    	text-align:center;
    	border: 2px solid #1cbda2;
    	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	-ms-border-radius: 5px;
    	-o-border-radius: 5px;
    	border-radius: 5px;
    }	
    /********************/
	.capabilities-heading-color h1{
		font-size: 32px;
	}
	.capabilities-border{
		border: 2px solid #1fa75c;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  	
		padding: 20px 0 10px 0;		
	}
	.capabilities-heading-color{
		color: #1fa75c;	
	}
	.capabilities-heading-line {
		margin:0 auto;
		max-width: 15em;
		padding:0 0;	
		border-bottom: 2px solid #1fa75c;
	}
	.capabilities-img{
		width:100%;
		padding-top: 30px;
		margin-left:0;
		margin-right:0;
	}
	.capabilities-p-text-style{
		text-align:justify;	
		margin-right:0;
		margin-left:0;
		color: #4d4d4d;
		font-size: 18px;
		font-weight: 300;	
		line-height: 22px;  
		padding-bottom: 10px;  
		margin-bottom: 5px;
		margin-top: 30px;	
		font-family: Helvetica, sans-serif;	
	}	
	.capabilities-p-text-style2{
		text-align:justify;	
		margin-right: 30px;
		margin-left: 30px;
		color: #4d4d4d;
		font-size: 18px;
		font-weight: 300;	
		line-height: 20px;  
		padding-bottom: 10px;  
		margin-bottom: 5px;
		margin-top: 0;	
		font-family: Helvetica, sans-serif;	
	}
	.capabilities-subheading{
		font-size: 20px;	
		padding-top: 20px;	
		color: #1fa75c;
		text-align: center;	
		font-family: Helvetica, sans-serif;	
		margin-left:10px;
		margin-right:10px;
	}
	.capabilities ul {	
		text-align: left;  
		padding-top: 0;
		background: none; 	
		list-style-image: url(../img/camera.png);	
		margin-left: -10px;
	}
	.capabilities ul li{
		font-size: 18px;
		line-height: 20px;  
		padding-bottom: 10px;  
		margin-bottom: 5px;	  
		color: #4d4d4d;
		font-family: Helvetica, sans-serif;
		margin-left: 8px;
	}
	/***************************/
	.employee-management-color h1{
		font-size: 32px;
	}
	.employee-management-border{
		border: 2px solid #c19366;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  	
		padding: 0;			
	}
	.employee-management-img{
		margin-bottom: 10px!important;
		margin: 0 auto;	
		padding-top:0;
	}
	.employee-management ul {	
		text-align: left;  
		padding-top: 0;
		background: none; 
		list-style-image: url(../img/right-arrow.png);
		margin-left: -15px;	
	}
	.employee-management ul li{
		font-size: 18px;
		line-height: 23px;  
		padding-bottom: 5px;  
		margin-bottom: 5px;	  
		color: #4d4d4d;
		font-family: Helvetica, sans-serif;
		margin-right: 0;
	}
	.employee-management-p-text-style{
		text-align:justify!important;
		margin-left: 15px; 
		margin-right: 15px;
		color: #4d4d4d;
		font-weight: 400;
	}
	/***************************/
	.coupon-sticker-label-printing-heading-color h1{
		font-size: 32px;
	}
	.coupon-sticker-label-printing-border{
		border: 2px solid #e85342;	
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  			
	}
	.coupon-sticker-label-printing{		
		background-color:#ededed;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;			
		margin-bottom: -10px;		
	}		
	.coupon-sticker-label-printing ul {	
		text-align: left;	
		margin-left: -15px;	
		padding-bottom: 10px;		
		list-style-image: url(../img/list-bullet.png);		
	}
	/***************************/
	.robust-book-keeping-color h1{
		font-size: 32px;
	}
	.robust-book-keeping-border{
		border: 2px solid #53ac0a;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  	
		padding: 0;			
	}
	.robust-book-keeping-img{
		margin-bottom: 10px!important;
		padding-top:0;
		margin: 0 auto;	
	}
	.robust-book-keeping ul {
		padding-top: 15px;
		background: none; 
		list-style-image: url(../img/camera.png);
		text-align:center;
		margin:0 auto;	
	}
	.robust-book-keeping ul li{
		font-size: 18px;
		text-align: left;  
		line-height: 23px;  
		padding-bottom: 5px;  
		margin-bottom: 5px;	  
		color: #4d4d4d;
		font-family: Helvetica, sans-serif;
		margin-left: -25px;		
	}
	.robust-book-keeping-p-text-style{
		text-align:justify!important;
		margin-left: 15px; 
		margin-right: 15px;
		color: #4d4d4d;
		font-weight: 400;
	}
    
    /*  Offer section Style */
    .Offer-border{
        border: 2px solid #1cbda2;
    	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	-ms-border-radius: 5px;
    	-o-border-radius: 5px;
    	border-radius: 5px;  	
    	padding: 20px 5px 5px 5px;
    }
    .Offer-heading-color h1{
    	color: #1cbda2;	
    	font-size:28px;
    }
    .Offer-heading-line {
    	margin:0 auto;
    	max-width: 10em;
    	padding:0;
    	border-bottom: 2px solid #1cbda2;
    }
    .Offer-text-style-border{
    	border: 2px solid #1cbda2;
    	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	-ms-border-radius: 5px;
    	-o-border-radius: 5px;
    	border-radius: 5px;  	
    	padding: 20px 10% 0 20px;
    	width:auto;
    	margin-left:15px;
    	margin-right:15px;
    	margin-bottom:30px;
    }
    .Offer-text-style-border2{
    	border: 2px solid #1cbda2;
    	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	-ms-border-radius: 5px;
    	-o-border-radius: 5px;
    	border-radius: 5px;  	
    	padding: 20px 20px 0 20px;
    	width:auto;
    	margin-left:15px;
    	margin-right:15px;
    	margin-bottom:30px;
    }
    .Offer-text-style-color p{
    	font-size: 18px;
    	color: #1cbda2;			
    	font-weight:600;
    	list-style: none;	
        line-height: 30px;
    	margin:0 auto ;
    	text-align:center;
    	padding-top:0;
    	font-family: helvetica;
    }
    .Offer-text-style-line {
    	max-width: 7em;
    	padding:5px 0.625em;
    	list-style: none;
    	margin:0 auto;
    	border-bottom: 2px solid #1cbda2;
    }	
    .Offer-text-style{	
    	padding: 10px 0 0 10px;	
    	list-style:none;
    	margin-bottom: 20px;
    	list-style-image: url('../img/camera.png');	
    }
    .Offer-text-style li{
    	font-size: 16px;
    	text-align: left;  
    	line-height: 20px;  
    	padding-bottom: 10px; 
    	margin-bottom: 5px;	  
    	color: #4d4d4d;	
    	font-family: Helvetica;
    }
    
    .Offer-text-style-border3{
    	border: 2px solid #1cbda2;
    	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	-ms-border-radius: 5px;
    	-o-border-radius: 5px;
    	border-radius: 5px;  	
    	padding: 20px 5px 10px 20px;
    	width:auto;
    	margin-left:30px;
    	margin-right:30px;
    	margin-bottom:30px;
    }
    .Offer-text-style-border4{
        border: 2px solid #1cbda2;
    	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	-ms-border-radius: 5px;
    	-o-border-radius: 5px;
    	border-radius: 5px;  	
    	padding: 20px 5px 10px 20px;
    	width:auto;
    	margin:0 30px 30px 30px;
    }
    .Offer-text-style3{	
    	padding: 10px 0 0 10px;	
    	list-style:none;
    	margin-bottom: 20px;
    	list-style-image: url('../img/camera.png');	
    }
    .Offer-text-style3 li{
    	font-size: 16px;
    	text-align: left;  
    	line-height: 20px;  
    	padding-bottom: 10px; 
    	padding-right: 10%;
    	margin-bottom: 5px;	  
    	color: #4d4d4d;	
    	font-family: Helvetica;
    }
    
    /*   Payment Options Style  */	
    #payment-options{
    	padding-top:70px;
    }
    .payment-options-heading-color h1{
		font-size: 30px;
	}
	.payment-options-heading-line {
    	margin:0 auto;
    	max-width: 10em;
    	padding: 0;
    	border-bottom: 2px solid #2a88c8;
    }
	.payment-options li.heading{
		font-size: 25px;
		color: #2a88c8;			
		font-weight:600;
		list-style: none;	
		line-height: 30px;
		margin:0 auto;
	}
	.payment-options li.heading2{
		font-size: 25px;
		color: #2a88c8;			
		font-weight:600;
		list-style: none;	
		line-height: 30px;
		text-align:center;
		margin: 0 auto;
	}
	.payment-options .price-p-style{			
    	font-size: 18px;
    	line-height: 25px;  
    	padding-top: 10px;  
    	padding-bottom: 10px;  
    	color:#2a88c8;	
    	font-family: Helvetica, sans-serif;
    	margin:0 auto;
    	text-align:center;
    	font-weight: 300;	
    }	
    .payment-options .price-p-style2{			
    	font-size: 16px;
    	line-height: 25px;  
    	padding-top: 10px;  
    	padding-bottom: 10px;  
    	color:#000;	
    	font-family: Helvetica, sans-serif;
    	margin:0 auto;
    	text-align:center;
    	font-weight: 300;	
    }
    .payment-options .payment-options-p-style3{			
    	font-size: 16px;
    	line-height: 25px;  
    	padding-top: 10px;  
    	padding-bottom: 10px;  
    	color:#000;	
    	font-family: Helvetica, sans-serif;
    	margin:0 auto;
    	text-align:center;
    	font-weight: 300;	
    }
	.payment-options .payment-options-line-head {	
		max-width: 7em;
		padding:0;
		border-bottom: 2px solid #2a88c8;
		list-style: none;
		margin:0 auto;		
	}
	.payment-options ul{	
		border:2px solid #2a88c8;
		background-color: none; 			
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  
		text-align: left;  
		padding: 20px 0 0 0;
		margin-bottom: 30px;		
	}
	.payment-options-img {
    	height: auto;
    	width: 100%;
    	margin:0 auto;
    }
    .payment-options-img2 {
    	height: auto;
    	width: 100%;
    	margin:0 auto;
    }
	.payment-options-paypal-style{
    	width:50%;
    	text-align:center;
    	padding-top:30px;
    	padding-bottom:10px;
    	margin-top:10px;
    	margin:0 auto;
    }
    .payment-options-paypal-style2{
    	width:50%;	
    	text-align:center;
    	padding-top:10px;
    	padding-bottom:5px;
    	margin-top:10px;
    	margin:0 auto;
    }
    .payment-options-border{
        border: 2px solid #2a88c8;
    	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	-ms-border-radius: 5px;
    	-o-border-radius: 5px;
    	border-radius: 5px;  	
    	padding: 0;
    }
    .payment-options-p-style-ba{			
        text-align:left;	
    	margin-right: 0;
    	margin-left: 0;
    	color: #4d4d4d;
    	font-size: 15px;
    	font-weight: 300;	
    	line-height: 25px;  
    	padding-bottom: 10px;  
    	margin-bottom: 5px;
    	margin-top: 10px;	
    	font-family: Helvetica, sans-serif;	
    }
    .payment-options-p-margin-left{
        padding-left:0;
    }
    .payment-options-p-margin-left2{
        padding-left:0;
    }
    
    /***************************/
    .modal-content2 {
        display: none;
    }
	.sub-heading-color h3{	
        font-weight:400;
    	color:#025784;
    	margin-top:50px;
    	text-align:center;
    }
    .downloads1 ul{
        margin-left:-15%;
    }
    .downloads1-mrg{
        margin-top:10px;
    }
	.downloads1 ul li a{
	    text-align:center;
    	font-size: 20px;
    	line-height: 30px;  
    	padding-bottom: 10px;  
    	margin-bottom: 5px;	  
    	color: #025784;
    	font-family: Cambria;
    }
    
    .downloads ul{
        margin-left:-6%;
        margin-bottom:-5px;
    }
	.downloads ul li a{
	    text-align:left;
    	font-size: 20px;
    	line-height: 30px;  
    	padding-bottom: 10px;  
    	margin-bottom: 5px;	  
    	color: #025784;
    	font-family: Cambria;
    }
    .downloads ul li{
	    margin-left:3px;
    }
	.system-requirements-border{
		border: 2px solid #417630;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  	
		padding:0;
	}	
	.download-top-mrg{
		margin-top:0px!important;
	}
	.system-requirements h3{		
		text-align: left;
	}
	.system-requirements-img{
		margin: 0 auto;	
		width:50%;	
	}	
	.system-requirements ul {	
		text-align: left;  
		padding-top: 0;
		background: none; 		
		margin-left: -15px;	
		margin-bottom:-20px;
	}
	.system-requirements ul li{
		font-size: 20px;
		line-height: 25px;  
		padding-bottom: 0;  
		color: #4d4d4d;
		font-family: Cambria;
		margin-left: 5px;
	}
	/********************/
	#support{
		height: auto;	
		padding-top:60px;
	}
	.installation-heading-color h1{
		font-size: 32px;
	}
	.installation-border{
		border: 2px solid #1fa75c;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  	
		padding: 20px 0 10px 0;		
	}
	.installation-heading-color{
		color: #1fa75c;	
	}
	.installation-heading-line {
		margin:0 auto;
		max-width: 15em;
		padding:0 0;	
		border-bottom: 2px solid #1fa75c;
	}
	.installation-img{
		width:100%;
		padding-top: 30px;
		margin-left:0;
		margin-right:0;
	}
	.installation-p-text-style{
		text-align:justify;	
		margin-right:0;
		margin-left:0;
		color: #4d4d4d;
		font-size: 18px;
		font-weight: 300;	
		line-height: 22px;  
		padding-bottom: 10px;  
		margin-bottom: 5px;
		margin-top: 30px;	
		font-family: Helvetica, sans-serif;	
	}	
	.installation-p-text-style2{
		text-align:justify;	
		margin-right: 30px;
		margin-left: 30px;
		color: #4d4d4d;
		font-size: 18px;
		font-weight: 300;	
		line-height: 20px;  
		padding-bottom: 10px;  
		margin-bottom: 5px;
		margin-top: 0;	
		font-family: Helvetica, sans-serif;	
	}
	.installation-subheading{
		font-size: 20px;	
		padding-top: 20px;	
		color: #1fa75c;
		text-align: center;	
		font-family: Helvetica, sans-serif;	
		margin-left:10px;
		margin-right:10px;
	}
	.installation ul {	
		text-align: left;  
		padding-top: 0;
		background: none; 	
		list-style-image: url(../img/camera.png);	
		margin-left: -10px;
	}
	.installation ul li{
		font-size: 18px;
		line-height: 20px;  
		padding-bottom: 10px;  
		margin-bottom: 5px;	  
		color: #4d4d4d;
		font-family: Helvetica, sans-serif;
		margin-left: 8px;
	}
	
	/*****************/
	#customization{
		height: auto;	
		padding-top:60px;
	}
	.customization-heading-color h1{
		font-size: 32px;
	}
	.customization-border{
		border: 2px solid #283593;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  	
		padding: 20px 20px 10px 20px;		
	}
	.customization-heading-color{
		color: #283593;	
		margin-top: -20px;		
	}
	.customization-heading-line {
		margin:0 auto;
		max-width: 15em;
		padding:0 0;	
		border-bottom: 2px solid #283593;
	}
	.customization-img{
		width:100%;
		padding-top: 30px;
		margin-left: 0;	
	}
	.customization-p-text-style{
		text-align:justify;	
		margin-right: -15px;
		margin-left: -15px;
		color: #4d4d4d;
		font-size: 18px;
		font-weight: 300;	
		line-height: 22px;  
		padding-bottom: 0;  
		margin-bottom: 0;
		margin-top: 10px;	
		font-family: Helvetica, sans-serif;	
	}	
	.customization-p-text-style2{
		text-align:justify;	
		margin-right: 0;
		margin-left: 0;
		color: #4d4d4d;
		font-size: 18px;
		font-weight: 300;	
		line-height: 20px;  
		padding-bottom: 10px;  
		margin-bottom: 5px;
		margin-top: 0;	
		font-family: Helvetica, sans-serif;	
	}
	.customization-subheading{
		font-size: 20px;	
		padding-top: 20px;	
		color: #283593;
		text-align: center;	
		font-family: Helvetica, sans-serif;	
	}
	.customization ul {	
		text-align: left;  
		padding-top: 0;
		background: none; 	
		list-style-image: url('../img/career-dot.png');	
		margin-left: -6%;
	}
	.customization ul li{
		font-size: 18px;
		line-height: 20px;  
		padding-bottom: 10px;  
		margin-bottom: 5px;	  
		color: #4d4d4d;
		font-family: Helvetica, sans-serif;
		margin-right: 0;
	}
	/***************************/
	.demo-heading-color h1{
		font-size: 32px;
	}
	.demo-border{
		border: 2px solid #2a88c8;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  	
		padding: 20px 20px 10px 20px;		
	}
	.demo-heading-color{
		color: #2a88c8;	
		margin-top: -20px;
	}
	.demo-heading-line {
		margin:0 auto;
		max-width: 15em;
		padding:0 0;	
		border-bottom: 2px solid #2a88c8;
	}
	/***************************/
	.footer-logo-style{		
	    text-align: center;
	}
	.footer-logo-style img{		
    	width: 60px;
        margin: 7px 0 5px 0;
    }	
	.footer  p{		
		font-size:14px;
	}
	.keywords-cluster-p-style{
		text-align:left;
		opacity: 0.5;		
	}
	.keywords-cluster-border{
		border: 2px solid #e1e1e1;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  	
		padding: 5px;	
		margin-top: 20px;
		margin-left:15px;
		margin-right:15px;	
	}
}
@media only screen and (max-width: 480px){
	#carousel-slider .carousel-indicators {
		bottom: -16px;
	}					
	#features-sale-order-processing{
		padding-top:50px;
	}
	#invoice-printing{
		padding-top:0;	
	}
	#calculation-of-discounts{
		padding-top:50px;
	}
	#handles-all-sales-taxes{
		padding-top:50px;
	}	
	#wide-inventory-options{
		padding-top:50px;
	}
	#customer-management{
		padding-top:50px;
	}
	#grow-with-targeted-marketing{
		padding-top:60px;
	}
	#globe-is-the-limit{
		padding-top:50px;
	}
	#capabilities{
		padding-top:50px;
	}
	#employee-management{
		padding-top:50px;
	}
	#coupon-sticker-label-printing{
		padding-top:60px;	
	}
	#robust-book-keeping{
		padding-top:60px;
	}
	#downloads{
		padding-top:60px;	
	}	
	#br-contact{	
    	padding-top:60px;
    }
	h1{
	    font-size:35px;
	}
	.tab .nav-tabs li{
        width: 100%;
        text-align: center;
    }		   	
   	.logo-size{
		width: 40px;
		height: auto;
		float: left;
		padding-top: 10px;
		display: table-cell;	
		vertical-align: middle;		
		margin-left: 6px;
        margin-right: 5px;
		text-shadow: none;
	}
	 h1 a.navbar-brand {
		font-size: 17px;
		color: #fff;
		font-weight: 400;
		text-shadow: none;
		margin-left: 2px;
    }
	.navbar-contact-button {
        float: right;	    
        line-height: 0;
		margin-right: 50px; 
		margin-top: -44px;			
    }		 
	.navbar .navbar-collapse ul.nav {
		background-color: #000;
		width:100%;			
		float: right;
		height: auto;
		margin: 0;
		padding:0;
	}	
	/***************************/
	.sale-order-heading-color h1{
		font-size: 30px;
		margin: 0 10px 10px 10px;
	}
	.features-sale-order .sale-order-line-wrap ul li.line-head-row {	
		font-size: 20px;
		line-height: 100%;
		font-weight: 600;  
		padding-bottom: 10px;  
		margin-bottom: 20px;
		list-style: none;
		color: #2a88c8;
		font-family: 'Montserrat', sans-serif;  
		margin: 0 auto;	
	    text-align:center;
	}
	.features-sale-order .sale-order-line-wrap ul li.line-price-row {	
		font-size: 20px;
		line-height: 100%;
		font-weight: 600;  
		padding-bottom: 10px;  
		margin-bottom: 20px;
		list-style: none;
		color: #1cbda2;  
		font-family: 'Montserrat', sans-serif;
		margin: 0 auto;	
	    text-align:center;
	}
	.sale-processing-col .sale-processing-icon {
		height: 100px;
		width: 100px;
		margin: 0 auto;	
	    text-align:center;
		border: 2px solid #2a88c8;	
	}	
	.sale-processing-col .sale-processing-icon2 {
		height: 100px;
		width: 100px;
		margin: 0 auto;	
	    text-align:center;
		border: 2px solid #1cbda2;	
	}	
	/***************************/
	.invoice-printing-heading-color h1{
		font-size: 30px;
		margin: 0 0 10px 0;
	}
	
	.calculation-of-discounts-heading-color h1{
		font-size: 30px;
		margin: 0 0 10px 0;
	}
	.calculation-of-discounts ul{	
		border:2px solid #1cbda2;
		background-color: none; 	
		padding: 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  
		text-align: left;  
		padding: 30px 10px 10px 10px;			
	}	
	.calculation-of-discounts .calculation-of-discounts-p-style{			
		font-size: 18px;
		line-height: 25px;  
		padding-bottom: 10px;  
		margin-bottom: 5px;	  
		color: #686868;	
		font-family: Helvetica, sans-serif;
		margin-left: 5px;
		margin-right: 5px;
		text-align:justify;
		font-weight: 300;	
	}	
	.calculation-of-discounts .calculation-of-discounts-p-style2{			
		font-size: 18px;
		line-height: 25px;  
		padding-bottom: 10px;  
		margin-bottom: 5px;	  
		color: #686868;	
		font-family: Helvetica, sans-serif;
		margin-left: 5px;
		margin-right: 5px;
		text-align:justify;
		font-weight: 300;
	}
	.calculation-of-discounts ul li{	
		text-align: left;  
		margin-left: 20px;			
	}	
	.calculation-of-discounts-img {
		height: 100%;
		width: 100%;
		text-align:0;
		margin: 0 auto;
		border: 2px solid #1cbda2;	
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
	}
	.calculation-of-discounts li.heading{
		font-size: 20px;
		color: #1cbda2;			
		font-weight:500;
		list-style: none;	
		line-height: 25px;
		text-align: center;
		margin:0 auto;	
	}
	.calculation-of-discounts li.heading2{
		font-size: 20px;
		color: #1cbda2;			
		font-weight: 500;
		list-style: none;	
		line-height: 25px;
		text-align: center;
		margin:0 auto;
	}
	.calculation-of-discounts .calculation-of-discounts-line-head {	
		max-width: 7em;
		padding:0 0.625em;
		border-bottom: 2px solid #1cbda2;
		list-style: none;
		text-align: center;
		margin:0 auto;
	}
	/***************************/
	.handles-all-sales-taxes-border{
		border: 2px solid #c19366;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  	
		padding: 0;			
	}
	.handles-all-sales-taxes-color h1{
		font-size: 30px;
		margin: 0 0 10px 0;		
	}
	.handles-all-sales-taxes-img{
		margin-bottom: 10px;		
	}
	.handles-all-sales-taxes ul {	
		text-align: left;  
		padding-top: 0;
		background: none; 
		list-style-image: url(../img/right-arrow.png);
		margin-left: -20px;	
	}	
	/***************************/
	.wide-inventory-options-heading-color h1{
		font-size: 30px;
		margin: 0 5px 10px 5px;
	}
	.wide-inventory-options .sale-order ul{
	    margin-bottom:30px;
	}
	.wide-inventory-options-line-wrap ul li.line-head-row {	
		font-size: 20px;
		line-height: 100%;
		font-weight: 600;  		
		list-style: none;		
		color: #2a88c8;
		font-family: 'Montserrat', sans-serif;  
		text-align: center;
		margin:0 auto;	
	}
	.wide-inventory-options-line-wrap ul li.line-price-row {	
		font-size: 20px;
		line-height: 100%;
		font-weight: 600;  		
		list-style: none;		
		color: #2a88c8;  
		font-family: 'Montserrat', sans-serif;
		text-align: center;
		margin:0 auto;	
	}	
	.wide-inventory-options-heading-line-price {	
		max-width: 7em;
		padding:0 0.625em;
		border-bottom: 2px solid #2a88c8;
		list-style: none;		
		text-align: center;
		margin:0 auto!important;	
	}
	.wide-inventory-options-heading-line-head {	
		max-width: 7em;
		padding:0 0.625em;
		border-bottom: 2px solid #2a88c8;
		list-style: none;		
		text-align: center;
		margin:0 auto!important;	
	}
	.wide-inventory-options-line-wrap ul {
		border: 2px solid #1cbda2;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  
		text-align: left;  
		padding: 20px 10px 0 0;		
		background: none; 
		list-style-image:url('../img/camera.png');  
	}
	.wide-inventory-options-line-wrap ul li {   
		font-size: 18px;
		line-height: 23px;  
		padding-bottom: 10px;  
		margin-bottom: 5px;	  
		color: #4d4d4d;
		margin: 10px 0 10px 30px;	
	}
	.wide-inventory-options-img2 {
		height: 251px;
    	width: 300px;
    	text-align: center;
		margin:0 auto;	
		border: 2px solid #2A88C8;
    	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	-ms-border-radius: 5px;
    	-o-border-radius: 5px;
    	border-radius: 5px;
	}
	.wide-inventory-options-img3 {
		height: 251px;
    	width: 300px;
    	text-align: center;
		margin:0 auto;	
		border: 2px solid #2A88C8;
    	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	-ms-border-radius: 5px;
    	-o-border-radius: 5px;
    	border-radius: 5px;
	}	
	/***************************/
	.customer-management-color h1{
		font-size: 30px;
		margin: 0 0 10px 0;
	}
	.customer-management ul {	
		text-align: left;  
		padding-top: 0;
		background: none; 
		list-style-image: url('../img/right-arrow.png');
		margin-left: -18px;	
	}
	/***************************/
	.grow-with-targeted-marketing-color h1{
		font-size: 30px;
		margin: 0 0 10px 0;
	}	
	/***************************/
	.globe-is-the-limit-heading-color h1{
		font-size: 30px;
		margin: 0 0 10px 0;
	}
	.globe-is-the-limit-line-wrap ul li.line-head-row {	
		font-size: 19px;
		line-height: 100%;
		font-weight: 600;  		
		list-style: none;		
		color: #2a88c8;
		font-family: 'Montserrat', sans-serif;  
		text-align:center;
		margin: 0 auto;
	}
	.globe-is-the-limit-line-wrap ul li.line-price-row {	
		font-size: 19px;
		line-height: 100%;
		font-weight: 600;  		
		list-style: none;		
		color: #1cbda2;  
		font-family: 'Montserrat', sans-serif;
		margin-left: 10%;
		margin-right: 20%;
	}	
	.globe-is-the-limit-heading-line-price {	
		max-width: 7em;
		padding:0 0.625em;
		border-bottom: 2px solid #1cbda2;
		list-style: none;		
		text-align:center;
		margin: 0 auto!important;
	}
	.globe-is-the-limit-heading-line-head {	
		max-width: 7em;
		padding:0 0.625em;
		border-bottom: 2px solid #2a88c8;
		list-style: none;				
		text-align:center;
		margin: 0 auto!important;
	}
	.globe-is-the-limit-line-wrap ul {
		border: 2px solid #1cbda2;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;  
		text-align: left;  
		padding: 20px 5px 0 0;
		background: none; 
		list-style-image:url('../img/camera.png');  
	}
	.globe-is-the-limit-line-wrap ul li {   
		font-size: 18px;
		line-height: 23px;  
		padding-bottom: 10px;  
		margin-bottom: 5px;	  
		color: #4d4d4d;
		margin: 10px 0 10px 30px;	
	}
	.globe-is-the-limit-img1 {
		height: 251px;
	    width: 300px;
		text-align:center;
		margin: 0 auto!important;
		border: 2px solid #2a88c8;	
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px; 
	}
	.globe-is-the-limit-img2 {
		height: 251px;
	    width: 300px;
		text-align:center;
		margin: 0 auto!important;
		border: 2px solid #1cbda2;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;	
	}
	.globe-is-the-limit-img3 {
		height: 251px;
	    width: 300px;
		text-align:center;
		margin: 0 auto!important;
		border: 2px solid #1cbda2;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;	
	}
	/*******************/
	#capabilities{
		height: auto;
		padding-top:60px;
	}	
	.capabilities-heading-color h1{
		font-size: 30px;
	}	
	.capabilities-p-text-style{
		text-align:justify;	
		margin-right: -15px;
		margin-left: -15px;
		color: #4d4d4d;
		font-size: 18px;
		font-weight: 300;	
		line-height: 20px;  
		padding-bottom: 10px;  
		margin-bottom: 5px;
		margin-top: 30px;	
		font-family: Helvetica, sans-serif;
	}
	.capabilities-p-text-style2{
		text-align:justify;	
		margin-right: 15px;
		margin-left: 15px;
		color: #4d4d4d;
		font-size: 18px;
		font-weight: 300;	
		line-height: 20px;  
		padding-bottom: 10px;  
		margin-bottom: 5px;
		margin-top: 0;	
		font-family: Helvetica, sans-serif;	
	}
	.capabilities ul {	
		text-align: left;  
		padding-top: 0;
		background: none; 	
		list-style-image: url('../img/camera.png');	
		margin-left: -13%;
		margin-right: 0;
	}
	.capabilities ul li{
		font-size: 18px;
		line-height: 20px;  
		padding-bottom: 10px;  
		margin-bottom: 5px;	  
		color: #4d4d4d;
		font-family: Helvetica, sans-serif;		
	}
	/***************************/
	.employee-management-img{
		padding-top: 20px;
	}
	.employee-management-color h1{
		font-size: 30px;
		margin: 0 0 10px 0;
	}
	.employee-management-p-text-style{
		text-align:justify!important;
		margin-left: 15px; 
		margin-right: 15px;
		margin-bottom: -20px;
		color: #4d4d4d;
		font-weight: 400;
	}
	.employee-management ul {	
		text-align: left;  
		padding-top: 0;
		background: none; 
		list-style-image: url('../img/right-arrow.png');
		margin-left: -20px;	
	}
	
	/***************************/	
	.coupon-sticker-label-printing-heading-color h1{
		font-size: 30px;
		margin: 0 0 10px 0;
	}	
	/***************************/	
	.robust-book-keeping-color h1{
		font-size: 30px;
		margin: 0 10px 10px 10px;
	}
	.robust-book-keeping ul {	
		text-align: left;  
		padding-top: 10px;
		background: none; 
		list-style-image: url(../img/camera.png);
		margin-left: -1%;	
	}	
	.robust-book-keeping-p-text-style{
		text-align:justify!important;
		margin-left: 15px; 
		margin-right: 15px;
		margin-bottom:20px;
		color: #4d4d4d;
		font-weight: 400;
	}
	
    /***************************/
    .downloads-color h1{
        font-size:35px;
    }
	.downloads1 ul li a{
    	font-size: 18px;
    	line-height: 25px;  
    	padding-bottom: 10px;  
    	margin-bottom: 5px;	  
    	color: #025784;
    	font-family: Cambria;
    }
    .downloads ul{
        margin-left:-6%;
    }
	.downloads ul li{
    	font-size: 18px;
    	text-align: left; 
    	line-height: 25px;  
    	color: #025784;
    	font-family: Cambria;
    	margin-right: 0;
    	margin-left:-5px;
    }
    ul.emailer{	
    	text-align: left;  
    	padding-top: 3px;
    	margin-left:-8%;
    	color: #4d4d4d;
    	background: none; 
    	list-style-image:none;
    	list-style:square;
    }
    .emailer li p{
    	font-size: 18px;
    	line-height: 25px;  
    	margin-bottom: 0;	  
    	color: #4d4d4d;
    	font-family: Cambria;
    	margin-right: 0;
    	margin-left:-3%;
    }
	h3 .system-requirements{
	    text-align: left;
		font-size: 30px;
		margin: 0 0 10px 0;
	}		
	.system-requirements ul {	
		text-align: left;  
		padding-top: 0;
		background: none; 		
		margin-left: -7%;	
	}
	.system-requirements ul li{
		font-size: 18px;
		line-height: 20px;  
		margin-bottom: 5px;	  
		color: #4d4d4d;
		font-family: Cambria;
		margin-right: 0;
		margin-left:15px;
	}
	.demo-video{
        width:250px;
        height:150px;
        margin:0 auto;
    }
	/*******************/
	#support{
		height: auto;
		padding-top:60px;
	}	
	.installation-heading-color h1{
		font-size: 30px;
	}	
	.installation-p-text-style{
		text-align:justify;	
		margin-right: -15px;
		margin-left: -15px;
		color: #4d4d4d;
		font-size: 18px;
		font-weight: 300;	
		line-height: 20px;  
		padding-bottom: 10px;  
		margin-bottom: 5px;
		margin-top: 30px;	
		font-family: Helvetica, sans-serif;
	}
	.installation-p-text-style2{
		text-align:justify;	
		margin-right: 15px;
		margin-left: 15px;
		color: #4d4d4d;
		font-size: 18px;
		font-weight: 300;	
		line-height: 20px;  
		padding-bottom: 10px;  
		margin-bottom: 5px;
		margin-top: 0;	
		font-family: Helvetica, sans-serif;	
	}
	.installation ul {	
		text-align: left;  
		padding-top: 0;
		background: none; 	
		list-style-image: url('../img/camera.png');	
		margin-left: -13%;
		margin-right: 0;
	}
	.installation ul li{
		font-size: 18px;
		line-height: 20px;  
		padding-bottom: 10px;  
		margin-bottom: 5px;	  
		color: #4d4d4d;
		font-family: Helvetica, sans-serif;		
	}
	.paypal-style{
		width:90%;
		margin:auto;	
		text-align:center;
		padding-top:10px;
		margin-bottom:10px;
		background-color:#F9EBC3;
		border: 2px solid #152E63;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		-ms-border-radius: 7px;
		-o-border-radius: 7px;
		border-radius: 7px;  		
	}
	.paypal-style:hover{		
		text-align:center;
		padding-top:10px;	
		text-shadow: 1px 1px 4px red;
		background-color:#F4D889;
		border: 2px solid #152E63;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		-ms-border-radius: 7px;
		-o-border-radius: 7px;
		border-radius: 7px;  	
	}
	/***************************/
	#customization{
		height: auto;
		padding-top:60px;
		display:none;
	}	
	.customization-heading-color h1{
		font-size: 30px;
	}	
	.customization-p-text-style{
		text-align:justify;	
		margin-right: -5px;
		margin-left: -5px;
		color: #4d4d4d;
		font-size: 18px;
		font-weight: 300;	
		line-height: 20px;  
		padding-bottom: 10px;  
		margin-bottom: 5px;
		margin-top: 30px;	
		font-family: Helvetica, sans-serif;	
	}
	.customization-p-text-style2{
		text-align:justify;	
		margin-right: -5px;
		margin-left: -5px;
		color: #4d4d4d;
		font-size: 18px;
		font-weight: 300;	
		line-height: 20px;  
		padding-bottom: 10px;  
		margin-bottom: 5px;
		margin-top: 0;	
		font-family: Helvetica, sans-serif;	
	}	
	.customization-subheading{
		font-size: 20px;	
		padding-top: 20px;	
		color: #283593;
		text-align: center;	
		font-family: Helvetica, sans-serif;	
	}
	.customization ul {	
		text-align: left;  
		padding-top: 0;
		background: none; 	
		list-style-image: url('../img/career-dot.png');	
		margin-left: -13%;
		margin-right: 0;
	}
	.customization ul li{
		font-size: 18px;
		line-height: 20px;  
		padding-bottom: 10px;  
		margin-bottom: 5px;	  
		color: #4d4d4d;
		font-family: Helvetica, sans-serif;		
	}
	/***************************/
	.icon-style{
		margin-top: 20px;		
	}	
	.a-style{
		margin-top: -20%;
	}	
	.footer-logo-style{		
	    text-align: center;
	}
	.footer-logo-style img{		
    	width: 60px;
        margin: 7px 0 5px 0;
    }	
	.footer  p{
		font-size:12px;			
	}			
}