@charset "utf-8";
/* CSS Document */
/* VisualHyip.com */
/*reset css*/

*{margin:0;padding:0;}
h1, h2, h3, h4, h5, h6, p, ul{margin:0; padding:0;}
a{ text-decoration:none !important;}
select{appearance:none !important; -moz-appearance:none !important; -webkit-appearance:none !important; border:none !important;
transition:.3s;}
select:active, select:focus{ border-radius:0 !important; transition:.3s;}
input[type="submit"]{ border:none; outline:none !important;}
body{font-family: 'Nexa';}

wrapper{ width:100%;}

.btn{font-size:16px; text-transform: capitalize; font-weight:bold; text-shadow:none; border:none; display:inline-block; min-width:220px;
height:50px; line-height:50px; padding:0 15px; text-align: center; border-radius:4px; outline:none;}

.btn-default{background:#29c06d; color:#fff; transition:.3s;}

.btn-primary{background:#5d6696; color:#fff; transition:.3s;}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{-webkit-box-shadow: inset 300px 0px 0px 0px rgba(255,255,255,1), 0px 0px 4px 0px rgba(0,0,0,0.2);
-moz-box-shadow: inset 300px 0px 0px 0px rgba(255,255,255,1), 0px 0px 4px 0px rgba(0,0,0,0.2);
box-shadow: inset 300px 0px 0px 0px rgba(255,255,255,1), 0px 0px 4px 0px rgba(0,0,0,0.2); transition:.3s; color:#000;}

input[type="submit"],
input[type="reset"],
input[type="button"]{font-size:16px; text-transform: capitalize; font-weight:bold; text-shadow:none; border:none; display:inline-block; 
min-width:220px; height:50px; line-height:50px; padding:0 15px; text-align: center; border-radius:4px; outline:none; border:none;}

input[type="submit"]{background:#29c06d; color:#fff; transition:.3s;}
input[type="reset"],
input[type="button"]{background:#5d6696; color:#fff; transition:.3s;}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active{-webkit-box-shadow: inset 300px 0px 0px 0px rgba(255,255,255,1), 0px 0px 4px 0px rgba(0,0,0,0.2);
-moz-box-shadow: inset 300px 0px 0px 0px rgba(255,255,255,1), 0px 0px 4px 0px rgba(0,0,0,0.2);
box-shadow: inset 300px 0px 0px 0px rgba(255,255,255,1), 0px 0px 4px 0px rgba(0,0,0,0.2); transition:.3s; color:#000;}

select{-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.22);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.22);
background: url(../images/select_arrow_down.png) no-repeat center right, #f89721;
width:100%; font-size:14px; color:#fff; height:50px; font-family:"open Sans", sans-serif; padding:0 15px; font-weight:400; border-radius:50px;
outline:none;}

select option{-webkit-box-shadow: inset 0px 0px 0px 200px rgba(96,105,152,1);
-moz-box-shadow: inset 0px 0px 0px 200px rgba(96,105,152,1);
box-shadow: inset 0px 0px 0px 200px rgba(96,105,152,1);
padding: 5px 15px; -moz-padding:5px 15px; -webkit-padding:5px 15px; color:#fff !important;}

select option:hover{-webkit-box-shadow: inset 0px 0px 0px 200px rgba(248,151,33,1);
-moz-box-shadow: inset 0px 0px 0px 200px rgba(248,151,33,1);
box-shadow: inset 0px 0px 0px 200px rgba(248,151,33,1);}

.table-responsive{margin:0; padding:0; border:0;}

table{ width:100%;}
table th{ padding: 7px 15px; text-align:left; font-size:16px; color:#fff; text-transform:capitalize; white-space:nowrap; background:#f89721;
font-weight:normal; font-family:'Roboto', sans-serif;}
table th:first-child{ border-radius:20px 0 0 0;}
table th:last-child{ border-radius:0 20px 0 0;}


table tbody td{text-align:left; font-size:14px; color:#000; padding: 15px 15px; white-space:nowrap; font-family:"open Sans", sans-serif;}
table tbody td i {
	display: inline-block !important;
	background: #606998;
	text-align: center !important;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px !important;
	border-radius: 50%;
	color: #fff;
	margin-right: 2px;
}
table tbody .ico_circle i{ display:inline-block; background:#606998; text-align:center; width:30px; height:30px; text-align:center;
line-height:30px; border-radius:50%; color:#fff;}
table tbody td span{ background:#f89721; color:#fff; border-radius:30px; display:inline-block; padding:6px 15px; }

table tbody tr:nth-child(odd){ background:#f3f3f3;}
table tbody tr:nth-child(even){background:#ffffff;}

.green_text{ color:#29573f !important;}
.red_text{color:#e3151b !important;}
.yellow_text{color:#f7ea12 !important;}

input[type="radio"]{ margin:0 5px 0 0; vertical-align:middle;}
input[type="checkbox"]{ margin:0 5px 0 0;}

input[type="text"],
input[type="email"],
input[type="password"]{-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); background:#fff;
width:100%; font-size:14px; color:#000; font-family: "open Sans", sans-serif; height:50px; padding:0 12px; border:none;
font-weight:normal; transition:.3s; border-radius:5px; outline:none;}

input[type="text"]:active,
input[type="email"]:active,
input[type="password"]:active,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus{-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.58);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.58);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.58); transition:1s;}

textarea{-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); background:#fff;
width:100%; font-size:14px; color:#000; font-family: "open Sans", sans-serif; min-height:110px; padding:15px 12px; border:none;
font-weight:normal; transition:.3s; border-radius:15px; resize:none;}

textarea:active,
textarea:focus{-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.58);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.58);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.58); transition:1s;}

/*::-webkit-input-placeholder {
  color: #fff; opacity:1;
}
::-moz-placeholder {
  color: #fff; opacity:1;
}
:-ms-input-placeholder {
  color: #fff; opacity:1;
}
:-moz-placeholder {
  color: #fff; opacity:1;
}*/

/***************************************************indexpage*********************************************************/

/* header */

header{ width:100%; position:relative; z-index:3;}
.header_top{background: rgb(88,97,146);
background: -moz-linear-gradient(top, rgba(88,97,146,1) 0%, rgba(108,116,160,1) 100%);
background: -webkit-linear-gradient(top, rgba(88,97,146,1) 0%,rgba(108,116,160,1) 100%);
background: linear-gradient(to bottom, rgba(88,97,146,1) 0%,rgba(108,116,160,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#586192', endColorstr='#6c74a0',GradientType=0 );
width:100%; padding: 15px 0;}

.header_top_left{ width:100%; display:inline-block;} 
.header_top_left ul{ list-style:none;}
.header_top_left ul li{ display:inline-block; font-family: 'Roboto', sans-serif; font-size:14px; color:#fff; font-weight:bold;
padding-right: 25px; }
.header_top_left ul li i{ font-size:16px; color:#f89721; padding-right:3px; text-shadow: 1px 0px 1px rgba(0, 0, 0, 1);}
.header_top_left ul li span{ color:#f89721; }

.header_top_right{ width:100%; display:inline-block; text-align:right;}
.header_top_right ul{ list-style:none;}
.header_top_right ul li{ display:inline-block; color:#fff; font-weight:bold;}
.header_top_right ul li a{ display:inline-block; font-size:14px; color:#fff; text-transform:capitalize; font-weight:bold; 
font-family:'Roboto', sans-serif; transition:.3s;}
.header_top_right ul li a:hover{ color:#f89721; transition:.3s;}

/* header_menu */

.header_menu{ -webkit-box-shadow: 0px 10px 8px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 10px 8px 0px rgba(0,0,0,0.18);
box-shadow: 0px 10px 8px 0px rgba(0,0,0,0.18);
width:100%; position:relative; z-index:1;}
.header_menu .navbar-inverse{ margin:0; min-height:auto; border:0; background:#fff; padding:0;}
.header_menu .navbar-collapse{ padding:0;}
.header_menu .navbar-right{ margin:0; padding: 20px 0;}
.header_menu .navbar-inverse .navbar-nav > li{ padding: 0 2px;}
.header_menu .navbar-inverse .navbar-nav > li > a{font-size:14px; color:#0b1b74; text-transform: capitalize; transition:.3s; 
vertical-align:middle; padding: 4px 15px; font-weight: bold; font-family:"open Sans", sans-serif;}
.header_menu .navbar-inverse .navbar-nav > li > a:hover{ background:#f89721; transition:.3s; color:#fff; border-radius:60px;}

.header_menu .navbar-inverse .navbar-header{padding: 12px 0;}
.header_menu .navbar-inverse .navbar-header a{ display:inline-block; }
.header_menu .navbar-inverse .navbar-header a img{ display:inline-block;}

/* index banner */

.index_banner{ width:100%; position:relative;}
.index_banner .bs-slider{ max-height: none;}

.index_banner .carousel-inner{ text-align:center;}
.index_banner .carousel-inner .item > img{ width:100%; display:inline-block;}

.index_banner .slide-text{ left:0; right:0; top: auto; bottom:0; margin:auto; padding:0;}

.banner_content{ width:100%; padding-top: 45px;}

.banner_content h2{ width:100%; display:inline-block; font-size:46px; color:#5c6494; font-weight:normal; margin-bottom:20px; 
font-weight:bold; line-height:64px;}
.banner_content h2 span{ color:#f7ea12;}
.banner_content p{ width:100%; font-size:14px; font-family:"open Sans", sans-serif; line-height:30px; color:#4f4f4f; margin-bottom:30px;}

.banner_img_content{ width:100%; display:inline-block; text-align:center;}
.banner_img_content span{ display:inline-block; width:100%; text-align:center; position:relative; z-index:0;}
.banner_img_content span img{ display:inline-block;}
.banner_img_content span b img,
.banner_img_content span small img{ display:inline-block;}
.banner_img_content span b,
.banner_img_content span small{ display:inline-block; position:absolute;}

.banner_img_content span b{ left: -120px; bottom: 50px; z-index:1;}
.banner_img_content span small{ right:0; bottom: 155px; z-index:-1;}

/* section_3 */

.section_3{ width:100%; padding: 50px 0;}

.main_title{ width:100%; margin-bottom:30px;}
.main_title h2{ font-size:30px; text-transform:capitalize; font-weight:bold;}
.main_title p{ font-size:14px; font-family:"open Sans", sans-serif; line-height:24px; padding-top:15px;}

.purple_text{ color:#5c6494;}
.white_text{ color:#ffffff;}

.plan_section{ width:100%;}

.plan_box{-webkit-box-shadow: 0px 0px 30px 6px rgba(218,217,217,0.74);
-moz-box-shadow: 0px 0px 30px 6px rgba(218,217,217,0.74);
box-shadow: 0px 0px 30px 6px rgba(218,217,217,0.74); background:#fff;
width:100%; display:inline-block; text-align:center; padding: 60px 5px 40px; border-radius: 10px; margin: 20px 0;}
.plan_box h4{ font-size:20px; color:#f89721; text-transform:capitalize; font-weight:bold; width:100%; display:inline-block; margin-bottom:35px;}
.plan_box h3{ font-size:36px; color:#5d6595; font-weight:bold;}
.plan_box h3 span{ margin-bottom: 0;}
.plan_box h3 small{ font-size:15px; color:#5d6696; font-weight:bold;}
.plan_box span{ font-size:20px; color:#5d6595; font-weight:bold; display: inline-block;}
.plan_box ul{ list-style:none; margin-bottom: 40px;}
.plan_box ul li{ font-size:15px; color:#8e93b3; font-weight:bold; text-transform:capitalize; line-height: 40px;}

.plan_box_2, plan_box_4, plan_box_6{ -webkit-box-shadow: 0px 0px 30px 6px rgba(218,217,217,0.74), inset 0px 15px 0px 0px rgba(248,151,33,1), inset 0px -15px 0px 0px rgba(248,151,33,1);
-moz-box-shadow: 0px 0px 30px 6px rgba(218,217,217,0.74), inset 0px 15px 0px 0px rgba(248,151,33,1), inset 0px -15px 0px 0px rgba(248,151,33,1);
box-shadow: 0px 0px 30px 6px rgba(218,217,217,0.74), inset 0px 15px 0px 0px rgba(248,151,33,1), inset 0px -15px 0px 0px rgba(248,151,33,1);
padding: 80px 5px 60px; margin:0; position:relative; z-index:1;}

.plan_box_center h4,
.plan_box_center span{ color:#f89721;}

/* section_4 */

.section_4{ width:100%; background:url(../images/purple_bg.jpg) no-repeat center; background-size:cover;}
.tab_section{ width:100%;}
.tab-content{ width:100%; border:none; padding:0; margin:0;}
.tab_content{ width:100%; padding: 20px 0;}

.stats_content{ width:100%;}
.stats_content ul{ list-style:none; width:100%; font-size:0;}
.stats_content ul li{ display:inline-block; font-size:34px; color:#fff; font-weight:bold; width:25%; vertical-align:middle;
padding: 25px 10px; transition:.3s;}
.stats_content ul li img{ display:inline-block; float:left; margin-right:15px;}
.stats_content ul li span{ font-size:16px; display:block;}

.stats_content ul li:hover{ color:#f89721; transition:.3s; cursor:pointer;}

.investor_content{ width:100%;}

.investor_content ul{ list-style:none; width:100%; font-size:0;}
.investor_content ul li{ display:inline-block; font-size:20px; color:#fff; font-weight:bold; width:25%; vertical-align:middle;
padding: 25px 10px; transition:.3s; line-height:35px;}
.investor_content ul li img{ display:inline-block; float:left; margin-right:15px;}
.investor_content ul li span{ font-size:16px; display:block;}

.investor_content ul li:hover{ color:#f89721; transition:.3s; cursor:pointer;}

.tab_box{-webkit-box-shadow: 0px 3px 35px 10px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 3px 35px 10px rgba(0,0,0,0.16);
box-shadow: 0px 3px 35px 10px rgba(0,0,0,0.16); 
width:100%; display:inline-block; background:#fff; padding: 22px 16px; margin-bottom: -47px;}
.tab_box ul{ list-style:none; width:100%; font-size:0;}
.tab_box ul li{ display:inline-block; width:20%; padding: 0 8px;}
.tab_box ul li a{ display:inline-block; font-size:16px; color:#fff; text-transform:capitalize; font-weight:bold; background:#29c06d;
border-radius:4px; width:100%; text-align:center; padding: 14px 8px; transition:.3s;}
.tab_box ul li a:hover{ background:#f89721; transition:.3s;}

.tab_box ul .active a{ background:#f89721; transition:.3s;}

/* section_5 */

.section_5{ width:100%; background:#fff; padding: 120px 0 30px;}

.index_about_content{ width:100%;}
.index_about_content p{ font-size:14px; color:#68709d; font-family:"open Sans", sans-serif; line-height:30px;}
.index_about_content a{ display:inline-block;}

.company_certificate{ width:100%; display:inline-block; text-align:right;}
.company_certificate span{ -webkit-box-shadow: 0px 0px 0px 5px rgba(99,107,152,1);
-moz-box-shadow: 0px 0px 0px 5px rgba(99,107,152,1);
box-shadow: 0px 0px 0px 5px rgba(99,107,152,1);
display:inline-block; border-radius:6px; text-align:center; position:relative;}
.company_certificate span > img{ display:inline-block; border-radius:6px;}
.company_certificate span > h5{ display:inline-block; position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; padding: 20px 0;}
.company_certificate span > h5 a{ display:inline-block; margin-bottom:10px; opacity:0.5; transition:.3s;}
.company_certificate span > h5 a img{ display:inline-block;}
.company_certificate span > h5 b{ display:block; font-size:16px; color:#fff; text-transform:capitalize; font-weight:bold;}
.company_certificate span > h5 a:hover{ opacity:1; transition:.3s;}

/* section_6 */

.section_6{ width:100%; background:#5e6793; padding: 60px 0;}

.news{ width:100%; display:inline-block; background:#f89721; border-radius:8px; padding: 25px 35px 0; margin-bottom: 26px;}
.news h3{ width:100%; display:inline-block; font-size:24px; color:#fff; text-transform:capitalize; font-weight:bold; margin-bottom:20px;}
.news h3 span{ -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.21);
-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.21);
box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.21);
display:inline-block; float:right; font-size:16px; color:#616890; text-transform:capitalize; background:#fff; border-radius:4px;
padding: 8px 16px;}
.news p{ font-size:14px; color:#fff; line-height:30px; font-family:"open Sans", sans-serif; margin-bottom:30px;}
.news > span{ display:inline-block; width:100%;}
.news > span > img{-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.21);
-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.21);
box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.21); 
display:inline-block; margin-bottom: -25px;}
.news > span a{ display:inline-block; float:right;}
.news > span a img{ display:inline-block;}

.features{ width:100%;}
.features ul{ list-style:none; width:100%; font-size:0;}
.features ul li{ display:inline-block; font-size:18px; color:#fff; text-transform:capitalize; font-weight:bold; width:50%;
line-height: 60px;}
.features ul li:before{ content:"\f00c"; font-family: "Fontawesome"; font-weight:normal; font-size:16px; margin-right:15px;}

.features1{ width:100%;}
.features1 ul{ list-style:none; width:100%; font-size:0;}
.features1 ul li{ display:inline-block; font-size:18px; color:#fff; text-transform:capitalize; font-weight:bold; width:50%;
line-height: 50px;}
.features1 ul li:hover{color:#f89721;}
.features1 ul li:before{ content:"\f00c"; font-family: "Fontawesome"; font-weight:normal; font-size:16px; margin-right:15px;}
.features1 ul li a{color:#fff;}
.features1 ul li a:hover{color:#f89721;}

/* section_7 */

.section_7{ width:100%; background:url(../images/grey_bg.jpg) no-repeat center fixed; background-size:cover; padding: 35px 0;}

.testimonial{ width:100%;}

.testimonial_box{ width:100%; display:inline-block; text-align:center; background:#5e6793; padding: 0 30px 25px 30px; margin-top:47px;
border-radius: 10px;}
.testimonial_box img{-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4); border-radius:50%; 
display:inline-block; margin-bottom:20px; margin-top: -47px;}
.testimonial_box h4{ font-size:32px; color:#fff; text-transform:capitalize; font-weight:bold; margin-bottom:20px;}
.testimonial_box p{ font-size:16px; color:#fff; font-weight:bold; line-height:30px; margin-bottom:15px;}
.testimonial_box ul{ list-style:none;}
.testimonial_box ul li{ display:inline-block; padding: 0 10px;}
.testimonial_box ul li a{ display:inline-block; font-size:18px; color:#fff; transition:.3s;} 
.testimonial_box ul li a:hover{ color:#f89721; transition:.3s;}

.testimonial_carousel{width:100%; overflow:hidden; text-align:center; padding-top:10px;}
.testimonial_carousel .owl-item { display:inline-block; padding:0 10px;}
.testimonial_carousel .owl-item img{ width:auto; display:inline-block;}
.testimonial_carousel .owl-controls .owl-pagination{ display:none;}

/* section_8 */

.section_8{ width:100%; background:#fff; padding: 70px 0;}

.payment_carousel{width:100%; overflow:hidden; text-align:center; padding-top:10px;}
.payment_carousel .owl-item { display:inline-block; padding:0 10px;}
.payment_carousel .owl-item img{ width:auto; display:inline-block;}
.payment_carousel .owl-controls .owl-pagination{ display:none;}

/* footer */

footer{ width:100%;}
.footer_top{ width:100%; background:url(../images/footer_bg.jpg) no-repeat center fixed; background-size:cover; padding:50px 0 30px 0;}

.footer_inner{ width:100%; display:inline-block;}
.footer_inner > img{ display:inline-block; margin-bottom:20px;}
.footer_inner p{ font-size:14px; color:#fff; font-family:"open Sans", sans-serif; line-height:30px;}
.footer_inner p a{ display:block; font-weight:bold; color:#5e6793;}
.footer_inner p a:hover{ color:#fff; transition:.3s;}
.footer_inner h5{ font-size:20px; color:#fff; text-transform:capitalize; font-weight:bold; margin-bottom:15px;}
.footer_inner ul{ list-style:none; width:100%;}

.contact li{ font-size:14px; color:#68709d; font-weight:bold; text-transform:capitalize; font-family:"open Sans", sans-serif; line-height:28px;
margin-bottom:10px;}
.contact li span{ display:block; color:#fff; font-weight:normal;}

.q_links li{ display:inline-block; width:100%; line-height:28px;}
.q_links li a{ font-size:14px; color:#fff; font-family:"open Sans", sans-serif; text-transform:capitalize;}
.q_links li a:before{ content:"\f0da"; font-family:"Fontawesome"; font-size:15px; color:#5e6793; padding-right:13px;}

.q_links li a:hover{ color:#5e6793; transition:.3s;}

.security{ margin-bottom:10px;}
.security li{ display:inline-block;}
.security li img{ display:inline-block;}

.footer_bottom{ width:100%; background:#5e6793; padding: 14px 0;}
.footer_menu{ list-style:none; width:100%;}
.footer_menu ul{ list-style:none;}
.footer_menu ul li{ display:inline-block; padding: 0 13px;}
.footer_menu ul li a{ display:inline-block; font-size:14px; color:#fff; text-transform:capitalize; font-family:"open Sans", sans-serif;}
.footer_menu ul li :hover{ color:#f89721;}

.footer_social{ width:100%; text-align:right;}
.footer_social ul{ list-style:none;}
.footer_social ul li{ display:inline-block; padding: 0 12px;}
.footer_social ul li a{ font-size:20px; color:#fff; transition:.3s;}
.footer_social ul li a:hover{ color:#f89721; transition:.3s;}

/***************************************************about*********************************************************/

.inner_page_banner{ width:100%; background:url(../images/index_banner_img.jpg) no-repeat center fixed; background-size:cover;
padding: 40px 0;}

.inner_page_banner h2{ font-size:40px; color:#5d6696; font-weight:900; text-transform: capitalize;
margin-bottom:8px;}
.inner_page_banner .breadcrumb{ padding:0; background:none; border-radius:0; margin:0;}
.inner_page_banner .breadcrumb li{ font-size:16px; color:#f89721; text-transform: capitalize; font-weight:bold;}
.inner_page_banner .breadcrumb li a{ color:#5d6696; transition:.3s;}
.inner_page_banner .breadcrumb li a:hover{ color:#fff; transition:.3s;}
.inner_page_banner .breadcrumb > li + li::before { color: #f89721; content: "\f105"; padding: 0 5px; font-family:"Fontawesome";}

.about_content_padding {
  padding: 60px 0;
}

/* section_41 */

.section_41{ width:100%; padding: 60px 0 60px;}

.video_content{ width:100%; display:inline-block;}
.video_content a{ -webkit-box-shadow: 0px 6px 7px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 6px 7px 0px rgba(0,0,0,0.3);
box-shadow: 0px 6px 7px 0px rgba(0,0,0,0.3);
display:inline-block; width:100%; position:relative; transition:.3s;}
.video_content a > img{ display:inline-block; width:100%;}
.video_content a > span{ display:inline-block; position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; height:88px; width:88px;
transition-property:opacity; opacity:0; transition:.3s;}
.video_content a > span img{ display:inline-block;}

.video_content a:hover span{ opacity:1; transition:.3s;}

.video_content a:hover{ box-shadow:none; transition:.3s;}

.index_about{ width:100%; display:inline-block;}
.index_about p{ font-size:14px; color:#68709d; font-family:"open Sans", sans-serif; line-height:30px;}


/***************************************************register page*********************************************************/

.form_page_header{ -webkit-box-shadow:inset 0px 3px 0px 0px rgba(96,105,152,1), 0px 20px 22px 0px rgba(0,0,0,0.1);
-moz-box-shadow:inset 0px 3px 0px 0px rgba(96,105,152,1), 0px 20px 22px 0px rgba(0,0,0,0.1);
box-shadow:inset 0px 3px 0px 0px rgba(96,105,152,1), 0px 20px 22px 0px rgba(0,0,0,0.1);
width:100%; background:#fff; padding: 25px 0; position:relative; z-index:2;}
.logo{ width:100%; padding: 4px 0;}
.logo a{ display:inline-block;}
.logo a img{ display: inline-block;}

.go_to{ width:100%; text-align:right;}
.go_to .breadcrumb{ padding:0; background:none; border-radius:0; margin:0;}
.go_to .breadcrumb li{ display:inline-block; font-size:14px; color:#0b1b74; font-weight:bold; text-transform: capitalize; 
font-family: "open Sans", sans-serif;}
.go_to .breadcrumb li a{ display:inline-block; color:#f89721; transition:.3s;}
.go_to .breadcrumb > li + li::before {color: #0b1b74; content: "\f105"; font-family:"Fontawesome"; padding: 0 5px;}
.go_to .breadcrumb li a:hover{ color:#0b1b74; transition:.3s;}

.form_body{ width:100%; background: url(../images/inner_main_bg.jpg) no-repeat center fixed; background-size:cover; padding: 90px 0;}

.form_body_content{ width:100%; padding-top: 120px;}
.login_content{ padding-top:50px;}
.form_body_content h2{ display:inline-block; width:100%; font-size: 46px; font-weight: bold; margin-bottom:30px; color: #5c6494;}

.form_body_content p{ font-size:14px; color:#4f4f4f; font-family:"open Sans", sans-serif; line-height:30px; margin-bottom:20px;}

.form_body_content > span{display:inline-block;}
.form_body_content > span > a{ margin-right:10px;}

/* form_box */

.form_block{ -webkit-box-shadow: 0px 25px 28px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 25px 28px 0px rgba(0,0,0,0.25);
box-shadow: 0px 25px 28px 0px rgba(0,0,0,0.25);
width:100%; background:#fff; border-radius:20px;}
.form_block h4{ font-size:26px; color:#fff; text-transform:capitalize; font-weight:bold; background:#f89721; padding: 12px 18px;
border-radius:20px 20px 0 0;}

.form_block_inner{ width:100%; padding:25px;}
.form_block_inner .form_box{ width:100%; display:inline-block; margin-bottom: 15px;}
.form_block_inner .form_box label{ font-size:13px; color:#606998; text-transform:capitalize; font-family:'Roboto', sans-serif;}

.form_block_inner .submit_btn .btn-default{ min-width:184px;}
.form_block_inner .submit_btn .btn-default:hover{ color:#2e2e2e !important;}

.check_box span {
	font-size: 13px;
	color: #312152;
	text-transform: capitalize;
	font-family: "open Sans", sans-serif;
	display: inline-block ;
}
.check_box span a {
	display: inline-block;
	color: #312152;
	float: right;
	margin: 0 5px;
}
.check_box span a:hover{ color:#943750;}

.payment_select{ width:100%; display:inline-block; height:50px; background:#606998; border-radius:4px; padding:14px 0;}
.payment_select ul{ list-style:none;}
.payment_select ul li{ display:inline-block; font-size:14px; color:#fff; text-transform:capitalize; padding:0 6px; vertical-align:middle;
font-family:"open Sans", sans-serif;}

.contact_info{ width:100%; list-style:none; font-size:0; padding-top:30px;}
.contact_info li{ display:inline-block; width:50%; font-size:14px; color:#4f4f4f; margin-bottom: 20px; font-family:'Roboto', sans-serif;
font-weight:500;}
.contact_info li i{ font-size:20px; color:#fff; background:#f89721; border-radius:50%; width:42px; height:42px; 
text-align:center; line-height:42px; margin-right:3px;}








.before_login {
  padding: 60px 0;
}
.mar {
  margin: 12px 0;
}
.msg_success {
  padding: 120px 20px;
}
.success_left {
  height: 310px;
  padding: 0 10px;
}
.hvr:hover {
  color: #000 !important;
}
paypal {
  display: block;
  font-size: 18px;
}
.tcu {
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.wd .account_detail_box ul li {
  text-align: center;
}
.wd .account_detail_box ul li span {
  float: none;
}
.reftextarea {
  min-height: inherit;
}


.calculator_section.deposit_tab::after {
  content: inherit;
}
.deposit_tab .calculator_inner {
  margin: 0;
}.calculator_section.deposit_tab {
  background: transparent none repeat scroll 0 0;
  padding-bottom: 20px;
}
.deposit_tab .tab-content ul li {
  display: inline-block;
  float: none;
  list-style-type: none;
  margin: 7px 0;
  text-align: center;
  width: 24%;
}
.deposit_tab .tab-content ul li:first-child {
  width: 100%;
}

.accordion-toggle {
-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2); border-radius:10px;
width:100%; display:inline-block; background: rgba(255, 255, 255, 0.1); padding: 20px 20px;

	border: 0 none;
	color: #493e69;
	cursor: pointer;
	font-size: 14px;
	padding: 16px 15px;
	text-transform: capitalize;
	width: 100%;
	position: relative;
	font-family: 'Montserrat', sans-serif;  text-align: left;
}
.accordion-toggle.active:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 17px;
	width: 0;
	height: 0;
	border-bottom: 5px solid #fff;
	border-left: 5px solid rgba(0,0,0,0);
	border-right: 5px solid rgba(0,0,0,0);
}
.accordion-toggle:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 17px;
	width: 0;
	height: 0;
	border-top: 5px solid #f79621;
	border-left: 5px solid rgba(0,0,0,0);
	border-right: 5px solid rgba(0,0,0,0);
}
.accordion-toggle.active:before {
	display: none;
}
.accordion-content {
	display: none;
}
.accordion-content {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.27);
	padding: 30px;
	color: #fff;
	font-weight: 300;  text-align: left;
}
.accordion-toggle.active {

background: rgba(248,151,33,1);
background: -moz-linear-gradient(top, rgba(248,151,33,1) 0%, rgba(229,137,26,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,151,33,1)), color-stop(100%, rgba(229,137,26,1)));
background: -webkit-linear-gradient(top, rgba(248,151,33,1) 0%, rgba(229,137,26,1) 100%);
background: -o-linear-gradient(top, rgba(248,151,33,1) 0%, rgba(229,137,26,1) 100%);
background: -ms-linear-gradient(top, rgba(248,151,33,1) 0%, rgba(229,137,26,1) 100%);
background: linear-gradient(to bottom, rgba(248,151,33,1) 0%, rgba(229,137,26,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89721', endColorstr='#e5891a', GradientType=0 );
;


    color: #ffffff; border-radius:0;
  
}


.accordion-content p {
  color: #000;
  font-family: "open sans",sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.faq {
	margin: 30px 0;
}
.accordion-content a {
	color: #2c9fde;
}
.accordion-content ul li i {
	margin-right: 5px;
}
.accordion-content ul li {
  list-style-type: none;
  color: #000;
}
.rules p {
  margin-bottom: 20px;
}
.widthdraw_msg li {
  list-style-type: none;
  text-align: center;
}

.common {
	padding: 20px 0 30px;
}.rules h4{ margin-bottom:20px;}



.morph {
	margin: 20px 0;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.morph:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.success {
	  background: linear-gradient(1deg, #171858, #2b792b); background-size: 400% 400%;
  	

-webkit-animation: AnimationName 5s ease infinite;
-moz-animation:AnimationName 5s ease infinite;
animation: AnimationName 5s ease infinite;
   border-radius: 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #fff;
  font-size: 12px;
  padding: 10px;
  font-family:"open Sans";opacity: 0.7;
}
.msg {
	color: #000;
	font-size: 13px;
	margin: 10px 0;
	text-align: center;
	font-family: open sans;
}





.frmcont.textarea span i {
  bottom: inherit;
  top: 0;
}





.error {
  background: linear-gradient(1deg, #171858, #b93b37);
  
   background-size: 400% 400%;
-webkit-animation: AnimationName 5s ease infinite;
-moz-animation: AnimationName 5s ease infinite;
animation: AnimationName 5s ease infinite;
  border-radius: 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #fff;
  font-size: 12px;
  padding: 10px;
  font-family:"open Sans";   opacity: 0.7;
}
.msg li {
	display: inline-block;
	list-style-type: none;
	/* margin: 10px 0; */
}
.after_reg {
  color: #000;
}
.after_reg h3 {
  color: #f89721;
  font-size: 23px;
}

.msg .error i {
  background-color: #b93b37;
  color: #fff;

}

.msg .success i {
  background-color: #2b792b;
  color: #fff;

}
.msg i {

  margin-right: 5px;
  padding: 10px;
}

@-webkit-keyframes AnimationName {
    0%{background-position:63% 0%}
    50%{background-position:38% 100%}
    100%{background-position:63% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:63% 0%}
    50%{background-position:38% 100%}
    100%{background-position:63% 0%}
}
@keyframes AnimationName {
    0%{background-position:63% 0%}
    50%{background-position:38% 100%}
    100%{background-position:63% 0%}
}

.succes_msg {
  text-align: center;
  width: 100%;
}
.brnone br {
	display: none;
}

.mar{ margin:20px 0;}





input.sbmt{font-size:14px; text-transform: capitalize; font-weight:bold; text-shadow:none; border:none; display:inline-block; min-width:120px;
height:50px; line-height:50px; padding:0 15px; text-align: center; border-radius:4px; outline:none; margin:5px 0;



background:#29c06d; color:#fff; transition:.3s;}


input.sbmt:hover,
input.sbmt:focus,
input.sbmt:active
{ -webkit-box-shadow: inset 300px 0px 0px 0px rgba(255,255,255,1), 0px 0px 4px 0px rgba(0,0,0,0.2);
-moz-box-shadow: inset 300px 0px 0px 0px rgba(255,255,255,1), 0px 0px 4px 0px rgba(0,0,0,0.2);
box-shadow: inset 300px 0px 0px 0px rgba(255,255,255,1), 0px 0px 4px 0px rgba(0,0,0,0.2); transition:.3s; color:#000;} 

table.deposit_confirm th:first-child {
	border-radius: 0;
}

.topemaila{color:#FFF;}
.topemaila:hover{color:#f89721;}
