/*********************************************************************************
common styles
***************/
body {
	background:#fff!important;
	color:#333!important;
	font-family: 'Roboto', sans-serif !important;
	font-size:15px!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 {
	overflow: hidden;
}

header .top-bar .top-col {
	background: linear-gradient(45deg, #149046, #15d663, #149046);
}

header .top-bar .top-col::before {
	content: '';
	position: absolute;
	left: -32px;
	top: 0;
	bottom: 0;
	width: 100px;
	background: #149f4c;
	-ms-transform: skewY(40deg);
	-moz--transform: skewY(40deg);
	-webkit-transform: skewY(40deg);
	transform: skewX(40deg);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	border-bottom-left-radius: 10px;

}
header .top-bar .top-col::after {
	content: '';
	position: absolute;
	right: -32px;
	top: 0;
	bottom: 0;
	width:50px;
	background: #14994a;
	-ms-transform: skewY(-40deg);
	-moz--transform: skewY(-40deg);
	-webkit-transform: skewY(-40deg);
	transform: skewX(-40deg);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	border-bottom-right-radius:10px;

}









/*cont nav*/
header .cont-nav {
	float: left;
	margin: 8px 0;
	position: relative;
	z-index: 1;
}

header .cont-nav ul {
	list-style: none;
}

header .cont-nav ul li {
	float: left;
}

header .cont-nav ul a {
	display: block;
	padding: 0px 20px;
	font-size: 13px;
	color: #fff !important;
	border-left: 1px solid #ffffff54;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

header .cont-nav ul a img {
	margin-right: 10px;
	width: 20px;
}

header .cont-nav ul li:first-child a {
	padding-left: 0;
	border: 0;
}

header .cont-nav ul a span.cont-text {}

header .cont-nav ul a:hover {}

/*user nav*/
header .user-nav {
	float: right;
	margin: 5px 40px 5px 0;
}

header .user-nav ul {
	list-style: none;
}

header .user-nav ul li {
	float: left;
}

header .user-nav ul a {
    display: block;
    margin-left: 5px;
    padding: 2px 15px 1px;
    font-size: 13px;
    color: #fff !important;
    text-transform: capitalize;
    border-radius: 5px;
    border: 2px solid #ffffff;
}

header .user-nav ul a.login {
	background: #da9e43;
}

header .user-nav ul a.join {
	background: #126012;
}

header .user-nav ul a:hover,
header .user-nav ul a:hover .fa {
	background: #333 !important;
}

/*social links*/
header .social-nav {
	float: right;
	margin: 9px 0 10px 0;
}

header .social-nav ul {
	list-style: none;
}

header .social-nav li {
	float: left;
	margin-left: 20px !important;
}

header .social-nav li a {
	width: 17px;
	height: 17px;
	display: block;
}

header .social-nav li a img {
	max-width: 100%;
}

header .social-nav li a:hover img {
	opacity: 0.5
}

/*logo bar*/
header .logo-bar {
	background: #fff;
}

header .logo-fixed-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index:99;
	-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

header .logo-fixed-bar .logo {
	top: 0px
}

header .logo-fixed-bar .logo img {
	max-width: 115px;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
}

header .logo {
	position:absolute; top: -18px;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
}

header .logo img {
	max-width: 140px;
}

/* nav bar */
header .nav-bar {
	position: relative;
} 
/*site nav*/
header .site-nav {
    display: table;
    margin: 0 auto;
}
header .cont-btn{
	display: inline-block;
    overflow: hidden;
    position: relative;
    border-radius: 25px;
    font-weight: 600;
	margin-top:10px;
	float:right;
}
header .cont-btn:before{
	content: 'Contact Us';
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 25px 10px;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    background: #14994a;
    color: #ffffff;
}
header .cont-btn:hover:before{
	-webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

header .cont-btn span{
	border: 2px solid #da9e43;
    background: #da9e43;
    padding: 10px 25px;
    color: #ffffff;
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    z-index: 2;
}

header .cont-btn:hover span{
	-webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
} 

/*********************************************************************************
section styles
***************/
section.slider {
	position: relative;
}
section.slider .slides{
	border-radius: 15px!Important;
}

section.slider .slide-item{
border-radius: 15px!Important;overflow: hidden;
}
section.slider .slide-item img{
	max-width:100%
}
section.slider .slide-item video {
	width: 100%;
}

/**/
section.contents {
}
section.contents .content-bar {
	padding:40px 0;
	overflow:hidden;
}
/* page banner*/
.banner-bar {
	background:#0072b8 url(../design_img/banner-back.jpg) no-repeat center center;
	background-size:cover;
	padding:100px 0 100px;
}
.banner-bar .banner-content {
}
.banner-bar .banner-content h1 {
	font-weight:700;
	color:#ffd255;
	text-transform:uppercase;
	position:relative;
}
.banner-bar .banner-content h1:before {
	content: '';
	border-top: 1px solid #fff;
	width: 30px;
	position: absolute;
	left: 0;
	top: -15px;
	z-index: 2;
}
/*location*/ 
.location {
	list-style:none;
	position: relative;
}
.location li {
	color:#999!important;
	text-transform:capitalize;
	float:left;
	width:auto;
	margin:  0px 10px 0px 0!important;
}
.location li:last-child {
	margin-right:0px!important;
}
.location li a:after {
	content: '\f105 ';
	font-family: 'FontAwesome';
	font-size: 13px;
	margin-left:10px;
	color:#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:#fbcf48 !important;
}
.location li a.active {
	color:#fbcf48 !important;
}
/*bankers*/
.banker-col {
	min-height: 20px;
	padding: 15px ;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.banker-col img {
	margin-bottom: 20px;
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border-radius: 4px;
 -webkit-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
.banker-col p {
	color: #333;
	font-size:14px!important;
	margin-bottom:0!important
}
/*legals*/
.legal {
	height: auto;
	padding:10px 0px 0px 0px!important;
}
 
.legal:first-child {
	border: none;
}
.legal img {
	margin: auto;
	display: block;
	max-width: 100%;
}
.legal p {
	margin-top:10px!important;
	font-weight:600!important;
	text-transform: uppercase;
	color: #666;
	padding-bottom: 6px;
	text-align: center !important;
}
/* download col*/
 .download-col {
	text-align: center;
}
.download-col p {
	margin-bottom: 5px !important;
	font-weight: 600;
	font-size: 15px !important;
	text-align: center !important;
	color: #333;
	padding: 20px 5px !important;
	text-transform:uppercase
}
.download-col a {
	font-size:14px;
	background:#f34747;
	text-transform:uppercase;
	color:#fff!important;
	padding:5px 10px;
	letter-spacing:1.8px;
}
.download-col a:hover {
	background:#666;
}
.download-col img {
	margin:auto;
}
/* contact bar */
.contact-bar {
	 
}  
.contact-bar .cont-nav {
	background:#f5dd96;
	padding:40px;
	overflow:hidden;
}
.contact-bar .cont-nav h3 {
	color:#333; text-transform:uppercase; font-weight:600;
	margin: 0 0 40px 0!important; text-align:left
}
.contact-bar .cont-nav ul {
	list-style:none;
	margin-bottom:20px!important;
}
.contact-bar .cont-nav ul li {
	line-height: 24px;
	margin-bottom: 20px !important;
	overflow:hidden;
}
.contact-bar .cont-nav ul a {
	display:block;
	color:#333 !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	font-size: 14px;
}
.contact-bar .cont-nav ul a i {
	margin-right:25px;
	float:left;
	margin-top: 4px;
	font-size: 20px;
	width:20px;  
}
.contact-bar .cont-nav ul a span {
	float:left;
	display:block;
	width:calc(100% - 50px );
}
/**/
.contact-bar .main-head{
	 text-align:center;	margin: 30px 0 !important;
}  
.contact-bar .iframe-form{ width:100%; height:400px;}
.contact-bar .form-group {
	position: relative;
	margin-bottom:7px!important;
}
.contact-bar .input-group-addon {
border-radius: 3px !important;
	background: #eee; 
	border:0;	color:#999;
	width: 42px !important;
	border-top-right-radius:0 !important;
		border-bottom-right-radius:0 !important
}
.contact-bar .input-group {
	width: 100%;
}
.contact-bar input[type="text"], .contact-bar input[type="email"], .contact-bar input[type="password"], .contact-bar select, .contact-bar textarea {
	display:block;
	width:100%;
	color:#333333;
	font-size:14px;
	padding:15px 10px;
	height:auto;
	background:#f6f6f6!important;border-radius: 3px !important;
	border-top-left-radius:0 !important;
		border-bottom-left-radius:0 !important;
	border:0px solid #ececec!important; 
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.contact-bar textarea {
	height:160px;
	resize:none;
	padding-left: 10px !important;
}
.contact-bar .button {
	font-size:16px;
	margin-top:10px;
	
	margin:auto;
	display:table;
}
/*rankers*/
.rankers .achievers {
	background:#fff;
	border:1px solid #eee;
	border-bottom-color:#eee;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	margin-bottom:10px!important;
	margin-top:10px!important;
	width:100%;
	border-radius:0;
	overflow:hidden;
	margin: auto;
}
.rankers .achievers-container {
	width:100%;
	height:auto;
	position:relative;
	border-bottom:1px solid #eee;
}
.rankers .achievers-pic-container {
	width:100%;
	height:260px;
	margin-bottom:0px;
	position:relative;
}
.rankers .achievers-pic-container img {
	max-width:100%;
	max-height:100%;
	border-radius:0;
	position:absolute;
	top:50%;
	margin-bottom:-50%;
	left:50%;
	margin-right:-50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}
.rankers .achievers-back {
	position:absolute;
	bottom:0%;
	left:0;
	top:0%;
	right:0;
	background:#000;
	z-index:2;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	opacity:0;
	height:100%;
}
.rankers .achievers-btn {
	width:100%;
	height:auto;
	position:absolute;
	z-index:3;
	top: 130%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.rankers .achievers-btn p {
	font-size:14px !important;
	color:#fff!important;
	text-align:center;
	line-height:24px;
}
.rankers h2 {
	font-size: 13px !important;
	color: #555;
	font-weight: 300;
	text-transform: capitalize;
	background: none;
	margin-bottom: 15px !important;
	border: 0;
	text-align: center;
	margin-top: 15px !important;
}
.rankers .rank {
	background: #c61c00;
	color: #fff;
	position: absolute;
	z-index: 1;
	top: -3px;
	padding: 2px 2px;
	font-size: 12px;
	border-radius: 0;
	left: -3px;
	font-weight: bold;
	width: 58px;
	text-align: center;
}
.rankers .achievers-container:hover .achievers-back {
	opacity: 0.8;
}
.rankers .achievers-container:hover .achievers-btn {
	top:50%;
}
/* Page Css start */
/* Page Css Start Here */
.home-abt-bar {
	padding: 80px 0 !important;
	position: relative;
}
   .main-head {
	font-size: 40px!important;
	line-height: 50px!important;
	font-weight: 600;
	font-family: 'Rubik', sans-serif;
	color: #14994a;
	margin-bottom:10px !important;
   }
   .br-bottom {
	height:2px;
	width:60px;
	background:#da9e43;
	display:table;
	margin:0 auto 40px !important;
   }
   .main-head span {
	font-size: 16px!important;
	line-height: 24px;
	font-weight: 500;
	color: #da9e43;
	display:block;
   }
   .home-abt-bar p {
	font-size:14px !important;
	line-height:24px;
	color:#444444;
	text-align: justify;
   }
  .home-abt-bar .home-abt-right a {
	display: inline-block;
	margin-bottom: 25px;
	width: calc(50% - 10px);
	margin-right: 8px;
	padding:25px 20px;
	box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.37);
	-webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.37);
	-moz-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.37);
	text-align: center;
	background:#FFF !important;
   }
   .home-abt-bar .home-abt-left {
		padding:10px 15px 0;
		position: relative;
   }
   .home-abt-bar .home-abt-right .h-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 10px;
	color: #999;
   }
   .home-abt-bar .home-abt-right .h-icon img {
	max-width:100%;
   }
   .home-abt-bar .home-abt-right p.abt-rheading {
	font-size:18px !important;
	line-height:24px;
	color:#222;
	font-weight:700;
	margin-bottom:5px !important;
	text-align: center;
	text-transform: capitalize;
   }
   .home-abt-bar .home-abt-right p {
	font-size:14px;
	line-height:24px;
	color:#444;
	text-align: center;
   }
   .home-abt-bar .main-head{
		margin-bottom:10px !important;
		text-align: center;
   }
   .home-service-sec {
	padding:80px 0;
	position: relative;
	background:#f5f9fc;
   }
   .home-service-sec .br-bottom {
	margin:0 auto !important;
	display: block;
   }
   .home-service-sec .service-blk {
	position:relative;
   }
   .home-service-sec .service-blk img {
	max-width:100%;
   }
   .home-service-sec .service-blk .ser-blk-bottom {
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0, 0, 0, 0.6);
	width:100%;
	display:block;
	padding:20px 20px;
   }
   .home-service-sec .service-blk .ser-blk-bottom .ser-left {
	width:60px;
	display:inline-block;
	vertical-align: top;
   }
   .home-service-sec .service-blk .ser-blk-bottom .ser-left img {
	max-width:100%;
   }
   .home-service-sec .service-blk .ser-blk-bottom .ser-right {
	width:calc(100% - 65px);
	display: inline-block;
	padding-left:10px;
   }
   .home-service-sec .service-blk .ser-blk-bottom .ser-right .ser-name {
	font-size:22px !important;
	line-height:30px;
	color:#fb4f00;
	font-weight:600;
	text-transform: capitalize;
	margin-top:15px !important;
   }
   .ser-gp {
	margin-top:50px !important;
   }
   .idx-faq-sec {
	padding:80px 0;
	position: relative;
   }
   .idx-faq-sec .faq-right {
		position: relative;
   }
   .idx-faq-sec .achi-blk {
	text-align:center;
	margin:0 auto 40px !important;
   }
	.idx-faq-sec .achi-blk .idx-heading {
		background: #14994a;
		border-radius: 10px;
	}
   .idx-faq-sec .achi-blk .idx-heading span {
	font-size:40px !important;
	line-height:55px;
	color:#fff !important;
	font-weight:700;
	margin-bottom:0px !important;
	font-family: 'Rubik', sans-serif;
	display:inline-block;
   }
   .idx-faq-sec .achi-blk h4 span.second {
	display: inline-block;
   }
   .idx-faq-sec .faq-right .achi-blk p.task {
	font-size:18px !important;
	line-height:24px;
	color:#da9e43;
	font-weight:700;
	text-align: center;
   }
   .faq-small-blk {
		position: relative;
		border-radius: 15px;
		overflow: hidden;
	}
   .faq-small-blk img {
	max-width:100%;
   }
   .idx-faq-sec .faq-left {
	padding:80px 20px;
	position: relative;
   }

.idx-btn{
	display: inline-block;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    font-weight: 600;
	margin-top:10px;
}
.idx-btn:before{
	content: 'Read More';
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 25px 10px;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    background: #14994a;
    color: #ffffff;
}
.idx-btn:hover:before{
	-webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.idx-btn span{
	border: 2px solid #da9e43;
    background: #da9e43;
    padding: 10px 25px;
    color: #ffffff;
    display: block;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    z-index: 2;
}

.idx-btn:hover span{
	-webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}
/* */
/*  */
.home-product-sec {
	padding: 80px 30px 80px;
	position: relative;
	overflow: hidden;
	background:linear-gradient(45deg, #ffffff 20%, #a4b7ad 100%);
	margin:0 50px;
	border-radius:20px;
}
 
.home-product-sec .product-right{
	padding:20px 20px;
	position: relative;
}
.home-product-sec .product-right p{
	font-size:16px !important;
	line-height: 25px; 
	font-weight: 400;
	text-align: justify;
}

.prod-left {
	padding: 0 15px;
}

.prod-left p {
	font-size: 15px !important;
	line-height: 25px;
	font-weight: 500;
	text-align: justify;
	color: #333;
}

.pr-gape {
	margin-top: 10px;
}

.pr-shape {
	position: absolute;
	display: block;
	width: 470px;
	height: 615px;
	background: #00cd78;
	right: 0px;
	top: -60px;
}

/*products*/
/*products*/
.product {
	margin: 0 10px;
}

.product-container {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.product-pic-container {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.product-back {
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 50%;
	right: 0;
	background: rgba(51, 51, 51, .7);
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
}

.product-pic {
    border: 1px solid #d7d7d7;
    border-radius: 15px;
    overflow: hidden;
}
.product-pic img {
	max-width: 100%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.product-new {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	display: inline-block;
	background-color: #f36a1f;
	display: none
}

.product-new span {
	color: white;
	text-transform: capitalize;
	padding: 15px 0px;
	display: inline-block;
	transform: rotate(-90deg);
	font-weight: 300;
}

.product-new:after {
	content: "";
	width: 0px;
	height: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid #f36a1f;
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
}

.discount {
	background: #ffefca;
	color: #000;
	width: 62px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 1;
	text-align: center;
	line-height: 22px;
	display: none
}

.product-btn {
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 0;
	/* 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;
}

.prduct-list .product-btn {
	height: 50px;
	width: 100%;
}

.prduct-list .product-btn .cart {
	position: absolute;
	right: 0;
	background: #FFF !important;
}

.prduct-list .product-btn a:hover {
	background: #226e90;
	color: #FFF !important;
}

.prduct-list .product-btn .cart {
	position: absolute;
	right: 0;
	background: #FFF !important;
}

.prduct-list .product-btn a.cart:hover {
	background: #226e90 !important;
	color: #FFF !important;
}

.product-btn a {
	background: #333;
	font-size: 16px;
	color: #ffb120 !important;
	width: 50px;
	height: 50px;
	display: block;
	border-top-left-radius: 0px;
	border-bottom-left-radius:0px;
	float: left;
	text-align: center;
	padding-top: 13px;
	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;
	position: relative
}

.product-btn a.cart {
	background: #666;
	top: 30px;
	opacity: 0;
}

.product-btn a.view {
	background: #FFF;
	bottom: 50px;
	opacity: 0;
}

.product-btn a:hover {
	background: #14994a;
	color: #FFF !important
}

.product-name {
	text-align: center;
    text-transform: uppercase;
    font-size: 16px !important;
    line-height: 24px;
    margin: 0px !important;
    overflow: hidden !important;
    padding: 20px 10px;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap !important;
    width: 100%; 
    z-index: 1;
    position: relative;
	border-radius:0px;
	font-weight: 600;
}

.product-name a {
	 
}

.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.8;
	top: 0;
	bottom: 0%;
}

.product-container:hover .product-btn a.cart {
	top: 0;
	opacity: 1;
}

.product-container:hover .product-btn a.view {
	bottom: 0;
	opacity: 1;
}

.home-product-sec .owl-buttons {
	position: absolute;
	left: -15%;
	top: 35%;
}

.home-product-sec .owl-buttons div {
	border: 1px solid #ccc;
}

.home-product-sec .owl-buttons div:hover {
	background: #2e2e2e !important;
	color: #fff !important;
}

.home-product-sec .owl-buttons div.owl-next {
	position: relative;
	top: -55px;
	left: -50px;
}

.no-product {
	margin-bottom: 30px !important;
	background: #fff;
	border-radius: 10px;
	padding: 20px !important;
	text-align: center;
	color: #999;
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.product.load {
	width: calc(calc(100% / 4) - 16px);
	float: left
}

.product.load .product-pic {
	height: 250px;
}
/* Feature Section Start */
.quality-sec {
	padding:80px 0;
	position: relative;
}
.quality-sec .feature-left{
	border-radius: 15px;overflow: hidden;
}

.quality-sec .feature-middle{
	padding-top:50px;
}
.quality-sec .feature-middle p{
	font-size: 14px !important;
    line-height: 24px;
    color: #444444;
    text-align: justify;
}
.quality-sec .feature-left img{
	max-width:100%;
}
.quality-sec .quality-heading{
	text-align: center;
	margin-bottom:40px;
}
.web-col-outer {
	position: relative;
	border: 1px solid #f2f2f2;
	padding: 15px 15px;
	transition: all 300ms linear;
	border-radius: 10px;
	margin: 0 0px 30px;
}

.web-col-outer:hover {
	background: #da9e43;
	box-shadow: 0px 10px 20px 0px rgba(125, 200, 196, 0.4);
}

.web-col-icon {
	position:relative;
	margin-bottom:5px !important;
	
}
.web-col-icon span.name{
	font-size:16px !important;
	line-height: 24px;
	font-weight: 600;
	color: #14274f;
}
.web-col-icon .icon{
	background: #da9e43 ;
	border-radius: 100%;
	display: inline-block;
	padding:10px;
	width:50px;
}
.web-col-outer:hover .icon{
	background:#2e2e2e;
}

.web-col-icon img {
	max-width: 100%;
}

.web-col-text {
	margin-left: 0px;
}

.web-col-text p {
	font-size: 14px !important;
	line-height: 24px;
	color: #333;
}

.web-col-outer:hover p {
	color: #fff;
}

.web-col-outer:hover span {
	color: #fff;
}

.web-col-text span {
	font-size: 16px !important;
	line-height: 30px;
	font-weight: 700;
	color: #121212;
}




/*********************************************************************************
my table start
***************/
section.contents .mytable {
}
section.contents .mytable caption {
	color:#333333;
	text-align:center;
	margin-bottom:5px;
	padding:0px;
	font-weight:600;
}
section.contents .mytable th {
	background:#3b8334;
	color:#fff;
	font-weight:600;
	vertical-align:middle!important;
	text-align:center;
	font-size:14px;
	text-transform:capitalize;
	height:40px;
}
section.contents .mytable td {
	vertical-align:middle!important
}
section.contents .mytable tr {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
section.contents .mytable tbody > tr > td {
	text-align:center;
	font-size:14px;
}
 
section.contents .mytable tr:nth-child(odd) {
background:#e9faf9;
}
section.contents .mytable tr:hover {
	background:#eee
}
/*********************************************************************************
list styles start
***************/
ul.mylist {
	list-style:none;
	padding:0 0 0 10px;
	margin:0 0 15px 25px !important;
	font-size:14px
}
ul.mylist li {
	line-height:22px;
	text-indent:-25px;
}
ul.mylist li:before {
	content: "\f138   ";/*f105 f138  */
	font: normal normal normal 14px/1 FontAwesome;
	margin-right:10px;
	color:#f88530;
}
ul.mylist li li:before {
	content: "- ";/*f105 f138  */
	font: normal normal normal 14px/1 FontAwesome;
	margin-right:16px;
	color:#f88530;
}
/*********************************************************************************
default form styles start
***************/
.form-group {
	position: relative;
	margin-bottom: 18px !important;
}
.form-group label {
	font-weight:normal;
}
.form-group .label-err {
	width: auto;
	font-size: 11px;
	color: #f17e21;
	padding: 0px;
	position: absolute;
	left: 0;
}
.form-group .form-control {
	border-radius:0!important;
	box-shadow:none;
	background:none;
	padding:8px 12px;
	height:auto;
}
.form-group select.form-control {
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../design_img/icon-select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 6px top 50%;
	z-index: 0;
	/*padding: 7px 20px 7px 4px; */
	padding-left:5px;
	padding-right:20px;
}
 /*@-moz-document url-prefix() {
	.form-group select.form-control {
		padding: 7px 20px 7px 4px;
	}
}*/
.form-group .label-radio {
	margin-right:15px;
}
.form-group input[type=radio] {
	margin-right:5px;
}
.form-group .label-check {
	margin-right:15px;
	text-transform:none!important;
	font-family: 'Poppins', sans-serif!important;
}
.form-group .label-check a {
	color: #fcd80f!important;
}
.form-group .label-check a:hover {
	text-decoration:underline!important
}
.form-group input[type=checkbox] {
	margin-right:5px;
}
.form-group .form-control:focus {
	box-shadow:none;
	border-color:#ffa34a;
	color:#ffa34a
}
.form-group textarea.form-control {
	resize:none;
}
/*********************************************************************************
footer styles
***************/
footer {
	background: #2a3a30;
	position: relative
}
footer .footer-top{
	padding:40px 0 25px;
	border-bottom:1px solid #da9e433d;
}
footer .icon-outer {
    width: 40px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
footer .icon-outer img{
	max-width:100%;
}
footer .add-text {
	display: inline-block;
	width:calc(100% - 45px);
    padding-left: 10px !important;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #FFF;
}
footer .add-text h4{
	font-size:18px !important;
	line-height: 27px;
	font-weight: 600;
	margin-bottom:5px !important;
	color:#FFF;
}
footer .add-text p{
	font-size:14px !important;
	line-height: 24px;
	font-weight: 400;
	color:#FFF;
}
footer .add-text p a{
	color:#FFF !important;
}



/**/
footer .logo {
	width: 150px;
	display: block;
	margin-top: 0px;
	margin-bottom: 25px;
}

footer .logo img {
	max-width: 100%;
}

/**/
footer .abt-sec{
	position: relative;
	padding-right:30px;
}

footer .footer-bar p{
	font-size:14px !important;
	line-height: 24px;
	color:#FFF !important;
	text-align: justify;
}
footer h2 {
	text-align: left;
	color: #fff;
	font-size: 18px !important;
	font-weight: 500;
	margin-bottom: 40px !important;
	text-transform: capitalize;
	position: relative;
}

footer h2:before {
	content: '';
	border-top: 2px solid #da9e43;
	width: 30px;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 2
}

footer .footer-bar .banker-block {}

footer .footer-bar .banker-block img {
	max-width: 150px;
	background: #fff;
	padding: 5px 10px !important;
	border-radius: 5px;
	margin-bottom: 10px;
}

footer .footer-bar .banker-block p {
	font-size: 13px !important;
}


footer .footer-bar {
	margin: 70px 0 20px 0;
}

/* footer site nav*/
footer .site-nav ul {
	list-style: none;
	margin-left: 28px !important;
	margin-bottom: 40px !important;
}

footer .site-nav ul li {
	text-indent: -13px;
	line-height: 22px;
	color: #fff !important;
	margin-bottom: 10px !important;
}

footer .site-nav ul li strong {
	font-weight: 500;
	color: #fff
}

footer .site-nav ul li i {
	margin-right: 8px;
	color: #fff !important;
}

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: 25px;
	display: block;
	text-indent: 0px;
}

footer .nav-menu ul a {
	display: block;
	font-size: 14px;
	color: #fff !important;
}

footer .nav-menu ul a:hover {
	color: #da9e43 !important;
}

/*social nav*/
footer .social-nav ul {
	list-style: none;
    margin: 0px auto 0 !important;
    text-align: center;
}

footer .social-nav li {
	float: left;
	margin-right: 5px !important;
	line-height: 35px;
}

footer .social-nav li a {
	border: 0 !important;
	padding: 0 !important
}
footer .social-nav li a .fa{
	color: #FFF;
	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;
	font-size: 18px !important;
	margin: 0px 5px 0px 5px;
}

footer .social-nav ul .fa-facebook {
    background: #3b5a9a;
    border: 1px solid #3b5a9a;
}
footer .social-nav ul .fa-twitter {
    background: #1d9bf0;
    border: 1px solid #1d9bf0;
}
footer .social-nav ul .fa-instagram {
    background: #813cac;
    border: 1px solid #813cac;
}
footer .social-nav ul .fa-youtube {
    background: #f51e1e;
    border: 1px solid #f51e1e;
}


footer .app-outer {
	display: block;
	width: 100%;
}

footer .down-app1 {
	display: block;
    padding: 10px 20px;
    font-size: 15px;
	line-height: 30px;
    font-weight: 600;
    border-radius: 6px !important;
    text-transform: capitalize;
    color: #FFF !important;
    background: #127f95;
    -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;
    margin-left: 10px;
}
footer .down-app1:hover {
	background:#FFF !important;
	color:#127f95 !important;
	font-weight: 700;
}
footer .down-app1 img{
	margin-right: 10px;
    max-width: 50px;
    vertical-align: -7px;
	filter: brightness(0) invert(1);
}
footer .down-app1:hover img{
	filter:brightness(1) invert(0);
}


footer p.other-info {
	margin-bottom: 4px !important;
}





footer .sm-gape {
	margin-top: 30px !important;
}

/*footer bar bottom*/
footer .footer-bar-bottom {
	background: #fff;
	padding: 20px 0 20px !important;
}

footer .footer-bar-bottom .copy {
	margin-bottom: 0px !important;
	text-align: center;
	color: #666
}

footer .footer-bar-bottom .co-name {
	margin-right: 5px;
	color: #da9e43;
	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;
}

/* top and down button*/
#goTop,
#goDown {
	border-radius: 100%;
	width: 40px;
	height: 40px;
	padding-top: 5px;
	text-align: center;
	position: fixed;
	bottom: 40px;
	right: 45px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	cursor: pointer;
	color: #fff !important;
	font-weight: bold;
	background: #da9e43;
	z-index: 9999;
	font-size: 14px !important;

}

#goTop:hover,
#goDown:hover {
	background: #f5ee2c !important;
	color: #000 !important;
}