/*********************************************************************************
common styles
***************/
body {
	color:#333!important;
	font-family: "Lato", serif !important;
	font-size:13px!important;
	background:  #fff !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;
}
.col-md-0 {
	width:0!important;
	float:none!important
}
/*********************************************************************************
colored text and buttons
***************/ 
.text-orange {
	color:#f88530
}
.btn {
	padding:6px 20px !important;
	border-radius:0!important
}
.btn:hover {
	background:#333!important;
	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;
}
/*********************************************************************************
header styles
***************/
header {
	
}
/*top bar*/
header .top-bar {
	background:#fdd349
}
/*cont nav*/
header .cont-nav {
	float:right;
	margin:  4px 0;
}
header .cont-nav ul {
	list-style:none;
}
header .cont-nav ul li {
	float:left;
}
header .cont-nav ul a {
	display:block;
	padding:8px 20px 8px 20px;
	font-size:15px;
	color:#231f20 !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;
}
header .cont-nav ul a .fa {
	margin-right:5px;
	color:#fdd349
}
header .cont-nav ul a span.cont-text {
}
header .cont-nav ul a:hover {
}
/*logo bar*/
header .logo-bar {
	padding:8px 0;
	position:relative;
	background:#fff;
}
header .logo {
	position:relative;
	z-index:99;
}
header .logo img {
	max-width: 220px;
    position: absolute;
    top: -5px;
    /* margin-bottom: -50%; */
    left: 50%;
    margin-right: -50%;
    webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    background: url(../design_img/logo-back.png) no-repeat center;
    background-size: 200px 105px;
    padding: 8px 15px 40px;
}
/* nav bar */
header .nav-bar {
}
/*site nav*/
header .site-nav {
	float:right;
}
/*user nav*/
header .user-nav {
	float:right;
	margin:10px 16px 0 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 22px;
	font-size:14px;
	border:1px solid transparent;
	border-radius:20px;
	color:#333!important;
	text-transform:capitalize;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
header .user-nav ul a.login {
	background: #fdd349;
}
header .user-nav ul a.join {
	border-color:#231f20;
	color:#fff!important;
	background:#231f20;
}
header .user-nav ul a:hover {
	background:#e50d15;
	border-color:#e50d15;
	color:#fff!important;
}
/*********************************************************************************
section styles
***************/
section.slider {
	position:relative
}
section.slider .slider-container {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	overflow:hidden
}
/**/
section.contents {
}
/*main heading*/
.main-head {
	line-height: 40px !important;
	font-family: "Montserrat", serif;
	font-weight: 600;
	color: #e50d15;
	font-size:30px;
	margin-bottom: 15px !important;
	text-transform:capitalize;
}
.main-head strong {
	color:#fdd349
}
.main-head span {
	font-size: 15px !important;
	color: #fff;
	font-weight: 400;
	line-height: 25px !important;
	margin-bottom: 10px !important;
	letter-spacing:2px;
	display: inline-block;
}
.main-head span.brdr {
	width: 30px;
	height: 4px;
	background: #fe0;
	display: block;
	margin-top: 20px!important;
}
/**/
.home-web-col-bar {
	/*background: url(../design_img/home-back-1.jpg) no-repeat center top #333;
	background-size:cover;*/
	background:#88261f;
	padding-right:15px;
	padding-top:30px;
	padding-bottom:30px;
}
.home-web-text-col {
}
.home-web-text-col p {
	color:#fff;
}
.home-web-text-col .btn-more {
	width: 150px;
	color: #fdd349 !important;
	border:2px solid #fdd349;
	margin: 25px 0 0;
	padding: 12px 10px!important;
	display: block !important;
	font-weight: 600;
	border-radius:4px!important
}
.home-web-text-col .btn-more:after {
	content: '\f178  ';
	font-family: 'FontAwesome';
	font-size: 16px;
	margin-left:10px;
	margin-top:-2px;
}
.home-web-text-col .btn-more:hover {
	padding: 12px 10px!important;
	background:#fdd349 !important;
	color: #000 !important;
}
.home-web-col {
	padding:0px!important;
	margin-top:15px;
	margin-bottom:15px;
	display:block;
	position:relative;
	z-index: 1;
}
.home-web-col h4 {
	font-size:17px;
	font-weight:500;
	color:#fff;
	text-transform:capitalize;
	text-align:center;
	margin:13px auto 0px !important
}
.home-web-col .h-icon {
	width:120px;
	height:120px;
	padding:35px;
	border-radius:100%;
	color:#999;
	margin:auto;
	border:1px solid #fff;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.home-web-col .h-icon img {
	max-width:100%;
}
.home-web-col:hover .h-icon {
	transform:scale(1.05);
}
/**/
.home-abt-bar {
	background:#202021 url(../design_img/home-back-1.jpg) repeat-x center;
	background-size:cover;
	padding:100px 0px 100px 0px!important;
	position:relative;
	overflow:hidden
}
.home-abt-bar img {
	max-width:100%;
}
.home-abt-bar .main-head {
	color:#e50d15;
}
.home-abt-bar .main-head span {
	color:#88261f;
}
.home-abt-bar p {
	font-size:15px!important;
	line-height:25px;
	font-weight:400;
}
.home-abt-bar .btn-more {
	width: 150px;
	color: #e50d15 !important;
	border:2px solid #e50d15;
	margin: 25px 0 0;
	padding: 12px 10px!important;
	display: block !important;
	font-weight: 600;
	border-radius:4px!important;
	text-transform:capitalize;
}
.home-abt-bar .btn-more:after {
	content: '\f178  ';
	font-family: 'FontAwesome';
	font-size: 16px;
	margin-left:10px;
	margin-top:-2px;
}
.home-abt-bar .btn-more:hover {
	padding: 12px 10px!important;
	background:#e50d15 !important;
	color: #fff !important;
}
/*product slide bar */
.product-slide-bar {
	padding: 60px 15px !important;
	position:relative;
}
.product-slide-bar .main-head {
	color:#88261f;
	text-align:center
}
.product-slide-bar .main-head span {
	color: #666;
}
/*products*/
 .product {
	margin: 0;
}
.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;
	border-right:1px solid #eee;
}
.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;
}
.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: #f36a1f;
	display:none
}
.product-new span {
	color: white;
	text-transform: capitalize;
	padding: 15px 0px;
	display: inline-block;
	transform: rotate(-90deg);
	font-weight: 300;
}
.product-new:after {
	content: "";
	width: 0px;
	height: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid #f36a1f;
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
}
.discount {
	background:#ffefca;
	color: #000;
	width: 62px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 1;
	text-align: center;
	line-height: 22px;
	display:none
}
.product-btn {
	width: 50px;
	height: 115px;
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	margin-top:-56px;
	margin-left:-25px;
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	-ms-transition: all 350ms linear;
	transition: all 350ms linear;
}
.product-btn a {
	background: #333;
	font-size: 16px;
	color: #fff !important;
	width: 50px;
	height: 50px;
	margin:3px 0px;
	display: block;
	float:left;
	text-align: center;
	padding-top: 13px;
	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
}
.product-btn a.cart {
	background: #e50d15;
	top:30px;
	opacity:0;
}
.product-btn a.view {
	background: #fdd349;
	bottom:50px;
	opacity:0;
}
.product-btn a:hover {
	background: #fff;
	color:#333!important
}
.product-name {
	text-align:center;
	text-transform:capitalize;
	font-size:14px!important;
	margin:0px 0 5px !important;
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap !important;
	width: 100%;
	display:none
}
.product-name a {
	color:#fff !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.2;
	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;
}
/**/
section.contents .content-bar {
	padding:30px 0;
	overflow:hidden;
}
/*legals*/
.legals-sec{
	padding:80px 0;
	position:relative;
}
.legal {
	height: auto;
	padding:0px 0px 0px 0px!important;
}
.legal .product {
	margin: 0px 8px 33px 8px;
	border: 1px solid #eee;
	box-shadow: 0px 0px 30px #eee;
	padding: 5px;
}

