/*********************************************************************************
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:#71ac44
}
.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 {

}
header .top-bar {
	background: linear-gradient(90deg, #5d286c 0%, #521763 50%);
	overflow:hidden;
	padding: 7px 0;
}
/*cont nav*/
header .cont-nav {
	float:left;
	margin:6px 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:14px;
	color:#fff!important;
	border-right:1px solid #6875a4;
	-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:last-child a {
	padding-right:0;
	border:0;
}
header .cont-nav ul a span.cont-text {
}
header .cont-nav ul a:hover {
}
/*social links*/
header .social-nav {
	
}
header .social-nav ul {
	list-style: none;
    float: right;
}
header .social-nav li {
	float:left;
}
header .social-nav li a .fa {
    color: #FFF !important;
    width: 33px;
    background: #868588;
    border-radius: 100%;
    height: 33px;
    line-height: 33px;
    text-align: center;
    margin-left: 5px;
    font-size: 14px;
}
header .social-nav li a:hover .fa {
    color: #FFF!important;
    background: #90c81f;
}

/*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;
	border-bottom:1px solid #eee;
}
header .logo {
	display:block;
	width:150px;
	padding:0px 0 !important;
}
header .logo img {
	max-width:100%;
}
/* nav bar */
header .nav-bar {
}
/*site nav*/
header .site-nav {
	float:right;
	margin:17px 0;
}
/*user nav*/
header .user-nav {
	float:right;
	margin:21px 0;
}
header .user-nav ul {
	list-style:none;
}
header .user-nav ul li {
	float:left;
}
header .user-nav ul a {
	display: block;
    padding: 6px 8px 6px;
    font-size: 12px;
    font-weight: 600;
    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;
    background: #0094da;
    margin-left: 4px;
}
header .user-nav ul a .fa {
	margin-right:10px;
}
header .user-nav ul a.login .fa {
	color:#fdb243;
}
header .user-nav ul a.join .fa {
	color:#99c740;
}
header .user-nav ul a:hover, header .user-nav ul a:hover .fa {
	background: #6a237f;
    color: #ffc637 !important;
}
header .user-nav ul a:hover {
    background: #6a237f;
    color: #ffc637 !important;
}
/*********************************************************************************
section styles
***************/
section.slider {
	position:relative
}
/**/
section.contents {
}
/*main heading*/
.main-head {
	text-align:left;
	line-height:42px!important;
	color:#fff;
	font-weight: 600;
	font-size:30px !important;
}
.main-head strong {
	color:#0094da
}
.main-head span {
	font-size:18px!important;
	color:rgba(255, 255, 255, 0.7);
	font-weight:400;
	text-transform:capitalize
}
.main-head span.brdr {
	border-bottom:3px solid #491c57;
	height:1px;
	display:block;
	width:50px;
	margin:10px 0 15px;
	position:relative;
}
/**/
.home-abt-bar {
	background:#fff;
	padding:80px 0px 80px 0px!important;
}
.home-abt-bar .idx-left-sec{
	padding:40px 20px;
	position:relative;
}
.home-abt-bar .idx-msn-right{
	padding:40px 20px;
	position:relative;
}
.home-abt-bar .main-head {
	color:#000
}
.home-abt-bar p {
	text-align:justify;
	font-size:15px!important;
}
.home-abt-bar img {
	max-width:100%;
	float:right;
}
.home-abt-bar .btn-more {
	width: 150px;
	color: #fff !important;
	background:#033b67 !important;
	margin: 25px 0 0;
	padding: 12px 10px!important;
	display: block !important;
	font-weight: 600;
}
.home-abt-bar .btn-more:before {
	content: '\f0da ';
	font-family: 'FontAwesome';
	font-size: 16px;
	margin-right:10px;
	margin-top:-2px;
	color:#fff
}
.home-abt-bar .btn-more:hover {
	padding: 12px 10px!important;
	background:#fdbf00 !important;
}
.home-abt-bar.idx-vsn-mission{
	background:#f2fbff;
}


/**/
/* .home-web-col-bar { */
	/* background: url(../design_img/home-back-1.jpg) no-repeat center top #273b7a; */
	/* background-attachment:fixed; */
	/* background-size:cover; */
	/* padding:70px 0 60px; */
/* } */
/* .home-web-text-col { */
/* } */
/* .home-web-text-col p, .home-web-text-col .mylist { */
	/* color:#fff */
/* } */
/* .home-web-text-col .mylist { */
	/* margin-left:25px!important */
/* } */
/* .home-web-text-col .mylist li { */
	/* line-height:30px; */
/* } */
/* .home-web-text-col .mylist li:before { */
	/* color:#99c740; */
	/* content:'\f00c'; */
	/* margin-right:15px; */
/* } */
/* .home-web-text-col .btn-more { */
	/* width: 150px; */
	/* color: #333 !important; */
	/* background:#fff !important; */
	/* margin: 25px 0 0; */
	/* padding: 12px 10px!important; */
	/* display: block !important; */
	/* font-weight: 600; */
/* } */
/* .home-web-text-col .btn-more:before { */
	/* content: '\f0da '; */
	/* font-family: 'FontAwesome'; */
	/* font-size: 16px; */
	/* margin-right:10px; */
	/* margin-top:-2px; */
	/* color:#333 */
/* } */
/* .home-web-text-col .btn-more:hover { */
	/* padding: 12px 10px!important; */
	/* background:#005597 !important; */
	/* color: #fff !important; */
/* } */
/* .home-web-text-col .btn-more:hover:before { */
	/* color: #fff !important; */
/* } */
/* .home-web-col { */
	/* padding:10px 40px!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; */
/* } */
/* .home-web-col h4 { */
	/* font-size:17px; */
	/* font-weight:600; */
	/* color:#fdbf00; */
	/* text-transform:uppercase; */
	/* margin:0px 0 10px !important */
/* } */
/* .home-web-col p { */
	/* color:#fff; */
	/* font-size:13px!important; */
	/* line-height:18px */
/* } */
/* .home-web-col .h-icon { */
	/* width:50px; */
	/* height:50px; */
	/* color:#999; */
	/* margin-top:5px; */
/* } */
/* .home-web-col .h-icon img { */
	/* max-width:100%; */
/* } */
/* .home-web-col:hover h4 { */
	/* text-decoration:underline */
/* } */



/* home web col bar  */
.home-web-col-bar {
 background: #268dd8 url(../design_img/home-back-1.jpg) no-repeat center center;
  background-size: cover;
 position:relative;
 z-index:0
}
/* .home-web-col-bar:after { */
 /* content:''; */
 /* background: #268dd8 url(../design_img/home-back-1.jpg) no-repeat center right; */
 /* background-size: cover; */
 /* position:absolute; */
 /* top:0; */
 /* bottom:0; */
 /* left:50%; */
 /* right:0; */
 /* z-index:1 */
/* } */
.home-web-col-bar .main-head {
 margin-top:60px!important;
}
.home-web-col-bar .home-web-col-container {
 /* background:#268dd8; */
 /* padding: 70px 50px 125px; */
 padding: 70px 50px 35px;
 overflow:hidden;
}
.home-web-col {
 margin-bottom:35px;
 position:relative;
 z-index:2
}
.home-web-col .h-icon {
 width:70px;
 height:70px;
 line-height:70px;
 float:left;
 background:#fff;
 border-radius:10px;
 text-align:center;
}
.home-web-col .h-icon img {
	max-width:45px;
	margin-top:0px;
}
.home-web-col p {
 font-size:16px!important;
 font-weight:600;
 color:#fff;
 text-transform:uppercase;
 float:right;
 width:calc(100% - 85px)
}
.home-web-col p span {
 display:block;
 color:#fff;
 font-size:12px!important;
 font-weight:normal;
 text-transform:none;
 line-height:20px;
}
.home-web-col:hover .h-icon {
 background:#0094da !important;
}
.home-web-col:hover .h-icon img {
 filter: brightness(0) invert(1);
}




/*product slide bar */
.product-slide-bar {
	position: relative;
	padding:70px 0 60px;
}
.product-slide-bar .main-head {
	text-align:center
}
.product-slide-bar .main-head span.brdr {
	margin: 25px auto 35px;
}
.product-slide-bar .product-name a {
	color:#0091db !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 {
	border:1px solid #e5e5e5;
}
.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;
	-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: #4f1f5e;
	color: #fff !important;
	top:30px;
	opacity:0;
}
.product-btn a.view {
	background: #023a66;
	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.3;
	left: 0;
	right: 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:15px 0;
	overflow:hidden;
}
/*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 15px 5px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.banker-col img {
	margin-bottom: 20px;
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border-radius: 4px;
 -webkit-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
.banker-col p {
	color: #333;
	font-size:14px!important;
	margin-bottom:0!important
}
/* page banner*/ 
.banner-bar {
	background: url(../design_img/inner-banner.jpg) no-repeat center bottom;
	background-size:cover;
	padding:60px 0 80px;
	position: relative;
}
.banner-bar .banner-content {
	text-align:left;
}
.banner-bar .banner-content h1 {
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #6ecfff;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
}

