/*********************************************************************************
common styles
***************/
body {
	background: #fff !important;
	color: #333 !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 13px !important;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li {
	margin: 0px !important;
	padding: 0px !important;
}

a {
	color: #333 !important;
	cursor: pointer;
	text-decoration: none !important;
}

a:active {
	box-shadow: none !important;
}

p {
	line-height: 22px;
	margin-bottom: 10px !important;
	font-size: 14px !important;
}

h1,
h2 {
	margin-bottom: 10px !important;
}

.no-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.no-padding-right {
	padding-right: 0px !important;
}

.no-padding-left {
	padding-left: 0px !important;
}

/*********************************************************************************
colored text and buttons
***************/
.text-orange {
	color: #ef642d
}

.btn {
	padding: 6px 20px !important;
	border-radius: 0 !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.btn-sub,
.btn-cancel {
	background: #0072b8;
	color: #fff;
	padding: 10px 20px !important;
	border-radius: 3px !important;
	margin-right: 10px;
	margin-top: 15px;
}

.btn-cancel {
	background: #fc910f;
}

.btn:hover {
	background: #333 !important;
	color: #fff !important;
}

/*********************************************************************************
header styles
***************/
header {}

header .top-bar {
	background: linear-gradient(90deg, #4d8c40 0%, #82ce73 80%);
}

header .top-bar .cont-nav {
	margin: 5px 0 5px;
	float: left;
	border: 0;
}

header .top-bar .cont-nav ul span.cont-text {
	font-size: 14px;
	color: #fff !important;
	font-weight: 400;
}

header .top-bar .cont-nav ul li {
	margin-left: 0 !important;
}

header .top-bar .cont-nav ul li .fa {
	text-align: center;
	font-size: 14px;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, 0.15);
	color: #ffdb2d;
	margin-right: 10px;
	padding-top: 8px !important;
}

/*logo bar*/
header .logo-bar {
	background: #fff;
	padding: 10px 0 10px;
}

header .logo-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 .logo {
	display: block;
	margin-top: -5px;
}

header .logo img {
	max-width: 140px;
}

/*cont nav*/


header .cont-nav {
	margin: 10px 0 10px;
	float: right;
	border-left: 1px solid #ddd;
}

header .cont-nav ul {
	list-style: none;
	font-size: 13px;
}

header .cont-nav ul li {
	float: left;
	color: #333;
	!important;
	margin-left: 50px !important;
	position: relative;
}

header .cont-nav ul span.cont-text {
	font-size: 16px;
	color: #fdbe44 !important;
	font-weight: 700;
}

header .cont-nav ul li img {
	top: 5px;
	left: -40px;
	position: absolute;
	width: 31px;
	height: 31px;
	text-align: center;
}

header .cont-nav ul a {
	color: #fff !important;
}

header .cont-nav ul a:hover {
	color: #fff !important;
}

/*user nav*/
header .user-nav {
	float: right;
	margin: 8px 0;
}

header .user-nav ul {
	list-style: none;
}

header .user-nav ul li {
	float: left;
	position: relative;
	/* padding:0 15px !important; */
}

header .user-nav ul li:last-child a {
	border-right: none;
}

header .user-nav ul a {
	display: block;
	padding: 6px 15px 6px;
	font-size: 13px;
	font-weight: 600;
	color: #FFF !important;
	border-right: 1px solid rgba(255, 255, 255, .3);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	position: relative;
	z-index: 1;
}

header .user-nav ul a img {
	margin-right: 8px;
	max-width: 13px;
	vertical-align: -1px
}

header .user-nav ul a.login {}

header .user-nav ul a.join {}

header .user-nav ul a.join .fa {
	color: #fff;
}

header .user-nav ul a:hover {
	/* background:#0b8019; */
	color: #feaf4f !important;
}

/* nav bar */
header .nav-bar {}

/*site nav*/
header .site-nav {
	float: right;
	margin-right: 20px;
	margin-top: 15px;
}

/*social links*/
header .social-nav {
	margin: 5px 0 5px;
	overflow: hidden;
}

header .social-nav ul {
	list-style: none;
	float: right;
}

header .social-nav li {
	float: left;
}

header .social-nav li a {
	display: block;
}

header .social-nav li a .fa {
	background: rgba(0, 0, 0, 0.15);
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-left: 5px;
	border-radius: 100%;
}

header .social-nav li a:hover .fa {
	background: #ffdb2d
}

/*********************************************************************************
section styles
***************/
section.slider {
	position: relative;
	background: #eee
}

/**/
section.contents {}

/*main heading*/
.main-head {
	line-height: 38px !important;
	font-weight: 900;
	font-size: 30px !important;
	color: #000;
	text-transform: uppercase;
}

.main-head span {
	font-size: 14px !important;
	line-height: 20px;
	color: #4d8c40;
	position: relative;
}

.main-head span:after {
	content: '';
	background: #fdbe44;
	height: 5px;
	width: 5px;
	position: absolute;
	top: 10px;
	left: calc(100% + 5px);
}

/**/
.home-abt-bar {
	padding: 60px 0 60px 0 !important;
}

.home-abt-bar .main-head {
	text-align: left;
	margin-top: 20px !important;
}

.home-abt-bar img {
	max-width: 90%
}

.home-abt-bar p {
	text-align: justify;
	font-size: 15px !important;
}

.home-abt-bar .btn-more {
	width: 150px;
	color: #fff !important;
	background: #4d8c40 !important;
	margin: 25px 0 0;
	padding: 12px 10px !important;
	display: block !important;
	font-weight: 600;
	position: relative;
	border-radius: 5px !important;
	z-index: 0;
}

.home-abt-bar .btn-more:after {
	content: '';
	background: #fdbe44;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 0;
	right: 0;
	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);
	z-index: -1;
}