.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;
}


.legals-sec .product {
	margin: 0 10px 30px;
}
.legals-sec .product-container {
	width:100%;
	height:auto;
	overflow:hidden;
}
.legals-sec .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;
}
.legals-sec .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;
}
.legals-sec .product-pic {
}
.legals-sec .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;
}
.legals-sec .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;
}
.legals-sec .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;
}
.legals-sec .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
}
.legals-sec .product-btn {
	width: 50px;
	height: 115px;
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	margin-top:-56px;
	margin-left:-25px;
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	-ms-transition: all 350ms linear;
	transition: all 350ms linear;
}
.legals-sec .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: 13px;
	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
}
.legals-sec .product-btn a.cart {
	background: #666;
	top:30px;
	opacity:0;
}
.legals-sec .product-btn a.view {
	background: #e50d15;
	bottom:50px;
	opacity:0;
}
.legals-sec .product-btn a:hover {
	background: #fff;
	color:#e50d15!important
}
.legals-sec .product-name {
	text-align:center;
	text-transform:capitalize;
	font-size:14px!important;
	margin:10px 0 5px !important;
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap !important;
	width: 100%;
}
.legals-sec .product-name a {
	color:#333 !important;
}
.legals-sec .product-name span {
	color:#999
}
.legals-sec .product-price {
	text-transform:capitalize;
	text-align:center;
	margin-top:5px!important;
	margin-bottom: 5px !important;
	display:none
}
.legals-sec .product-price .price-before {
	color:#999;
	text-decoration:line-through;
	font-size: 17px;
}
.legals-sec .product-price .price-now {
	font-weight:600;
	color:#1393dd;
	margin:0 5px;
	font-size: 17px;
}
.legals-sec .product-container:hover .product-back {
	visibility:visible;
	opacity: 0.2;
	top: 0;
	bottom: 0%;
}
.product-container:hover .product-btn a.cart {
	top:0;
	opacity:1;
}
.legals-sec .product-container:hover .product-btn a.view {
	bottom:0;
	opacity:1;
}

