/*********************************************************************************
common styles
***************/
body {
	color: #666 !important;
	font-family: 'Poppins', sans-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;
}

/*********************************************************************************
colored text and buttons
***************/
.text-orange {
	color: #fc910f
}

.text-blue {
	color: #0072b8
}

.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: #446a9b;
	color: #fff;
	padding: 10px 20px !important;
	border-radius: 3px !important;
	margin-right: 10px;
	margin-top: 15px;
}

.btn-cancel {
	background: #fc910f;
}

.btn-pr {
	padding: 7px 15px !important;
	color: #fff;
	border-radius: 3px !important;
	margin: 0 3px;
}

/**/
.btn-blue {
	background: #0072b8;
}

.btn-orange {
	background: #fc910f;
}

.btn:hover {
	background: #333 !important;
	color: #fff !important;
}

/*********************************************************************************
header styles
***************/
header {
	/* position: absolute;*/
	position: relative;
	width: 100%;
	z-index: 999;
}

/**/
header .top-bar {
	background: linear-gradient(90deg, #f29076 0%, #c36176 50%);
	padding: 9px 0;
	overflow: hidden
}

/*cont nav*/
header .cont-nav {}

header .cont-nav ul {
	list-style: none;
	margin: 3px 0 !important;
}

header .cont-nav ul li {
	float: left;
}

header .cont-nav ul a {
	display: block;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 13px;
	color: #fff !important;
	border-left: 1px solid #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;
}

header .cont-nav ul li:first-child a {
	border-left: 0;
	padding-left: 0px;
}

header .cont-nav ul a .fa {
	margin-right: 10px;
	color: #fff
}

header .cont-nav ul a span.cont-text {}

header .cont-nav ul a:hover {}

/*social links*/
header .social-nav {
	float: right;
	margin-right: 10px;
}

header .social-nav ul {
	list-style: none;
}

header .social-nav li {
	float: left;
}

header.social-nav li a {}

header .social-nav li a img {
	width: 25px;
	margin-left: 5px;
	font-size: 13px;
}

/*user nav*/
header .user-nav {
	float: right;
}

header .user-nav ul {
	list-style: none;
	margin: 3px 0 !important;
}

header .user-nav ul li {
	float: left;
}

header .user-nav ul a {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #fff;
	font-size: 13px;
	color: #fff !important;
	text-transform: capitalize;
	position: relative;
}

header .user-nav ul a.active:after {
	font-family: 'FontAwesome';
	color: rgb(25, 81, 144);
	content: "\f0d8     ";
	position: absolute;
	bottom: -27px;
	left: 50%;
	font-size: 25px;
}

header .user-nav ul li:last-child a {
	padding-right: 0px;
}

header .user-nav ul a img {
	margin-right: 10px;
	width: 16px;
	vertical-align: -1px
}

header .user-nav ul a:hover {
	color: #ffe300 !important;
}

/*logo bar*/
header .logo-bar {
	padding: 25px 0 0;
	position: absolute;
	z-index: 99;
	width: 100%;
	/*background: linear-gradient(180deg, #473551  5%, #584264 90%); */
}

header .logo-fixed-bar {
	background: linear-gradient(90deg, #2e496c 0%, #e8718a 50%);
	padding: 10px 0 10px;
	position: fixed !important;
	width: 100% !important;
	top: 0;
	z-index: 99;
	-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

header .logo-fixed-bar .logo {
	position: inherit;
	top: inherit;
}

header .logo-fixed-bar .logo img {
	max-width: 95%;
}

header .logo-fixed-bar .nav-bar {}

header .logo {
	display: block;
}

header .logo 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;
}

/* nav bar */
header .nav-bar {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

/*site nav*/
header .site-nav {
	float: right;
}

/*********************************************************************************
section styles
***************/
section.slider {
	position: relative
}

section.slider:after {
	content: '';
	background: linear-gradient(180deg, #47384f 5%, #58426400 90%);
	position: absolute;
	width: 100%;
	height: 300px;
	top: 0;
	left: 0;
	z-index: 99;
}

section.slider .slide-down {
	width: 100%;
	position: absolute;
	bottom: 40px;
	left: 0;
	z-index: 9;
	cursor: pointer;
}

section.slider .slide-down p {
	text-transform: uppercase;
	font-size: 12px !important;
	letter-spacing: 2px;
	margin-top: 12px !important;
	color: #fff !important;
}

section.slider .slide-down a {
	width: 45px;
	height: 45px;
	border: 1px solid #fff;
	border-radius: 100%;
	display: block;
	float: left;
	margin-right: 15px
}

section.slider .slide-down a img {
	display: block;
	margin: 15px auto 0;
	position: relative;
	-webkit-animation: jump 1s ease-out infinite;
	animation: jump 1s ease-out infinite;
}

/**/
.icon-link {
	background: #fff;
	position: fixed;
	bottom: 10px;
	right: 0;
	z-index: 999;
	-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);
}

.icon-link li {
	list-style: none;
	height: 35px;
	width: 35px;
	margin: 10px !important;
}

.icon-link span {
	width: 0;
	top: 0;
	right: 35px;
	padding: 0;
	position: absolute;
	overflow: hidden;
	background: #f08e76;
	color: #fff;
	line-height: 35px;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	transition: 0.25s;
	white-space: nowrap
}

.icon-link a {
	text-align: center;
	height: 35px;
	width: 35px;
	display: block;
	position: relative;
}

.icon-link li a img {
	line-height: 50px;
	height: 35px;
	width: 35px;
	padding: 5px;
	background: #6d6d6d;
}

.icon-link a:hover img {
	background: #f08e76 !important;
}

.icon-link a:hover span {
	width: auto;
	padding: 0 10px;
	overflow: visible;
}

/**/
section.contents {}

/*main heading*/
.main-head {
	line-height: 35px !important;
	font-family: "Times New Roman", Times, serif;
	color: #2e496c;
	margin-bottom: 20px !important;
	letter-spacing: 1.5px;
}

.main-head strong {
	color: #e8718a
}

.main-head span {
	font-family: 'Poppins', sans-serif !important;
	font-size: 14px !important;
	color: #666;
	font-weight: 300;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.main-head span.brdr {
	background: #f2a208;
	width: 100px;
	height: 2px;
	float: left;
	margin: 21px 10px 0 0;
}

/* offer bar*/
.offer-bar {
	padding: 20px 0
}

.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.png);
	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);
}

/*home abt bar */
.home-abt-bar {
	background: #fff;
	position: relative;
	padding: 0px 0px 50px 0px !important;
}

.home-abt-bar .home-abt-container {
	padding: 50px 0px;
}

.home-abt-bar img {
	max-width: 100%;
}

.home-abt-bar p {
	text-align: justify;
}

/* product-slide-bar */
.product-slide-bar {
	padding: 60px 0 70px 0 !important;
	background: url(../design_img/back-01.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

.product-slide-bar .main-head {
	color: #fff;
}

.product-slide-bar .main-head span {
	color: #b4c1d7;
}

/*items*/
.item {}

.item-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.item-pic-container {
	width: 100%;
	height: 250px;
	background: #f7f7f7;
	border: 1px solid #eee;
	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;
}

.item-back {
	position: absolute;
	top: 100%;
	left: 100%;
	bottom: 100%;
	right: 100%;
	background: #000;
	z-index: 1;
	opacity: 0.2;
	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);
}

.item-pic {}

.item-pic img {
	max-width: 98%;
	max-height: 98%;
	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%);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.item-new {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	display: inline-block;
	background-color: #0095bc;
	display: none
}

.item-new span {
	color: white;
	text-transform: capitalize;
	padding: 15px 0px;
	display: inline-block;
	transform: rotate(-90deg);
	font-weight: 300;
}

.item-new:after {
	content: "";
	width: 0px;
	height: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid #0095bc;
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
}

.discount {
	background: #f48736;
	color: #fff;
	width: 62px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 1;
	text-align: center;
	line-height: 22px;
	display: none
}

.item-btn {
	width: 110px;
	height: 50px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	margin-top: -40px;
	margin-left: -30px;
	opacity: 0;
	visibility: hidden;
	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);
}

.item-btn a {
	background: #ffa025;
	font-size: 16px;
	color: #fff !important;
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	margin-right: 5px;
	text-align: center;
	padding-top: 14px;
	border-radius: 100%;
	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;
	-webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
}

.item-btn a.cart {}

.item-btn a.view {}

.item-btn a:hover {
	background: #2e496c !important
}

.item-name {
	font-size: 14px !important;
	margin: 0 !important;
	text-align: center;
	text-transform: capitalize;
	background: #a96ea6;
}

.item-name a {
	color: #fff !important;
	padding: 10px 0 8px;
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap !important;
	width: 95%;
}

.item-price {
	text-transform: capitalize;
	margin: 5px 0 !important;
	font-size: 15px;
	text-align: center
}

.item-price .price-before {
	color: #999999;
	text-decoration: line-through;
}

.item-price .price-now {
	font-weight: 600;
	color: #9dac0b;
	margin: 0 5px;
}

.item-price .price-bv {}

.item-container:hover .item-back {
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
}

.item-container:hover .item-btn {
	margin-left: -50px;
	visibility: visible;
	opacity: 1;
}

.no-item {
	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);
}

