/*********************************************************************************
common styles
***************/
body {
 background:#fff!important;
 color:#333!important;
 font-family: 'Poppins', sans-serif!important;
 font-size:13px!important;
}
h1, h2, h3, h4, h5, p, ul, li {
 margin:0px!important;
 padding:0px!important;
}
a {
 color:#333!important;
 cursor:pointer;
 text-decoration:none!important;
}
a:active {
 box-shadow:none!important;
}
p {
 line-height:22px;
 margin-bottom:10px!important;
 font-size:13px!important;
}
h1, h2 {
 margin-bottom:10px!important;
}
.container-fluid {
 max-width: 1500px;
}
.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: #00006e;
 color:#fff;
 padding:10px 20px !important;
 border-radius:3px!important;
 margin-right:10px;
 margin-top:15px;
}
.btn-cancel {
 background:#fc910f;
}
.btn:hover {
 background:#333!important;
 color:#fff!important;
}
/*********************************************************************************
header styles
***************/
header {
	position:absolute;
    width:100%;
    top:0;
	z-index:999;
}
header.header-fixed-bar {
 position: fixed !important; 
}
header.header-fixed-bar  .top-bar {
 display: none;
}
header.header-fixed-bar  .logo { 
	padding: 4px 0px 4px 15px;
}
header.header-fixed-bar  .logo img {
	max-width: 69%;
}
  
/**/
header .top-bar {
 background:#319c01;
 padding:10px 15px 11px; 
}
header .top-bar .wel-txt {
 margin-bottom:0!important;
 color:#fff
}
header .top-bar .wel-txt span{ color:#d0ff31}
header .top-col {
border-left: 1px solid #eee; padding-left:0px
}
/*user nav*/
header .user-nav {
 float:right;
}
header .user-nav ul {
 list-style:none;
}
header .user-nav ul li {
 float:left;
 margin-left:5px!important
}
header .user-nav ul a {
 display: block;
 padding: 2px 12px 2px 10px;
 font-size: 13px;
 text-transform: capitalize;
 color: #fff !important; 
 border-radius: 4px;
 -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 .fa {
 margin-right:8px;
 color:#fff;
 font-size:16px;
}
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:#92cd01;
}
header .user-nav ul a:hover  img {
	filter: brightness(0) invert(1);
}

/*logo bar*/ 
header .logo-bar {
 background:#fff;
border-bottom-left-radius:12px;
border-bottom-right-radius:12px;
 -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 {
 width: 115px;
	display:block; 
	margin: 0 auto;  
	-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);
}
header .logo img {
 max-width:100%;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);
}

/*cont nav*/ 
header .cont-nav {
 float: right;
 padding:15px 15px 15px 0; 
}
header .cont-nav ul {
 list-style:none;
 font-size:13px;
}
header .cont-nav ul li {
 float: left;
 color: #666 !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: 17px;
 color: #000 !important;
 font-weight: 700;
}
header .cont-nav ul li .fa, header .cont-nav ul li img {
 top: 0;
 left: -55px;
 position: absolute;
 color: #fff !important;
 background: #fff;
 font-size: 17px;
 width: 45px;
 height: 45px;
 text-align: center;
 padding: 9px;
 border-radius: 100%;
}
header .cont-nav ul a {
 color:#fff!important;
}
header .cont-nav ul a:hover {
 color:#fff!important;
} 
/* nav bar */
 
header .nav-bar { 
  padding:0px 15px; 
}
/*site nav*/
header .site-nav {
}
/*********************************************************************************
section styles
***************/
section.slider {
 position:relative;
 overflow:hidden
}
/**/
section.contents {
}
/*main heading*/
.main-head {
	line-height: 34px !important;
	font-weight: 700;
	font-size: 27px !important;
	color: #262c1e;
	margin-bottom: 20px !important;
}
.main-head span { 
 color:#ff871c;
} 
/**/ 

/* home web col bar  */
.home-web-col-bar { 
 position:relative;
 margin-top:-50px;
 z-index:99	;padding-bottom: 80px;
} 
.home-web-col-bar .main-head {
 margin-top:60px!important;
}
 