/* End Legals */
/*bankers*/
.banker-col {
	min-height: 20px;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #fbe9cd;
	border-radius: 4px;
	border-left: 5px solid #ed1c24;
}
.banker-col img {
	margin-bottom: 20px;
	display: inline-block;
	max-width: 200px;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	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
}
/* page banner*/
.banner-bar {
	background:#e5f2fb url(../design_img/banner-back.jpg) no-repeat center bottom;
	background-size:cover;
	padding:225px 0 125px;
}
.banner-bar .banner-content {
	text-align:center;
}
.banner-bar .banner-content h1 {
	letter-spacing:0.5px;
	font-weight:700;
	color:#19739f;
	text-transform:uppercase
}
.banner-v-line-block {
	display: inline-block;
	margin:10px 0
}
.banner-v-line-block .v-line {
	background-color: #ff5d05;
	float: left;
	height: 18px;
	margin-right: 5px;
	width: 2px;
}
.banner-v-line-block .v-line.animated {
	background-color: #fff;
	height: 27px;
	margin-top: -4px;
	-webkit-animation: 1.5s ease 0s normal none infinite running vanimate;
	animation: 1.5s ease 0s normal none infinite running vanimate;
}
@-webkit-keyframes vanimate {
 50% {
 -webkit-transform: scaleY(0);
 transform: scaleY(0);
}
}
@keyframes vanimate {
 50% {
 -webkit-transform: scaleY(0);
 transform: scaleY(0);
}
}
@keyframes vanimate {
 50% {
 -webkit-transform: scaleY(0);
 transform: scaleY(0);
}
}
/*location*/ 
.location {
	list-style:none;
	position: relative;
	margin:0!important;
	display:table;
	padding:6px 10px !important;
	background:#ffffff75;
}
.location li {
	color:#fff!important;
	text-transform:capitalize;
	float:left;
	width:auto;
	margin:  0px 10px 0px 0!important;
}
.location li:last-child {
	margin-right:0px!important;
}
.location li a:after {
	content: '\f0da';
	font-family: 'FontAwesome';
	font-size: 13px;
	margin-left:10px;
	color:#333
}
.location li:last-child a:after {
	content: '';
	margin-left:0px;
}
.location li a {
	color:#333!important;
	font-size:15px;
	font-weight:500;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.location li a:hover {
	color:#78ba41 !important;
}
.location li a.active {
	color:#78ba41 !important;
}
/**************************/
.content_bar {
	padding:50px 0;
	background:#fff
}
.abt-bar {
	padding:0px 0;
}
.abt-bar .col-left {
	background: #27a5e9;
}
.abt-bar .col-right {
	background: #f6c028;
}
/**/
.pr-bar {
	padding:20px 0 0;
}
.pr-bar .product {
	margin-bottom:30px;
}
.pr-bar .product-name {
	border-bottom: 1px solid #ddd;
	margin: 10px 0 0px !important;
	padding-bottom: 10px !important;
	font-weight: 600;
}
.pr-bar .product-price {
	display: block;
	display:none
}
.pr-bar .product-price strong {
	color: #e97e30;
}
/* feature block*/
.idx-feature-sec{
	padding:40px 0 20px;
	position:relative;
}
.idx-feature-sec .fea-blk{
	position:relative;
	display:block;
	width:100%;
}
.idx-feature-sec .fea-blk .fea-left{
	width:35px;
	display:inline-block;
	vertical-align:top;
}
.idx-feature-sec .fea-blk .fea-left img{
	max-width:100%;
}
.idx-feature-sec .fea-blk .fea-right{
	width:calc(100% - 40px);
	display:inline-block;
	vertical-align:top;
	padding-left:10px;
}
.idx-feature-sec .fea-blk .fea-right h4{
	font-size: 17px;
    line-height: 25px;
    margin-bottom: 10px !important;
    color: #e50d15;
    font-family: "Montserrat", serif;
    font-weight: 600;
}
.idx-feature-sec .fea-blk .fea-right p{
	font-size:15px !important;
	line-height:24px;
	color:#231f20;
}
.padding-8{
	padding-left:8px !important;
	padding-right:8px !important;
}
/* offer bar*/
.offer-bar {
	padding:0 0 40px;
	position:relative;
}
 .offer-bar .offer-left {
  width:30%;
  float:left;
  padding:10px;
 }
 .offer-bar .offer-center {
  width:40%;
  float:left;
  padding:10px;
 }
 .offer-bar .offer-right {
  width:30%;
  float:left;
  padding:10px;
 }
 .offer-bar img {
  max-width:100%;
 }
 .offer-bar .offer {
  margin-bottom:25px;
 }
 .offer-bar .offer a {
  display: block;
  overflow: hidden;
  position:relative;
 }
 .offer-bar .offer a:before {
  overflow: hidden;
  position: absolute;
  top: 0;
  content: "";
  width: 100%!important;
  height: 100%;
  left: 0px;
  opacity: 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);
  transform: scale(0.5) rotateY(90deg);
  background-image: url(../design_img/plus-img.html);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
 }
 .offer-bar .offer a:hover:before {
  visibility: visible;
  opacity: 0.4;
  transform: scale(1) rotateY(0deg);
 }

 /* End Categoreis */