.item.load {
	width: calc(calc(100% / 4) - 16px);
	float: left
}

.item.load .item-pic {
	height: 250px;
}

/**/
.ind-logo-bar {
	padding-top: 50px !important;
	padding-bottom: 60px !important;
	background: #fff;
}

.ind-logo-bar .ind-logo-container {
	margin: 0 -10px;
	text-align: center;
}

.ind-logo-bar .ind-logo {
	width: calc(calc(100% / 6) - 23px);
	height: 120px;
	margin: 0 10px 20px;
	display: inline-block;
	border: 1px solid #999;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
}

.ind-logo-bar .ind-logo img {
	max-height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 100%;
	margin: auto;
	display: table;
}

/**/
section.contents .content-bar {
	padding: 60px 0 60px;
	overflow: hidden;
}

/* page banner*/
.banner-bar {
	background: #4b3768 url(../design_img/banner-back.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 250px 0 80px;
	position: relative;
}

.banner-bar:after {
	content: '';
	background: linear-gradient(180deg, #00000063 0%, #fff0 90%);
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0;
	left: 0;
	z-index: 99
}

.banner-bar .banner-content {}

.banner-bar .banner-content h1 {
	font-weight: 700;
	color: #efba71;
	text-transform: uppercase;
	position: relative;
	font-size: 36px !important;
	line-height: 45px !important;
}

/*
.banner-bar .banner-content h1:before {
 content: '';
 border-top: 1px solid #efba71;
 width: 30px;
 position: absolute;
 left: 0;
 top: -15px;
 z-index: 2;
} */


/*location*/
.location {
	list-style: none;
	position: relative;
}

.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: '\f105 ';
	font-family: 'FontAwesome';
	font-size: 13px;
	margin-left: 10px;
	color: #fff
}

