/*********************************************************************************
common styles
***************/
body {
	background:#fff!important;
	color:#333!important;
	font-family: 'Lato', sans-serif !important;
	font-size:13px!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-orange {
	color:#ef642d
}
.btn {
	padding:6px 20px !important;
	border-radius:0!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;
}
.btn-sub, .btn-cancel {
	background: #0072b8;
	color:#fff;
	padding:10px 20px !important;
	border-radius:3px!important;
	margin-right:10px;
	margin-top:15px;
}
.btn-cancel {
	background:#fc910f;
}  
.btn:hover {
	background:#333!important;
	color:#fff!important;
}
/*********************************************************************************
header styles
***************/
header {
	position:relative;
    width:100%;
    top:0;
	z-index:999;
	background:#FFF;
}

header.header-fixed-bar {
	position: fixed !important; 
	box-shadow: 1px 8px 9px 0px rgba(0,0,0,0.26);
	-webkit-box-shadow: 1px 8px 9px 0px rgba(0,0,0,0.26);
	-moz-box-shadow: 1px 8px 9px 0px rgba(0,0,0,0.26);
	width:100%;
}
header.header-fixed-bar  .logo { 
	width: 215px;
    padding: 6px 0px;
    margin: 2px 15px 0;
}
header.header-fixed-bar  .logo img {
	max-width: 90%;
}
header.header-fixed-bar .top-bar{
	display:none;
}
header.header-fixed-bar:after{
	height:60px;
}
header.header-fixed-bar .user-nav {
    margin: 4px 0;
}
header.header-fixed-bar .site-nav {
    padding: 0px;
}
header .cont-nav {
	float:left;
	margin:5px 0;
	position:relative;
}
header .cont-nav ul {
	list-style:none;
}
header .cont-nav ul li {
	float:left;
	display:block;
}
header .cont-nav ul li:first-child a{
	padding-left:0 !important;
}
header .cont-nav ul a {
	display:block;
	padding:0px 15px 0 5px;
	font-size:14px;
	line-height:24px;
	font-weight:400;
	color:#333 !important;
	letter-spacing:1.3px;
	-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-right:1px solid #fff;
}
header .cont-nav ul .cont-icon{
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:50%;
	background:transparent;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	margin:0 auto !important;
}
header .cont-nav ul .cont-icon img{
	max-width:100%;
	padding:6px
}
header .cont-nav ul .cont-text{
	display:inline-block;
	vertical-align:top;
	padding-left:4px !important;
	font-size:14px !important;
	line-height:24px;
	font-weight:400;
	color:#FFF!important;
	letter-spacing:1px;
	margin-top:2px;
}
header .top-bar{
	background: #2c2c2c;
}
header .cont-nav ul .cont-text i{
	color:#ffd51b !important;
	font-size:16px !important;
	line-height:24px;
	font-weight:600;
	margin-right:10px !important;
}
header .cont-nav ul .address{
	margin-left:10px;
}
header .nav-bar{
	background:#FFF !important;
	/*overflow:hidden; */
	margin:10px 0 !important;
}
/* Social Media Icon */
header .social-nav{
	float:right;
	margin-top:4px;
}
header .social-nav ul {
	list-style: none;
    padding: 0px!important;
    /* float: left; */
    display: table;
    margin:5px 0 !important;
}
header .social-nav li {
    float: left;
    margin-right: 5px!important;
}
header .social-nav li a {
    border: 0!important;
    padding: 0!important;
}
header .social-nav li a .fa {
    color: #fff!important;
    width: 30px;
    height: 30px;
    line-height: 30px;
	font-size:12px !important;
    text-align: center;
    border: 0px;
    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;
}
header .social-nav li a .fa-facebook {
    background: #3b5a9a;
}
header .social-nav li a .fa-twitter {
    background: #28a8e0;
}
header .social-nav li a .fa-linkedin {
    background: #117bb8;
}
header .social-nav li a .fa-instagram {
    background: #813cac;
}
/* Start User Nav */
header .user-nav {
	float:right;
	margin:8px 0;
}
header .user-nav ul {
 list-style:none;
}
header .user-nav ul li {
	 float:left;
	 position:relative;
	 /* padding:0 15px !important; */
	
}
header .user-nav ul li:first-child a{
	border-right:1px solid #ccc;
}
header .user-nav ul li:last-child a{
	border-right:none;
}
header .user-nav ul li a {
	display: block;
    padding: 6px 15px 6px;
    font-size: 13px;
    font-weight: 400;
	letter-spacing:1px;
    text-transform: capitalize;
    color: #FFF !important;
	/* border-right:1px solid #ffd311; */
     -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    position: relative;
    z-index: 1;
}
header .site-nav{
	float:right;
	padding:0px 0;
}

header .user-nav{
	float:right
	margin:8px 0;
}
header .user-nav ul {
list-style:none;
}
header .user-nav ul li {
	float:left;
	position:relative;
}
header .user-nav ul li:first-child a {
   padding-left:0 !important;
}
header .user-nav ul li:last-child a{
   border-right:none;
}
header .user-nav ul a {
   display: block;
   padding: 0px 15px 0px;
   font-size: 13px;
   font-weight: 400;
   letter-spacing:1.3px;
   text-transform: capitalize;
   color: #FFF!important;
   border-right:1px solid rgba(255,255,255,.3);
	-webkit-transition: all 300ms linear;
   -moz-transition: all 300ms linear;
   -o-transition: all 300ms linear;
   -ms-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   z-index: 1;
}
header .user-nav ul a img {
margin-right: 8px;
max-width: 13px;
vertical-align: -1px;
}

header .logo-bar{
	padding:10px 0;
	width:100%;
	position:relative;
}
header .logo {
	display: block;
    width: 270px;
    padding: 0;
    margin: 0px;
	margin-top:0px;
}
header .logo img{
	max-width:100%;
}

/*********************************************************************************
section styles
***************/
section.slider {
	position:relative;
}
section.slider .slider-overlay {
	position: absolute;
	top: 0px;
	bottom: 0;
	right: 0;
	z-index: 1; 
	background:url(../design_img/slider-background.png) no-repeat center center;
	background-size:cover;
	width: 40%; 
}

section.slider .social-nav {
    position:relative;
	top:100%;
	right:-40%;
    transform: rotateZ(90deg);
	z-index:11;
}
section.slider .social-nav ul{
	list-style: none;
    width: 100%;
    display: block;
}
section.slider .social-nav ul li{
	float: left;
     width: 0%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
section.slider .social-nav ul li:first-child{
	position: relative;
    right: 210px;
}
section.slider .social-nav ul li:nth-child(2){
	position: relative;
    right: 100px;
}
section.slider .social-nav ul li:nth-child(3){
	position: relative;
    right: 0px;
}
/*section.slider .social-nav ul li:last-child{
	position: relative;
    right: -20px;
}*/
section.slider .social-nav ul li a{
	font-size: 14px !important;
    line-height: 24px;
    color: #FFF !important;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
	white-space:nowrap;
}
section.slider .social-nav ul li a:hover{
	color:#d98b64 !important;
}

section.slider .slider-contact{
	position:absolute;
	left:0;
	right:0;
	bottom:10px;
	background:transparent;
	z-index:9;
}
section.slider .slider-contact .cont-nav {
	float:left;
	margin:15px 0
}
section.slider .slider-contact .cont-nav ul {
	list-style:none;
}
section.slider .slider-contact .cont-nav ul li {
	float:left;
}
section.slider .slider-contact .cont-nav ul a {
	display:block;
	padding:0px 20px;
	font-size:14px;
	color:#fff!important;
	border-right:1px solid #FFF;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
/* section.slider .slider-contact .cont-nav ul li:hover a { */
	/* color:#f47920 !important; */
/* } */
section.slider .slider-contact .cont-nav ul li:last-child a {
	padding-right:0;
	border:0;
}
section.slider .slider-contact .cont-nav ul a .fa {
	margin-right:10px;
	color:#fff;
}
/* section.slider .slider-contact .cont-nav ul li:hover a .fa{ */
		/* color:#f47920 !important; */
/* } */
section.slider .slider-contact .cont-nav ul a span.cont-text {
}
section.slider .slider-contact .cont-nav ul a:hover {
}
/**/
section.contents {
}
section.contents .content-bar {
	padding:40px 0;
	overflow:hidden;
}
/*main heading*/
.main-head {
	line-height:32px!important;
	font-weight:600;
	font-family:"Times New Roman", Times, serif;
	font-size:32px!important;
	color:#333;
   }
   .main-head span {
	font-family: 'Poppins', sans-serif;
	font-size:16px!important;
	font-weight:500;
	color:#eb6e23;
   }
   .main-head span.brdr {
	background: #eb6e23;
	height: 2px;
	display: inline-block;
	width: 30px;
	margin: 5px 10px 5px 0 !important;
   }
   .main-head span.brdr img {
	width:32px;
	height:41px;
	margin: auto;
	margin-top:-27px
   }
/**/
/*********************************************************************************
section styles
***************/
section.slider {
}
/**/
section.contents {
	
}
section.contents .content-bar {
	padding:40px 0;
	overflow:hidden;
}
/* page banner*/
.banner-bar {
	background:#0072b8 url(../design_img/inner-banner.jpg) no-repeat center center ;
	background-size:cover;
	padding:90px 0 90px;
}
.banner-bar .banner-content {
}
.banner-bar .banner-content h1 {
	font-size: 50px !important;
    line-height: 40px;
    color: #FFF !important;
    font-weight: 700;
    margin-bottom: 10px !important;
    font-family: 'Dongle', sans-serif;
    position: relative;
    letter-spacing: 1.1px;
}
.sub-menu-block {
    background:rgba(255,255,225,.1);
    padding: 10px 10px;
    width: 250px !important;
    display: flex;
    align-items:left;
    justify-content:left;
    float: none;
   
}
/*location*/ 
.location {
	list-style:none;
	position: relative;
}
.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: '\f105 ';
	font-family: 'FontAwesome';
	font-size: 13px;
	margin-left:10px;
	color:#fff
}
.location li:last-child a:after {
	content: '';
	margin-left:0px;
}
.location li a {
	color:#fff!important;
	font-size:16px !important;
	line-height:24px;
	font-weight:700;
	-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: #ddffaf !important;
}
.location li a.active {
	    color: #ddffaf !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
}
/*legals*/
/*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: #001736;
	top:30px;
	opacity:0;
}
.product-btn a.view {
	background: #4995ba;
	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;
}
.inn-galler-sec .gallery-outer {
    margin-bottom: 30px !important;
}
.inn-galler-sec .gallery {
    position: relative;
    border-radius: 0px;
}
.inn-galler-sec .gallery img {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    max-width: 100%;
}
.sl-wrapper .sl-image .sl-caption {
     bottom: -30px !important;
}

/* */
.legal {
	height: auto;
	padding:10px 0px 0px 0px!important;
}
 
.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: uppercase;
	color: #666;
	padding-bottom: 6px;
	text-align: center !important;
}
/* 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;
}
/* contact bar */
.contact-bar {
	 
}  
.contact-bar .cont-nav {
	background:#f5dd96;
	padding:40px;
	overflow:hidden;
}
.contact-bar .cont-nav h3 {
	color:#333; text-transform:uppercase; font-weight:600;
	margin: 0 0 40px 0!important; text-align:left
}
.contact-bar .cont-nav ul {
	list-style:none;
	margin-bottom:20px!important;
}
.contact-bar .cont-nav ul li {
	line-height: 24px;
	margin-bottom: 20px !important;
	overflow:hidden;
}
.contact-bar .cont-nav ul a {
	display:block;
	color:#333 !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;
	font-size: 14px;
}
.contact-bar .cont-nav ul a i {
	margin-right:25px;
	float:left;
	margin-top: 4px;
	font-size: 20px;
	width:20px;  
}
.contact-bar .cont-nav ul a span {
	float:left;
	display:block;
	width:calc(100% - 50px );
}
/**/
.contact-bar .main-head{
	 text-align:center;	margin: 30px 0 !important;
}  
.contact-bar .iframe-form{ width:100%; height:400px;}
.contact-bar .form-group {
	position: relative;
	margin-bottom:7px!important;
}
.contact-bar .input-group-addon {
border-radius: 3px !important;
	background: #eee; 
	border:0;	color:#999;
	width: 42px !important;
	border-top-right-radius:0 !important;
		border-bottom-right-radius:0 !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:14px;
	padding:15px 10px;
	height:auto;
	background:#f6f6f6!important;border-radius: 3px !important;
	border-top-left-radius:0 !important;
		border-bottom-left-radius:0 !important;
	border:0px solid #ececec!important; 
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.contact-bar textarea {
	height:160px;
	resize:none;
	padding-left: 10px !important;
}
.contact-bar .button {
	font-size:16px;
	margin-top:10px;
	
	margin:auto;
	display:table;
}

/*Feature Bar */
.home-feature-sec{
	padding:50px 0 50px;
	position:relative;
	background-image: url("../design_img/fact-bg.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;
}

/* count bar*/
.count-bar {
 }
.count-col {
	padding:0px 20px;
	position:relative;
	text-align:center;
}
.count-col .icon {
 width: 50px;
 height: 50px;
 margin: 0 auto 10px !important;
 text-align: center;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
.count-col .icon img {
 max-width: 100%;
}
.count-col .main-text {
 font-size: 50px !important;
 line-height:50px !important;
 text-align:left;
 font-weight: 800;
 color: #fff;
 margin-bottom: 0px !important;
font-family: 'Dongle', sans-serif;
 text-align:center;
}
 .count-col .main-text::after {
 content: '+';
 font-size: 40px;
 margin-left: 0px;
 vertical-align: 2px;
}
.count-col .common-text {
	 text-align:center;
	 margin-bottom: 0px !important;
	 text-transform: capitalize;
	 color: #fff;
	 line-height: 35px;
	 font-weight:700;
	 font-size: 27px !important;
	 font-family: 'Dongle', sans-serif;
}
/* Home Why Choose Us */


/*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:260px;
	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%;
}

/*********************************************************************************
Join form 
***************/
.custom-form-head {
	background: #84b148;
    padding: 10px 10px 10px 15px !important;
    border-radius: 0px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    width: 100%;
    border-bottom: 0px solid #ddd;
    font-size: 14px !important;
    line-height: 25px;
    border-radius: 8px !important;
	margin-top:10px !important;
}
.custom-form-head .fa{
	font-size:18px !important;
	line-height:25px;
	color:#fff;
	font-weight:400;
	margin-right:10px !important;
}
.mem-reg-bar .form-group label {
    font-weight: normal;
	font-size:13px !important;
	line-height:20px;
	color:#2b2b2b !important;
	margin-bottom:10px !important;
}
.mem-reg-bar  .form-group .form-control {
    border-radius: 0 !important;
    box-shadow: none;
    background: none;
    padding: 8px 12px;
    height: 34px !important;
	border:1px solid #2b2b2b !important;
	margin-bottom:2px !important;
}
.mem-reg-bar .form-group .form-control:focus {
    box-shadow: none;
    border-color: #84b148 !important;
    color: #2b2b2b !important;
}
.mem-reg-bar .btn-orange{
	min-width: 150px;
    padding: 10px 15px !important;
    font-size: 14px !important;
    line-height: 24px;
    background: #2b2b2b !important;
    border-radius: 8px !important;
    margin-top: 10px;
    color: #FFF !important;
    font-weight: 600;
	border-color:#2b2b2b !important;
}
.mem-reg-bar .btn-orange:hover{
	background:#84b148!important;
	border-color:#84b148 !important;
	color:#fff !important;
}
.mem-reg-bar td{
	padding-right:10px !important;
}
.mem-reg-bar .form-group {
    position: relative;
    margin-bottom:18px !important;
}
.clearfix{ 
	clear:both;
}
/*.custom-form-head-1 {
	background: #fff;
	padding: 5px 10px 8px 0px;
	border-radius: 0px;
	font-weight: 600;
	color: #1b86b0;
	position: relative;
	width: 100%;
	border-bottom: 2px solid #ffab00;
	text-transform: uppercase; 
}*/
.custom-form-head-1 {
	background: #fff;
	padding: 5px 10px 1px 0px;
	border-radius: 0px;
	font-weight: 600;
	color: #fdbe44;
	position: relative;
	width: 100%;
	/* border-bottom: 2px solid #ffab00; */
	text-transform: uppercase;
}
.custom-form-head span {
	width: 36px;
	height: 35px;
	background: #4d8c40;
	border-radius: 0%;
	text-align: center;
	line-height: 35px;
	color: #fff;
	margin-right: 10px;
	display: inline-block; 
}
.callout-light-blue {
	background:#dbf5ff;
	border-color:#00c0ef
}
.form-joining .birth-year, .form-joining .birth-month, .form-joining .birth-date {
    float: left;
    margin-right: 1%; 
}
.form-joining .birth-year {
    width: 32%;
}
.form-joining .birth-month {
    width: 32%;
}
.form-joining .birth-date {
    width: 32%;	
}
.form-group .form-control.date {
	cursor:text;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background:url(../images/icon-date.png) 97%;
	background-repeat: no-repeat;
}
.form-group select.form-control, .form-group select.aspNetDisabled {
	cursor:text;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background:url(../images/icon-select-arrow.png) right;
	background-repeat: no-repeat;
	padding: 2px 5px 2px 2px;
}
.joining-terms{ 
	display:none; 
	border: 1px solid #d2d6de; 
	padding: 6px 12px;
	margin-bottom: 20px;}

.joining-terms ul{
	padding: 0 0 0 17px!important;
	list-style-type: circle;
}
.joining-terms ul li{
	font-size:13px;
	line-height:24px;
	color:#555;
}
.joining-terms h4{
	font-size: 16px;
	margin-bottom: 5px !important;
	margin-top: 5px !important;
}
.form-joining  .radio, .form-joining .checkbox {
    display: block;
}
.myprofile strong {
	font-weight:600;
	font-size:14px;
}
.myprofile .textdtl {
	font-weight:400;
	font-size:14px;
}
.myprofile .form-control.underlined {
 /*   border-bottom: 1px solid #efefef;*/
}
.join-form-box .alert {
 margin-top: 40px
}

/*legals*/
.legal {
	height: auto;
	padding:10px 0px 0px 0px!important;
}
 
.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: uppercase;
	color: #666;
	padding-bottom: 6px;
	text-align: center !important;
}

/* password show hide*/
.toggle-password {
 position: absolute;
 right: 10px;
 width: 10px;
 color: #fff !important;
 text-align: center;
 top: 32px;
 padding: 13px 11px 11px 10px;
 float: right;
 margin-right: 1px;
}
.toggle-password.open-eye {
 background: url(../design_img/icon-show-pwd.png);
 background-repeat: no-repeat;
 background-size: contain;
}
.toggle-password.close-eye {
 background: url(../design_img/icon-hide-pwd.png);
 background-repeat: no-repeat;
 background-size: contain;
}





/*********************************************************************************
my table start
***************/
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:#3b8334;
	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;
}
 
section.contents .mytable tr:nth-child(odd) {
background:#e9faf9;
}
section.contents .mytable tr:hover {
	background:#eee
}
/*********************************************************************************
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;
}


/*********************************************************************************
default form styles start
***************/
.inner-contact-sec .cont-form-outer label {
	font-weight: 700;
	font-size: 13px;
	color: #666;

}

.form-group {
	position: relative;
	margin-bottom: 18px !important;
}

.form-group label {
	font-weight: normal;
}

.form-group .label-err,
.form-group .error:not(.form-control) {
	background: #f99c54;
	width: auto;
	font-size: 11px;
	color: #fff !important;
	padding: 0px 5px 2px;
	border-radius: 2px;
	position: absolute;
	bottom: -22px;
	z-index: 1;
	font-weight: 400 !important;
}

.form-group .label-err::before,
.form-group .error::before {
	content: "\f0d8 ";
	font: normal normal normal 20px/1 FontAwesome;
	color: #f99c54;
	position: absolute;
	top: -13px;
	left: 20px;
}

.form-group .form-control {
	border-radius: 0 !important;
	box-shadow: none;
	background: none;
	padding: 8px 12px;
	height: auto;
	color: #121212;
}

.form-group select.form-control {
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../design_img/icon-select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 6px top 50%;
	z-index: 0;
	/*padding: 7px 20px 7px 4px; */
	padding-left: 5px;
	padding-right: 20px;
}

/*@-moz-document url-prefix() {
	.form-group select.form-control {
		padding: 7px 20px 7px 4px;
	}
}*/
.form-group .label-radio {
	margin-right: 15px;
}

.form-group input[type=radio] {
	margin-right: 5px;
}

.form-group .label-check {
	margin-right: 15px;
	text-transform: none !important;
	font-family: 'Poppins', sans-serif !important;
}

.form-group .label-check a {
	color: #fcd80f !important;
}

.form-group .label-check a:hover {
	text-decoration: underline !important
}

.form-group input[type=checkbox] {
	margin-right: 5px;
}

.form-group .form-control:focus {
	box-shadow: none;
	border-color: #145383;
	color: #121212;
}

.form-group textarea.form-control {
	resize: none;
}

/*********************************************************************************
default form styles start
***************/
.form-group {
	position: relative;
	margin-bottom: 5px !important;
}
.form-group label {
	font-weight:normal;
}
.form-group .label-err {
	width: auto;
	font-size: 11px;
	color: red;
	padding: 0px;
	position: absolute;
	left: 0;
}
.form-group .form-control {
	border-radius:0!important;
	box-shadow:none;
	background:none;
	padding:8px 12px;
	height:auto;
}
.form-group select.form-control {
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../design_img/icon-select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 6px top 50%;
	z-index: 0;
	/*padding: 7px 20px 7px 4px; */
	padding-left:5px;
	padding-right:20px;
}
 /*@-moz-document url-prefix() {
	.form-group select.form-control {
		padding: 7px 20px 7px 4px;
	}
}*/
.form-group .label-radio {
	margin-right:15px;
}
.form-group input[type=radio] {
	margin-right:5px;
}
.form-group .label-check {
	margin-right:15px;
	text-transform:none!important;
	font-family: 'Poppins', sans-serif!important;
}
.form-group .label-check a {
	color: #fcd80f!important;
}
.form-group .label-check a:hover {
	text-decoration:underline!important
}
.form-group input[type=checkbox] {
	margin-right:5px;
}
.form-group .form-control:focus {
	box-shadow: none;
    border-color: #84b148;
    color: #232323;
}
.form-group textarea.form-control {
	resize:none;
}
/*********************************************************************************
footer styles
***************/
footer {
	background:#020c13 url(../design_img/footer-bg.jpg) center center no-repeat;
	position:relative;
	background-size: cover;
	padding:80px 0 0;
}
footer .footer-top{
	position: relative;
	padding-right:150px;
}
footer .footer-top p{
	font-size:14px !important;
	line-height: 24px;
	font-weight:400;
	color:#fff;
	text-align: justify;
}
footer .footer-top .logo{
	width:250px;
	position: relative;
	display: block;
	margin-bottom:10px;
}
footer .footer-top .logo img{
	max-width:100%;
}
footer .footer-top h4{
	font-size: 32px !important;
    line-height: 30px;
    color: #a3e150 !important;
    font-weight: 700;
    margin-bottom:10px !important;
    font-family: 'Dongle', sans-serif;
    position: relative;
    letter-spacing: 1.3px;
}
footer .site-nav ul {
    list-style: none;
    margin-bottom: 20px!important;
}
footer .site-nav ul li {
    text-indent: -13px;
    line-height: 25px;
    color: #ccc !important;
    margin-left: 25px !important;
	margin-bottom:5px !important;
}
footer .site-nav ul a {
    font-size: 13px;
    color: #ccc !important;
    text-align: left;
    -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 li i {
    margin-right: 8px;
    color: #a3e150 !important;
}
footer .footer-right{
	position: relative;
	margin-bottom:40px;
}
footer .foot-add{
	position: absolute;
	bottom:40px;
	left:-150px;
	padding: 30px;
    background: #84b148;
	width:300px;
}
footer .foot-add h4{
	font-size: 30px !important;
    line-height: 30px !important;
    color: #FFF !important;
    font-weight: 700;
    margin-bottom: 0px !important;
    font-family: 'Dongle', sans-serif;
    position: relative;
    padding-left: 15px !important;
    letter-spacing: 1.3px;
}
footer .foot-add h4:before{
    position: absolute;
    content: "";
    left: 0px;
    background: #FFF;
    top: 2px;
    height: 21px;
    width: 3px;
}
footer .f-map{
	width:100%;
	height:460px;
}
footer .foot-add p{
	font-size:14px !important;
	line-height: 24px;
	color:#fff;
	font-weight: 400;
	text-align: justify;
	margin-bottom:0 !important;
}
/*social nav*/ 

footer .social-nav ul {
 list-style:none;
 overflow: hidden;
 float:left;
}
footer .social-nav li {
 float:left;
 margin-right:10px!important
}
footer .social-nav li a {
 border:0!important;
 padding:0!important
}
footer .social-nav li a .fa {
	 color: #FFF !important;
	 width: 32px;
	 height: 32px;
	line-height: 32px;
	background: #84b148;
	border-radius:100%;
	font-size:14px;
	text-align:center;
	-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 {
	background:#71b100;
	color:#FFF !important;
}
footer .site-nav2 ul {
    list-style: none;
    margin: auto !important;
    display: table;
    background: #505050;
    padding: 15px !important;
    width: 100%;
    text-align: center;
}
footer  .site-nav2 ul li:first-child {
    padding-left: 0 !important;
}
footer  .site-nav2 ul li:last-child {
    padding-right: 0 !important;
}
footer .site-nav2 ul li {
    float: none;
    margin: 0px !important;
    padding: 0 15px 20px !important;
    border-color: #71b100 !important;
    display: inline;
    margin: 0 auto 20px !important;
}
footer  .site-nav2 ul a {
    display: inline-flex
;
    color: #FFF !important;
    font-size: 13px !important;
    line-height: 22px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    -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-nav2 ul a:hover{
	color: #b0d77c !important;
}
footer .footer-top p.copy{
	display: block;
    clear: both;
    margin-top: 20px !important;
    top: 20px;
    background: #505050;
    padding: 10px !important;
    position: relative;
    text-align: center;
}

/*footer bar bottom*/
footer .footer-bar-bottom {
	background:#000;
	color: #fff;
	padding:20px 0 !important;
}
footer .footer-bar-bottom .copy {
 font-size:13px!important;
 margin-bottom:0px!important;
 text-align:left;
 color: #fff;
}
footer .footer-bar-bottom .co-name {
	 color: #e94d1b;
}
footer .footer-bar-bottom .designer {
 margin-bottom:0px!important;
 text-align:right;
 font-size:13px!important;
}
footer .footer-bar-bottom .designer img {
 border: 1px solid #84b148;
 border-radius: 100%;
 padding: 2px;
 background: #fff;
}
footer .contact-map{
	width: 100%;
    height: 200px;
}
 /* top and down button*/
#goTop, #goDown {
 width:40px;
 height:40px;
 line-height:40px !important;
 position: fixed;
 bottom: 30px;
 right: 30px;
 z-index: 99;
 text-align: center;
 background: #84b148;
 color: #fff;
 border-radius: 50%;
 font-size: 25px;
 display: none;
}
#goDown {
 display:block;
}
#goDown .fa {
 padding-top:6px;
 color: #fff;
}
#goTop .fa, #goDown .fa {
 color: #fff;
}
#goTop:before, #goDown:before {
	 content: '';
	 position: absolute;
	 border: 2px solid #84b148;
	 border-radius: 50%;
	 top: -2px;
	 right: -2px;
	 bottom: -2px;
	 left: -2px;
	 -webkit-animation: hvr-ripple-out 1.2s ease-in-out infinite;
	 animation: hvr-ripple-out 1.2s ease-in-out infinite;
}
#goTop:after, #goDown:after {
 position: absolute;
 z-index: -1;
 content: '';
 top: 100%;
 left: 5%;
 height: 10px;
 width: 90%;
 opacity: 1;/*background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);*/
}
@-webkit-keyframes hvr-ripple-out {
	100% {
	top: -12px;
	right: -12px;
	bottom: -12px;
	left: -12px;
	opacity: 0;
   }
   }
 @keyframes hvr-ripple-out {
	100% {
	top: -12px;
	right: -12px;
	bottom: -12px;
	left: -12px;
	opacity: 0;
   }
 }