/*tables*/
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:#00839f;
	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;
}

/*#content .mytable tr:nth-child(odd){ background:#c6e093}*/
section.contents .mytable tr:nth-child(odd) {
background:#e9faf9;
}
section.contents .mytable tr:hover {
	background:#eee
}
/**/
.oppurnity-bar {
}
.oppurnity-bar .wel-text {
	text-align:center;
	color:#d2803b;
	font-size:17px!important
}
.oppurnity-bar .o-title {
	background: #fe6f19;
	color: #fff;
	padding: 5px 15px !important;
	border-radius: 3px;
	display: table;
	margin: 10px 0 !important;
	font-weight:600;
	border:1px solid #333
}
.oppurnity-bar .reward {
	width:auto;
	height:auto;
	overflow:hidden;
	margin:15px;
	border-radius:100%;
	position:relative;
	overflow:hidden;
	cursor:pointer
}
.oppurnity-bar .reward img {
	border-radius:100%!important;
	width:100%;
}
.oppurnity-bar .reward .back-over {
	border-radius: 100%;
	background: #78ba41;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0px;
	top: 85%;
	padding: 5px;
	/* opacity: 0.5; */
	-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;
}
.oppurnity-bar .reward .back-over p.head {
	text-align:center;
	color:#fff!important;
}
.oppurnity-bar .reward .back-over h4 {
	text-align:center;
	color:#fff;
	margin:0px 0px 5px 0px!important;
	padding:0px!important;
}
.oppurnity-bar .reward .back-over h3 {
	text-align:center;
	color:#fff;
	margin:0px 0px 5px 0px!important;
	padding:0px!important;
	color:#ffd879
}
.oppurnity-bar .reward:hover .back-over {
	top:0%;
	background:#0563a5;
}
.oppurnity-bar .reward:hover .back-over p.head {
	display:none
}
.oppurnity-bar .accordion-header {
	background: #1950a3;
	margin-top: 5px;
}
.oppurnity-bar .accordion-header-active {
	background:#78ba41 !important
}
.oppurnity-bar h1 {
	text-shadow: inherit!important;
	color: #fff
}
.oppurnity-bar .accordion-header-icon::before {
 color: #fff;
}
.oppurnity-bar .accordion-header-icon.accordion-header-icon-active::before {
 color: #fff;
}
.oppurnity-bar .accordion-item-active .accordion-header h1 {
	font-size: 20px !important;
	color: #fff;
}
.oppurnity-bar .accordion-content {
	padding: 10px 12px 10px 12px;
}
/*********************************************************************************
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;
}
/**/
 