.location li:last-child a:after {
	content: '';
	margin-left: 0px;
}

.location li a {
	color: #fff !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: #efba71 !important;
}

.location li a.active {
	color: #efba71 !important;
}

/**************************/

.abt-bar {
	background: #fff;
	padding: 100px 0px 100px 0px !important;
	position: relative
}

.abt-bar .col-left {
	width: 40%;
	height: 100%;
	background: #32afe4;
	position: absolute;
	left: 0;
	top: 0
}

.abt-bar .col-right {
	width: 40%;
	height: 100%;
	background: #fc910f;
	position: absolute;
	right: 0;
	top: 0
}

.abt-bar img {
	max-width: 90%;
}

/*management team*/
.mgmt-team {
	background: #0072b8;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 40px 20px 30px;
	outline: 1px solid #52ace3;
	outline-offset: -10px;
}

.mgmt-team h4 {
	margin-bottom: 10px !Important;
	color: #fff
}

.mgmt-team p {
	color: #ffffffe6
}

.mgmt-team .sign {
	font-family: 'AlexBrushRegular';
	font-size: 25px;
}

/*legals*/
.legal {
	height: auto;
	padding: 10px 0px 0px 0px !important;
}

.legal .product {
	margin: 0px 8px 33px 8px;
	border: 1px solid #eee;
	box-shadow: 0px 0px 30px #eee;
	padding: 5px;
}

.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;
}

/*bankers*/
.banker-col {
	min-height: 20px;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #efefef;
	border-radius: 4px;
	border-left: 5px solid #2e5ca1;
}

.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
}

/*tables*/
section.contents .mytable {
	margin-bottom: 0;
	table-layout: auto;
}

section.contents .mytable .cap-lg {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #0072b8;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
}

