@import 'https://fonts.googleapis.com/css?family=Slabo+27px';

/*********************************************************************************
common styles
***************/
body {
	color: #333 !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-green {
	color: #59c047
}

.text-blue {
	color: #44a0da
}

.text-white {
	color: #fff
}

.text-yellow {
	color: #ffb901
}

.text-orange {
	color: #fe6f19
}

.btn {
	padding: 6px 20px !important;
	border-radius: 0 !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.btn-sub,
.btn-cancel {
	background: #0072b8;
	color: #fff;
	padding: 10px 20px !important;
	border-radius: 3px !important;
	margin-right: 10px;
	margin-top: 15px;
}

.btn-cancel {
	background: #fc910f;
}

.btn:hover {
	background: #333 !important;
	color: #fff !important;
}

/*********************************************************************************
header styles
***************/
header {}

header .top-bar {
	background: #006495;
	overflow: hidden;
}

/*cont nav*/
header .cont-nav {
	float: left;
	margin: 8px 0
}

header .cont-nav ul {
	list-style: none;
}

header .cont-nav ul li {
	float: left;
}

header .cont-nav ul a {
	display: block;
	padding: 0px 20px;
	font-size: 13px;
	color: #fff !important;
	border-left: 1px solid #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 a img {
	margin-right: 10px;
	width: 20px;
}

header .cont-nav ul li:first-child a {
	padding-left: 0;
	border: 0;
}

header .cont-nav ul a span.cont-text {}

header .cont-nav ul a:hover {}

/*social links*/
header .social-nav {
	float: right;
	margin: 9px 0 10px 0;
}

header .social-nav ul {
	list-style: none;
}

header .social-nav li {
	float: left;
	margin-left: 20px !important;
}

header .social-nav li a {
	width: 17px;
	height: 17px;
	display: block;
}

header .social-nav li a img {
	max-width: 100%;
}

header .social-nav li a:hover img {
	opacity: 0.5
}

/*logo bar*/
header .logo-bar {
	background: #fff;
	padding: 5px 0;
}

header .logo-fixed-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

header .logo {
	display: block;
}

header .logo img {
	max-width: 90%;
}

/* nav bar */
header .nav-bar {}

/*site nav*/
header .site-nav {
	float: right;
}

/*user nav*/
header .user-nav {
	float: right;
	margin: 13px 0;
}

header .user-nav ul {
	list-style: none;
}

header .user-nav ul li {
	float: left;
	position: relative
}

header .user-nav ul a {
	display: block;
	margin-left: 5px;
	padding: 7px 10px;
	font-size: 14px;
	color: #fff !important;
	text-transform: capitalize;
}

header .user-nav ul a img {
	margin-right: 4px;
	max-width: 12px;
	vertical-align: -1px;
}

header .user-nav ul a.login {
	background: #fd680a;
}

header .user-nav ul a.join {
	background: #006495;
}

header .user-nav ul a:hover {
	background: #3986ad !important;
}

/**/
header .user-nav ul ul {
	min-width: 90%;
	position: absolute;
	left: 5px;
	top: 35px;
	z-index: 9999;
	list-style: none;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	-moz-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);
	-ms-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-o-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 .user-nav ul ul li {
	float: none;
	white-space: nowrap;
	margin-left: 0px !important;
}

header .user-nav ul ul li a {
	background: #fff;
	border-radius: 0px;
	border: 0;
	border-bottom: 1px solid #f8f8f8;
	color: #666 !important;
	margin-left: 0;
	cursor: pointer
}

header .user-nav ul ul li a:hover {
	background: #eee !important;
}

.user-nav ul li:hover ul {
	opacity: 1;
	visibility: visible;
	top: 34px;
}

/*********************************************************************************
section styles
***************/
section.slider {
	position: relative;
}

section.slider .magic-div img {
	animation: kenburns 5s infinite;
	width: 100%;
	/*animation-direction:alternate*/
}

@keyframes kenburns {
	100% {
		transform: scale3d(1.1, 1.1, 1.1) scale(1.1);
		opacity: 1
	}
}

/**/
section.contents {}

/*main heading*/
.main-head {
	line-height: 35px !important;
	font-weight: 600;
	color: #3986ad;
	text-transform: uppercase;
	padding-left: 25px !important;
	position: relative;
	margin-bottom: 20px !important;
}

.main-head span {
	font-size: 18px !important;
	font-weight: 300;
	text-transform: none;
	color: #999;
}

.main-head span.brdr {
	position: absolute;
	width: 5px;
	top: 15px;
	bottom: 2px;
	background: #fd680a;
	left: 0;
}

/**/
.home-web-col-bar {
	background: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}

.home-web-col-bar img {
	max-width: 90%;
}

.home-web-col-bar .b-brdr {
	width: 100%;
	height: 1px;
	background: #eee;
	margin: 10px 0 20px;
}

.home-web-text-col {}

.home-web-text-col p {
	text-align: justify
}

.home-web-text-col .btn-more {
	color: #333 !important;
	padding: 0px !important;
	margin: 10px 0;
	font-weight: 600;
	text-transform: uppercase
}

.home-web-text-col .btn-more:after {
	content: '\f0da ';
	font-family: 'FontAwesome';
	font-size: 16px;
	margin-left: 10px;
	margin-top: -2px;
	color: #fd680a
}

.home-web-text-col .btn-more:hover {
	padding: 0px !important;
	background: #fff !important;
	color: #fd680a !important;
}

.home-web-col {
	padding: 0px 10px !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;
	border-right: 1px solid #eee;
}

.home-web-col:last-child {
	border-right: 0;
}

.home-web-col h4 {
	font-size: 15px;
	font-weight: 600;
	color: #333;
	text-transform: uppercase;
	margin: 20px 0 15px !important;
	text-align: center;
}

.home-web-col p {
	color: #fff;
	font-size: 13px !important;
	line-height: 18px;
	text-align: center;
}

.home-web-col .h-icon {
	width: 50px;
	height: 50px;
	color: #999;
	margin: auto
}

.home-web-col .h-icon img {
	max-width: 100%;
}

/*product slide bar */
.product-slide-bar {
	background: #eee4d4 url(../design_img/home-back.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	padding: 80px 0 80px;
}

.product-slide-bar .main-head {
	font-weight: 900;
	text-transform: capitalize;
	margin-top: 100px !important;
	color: #fff
}

.product-slide-bar .main-head strong {
	color: #1bcecb;
}

.product-slide-bar .product-name a {
	color: #fff !important;
}

/*products*/
.product {
	margin: 0 10px;
}

.product-container {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.product-pic-container {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.product-back {
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	right: 50%;
	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 {
	width: 100%;
	height:250px;
	position: relative;
}

.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;
   	left: 50%; 
	top:50%;
	transform: translate(-50%,-50%); 
	position: absolute;
}



.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;
	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;
	position: relative
}

.product-btn a.cart {
	background: #fad623;
	color: #fff !important;
	top: 60px;
	opacity: 0;
	display: none
}

.category-pr-col .prduct-list .product-btn a.cart {
	background: #006495;
	color: #fff !important;
	top: 60px;
	opacity: 0;
	display:block;
}

.category-pr-col .prduct-list .product-btn {
    margin-top: -90px;
    margin-left: -25px;
}

.product-btn a.view {
	background: #fad623;
	top: 30px;
	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.3;
	left: 0;
	right: 0%;
}

.product-container:hover .product-btn a.cart {
	top: 30px;
	opacity: 1;
}

.product-container:hover .product-btn a.view {
	bottom: 0;
	opacity: 1;
}

/**/
section.contents .container-white {
	/*background:#fff;*/
}

section.contents .container-green {
	background: #739203;
}

/**/
section.contents .content-bar {
	padding: 40px 0;
	overflow: hidden;
}
.inner-abt-sec{
	padding:80px 0 !important;
	position: relative;
}

/* page banner*/
/*  */
/* 13-06-2022 */
.banner-bar {
	background: #fff url(../design_img/inner-banner.jpg) no-repeat center center;
	background-size: cover;
	padding: 100px 0 100px;
}

.banner-bar .banner-content h1 {
	font-size: 32px !important;
	line-height: 45px !important;
	font-weight: 600;
	letter-spacing: 1.5px;
	color: #FFF;
	text-transform: uppercase;
	position: relative;
}

.banner-bar .location {
	list-style: none;
	margin-top: 5px !important;
	float: left;
}

.banner-bar .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;
}

.banner-bar .location li a:after {
	content: '\f0da';
	font-family: 'FontAwesome';
	font-size: 14px;
	margin-left: 10px;
	color: #FFF;
}

.banner-bar .location li:last-child a:after {
	content: '';
	margin-left: 0px;
}

.banner-bar .location li a.active {
	color: #1bcecb !important;
}

/*  */

.page-banner {
	background: #d7f1f5;
	height: auto;
	position: relative;
	padding: 21px 10px 10px 10px;
	border-bottom: 0px solid #739203;
}

.page-banner h2 {
	font-weight: 600;
	color: #333;
	text-transform: uppercase;
	font-size: 24px;
}

.page-banner h2 strong {
	font-weight: 600;
	color: #008746;
}

/*location*/
.location {
	list-style: none;
	margin-top: 5px !important;
	float: right;
}

.location li {
	color: #333 !important;
	text-transform: capitalize;
	float: left;
	width: auto;
	margin-right: 10px !important;
}

.location li a:after {
	content: '\f0da';
	font-family: 'FontAwesome';
	font-size: 11px;
	margin-left: 10px;
	color: #666666
}

.location li:last-child a:after {
	content: '';
	margin-left: 0px;
}

.location li a {
	color: #333 !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: #1bcecb !important;
}

.location li a.active {
	color: #1bcecb !important;
	font-weight: 600;
}

/*tables*/
section.contents .mytable {}

section.contents .mytable caption {
	color: #333333;
	text-align: center;
	margin-bottom: 5px;
	padding: 0px;
	font-weight: 600;
}

section.contents .mytable caption h4 {
	font-size: 18px;
	margin-bottom: 5px !important;
	color: #000;
	font-weight: 600;
	margin-top: 25px !important;
}

section.contents .mytable th {
	background: #006495;
	color: #fff;
	font-weight: 600;
	vertical-align: middle !important;
	text-align: left;
	font-size: 15px;
	text-transform: uppercase;
	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: left;
	font-size: 14px;
}

/*#content .mytable tr:nth-child(odd){ background:#c6e093}*/
section.contents .mytable tr:nth-child(odd) {
	background: #f8f8f8;
}

section.contents .mytable tr:hover {
	background: #eee
}

/*bankers*/
section.contents .banker caption {
	font-size: 18px;
	color: #333;
	text-transform: uppercase;
}

section.contents .banker tr {
	font-weight: 400;
	color: #5b8936;
}

section.contents .banker tr td {
	vertical-align: middle
}

section.contents .banker tr th {
	white-space: nowrap;
	text-align: left;
}

section.contents .banker tr th:nth-child(1) {
	width: 5%;
	text-align: center;
}

section.contents .banker tr td {
	text-align: left !important;
	font-weight: 400;
	color: #5e5a54 !important;
	border-color: #eee !important;
}

section.contents .banker tr td:nth-child(1) {
	width: 5%;
	text-align: center !important;
}

section.contents .banker tr th:nth-child(2) {
	width: 16%;
}

section.contents .banker tr td:nth-child(2) {
	width: 13%;
}

section.contents .banker tr td:nth-child(3) {
	width: 40%;
}

section.contents .banker tr td:nth-child(4) {
	width: 13%;
}

section.contents .banker tr td:nth-child(5) {
	width: 13%;
}

/**/
section.contents .retail-pro th,
section.contents .retail-pro td {
	text-align: center;
}

/**/

section.contents .royalty th,
section.contents .royalty td {
	text-align: center;
}

section.contents .royalty img {}

section.contents .royalty tr td:last-child {
	width: 70px;
	text-align: right
}

/*********************************************************************************
list styles start
***************/
ul.mylist {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0 0 15px 25px !important;
	font-size: 15px
}

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: #41aae0;
}