.contact-bar {
}
.contact-bar .iframe-form {
	width:100%;
	height:350px;
}
.contact-bar .s-head {
	text-align:center;
	text-transform:inherit;
	margin-bottom:15px !important;
	text-transform: capitalize;
	font-weight:700;
	line-height:35px;
}
.contact-bar .s-head span {
	font-size:14px!important;
	color:#666;
	font-weight:400;
	text-transform:none
}
.contact-bar .s-head span.brdr {
	border-bottom:1px solid #333;
	height:1px;
	display:block;
	width:80px;
	margin:15px auto 40px;
}
.contact-bar .inner-box {
}
.contact-bar .contact-info {
	position:relative;
	width: 100%;
	height:150px;
	padding:50px 10px 30px;
	background:#27a5e9;
	border-radius:5px;
	margin:30px 0 40px;
}
.contact-bar .inner-box .icon-box {
	position: absolute;
	width: 65px;
	height: 65px;
	line-height:60px;
	left:50%;
	top:-32px;
	margin-left:-32px;
	text-align:center;
	color: #000;
	font-size: 30px !important;
	border-radius: 100%;
	background-color: #fe0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.contact-bar .inner-box .text {
	color:#fff;
	font-size:14px;
	text-align:center;
}
.contact-bar .inner-box .text h4 {
	font-weight: 400;
	font-size: 22px;
	color: #fff;
	margin-bottom: 5px !important;
	margin-top: 0px !important;
}
.contact-bar .inner-box .text a {
	color:#fff!important;
}
.contact-bar .inner-box .text p {
	font-size:14px !Important;
	font-weight:400;
	line-height:24px;
}
.contact-bar .form-group {
	position: relative;
	margin-bottom:7px!important;
}
.contact-bar .input-group-addon {
	border-radius: 3px !important;
	background: #f6f6f6;
	border:0;
	color:#999;
	width: 42px !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;
	border-radius: 3px !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;
}
.btn-sub, .btn-cancel {
	display: inline-block;
	color: #fff !important;
	text-align: center;
	border-radius: 3px !important;
	margin-right:5px;
	width:120px;
	padding: 10px 10px !important;
	font-size: 14px !important;
	background: #cd7e13;
	text-transform: uppercase;
}
.btn-sub:hover, .btn-cancel:hover {
	padding: 10px 10px !important;
	margin-right:5px!important;
}
.btn-cancel {
	background: #ff5d05;
}
/*********************************************************************************
default form styles start
***************/
 .form-group label {
	font-weight:normal;
}
.form-group .form-control {
	border-radius:0!important;
	box-shadow:none;
}
.form-group .label-radio {
	margin-right:15px;
}
.form-group input[type=radio] {
	margin-right:5px;
}
.form-group .label-check {
	margin-right:15px;
}
.form-group input[type=checkbox] {
	margin-right:5px;
}
.form-group .form-control:focus {
	box-shadow:none;
	border-color:#ffa34a
}
/******************/
  
