/*********************************************************************************
common styles
***************/
body {
	color:#333!important;
	font-family: 'Open Sans', sans-serif!important;
	font-size:13px!important;
	background:  #fff !important;
}
h1, h2, h3, h4, h5, p, ul, li {
	margin:0px!important;
	padding:0px!important;
}
a {
	color:#333!important;
	cursor:pointer;
	text-decoration:none!important;
}
a:active {
	box-shadow:none!important;
}
p {
	line-height:22px;
	margin-bottom:10px!important;
	font-size:14px!important;
}
h1, h2 {
	margin-bottom:10px!important;
}
.no-padding {
	padding-left:0px!important;
	padding-right:0px!important;
}
.no-padding-right {
	padding-right:0px!important;
}
.no-padding-left {
	padding-left:0px!important;
}
/*********************************************************************************
colored text and buttons
***************/ 
.text-green {
	color:#71ac44
}
.btn {
	padding:6px 20px !important;
	border-radius:0!important
}
.btn:hover {
	background:#333!important;
	color:#fff!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
/*********************************************************************************
header styles
***************/
header {
position:relative;
z-index:99;
}
header .top-bar {
	background:#424041;
	overflow:hidden;
	padding: 3px 0;
}
/*cont nav*/
header .cont-nav {
	float:right;
	margin:6px 0
}
header .cont-nav ul {
	list-style:none;
}
header .cont-nav ul li {
	float:left;
}
header .cont-nav ul a {
	display:block;
	padding:0px 20px;
	font-size:14px;
	color:#fff!important;
	border-right:1px solid #6c6a6b;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
header .cont-nav ul li:last-child a {
	padding-right:0;
	border:0;
}
header .cont-nav ul a .fa {
	margin-right:10px;
	color:#fdd116
}
header .cont-nav ul a span.cont-text {
}
header .cont-nav ul a:hover {
}
/*social links*/
header .social-nav {
	float:left;
}
header .social-nav ul {
	list-style:none;
}
header .social-nav li {
	float:left;
}
header.social-nav li a {
}
header .social-nav li a .fa {
	color: #fdd116 !important;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	margin-left: 5px;
	font-size:14px
}
header .social-nav li a:hover .fa {
	color:#67b665!important;
}
/*logo bar*/
    header .logo-bar {
        background: #fff;
        padding: 5px 0;
        -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
        background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('/design_img/bgbaldaoo1.jpg');
       
    }
    header .logo-bar nav ul li a {
        font-weight:bolder;
       
    }
    /*header{
        position:fixed;
        width:100%;
    }*/
header .logo {
	display:block;
}
header .logo img {
	max-width:95%;
}
/* nav bar */
header .nav-bar {
}
/*site nav*/
header .site-nav {
	float:left;
	margin:14px 0;
}
/*user nav*/
header .user-nav {
	float:right;
	margin:20px 0;
}
header .user-nav ul {
	list-style:none;
}
header .user-nav ul li {
	float:left;
}
    header .user-nav ul a {
        display: block;
        margin-left: 5px;
        padding: 5px 8px 7px 10px;
        font-size: 14px;
       
        background: #ffee00;
        border-radius: 20px;
        color: #333 !important;
        text-transform: capitalize;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
    }
header .user-nav ul a .fa {
	margin-right:5px;
}
header .user-nav ul a.login {
}
header .user-nav ul a.join {
	background:#fb7c00;
	color:#fff!important;
}
header .user-nav ul a:hover {
	background:#666;
	color:#fff!important;
}
/*********************************************************************************
section styles
***************/
section.slider {
	position:relative
}
/**/
section.contents {
}
/*main heading*/
.main-head {
	text-align:left;
	line-height:42px!important;
	color:#fff;
	font-weight: 300;
}
.main-head strong {
	color:#040D66
}
.main-head span {
	font-size:18px!important;
	color:rgba(255, 255, 255, 0.7);
	font-weight:400;
	text-transform:capitalize
}
.main-head span.brdr {
	border-bottom:2px solid #fbd885;
	height:1px;
	display:block;
	width:150px;
	margin:30px 0;
	position:relative;
}
.main-head span.brdr::after {
 content: '';
 background: #f36011;
 width: 60px;
 height: 2px;
 position: absolute;
}
/**/
 .home-web-col-bar {
	background: #a5d422;
	background: -moz-linear-gradient(top, #a5d422 0%, #82a41a 100%);
	background: -webkit-linear-gradient(top, #a5d422 0%, #82a41a 100%);
	background: linear-gradient(to bottom, #a5d422 0%, #82a41a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5d422', endColorstr='#82a41a', GradientType=0 );
	padding:20px 0;
	position:relative;
	z-index:99;
	margin-top:-100px;	margin-bottom:80px;
}
.home-web-col {
	padding:0px 20px!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	border-left:1px solid #779919
}
.home-web-col:nth-child(1) {
 border-left:0;
}
.home-web-col h4 {
	font-size:17px;
	font-weight:700;
	color:#333;
	text-transform:uppercase;
	text-align:center;
	margin:20px 0 15px !important
}
.home-web-col p {
	color:#333;
	font-size:13px!important;
	text-align:center!important;
	line-height:18px
}
.home-web-col .h-icon {
	width:50px;
	height:50px;
	margin:auto;
	color:#999;
}
.home-web-col .h-icon img {
	max-width:100%;
} 
/**/
.home-abt-bar {
	background:#fff;
	padding:0px 0px 80px 0px!important;
	position:relative
}
.home-abt-bar .main-head {
	color:#333
}
.home-abt-bar p {
	text-align:justify;
	font-size:15px!important;
}
.home-abt-bar img {
	max-width:100%;
}
.home-abt-bar .btn-more {
	width: 150px;
	color: #fff !important;
	background:#333 !important;
	margin: 25px 0 0;
	padding: 12px 10px!important;
	display: block !important;
	font-weight: 600;
}
.home-abt-bar .btn-more:before {
	content: '\f0da ';
	font-family: 'FontAwesome';
	font-size: 16px;
	margin-right:10px;
	margin-top:-2px;
	color:#fff
}
.home-abt-bar .btn-more:hover {
	padding: 12px 10px!important;
	background:#040D66 !important;
}
/*product slide bar */
.product-slide-bar {
	padding: 60px 15px !important;
	background: #f2f2f2;
}
.product-slide-bar .main-head {
	color:#333
}
.product-slide-bar .main-head span.brdr {
	margin: 15px 0 22px;
}
/*products*/
 .product {
	margin: 0 10px;
}
.product-container {
	width:100%;
	height:auto;
	overflow:hidden;
}
.product-pic-container {
	width: 100%;
	height: auto;
	position:relative;
	overflow: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.product-back {
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 50%;
	right: 0;
	background: #000;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
}
.product-pic {
}
.product-pic img {
	max-width: 100%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.product-new {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	display: inline-block;
	background-color: #f36a1f;
	display:none
}
.product-new span {
	color: white;
	text-transform: capitalize;
	padding: 15px 0px;
	display: inline-block;
	transform: rotate(-90deg);
	font-weight: 300;
}
.product-new:after {
	content: "";
	width: 0px;
	height: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid #f36a1f;
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
}
.discount {
	background:#ffefca;
	color: #000;
	width: 62px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 1;
	text-align: center;
	line-height: 22px;
	display:none
}
.product-btn {
	width: 50px;
	height: 115px;
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	margin-top:-56px;
	margin-left:-25px;
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	-ms-transition: all 350ms linear;
	transition: all 350ms linear;
}
.product-btn a {
	background: #333;
	font-size: 16px;
	color: #fff !important;
	width: 50px;
	height: 50px;
	margin:3px 0px;
	display: block;
	float:left;
	text-align: center;
	padding-top: 13px;
	text-transform: uppercase;
	border-radius:100%;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
	position:relative
}
.product-btn a.cart {
	background: #666;
	top:30px;
	opacity:0;
}
.product-btn a.view {
	background: #71ac5b;
	bottom:50px;
	opacity:0;
}
.product-btn a:hover {
	background: #fff;
	color:#333!important
}
.product-name {
	text-align:center;
	text-transform:uppercase;
	font-size:14px!important;
	margin:10px 0 5px !important;
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap !important;
	width: 100%;
}
.product-name a {
	color:#333 !important;
}
.product-name span {
	color:#999
}
.product-price {
	text-transform:capitalize;
	text-align:center;
	margin-top:5px!important;
	margin-bottom: 5px !important;
	display:none
}
.product-price .price-before {
	color:#999;
	text-decoration:line-through;
	font-size: 17px;
}
.product-price .price-now {
	font-weight:600;
	color:#1393dd;
	margin:0 5px;
	font-size: 17px;
}
.product-container:hover .product-back {
	visibility:visible;
	opacity: 0.2;
	top: 0;
	bottom: 0%;
}
.product-container:hover .product-btn a.cart {
	top:0;
	opacity:1;
}
.product-container:hover .product-btn a.view {
	bottom:0;
	opacity:1;
}
/**/
section.contents .content-bar {
	padding:15px 0;
	overflow:hidden;
}
/*legals*/
.legal {
	height: auto;
	padding:10px 0px 0px 0px!important;
}
.legal .product {
	margin: 0px 8px 33px 8px;
	border: 1px solid #eee;
	box-shadow: 0px 0px 30px #eee;
	padding: 5px;
}
.legal:first-child {
	border: none;
}
.legal img {
	margin: auto;
	display: block;
	max-width: 100%;
}
.legal p {
	margin-top:10px!important;
	font-weight:600!important;
	text-transform: capitalize;
	color: #666;
	padding-bottom: 6px;
	text-align: center !important;
}
/*bankers*/
.banker-col {
	min-height: 20px;
	padding: 15px ;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.banker-col img {
	margin-bottom: 20px;
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border-radius: 4px;
 -webkit-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
.banker-col p {
	color: #333;
	font-size:14px!important;
	margin-bottom:0!important
}
/* page banner*/ 
.banner-bar {
	background:#d9e4d6 url(../design_img/banner-back.jpg) no-repeat center bottom;
	background-size:cover;
	padding:60px 0 80px;
}
.banner-bar .banner-content {
	text-align:center;
}
.banner-bar .banner-content h2 {
	letter-spacing:0.5px;
	font-weight:700;
	color:#040D66;
	text-transform:uppercase
}
 
/*location*/ 
.location {
	list-style:none;
	position: relative;
	margin:auto!important;
	display:table
}
.location li {
	color:#999!important;
	text-transform:capitalize;
	float:left;
	width:auto;
	margin:  0px 10px 0px 0!important;
}
.location li:last-child {
	margin-right:0px!important;
}
.location li a:after {
	content: '\f0da';
	font-family: 'FontAwesome';
	font-size: 13px;
	margin-left:10px;
	color:#333
}
.location li:last-child a:after {
	content: '';
	margin-left:0px;
}
.location li a {
	color:#333!important;
	font-size:13px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.location li a:hover {
	color:#eb6e23!important;
}
.location li a.active {
	color:#eb6e23!important;
}
/**************************/
.content_bar {
	padding:25px 15px;
	background:#fff; margin-top:-20px;
	border-top:10px solid #a8cb48
}
.abt-bar {
}
.abt-bar p {
	text-align:justify
}
.abt-bar .main-head {
	font-weight:600
}
.abt-bar .main-head span.brdr {
	margin: 15px auto 30px;
}
.abt-bar img {
	max-width:100%;
	border-radius:20px;
	border:10px solid #fff;
	-webkit-box-shadow:0px 0px 2px #78ba41;
	-moz-box-shadow:0px 0px 2px #78ba41;
	box-shadow:0px 0px 2px #78ba41;
}
/**/
.pr-bar {
}
.pr-bar .product {
	margin:0 0 25px 0; 
	-webkit-box-shadow: 0px 0px 15px  rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px  rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}
.pr-bar .product-name {
	font-weight: 600;
}

.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555; 
}
.boxR
{
	width:32px;
	border:solid 1px #9C9262;
	-webkit-border-radius: 0px 7px 7px 0px;
 -moz-border-radius:  0px 7px 7px 0px;
  border-radius:  0px 7px 7px 0px;
  background:#DE4626;
  padding:2px;
  
}
.boxL
{
	width:35px;
	border:solid 1px #9C9262;
	-webkit-border-radius: 7px 0px 0px 7px;
 -moz-border-radius:  7px 0px 0px 7px;
  border-radius:  7px 0px 0px 7px;
  background:#fff;
  padding:2px;
  
}
/*
.category-bar {
	 padding-top:0px;
}*/
/*.category-list {
	background:#fff;
}
.category-list h4 {
	padding:15px !important;
	background:#a8cb48;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.category-list h4 .fa {
	margin-right:13px;
}
/* .category-level-1 */
/*.category-level-1 {
	list-style:none;
}
.category-level-1 li {
	color:#333!important;
	text-transform:capitalize;
}
.category-level-1 .accordion-item-arrow:before {
	margin-top:1px!important;
}
.category-level-1 li a {
	display:block;
	color:#333!important;
	font-size:15px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	padding:12px 5px;
	border:1px solid #eee;
	border-bottom:0px;
}
.category-level-1 li:last-child a {
	border-bottom:1px solid #ddd;
}
.category-level-1 li a:before {
	content: '\f054';
	font-family: 'FontAwesome';
	font-size: 10px;
	float:left;
	margin:5px 25px 0px 14px;
	color:#666
}
.category-level-1 li a:hover {
	background:#eee
}*/
/* product-details */
.product-details {
	padding: 20px 0 50px 0;
	background: #fff;
	 
 
}
.product-details h3 {
	margin-bottom:25px!important;
	padding-bottom:15px!important;
	color:#186fae;
	/*	border-bottom:1px solid #ccc!important;*/
	position:relative
}
.product-details h3:after {
	content:'';
	position:absolute;
	bottom:-2px;
	width:80px;
	left:0;
	border:1px solid #fbd885
}
.product-details .product-pic {
	width:100%;
	margin-bottom:20px;
}
.product-details .product-pic img {
	max-width:100%;
	border:1px solid #eee;
}
.product-details strong {
	font-weight:600;
	color: #48ab57;
}
.product-details .btn-container {
	position: absolute;
	top: 20px;
	right: 32px;
}
.product-details .btn-container .fa {
	margin-right:10px
}
.product-details .enq-btn {
	background: #ff620d;
	color: #fff !important;
	padding: 9px 18px;
	text-transform: uppercase;
	border-bottom: 5px solid #cf510d;
}
.product-details .down-btn {
	background: #fff;
	color: #666 !important;
	padding: 9px 18px;
	text-transform: uppercase;
	border:1px solid #666;
	border-bottom: 5px solid #666;
}
.product-details .enq-btn:hover {
	background:#188cc8!important;
	border-color:#0a73a9
}
.product-details .down-btn:hover {
	background:#188cc8!important;
	border-color:#0a73a9;
	color: #fff !important;
}
.product-details h4 {
	color:#eb6e23;
	margin:15px 0 5px 0!important;
	font-size:15px;
}
.product-details ul {
	padding:5px 0 0 15px!important;
	color:#666;
	list-style:circle;
	line-height:20px
}
.product-details ul LI {
	margin-bottom:5px!important
}
.product-details p {
	color:#666;
	font-size:13px!important;
	text-align:justify;
	line-height:20px
}
/*tables*/
section.contents .mytable {

}
section.contents .mytable caption {
	color:#333333;
	text-align:center;
	margin-bottom:5px;
	padding:0px;
	font-weight:600;
}
section.contents .mytable th {
	background:#086e2e;
	color:#fff;
	font-weight:600;
	vertical-align:middle!important;
	text-align:center;
	font-size:14px;
	text-transform:capitalize;
	height:40px;
}
section.contents .mytable td {
	vertical-align:middle!important
}
section.contents .mytable tr {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
section.contents .mytable tbody > tr > td {
	text-align:center;
	font-size:14px;
}

/*#content .mytable tr:nth-child(odd){ background:#c6e093}*/
section.contents .mytable tr:nth-child(odd) {
	background:#efffc3;
}
section.contents .mytable tr:hover {
	background:#f8dd77;
}
/**/
.oppurnity-bar {
}
.oppurnity-bar .wel-text {
	text-align:center;
	color:#d2803b;
	font-size:17px!important
}
.oppurnity-bar .o-title {
	background: #fe6f19;
	color: #fff;
	padding: 5px 15px !important;
	border-radius: 3px;
	display: table;
	margin: 10px 0 !important;
	font-weight:600;
	border:1px solid #333
}
.oppurnity-bar .reward {
	width:auto;
	height:auto;
	overflow:hidden;
	margin:15px;
	border-radius:100%;
	position:relative;
	overflow:hidden;
	cursor:pointer
}
.oppurnity-bar .reward img {
	border-radius:100%!important;
	width:100%;
}
.oppurnity-bar .reward .back-over {
	border-radius: 100%;
	background: #78ba41;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0px;
	top: 85%;
	padding: 5px;
	/* opacity: 0.5; */
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.oppurnity-bar .reward .back-over p.head {
	text-align:center;
	color:#fff!important;
}
.oppurnity-bar .reward .back-over h4 {
	text-align:center;
	color:#fff;
	margin:0px 0px 5px 0px!important;
	padding:0px!important;
}
.oppurnity-bar .reward .back-over h3 {
	text-align:center;
	color:#fff;
	margin:0px 0px 5px 0px!important;
	padding:0px!important;
	color:#ffd879
}
.oppurnity-bar .reward:hover .back-over {
	top:0%;
	background:#0563a5;
}
.oppurnity-bar .reward:hover .back-over p.head {
	display:none
}
.oppurnity-bar .accordion-header {
	background: #1950a3;
	margin-top: 5px;
}
.oppurnity-bar .accordion-header-active {
	background:#78ba41 !important
}
.oppurnity-bar h1 {
	text-shadow: inherit!important;
	color: #fff
}
.oppurnity-bar .accordion-header-icon::before {
 color: #fff;
}
.oppurnity-bar .accordion-header-icon.accordion-header-icon-active::before {
 color: #fff;
}
.oppurnity-bar .accordion-item-active .accordion-header h1 {
	font-size: 20px !important;
	color: #fff;
}
.oppurnity-bar .accordion-content {
	padding: 10px 12px 10px 12px;
}
/*********************************************************************************
list styles start
***************/
ul.mylist {
	list-style:none;
	padding:0 0 0 10px;
	margin:0 0 15px 25px !important;
	font-size:14px
}
ul.mylist li {
	line-height:22px;
	text-indent:-25px;
}
ul.mylist li:before {
	content: "\f138   ";/*f105 f138  */
	font: normal normal normal 14px/1 FontAwesome;
	margin-right:10px;
	color:#f88530;
}
ul.mylist li li:before {
	content: "- ";/*f105 f138  */
	font: normal normal normal 14px/1 FontAwesome;
	margin-right:16px;
	color:#f88530;
}
/**/

.contact-bar {
}
.contact-bar .inner-box {
	position:relative;
	text-align:center;
}
.contact-bar .contact-info {
	position:relative;
	margin-bottom:15px;
	clear: both;
	display: table;
	width: 100%;
}
.contact-bar .inner-box .icon-box {
	position: relative;
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 18px;
	padding-top: 17px;
	margin: 0 15px 15px 0;
	background-color: #eb6e23;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	float: left;
}
.contact-bar .inner-box .text {
	position:relative;
	color:#555555;
	font-size:14px;
	padding-top:10px;
	text-align:left;
	float:left;
	width: 75%;
}
.contact-bar .inner-box .text h4 {
	font-weight: 600;
	font-size: 15px;
	color: #000;
	margin-bottom:2px!important
}
.contact-bar .inner-box .text a {
	color:#555;
}
.contact-bar .cont-form {
	border:1px solid #eee;
	border-top:3px solid #eb6e23;
	padding:15px;
	margin-bottom:20px;
}
.contact-bar .cont-form .main-head {
	font-size:18px;
	text-align:left;
	font-weight: 600;
	color: #333;
}
.contact-bar .form-group {
	position: relative;
	margin-bottom:2px!important;
}
.contact-bar .input-group-addon {
	border-top-left-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
	background: #f2f2f2;
	border:1px solid #ddd!important;
	border-right:0!important;
	color:#666;
	width: 38px !important;
}
.contact-bar .input-group {
	width: 100%;
}
.contact-bar input[type="text"], .contact-bar input[type="email"], .contact-bar input[type="password"], .contact-bar select, .contact-bar textarea {
	display:block;
	width:100%;
	color:#333333;
	font-size:13px;
	padding:8px 10px;
	height:auto;
	background:#fff;
	border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
	border:1px solid #ddd!important;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.contact-bar textarea {
	height:150px;
	resize:none;
	padding-left: 10px !important;
}
.btn-sub {
	display: inline-block;
	color: #fff !important;
	text-align: center;
	border-radius: 0px !important;
	width:100%;
	padding: 10px 10px !important;
	font-size: 14px !important;
	font-weight:600;
	background: #7db449;
	text-transform: uppercase;
}
.btn-sub:hover {
	padding: 10px 10px !important;
}
/*********************************************************************************
default form styles start
***************/
 .form-group label {
	font-weight:normal;
}
.form-group .form-control {
	border-radius:0!important;
	box-shadow:none;
}
.form-group .label-radio {
	margin-right:15px;
}
.form-group input[type=radio] {
	margin-right:5px;
}
.form-group .label-check {
	margin-right:15px;
}
.form-group input[type=checkbox] {
	margin-right:5px;
}
.form-group .form-control:focus {
	box-shadow:none;
	border-color:#ffa34a
}
/******************/
  
/* download col*/
 .download-col {
	text-align: center;
}
.download-col p {
	margin-bottom: 5px !important;
	font-weight: 600;
	font-size: 15px !important;
	text-align: center !important;
	color: #333;
	padding: 20px 5px !important;
	text-transform:uppercase
}
.download-col a {
	font-size:14px;
	background:#f34747;
	text-transform:uppercase;
	color:#fff!important;
	padding:5px 10px;
	letter-spacing:1.8px;
}
.download-col a:hover {
	background:#666;
}
.download-col img {
	margin:auto;
}
/*rankers*/
.rankers .achievers {
	background:#fff;
	border:1px solid #eee;
	border-bottom-color:#eee;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	margin-bottom:10px!important;
	margin-top:10px!important;
	width:100%;
	border-radius:0;
	overflow:hidden;
	margin: auto;
}
.rankers .achievers-container {
	width:100%;
	height:auto;
	position:relative;
	border-bottom:1px solid #eee;
}
.rankers .achievers-pic-container {
	width:100%;
	height:252px;
	margin-bottom:0px;
	position:relative;
}
.rankers .achievers-pic-container img {
	max-width:100%;
	max-height:100%;
	border-radius:0;
	position:absolute;
	top:50%;
	margin-bottom:-50%;
	left:50%;
	margin-right:-50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}
.rankers .achievers-back {
	position:absolute;
	bottom:0%;
	left:0;
	top:0%;
	right:0;
	background:#000;
	z-index:2;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	opacity:0;
	height:100%;
}
.rankers .achievers-btn {
	width:100%;
	height:auto;
	position:absolute;
	z-index:3;
	top: 130%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.rankers .achievers-btn p {
	font-size:14px !important;
	color:#fff!important;
	text-align:center;
	line-height:24px;
}
.rankers h2 {
	font-size: 13px !important;
	color: #555;
	font-weight: 300;
	text-transform: capitalize;
	background: none;
	margin-bottom: 15px !important;
	border: 0;
	text-align: center;
	margin-top: 15px !important;
}
.rankers .rank {
	background: #c61c00;
	color: #fff;
	position: absolute;
	z-index: 1;
	top: -3px;
	padding: 2px 2px;
	font-size: 12px;
	border-radius: 0;
	left: -3px;
	font-weight: bold;
	width: 58px;
	text-align: center;
}
.rankers .achievers-container:hover .achievers-back {
	opacity: 0.8;
}
.rankers .achievers-container:hover .achievers-btn {
	top:50%;
}
/*********************************************************************************
footer styles
***************/
footer {
}
footer .footer-bar {
	background-color: #191313;
	color: #ccc;
	position: relative;
}
footer .footer-bar-top {
	padding-top: 45px;
	padding-bottom: 5px;
}
/**/
footer .cont-icon {
	width:16%;
	float:left;
}
footer .cont-icon img {
	max-width:100%;
}
footer .cont-text {
	width:78%;
	float:right;
}
footer .cont-text p {
	color: #ccc;
	text-transform: uppercase;
	font-weight:600;
	font-size: 16px!important;
}
footer .cont-text p span {
	color:#666;
	font-weight: 400;
	text-transform: none;
	letter-spacing: initial;
	font-size:14px!important;
} 
/**/
footer .footer-bar-middle {
	border-top: 1px solid #212514;
	padding:20px 0 0px;
	margin-top:25px;
}
/* footer site nav*/
footer .site-nav {
}
footer .site-nav ul {
	list-style:none;
	margin:auto!important;
	display:table;
}
footer .site-nav ul li {
	float:left;
	border-right:1px solid #666;
	margin:0px 30px 0px 0px!important;
	padding-right:30px!important;
}
footer .site-nav ul li:last-child {
	border-right:0px;
}
footer .site-nav ul a {
	display:block;
	color:#666!important;
	text-transform:capitalize;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
footer .site-nav ul a:hover {
	color:#fff!important;
}
/*footer social nav*/


footer .social-nav ul {
	list-style:none;
	padding:0px!important;
	display: table;
	margin: 50px auto 40px!important;
	font-size: 14px;
	font-weight: 300;
}
footer .social-nav li {
	float:left;
	line-height:35px;
	margin:0 10px!important
}
footer .social-nav li:first-child {
	margin-top:0px!important;
}
footer .social-nav li a {
	border:0!important;
	padding:0!important
}
footer .social-nav li a .fa {
	color:#333!important;
	background:#fff;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:100%;
	vertical-align:middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
footer .social-nav li a:hover .fa {
	color:#fff!important;
	background:#98c125;
}
/**/
footer .footer-bar-bottom {
	padding: 0px 0 20px;
	background:#0e0e0d;
}
footer .copy {
	text-align:center;
	margin-bottom:0px!important;
	color:#666
}
footer .copy span {
	color:#98c125;
}
/* top and down button*/
#goTop, #goDown {
	border-radius:100%;
	width:40px;
	height:40px;
	padding-top:7px;
	text-align:center;
	position: fixed;
	bottom: 30px;
	right:  45px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	cursor: pointer;
	color: #fff!important;
	font-weight: bold;
	background: #98c125;
	z-index:9999;
}
#goTop:hover, #goDown:hover {
	background: #ddd;
	color: #333!important;
}