/*********************************************************************************
login form 
***************/
.log-body {
	padding: 50px 0 60px;
	background: url(../design_img/slide-3.jpg) no-repeat center right;
	background-size: cover;
}

.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;
}

.log-model h2 {
	font-size: 20px;
	color: #1bcecb;
	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
}
.new-sec{
	padding:60px 0 40px !important;
	position: relative;
}

/*********************************************************************************
Join form 
***************/
.join-body {
	padding: 50px 0 80px;
	background: url(../design_img/slide-3.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: #1bcecb;
	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: #0078bf;
	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;
}
section.contents .meeting-bar{
	padding:30px 0;
	position: relative;
}

section.contents .meeting-bar .mytable tr:nth-child(odd) {
    background: #fff4f7;
}
section.contents .meeting-bar .mytable th {
    background: #1280ba ;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 0px!important;
    text-transform: uppercase;
    vertical-align: middle !important;
}
section.contents .meeting-bar .mytable td {
      border-color: #eee;
}
section.contents .meeting-bar .mytable td:first-child{
    text-align: center;
}
section.contents .meeting-bar .mytable tr:nth-child(even){
    background:#FFF !important;
}
section.contents .meeting-bar .mytable td a{
    padding:5px 8px !important;
    background:transparent;
    border-radius:20px !important;
    font-size:12px !important;
    line-height:20px;
    border:1px solid #1280ba ;
	color:#1280ba  !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:not(.form-control) {
	background: #006495;
	width: auto;
	font-size: 11px;
	color: #fff !important;
	padding: 0px 5px 2px;
	border-radius: 2px;
	position: absolute;
	bottom: -22px;
	z-index: 1;
	font-weight: 400 !important;
}

.form-group .label-err::before,
.form-group .error::before {
	content: "\f0d8 ";
	font: normal normal normal 20px/1 FontAwesome;
	color: #006495;
	position: absolute;
	top: -13px;
	left: 20px;
}

.form-group .form-control {
	border-radius: 0 !important;
	box-shadow: none;
	background: none;
	padding: 8px 12px;
	height: auto;
}

.form-group select.form-control {
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../design_img/icon-select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 6px top 50%;
	z-index: 0;
	/*padding: 7px 20px 7px 4px; */
	padding-left: 5px;
	padding-right: 20px;
}

/*@-moz-document url-prefix() {
	.form-group select.form-control {
		padding: 7px 20px 7px 4px;
	}
}*/
.form-group .label-radio {
	margin-right: 15px;
}

.form-group input[type=radio] {
	margin-right: 5px;
}

.form-group .label-check {
	margin-right: 15px;
	text-transform: none !important;
	font-family: 'Poppins', sans-serif !important;
}

.form-group .label-check a {
	color: #fcd80f !important;
}

.form-group .label-check a:hover {
	text-decoration: underline !important
}

.form-group input[type=checkbox] {
	margin-right: 5px;
}

.form-group .form-control:focus {
	box-shadow: none;
	border-color: #006495;
	color: #152441;
}

.form-group textarea.form-control {
	resize: none;
}

/**************************/
.content_bar {
	padding: 30px 0;
}

.abt-bar {
	padding: 30px;
	border: 1px solid #eee;
	border-left: 5px solid #53c42a;
}

/******************/

.contact-bar {
	margin-top: 25px;
}

.contact-bar .main-head {
	text-align: left;
	font-size: 24px;
	font-weight: 700;
}

.contact-bar .main-head strong {
	color: #0072bc;
}

.contact-bar .main-head span {
	font-weight: 500;
}

.contact-bar h4 {
	text-align: left;
	text-transform: inherit;
	margin-bottom: 15px !important;
	text-transform: capitalize;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px !important;
	font-size: 20px !important;
	font-weight: 600 !important;
}

.contact-bar h4 span {
	color: #0072bc;
}

/*contact nav */
.cont-nav ul {
	list-style: none;
	margin-bottom: 20px !important;
}

.contact-bar .cont-nav ul li {
	line-height: 24px;
	margin-bottom: 15px !important;
	border-bottom: 1px dashed #eee;
	padding-bottom: 10px !important;
}

.contact-bar .cont-nav ul a {
	display: block;
	color: #000 !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;
	font-weight: 600;
}

.contact-bar .cont-nav ul a i {
	margin-right: 5px;
}

.contact-bar .cont-nav ul a span {
	display: block;
	font-weight: 500;
	color: #666;
}

.cont-nav ul a:hover {
	color: #25db65 !important;
}

/*social nav*/

.social-nav ul {
	list-style: none;
	padding: 0px !important;
	margin: 0 !important;
}

.social-nav li {
	float: left;
	margin-right: 5px !important;
}

.social-nav li a {
	border: 0 !important;
	padding: 0 !important;
}

.social-nav li a .fa {
	color: #666 !important;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 0px;
	border-radius: 5%;
	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;
}

.social-nav li a .fa-facebook {
	/*background:#3b5a9a;*/
	border: 1px solid #ddd;
}

.social-nav li a .fa-twitter {
	/*background:#28a8e0*/
	border: 1px solid #ddd;
}

.social-nav li a .fa-linkedin {
	/*background:#117bb8*/
	border: 1px solid #ddd;
}

.social-nav li a .fa-youtube {
	/*background:#d81a1a*/
	border: 1px solid #ddd;
}

.social-nav li a:hover .fa {
	background: #333;
	color: #fff !important;
}

/* download col*/
.download-col {
	text-align: center;
	border: 1px solid #e5e5e5;
	min-height: 260px;
	padding: 20px 0;
}

.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: #012640;
	text-transform: uppercase;
	color: #fff !important;
	padding: 5px 10px;
	letter-spacing: 1.8px;
}