.home-abt-bar .btn-more:hover {
	padding: 12px 20px !important;
	border-color: #fdbe44 !important;
}

.home-abt-bar .btn-more:hover:after {
	height: 44px;
	width: 100%;
}

/*Testimonials*/
.testimonial-bar {
	background: #f2f2f2 url(../design_img/home-back-1.jpg) no-repeat center top;
	background-size: cover;
	padding: 70px 0px !important;
}

.testimonial-bar .main-head {
	color: #fff;
}

.testimonial-bar .main-head span {
	color: #a9f7ff;
}

.testimonial-bar .testimonial {
	max-width: 600px;
	margin: 10px auto 0;
	background: none;
}

.testimonial-bar .writer-pic {
	background: #eee;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	display: block;
	margin: 0px auto 15px;
	position: relative;
}

.testimonial-bar .writer-pic img {
	border-radius: 100%;
	width: 100px;
	height: 100px;
}

.testimonial-bar .writer-pic .view-btn {
	background: #666;
	text-align: center;
	padding-top: 8px;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	position: absolute;
	bottom: 0;
	right: 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;
}

.testimonial-bar .writer-pic .view-btn .fa {
	color: #fff;
}

.testimonial-bar .subject {
	text-align: center;
	color: #fff;
	font-weight: 600;
}

.testimonial-bar .message {
	color: #fff;
	margin: 0px 0 20px 0 !important;
	text-align: center;
}

.testimonial-bar .message-pic {
	text-align: center;
}