/*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: '\f0da';
	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:#fdbf00!important;
}
.location li a.active {
	color:#fdbf00!important;
}
/**************************/
.content_bar {
	padding:30px 0px;
	background:#fff;
	margin-top:-15px;
	border-top:15px solid #25ade3
}
.abt-bar {
}
.abt-bar p {
	text-align:justify
}
.abt-bar .main-head {
	font-weight:600
}
.abt-bar .main-head span.brdr {
	margin: 15px auto 30px;
}
.abt-bar img {
	max-width:100%;
	border-radius:20px;
	border:10px solid #fff;
	-webkit-box-shadow:0px 0px 2px #78ba41;
	-moz-box-shadow:0px 0px 2px #78ba41;
	box-shadow:0px 0px 2px #78ba41;
}
/**/
.pr-bar {
}
.pr-bar .product {
	margin-bottom:20px;
}
 
/**/
.category-bar {
	 
}
.category-list {
	background:#fff;
}
.category-list h4 {
	padding:15px !important;
	background:#f97403;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.category-list h4 .fa {
	margin-right:13px;
}
/* .category-level-1 */
.category-level-1 {
	list-style:none;
}
.category-level-1 li {
	color:#333!important;
	text-transform:capitalize;
}
.category-level-1 .accordion-item-arrow:before {
	margin-top:1px!important;
}
.category-level-1 li a {
	display:block;
	color:#333!important;
	font-size:15px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	padding:12px 5px;
	border:1px solid #eee;
	border-bottom:0px;
}
.category-level-1 li:last-child a {
	border-bottom:1px solid #ddd;
}
.category-level-1 li a:before {
	content: '\f054';
	font-family: 'FontAwesome';
	font-size: 10px;
	float:left;
	margin:5px 25px 0px 14px;
	color:#666
}
.category-level-1 li a:hover {
	background:#eee
}
/* product-details */
.product-details {
	padding: 20px 0 50px 0;
	background: #fff;
	 
 
}
.product-details h3 {
	margin-bottom:25px!important;
	padding-bottom:15px!important;
	color:#273a79;
	/*	border-bottom:1px solid #ccc!important;*/
	position:relative
}
.product-details h3:after {
	content:'';
	position:absolute;
	bottom:-2px;
	width:80px;
	left:0;
	border:1px solid #fbd885
}
.product-details .product-pic {
	width:100%;
	margin-bottom:20px;
}
.product-details .product-pic img {
	max-width:100%;
	border:1px solid #eee;
}
.product-details strong {
	font-weight:600;
	color: #48ab57;
}
.product-details .btn-container {
	position: absolute;
	top: 20px;
	right: 32px;
}
.product-details .btn-container .fa {
	margin-right:10px
}
.product-details .enq-btn {
	background: #ff620d;
	color: #fff !important;
	padding: 9px 18px;
	text-transform: uppercase;
	border-bottom: 5px solid #cf510d;
}
.product-details .down-btn {
	background: #fff;
	color: #666 !important;
	padding: 9px 18px;
	text-transform: uppercase;
	border:1px solid #666;
	border-bottom: 5px solid #666;
}
.product-details .enq-btn:hover {
	background:#188cc8!important;
	border-color:#0a73a9
}
.product-details .down-btn:hover {
	background:#188cc8!important;
	border-color:#0a73a9;
	color: #fff !important;
}
.product-details h4 {
	color:#f97403;
	margin:15px 0 5px 0!important;
	font-size:15px;
}
.product-details ul {
	padding:5px 0 0 15px!important;
	color:#666;
	list-style:circle;
	line-height:20px
}
.product-details ul LI {
	margin-bottom:5px!important
}
.product-details p {
	color:#666;
	font-size:13px!important;
	text-align:justify;
	line-height:20px
}