.download-col a:hover {
	background: #258dd6 !important;
}

.banker-block {
    padding: 15px;
    margin: 10px 0;
    background-color: #f2faff;
    border-radius: 0px;
    border: 1px solid #e5e5e5;
}
.banker-block img {
    margin-bottom: 12px;
    display: inline-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;
}
section.contents .banker-block p {
    font-size: 15px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
}

/**/
h5.legal {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 15px !important;
}

/***/
h2.main-head {
	font-size: 28px !important;
	font-weight: 600;
}

h2.pack-head {
	border: 2px solid #ed4b0c;
	background: #fff;
	display: table;
	margin: 0 auto 20px !important;
	padding: 0 !important;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 30px;
}

.pack-head span {
	background: #ed4b0c;
	color: #fff !important;
	padding: 15px 20px !important;
	display: inline-block;
}

.pack-head span.pack-amt {
	padding: 15px 20px !important;
	color: #000 !important;
	background: #fff;
}

.plan-head,
.plan-head-2 {
	padding: 10px 25px !important;
	border: 0px solid #ddd;
	display: table;
	background: #59c047;
	margin: 25px auto !important;
	color: #fff;
	text-transform: uppercase;
	border-radius: 50px;
	font-size: 18px;
	position: relative;
	font-weight: 600;
}