.testimonial-bar .message-pic .fa {
	border: 1px solid #ddd;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 20px;
	padding-top: 14px;
	border-radius: 100%;
	margin: 5px 3px 10px 3px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.testimonial-bar .message-pic .fa:hover {
	color: #fff;
	background: #18a0d3;
	border-color: #18a0d3
}

.testimonial-bar .writer {
	font-weight: bold;
	text-align: center;
	color: rgba(255, 255, 255);
	margin-bottom: 10px !important;
}

.testimonial-bar .writer-info {
	font-weight: normal;
	color: rgba(255, 255, 255, 0.5);
}

.testimonial-bar .bt-group {
	display: block;
	margin: 40px auto;
	width: 175px;
}

/* count bar*/
.count-bar {
	background: #fff;
	padding: 70px 0;
}

.count-col {}

.count-col .icon {
	width: 80px;
	height: 80px;
	background: #f2f2f2;
	border-radius: 100%;
	margin: 0 auto 5px !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: 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: 900;
	color: #000;
	padding-left: 12px;
}

.count-col .main-text::after {
	content: '+';
	font-size: 28px;
	margin-left: 5px;
	vertical-align: 3px;
}

.count-col .common-text {
	text-align: center;
	font-weight: 700;
	margin-bottom: 0px !important;
	text-transform: capitalize;
	color: #000;
}

.count-col:hover .icon {
	background: #fdbe44;
	transform: scale(1.1);
}

.count-col:hover .icon img {
	filter: brightness(0) invert(1);
	transform: scale(0.7);
}

/**/
section.contents .content-bar {
	padding: 40px 0;
	overflow: hidden;
}

/* page banner*/
.banner-bar {
	background: #333 url(../design_img/inner-banner.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 100px 0 100px;
}

.banner-bar .banner-content {}

.banner-bar .banner-content h1 {
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

/*location*/
.location {
	list-style: none;
	position: relative;
}

.location::before {
	content: '';
	border-top: 1px solid #f98b2c;
	width: 30px;
	position: relative;
	left: 0;
	top: 9px;
	float: left;
	margin-right: 25px;
}

.location li {
	color: #999 !important;
	text-transform: capitalize;
	float: left;
	width: auto;
	margin: 0px 10px 0px 0 !important;
}

.location li:last-child {
	margin-right: 0px !important;
}

.location li a:after {
	content: '\f105 ';
	font-family: 'FontAwesome';
	font-size: 13px;
	margin-left: 10px;
	color: #999
}

.location li:last-child a:after {
	content: '';
	margin-left: 0px;
}

.location li a {
	color: #999 !important;
	font-size: 13px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.location li a:hover {
	color: #f98b2c !important;
}

.location li a.active {
	color: #f98b2c !important;
}

/*abt-bar*/
.abt-bar {
	padding: 30px;
	border: 1px solid #eee;
	border-left: 5px solid #79b64e;
	background: url(../design_img/biz-logo-back.png) no-repeat 25% 50%;
}

.abt-bar .main-head {
	text-align: left;
}

/*bankers*/
.banker-col {
	min-height: 20px;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #e5e5e5;
}

.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;
	line-height: 25px !important;
	margin-bottom: 0 !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: #000;
	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: #52a650;
	text-transform: uppercase;
	color: #fff !important;
	padding: 6px 12px;
	letter-spacing: 1.8px;
}

.download-col a:hover {
	background: #fdbe44;

}

.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: 20px !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: 14px !important;
	color: #555;
	font-weight: 400;
	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%;
}


/* Legals Section Start */

* Legals Start here */ .legal {
	height: auto;
	padding: 0px 15px 0px 15px !important;
}

.legal .product {
	margin: 0px 8px 33px 8px;
	border: 1px solid #eee;
	box-shadow: 0px 0px 30px #eee;
	padding: 0px;
}

.legal:first-child {
	border: none;
}

.legal img {
	margin: auto;
	display: block;
	max-width: 100%;
}

.legal p {
	margin-top: 10px !important;
	font-weight: 600 !important;
	text-transform: capitalize;
	color: #666;
	padding-bottom: 6px;
	text-align: center !important;
}

.legal .product {
	margin: 0 10px 30px;
}

.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-back {
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 50%;
	right: 0;
	background: #000;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
}

.legal .product-pic {}

.legal .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;
}

.legal .product-new {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	display: inline-block;
	background-color: #f36a1f;
	display: none
}

.legal .product-new span {
	color: white;
	text-transform: capitalize;
	padding: 15px 0px;
	display: inline-block;
	transform: rotate(-90deg);
	font-weight: 300;
}

.legal .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;
}

.legal .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
}