section.contents .mytable .cap-sm {
	text-align: center;
	font-size: 14px;
	margin: 0 0 12px 0;
	padding: 0;
}

section.contents .mytable th {
	background: #0072b8;
	border-bottom-width: 1px;
	border-color: #f2f2f2;
	color: #fff;
	font-weight: 500;
	vertical-align: middle !important;
	font-size: 14px;
	text-transform: uppercase;
	padding: 11px;
	white-space: nowrap
}

section.contents .mytable td {
	vertical-align: middle !important;
	padding: 11px;
	border-color: #f2f2f2;
	white-space: nowrap
}

section.contents .mytable tr:nth-child(even) {
	background: #f2f2f2;
}

/* news bar*/
.news-bar {}

.news-bar h4 {
	margin-bottom: 10px !important;
	color: #fc910f;
}

/* download col*/
.download-col {
	margin-top: 15px;
	text-align: center;
	background: #f2f2f2;
	padding: 10px;
	display: block;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.download-col p {
	margin: 5px 0px 5px !important;
	font-weight: 600;
	font-size: 15px !important;
	text-align: center !important;
	color: #0072b8;
	text-transform: uppercase
}

.download-col .download-pic {
	height: 220px;
}

.download-col .download-pic img {
	max-height: 100%;
	max-width: 100%;
	margin: auto;
}

.download-col:hover {
	transform: scale(1.08)
}

/*contact bar*/
.contact-bar {
	background: url(../design_img/contact-back.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
	padding: 60px 0px 60px;
}

.contact-bar iframe {
	width: 100%;
	height: 390px;
}

.contact-bar p {
	text-align: justify;
}

.contact-bar .cont-list ul {
	list-style: none;
	margin-top: 40px !important;
}

.contact-bar .cont-list ul li {
	line-height: 24px;
	margin-bottom: 10px !important;
	clear: both;
	overflow: hidden;
}

.contact-bar .cont-list ul a {
	display: block;
}

.contact-bar .cont-list ul a i {
	margin-right: 25px;
	float: left;
	margin-top: 4px;
	font-size: 15px;
	color: #e8718a
}

.contact-bar .cont-list ul a span {
	float: left;
	display: block
}

/* enq form */
.enq-form {
	background: rgba(94, 65, 123, 0.77);
	padding: 30px;
	overflow: hidden
}

.enq-form .main-head {
	color: #ffd73a;
	margin-bottom: 30px !important
}

.enq-form label {
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 0;
}

.enq-form .form-control {
	border: 0px;
	border-radius: inherit;
	background: none !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	padding: 2px 0 !important;
	color: #fff;
}

.enq-form .form-control.error {
	position: inherit;
	left: inherit;
	bottom: inherit;
	right: inherit;
	width: 100%;
	text-align: left;
}

.enq-form .form-control:focus {
	border-color: #000 !important;
}

.enq-form .btn-submit {
	background: url(../design_img/btn-send.png) no-repeat center top;
	width: 50px;
	height: 50px;
	background-size: contain;
	margin-top: 22px;
	border: 0
}

/*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%;
}

/*********************************************************************************
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: 170px 0 80px;
	background: url(../design_img/slide-3.jpg) no-repeat center right;
	background-size: cover;
	position: relative;
}

.log-body:after {
	content: '';
	background: linear-gradient(180deg, #00000063 0%, #fff0 90%);
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0;
	left: 0;
}

.log-model {
	width: 95%;
	max-width: 400px;
	background: #ffffffed;
	-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: #c36176;
	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: 170px 0 90px;
	background: url(../design_img/slide-3.jpg) no-repeat center right;
	background-size: cover;
	position: relative
}

.join-body:after {
	content: '';
	background: linear-gradient(180deg, #00000063 0%, #fff0 90%);
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0;
	left: 0;
}

.join-model {
	width: 100%;
	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: #fff !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.2);
	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: #efba71 !important;
	font-weight: 700;
}

.join-nav li a.active span {
	background: #efba71;
	color: #fff;
}

.join-form-box {
	margin: 25px 0 0;
	padding: 35px 30px 0;
	background: #ffffffed;
	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: #806299;
	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: #fff url(../design_img/icon-search.png) no-repeat center center;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border: 0;
	height: 38px;
	width: 37px;
	position: absolute;
	top: 26px;
	right: 1px;
	text-align: center;
	background-size: 20px;
	/* padding-right: 50px; */
}

.join-form-box .btn-sub {
	margin: 45px auto -20px;
	display: block;
	border-radius: 25px !important;
	background: #446a9b;
	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;
}

/* Date 15-03-2022 */
.grie-offic-blk {
	position: relative;
	margin-top: 20px !important;
}

.grie-offic-blk h3 {
	font-size: 18px !important;
	line-height: 27px;
	color: #f29076 !important;
	font-weight: 600;
	margin-bottom: 10px !important;
}

.grie-offic-blk .off-name-blk {
	margin-bottom: 10px !important;
}

.grie-offic-blk .off-name-blk p {
	font-size: 14px !important;
	line-height: 24px;
	color: #FFF !important;
	margin-bottom: 15px !important;
}




/*********************************************************************************
default form styles start
***************/
.form-group {
	position: relative;
	margin-bottom: 18px !important;
}

.form-group label {
	font-weight: normal;
}

.form-group .label-err,
.form-group .error {
	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,
.form-group .error: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;
	height: 50px;
}

.btn-check.btn {
	margin-right: 20px;
	border: 0px !important;
	border-radius: 0px !important;
	padding: 10px 0px !important;
	background: transparent !important;
	color: #666 !important;
	text-transform: capitalize !important
}

.btn-check.btn span {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 7px;
	position: relative;
	top: 3px;
	background: #fff;
	border: 4px solid #fff;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 1px #000;
	-moz-box-shadow: 0px 0px 1px #000;
	box-shadow: 0px 0px 1px #000;
}

.btn-check.btn label {
	margin: 0 !important;
	cursor: pointer
}

.btn-check.btn:hover {
	background: inherit !important;
	color: inherit !important;
	margin-right: 20px !important;
}

.btn-check.btn-active.active,
.btn-check.btn-active.active:hover {
	background: inherit !important;
	border-color: inherit !important;
	color: #666 !important;
	box-shadow: none !important;
}

.btn-check.btn-deactive.active,
.btn-check.btn-deactive.active:hover {
	background: inherit !important;
	border-color: inherit !important;
	color: #666 !important;
	box-shadow: none !important;
}

.btn-check.btn-active.active span {
	background: #666 !important;
}

.btn-check.btn-deactive.active span {
	background: #666 !important;
}

.form-group .label-err-term {
	top: -28px;
	background: transparent;
}

/*********************************************************************************
footer styles
***************/
footer {
	background: linear-gradient(90deg, #2e496c 0%, #e8718a 80%);
	position: relative
}

/**/
footer .logo {
	width: 150px;
	display: block;
	margin-top: -40px;
	margin-bottom: 25px;
}

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: 40px !important;
	text-transform: capitalize;
	position: relative;
}

footer h2:before {
	content: '';
	border-top: 2px solid #ffe300;
	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: 13px;
	color: #fff !important;
}

footer .nav-menu ul a:hover {
	color: #ffe300 !important;
}

/*social nav*/
footer .social-nav ul {
	list-style: none;
	margin-top: 30px !important;
	margin-bottom: 30px !important;
	overflow: hidden;
}

footer .social-nav li {
	float: left;
	margin-right: 10px !important
}

footer .social-nav li a {
	border: 0 !important;
	padding: 0 !important
}

footer .social-nav li a img {
	width: 25px;
}

footer .down-app1 {
	display: block;
	width: 150px;
	margin-bottom: 30px;
}

footer p.other-info {
	margin-bottom: 4px !important;
}

footer span.other-info {
	margin-bottom: 7px !important;
	color: #fff !important;
	font-size: 14px !important;
	line-height: 24px;
	display: block;
	margin-left: 14px;
}

footer .down-app1 img {
	max-width: 100%;
}

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: #e8718a;
	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);
}