.plan-head::before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-style: solid;
	border-color: #59c047 transparent transparent transparent;
	border-width: 12px 15px;
	bottom: -50%;
	left: 45%;
	z-index: 99;
	transition: all 0.3s ease-in-out;
	right: 0;
}

.plan-head-2 {
	background: #41aae0;
}

.plan-head-2:before {
	border-color: #41aae0 transparent transparent transparent;
}

/***/
.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: auto;
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
}

.rankers .achievers-pic-container img {
	width: 100%;
	/*height: auto;*/
	border-radius: 0;
}

.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%;
}

/*********************************************************************************
footer styles
***************/
footer {
	background: #3986ad;
}

footer h2 {
	text-align: left;
	color: #fff;
	font-size: 16px;
	margin-bottom: 25px !important;
	text-transform: uppercase;
	position: relative;
}

footer .footer-bar {
	padding: 50px 20px 10px;
	background: #043242;
}

footer .footer-bar p {
	font-size: 13px !important;
	line-height: 25px;
	color: #999
}

footer .footer-bar p a {
	color: #6affea !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: #999 !important;
}

footer .site-nav ul li i {
	margin-right: 8px;
	color: #6affea !important;
}

footer .site-nav ul a {
	font-size: 13px;
	color: #999 !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: #fff !important;
}