.legal .product-btn {
	width: 50px;
	height: 115px;
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	background: transparent;
	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;
}

.legal .product-btn a {
	background: #333;
	font-size: 16px;
	color: #fff !important;
	width: 50px;
	height: 50px;
	margin: 3px 0px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 0px;
	text-transform: uppercase;
	border-radius: 100%;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
	position: relative
}

.legal .product-btn a.cart {
	background: #666;
	top: 30px;
	opacity: 0;
}

.legal .product-btn a.view {
	background: #4d8c40;
	bottom: 50px;
	opacity: 0;
}

.legal .product-btn a:hover {
	background: #fff !important;
	color: #4d8c40 !important
}

.legal .product-name {
	text-align: center;
	text-transform: uppercase;
	font-size: 13px !important;
	margin: 10px 0 5px !important;
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap !important;
	width: 100%;
}

.legal .product-name a {
	color: #333 !important;
}

.legal .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; */
/* } */
.legal .product-container:hover .product-back {
	visibility: visible;
	opacity: 0.3;
	top: 0;

	bottom: 0%;
}

.legal .product-container:hover .product-pic-container img {
	transform: scale(1);
}

.legal .product-container:hover .product-btn a.cart {
	top: 0;
	opacity: 1;
}

.legal .product-container:hover .product-btn a.view {
	bottom: 0;
	opacity: 1;
}



/*********************************************************************************
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: #019f4a;
	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: #fffbf0;
}

section.contents .mytable tr:hover {
	background: #eee
}

/* Date 12-12-2022 */
.home-web-col-bar {
	background: #f2f2f2;
	padding: 80px 0 60px;
	position: relative;
}

.home-web-col-bar .text-col {
	text-align: center;
}

.home-web-col-bar .main-head {
	margin-bottom: 25px !important;
}

.home-web-col-bar .feature-left {
	padding-top: 60px;
}

.home-web-col-bar .img-col img {
	max-width: 90%;
	float: right;
	border-radius: 10px;
	position: relative;
	z-index: 1
}


.home-web-col {
	display: block;
	position: relative;
	padding: 0px 20px 18px;
	margin-bottom: 50px;
	border: 1px solid #ffedd2;
	border-radius: 10px;
	min-height: 167px;
}

.home-web-col h4 {
	font-size: 21px !important;
	line-height: 30px !important;
	color: #333;
	text-align: center;
	font-weight: 700;
	position: relative;
	margin-bottom: 5px !important;
}

.home-web-col .h-icon {
	width: 55px;
	height: 55px;
	padding: 10px;
	background: #4d8c40;
	border-radius: 100%;
	margin: -34px auto 10px !important;
}

.home-web-col .h-icon img {
	max-width: 100%;
	margin-top: 0px
}

.home-web-col p {
	text-align: center;
	font-size: 15px !important;
	line-height: 24px;
	color: #232323;
}

.home-web-col:hover .h-icon {
	background: #82ce73;
}

/*product slide bar */
.product-slide-bar {
	padding: 40px 0px 55px !important;
	background: #fff;
}

.product-slide-bar.new-products {
	background: #f6f6f6;
}


.product-slide-bar .main-head {
	text-align: center
}

/*products*/

.product {
	padding: 15px 10px;
	overflow: hidden;
}

.product-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.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: #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-web-col-bar .cont {
	padding: 35px !important;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: #4b9533 url(../design_img/feature-back.jpg) no-repeat center right;
	background-size: 80%;
	margin-bottom: 40px;
}

.home-web-col-bar .cont:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;
	opacity: 0.2
}

.home-web-col-bar .cont-call:after {
	background: url(../design_img/icon-call-bottom.png) no-repeat 92% center;
	background-size: 60px;
}

.home-web-col-bar .cont-mail:after {
	background: url(../design_img/icon-mail-bottom.png) no-repeat 92% center;
	background-size: 60px;
}

.home-web-col-bar .cont-timing:after {
	background: url(../design_img/icon-clock-botton.png) no-repeat 92% center;
	background-size: 60px;
}