/* Date 21-03-2022 */
.footer-self-sec {
	padding: 25px 0;
	position: relative;
	background: #f3f3f3;
}

.footer-self-sec .self-dec-blk h2 {
	font-size: 20px !important;
	line-height: 27px;
	color: #2e496c !important;
	font-weight: 600;
	margin-bottom: 20px !important;
}

.footer-self-sec .brd-bottom {
	display: block;
	height: 2px;
	width: 50px;
	background: #ffe300;
	text-align: center;
	margin: 0px auto 20px !important;
}

.footer-self-sec .self-dec-blk p {
	font-size: 14px !important;
	line-height: 24px;
	color: #666 !important;
	text-align: justify;
	margin-bottom: 0 !important;
}

.abt-bar.policy-sec .banker-block {
	padding: 15px;
	margin: 10px 0;
	background-color: #fff6f9;
	border-radius: 10px;
	border: 1px solid #e8718a;

}

.abt-bar.policy-sec .banker-block img {
	display: block;
	max-width: 250px !important;
	height: auto;
	padding: 0;
	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;
	margin: 0 auto 12px !important;
}

.abt-bar.policy-sec .banker-block p {
	font-size: 15px;
	line-height: 28px;
	color: #666;
	font-weight: 400;
	text-align: center !important;
}