/* footer site nav*/
footer .nav-menu ul {
	list-style: none;
	margin: 0 !important;
}

footer .nav-menu ul li {
	line-height: 30px;
	display: block;
	padding-right: 20px !important;
}

footer .nav-menu ul a {
	display: block;
	font-size: 13px;
	color: #999 !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

footer .nav-menu ul a:hover {
	color: #fff !important;
}

footer .fotter-logo img {
	width: 70%;
	margin-bottom: 20px;
}

/*social nav*/
footer .social-nav ul {
	list-style: none;
	padding: 0px !important;
	float: left;
	margin-bottom: 35px !important
}

footer .social-nav li {
	float: left;
	margin-right: 5px !important;
}

footer .social-nav li a {
	border: 0 !important;
	padding: 0 !important
}

footer .social-nav li a .fa {
	color: #fff !important;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 0px;
	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
}

footer .social-nav li a:hover .fa {
	background: #333;
	color: #fff !important;
}

/*footer bar bottom*/

footer .footer-bar-bottom {
	color: #fff;
}

footer .footer-bar-bottom .container {
	padding: 20px 0 !important;
}

footer .footer-bar-bottom .copy {
	text-align: center;
	font-size: 13px !important;
	margin-bottom: 0px !important;
}

footer .footer-bar-bottom .co-name {
	margin-right: 5px;
	color: #6affea;
}

footer .footer-bar-bottom .designer {
	margin-top: 2px !important;
	margin-left: 5px !important;
}

footer .footer-bar-bottom .designer img {
	border: 1px solid #bbbaba;
	border-radius: 100%;
	padding: 2px;
	background: #fff;
}

/* top and down button*/
#goTop,
#goDown {
	border-radius: 100%;
	width: 40px;
	height: 40px;
	padding-top: 7px;
	text-align: center;
	position: fixed;
	bottom: 40px;
	right: 20px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	cursor: pointer;
	color: #fff !important;
	font-weight: bold;
	background: #fd7801;
	z-index: 9999;
}