.home-web-col-bar .cont-icon {
	width: 30px;
	height: 30px;
	float: left;
	border-radius: 100%;
	position: relative;
	top: 7px;
}

.home-web-col-bar .cont-icon img {
	max-width: 100% !important;
	margin: auto;
	display: table
}

.home-web-col-bar .cont-text {
	width: calc(100% - 60px);
	height: 45px;
	float: right;
}

.home-web-col-bar .cont-text p {
	font-size: 14px !Important;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 0 !important;
	line-height: 25px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.home-web-col-bar .cont-text p strong {
	font-weight: 600;
	font-size: 16px !Important;
	color: #fff
}

.home-web-col-bar .cont-text p a {
	color: #fff !important;
}



.home-web-col-bar .feature-right {
	background: #212121 url(../design_img/service-part-1.jpg) no-repeat center center;
	background-size: cover;
	padding: 60px 30px;
	position: relative;
}

.home-web-col-bar .achi-blk {
	text-align: center;
	margin: 0 auto 30px !important;
}

.home-web-col-bar .achi-blk .idx-heading span {
	font-size: 40px !important;
	line-height: 55px;
	color: #FFF !important;
	font-weight: 700;
	margin-bottom: 10px !important;
	display: inline-block;
}

.home-web-col-bar .achi-blk h4 span.second {
	display: inline-block;
}

.home-web-col-bar .feature-right .achi-blk p.task {
	font-size: 20px !important;
	line-height: 27px;
	color: #fdbe44;
	font-weight: 700;
}

.faq-small-blk {
	position: absolute;
	z-index: 9;
	top: 50%;
	margin-bottom: -50%;
	left: -15%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.faq-small-blk img {
	max-width: 100%;
}


/*********************************************************************************
login form 
***************/
.log-body {
	padding: 100px 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: #307428;
	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;
	background: #8dc133;
    color: #fff;
    padding: 10px 20px !important;
    border-radius: 3px !important;
    margin-right: 10px;
    margin-top: 15px;
}

.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: 100px 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.9) !important;
    padding: 0px 10px 0px;
    border: 1px solid rgba(0, 0, 0, 0.1; );
    cursor: default;
    font-size: 14px;
}

.join-nav li a span {
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.9);
	text-align: center;
	margin: 0 auto 10px;
	color: rgba(255, 255, 255, 0.9);
	border-radius: 100%;
	font-size: 20px;
	font-weight: 400;
	padding-top: 5px;
}

.join-nav li a.active {
	cursor: pointer;
	color: #ffa800 !important;
	font-weight: 700;
}

.join-nav li a.active span {
	background: #ffa800;
	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: #1e1d1d;
	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: 5px !important;
	background: #ffa800;
	color: #fff;
	width: 150px;
	text-transform: uppercase;
	font-weight: 700;
}

.join-form-box .btn-sub:hover {
	background: #373030 !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;
}


/* Inner page Css 05-01-2023 */
.inner-abt-sec {
	padding: 80px 0;
	position: relative;
}

.inner-abt-sec.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;
}
.inn-galler-sec .gallery-outer{
	margin-bottom:30px !important;
}
.inn-galler-sec  .achiv-name{
	font-size:16px !important;
	line-height: 24px;
	font-weight: 600;
	color:#000;
	text-align: center;
	padding:10px !important;
}
.inn-galler-sec .achiv-name span{
	font-size:14px !important;
	font-weight: 400;
	display: block;
}
.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;
}

/* Date 08-07-2023 */
.product {
	padding: 15px 10px;
	overflow: hidden;
   }
   .product-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
   }
   .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: #f7a91d;
   }
   .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: #1e448a  !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)
   }
   .product-container:hover .product-back {
	visibility:visible;
	opacity: 0.4;
   }
   .product-container:hover .product-btn {
	right:0px;
   }