.home-web-col {
padding:20px 10px;
background:#fff;
border-radius:10px;
-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);
 -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);


}
.home-web-col .h-icon {
 width:55px;
 height:55px; 
 line-height:55px;  
 border-radius:10px;
 text-align:center;
 margin:0 auto 10px; 
}
.home-web-col .h-icon img {
 max-width:100%;
 -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);

}
.home-web-col p {
 font-size:16px!important;
 font-weight:600;
 color:#319c01; 
 text-align:center;
 line-height:30px;
 -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);

}
.home-web-col p span {
 display:block;
 color:#666f5a;
 font-size:13px!important;
 font-weight:normal;
 text-transform:none;
 line-height:22px;margin-top: 5px;
 -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);

}
.home-web-col:hover  {
 background:linear-gradient(0deg, #284119 0%, #2d740b 80%);
}
.home-web-col:hover p { color:#fff}
.home-web-col:hover p span{color:#fff;}
.home-web-col:hover .h-icon img {
 filter: brightness(0) invert(1);
}
/**/
.home-abt-bar {
 padding:70px 0 90px 0!important;
 background:url(../design_img/home-back-1.jpg) no-repeat center top #f9f9f9;
 background-size:cover;
 
} 
.home-abt-bar img {
 max-width:100%;border-radius: 10px;
}
.home-abt-bar .lb-yrs {
	width: 140px;
	line-height: 21px;
	font-size: 22px !important;
	position: absolute;
	background: #ff871c;
	color: #fff;
	padding: 25px 20px 15px !important;
	margin-bottom: 0 !important;
	text-transform: uppercase;
	bottom: -20px;
	left: -40px;
	border-radius: 10px;
}
.home-abt-bar .lb-yrs strong {
	font-size: 38px;
	font-weight: 600;
}
.home-abt-bar .lb-yrs span {
	font-weight: 500;
	font-size: 17px;
}
.home-abt-bar p {
	text-align: justify;
	line-height: 25px;
}
.home-abt-bar .btn-more {
 overflow: hidden;
 display: inline-block;
 color: #319c01 !important;
 text-transform:uppercase;
 margin: 5px 0 0 0;
 padding: 10px 0px!important;
 display: inline-block!important;
 border-bottom:2px solid #319c01;
 font-weight:600;
 letter-spacing:1px;
}
.home-abt-bar .btn-more span {
 position: relative;
 display: inline-block;
 -webkit-transition: -webkit-transform 0.3s;
 -moz-transition: -moz-transform 0.3s;
 transition: transform 0.3s;
}
.home-abt-bar .btn-more span::before {
 position: absolute;
 right: 100%;
 content: attr(data-hover);
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 color: #ff871c;
 width: 100%;
}
.home-abt-bar .btn-more:hover {
 padding: 10px 0px!important;
 background:transparent!important; border-bottom:2px solid #ff871c;  
}
.home-abt-bar .btn-more:hover span {
 -webkit-transform: translateX(100%);
 -moz-transform: translateX(100%);
 transform: translateX(100%);
}

/**/
.home-info-bar {
 padding:60px 25px 140px;
 background:url(../design_img/home-back-2.jpg) no-repeat center top #00006e;
 background-size:100%;
}
.home-info-bar .container{ padding:0 50px!important;}
.home-info-bar .main-head {
 color: #fff; margin-bottom:10px!important 
} 
.home-info-bar p {
 color:#fff;
 font-size:14px!important
}

.home-info-bar a.btn-more{
 color: #fff !important;
 background: #319c01!important;
 display: block;
 float:right;
 margin: 15px 0 0px;
 padding: 11px 50px 11px 20px!important;
 border-radius: 25px!important;
 border:2px solid transparent;
 overflow: hidden;
 position:relative;
} 
.home-info-bar a.btn-more span{
width: 35px;
 height: 35px;
 background:#fff;
  border-radius:100%;
   position: absolute;
 left: calc(100% - 40px);
 top:4px;
}
.home-info-bar a.btn-more span:before, .home-info-bar a.btn-more span:after {
 content: '';
 background: url(../design_img/right-arrow-green.png) no-repeat center center;
 background-size: 21px !important;
position:absolute;
top:0; bottom:0; left: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;
}
.home-info-bar a.btn-more span:after {
 left: calc(100% - 50px);
 opacity:0
}
.home-info-bar a.btn-more:hover { background: transparent!important;border-color:#319c01}
.home-info-bar a.btn-more:hover span{background: transparent!important;}
.home-info-bar a.btn-more:hover span:before {
 left: calc(100%);
 opacity:0
}
.home-info-bar a.btn-more:hover span:after {
 left: calc(100% - 30px);
 opacity:1
}

 

/*project slide bar */
.project-slide-bar {
 padding: 50px 30px 50px!important;
 background: #fff;
 position:relative;
 margin-top:-90px;
 border-radius:10px
}
.project-slide-bar .main-head { 
 text-align:center; 
} 
.project-slide-bar .project-col {
 margin: 10px;
 background:#fff;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
.project-slide-bar .project-col img {
 max-width:100%;
}
.project-slide-bar .project-col .h-pic {
/* height: 195px;*/
 overflow: hidden; 
 border-radius:10px;
}
.project-slide-bar .project-col .h-pic img {
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
.project-slide-bar .project-col-info {
 padding: 45px 20px 20px;
 background: #fff;
 position:relative;
 cursor: pointer; 
}
.project-slide-bar .project-col-info .h-icon {
 width: 70px;
 height: 70px; 
 background:#fff;
 position: absolute;
 bottom: calc(100% - 30px);
 left: calc(50% - 35px);
 text-align: center;
 border-radius: 10px;
 line-height: 63px; 
  -moz-box-shadow:0px 5px 20px rgba(0, 0, 0, 0.342);
 -webkit-box-shadow:0px 5px 20px rgba(0, 0, 0, 0.342);
 box-shadow:0px 5px 20px rgba(0, 0, 0, 0.342);

}
.project-slide-bar .project-col-info .h-icon img {
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
 transform: scale(0.68);
}
.project-slide-bar .project-col h4 {
 text-align:center;
 font-size:20px;
 font-weight:600;
 color:#319c01;
 text-transform: capitalize;
 margin:0px 0 5px !important;
 line-height: 25px;
}
.project-slide-bar .project-col p {
 color: #666f5a;
 font-size: 14px !important;
 line-height: 25px;
 text-align: center;
}

.project-slide-bar .project-col:hover .h-icon {
 background: #319c01;
}
.project-slide-bar .project-col:hover .h-icon img {
 transform: scale(0.8); filter: brightness(0) invert(1);
}
/* count bar*/
.count-bar { 
    padding: 20px 15px;
    position: relative;
    background: linear-gradient(0deg, #fff 30%, #e9e9e0 80%);
}
 
.count-col {
}
.count-col .icon {
 width:60px;
 height:60px;
 margin:  0 auto 5px !important;
 text-align: center;
 line-height: 60px;
 -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:40px;
	-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: 34px !important;
	text-align: center;
	font-weight: 700;
	color: #319c01;
	line-height: 40px;
	padding-left: 12px; margin-bottom:10px!important
}
.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:#666f5a;
 padding-left: 12px!important;line-height: 20px;
} 
 

/*products*/
.product {
	margin: 0 10px;
}

.product-container {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.product-pic-container {
	width: 100%;
	height: 270px;
	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;
}
.product-pic {
	 
}

.product-pic 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%);
}

.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 {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -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: #3bab08;
    font-size: 14px;
    color: #fff !important;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    padding-top: 13px; 
	 margin: 5px 0;
    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;
   
}
.product-btn a.view{background: #ff871c;}
.product-btn a:hover {
	background: #fff;
	color: #333 !important
}

.product-name {
	text-align: left;
	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);
}

/**/
section.contents .content-bar {
 padding:40px 0;
 overflow:hidden;
}
/* page banner*/
.banner-bar {
	background:#262c1e url(../design_img/Inner-banner.jpg) no-repeat center center;
	background-size:cover;
	padding:180px 0 50px;
	position: relative;
}
.banner-bar .banner-content {
	
}

.banner-bar .banner-content h1 {
	font-weight:700;
	color:#262c1e;
	text-transform:capitalize;
	position:relative;
	text-align:center;
	margin-bottom:25px !important;
	font-size:30px !important;
	line-height:40px;
}
.sub-menu-block{
    background: #85b009;
    padding: 10px 20px;
    width: 245px !important;
	border-radius:8px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    margin:-20px auto 0;
}
.banner-bar2 {
    padding: 10px 0;
    position: relative;
	background:#fff;    border-bottom: 1px solid #eee;
}
/*location*/ 
.location {
	list-style: none;
    position: relative;
    margin: 0 auto !important;
    display: table;
}
.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:first-child a:before{
	content: '\f015';
	font-family: 'FontAwesome';
	font-size: 14px;
	margin-right:10px; 
}
.location li a:after {
	content: '\f0da';
	font-family: 'FontAwesome';
	font-size: 14px;
	margin-left:10px;
	color:#319c01;
}
.location li:last-child a:after {
	content: '';
	margin-left:0px;
}
.location li a {
	color:#333 !important;
	font-size:14px; 
	-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:#319c01 !important;
}
.location li a.active {
	color:#319c01 !important;
}
/* about page */
.about-bar{

}
.about-bar .main-head{
	text-align: center;
}
.about-bar h4{
	color: #319c01;
	font-weight: 600;margin-bottom: 10px!important;
}
.about-bar img{
	max-width: 100%; border-radius: 10px;
    margin-bottom: 20px!important;    outline: 10px solid #ffffff99;
    outline-offset: -10px;
}
.about-bar p{
	 text-align: justify;
	 margin-bottom: 20px!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: 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-btn {
    width: 50px;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    background: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -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;
	line-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.view {
	background: #fabc3d;
	bottom: 50px;
	opacity: 0;
}

.legal .product-btn a:hover {
	background: #fff !important;
	color: #fabc3d !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
}
 
.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.view {
	bottom: 0;
	opacity: 1;
}

/* download col*/
 .download-col {
	 text-align: center;
	 border: 1px solid #e5e5e5;
	 min-height: 260px;
	 padding: 20px 0;
	 -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
    box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
    -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);

}
.download-col img {
 margin: auto;
}
.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:#92cd01;
	 text-transform:uppercase;
	 color:#fff!important;
	 padding:5px 10px;
	 letter-spacing:1.8px;
}
.download-col a:hover {
 background:#12115a !important;
}
/* video gallery */
.inn-galler-sec .gallery {
	position: relative;
    overflow: hidden;
    border-radius: 0px;
    height: 220px;
    max-width: 100%;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
	display: block;
}
.inn-galler-sec .gallery iframe {
    height: 100%!important;
}
.inn-galler-sec .gallery img {
	transition: all 0.4s ease-in;
	content:"";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto !important;
    height: auto;
    max-width: 100%;
    
}

.inn-galler-sec .gallery:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
/* 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;
}
/*********************************************************************************
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:#319c01;
 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:#fefff1;
}
section.contents .mytable tr:hover {
 background:#f1f1e3
}
/*********************************************************************************
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:160px 0 60px;
 background:url(../design_img/login-back.jpg) no-repeat center center ;
 background-size:cover;
}
.log-model {
 width:95%;
 max-width: 400px;
 background:#fff;
 -webkit-box-shadow:0px 0px 80px rgba(0, 0, 0, 0.2);
 -moz-box-shadow:0px 0px 80px rgba(0, 0, 0, 0.2);
 box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.2);
 border-radius:10px;
 padding:20px 40px 40px;
 display:table;
 margin:auto;
}
.log-model h2 {
 font-size: 20px;
 color:#5ebe1d;
 font-weight:700;
 margin-top:20px!important;
 margin-bottom:20px!important;
 text-align:center
}
.log-model .btn-sub {
 width: 100%;
 padding: 7px !important;
 font-size:16px;
 font-weight:600;
}
.log-model .link-forgot {
 text-align: right;
 display: block;
 color: #eb5757 !important;
 font-size: 12px;
 margin-top: -6px;
 margin-bottom: 0px;
}
.log-model .alert{ margin-bottom:0; margin-top: 20px}
/*********************************************************************************
Join form 
***************/ 
 .join-body {
 padding:160px 0 90px;
 background:url(../design_img/login-back.jpg) no-repeat center right;
 background-size:cover;
}
.join-model {
 width:90%;
 max-width:1000px;
 margin:auto;
}
.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: #333 !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.1);
 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:#f2b420!important;
 font-weight: 700;
}
.join-nav li a.active span {
 background: #f2b420;
 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: #5ebe1d;
 text-align:center;
 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: #ffae00 url(../design_img/icon-search.png) no-repeat center center;
 border-bottom-right-radius: 4px;
 border-top-right-radius: 4px;
 border: 0;
 height: 39px;
 width: 40px;
 position: absolute;
 top: 24px;
 right: 0;
 text-align: center;
}
.join-form-box .btn-sub {
 margin: 45px auto -20px;
 display: block;
 border-radius: 25px !important;
 background: #00006e;
 border: 1px solid #fff;
 color: #fff;
 width: 150px;
 text-transform: uppercase;
 font-weight: 700;
}
.join-form-box .btn-sub:hover {
 background:#333 !important;
 color: #fff;
}
.join-form-box .alert{  margin-top: 40px}
/* password show hide*/
.toggle-password {
 position: absolute;
 right: 10px;
 width: 10px;
 color: #fff !important;
 text-align: center;
 top: 32px;
 padding: 13px 11px 11px 10px;
 float: right;
 margin-right: 1px;
}
.toggle-password.open-eye {
 background: url(../design_img/icon-show-pwd.png);
 background-repeat: no-repeat;
 background-size: contain;
}
.toggle-password.close-eye {
 background: url(../design_img/icon-hide-pwd.png);
 background-repeat: no-repeat;
 background-size: contain;
}
/*********************************************************************************
default form styles start
***************/
.form-group {
 position: relative;
 margin-bottom: 18px !important;
}
.form-group label {
 font-weight:normal;
}
.form-group .label-err {
 background: #eb6e23;
 width: auto;
 font-size: 11px;
 color: #fff !important;
 padding: 0px 5px 2px;
 border-radius: 2px;
 position: absolute;
 bottom: -22px;
 right: 10px;
 z-index: 1;
 text-align: right;
 font-weight:400!important;
}
.form-group .label-err::before {
 content: "\f0d8 ";
 font: normal normal normal 20px/1 FontAwesome;
 color: #eb6e23;
 position: absolute;
 top: -13px;
 right: 20px;
}
.form-group .form-control {
 /* border-radius:0!important;*/
 box-shadow:none;
 background:none;
 background-color:#fff;
 padding:8px 12px;
 height:auto;
}
.form-group select.form-control {
 background-color: #fff;
 -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-top:9px;
 padding-bottom:9px;
 padding-left:5px;
 padding-right:20px;
}
.form-group .form-control.date {
 background-image: url(../design_img/icon-date.png);
 background-repeat: no-repeat;
 background-position: right 10px top 45%;
 padding-right:35px;
}
/*@-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: #eb6e23 !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: #44483e; 
}
footer h2 {
 text-align: left;
 color: #ffb120; 
 font-size: 18px !important;
 margin-bottom: 20px !important;
 text-transform: capitalize;
} 
footer .footer-bar {
 padding:0px 0px 60px;
}
footer .footer-bar .logo{
	display:block;
}
footer .footer-bar .logo img{ max-width:100px; display:table; margin:auto}
footer .footer-bar p {
 line-height:25px;
 color:#fff
}
footer .footer-bar p a {
  
}
 /**/
.footer-bar .cont-bar {
	background:#262c1e;
  padding:20px 0px 20px!important;
  margin-bottom:50px;
}
 
.footer-bar .cont-bar .cont {
 margin-top: 35px !important;
 
}
.footer-bar .cont-bar .cont-icon {
 width:30px;
 height:30px;
 float:left;
 border-radius:100%;
 position:relative;
 margin-top:-4px
}
.footer-bar .cont-bar .cont-icon img {
 max-width:100%!important;
 margin:auto;
 display:table; 
}
.footer-bar .cont-bar .cont-text {
 width:calc(100% - 40px);
 height:40px;
 float:left;
 padding:0 15px 
}
.footer-bar .cont-bar .cont-text p {
 font-size:18px!Important;
 font-weight:600;
 color: #fff;

} 
.footer-bar .cont-bar .cont-text p a {
 color:#fff!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:#fff!important;
}
footer .site-nav ul li i {
 margin-right:8px;
 color:#ffb120 !important;
}
footer .site-nav ul a {
 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 .site-nav ul a:hover {
 color:rgba(255, 255, 255, 0.5)!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;
 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 a:before {
	content: '- ';
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 10px;
	color: #ffb120	;
}
footer .nav-menu ul a:hover {
 color:#ffb120!important;
} 

/*footer bar bottom*/

footer .footer-bar-bottom {
 color:#fff;
 background:#575b51
}
footer .footer-bar-bottom .container {
 padding:10px 0!important;
}
footer .footer-bar-bottom .copy {
 text-align:center;
 margin-bottom:0px!important;
}
footer .footer-bar-bottom .co-name {
 margin-right:5px; color:#d0ff31
}
footer .footer-bar-bottom .designer {
 margin-top:2px!important;
}
footer .footer-bar-bottom .designer img {
 border-radius: 100%;
 padding: 1px;
 background: #fff;
}
/* top and down button*/
#goTop, #goDown {
 width:40px;
 height:40px;
 line-height:40px !important;
 position: fixed;
 bottom: 30px;
 right: 30px;
 z-index: 99;
 text-align: center;
 background:#ff871c;
 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 #ff871c;
 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;
}
}