/* 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;
}
/*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:262px;
	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%;
}
/*********************************************************************************
login form 
***************/
.log-body {
	padding: 100px 0 90px;
	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: #f13a29;
	font-weight: 700;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	text-align: center
}

.log-model .btn-sub {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
}

.log-model .link-forgot {
	text-align: right;
	display: block;
	color: #eca254 !important;
	font-size: 12px;
	margin-bottom: 10px;
}

.log-model .alert {
	margin-bottom: 0;
	margin-top: 20px
}

/*********************************************************************************
Join form 
***************/
.join-body {
	padding: 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.5) !important;
	padding: 0px 10px 0px;
	border: 1px solid rgba(0, 0, 0, 0.1;
		);
	cursor: default
}

.join-nav li a span {
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	margin: 0 auto 10px;
	color: rgba(255, 255, 255, 0.7);
	border-radius: 100%;
	font-size: 20px;
	font-weight: 400;
	padding-top: 5px;
}

.join-nav li a.active {
	cursor: pointer;
	color: #b46a26 !important;
	font-weight: 700;
}

.join-nav li a.active span {
	background: #b46a26;
	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: #307428;
	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.html) 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 !important;
	display: block;
	border-radius: 25px !important;
	background: #cd7e13;
	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.html);
	background-repeat: no-repeat;
	background-size: contain;
}

.toggle-password.close-eye {
	background: url(../design_img/icon-hide-pwd.html);
	background-repeat: no-repeat;
	background-size: contain;
}