.vg-block{
	width:100%;
}
.abt-inner-left .abt-inner-right{
	padding:20px 30px;
	position: relative;
}
.inner-abt-sec .abt-inner-right p{
	font-size:15px !important;
	line-height: 25px;
	color:#333;
	text-align: justify;
	font-weight: 400;
}
.inner-abt-sec .abt-inner-left{
	position: relative;
}
.inner-abt-sec .abt-inner-left img{
	max-width:100%;
}
.inner-abt-sec .vsn-blk{
	background: #f6f6f6;
    position: relative;
    padding: 20px 20px;
    margin-bottom: 40px;
    border: 1px solid #ffca97;
}
.inner-abt-sec .vsn-blk.msn-blk{
	min-height:555px;
}
.inner-abt-sec .vsn-blk h4{
	font-size: 21px !important;
    line-height: 30px !important;
    color: #fdbe44;
    font-weight: 700;
    position: relative;
    margin-bottom: 5px !important;
}
.inner-abt-sec .vsn-blk p{
	font-size:16px !important;
	line-height: 24px;
	color:#333;
	font-weight: 600;

}
.inner-abt-sec .vsn-blk img{
	max-width:100px;
	margin-bottom:15px !important;
}
.inner-abt-sec .vsn-blk.msn-blk ul li{
	font-size:15px !important;
	line-height: 25px !important;
	font-weight: 400;
	text-align: justify;
}
/*  */
.inner-abt-sec .privacy-policy p{
	font-size: 15px !important;
    line-height: 25px;
    color: #333;
    text-align: justify;
    font-weight: 400;
}
.inner-abt-sec .privacy-policy h5{
	font-size: 14px !important;
    line-height: 25px;
    text-align: justify;
    color: #f26b35;
    font-weight: 700;
}
.inner-abt-sec .privacy-policy h3{
	font-size: 20px !important;
    line-height: 28px;
    font-weight: 700;
    color: #4d8c40;
    margin: 20px 0 10px !important;
    text-align: left;
}
.inner-abt-sec .privacy-policy p span{
	font-size: 14px !important;
    line-height: 25px;
	font-weight: 600;
    color: #0072b8 !important;
    
}
.inner-abt-sec .privacy-policy h6{
	font-size: 15px !important;
    line-height: 25px;
    text-align: justify;
    color: #000000;
    font-weight: 600;
}
.inner-abt-sec .privacy-policy h2{
	font-size: 27px !important;
    line-height: 35px;
    font-weight: 700;
    margin-bottom:10px !important;
    color: #212121;
	margin-top: 20px !important;
}
.inner-abt-sec .privacy-policy ul.mylist li:before{
	content: "\f06c ";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px;
    color: #4d8c40;
}

.privacy-policy ul.mylist li {
    font-size:15px !important;
	line-height:24px;
	font-weight:400;
	text-align:justify;
	margin-bottom:10px !important;
}

/*********************************************************************************
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;
}
/* Date 15-02-2024 */

.grien-sec{
	padding:50px 0;
	position:relative;
	background:#f6f6f6;
}

.grie-offic-blk {
    position: relative;
    margin-top: 20px !important;
}
.grie-offic-blk h3 {
    font-size: 18px !important;
    line-height: 27px;
    margin-bottom: 10px !important;
    color: #2e496c !important;
    font-weight: 600;
    text-transform: capitalize;
}
.grie-offic-blk .off-name-blk p {
    font-size: 14px !important;
    line-height: 24px;
    color: #101010 !important;
}


/*********************************************************************************
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: #333;
}

.form-group textarea.form-control {
	resize: none;
}

/* Date 19-09-2020 */
.download-col {
	text-align: center;
	border: 1px solid #e5e5e5;
	padding: 20px 15px;

}

/*********************************************************************************
footer styles
***************/
footer {
	background: url(../design_img/footer-bg.jpg) repeat center center;
	background-size: cover;
}

footer h2 {
	text-align: left;
	color: #82ce73;
	font-size: 18px !important;
	margin-bottom: 25px !important;
	text-transform: capitalize;
	position: relative;
}

footer .footer-bar {
	padding: 55px 0px 40px;
}