.mgn-sec .main-head {
	font-size: 27px !important;
	line-height: 35px !important;
	font-weight: 700;
	margin-bottom: 5px !important;
}

.mgn-sec h4 {
	font-size: 20px !important;
	line-height: 27px;
	color: #e8718a;
	font-weight: 500;
	margin-bottom: 20px !important;
}

.mgn-sec .social-nav {
	position: absolute;
	margin-bottom: 15px !important;
	right: -10px;
	top: 40px;
}

.inn-abt2.mgn-sec .social-nav {
	position: absolute;
	margin-bottom: 15px !important;
	right: inherit;
	left: -10px;
	top: 40px;
}

.mgn-sec .social-nav ul {
	list-style: none;
	;
}

.mgn-sec .social-nav ul li {
	margin-bottom: 8px !important;
}

.mgn-sec .social-nav ul li a .fa {
	color: #FFF !important;
	background: #f2f2f2;
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	margin-right: 5px;
}

.mgn-sec .social-nav ul li a .fa-facebook {
	background: #3b5a9a;
	border: 1px solid #3b5a9a;
}

.mgn-sec .social-nav ul li a .fa-instagram {
	background: #813cac;
	border: 1px solid #813cac;
}

.mgn-sec .social-nav ul li a .fa-twitter {
	background: #50abf1;
	border: 1px solid #50abf1;
}

.mgn-sec .social-nav ul li a .fa-linkedin {
	background: #0077b7;
	border: 1px solid #0077b7;
}

/* Date 28-03-2022 */

/* Legals Start here */
.legal {
	height: auto;
	padding: 10px 0px 0px 0px !important;
}

.legal .product {
	margin: 0px 8px 33px 8px;
	border: 1px solid #eee;
	box-shadow: 0px 0px 30px #eee;
	padding: 5px;
}

.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;
}


.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: #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: #666;
	top: 30px;
	opacity: 0;
}

.product-btn a.view {
	background: #e8718a;
	bottom: 50px;
	opacity: 0;
}

.product-btn a:hover {
	background: #fff;
	color: #333 !important
}

.product-name {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px !important;
	margin: 10px 0 5px !important;
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap !important;
	width: 100%;
}

.product-name a {
	color: #333 !important;
}

.product-name span {
	color: #999
}

.product-price {
	text-transform: capitalize;
	text-align: center;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	display: none
}

.product-price .price-before {
	color: #999;
	text-decoration: line-through;
	font-size: 17px;
}

.product-price .price-now {
	font-weight: 600;
	color: #1393dd;
	margin: 0 5px;
	font-size: 17px;
}

.product-container:hover .product-back {
	visibility: visible;
	opacity: 0.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;
}

/* Date 30-03-2022 */
.legal-bar .main-head {
	text-align: center;
	margin: 0 auto 30px !important;
}

section.contents .meeting-bar.legal-bar .mytable th:first-child {
	width: 50px;
}

section.contents .meeting-bar.legal-bar .mytable th:last-child {
	width: 200px;
}

.tab-gp {
	margin-top: 40px !important;
}

/* Date 14-04-2022 */
.pr-left {
	width: 150px !important;
	float: left;
	font-weight: 600;
}

.pr-right {
	width: calc(100% - 150px);
	float: left;
}

/* jump*/
@-webkit-keyframes jump {

	0%,
	100% {
		top: 0
	}

	25% {
		top: 5px
	}

	75% {
		top: -5px
	}
}

@keyframes jump {

	0%,
	100% {
		top: 0
	}

	25% {
		top: 5px
	}

	75% {
		top: -5px
	}
}