/*********************************************************************************
footer styles
***************/
footer {
	position: relative;
	padding: 0;
	background: linear-gradient(0deg, #a9881e 20%, #f7a53f 100%);
}
/**/
footer .footer-logo{
	margin-top:-100px;
	position:relative;
	margin-bottom:20px;
}
footer .logo {
	width: 230px;
    margin: 0 auto 20px !important;
    display: block;
    padding: 7px;
}

footer .logo img {
	max-width: 100%;
}

/**/
footer p {
	color: #fff;
}

footer p a {
	color: #ffe300 !important
}

footer h2 {
	text-align: left;
	color: #fff;
	font-size: 18px !important;
	font-weight: 500;
	margin-bottom: 25px !important;
	text-transform: capitalize;
	position: relative;
}
footer .footer-bar {
	padding: 40px 0 60px 0;
	border-bottom:1px solid rgba(255,255,255,.3);
}
footer .footer-mid{
	padding-top:50px;
}

/* footer site nav*/
footer .site-nav ul {
	list-style: none;
	margin-left: 28px !important;
	margin-bottom: 40px !important;
}

footer .site-nav ul li {
	text-indent: -13px;
	line-height: 25px;
	color: #fff !important;
	margin-bottom: 8px !important;
	font-size: 15px !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: 14px;
	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 li:hover a {
	color: #e50d15 !important;
}


/* footer nav*/
footer .nav-menu ul {
	list-style: none;
    margin: auto!important;
    display: table;
    width: 100%;
    padding: 10px 0px !important;
    text-align: center;
	margin-bottom:0px !important;
}

footer .nav-menu ul li {
	margin: 10px 10px 10px 0px!important;
    padding: 0 20px !important;
    display: inline-flex;
}

footer .nav-menu ul a {
	display: block;
    color: #FFF !important;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

footer .nav-menu ul a:hover {
	color: #e50d15 !important;
}

footer h3.sm-heading {
	font-size: 16px !important;
	line-height: 24px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px !important;
	text-align: center;
}

.ftr-clear {
	clear: both !important;
}

/* Social Nav */
footer .social-nav ul {
	list-style: none;
	padding: 0px !important;
	float:right;
}

footer .social-nav ul li {
	float: left;
	margin-right: 5px !important;
}

footer .social-nav ul li a {
	border: 0 !important;
	padding: 0 !important;
}

footer .social-nav li a .fa {
	color: #fff !important;
	width: 27px;
	height: 27px;
	line-height: 27px;
	font-size: 14px !important;
	text-align: center;
	border: 0px;
	border-radius: 100%;
	vertical-align: middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

footer .social-nav li a .fa-facebook {
	background: #3b5a9a;
}

footer .social-nav li a .fa-twitter {
	background: #28a8e0;
}

footer .social-nav li a .fa-linkedin {
	background: #117bb8;
}

footer .social-nav li a .fa-youtube {
	background: #d81a1a;
}

/* End Social Links */


footer p.other-info {
	margin-bottom: 4px !important;
}

footer .down-app1 img {
	max-width: 100%;
}

footer .sm-gape {
	margin-top: 20px !important;
}

/*footer bar bottom*/
footer .footer-bar-bottom {
	padding: 10px 0px !important;
	position: relative;
	border-top:1px solid rgba(255,255,255,.3);
}

footer .footer-bar-bottom .copy {
	margin-bottom: 0px !important;
	text-align: center;
	color: #FFF;
	font-size: 14px !important;
	line-height: 24px;
}

footer .footer-bar-bottom .co-name {
	margin-right: 5px;
	color: #323232;
	font-weight: 600;
}

footer .footer-bar-bottom .designer {
	margin-bottom: 0px !important;
	text-align: right;
	font-size: 13px !important;
}

footer .footer-bar-bottom .designer img {
	border: 1px solid #bbbaba;
	border-radius: 100%;
	padding: 2px;
	background: #fff;
}
footer .policy ul {
    list-style: none;
    overflow: hidden;
}
footer .policy ul li {
	padding-right: 8px !important;
    border-left: 1px solid #f2f2f2;
    float: right;
}
footer .policy ul li a {
    font-size: 14px !important;
    line-height: 24px;
    color: #FFF !important;
    text-transform: capitalize;
    font-weight: 400;
    padding: 0 10px !important;
}
footer .br-right{
	position: relative;
	
}
footer .br-right:after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	background:rgba(255,255,255,.3);
	height:215px;
	width:1px;
}
footer .abt-sec{
	position: relative;
	padding-right:30px !important;
}
footer .abt-sec p{
	font-size:14px !important;
	line-height: 24px;
	text-align: justify;
}
footer .ftr-contact{
	padding-right:30px;
}
footer .policy-links{
	padding-left:30px;
}

footer .policy-links .nav-menu ul {
    list-style: none;
    margin: 0 0 30px 0px !important;
	padding:0 !important;
}
footer .policy-links .nav-menu ul li{
	line-height: 30px;
    display: block;
    text-indent: 0px;
    margin-bottom: 0px !important;
}
footer .policy-links .nav-menu ul li a{
	display: inline-block;
    color: #FFF !important;
    font-size: 15px;
	line-height:28px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
footer .policy-links .nav-menu ul li:before{
	content: "\f219";
    font: normal normal normal 14px / 1 FontAwesome;
    margin-right: 10px !important;
    color: #e50d15;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    top: -2px;
}
footer .policy-links .nav-menu ul li:hover a{
	color:#e50d15 !important;
}
footer .policy-links .nav-menu ul li {
    margin:0  !important;
    padding: 0 0px!important;
    display: inherit;
}
footer .contact-map{
	width:100%;
	height:190px;
}

/*footer bar bottom*/
footer .footer-bar-bottom {
	background: linear-gradient(90deg, #fb3e2b 0%, #7a0d0d 80%);
	padding: 10px 0 10px !important;
}

footer .footer-bar-bottom .copy {
	margin-bottom: 0px !important;
	text-align:left;
	color: #FFF;
}

footer .footer-bar-bottom .co-name {
	margin-right: 5px;
	color: #ffcd51;
	font-weight: 600;
}

footer .footer-bar-bottom .designer {
	margin-bottom: 0px !important;
	text-align: right;
	font-size: 13px !important;
}

footer .footer-bar-bottom .designer img {
	border: 1px solid #bbbaba;
	border-radius: 100%;
	padding: 2px;
	background: #fff;
}

/**/
footer .go-top {
	position: absolute;
	width: 50px;
	height: 50px;
	top: -20px;
	left: 50%;
	margin-right: -50%;
	transform: translateX(-50%);
	z-index: 9;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 100%;
}

footer .go-top img {
	filter: brightness(0) invert(0);
	display: block;
	margin: 13px auto 0;
	position: relative;
	-webkit-animation: jump 1s ease-out infinite;
	animation: jump 1s ease-out infinite;
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

/* */

/* Footer Social Icon*/
.footer-social-icon {
	position: fixed;
	width: 80px;
	bottom: 20px;
	left: 15px;
	z-index: 9999;

}

.footer-social-icon .social-chat-msg {
	width: 125px;
	display: inline-block;

}

.footer-social-icon .whats-mobile {
	display: none;
}

.footer-social-icon .social-chat-msg p {
	font-size: 17px !important;
	line-height: 24px;
	color: #0566c7 !important;
	font-weight: 600;
	font-family: 'Roboto Slab', serif;
	text-transform: capitalize;
	margin-top: 5px !important;
	margin-bottom: 0 !important;
}

.footer-social-icon .social-chat-icon {
	/* width:100%; */
	display: inline-block;
	vertical-align: top;
}

.social-chat-icon .cont-nav {
	float: left;
}

.social-chat-icon .cont-nav ul {
	list-style: none;
	font-size: 14px;
}

.social-chat-icon .cont-nav ul li img {
	max-width:50px;
}

.whats-mobile {
	display: none;
}

footer .call-social-icon {
	position: fixed;
	bottom: 20px;
	left: 92px;
	z-index: 9999;
}

footer .call-social-icon .social-chat-icon a img {
	max-width: 65px;
}

/* top and down button*/
#goTop, #goDown {
	width:40px;
	height:40px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99;
	text-align: center;
	color: #000;
	background: #fdd349;
	border-radius: 50%;
	font-size: 25px;
	display: none;
}
#goDown {
	display:block;
}
#goDown .fa {
	padding-top:6px;
	color: #000;
}
#goTop .fa, #goDown .fa {
	color: #000;
}
#goTop:before, #goDown:before {
	content: '';
	position: absolute;
	border: 2px solid #fdd349;
	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;
}
}