/*********************************************************************************
common styles
***************/
body {
	background: #fff !important;
	color: #333 !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 14px !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: 24px;
	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: #236211;
	color: #fff;
	padding: 10px 20px !important;
	border-radius: 3px !important;
	margin-right: 10px;
	margin-top: 15px;
}

.btn-cancel {
	background: #fc910f;
}

.btn:hover {
	background: #b39229 !important;
	color: #fff !important;
}

/*********************************************************************************
header styles
***************/
header {}

/**/
header .top-bar {
	background: linear-gradient(90deg, #225f11 0%, #339618 50%);
	padding: 6px 0;
	overflow: hidden
}

header .top-bar .wel-txt {
	margin-bottom: 0 !important;
	color: #fff
}

/*user nav*/
header .user-nav {
	float: right;
	margin: 5px 0;
}

header .user-nav ul {
	list-style: none;
}

header .user-nav ul li {
	float: left;
	line-height: 11px;
}

header .user-nav ul a {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #fff;
	font-size: 13px;
	color: #fff !important;
	text-transform: capitalize;
	position: relative;
}

header .user-nav ul a.active:after {
	font-family: 'FontAwesome';
	color: rgb(25, 81, 144);
	content: "\f0d8     ";
	position: absolute;
	bottom: -27px;
	left: 50%;
	font-size: 25px;
}

header .user-nav ul li:first-child a {
	padding-left: 0px;
	border: 0
}

header .user-nav ul li:last-child a {
	padding-right: 0px;
}

header .user-nav ul a:hover {
	color: #084d3b !important;
}

header .user-nav ul a img {
	margin-right: 4px;
	max-width: 12px;
	vertical-align: -1px;
}

/*logo bar*/
header .logo-bar {
	background: #fff;
    padding: 10px 0 10px 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

header .logo {}

header .logo img {
	max-width: 200px;
}

/*cont nav*/
header .cont-nav {
	margin: 11px 25px 11px 0px;
	float: right;
}

header .cont-nav ul {
	list-style: none;
	font-size: 13px;
}

header .cont-nav ul li {
	float: left;
	color: #999 !important;
	margin-left: 50px !important;
	position: relative;
	margin-right: 35px !important;
}

header .cont-nav ul li:last-child {
	margin-right: 0px !important;
}

header .cont-nav ul span.cont-text {
	font-size: 15px;
	color: #000 !important;
	font-weight: 600;
}

header .cont-nav ul li .fa {
	top: 0;
	left: -55px;
	position: absolute;
	color: #fff !important;
	background: #236213;
	font-size: 17px;
	width: 45px;
	height: 45px;
	text-align: center;
	padding-top: 14px;
	border-radius: 100%;
}

header .cont-nav ul a {
	color: #fff !important;
}

header .cont-nav ul a:hover {
	color: #fff !important;
}

/*social links*/
header .social-nav {
	float: right;
	margin: 15px 0 !important;
}

header .social-nav ul {
	list-style: none;
}

header .social-nav li {
	float: left;
}

header.social-nav li a {
	border: 0 !important;
	padding: 0 !important
}

header .social-nav li a .fa {
	color: #349519 !important;
    background: #f2f2f2;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    margin-left: 5px;
    border-radius: 100%;
}

header .social-nav li a:hover .fa {
	color: #fff !important;
	background: #349519;
}

/* nav bar */
header .nav-bar {
	background: #fff;
	border-top: 1px solid #eee;
}

header .nav-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);
}

/*site nav*/
header .site-nav {}

