/*********************************************************************************
common styles
***************/
body {
 background:#fff!important;
 color:#333!important;
 font-family: 'Poppins', 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:13px!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: #86c840;
 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;
    z-index: 10;
    width: 100%;
    top: 0; 
}
header.header-fixed-bar {
 position: fixed !important;
 width: 100% !important;
 top: 0;
 z-index: 99;
/* -moz-box-shadow:0px 5px 20px rgba(0, 0, 0, 0.1);
 -webkit-box-shadow:0px 5px 20px rgba(0, 0, 0, 0.1);
 box-shadow:0px 5px 20px rgba(0, 0, 0, 0.1);*/
}
header.header-fixed-bar .top-bar,
header.header-fixed-bar .logo p {
display:none;
}
header.header-fixed-bar .logo-bar {
    background: #ffffff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
header.header-fixed-bar .logo img {
    max-width: 175px; 
}
header.header-fixed-bar .logo{
	background:transparent;
}



/**/
header .top-bar {
   background: linear-gradient(90deg, #10b064 0%, #055e34 80%);
}
header .top-bar .wel-txt {
 margin-bottom:0!important;
 color:#666
}
header .top-bar .wel-txt strong{
 color:#144884
}


/*user nav*/ 
header .user-nav {
position:fixed;
top:50%;
margin-bottom:-50%;
right:0;
z-index:99;
transform:translateY(-50%);
}
header .user-nav ul {
	list-style: none;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 14px;
    font-weight: 300;
    margin-top: 0px !important;
}
header .user-nav ul li {
    -moz-box-shadow:0px 2px 20px rgb(0 0 0 / 24%);
 	-webkit-box-shadow:0px 2px 20px rgb(0 0 0 / 24%);
 	box-shadow:0px 2px 20px rgb(0 0 0 / 24%);
}
header .user-nav ul a {
	display: block;
    color: #fff !important;
    min-height: 44px;
    padding: 12px 15px 12px 50px !important;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    min-width: 120px;
    margin-right:0px;
    margin-bottom: 20px;
    /* display: block;
    padding: 10px 20px 10px 10px;
    font-weight: 600;
    color: #fff!important;
    text-transform: uppercase;
    position: relative;
    border: 1px solid #fff;
    border-right: 0; */
}
header .user-nav ul a i{
	background-color: #5a9d14;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 40px;
    color: #fff;
    font-size: 26px;
    line-height:42px;
    font-weight: 100;
}
header .user-nav ul a.login i{
	background:#dd6412 !important;
}

header .user-nav ul a.login{
		background: #f58634;
}
header .user-nav ul a.join{
	background: #86c840;
}
header .user-nav ul a .fa {
	margin-right: 10px;
	color: #fff;
	font-size: 15px;
}
header .user-nav ul a.login:hover {
 	background:#dd6412 !important;
}

header .user-nav ul a:hover {
	background:#5a9d14 !important;
}

header .user-nav2 {
    float: right;
    margin: 8px 0;
}
header .user-nav2 ul {
    list-style: none;
}
header .user-nav2 ul li {
    float: left;
    position: relative;
    /* padding: 0 15px !important; */
}
header .user-nav2 ul a {
    display: block;
    padding: 6px 15px 6px;
    font-size: 13px;
    font-weight: 600;
    color: #fdff67 !important;
    border-left: 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-nav2 ul a img {
    margin-right: 8px;
    max-width: 13px;
    vertical-align: -1px;
}
header .user-nav2 ul a.login {
}


/*logo bar*/ 
header .logo-bar {
-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 .logo {
	padding:5px 0 5px 0;
	display:block;
	text-align:center;
}
header .logo img {
    max-width: 200px;
    margin: 0 auto 5px;
    display: table;
    -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 .logo p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0!important;
}

/*cont nav*/
header .cont-nav {
}
header .cont-nav ul {
	list-style:none;
}
header .cont-nav ul li {
	float:left;
}
header .cont-nav ul a {
	display:block;
	padding:10px 10px; 
	color:#fff !important;
	border-right:1px solid #ccc;
	-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:first-child a { padding-left:0}
header .cont-nav ul a img { 
    max-width: 14px;
    vertical-align: -2px;
    margin-right: 5px; 
	filter: brightness(0) invert(1);
}
header .cont-nav ul a span.cont-text {
}
header .cont-nav ul a:hover {
}
/*social links*/
header .social-nav {
	float:right;
}
header .social-nav ul {
	list-style:none;
}
header .social-nav li {
	float:left;
	margin-top:4px !important;
}
header .social-nav li:first-child{
  /*  margin: 10px 0!important; */
	color:#fff;
}	
header.social-nav li a {
}
header .social-nav li a .fa {
	color: #fff !important;
	text-align: center;
	margin-left: 5px;
	font-size:14px;
    padding: 13px 10px 12px;
}
header .social-nav li a:hover .fa {
	color:#f58634!important;
}
/* nav bar */
header .nav-bar {
	z-index: 99;
    position: relative;
    display: block;
}

/*site nav*/
header .site-nav {
float:right
} 
/*********************************************************************************
section styles
***************/
section.slider {
 position:relative;    z-index: 0;
}
section.slider:after {
    content: '';
    background: #2e271a30;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
section.slider .magic-div img {
	/*animation:kenburns 5s infinite;
	width:100%;*/
    /*animation-direction:alternate*/
}
@keyframes kenburns {
 100% {
 transform:scale3d(1.1,1.1, 1.1) scale(1.1);
 opacity:1
}
}
section.slider .home-down {
	width: 100%;
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: 10;
	cursor: pointer;
}
section.slider .home-down a {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	display: block;
	margin: auto;
	padding: 12px 2px 5px;
	position: relative;
	background: #f58634;
    border:2px solid #fff
}
section.slider .home-down a img {
 max-width: 20px;
 margin: auto;
display: block;
 position: relative;
 animation-name: bounceDown;
 animation-duration:1.4s;
 animation-delay:0.2s;
 animation-iteration-count:infinite;
 animation-timing-function:linear;
}
 
/**/
section.contents {
}
/*main heading*/
.main-head {
	line-height:45px!important;
	font-weight:700;
	font-size:36px!important;
	color:#076b3c;	
	font-family: "Nunito", sans-serif;
}
.main-head span {
	font-size: 16px !important;
    font-weight: 500;
    color: #7f0707;
    display: block;
    line-height: 24px;	 
}
.main-head span.brdr {
 background: #ddd;
 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
}

/* home-gen-inf */
/**/
.home-abt-bar {
	padding: 80px 0 !important;
	position: relative;
}

.home-abt-bar .main-head {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.home-abt-bar .home-img-col {
	position: relative;
	z-index: 1;
	width: calc(100% - 40px);
	float: right
}

.home-abt-bar.manufa-unit .home-img-col {
	float: left;
}

.home-abt-bar.manufa-unit .row-gape .home-img-col {
	float: right;
}

.home-abt-bar.manufa-unit .row-gape .manu-sec-row {
	margin-top: 80px;
}

.mem-gape {
	margin-top: 60px;
}

.home-abt-bar .mem-gape .idx-heading span{
	text-align:center;
	display:block;
}

.manu-unit {
	position: relative;
	margin-bottom: 30px;
}

.manu-unit img {
	max-width: 100%;
}

.home-abt-bar.inner-abt-sec.manufa-unit {
	padding: 80px 0 50px !important;
}

.home-abt-bar .home-img-col::before {
	content: '';
    background: url(../design_img/dots.png);
    position: absolute;
    top: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
    z-index: -1;
    background-size: 100%;
}

.home-abt-bar .home-img-col::after {
	content: '';
    background: url(../design_img/dots.png);
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    z-index: -1;
    background-size: 100%;
}

.home-abt-bar .home-img-col img {
	max-width: 100%;
	border-radius:10px;
}

a.btn-more {
	color: #fff !important;
	background: linear-gradient(90deg, #7f0707 0%, #a21212 50%);
	display: inline-block;
	margin: 12px 0 0px;
	padding: 12px 20px 12px 20px !important;
	border-radius: 4px !important;
	overflow: hidden;
	position: relative;
	width:135px;
	text-align:center;
}
a.btn-more:hover{
	background:#027840;
}

.home-abt-bar p {
	text-align: justify;
	font-size: 14px !important;
	line-height: 24px;
	color: #565656;
}

.home-info-bar .fea-col {
    text-align: center;
    background: linear-gradient(180deg, #057540 0%, #15ad65 80%) no-repeat;
    padding: 20px 15px !important;
	border-radius:10px;
}
.home-info-bar .fea-col .h-icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	line-height: 80px;
	text-align: center;
	margin: 0 auto 15px !important;
	/* background: red; */
	transition: all 0.6s ease;
	transform-style: preserve-3d;
}

.home-info-bar .fea-col:hover .h-icon {
	/* transform: rotateY(180deg); */
	transform: rotateY(-180deg);
}

.home-info-bar .fea-col .h-icon img {
	max-width: 80px;
}

.home-info-bar .fea-col h3 {
	font-size: 18px !important;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
	line-height:25px;
	font-family: "Nunito", sans-serif;
	margin-bottom: 0 !important;
	webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.home-info-bar .fea-col p{
	color:#fff !important;
	font-size:13px !important;
	line-height:25px;
	font-weight:400;
	text-align:center;
}
/* */

/* count bar*/
.count-bar {
	/*background:linear-gradient(90deg, #152325 50%, #215943  50%);*/
	background:#f9f9f9;
	padding:80px 0 60px;
	position:relative;
}

.count-bar .main-head {
	font-weight:700;
	font-size:33px !important;
	line-height:45px;
}
.count-bar .img-col {
 padding:20px 0px 20px 0px!important;
}
.count-bar .img-col img {
 max-width:90%;
 float:right;
 border-radius:10px;
 position:relative;
 z-index:1
}
.count-col {
	margin-bottom: 12px;
	margin-top: 15px;
}

.count-col .icon {
 width:100px;
 height:100px;
 border-radius:100%;
 margin: 0 auto 5px !important;
 text-align: center;
 line-height: 95px;
 background:#fff;
 border: 1px solid #d9d4c4;
 -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: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;
}
.count-col .main-text {
	 font-size: 35px !important; 
	 text-align: center;
	 font-weight: 700;
	 color: #333;
	 line-height: 40px;
	 padding-left: 12px;
	 font-family: "Nunito", sans-serif;
}
.count-col .main-text::after {
 content: '+';
 font-size: 25px;
 margin-left: 5px;
 vertical-align: 3px;
}
.count-col .common-text {
	text-align: center;
    font-weight: 600;
    margin-bottom: 0px !important;
    text-transform: capitalize;
    color: #3a2d2d;
    font-size: 14px !important;
    line-height: 24px;
}
.count-col:hover .icon {
 background: #27ad6c;
 transform:scale(1.1);
}
.count-col:hover .icon img {
 filter: brightness(0) invert(1);
 transform:scale(0.7);
} 
/* */
/*product slide bar */
.product-slide-bar {
 padding: 50px 0px 50px!important;
 background: #fff;
}
.product-slide-bar .btn-more {
	 overflow: hidden;
	 display: inline-block;
	 color: #fff !important;
	 text-transform:uppercase;
	 margin: 20px auto 0;
	 padding: 10px 0px!important;
	 width:150px;
	 display: block!important;
	 letter-spacing:1px;
}

.product-slide-bar .btn-more:hover {
    background: #027840 !important;
}
/*products*/
.product {
 padding: 15px 10px;
 overflow: hidden;
}
.product-container {
 width:100%;
 height:auto;
 overflow:hidden;
 position:relative;
 /*-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
 -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
 box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06); */
 border-radius: 8px;
}
.product-pic-container {
 width: 100%;
 height: auto;
 margin-bottom: 10px;
 position: relative;
 overflow: hidden;
 border-radius:10px;
 -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: 0;
 left: 0;
 bottom: 0;
 right: 0;
 background: #000;
 z-index: 2;
 visibility: hidden;
 opacity: 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;
}
.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: #0095bc;
}
.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 #0095bc;
 position: absolute;
 bottom: -4px;
 left: 50%;
 margin-left: -4px;
}
.discount {
 background: #333;
 color: #fff;
 width: 62px;
 height: 25px;
 position: absolute;
 top: 0px;
 right: 0;
 z-index: 1;
 text-align: center;
 line-height: 22px;
 display:none
}
.product-btn {
 background: #4ec7db;
 width: 50px;
 height: 50px;
 position: absolute;
 z-index: 3;
 right: -50px;
 bottom: 0;
 -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;
 display: block;
 text-align: center;
 line-height: 50px;
 text-transform: uppercase;
 -webkit-transition: all 150ms linear;
 -moz-transition: all 150ms linear;
 -o-transition: all 150ms linear;
 -ms-transition: all 150ms linear;
 transition: all 150ms linear;
}
.product-btn a.cart {
 background: #444;
}
.product-btn a.view {
 background: #d73535;
}
.product-btn a:hover {
 background:#333!important
}
.product-name {
 text-align: center;
 font-size: 14px !important;
 margin: 15px 0 !important;
 text-transform: uppercase;
 font-weight: 600;
}
.product-name a {
 color:#0d0d05 !important;
}
.product-price {
 text-transform:capitalize;
 text-align:center;
 margin-bottom:10px!important;
}
.product-price .price-before {
 color:#999999;
 text-decoration:line-through;
 font-size: 17px;
}
.product-price .price-now {
 font-weight: 400;
 color: #222;
 margin: 0 5px;
 font-size: 14px;
}
.product-price .price-bv {
 font-weight: 400;
 color: #d81c1c;
 margin: 0 5px;
 font-size: 14px;
}
.product-container:hover .product-pic-container img {
 transform:scale(1.1)
}

/* */

/*
.home-abt-bar {
 background: #fff url(../design_img/home-back-1.jpg) no-repeat center center;
 background-size:100%;
 padding: 120px 0 120px 0 !important;
}
 
.home-abt-bar .home-txt-col {
	background: #093c20cf;
	padding: 50px;
}
.home-abt-bar .home-txt-col .main-head{
color:#fff; text-align:center; margin-bottom:10px!important; line-height:40px!important
}

.home-abt-bar .home-txt-col p {
 text-align:justify; color:#fff; text-align:center; font-size:16px!important; line-height:30px
}
.home-abt-bar .btn-more {
 overflow: hidden; 
 background:#f58634;
 color: #fff !important;
 text-transform:uppercase; 
 padding: 10px 0px!important;
 width:150px;
 display: block!important;  margin: 20px auto 0 !important;
 font-weight:600;
 letter-spacing:1px;
}
.home-abt-bar .btn-more span {
 position: relative;
 display: block;
 -webkit-transition: -webkit-transform 0.3s;
 -moz-transition: -moz-transform 0.3s;
 transition: transform 0.3s;
}
.home-abt-bar .btn-more span::before {
 position: absolute;
 right: 100%;
 content: attr(data-hover);
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 color: #144884;
 width: 100%;
}
.home-abt-bar .btn-more:hover {
 padding: 10px 0px!important;
 background:#fff!important;
}
.home-abt-bar .btn-more:hover span {
 -webkit-transform: translateX(100%);
 -moz-transform: translateX(100%);
 transform: translateX(100%);
} 
*/
/*product slide bar */
.product-slide-bar {
	padding: 70px 0px !important;
}
.product-slide-bar .main-head{ text-align:center}
.product-slide-bar p{ text-align:center; margin-bottom:25px!important;}
.product-slide-bar .product-pic {
	 
}
.product-slide-bar .product-pic img{ max-width:100%}

/**/
.home-web-col {
 display: block;
 position: relative;
 padding: 20px ;
 margin-top: 70px;
 background:#fff;
 border-radius: 10px;
 -webkit-transition: all 0.4s ease-out;
 -moz-transition: all 0.4s ease-out;
 -ms-transition: all 0.4s ease-out;
 -o-transition: all 0.4s ease-out;
 transition: all 0.4s ease-out;
}
.home-web-col h4 {
 font-size: 16px;
 font-weight: 600;
 color: #666;
 text-align: center;
 line-height: 23px;
 margin: 15px 0 8px !important;
 position: relative; 
}
.home-web-col .h-icon {
 width: 65px;
 height: 65px;
 padding: 5px;
 background: #71b925 ;
 border-radius: 100%;
 margin: -50px auto 0; 
}
.home-web-col .h-icon img {
 max-width:100%; 
}


/*products*/
.product {
 margin: 0px 10px;
 overflow: hidden;
 background: #e9ecf2;
 border: 1px solid #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;
}
.product-container {
 width:100%;
 height:auto;
 overflow:hidden;
 position:relative;
}
.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: 0;
 left: 0;
 bottom: 0;
 right: 0;
 background: #000;
 z-index: 2;
 visibility: hidden;
 opacity: 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;
}
.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: #0095bc;
}
.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 #0095bc;
 position: absolute;
 bottom: -4px;
 left: 50%;
 margin-left: -4px;
}
.discount {
 background: #333;
 color: #fff;
 width: 62px;
 height: 25px;
 position: absolute;
 top: 0px;
 right: 0;
 z-index: 1;
 text-align: center;
 line-height: 22px;
 display:none
}
.product-btn {
 background: #4ec7db;
 width: 50px;
 height: 50px;
 position: absolute;
 z-index: 3;
 right: -50px;
 bottom: 0;
 -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;
 display: block;
 text-align: center;
 line-height: 50px;
 text-transform: uppercase;
 -webkit-transition: all 150ms linear;
 -moz-transition: all 150ms linear;
 -o-transition: all 150ms linear;
 -ms-transition: all 150ms linear;
 transition: all 150ms linear;
}
.product-btn a.cart {
 background: #444;
}
.product-btn a.view {
 background: #0176bd;
}
.product-btn a:hover {
	background:#7f0707 !important
}
.product-name {
 text-align: center;
 font-size: 14px !important;
 margin: 15px 0 0!important;
 text-transform: uppercase;
 font-weight: 600;
}
.product-name a {
 color:#0d0d05 !important;
}
.product-price {
 text-transform:capitalize;
 text-align:center;
 margin-bottom:10px!important;
}
.product-price .price-before {
 color:#999999;
 text-decoration:line-through;
 font-size: 17px;
}
.product-price .price-now {
 font-weight: 600;
 color: #222;
 margin: 0 5px;
 font-size: 14px;
}
.product-price .price-bv {
 font-weight: 400;
 color: #d81c1c;
 margin: 0 5px;
 font-size: 14px;
}
.product:hover {
	background: #0e9354;
}
.product:hover .product-name a, .product:hover .product-price .price-now {
 color: #fff !important;
}
.product:hover .product-back {
 visibility:visible;
 opacity: 0.2;
}
.product:hover .product-btn {
 right:0px;
}
.product:hover .product-pic-container img {
 transform:scale(1.1)
}
/**/
section.contents .content-bar {
 padding:40px 0;
 overflow:hidden;
}
.idx-partner{
	padding:50px 0 30px;
	position:relative;
	background: #f9f9f9;
}
.idx-partner .client-heading{
	text-align:center;
}
.idx-partner .tech-logo{
	padding: 20px;
    margin: 20px 10px;
    min-height: 105px;
    border: 1px solid #e5e5e5;
}
.idx-partner .tech-logo img{
	max-width:100%;
	margin:0 auto;
}
.idx-product-sec .product-btn-outer{
	text-align:center;
}
.idx-partner .tech-logo:hover{
    transition: all .2s ease;
    transform: translateY(0px);
    -webkit-box-shadow: 0px 0px 12px 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px 5px rgb(0 0 0 / 20%);
}
.idx-partner .idx-heading{
	margin-bottom:5px !important;
}

.compliance-sec
{
	padding:80px 0;
	position:relative;
}
.compliance-sec .main-head{
	margin-bottom:30px !important;
}
.compliance-sec .mytable th{
	border:none !important;
	text-align:left !important;
	padding:10px 12px !important;
}
.compliance-sec .mytable td {
    vertical-align: middle !important;
    padding: 8px 12px !important;
    border-color: #f2f2f2;
    white-space: nowrap;
    text-align: left !important;
}
.compliance-sec .mytable tr:nth-child(odd) {
    background: #fff !important;
}
.compliance-sec .mytable tr:nth-child(even) {
    background: #f2f2f2 !important;
}
.compliance-sec .down-tbl a {
    background: linear-gradient(90deg, #7f0707 0%, #a21212 50%);
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff !important;
}
/* page banner*/
.banner-bar {
 background:#fff url(../design_img/banner-back.jpg) no-repeat center top;
 background-size:cover;
 padding:60px 0 60px;
}
.banner-bar .banner-content {
}
.banner-bar .banner-content h1 {
	line-height: 32px !important;
    font-weight: 700;
    font-size: 25px !important;
    color: #fff;
    font-family: "Nunito", sans-serif;
    margin-bottom: 0px !important;
}
/*.banner-bar2 .banner-content h1:before {
 content: '';
 border-top: 1px solid #c6ed5f;
 width: 30px;
 position: absolute;
 left: 0;
 top: -15px;
 z-index: 2;
}*/
/* */
.banner-bar2{
	background: #f2f2f2;
    padding: 10px 15px;
    position: relative;
    border-top: 1px solid #057540;
}

/*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: 15px;
    line-height: 25px;
    font-weight: 500;
	margin-left:10px;
	color: #900c0c;
}
.location li:last-child a:after {
 content: '';
 margin-left:0px;
}
.location li a {
	color: #820c0c !important;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    -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:#fff !important;
}
.location li a.active {
 color: #5a9d14 !important;
}

/*abt-bar*/

/* Policy Sections  */
.policy-sec{
	padding:80px 0;
	position:relative;
}
    line-height: 45px !important;
    font-weight: 700;
    font-size: 36px !important;
    color: #076b3c;
    font-family: "Nunito", sans-serif;
.policy-sec p{
	font-size:14px !important;
	line-height:25px;
	color:#333;
}
.policy-sec h3{
	font-size: 22px !important;
    line-height: 35px;
    font-weight: 700;
    margin: 10px 0 !important;
    background: #076b3c;
    font-family: "Nunito", sans-serif;
    padding: 8px 15px !important;
    border-radius: 5px !important;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px !important;
}

.policy-sec ul.mylist li{
	font-size: 14px !important;
    line-height: 25px;
    color: #333;
}
.policy-sec ul.mylist li:before{
	content: "\f06b";
    margin-right: 10px;
    color: #995454;
}
.policy-sec p{
	text-align:left;
    font-size: 14px !important;
    line-height: 24px;
    color: #565656;
}
/* */

.abt-bar{

}

.abt-bar .home-abt-bar {
	background-image: url(../design_img/abt-back-1.jpg); padding: 100px 0 100px 0 !important;
}
.abt-bar .home-abt-bar-2 {
	background-image: url(../design_img/abt-back-2.jpg); 
}
.abt-bar  .home-txt-col { 
	padding: 30px;
}
.abt-bar .home-txt-col p { 
	text-align: justify;
	font-size: 15px !important;
	line-height: 25px;
}
.abt-bar .home-txt-col h3{ color:#c6ed5f; margin-bottom:5px!important}


.abt-bar ul.icon-list {
 list-style:none
}
.abt-bar ul.icon-list li {
 font-size: 15px;
 padding: 10px 0px !important;
 line-height: 20px; color:#fff;
} 
.abt-bar ul.icon-list li b{ font-weight:600;color:#c6ed5f;}
.abt-bar ul.icon-list li img {
 width: 45px;
 height: 45px; 
 margin-right: 20px;
 float:left;  
}
.abt-bar ul.icon-list li span {
 display:block;
 float:left;
 width:calc(100% - 70px);  
}
.abt-bar ul.icon-list li:after {
 content:'';
 display:table;
 clear:both
} 


/*bankers*/
.banker-col {
 min-height: 20px; 
 margin-bottom: 20px;
 background-color: #fff;
 border-radius: 4px;
 border: 1px solid #ddd;
}
.banker-col img { 
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 10px 20px;
	line-height: 1.42857143;
	background-color: #dbe6cb; 
}
.banker-col p {
 color: #333;
 font-size:14px!important;
 margin-bottom:0!important;padding: 20px !important;
}
/*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;
}
/* 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;
}
/*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%;
}
/* INNER_CONTACT_PAGE */
.inner-contact-sec {
	padding: 80px 0;
	position: relative;
}

.inner-contact-sec .contact-info {
	width: 100%;
	display: block;
	margin-bottom: 30px;
	border:1px solid #ddd;
	padding:20px 15px;
	min-height:194px;
}

.inner-contact-sec .main-head{
	font-size:30px !important;
	line-height:40px;
	margin-bottom:10px !important;
}


.inner-contact-sec .contact-info .contact-icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: #fff;
    border: 1px solid #d9d4c4;
	vertical-align: top;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.inner-contact-sec .contact-info .contact-icon:hover{
	background: #27ad6c;
    transform: scale(1.1);
}
.inner-contact-sec .contact-info .contact-icon:hover img{
	filter: brightness(0) invert(1);
    transform: scale(0.7);
}
.inner-contact-sec .contact-info .contact-icon img {
	max-width: 100%;
	padding: 15px;
}


.inner-contact-sec .contact-info .contact-text {
	width: calc(100% - 75px);
	vertical-align: top;
	display: inline-block;
	padding-left: 20px;
}

.inner-contact-sec .contact-info .contact-text h4 {
	font-size: 20px !important;
	line-height: 27px;
	color: #232323 !important;
	font-weight: 600;
	margin-bottom: 5px !important;
	font-family: "Nunito", sans-serif;
}





.inner-contact-sec .contact-info .contact-text p {
	font-size: 14px !important;
	line-height: 24px;
	color: #666;
	font-weight: 400;
	text-align: left;
	margin-bottom: 0 !important;
}

.inner-contact-sec .contact-info .contact-text p span {
	font-weight: 600;
}

.inner-contact-sec .social-blk h4 {
	font-size: 22px !important;
	line-height: 28px;
	font-weight: 700;
	color: #1f1f1f;
	margin-bottom: 15px !important;
}
.map-box {
	width: 100% !important;
	height: 400px;
}

.inner-contact-sec .social-nav {
	float: left;
	margin: 10px 0;
}

.inner-contact-sec .social-nav ul {
	list-style: none;
}

.inner-contact-sec .social-nav li {
	float: left;
	padding-right: 10px !important;
}


.inner-contact-sec .idx-btn {
	color: #fff !important;
    background: linear-gradient(90deg, #7f0707 0%, #a21212 50%);
    display: inline-block;
    margin: 12px 0 0px;
    padding: 13px 20px 13px 20px !important;
    border-radius: 4px !important;
    overflow: hidden;
    position: relative;
    width: 135px;
    text-align: center;
	border:none;
}

.inner-contact-sec .idx-btn:hover {
	background: #027840;
}

.inner-contact-sec .form-group {
	margin-bottom: 25px !important;
}

.inner-contact-sec .social-nav li a .fa {
	color: #fff !important;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 18px !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;
}

.inner-contact-sec .social-nav li a .fa-facebook {
	background: #3b5a9a;
}

.inner-contact-sec .social-nav li a .fa-twitter {
	background: #28a8e0;
}

.inner-contact-sec .social-nav li a .fa-linkedin {
	background: #117bb8;
}

.inner-contact-sec .social-nav li a .fa-youtube {
	background: #d81a1a;
}

.inner-contact-sec .form-group .form-control {
	padding: 12px 12px !important;
	background: #f2f3f4;
	font-size: 14px;
	line-height: 24px;
	color: #454545;
	font-weight: 400;
}

.inner-contact-sec .form-group .form-control:focus {
	box-shadow: none;
	border-color: #117bb8 !important;
	color: #454545;
}

.inner-contact-sec .main-head span {
	display: block;
	font-size: 14px !important;
	line-height: 24px !important;
	margin-bottom: 0px;
}
.inner-contact-sec .cont-outer{
	position:relative;
}
.inner-contact-sec .cont-outer img{
	max-width:100%;
	margin-top:80px;
	border-radius:10px;
}

/*********************************************************************************
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;
}
.row-gape{
	margin-top: 40px !important;
    border-top: 1px solid #ddd;
    padding-top: 40px !important;
}

.inner-contact-sec .row-gape .main-head{
	text-align:center;
	margin-bottom:40px !important;
}


/*********************************************************************************
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;
}
/*********************************************************************************
login form 
***************/
.log-body {
	padding: 150px 0 80px;
	background: url(../design_img/slide-log.jpg) no-repeat center right;
	background-size: cover;
	position: relative;
}

/*
.log-body:after {
	content: '';
	background: linear-gradient(180deg, #a3aab9 0%, #fff0 90%);
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0;
	left: 0;
}*/

.log-model {
	width: 95%;
	max-width: 400px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
	-moz-box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
	box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
	border-radius: 10px;
	padding: 20px 40px 40px;
	display: table;
	margin: auto;
	position: relative;
	z-index: 1
}

.log-model h2 {
	font-size: 20px;
	color: #f58634;
	font-weight: 700;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	text-align: center
}

.log-model .btn-sub {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
}

.log-model .link-forgot {
	text-align: right;
	display: block;
	color: #eca254 !important;
	font-size: 12px;
	margin-bottom: 10px;
}

.log-model .alert {
	margin-bottom: 0;
	margin-top: 20px
}

/*********************************************************************************
Join form 
***************/
.join-body {
	padding: 150px 0 90px;
	background: url(../design_img/slide-log.jpg) no-repeat center right;
	background-size: cover;
	position: relative
}

/*
.join-body:after {
	content: '';
	background: linear-gradient(180deg, #a3aab9 0%, #fff0 90%);
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0;
	left: 0;
}
*/
.join-model {
	width: 95%;
	max-width: 1000px;
	margin: auto;
	position: relative;
	z-index: 1
}

.join-nav {
	white-space: nowrap;
	overflow-x: auto;
	margin-bottom: 10px;
}

.join-nav .join-nav-container {
	display: table;
	margin: auto;
}

.join-nav ul {
	list-style: none;
	display: flex;
}

.join-nav li {
	float: left;
	margin-right: 10px !important
}

.join-nav li a {
	display: block;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.5) !important;
	padding: 0px 10px 0px;
	border: 1px solid rgba(0, 0, 0, 0.1;
		);
	cursor: default
}

.join-nav li a span {
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	margin: 0 auto 10px;
	color: rgba(255, 255, 255, 0.7);
	border-radius: 100%;
	font-size: 20px;
	font-weight: 400;
	padding-top: 5px;
}

.join-nav li a.active {
	cursor: pointer;
	color: #86c840 !important;
	font-weight: 700;
}

.join-nav li a.active span {
	background: #86c840;
	color: #fff;
}

.join-form-box {
	margin: 25px 0 0;
	padding: 35px 30px 0;
	background: #fff;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
	-moz-box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
	box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
}

.join-form-box h4 {
	color: #f58634;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	border-radius: 5px;
	margin: 0px 0 30px !important;
}

.join-form-box p {
	color: #666;
	font-weight: 600;
	font-size: 18px !Important;
	margin-bottom: 15px !important
}

.join-form-box input[type=file] {
	padding: 6px 9px;
}

.join-form-box .join-type-col {
	display: none
}

.join-form-box .join-type-col.col-active {
	display: block
}

.join-form-box .btn-search {
	background: #fff url(../design_img/icon-search.png) no-repeat center center;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border: 0;
	height: 38px;
	width: 37px;
	position: absolute;
	top: 26px;
	right: 1px;
	text-align: center;
	background-size: 20px;
	/* padding-right: 50px; */
}

.join-form-box .btn-sub {
	margin: 45px auto -20px;
	display: block;
	border-radius: 25px !important;
	background: #86c840;
	color: #fff;
	width: 150px;
	text-transform: uppercase;
	font-weight: 700;
}

.join-form-box .btn-sub:hover {
	background: #333 !important;
	color: #fff;
}

.join-form-box .alert {
	margin-top: 40px
}

/* 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;
}
/*********************************************************************************
default form styles start
***************/
.form-group {
 position: relative;
 margin-bottom: 18px !important;
}
.form-group label {
 font-weight:normal;
}
.form-group .label-err {
 width: auto;
 font-size: 11px;
 color: #f17e21;
 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:#ffa34a;
 color:#ffa34a
}
.form-group textarea.form-control {
 resize:none;
}
/*********************************************************************************
footer styles
***************/
footer {
	 position: relative;
	 background: #ebebeb url("../design_img/footer-bg.png") center center no-repeat;
	 background-size:cover;
}
/**/
footer .logo {
 display: block;
 text-align:center
}
footer .logo img { 
    max-width: 180px;
    margin: -30px auto 20px;
    display: table;
}
footer .logo p{ color:#fff; font-weight:500}

footer .ftr-map{
	max-width:100%;
}

/**/
footer p {
 color: #000;
}
footer p a {
 color: #ffe300 !important
}
footer h2 {
 text-align: left;
 color: #076b3c;
 font-family: "Nunito", sans-serif;
 font-size: 20px !important;
 font-weight: 600;
 margin-bottom: 25px !important;
 text-transform: capitalize;
 position: relative;
}
footer .footer-bar {
 padding: 40px 0 20px 0;
 border-bottom:1px solid rgb(0 0 0 / 12%)
}
footer .footer-mid {
 padding-top:50px;
}
/* footer site nav*/
footer .site-nav ul {
 list-style: none;
 margin-left: 28px !important;
 margin-bottom: 40px !important;
}
footer .site-nav ul li {
 text-indent: -13px;
 line-height: 22px;
 color: #333 !important;
 margin-bottom: 10px !important;
 font-size: 14px !important;
}
footer .site-nav ul li strong {
 font-weight: 500;
 color: #333;
}
footer .site-nav ul li i {
 margin-right: 8px;
 color: #feaf4f !important;
}
footer .site-nav ul a {
 font-size: 14px;
 color: #333 !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 nav*/
footer .nav-menu ul {
 list-style: none;
 margin: auto!important;
 display: table;
 width: 100%;
 padding: 10px 20px !important;
 text-align: center;
 margin-bottom:0px !important;
}
footer .nav-menu ul li {
 margin: 10px 10px 10px 0px!important;
 padding: 0 20px !important;
 display: inline-flex;
}
footer .nav-menu ul a {
 display: block;
 color: #121212 !important;
 font-size: 14px;
 font-weight: 400;
 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 .nav-menu ul a:hover {
 color: #82c83e !important;
}
footer h3.sm-heading {
 font-size: 16px !important;
 line-height: 24px;
 color: #fff;
 font-weight: 500;
 margin-bottom: 10px !important;
 text-align: center;
}
.ftr-clear {
 clear: both !important;
}

/* Social Nav */
footer .social-nav ul {
	list-style: none;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 14px;
    font-weight: 300;
    margin-top: 0px !important;
}
footer .social-nav ul li {
	float: left;
    margin-right:2px !important;
}
footer .social-nav ul li a {
	background-color: #026335;
    display: block;
    color: #fff !important;
    min-height: 38px;
    padding: 10px 6px 8px 22px !important;
    font-weight: 500;
    font-size: 11px;
    position: relative;
    min-width: 125px;
    margin-right: 4px;
    margin-bottom: 20px;
    margin-left: 0px;
}
footer .social-nav li a i {
    background-color: #9c0707;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 36px;
    font-weight: 100;
}
.map-outer{
	width:100%;
	display:block;
	margin-bottom:20px !important;
}
.ftr-map{
	width:100%;
	height:150px;
}

/*footer bar bottom*/
footer .footer-bar-bottom {
 padding: 10px 0px !important;
 position: relative;
 border-top:1px solid rgb(0 0 0 / 42%)
}
footer .footer-bar-bottom .copy {
	 margin-bottom: 0px !important;
	 text-align: left;
	 color: #333;
	 font-size: 14px !important;
	 line-height: 24px;
}
footer .footer-bar-bottom .co-name {
	margin-right: 5px;
    color: #f58634;
}
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 #bbbaba;
 border-radius: 100%;
 padding: 2px;

 background: #fff;
}
footer .policy ul {
 list-style: none;
 overflow: hidden;
}
footer .policy ul li {
 padding-right: 8px !important;
 border-left: 1px solid #000;
 float: right;
}
footer .policy ul li:last-child{
	border:none !important;
}
footer .policy ul li a {
	font-size: 14px !important;
	line-height: 24px;
    color: #023e22 !important;
	text-transform: capitalize;
	font-weight: 400;
	padding: 0 10px !important;
}
footer .br-right {
 position: relative;
}
footer .br-right:after {
 content:"";
 position:absolute;
 top:0;
 right:0;
 border-right:1px solid rgb(0 0 0 / 42%);
 height:288px;
 width:1px;
}
footer .abt-sec {
 position: relative;
 /*padding-right: 15px !important; */
 padding-bottom: 10px;
}
footer .abt-sec p {
 font-size:14px !important;
 line-height: 24px;
 text-align: justify;
}
footer .ftr-contact {
	/*padding-left:15px; */
}
/* top  button*/
footer .home-top {
	width: 100%;
	position: absolute;
	top: -22px;
	left: 0;
	z-index: 1;
	cursor: pointer;
}
footer .home-top a {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	display: block;
	margin: auto;
	padding: 12px 2px 5px;
	position: relative;
	background: #f58634;
    border:2px solid #fff
}
footer .home-top a img {
 max-width: 20px;
 margin: auto;
display: block;
 position: relative;
 animation-name: bounceTop;
 animation-duration:1.4s;
 animation-delay:0.2s;
 animation-iteration-count:infinite;
 animation-timing-function:linear;
}

/*go top and down animation */

@keyframes bounceDown {
 0% {
opacity: 1;
transform: translateY(0px);
}
 25% {
opacity: 0;
transform:translateY(10px);
}
 26% {
opacity: 0;
transform:translateY(-10px);
}
 55% {
opacity: 1;
transform: translateY(0px);
}
}
@keyframes bounceTop {
 0% {
opacity: 1;
transform: translateY(0px);
}
 25% {
opacity: 0;
transform:translateY(-10px);
}
 26% {
opacity: 0;
transform:translateY(10px);
}
 55% {
opacity: 1;
transform: translateY(0px);
}
}