/* INNER PAGES */

/* Our Profile */
.inner-abt .abt-left img {
	max-width: 100%;
}

/* .inner-abt .abt-left {
	padding: 0px 20px;
} */

.inner-abt .home-web-text-col {
	padding: 20px 0 0;
}

.inner-abt .abt-outer {
	border: 1px solid #f2f2f2;
	padding: 30px 20px 20px 20px;
}

/*  */
.message .main-head {
	font-size: 30px !important;
}

.message .main-head span.brdr {
	width: 5px;
	top: 5px;
	bottom: 2px;
	left: 0;
}

/* Inner Contact Sec */
.inn-contact {
	padding: 80px 0px;
	position: relative;
	/* background: linear-gradient(90deg, #006495 64.3%, #fff 0%, #fff 75%); */
}

.inn-contact .main-head {
	color: #fff;
}

.cont-info-outer {
	width: 100%;
	min-height: 500px;
	padding: 30px 50px 20px 30px !important;
	position: relative;
	background: #006495;
	-webkit-box-shadow: 12px 14px 25px -15px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 12px 14px 25px -15px rgba(0, 0, 0, 0.25);
	box-shadow: 25px -15px 12px 14px rgba(0, 0, 0, 0, );
}

.cont-info-outer h4 {
	line-height: 30px !important;
	/* font-family: 'Adamina',
		serif; */
	font-size: 30px !important;
	color: #fff;
	letter-spacing: 1.4px;
	font-weight: 600 !important;
	margin-bottom: 15px !important;
}