.product-slide-bar .owl-buttons div {
     background: #0295e2!important;
}

.inner-abt-sec{
	padding:80px 0 !important;
	position: relative;
}
.inner-abt-sec p{
	font-size:15px !important;
	line-height: 24px;
	text-align: justify;
}

.inner-abt-sec h4{
	color: #0094da;
	font-size:20px !important;
	line-height:27px;
	font-weight: 700;
	margin-bottom:10px !important;
	margin-top:15px !important;
}
.inner-abt-sec ul.mylist li {
    line-height: 25px;
    text-indent: -25px;
	font-size:15px !important;
}
.inner-abt-sec ul.mylist li:before {
    content: "\f138 ";
    font: normal normal normal 14px / 1 FontAwesome;
    margin-right: 10px;
    color: #5e286c;
}

/*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;
}
/*********************************************************************************
login form 
***************/ 
 .log-body {
 padding:50px 0 50px;
 background:url(../design_img/login-back.jpg) no-repeat left center ;
 background-size:cover;
}
.log-model {
 width:95%;
 max-width: 400px;
 background:#fff;
 -webkit-box-shadow:0px 0px 80px rgba(0, 0, 0, 0.2);
 -moz-box-shadow:0px 0px 80px rgba(0, 0, 0, 0.2);
 box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.2);
 border-radius:10px;
 padding:20px 40px 40px;
 display:table;
 margin:auto;
}
.log-model h2 {
 font-size: 20px;
 color:#521763;
 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 .btn-sub:hover {
	padding: 7px !important;
}
.log-model .link-forgot {
 text-align: right;
 display: block;
 color: #eb5757 !important;
 font-size: 12px;
 margin-top: -6px;
 margin-bottom: 10px;
}
.log-model .alert{ margin-bottom:0; margin-top: 20px}
/*********************************************************************************
Join form 
***************/ 
 .join-body {
 padding:50px 0 50px;
 background:url(../design_img/login-back.jpg) no-repeat center left;
 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: #666 !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: rgb(175 175 175 / 33%);
 text-align: center;
 margin: 0 auto 10px;
 color: #666;
 border-radius: 100%;
 font-size: 20px;
 font-weight:400;
 padding-top: 5px;
}
.join-nav li a.active {
 cursor:pointer;
 color:#0094da!important;
 font-weight: 700;
}
.join-nav li a.active span {
 background: #0094da;
 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: #521763;
 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: #0094da;
 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;
}
/**/

.contact-bar {
}
.contact-bar .inner-box {
	position:relative;
	text-align:center;
}
.contact-bar .contact-info {
	position:relative;
	margin-bottom:15px;
	clear: both;
	display: table;
	width: 100%;
}
.contact-bar .inner-box .icon-box {
	position: relative;
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 18px;
	padding-top: 17px;
	margin: 0 15px 15px 0;
	background-color: #7db449;
	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;
	float: left;
}
.contact-bar .inner-box .text {
	position:relative;
	color:#555555;
	font-size:14px;
	padding-top:10px;
	text-align:left;
	float:left;
	width: 75%;
}
.contact-bar .inner-box .text h4 {
	font-weight: 600;
	font-size: 15px;
	color: #000;
	margin-bottom:2px!important
}
.contact-bar .inner-box .text a {
	color:#555;
}
.contact-bar .cont-form {
	border:1px solid #eee;
	border-top:3px solid #eb6e23;
	padding:15px;
	margin-bottom:20px;
}
.contact-bar .cont-form .main-head {
	font-size:18px;
	text-align:left;
	font-weight: 600;
	color: #333;
}
.contact-bar .form-group {
	position: relative;
	margin-bottom:2px!important;
}
.contact-bar .input-group-addon {
	border-top-left-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
	background: #f2f2f2;
	border:1px solid #ddd!important;
	border-right:0!important;
	color:#666;
	width: 38px !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:13px;
	padding:8px 10px;
	height:auto;
	background:#fff;
	border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
	border:1px solid #ddd!important;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.contact-bar textarea {
	height:150px;
	resize:none;
	padding-left: 10px !important;
}
.btn-sub {
	display: inline-block;
	color: #fff !important;
	text-align: center;
	border-radius: 0px !important;
	width:100%;
	padding: 10px 10px !important;
	font-size: 14px !important;
	font-weight:600;
	background: #0094da;
	text-transform: uppercase;
}
.btn-sub:hover {
	padding: 10px 10px !important;
}
/*********************************************************************************
default form styles start
***************/
.form-group {
	margin-bottom: 0px!important;
}
 .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%;
}