footer .footer-bar p {
	font-size: 13px !important;
	line-height: 25px;
	color: #ddd
}

footer .footer-bar p a {
	color: #fdbe44 !important;
}

/* footer site nav*/
footer .site-nav ul {
	list-style: none;
	margin-left: 28px !important;
	margin-bottom: 20px !important;
}

footer .site-nav ul li {
	text-indent: -13px;
	line-height: 30px;
	color: #ddd !important;
}

footer .site-nav ul li i {
	margin-right: 8px;
	color: #fdbe44 !important;
}

footer .site-nav ul a {
	font-size: 13px;
	color: #ddd !important;
	text-align: left;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

footer .site-nav ul a:hover {
	color: #fdbe44 !important;
}

/* footer site nav*/
footer .nav-menu ul {
	list-style: none;
	margin: 0 !important;
}

footer .nav-menu ul li {
	line-height: 30px;
	display: block;
	padding-right: 20px !important;
}

footer .nav-menu ul a {
	display: block;
	font-size: 13px;
	color: #ddd !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: #fdbe44 !important;
}

footer .fotter-logo img {
	width: 70%;
	margin-bottom: 20px;
}

/*social nav*/
footer .social-nav {
	float: right;
}

footer .social-nav ul {
	list-style: none;
	padding: 0px !important;
	float: left;
}

footer .social-nav li {
	float: left;
	margin-right: 5px !important;
}

footer .social-nav li a {
	border: 0 !important;
	padding: 0 !important
}

footer .social-nav li a .fa {
	color: #333 !important;
	width: 45px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 0px;
	font-size: 18px !important;
	line-height: 35px;
	vertical-align: middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

footer .social-nav li a:hover .fa {
	color: #fdbe44 !important;
}

/*footer bar bottom*/

footer .footer-bar-bottom {
	background: linear-gradient(90deg, #4d8c40 0%, #82ce73 80%);
	color: #ddd;
	padding: 10px 0;
}

footer .footer-bar-bottom .copy {
	font-size: 13px !important;
	margin-bottom: 0px !important;
	margin-top: 5px !important;
}

footer .footer-bar-bottom .co-name {
	margin-right: 5px;
	color: #fdbe44;
}

footer .footer-bar-bottom .designer {
	margin-top: 2px !important;
	margin-left: 5px !important;
}

footer .footer-bar-bottom .designer img {
	border: 1px solid #bbbaba;
	border-radius: 100%;
	padding: 2px;
	background: #fff;
}

/* top and down button*/
#goTop,
#goDown {
	border-radius: 100%;
	width: 40px;
	height: 40px;
	padding-top: 7px;
	text-align: center;
	position: fixed;
	bottom: 40px;
	right: 20px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	cursor: pointer;
	color: #fff !important;
	font-weight: bold;
	background: #fdbe44;
	z-index: 9999;
}

/*  */
/* Privacy Policy */
.abt-policy-sec {
	padding: 50px 0;
	position: relative;
}

.policy-sec {
	padding: 0px 0px !important;
	position: relative;
}

.policy-sec p {
	text-align: justify;
	color: #333;
	font-size: 14px !important;
	line-height: 25px;
	font-weight: 400;
}

.policy-sec a {
	color: #333 !important;
}

.policy-sec h2 {
	font-size: 22px !important;
	line-height: 30px;
	margin-bottom: 3px !important;
	margin-top: 20px !important;
	color: #4d8c40;
	font-weight: 900;
	letter-spacing: 0.5px;
}

.policy-sec ul {
	font-size: 14px;
	margin: 0 0 10px 28px !important;
	color: #333;
	list-style: none;
}

.policy-sec ul li {
	line-height: 26px;
	font-size: 14px !important;
	color: #333;
	text-indent: -30px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 5px !important;
	text-align: justify;
}

.policy-sec ul li::before {
	content: "\f0a9 ";
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: normal;
	font-size: 14px;
	margin-right: 10px !important;
	color: #f6902b;
	font-size: 15px;
	font-weight: 700;
}