header a.lnk-cont {
	background: linear-gradient(90deg, #0078bf 0%, #105ea3 50%);
	color: #fff !important;
	width: 100%;
	display: block;
	text-align: center;
	padding: 15px 0;
	text-transform: uppercase;
	font-weight: 600;
}



/*********************************************************************************
section styles
***************/
section.slider {
	position: relative
}

/**/
section.contents {}

/*main heading*/
.main-head {
	line-height: 40px !important;
	font-weight: 600;
	font-size: 30px !important;
	color: #fff;
}

.main-head span {
	font-size: 16px !important;
	font-weight: 500;
	color: #339619;
}

.main-head span.brdr {
	background:#339619;
	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-abt-bar {
	padding: 80px 0 80px 0 !important;
	/*background:#fff url('../design_img/home-bg.jpg') center center no-repeat;
 background-size:cover;*/
	background: #fff;
}

.home-abt-bar .main-head {
	margin-top: 30px !important;
	margin-bottom: 20px !important;
}

.home-abt-bar .home-img-col {
	position: relative
}

.home-abt-bar .home-img-col::before {
	content: '';
	position: absolute;
	background: #44d766;
	top: 30px;
	bottom: 30px;
	width: 100%;
	left: -15px;
	z-index: -1;
}

.home-abt-bar .home-img-col img {
	max-width: 100%;
}

.home-abt-bar .home-abt-other {
	background: #fff;
	padding: 15px 100px 20px 22px;
	position: absolute;
	bottom: 50px;
	right: -35px;
	border-left: 10px solid #ffcc29;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.home-abt-bar .home-abt-other p {
	margin: 0 !important;
	line-height: 28px;
	font-weight: 500
}

.home-abt-bar .home-abt-other p strong {
	display: block;
	font-size: 30px;
	color: #5a963e;
}

.home-abt-bar .home-abt-other a.btn-more {
	position: absolute;
	color: #fff !important;
	background: linear-gradient(90deg, #236211 0%, #295e38 50%);
	width: 45px;
	height: 45px;
	display: block;
	margin: 15px 0 0px;
	padding: 0 !important;
	border-radius: 100% !important;
	overflow: hidden;
	bottom: 15px;
	right: 20px;
}

.home-abt-bar .home-abt-other a.btn-more:before,
.home-abt-bar .home-abt-other a.btn-more:after {
	content: '';
	background: url(../design_img/right-arrow-wht.png) no-repeat center;
	background-size: 20px !important;
	position: absolute;
	width: 45px;
	height: 45px;
	left: -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;
}

.home-abt-bar .home-abt-other a.btn-more:after {
	left: 0px;
}

.home-abt-bar .home-abt-other a.btn-more:hover:before {
	left: 0px;
}

.home-abt-bar .home-abt-other a.btn-more:hover:after {
	left: 38px;
}

.home-abt-bar p {
	text-align: justify;
}



/*home-cont-bar*/
.home-cont-bar {
	padding: 70px 0px;
}

.home-cont-bar .container {
	background: #e9ecf2;
	padding: 30px;
}

.home-cont-bar p {
	font-size: 17px !important
}

.home-cont-bar .btn-more {
	width: 140px;
	color: #fff !important;
	background: linear-gradient(90deg, #cd6728 0%, #ee8432 50%);
	margin: 20px 0 0 0px;
	padding: 10px 10px !important;
	display: block !important;
	text-transform: capitalize;
}

.home-cont-bar .btn-more:hover {
	padding: 10px 10px !important;
	background: linear-gradient(90deg, #1aa84b 0%, #298947 50%) !important;
}

/*home-info-bar*/
.home-info-bar {
	padding: 80px 0 0px 0 !important;
	background: #fff;
	position: relative;
	z-index: 1;
}

.home-info-bar img {
	max-width: 100%;
	margin-top: -30px;
}

.home-info-bar .main-head {
	margin-top: 30px !important;
	margin-bottom: 20px !important;
}

.home-info-bar .home-info-txt {
	border-top: 10px solid #34951a;
	padding: 40px 45px;
}

.home-info-bar p {
	text-align: justify;
}

.home-info-bar .btn-more {
	width: 140px;
    color: #fff !important;
    background: linear-gradient(90deg, #256513 0%, #566429 50%);
    margin: 30px 0 0 0px;
    padding: 10px 10px !important;
    display: block !important;
    text-transform: capitalize;
}

.home-info-bar .btn-more:hover {
	padding: 10px 10px !important;
	background: linear-gradient(90deg, #b39229 0%, #ca9d0d 50%) !important;
}

/* count bar*/
.count-bar {
	/*background: linear-gradient(90deg, #2d9155 0%, #09420e 50%); */
	background:#2d9155 url("../design_img/feature-bg.jpg") no-repeat center center;
	background-attachment:fixed;
	padding: 300px 30px 50px;
	position: relative;
	margin-top: -250px;
	z-index: 0;
}

.count-col {}

.count-col.count-brdr {
	/*border-right:1px solid #ccc*/
}

.count-col .icon {
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 100%;
	margin: 0 auto 10px !important;
	text-align: center;
	line-height: 75px;
	-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: 50px;
	-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: 600;
	color: #f1ca4b;
	line-height: 40px;
	padding-left: 12px;
}

.count-col .main-text::after {
	content: '+';
	font-size: 25px;
	margin-left: 5px;
	vertical-align: 3px;
}

.count-col .common-text {
	text-align: center;
	font-weight: 500;
	margin-bottom: 0px !important;
	text-transform: capitalize;
	color: #fff;
}

.count-col:hover .icon {
	background: #225f11;
	transform: scale(1.1);
}

.count-col:hover .icon img {
	filter: brightness(0) invert(1);
	transform: scale(0.8);
}

/*product slide bar */
/*product slide bar */
.product-slide-bar {
	padding: 60px 0 60px;
}

.product-slide-bar .product-slide-container {
	padding: 0 80px;
}

.product-slide-bar .main-head {
	text-align: center
}

.product-slide-bar .main-head span.brdr {
	margin: 20px auto 15px !important;
}

.product-slide-bar .product-pic-container {
	padding: 10px;
}

.product-slide-bar .owl-nav .fa {
	background: #349419;
	line-height: 27px;
}

.product-slide-bar .owl-item.active.center .product-pic {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*products*/
.product {
	margin: 0 10px;
}

.product-container {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.product-pic-container {
	width: 100%;
	height: 308px;
	position: relative;
	overflow: hidden;
    border: 1px solid #e5e5e5;
	-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: 50%;
	bottom: 50%;
	right: 50%;
	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;
}

.legal .product-back {
	 border-radius: 0;
}
.product-pic {
	 
}
.legal .product-pic {
    border-radius:0; 
}
.legal .product-btn a {
    padding-top: 9px;
}

.product-pic img {
    width: 95%;
    height: 95%;
    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%);
}

.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: #339618;
	font-size: 14px;
	color: #fff !important;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	padding-top: 2px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -20px;
	border-radius: 100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-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: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.3;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
}

.product-container:hover .product-btn a {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
/* */
.idx-application {
  padding: 40px 0 40px;
  position: relative;
}

.idx-application .idx-application .product {
  margin: 0;
}

.idx-application .product-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.idx-application .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;
}

.idx-application .product-pic {
  border: none !important;
}

.idx-application .product .app-block {
  width: 100%;
  display: block;
  vertical-align: top;
  background: url(../design_img/section-1.jpg) no-repeat center center;
  background-size: auto;
  background-size: cover;
  padding: 30px;
  height: 330px;
  margin-bottom: 30px !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;
}

.idx-application .product .app-block.app-block2 {
  background: url(../design_img/section-2.jpg) no-repeat center center;
  background-size: cover;
}

.idx-application .product .app-block.app-block3 {
  background: url(../design_img/section-3.jpg) no-repeat center center;
  background-size: cover;
}

.idx-application .product .app-block.app-block4 {
  background: url(../design_img/section-3.jpg) no-repeat center center;
  background-size: cover;
}

.idx-application .product .app-block.app-block5 {
  background: url(../design_img/section-4.jpg) no-repeat center center;
  background-size: cover;
}

.idx-application .app-block .content-overlay {
  background: #629933;
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
 /* height: calc(100% - 30px); */
  height:auto;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.idx-application .app-block:hover .content-overlay {
  opacity: 0.7;
}

.idx-application .app-block h4 {
  font-size: 20px !important;
  line-height: 27px;
  color: #FFF;
  font-weight: 600;
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}




/**/
section.contents .content-bar {
	padding: 40px 0;
	overflow: hidden;
}

/* page banner*/
.banner-bar {
	background: #101010 url(../design_img/inner-banner.jpg) no-repeat center top;
	background-size: cover;
	padding: 75px 0;
}

.banner-bar .banner-content {}

.banner-bar .banner-content h1 {
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	font-size: 32px !important;
	line-height: 40px;
	position: relative;
	text-align: left;
	margin-bottom: 0 !important;
	font-family: 'Lora', serif;
	letter-spacing: 1.2px;
	margin-top: 10px !important;
}

/*location*/
.location {
	list-style: none;
    position: relative;
    text-align: right;
    float: right;
    padding: 10px 15px !important;
    background: rgb(44 189 34 / 40%) !important;
}

.location li {
	color: #FFF !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: '~';
	font-family: 'FontAwesome';
	font-size: 24px !important;
	line-height: 18px;
	font-weight: 600;
	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;
	font-weight: 600;
	-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: #e87c34 !important;
}

.location li a.active {
	color: #d19a23 !important;
    top: 0px !important;
    position: relative;
}

/*bankers*/
.banker-col {
	min-height: 20px;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	margin-top:100px;
}

.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
}
.scan-pay{
	padding:20px;
	border:1px solid #e5e5e5;
	position: relative;
}
.scan-pay img{
	max-width:100%;
}

/*legals*/
.legal {
	height: auto;
	padding: 10px 0px 0px 0px !important;
}

.legal:first-child {
	border: none;
}

.legal img {
    display: block;
    max-width: 100%;
    position: relative;
    height: 330px;
    margin: 0;
    text-align: center;
}

.legal p {
	margin-top: 10px !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	color: #666;
	padding-bottom: 6px;
	text-align: center !important;
}

.legal .product {
    margin: 0px 8px 33px 8px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 30px #eee;
    padding: 5px;
}
.legal .product-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0 !important;
}
.legal .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;
}
.legal .product-pic {
    width: 100%;
    height:440px;
}

/* download col*/
.download-col {
	text-align: center;
	border:1px solid #e5e5e5;
	min-height:260px;
}

.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: #bc661c;
	text-transform: uppercase;
	color: #fff !important;
	padding: 5px 10px;
	letter-spacing: 1.8px;
}

.download-col a:hover {
	background: #007c42;
}

.download-col img {
	margin: auto;
	max-width:150px;
}

/* 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%;
}

.prduct-list .alert {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #105ea3;
}

/*Inner Page Css start */
.inner-abt-sec {
	padding: 60px 0 !important;
	position: relative;
}

.inner-abt-sec.inner-abt-sec2 {
	background: #f4fff9;
}

.inner-abt-sec .abt-left img {
	max-width: 100%;
}

.inner-abt-sec .abt-right {
	padding: 15px 20px;
	position: relative;
}
.inner-abt-sec.ayu-sec .abt-right {
	padding: 0px 10px;
	position: relative;
}
.inner-abt-sec.why-choose-sec h4{
	display: block;
    font-size: 20px !important;
	line-height:27px !important;
	margin-bottom:5px !important;
	font-weight:600;
    color: #35931c;
}
/* Ayuveda Page */
.ayu-sec.inner-abt-sec .ayurveda-head{
	text-align:center;
	margin-bottom:30px !important;
}
.ayu-sec.inner-abt-sec  h5{
	font-size:16px !important;
	line-height:25px;
	color: #34951a;
	font-weight:700;
}
.ayu-sec.inner-abt-sec.myayu-sec .main-head span{
	display:block;
	line-height:22px !important;
}
.ayu-sec.myayu-sec .main-head{
	text-align:center;
	margin-bottom:20px !important;
}
.ayu-sec.myayu-sec .main-head.mh{
	text-align:left;
}
.ayu-sec.myayu-sec .dosha-blk{
	border:1px solid #e5e5e5;
	position:relative;
	border-radius:8px;
	padding:20px 15px 10px;
	min-height:395px;	
	margin-bottom:40px !important;
}
.ayu-sec.myayu-sec .mylifestyle{
	text-align:center;
}
.ayu-sec.myayu-sec .mylifestyle h4{
	font-size:16px !important;
	line-height:25px;
	color:#147228;
}

.dir-sell-sec .main-head{
	text-align:center;
	
}
.dir-sell-sec .main-head span{
	display:block;
	line-height:20px !important;
}
.main-head {
	font-size: 29px !important;
	line-height: 40px !important;
	font-weight: 600;
	margin-bottom: 20px !important;
	font-family: 'Kanit', sans-serif;
	color: #212121;
}
.dir-sell-sec h4{
	display: block;
    font-size: 20px !important;
	line-height:27px !important;
	margin-bottom:5px !important;
	font-weight:600;
    color: #385598;
}

.inner-abt-sec .abt-right p {
	font-size: 14px !important;
	line-height: 24px;
	color: #454545;
	text-align: justify;
}

.inner-abt-sec .treat-blk{
	position: relative;
    border: 1px solid #ddd;
    min-height: 405px;
}
.inner-abt-sec .treat-blk .h-top{
	position:relative;
	margin-bottom:10px;
}
.inner-abt-sec .treat-blk .h-top img{
	max-width:100%;
}
.inner-abt-sec .treat-blk h4{
	display: block;
    font-size: 17px !important;
    line-height: 25px !important;
    margin-bottom: 5px !important;
    font-weight: 700;
    color: #385598;
	text-align:center;
	padding:0 15px !important;
}
.inner-abt-sec .treat-blk p{
	font-size: 14px !important;
    line-height: 24px;
    color: #454545;
    text-align: center;
	padding:0 15px !important;
}
.enquire-btn{
	    width: 120px;
    color: #fff !important;
    background: linear-gradient(90deg, #f72a45 0%, #ff6075 50%) !important;
    margin: 15px auto 0 0px;
    padding: 10px 10px !important;
    display: block !important;
    text-transform: capitalize;
    display: table !important;
    margin: 0 auto 20px !important;
    border-radius: 4px !important;
}
.enquire-btn:hover{
	padding: 10px 10px !important;
    background: linear-gradient(90deg, #385598 0%, #385598 50%) !important;
}


/*
.vision-mission-sec .vsn-blk{
	padding:40px 30px 30px;
	position: relative;
	background:#101010 url(../design_img/vision-bg.jpg) center center no-repeat;
	background-size:cover;
	text-align: center;
	min-height: 372px;
}
.vision-mission-sec .vsn-blk.vsn-blk2{
	background:#101010 url(../design_img/mission-bg.jpg) center center no-repeat;
	background-size:cover;
}
.vision-mission-sec .vsn-blk.vsn-blk3{
	background:#101010 url(../design_img/core-value.jpg) center center no-repeat;
	background-size:cover;
}
.vision-mission-sec .vsn-blk h4{
	font-size:20px !important;
	line-height: 27px;
	color:#FFF !important;
	font-weight: 600;
	margin-bottom:10px !important;
}
.vision-mission-sec .vsn-blk p{
	font-size:14px !important;
	line-height: 24px;
	color:#FFF !important;
	font-weight:400;
}
.vision-mission-sec .vsn-blk .h-icon{
	width:100px;
	height:100px;
	border-radius:100%;
	background:#407799;
	margin: 0 auto 10px !important;
}
.vision-mission-sec .vsn-blk .h-icon img{
	padding:20px;
	max-width: 100%;
}

*/
.inner-abt-sec.vsn-msn-sec .abt-right {
	padding: 15px 30px 0 !important;
}

.inner-abt-sec.vsn-msn-sec .main-head {
	font-size: 24px !important;
	line-height: 32px;
	margin-bottom: 10px !important;
}

.inner-abt-sec.vsn-msn-sec .abt-right {
	padding: 15px 30px 0 !important;
}

.inner-abt-sec.vsn-msn-sec .main-head {
	font-size: 24px !important;
	line-height: 32px;
	margin-bottom: 10px !important;
}

.director-msg .meet-team-blk {
	padding: 30px 20px;
	position: relative;
	border: 1px solid #e5e5e5;
}

.director-msg .meet-team-blk .team-sub-blk {
	padding: 4px;
	/* border: 1px solid #efefef; */
	margin-bottom: 10px;
}

.director-msg .meet-team-blk .team-sub-blk img {
	max-width: 100%;
}

.inner-abt-sec .meet-team-blk h4 {
	font-size: 18px !important;
	line-height: 27px;
	color: #03852e;
	font-weight: 600;
	margin-bottom: 5px !important;
	text-align: center;
}

.inner-abt-sec .meet-team-blk h4 span {
	font-size: 15px !important;
	line-height: 24px;
	color: #333
}


.inner-abt-sec .meet-team-blk .team-text p {
	font-size: 14px !important;
	line-height: 24px;
	color: #333;
	font-weight: 400;
	text-align: justify;
}


/* INNER_CONTACT_PAGE */
.inner-contact-sec {
	padding: 80px 0;
	position: relative;
}

.inner-contact-sec .contact-info {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

.inner-contact-sec .contact-info .contact-icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: #246512;
	vertical-align: top;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.inner-contact-sec .contact-info .contact-icon img {
	max-width: 100%;
	padding: 15px;
}


.inner-contact-sec .contact-info .contact-text {
	width: calc(100% - 85px);
	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: 'Kanit', 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;
}

.inner-contact-sec .contact-left {
	padding-left: 30px;
}

.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 {
	width: 100%;
	text-align: center;
	border: 0px !important;
	padding: 12px 15px !important;
	background: linear-gradient(90deg, #236211 0%, #295e38 50%);
	border-radius: 0 !important;
	color: #FFF !important;
	font-size: 14px !important;
	line-height: 24px;
	font-weight: 600;
}

.inner-contact-sec .idx-btn:hover {
	background: linear-gradient(90deg, #b39229 0%, #ca9d0d 50%) !important;
}

.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;
}

/* Gallery Sections Start */
.content-bar.inn-galler-sec {
	padding: 80px 0 50px !important;
}

.inn-galler-sec .gallery {
	position: relative;
	overflow: hidden;
	border-radius: 0px;
	/* height:220px; */
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

.portfolio-sec.infra-sec .gallery {
	border: 1px solid #1280ba;
	height: auto;
}

.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%;

}

.inn-galler-sec .gallery:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.glr-gape {
	margin-top: 40px !important;
}

/* Policy Pages */
.policy-sec p {
	font-size: 14px !important;
	line-height: 24px;
	color: #333;
	text-align: justify;
}

.policy-sec h3 {
	font-size: 24px !important;
	line-height: 32px;
	color: #007c42;
	font-weight: 700;
	margin-top: 20px !important;
	margin-bottom: 15px !important;
}

.policy-sec h4 {
	font-size: 20px !important;
	line-height: 27px;
	color: #4c9e2e;
	font-weight: 700;
	margin-top: 20px !important;
	margin-bottom: 15px !important;
	text-transform: capitalize;
}

.policy-sec ul.mylist li {
	line-height: 24px;
	font-size: 14px;
	text-indent: -25px;
	text-align: justify;
	margin-bottom: 10px !important;
}


.policy-sec ul.mylist li:before {
	content: "\f06c ";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 10px;
	color: #0ea85d;
}
.policy-sec ul.mylist>li>ul{
	margin:0 0 0 20px !important;
	list-style:none !important;
}
.policy-sec ul.mylist>li>ul>li:before{
	content:"\f192";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 10px;
	color: #2a439f;
}
.policy-sec  .panel-heading h4{
	margin:0 !important;
	color: #4b6a0e;
	font-weight:600;
	font-size:15px !important;
	line-height:25px !important;
}


/*********************************************************************************
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;
}



/*********************************************************************************
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: #256513;
	color: #fff;
	font-weight: 600;
	vertical-align: middle !important;
	text-align: center;
	font-size: 14px;
	text-transform: capitalize;
	height: 40px;
}
section.contents .mytable.achi-table th:last-child {
	width:25%;
}


section.contents .download-sec .mytable th {
    background: #256513;
    color: #fff;
    font-weight: 500;
    vertical-align: middle !important;
    font-size: 14px;
    text-transform: capitalize;
    padding: 8px 10px;
    white-space: nowrap;
    text-align: left;
	border:none;
}
section.contents .download-sec .mytable thead th {
    vertical-align: bottom;
   	border:none !important;
	
}

section.contents .download-sec .mytable td {
    vertical-align: middle !important;
    padding: 8px 10px;
    border-color: #f2f2f2;
    white-space: nowrap;
    text-align: left !important;
	border:none !important;
}

section.contents .download-sec .mytable a {
    background: #349519;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff !important;
    float: right;
    margin-right: 30px;
}

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: #dddddd55;
}

section.contents .mytable tr:hover {
	background: #eee
}
.under-con{
	display:table;
	margin:0 auto !important;
}
.under-con img{
	max-width:100%;
	text-align:center;
}

/*********************************************************************************
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: 60px 0 60px;
	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: #256514;
	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: 60px 0 100px;
	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: #246312 !important;
    font-weight: 700;
}

.join-nav li a.active span {
    background: #246312;
    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: #0f5c89;
	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: #246312;
	color: #fff;
	width: 150px;
	text-transform: uppercase;
	font-weight: 700;
}

.join-form-box .btn-sub:hover {
	background: #b39229 !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: #246312;
    color: #246312;
}

.form-group textarea.form-control {
	resize: none;
}

/*********************************************************************************
footer styles
***************/
footer {
	background: #F2f2f2 url("../design_img/footer-bg.jpg")center center no-repeat;
	background-size:cover;
	position:relative;
}

footer .logo {
	margin-top: 5px !important;
	display: block;
	width: 240px;
	background:#fff;
}

footer .logo img {
	max-width: 100%;
	margin-bottom: 15px;

}

footer .brdr-center {
	width: 1px;
	height: 200px;
	background: #ffffff20;
	margin: auto
}

footer p {
	color: #fff;
	font-size: 14px !important;
	line-height: 28px;
}

footer p a {
	color: #ed9c01 !important
}

footer h2 {
	text-align: left;
	color: #fff;
	font-size: 18px;
	font-weight:600;
	margin-bottom: 20px !important;
	text-transform: capitalize;
	position: relative;
}

footer .footer-bar {
	margin: 60px 0 0px 0
}

/* footer site nav*/
footer .site-nav ul {
	list-style: none;
}

footer .site-nav ul li {
	color: #fff !important;
	line-height: 25px
}

footer .site-nav ul li i {
	margin-right: 8px;
	color: #e5c346 !important;
}

footer .site-nav ul strong {
	font-weight: 600
}

footer .site-nav ul a {
	font-size: 13px;
	color: #fff !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: 0 0 30px 0px !important;
}

footer .nav-menu ul li {
	line-height: 28px;
	display: block;
	text-indent: 0px;
}

footer .nav-menu ul li.last {
	white-space: nowrap;
}

footer .nav-menu ul a {
	display: block;
	font-size: 14px;
	font-weight:500;
	color: #fff !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

footer .nav-menu ul a:hover {
	color: #e5c346 !important;
}

/*social nav*/
footer .social-nav ul {
	list-style: none;
	overflow: hidden;
	margin-top: 15px !important;
}

footer .social-nav li {
	float: left;
	margin-left: 10px !important
}

footer .social-nav li a {
	border: 0 !important;
	padding: 0 !important
}

footer .social-nav li a .fa {
	color: #fff !important;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	vertical-align: middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	background: #e5c346;
}

footer .social-nav li a:hover .fa {
	background: #339618;
}

/*footer bar middle*/
.footer-bar-middle {
	padding: 40px 0 10px;
	border-top: 1px solid #e5e5e5;
	margin-top: 30px
}

/*footer bar bottom*/
footer .footer-bar-bottom {
	/*background: linear-gradient(90deg, #f72a47 0%, #f12828 50%);*/
	background: #225f11;
	color: #fff;
	padding: 12px 0 10px !important;
}

footer .footer-bar-bottom .copy {
	font-size: 13px !important;
	margin-bottom: 0px !important;
	text-align: center;
	color: #fff;
}

footer .footer-bar-bottom .co-name {
	margin-right: 5px;
	color: #e1bd47;
	font-weight: 600
}

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 .f-map {
	width: 100%;
	height: 280px;
}
footer .down-app1{
	display: block;
    width: 150px;
    margin-bottom: 30px;
}
footer .down-app1 img{
	max-width:100%;
}


footer .social-nav ul {
   margin-bottom:30px !important;
}



/* top and down button*/
#goTop,
#goDown {
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	padding-top: 0px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99;
	text-align: center;
	background: #ffae00;
	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 #fff;
	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;
	}
}

/* 08-10-2022 Start's */
.policy-sec h5 {
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	color: #62b565;
	margin-bottom: 5px !important;
	margin-top: 20px !important;
}

.faq-complaints {
	margin-top: 30px;
}

/* 08-10-2022 End's */