.under-cons {
    position: relative;
    text-align: center;
}
.under-cons img{
	max-width:100%;
}

/*********************************************************************************
footer styles
***************/
footer .footer-bar{
	padding:80px 0 60px;
	position:relative;
	background: linear-gradient(90deg, #461c51 40%, #005e87 90%);
}
footer .footer-abt .logo{
	display:block;
	margin-top:-20px;
	width:200px;
	margin-bottom:30px !important;
}
footer .footer-abt .logo img{
	max-width:100%;
}
footer .footer-abt{
	font-size:14px !important;
	line-height:24px !important;
	color:#FFF;
	font-weight:400;
	text-align:justify;
}
footer .footer-abt .social-sec {
    padding: 10px 0;
	
}
footer .footer-abt .social-sec h4 {
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: #888;
}
footer .f-map{
	width:100%;
	height:270px;
}
footer .social-nav ul {
    list-style: none;
    padding: 0px!important;
    display: table;
    margin: 0px!important;
    font-size: 14px;
    font-weight: 300;
	position:relative;
	float:left;
	margin-top:20px !important;
}
footer .social-nav li {
    float: left;
    line-height: 30px;
	font-size:22px;
	font-weight:600;
	color:#FFF;
	margin-top:2px;
}
footer .social-nav li a {
    border: 0!important;
    padding: 0!important;
	padding-left:15px !important;
}
footer .social-nav li a .fa {
    color: #FFF !important;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: right;
    border-radius: 100%;
    vertical-align: middle;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    font-size: 16px !important;
}
footer .social-nav li a:hover .fa {
    color:#fdbf00  !important;
}
footer .important-link-sec.serv-left{
	padding-left:30px !important;
}
footer .important-link-sec h3 {
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px!important;
    text-transform:capitalize;
    position: relative;
}
footer .important-link-sec h3:after{
	position:absolute;
	content:"";
	left:0;
	top:30px;
	height:1px;
	width:36px;
	background:#fdbf00;
}
footer .important-link-sec h4 {
    text-align: left;
    color: #ff5e14;
    font-size: 15px;
	letter-spacing:1.2px;
    font-weight: 600;
    margin-bottom: 0px!important;
    text-transform: uppercase;
    position: relative; 
}
footer .nav-menu ul {
    list-style: none;
}
footer .nav-menu ul a {
    color: #FFF !important;
    text-transform:capitalize;
	font-weight:600;
    line-height: 30px !important;
}
footer .nav-menu ul li:before{
	content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px !important;
    color: #fdbf00;
    font-size: 14px;
    font-weight: 700;
}
footer .nav-menu ul li:hover a {
	color:#fdbf00 !important;
}
footer .site-nav ul {
    list-style: none;
    margin-top: 6px!important;
    margin-bottom: 20px!important;
}
footer .site-nav ul li {
    color: #FFF !important;
    margin-bottom: 30px !important;
}

footer .site-nav ul li .icon-outer {
    height: 30px;
    width: 30px;
    background: #FFF;
    border-radius: 5px;
	text-align:center;  
} 

footer .site-nav ul li .icon-outer i {
    margin-right: 8px;
    color: #0194dd !important; 
    padding: 6px!important;  
    height: 30px;
    width: 30px;
}
footer .add-text {
    display: inline-block;
    width: calc(100% - 45px);
    margin-left: 10px !important;
    font-size: 13px !important;
    line-height: 22px !important;
    color: #777;
	font-weight:600;
}

footer .site-nav ul li i {
    margin-right: 8px;
    color: #eed518 !important;
}
footer .site-nav ul a {
    font-size: 14px;
	line-height:24px;
    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 .footer-bar-bottom
{
	background:#17546a !important;
}
footer .footer-bar-bottom .copy{
	color: #FFF !important;
	font-size:13px !important;
	line-height:22px !important;
	margin-bottom:0 !important;
	text-align:center !important;
}
footer .footer-bar-bottom .copy .company{
	color:#fdbf00 !important;
}
footer .footer-bar-com{
	padding:10px 0;
	
}


footer .footer-cont{
	position:relative;
}
/* footer site nav*/
footer .site-nav ul {
 list-style:none;
}
footer .site-nav ul li {
	color: #FFF !important;
    margin-bottom: 5px !important;
}
footer .site-nav ul li .icon-outer {
    height: 30px;
    width: 30px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: -2px;
	font-size:16px !important;
	line-height:24px;
	color:#ce9b0d !important;
	margin-bottom:15px !important;
}

footer .add-text {
    display: inline-block;
    width: calc(100% - 45px);
    margin-left: 10px !important;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #FFF;
	font-weight:400;
}
footer .add-text a{
	color:#FFF !important;
}
footer .add-text:hover a{
	color:#ce9b0d !important;
}
footer .ftr-map{
	width:100%;
	height:300px;
}


/* top and down button*/

/* top and down button*/
#goTop, #goDown {
	width:40px;
	height:40px;
	position: fixed;
	bottom: 60px;
	right: 30px;
	z-index: 99;
	text-align: center;
	color: #fdbf00;
	border-radius: 50%;
	font-size: 25px;
	line-height:40px !important;
	display: none;
}
#goDown {
	display:block;
}
#goDown .fa {
	color: #fdbf00;
}
#goTop .fa, #goDown .fa {
	color: #fdbf00;
	line-height:40px;
}
#goTop:before, #goDown:before {
	content: '';
	position: absolute;
	border: 2px solid #fdbf00;
	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;
}
}
