/*********************************************************************************
common styles
***************/
body {
	background:#fff!important;
	color:#333!important;
	font-family: 'Archivo', sans-serif !important;
	font-size:13px!important;
}
h1, h2, h3, h4, h5, p, ul, li {
	margin:0px!important;
	padding:0px!important;
}
a {
	color:#333!important;
	cursor:pointer;
	text-decoration:none!important;
}
a:active {
	box-shadow:none!important;
}
p {
	line-height:22px;
	margin-bottom:10px!important;
	font-size: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:#ef642d
}
.btn {
	padding:6px 20px !important;
	border-radius:0!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.btn-sub, .btn-cancel {
	background: #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 {
	width: 100%;
	z-index: 99;
	top: 0px;
	position: relative;
	width: 100%;
}

header.header-fixed {
	position: fixed !important;
	-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.header-fixed .top-bar {
	display: none
}

header.header-fixed .logo {
	padding: 8px 0;
}

header.header-fixed .logo img {
	max-width: 200px;
}

header .top-bar {
	position: relative;
	background: linear-gradient(90deg, #d0426d 0%, #fa814a 80%);
	border-bottom: 1px solid rgba(255,255,255,.3);
	z-index: 99;
}

/*cont nav*/
header .cont-nav {
	float: left;
	margin: 8px 0px 5px;
	position: relative;
	z-index: 1;
}

header .cont-nav ul {
	list-style: none;
}

header .cont-nav ul li {
	float: left;
}

header .cont-nav ul a {
	display: block;
	padding: 0px 10px 0 10px;
	font-size: 13px;
	color: #fff !important;
	border-left: 1px solid #ffffff54;
	-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: 8px;
	width: 20px;
}
header .cont-nav ul a img.mail {
	height:24px;
}

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 {}

/* Start User Nav */
header .user-nav {
	float: right;
	margin: 18px 0;
}

header .user-nav ul {
	list-style: none;
}

header .user-nav ul li {
	float: left;
	position: relative;
	/* padding:0 15px !important; */

}

/*
header .user-nav ul li:first-child a {
	border-right: 1px solid rgba(255,255,255,.3);
}
*/

header .user-nav ul li a {
	display: block;
	padding: 8px 15px 8px !important;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #FFF !important;
	/* border-right:1px solid #ffd311; */
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	position: relative;
	z-index: 1;
	width:135px;
	border-radius:6px;
	text-align:center;
	background:#a54b96;
}
header .user-nav ul li a:hover{
	background:#57a6d5;
}
header .site-nav {
	float: right;
}

header .user-nav ul a img {
	margin-right: 8px;
	max-width: 13px;
	vertical-align: -1px
}


header .user-nav ul a.join .fa {
	color: #fff;
}

header .logo-bar {
	padding: 5px 0 5px;
	background: transparent;
	position: relative;
	z-index: 99;
	border-top:5px solid #24284b;
}

header.header-fixed .logo-bar {
	background: #171f2c !important;
}
header .nav-bar {
	background: transparent;
    position: relative;
    top: 5px;
    border-radius: 8px;
    padding: 10px 0 !important;
    z-index: 99;
    overflow: hidden;
}
header .logo {
	display: block;
	width: 105px;
	padding: 0px 0px 0px;
	/* margin: 0px auto 0; */
}
header .logo img {
	max-width: 90%;
}

header .social-nav{
	padding:5px 0 !important;
	position: relative;
	overflow: hidden;
	float:right;
}
header .social-nav ul {
	list-style: none;
}

header .social-nav li {
	float: left;
	padding-right: 10px !important;
}

header .social-nav li a .fa {
	color: #fff !important;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px !important;
	text-align: center;
	border: 0px;
	border-radius: 100%;
	vertical-align: middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

header .social-nav li a .fa-facebook {
	background: #3b5a9a;
}

header .social-nav li a .fa-twitter {
	background: #28a8e0;
}

header .social-nav li a .fa-instagram {
	background: #9c389b;
}

header .social-nav li a .fa-youtube {
	background: #d81a1a;
}


/*********************************************************************************
section styles
***************/
section.slider {
	position: relative;
}
/**/
section.contents {
}
section.contents .content-bar {
	padding:40px 0;
	overflow:hidden;
}
/* page banner*/
.banner-bar {
	background:#0072b8 url(../design_img/banner-back.jpg) no-repeat center top;
	background-size:cover;
	padding:160px 0 100px;
}
.banner-bar .banner-content {
}
.banner-bar .banner-content h1 {
	font-weight:700;
	color:#fff;
	font-size:36px;
	line-height: 45px;
	font-weight: 700;
	text-align:right;
	text-transform:uppercase;
	position:relative;
}

/*location*/ 
.location {
	list-style:none;
	position: relative;
}
.location li {
	color:#999!important;
	text-transform:capitalize;
	float:left;
	width:auto;
	margin:  0px 10px 0px 0!important;
}
.location li:last-child {
	margin-right:0px!important;
}
.location li a:after {
	content: '\f105 ';
	font-family: 'FontAwesome';
	font-size: 13px;
	margin-left:10px;
	color:#999
}
.location li:last-child a:after {
	content: '';
	margin-left:0px;
}
.location li a {
	color:#999!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:#fbcf48 !important;
}
.location li a.active {
	color:#fbcf48 !important;
}
/*bankers*/
.banker-col {
	min-height: 20px;
	padding: 15px ;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.banker-col img {
	margin-bottom: 20px;
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border-radius: 4px;
 -webkit-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
.banker-col p {
	color: #333;
	font-size:14px!important;
	margin-bottom:0!important
}
/*legals*/
.legal {
	height: auto;
	padding:10px 0px 0px 0px!important;
}
 
.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: uppercase;
	color: #666;
	padding-bottom: 6px;
	text-align: center !important;
}
/* 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;
}
/* contact bar */
.contact-bar {
	 
}  
.contact-bar .cont-nav {
	background:#f5dd96;
	padding:40px;
	overflow:hidden;
}
.contact-bar .cont-nav h3 {
	color:#333; text-transform:uppercase; font-weight:600;
	margin: 0 0 40px 0!important; text-align:left
}
.contact-bar .cont-nav ul {
	list-style:none;
	margin-bottom:20px!important;
}
.contact-bar .cont-nav ul li {
	line-height: 24px;
	margin-bottom: 20px !important;
	overflow:hidden;
}
.contact-bar .cont-nav ul a {
	display:block;
	color:#333 !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	font-size: 14px;
}
.contact-bar .cont-nav ul a i {
	margin-right:25px;
	float:left;
	margin-top: 4px;
	font-size: 20px;
	width:20px;  
}
.contact-bar .cont-nav ul a span {
	float:left;
	display:block;
	width:calc(100% - 50px );
}
/**/
.contact-bar .main-head{
	 text-align:center;	margin: 30px 0 !important;
}  
.contact-bar .iframe-form{ width:100%; height:400px;}
.contact-bar .form-group {
	position: relative;
	margin-bottom:7px!important;
}
.contact-bar .input-group-addon {
border-radius: 3px !important;
	background: #eee; 
	border:0;	color:#999;
	width: 42px !important;
	border-top-right-radius:0 !important;
		border-bottom-right-radius:0 !important
}
.contact-bar .input-group {
	width: 100%;
}
.contact-bar input[type="text"], .contact-bar input[type="email"], .contact-bar input[type="password"], .contact-bar select, .contact-bar textarea {
	display:block;
	width:100%;
	color:#333333;
	font-size:14px;
	padding:15px 10px;
	height:auto;
	background:#f6f6f6!important;border-radius: 3px !important;
	border-top-left-radius:0 !important;
		border-bottom-left-radius:0 !important;
	border:0px solid #ececec!important; 
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.contact-bar textarea {
	height:160px;
	resize:none;
	padding-left: 10px !important;
}
.contact-bar .button {
	font-size:16px;
	margin-top:10px;
	
	margin:auto;
	display:table;
}
/*rankers*/
.rankers .achievers {
	background:#fff;
	border:1px solid #eee;
	border-bottom-color:#eee;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	margin-bottom:10px!important;
	margin-top:10px!important;
	width:100%;
	border-radius:0;
	overflow:hidden;
	margin: auto;
}
.rankers .achievers-container {
	width:100%;
	height:auto;
	position:relative;
	border-bottom:1px solid #eee;
}
.rankers .achievers-pic-container {
	width:100%;
	height:260px;
	margin-bottom:0px;
	position:relative;
}
.rankers .achievers-pic-container img {
	max-width:100%;
	max-height:100%;
	border-radius:0;
	position:absolute;
	top:50%;
	margin-bottom:-50%;
	left:50%;
	margin-right:-50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}
.rankers .achievers-back {
	position:absolute;
	bottom:0%;
	left:0;
	top:0%;
	right:0;
	background:#000;
	z-index:2;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	opacity:0;
	height:100%;
}
.rankers .achievers-btn {
	width:100%;
	height:auto;
	position:absolute;
	z-index:3;
	top: 130%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.rankers .achievers-btn p {
	font-size:14px !important;
	color:#fff!important;
	text-align:center;
	line-height:24px;
}
.rankers h2 {
	font-size: 13px !important;
	color: #555;
	font-weight: 300;
	text-transform: capitalize;
	background: none;
	margin-bottom: 15px !important;
	border: 0;
	text-align: center;
	margin-top: 15px !important;
}
.rankers .rank {
	background: #c61c00;
	color: #fff;
	position: absolute;
	z-index: 1;
	top: -3px;
	padding: 2px 2px;
	font-size: 12px;
	border-radius: 0;
	left: -3px;
	font-weight: bold;
	width: 58px;
	text-align: center;
}
.rankers .achievers-container:hover .achievers-back {
	opacity: 0.8;
}
.rankers .achievers-container:hover .achievers-btn {
	top:50%;
}

/*.body-bg{
	background: #063d49 !important;
} */

/* Index Page Css Start */
.idx-vsn-msn {
    padding: 60px 0;
    position: relative;
    /* background: #288ff9 url(../design_img/back-image.jpg) no-repeat center center; */
    background-size: 100%;
}
.idx-vsn-msn .vsn-blk{
	padding:20px 30px;
	position: relative;
	/*background:#d19d1b;*/
	min-height:235px;
	 box-shadow: 0px 4px 25px -2px rgba(0, 0, 0, 0.12); 
	border-radius:8px;

}
.idx-vsn-msn .vsn-blk .vsn-icon {
    display: inline-block;
    background: #fa814a;
    transition: all 0.3s ease-in-out;
    vertical-align: top;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    padding: 5px;
}
.idx-vsn-msn .vsn-blk .vsn-icon img{
	max-width:100%;
	padding:10px;
}
.idx-vsn-msn .vsn-blk  .vsn-heading{
	display: inline-block;
    margin-left: 15px !important;
    margin-top: 18px;
}
.idx-vsn-msn .vsn-blk .vsn-heading h4{
	font-size: 22px !important;
    line-height: 30px !important;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: none;
    color:black;
    margin-bottom: 0px !important;
    font-family: 'Inter', sans-serif;
}
.idx-vsn-msn .vsn-blk  .vsn-text{
	margin-top:15px;
	display: block;
}
.idx-vsn-msn .vsn-blk  .vsn-text p{
	font-size:15px !important;
	line-height: 25px;
	color:black;
	text-align: justify;
}
/*.idx-abt-sec{
	padding:80px 0;
	position: relative;
	background: #f2f2f2;
	background-image: url('../design_img/in-equity-2-bg.png');
	background-position: 50% 50%;
    background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: -50px !important;
} */
.idx-abt-sec {
    padding: 80px 0 50px;
    position: relative;
    
}
.idx-abt-sec  .idx-abt-sec-right{
	position:relative;
}
.idx-abt-sec  .idx-abt-sec-right img{
	max-width: 85%;
    text-align: center;
    margin: 20px auto 0;
    display: table;
}
/*.trans-blk{
	background: linear-gradient(90deg, #d0426d 0%, #fa814a 80%);
	padding:30px 40px;
	margin-bottom:40px;
	position: relative;
	overflow: hidden;
}*/
.trans-blk .trans-left{
	position: relative;
}

.trans-blk .trans-left .h-icon.comm{
	padding-top:80px;
}

.trans-blk .trans-left .h-icon.comm img{
	float:left;
}

.trans-blk .trans-left .h-icon.forex{
	padding-top:80px;
}

.trans-blk .trans-left .h-icon.forex img{
	float:left;
	max-width: 100%;;
}

.trans-blk .trans-left img{
	max-width:80%;
	float:right
}
.trans-blk .trans-right{
	position: relative;
}
.trans-blk .trans-right h4{
	font-size:60px !important;
	line-height:75px;
	font-weight: 700;
	-webkit-text-fill-color: transparent;
    background: transparent linear-gradient(270deg, #00a7ff, #842bd0 35%, #ff007e 70%, #ff474b 80%, #ff8023 90%, #ffa30a 96%, #ffb000) 0 0 no-repeat padding-box;
    background-clip: text;
    -webkit-background-clip: text;
	margin-bottom:15px !important;
}
.trans-blk .trans-right p{
	font-size:15px !important;
	line-height:25px;
	text-align: justify;
	color:#fff;
}

.main-head{
	font-size:40px !important;
	line-height: 55px;
	/*-webkit-text-fill-color: transparent;
    background: transparent linear-gradient(270deg, #00a7ff, #842bd0 35%, #ff007e 70%, #ff474b 80%, #ff8023 90%, #ffa30a 96%, #ffb000) 0 0 no-repeat padding-box;
    background-clip: text;
    -webkit-background-clip: text;
    margin-bottom: 15px !important; */
	color:#fff;
	font-weight: 700;
	margin-bottom:20px !important;
}
.heading{
	color:black
}
.main-head span{
	padding:5px 10px !important;
	background:hsl(25, 100%, 78%);
	font-size:14px !important;
	line-height: 24px;
	color:#333;
	border-radius:5px;
}
.idx-abt-sec .blk-heading{
	text-align: center;
	display: table;
	margin:0 auto !important;
}
.idx-abt-sec p{
	font-size:16px !important;
	line-height: 27px;
	font-weight: 400;
	color:#707070;
}
.idx-abt-sec .abt-bottom{
	padding-top:0px;
	position: relative;
	text-align: center;
}
.idx-abt-sec .abt-bottom img{
	max-width:100%;
}
.idx-adv-sec {
    padding: 60px 0 40px;
    position: relative;
    border-top: 1px solid #fffbfb64;
}

.idx-adv-sec .adv-blk-heading{
	display: block;
	text-align: center;
}
.idx-adv-sec .adv-blk{
	display:block;
	padding:10px 5px;
	position: relative;
	margin-bottom:30px;
}
.idx-adv-sec .adv-blk .adv-blk-left{
	width:100px;
	display:inline-block;
	vertical-align: top;
} 
.idx-adv-sec .adv-blk .adv-blk-left img{
	height:82px;
}
.idx-adv-sec .adv-blk .adv-blk-right{
	width:calc(100% - 105px);
	display:inline-block;
}
.idx-adv-sec .adv-blk .adv-blk-right h4{
	font-size:18px !important;
	line-height: 27px;
	color:#ffb98f;
	font-weight: 600;
	margin-bottom:5px !important;
}
.idx-adv-sec .adv-blk .adv-blk-right p{
	font-size:16px !important;
	line-height: 24px;
	color:#fff;
	font-weight: 400;
}
.clear-fix{
	clear:both;
}

.web-fea1{
	padding:80px 0 0;
	position: relative;
	background:#063d49;
	/*background-image: linear-gradient(to right top, #a94a89, #ba4e87, #c95484, #d75a80, #e4627c, #e5627a, #e76377, #e86375, #e05b74, #d75474, #ce4c73, #c54572); */
}


.web-fea1.first{
	padding-top:0 !important;
}
.web-fea2{
	background:#063d49;
	/*background-image: linear-gradient(to right top, #175965, #30605a, #4b6553, #636953, #766c5b, #856e62, #91716f, #977681, #977d9a, #8389b3, #5b98c3, #1ea6bf); */
}
.web-fea2.last{
	padding:80px 0 80px;
}
.home-abt-bg {
    background-image: url(../design_img/market-bg.png);
    width: 375px;
    height: 500px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 99;
    background-size: 375px 500px;
    background-repeat: no-repeat;
}
.trans-text {
	color:black !important;
}
.web-feal-blk{
	background-color: white ;
}

/* Index Page Css Start */
.idx-vsn-msn {
    padding: 60px 0 40px;
    position: relative;
    background: #243237 url(../design_img/back-01.jpg) no-repeat center center;
    background-size: 100%;
}
.idx-vsn-msn.abt-us-page{
	background:#fff;
}
.idx-vsn-msn .vsn-blk{
	padding:20px 30px 10px;
	position: relative;
	/*background:#d19d1b;*/
	min-height:250px;
	 box-shadow: 0px 4px 25px -2px rgba(0, 0, 0, 0.12); 
	border-radius:8px;

}
.idx-vsn-msn .vsn-blk .vsn-icon {
    display: inline-block;
    background: #A84F97;
	background: linear-gradient(90deg,rgba(168, 79, 151, 1) 0%, rgba(132, 77, 176, 1) 50%, rgba(70, 78, 166, 1) 100%);	
    transition: all 0.3s ease-in-out;
    vertical-align: top;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    padding: 5px;
}
.idx-vsn-msn .vsn-blk .vsn-icon img{
	max-width:100%;
	padding:10px;
}
.idx-vsn-msn .vsn-blk  .vsn-heading{
	display: inline-block;
    margin-left: 15px !important;
    margin-top: 18px;
}
.idx-vsn-msn .vsn-blk .vsn-heading h4{
	font-size: 22px !important;
    line-height: 30px !important;
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: none;
    color: #FFF;
    margin-bottom: 0px !important;
    font-family: 'Inter', sans-serif;
}
.idx-vsn-msn.abt-us-page .vsn-blk .vsn-heading h4{
	font-size:25px !important;
    line-height:35px;
    color: #333;
    font-weight: 700;
    margin-bottom: 10px !important;
    text-align: left;
}
.idx-vsn-msn .vsn-blk  .vsn-text{
	margin-top:15px;
	display: block;
}
.idx-vsn-msn .vsn-blk  .vsn-text p{
	font-size:15px !important;
	line-height: 25px;
	color:#FFF;
	text-align: justify;
}
.idx-vsn-msn.abt-us-page  .vsn-blk .vsn-text p {
    font-size: 15px !important;
    line-height: 25px;
   color: #707070;
    text-align: justify;
}
.idx-abt-sec{
	padding:80px 0;
	position: relative;
	background: #f2f2f2;
	background-image: url('../design_img/in-equity-2-bg.png');
	background-position: 50% 50%;
    background-repeat: no-repeat;
	background-size: contain;
}
.main-head{
	font-size:32px !important;
	line-height: 45px;
	color:#333;
	font-weight: 700;
	margin-bottom:20px !important;
	text-align:left;
}
.main-head span{
	padding:5px 10px !important;
	background:#4c2f76;
	font-size:14px !important;
	line-height: 24px;
	color:#fff;
	border-radius:5px;
}

.idx-abt-sec .blk-heading{
	text-align: center;
	display: table;
	margin:0 auto !important;
}
.idx-abt-sec p{
	font-size:16px !important;
	line-height: 27px;
	font-weight: 400;
	color:#707070;
	text-align:left;
}
.idx-abt-sec .abt-bottom{
	padding-top:0px;
	position: relative;
	text-align: center;
}
.idx-abt-sec .abt-bottom img{
	max-width:100%;
}

.idx-adv-sec{
	padding:60px 0 40px;
	position: relative;
	border-top:1px solid #00000024;
}

.idx-adv-sec .adv-blk-heading{
	display: block;
	text-align: center;
}
.idx-adv-sec .adv-blk{
	display:block;
	padding:10px 5px;
	position: relative;
	margin-bottom:30px;
}
.idx-adv-sec .main-head{
	text-align:center;
}
.idx-adv-sec .adv-blk .adv-blk-left{
	width:100px;
	display:inline-block;
	vertical-align: top;
} 
.idx-adv-sec .adv-blk .adv-blk-left img{
	height:82px;
}
.idx-adv-sec .adv-blk .adv-blk-right{
	width:calc(100% - 105px);
	display:inline-block;
}
.idx-adv-sec .adv-blk .adv-blk-right h4{
	font-size: 30px !important;
    line-height: 40px;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    background: transparent linear-gradient(270deg, #00a7ff, #842bd0 35%, #4448bb 70%, #f120e9 80%, #ff8023 90%, #4c2f76 96%, #7e61a9) 0 0 no-repeat padding-box;
    background-clip: text;
    -webkit-background-clip: text;
    margin-bottom: 15px !important;
}
.idx-adv-sec .adv-blk .adv-blk-right p{
	font-size:16px !important;
	line-height: 24px;
	color:#707070;
	font-weight: 400;
}






/*********************************************************************************
my table start
***************/
section.contents .mytable {
}
section.contents .mytable caption {
	color:#333333;
	text-align:center;
	margin-bottom:5px;
	padding:0px;
	font-weight:600;
}
section.contents .mytable th {
	background:#3b8334;
	color:#fff;
	font-weight:600;
	vertical-align:middle!important;
	text-align:center;
	font-size:14px;
	text-transform:capitalize;
	height:40px;
}
section.contents .mytable td {
	vertical-align:middle!important
}
section.contents .mytable tr {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
section.contents .mytable tbody > tr > td {
	text-align:center;
	font-size:14px;
}
 
section.contents .mytable tr:nth-child(odd) {
background:#e9faf9;
}
section.contents .mytable tr:hover {
	background:#eee
}
/* Contact Us Page css */
/* INNER_CONTACT_PAGE */
.inner-contact-sec {
	padding: 80px 0;
	position: relative;
}

.inner-contact-sec .contact-info {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

.inner-contact-sec .contact-info .contact-icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: linear-gradient(90deg, rgba(168, 79, 151, 1) 0%, rgba(132, 77, 176, 1) 50%, rgba(70, 78, 166, 1) 100%);
	vertical-align: top;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.inner-contact-sec .contact-info .contact-icon img {
	max-width: 100%;
	padding: 15px;
}


.inner-contact-sec .contact-info .contact-text {
	width: calc(100% - 85px);
	vertical-align: top;
	display: inline-block;
	padding-left: 20px;
}

.inner-contact-sec .contact-info .contact-text h4 {
	font-size: 20px !important;
	line-height: 27px;
	color: #232323 !important;
	font-weight: 600;
	margin-bottom: 5px !important;
	font-family: 'Kanit', sans-serif;
}

.inner-contact-sec .contact-info .contact-text p {
	font-size: 16px !important;
	line-height: 25px;
	/* color: #; */
	font-weight: 400;
	text-align: left;
	margin-bottom: 0 !important;
}

.inner-contact-sec .contact-info .contact-text p span {
	font-weight: 600;
}

.inner-contact-sec .social-blk h4 {
	font-size: 22px !important;
	line-height: 28px;
	font-weight: 700;
	color: #1f1f1f;
	margin-bottom: 15px !important;
}

.inner-contact-sec .contact-left {
	padding-left: 30px;
}
.idx-apy{
	position: relative;
}
.idx-apy img{
	max-width: 100%;
}

*********************************************************************************
default form styles start
***************/
.inner-contact-sec .cont-form-outer label {
	font-weight: 700;
	font-size: 13px;
	color: #666;

}

.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: #f99c54;
	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: #f99c54;
	position: absolute;
	top: -13px;
	left: 20px;
}

.form-group .form-control {
	border-radius: 0 !important;
	box-shadow: none;
	background: none;
	padding: 8px 12px;
	height: auto;
	color: #121212;
}

.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: #145383;
	color: #121212;
}

.form-group textarea.form-control {
	resize: none;
}

.inner-contact-sec .idx-btn {
	width: 100%;
	text-align: center;
	border: 0px !important;
	padding: 12px 15px !important;
	background: linear-gradient(90deg, rgba(168, 79, 151, 1) 0%, rgba(132, 77, 176, 1) 50%, rgba(70, 78, 166, 1) 100%);
	border-radius: 0 !important;
	color: #FFF !important;
	font-size: 14px !important;
	line-height: 24px;
	font-weight: 600;
}

.inner-contact-sec .idx-btn:hover {
	background: linear-gradient(90deg, #45403f 0%, #514946 50%) !important;
}




/*********************************************************************************
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;
}
/*********************************************************************************
default form styles start
***************/
.form-group {
	position: relative;
	margin-bottom: 18px !important;
}
.form-group label {
	font-weight:normal;
}
.form-group .label-err {
	width: auto;
	font-size: 11px;
	color: #f17e21;
	padding: 0px;
	position: absolute;
	left: 0;
}
.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:#ffa34a;
	color:#ffa34a
}
.form-group textarea.form-control {
	resize:none;
}
.inner-contact-sec .form-group .form-control {
	padding: 12px 12px !important;
	background: #f2f3f4;
	font-size: 14px;
	line-height: 24px;
	color: #454545;
	font-weight: 400;
}

.inner-contact-sec .form-group .form-control:focus {
	box-shadow: none;
	border-color: #117bb8 !important;
	color: #454545;
}
.inner-contact-sec .main-head {
    color: #000;
}

/*********************************************************************************
footer styles
***************/
footer {
	/* background: linear-gradient(90deg, #0c0c0c 0%, #121212 80%); */
	/*background:#121212;
	background-image: url('../design_img/footer-bg.jpg');
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain; */
	position: relative; 
	background:#121212 url("../design_img/footer-bg.jpg") no-repeat center center;
	background-size:cover;
	/*background:#063d49; */
}

/**/
footer .logo {
	width: 200px;
	display: block;
	margin-top: -25px;
	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 #e7b842;
	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:110px 0 0px 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;
}

footer .social-nav li {
	margin-bottom: 20px !important;
    display: block;
     padding: 5px 10px 5px 0px !important;
}

footer .social-nav li a {
	border: 0 !important;
	padding: 0 !important;
	padding:8px 10px !important;
	margin-bottom: 10px !important;
	border-radius:6px !important;
	color:#FFF !important;
}
footer .social-nav li a i{
	margin-right:8px !important;
}
footer .social-nav li a.facebook{
	background:#3b5a9a;
}
footer .social-nav li a.twitter{
	background:#28a8e0;
}
footer .social-nav li a.instagram{
	background:#d752c1;
}
footer .social-nav li a.youtube{
	background:#d81a1a;
}


footer .app-outer {
	display: block;
	width: 100%;
}

footer .down-app1 {
	display: inline-block;
	width: 110px;
	margin-bottom: 0px;
	margin-right: 10px;
	vertical-align: top;
}

footer .down-app2 {
	display: inline-block;
	width: 110px;
	margin-bottom: 0px;
	margin-right: 10px;
	vertical-align: top;
}

footer p.other-info {
	margin-bottom: 4px !important;
}

footer .down-app1 img {
	max-width: 100%;
}

footer .down-app2 img {
	max-width: 100%;
}

footer .sm-gape {
	margin-top: 30px !important;
}

/*footer bar bottom*/
footer .footer-bar-bottom {
		padding: 20px 0 10px !important;
	/*	border-top:1px solid #ffffff24; */
}

footer .footer-bar-bottom  .abt-sec{
	/*background:#a74b91; */
	padding:15px 30px;
	border-radius:0px;
	position: relative;
	margin-bottom:10px;
}
footer .footer-bar-bottom  .abt-sec p{
	font-size:14px !important;
	line-height: 24px;
	color:#FFF !important;
	font-weight: 400;
	text-align: center;
	margin-bottom:0 !important;

}

footer .footer-bar-bottom .copy {
	margin-bottom: 0px !important;
	text-align: center;
	color: #fff;
}

footer .footer-bar-bottom .co-name {
	margin-right: 5px;
	color: #efd082;
	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 .footer-logo-outer{
	text-align: center;
}
/*
footer .footer-blk {
	border-top: 1px solid #fffbef;
} */
footer .footer-logo-outer .logo {
    width: 180px;
    display: block;
    padding: 1px 10px;
    margin: -55px auto 15px !important;
   /* background: #0f0f0d; */
}

footer .site-nav a{
	font-size:14px !important;
	line-height:24px;
	color:#fff !important;
	font-weight:400;
}
footer .site-nav a i{
	color:#e662b4;
	margin-right:10px !important;
}

footer .site-nav ul {
    list-style: none;
    margin: 15px  auto 0px !important;
    display: table;
    width: 100%;
    padding: 0px 20px !important;
    text-align: center;
}
footer .site-nav ul li {
    /* float: left; */
    margin: 10px 20px 10px 0px !important;
    padding: 0 20px !important;
    display: inline-flex;
}
footer .site-nav ul a {
    display: block;
    color: #FFF !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

/**/
/* top and down button*/
#goTop,
#goDown {
	border-radius: 100%;
	width: 40px;
	height: 40px;
	padding-top: 5px;
	text-align: center;
	position: fixed;
	bottom: 30px;
	right: 45px;
	-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: #e56ad0;
	z-index: 9999;
	font-size: 14px !important;
}

#goTop:hover,
#goDown:hover {
	background: #ddd;
	color: #08437b !important;
}
.fa{
	font: 12px !important;
}


/* features */
.features-det{
	background-color: #f8f8f8;
	padding:30px;
	border-radius: 10px;
	margin-bottom:15px;

}
.h-icon-feat{
	width:80px !important;
	height:80px !important
}