.cont-info-outer p {
	text-align: justify;
	font-size: 14px !important;
	line-height: 24px;
	color: #fff !important;
	font-weight: 400;
}

.cont-info-outer ul {
	list-style: none;
}

.cont-info-outer ul li {
	padding: 20px 0px !important;
}

.cont-info-outer ul li .cont-icon {
	display: inline-block;
	width: 30px;
	margin-right: 10px;
	vertical-align: top;
}

.cont-info-outer ul li .cont-icon img {
	max-width: 100%;
}

.cont-info-outer ul li .cont-text {
	display: inline-block;
	width: calc(100% - 49px);
}

.cont-info-outer ul li .cont-text a {
	font-size: 14px !important;
	color: #fff !important;
}

.cont-info-outer ul li .cont-text p {
	font-size: 14px !important;
	color: #fff !important;
}

.cont-info-outer h5 {
	line-height: 20px !important;
	font-family: 'Patua One',
		cursive;
	font-size: 20px !important;
	color: #FFF;
	letter-spacing: 1.4px;
	font-weight: 600 !important;
	margin-top: 20px !important;
}

.contact-sec .social-nav ul {
	list-style: none;
	padding: 0px !important;
	display: table;
	margin: 0px !important;
	font-size: 14px;
	font-weight: 300;
}

.contact-sec .social-nav ul li {
	float: left;
	margin-right: 10px !important;
	line-height: 35px;
}

.cont-info-outer ul li {
	padding: 10px 0px !important;
}

.cont-info-outer ul li.last {
	padding-bottom: 0 !important;
}

.contact-sec .social-nav ul li a {
	border: 0 !important;
	padding: 0 !important;
}

.contact-sec .social-nav ul li a .fa {
	color: #fff !important;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	vertical-align: middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	font-size: 14px !important;
}

/* CONTACT_FORM */
.cont-form-outer {
	padding: 26px 30px 17px;
	position: relative;
	background: #fff;
	min-height: 499px;
	-webkit-box-shadow: 12px 14px 25px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 12px 14px 25px -15px rgba(0, 0, 0, 0.25);
	box-shadow: 25px -15px 12px 14px rgba(0, 0, 0, 0, );
}

.cont-form-outer .main-head {
	margin-bottom: 20px !important;
	color: #3986ad !important;
	padding-left: 0px !important;
}

.contact-sec .cont-form-outer label {
	color: #f02552 !important;
}

.contact-sec .form-group .form-control:focus {
	box-shadow: none;
	border-color: #006495 !important;
	color: #404040;
}

.map-box {
	width: 100%;
	height: 370px;
}

.idx-btn {
	min-width: 150px;
	background: #3986ad;
	padding: 10px 12px !important;
	color: #FFF !important;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
	font-weight: 600;
}

.gallery {
	padding: 80px 0;
	position: relative;
}

/* 21-07-2022 */
.management-sec {
	padding-bottom: 30px;
	/* background: #f2f2f2; */
}

.management-sec .abt-message p {
	text-align: justify;
}

.management-sec-2 {
	padding: 30px 0px 80px;
	/* background: url(../design_img/management-background.jpg)no-repeat center center; */
	background-size: cover;
}

.management-sec-2 .manage-outer {
	position: relative;
	padding: 15px 10px 10px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.management-sec-2 .managment-outer {
	/* margin: -500px auto 0; */
	position: relative;
}

.management-sec-2 .manage-outer .manage-img {
	width: 230px;
	margin: 0px auto;
}

.management-sec-2 .manage-outer .manage-img img {
	max-width: 100%;
}

.management-sec-2 .manage-outer .manage-text {
	margin-top: 10px;
	text-align: center;
}

.management-sec-2 .manage-outer .manage-text h5 {
	font-size: 20px;
	color: #3986ad;
	font-weight: 600;
	line-height: 30px;
}

.management-sec-2 .manage-outer .manage-text p {
	font-size: 14px;
	line-height: 22px;
	color: #121212;
	font-weight: 600;
}

/*  */