/*
font-family: 'Poppins', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Work Sans', sans-serif;
font-family: 'Sanuk-Medium';
font-family: 'Open Sans', sans-serif;
font-family: 'Titillium Web', sans-serif;
font-family: 'Expletus Sans', cursive;

font-family: 'Poppins', sans-serif;
font-family: 'Amiko', sans-serif;
font-family: 'Rajdhani', sans-serif;
font-family: 'Teko', sans-serif;
font-family: 'Roboto', sans-serif;
font-family:"Sui Generis V1";
font-family: "SuiGenerisRg-Regular";

light - 300
regular - 400
medium - 500
semi-bold  - 600
bold - 700
extra-bold - 800
black - 900

*/

@font-face {
  font-family: 'Sanuk-Medium';
  src: url('Sanuk-Medium.eot?#iefix') format('embedded-opentype'),  url('Sanuk-Medium.otf')  format('opentype'),
	     url('fonts/Sanuk-Medium.woff') format('woff'), url('fonts/Sanuk-Medium.ttf')  format('truetype'), url('fonts/Sanuk-Medium.svg#Sanuk-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {font-family: "Sui Generis V1";
  src: url("fonts/6ba31ebaa73050ed633612b9980b955d.eot"); /* IE9*/
  src: url("fonts/6ba31ebaa73050ed633612b9980b955d.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/6ba31ebaa73050ed633612b9980b955d.woff2") format("woff2"), /* chrome、firefox */
  url("fonts/6ba31ebaa73050ed633612b9980b955d.woff") format("woff"), /* chrome、firefox */
  url("fonts/6ba31ebaa73050ed633612b9980b955d.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("fonts/6ba31ebaa73050ed633612b9980b955d.svg#Sui Generis V1") format("svg"); /* iOS 4.1- */
}

@font-face {font-family: "SuiGenerisRg-Regular";
  src: url("fonts/5a7db2db0a7c1a9f98bfad78893257cd.eot"); /* IE9*/
  src: url("fonts/5a7db2db0a7c1a9f98bfad78893257cd.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/5a7db2db0a7c1a9f98bfad78893257cd.woff2") format("woff2"), /* chrome、firefox */
  url("fonts/5a7db2db0a7c1a9f98bfad78893257cd.woff") format("woff"), /* chrome、firefox */
  url("fonts/5a7db2db0a7c1a9f98bfad78893257cd.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("fonts/5a7db2db0a7c1a9f98bfad78893257cd.svg#SuiGenerisRg-Regular") format("svg"); /* iOS 4.1- */
}

body {
	
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: 500;
    background: #fff url(images/depo-bg.jpg) no-repeat top center;
	background-attachment:fixed;
    background-size: cover;
    
}

a {
	
	cursor:pointer !important;
	text-decoration:none !important;
}

.box-paidout { left: 20px; display: block; bottom: 20px; position: fixed; z-index: 10000; min-width: 400px;font-family: 'Muli', sans-serif; }
.box-paidout > div { position: absolute; bottom: 0; left: 0; display: none; padding: 15px 100px 15px 20px; background:#000; border: 3px solid #c10f1b; color: #fff; z-index: 100; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; border-radius: 6px; overflow: hidden; min-width: 300px; box-shadow:0px 0px 20px #c10f1b; }
.box-paidout > div > abbr { display: block; line-height: 22px; }
.box-paidout > div > i { position: absolute; right: 20px; position: absolute; top: 50%; -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); -o-transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); transform: translate(0%, -50%); color: #e96613; font-size: 20px; height: 36px; width: 36px; text-align: center; -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; border-radius: 100%; background: #fff; }
.box-paidout > div > b { color: #c10f1b; font-size: 28px; font-weight: 600;font-family: "SuiGenerisRg-Regular"; display: inline-block; position: relative; z-index: 11; line-height: 35px; }
.box-paidout > div > b img { height: 25px; position: absolute; left: 0; position: absolute; top: 50%; -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); -o-transform: translate(0%, -50%); -ms-transform: translate(0%, -50%); transform: translate(0%, -50%); }
.box-paidout > div span { padding-left: 3px; font-size: 16px; display: block; font-size: 16px; position: relative; z-index: 10; text-shadow: 0 1px 8px #fec321; line-height: 35px;}
.box-paidout > div > small { font-size: 14px;padding-left: 3px; opacity: 0.8; -moz-opacity: 0.8; -khtml-opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); display: block; position: relative; z-index: 10; color: #fec303; }


.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.banner-bg {
	
    background:#1d1d1d url(images/banner-bg.jpg) no-repeat top center;
    background-size: cover;
    min-height:700px;
    padding: 0px 0px 30px;
}

.banner-bg .banner {
	
    padding: 0px 0px 0px;
}

.banner-bg .banner .banner-email {
	
    padding: 30px 0px 20px;
}

.banner-bg .banner .banner-email p {
	
	font-family: 'Amiko', sans-serif;
	font-size:16px;
	font-weight:500;
	color:#fff;
    margin: 0px 0px 0px 0px;
	text-transform:uppercase;
}

.banner-bg .banner .banner-email p img {
	
	
}

.banner-bg .banner .banner-but {
	
    padding: 30px 0px 20px;
}

.banner-bg .banner .banner-but .login-but img {
	
	position:relative;
	right:10px;
}

.banner-bg .banner .banner-but .login-but {
	
    font-family: 'Amiko', sans-serif;
	font-size:14px;
	font-weight:500;
	color:#000000;
	background:#feb729;
	border:1px solid #feb729;
	box-shadow: inset 0 0 0 0 #c10f1b;
	padding:12px 30px;
	border-radius:5px;
    margin: 0px 10px 0px 0px;
	text-transform:uppercase;
	transition:0.7s;
}

.banner-bg .banner .banner-but .login-but:hover {
	
	color:#fff;
	background:#c10f1b;
	border:1px solid #c10f1b;
	transition:0.7s;
    box-shadow: inset 0 0 0 42px #c10f1b;
}

.banner-bg .banner .banner-but .sign-but img {
	
	position:relative;
	right:10px;
}

.banner-bg .banner .banner-but .sign-but {
	
    font-family: 'Amiko', sans-serif;
	font-size:14px;
	font-weight:500;
	color:#fff;
	background:#c10f1b;
	border:1px solid #c10f1b;
	box-shadow: inset 0 0 0 0 #feb729;
	padding:12px 30px;
	border-radius:5px;
    margin: 0px 0px 0px 10px;
	text-transform:uppercase;
	transition:0.7s;
}

.banner-bg .banner .banner-but .sign-but:hover {
	
	color:#000000;
	background:#feb729;
	border:1px solid #feb729;
	transition:0.7s;
	box-shadow: inset 0 0 0 42px #feb729;
}

header {
	
    width: 100%;
    background: #1d1d1d no-repeat center;
    background-size: cover;
    padding:20px 0px 20px 0px;
}

header .navbar-inverse { 

	margin:0; 
	min-height:auto; 
	border-radius:0; 
	border:0;
	background:none;
}
 
header .navbar-collapse {
	
	 padding:0;
}

header .navbar-right {
	
	margin: 0;
	margin-right: 0px;
}

header .navbar-inverse .navbar-nav > li { 

	padding:20px 30px;
	display:inline-block; 
	vertical-align:middle; 
	float:none;
}

header .navbar-inverse .navbar-nav > li > a { 
   
	font-size: 14px;
    color: #fff;
    text-transform:uppercase;
    transition: .3s;
    vertical-align: middle;
    padding: 10px 0px 8px 0px;
    font-family: 'Amiko', sans-serif;
    font-weight: 600;
	border-bottom: 2px solid transparent;
}
	
header .navbar-inverse .navbar-nav > li > a:hover { 

	transition:.3s; 
	color:#feb729;
	border-bottom: 2px solid #c10f1b;
}

header .navbar-inverse .navbar-nav > li .btn { 

	height:43px;
	line-height:40px; 
	padding:0 20px !important;
}

header .navbar-inverse .navbar-header {
	
	padding: 0;
}

header .navbar-inverse .navbar-header a { 

	display:inline-block; 
}

header .navbar-inverse .navbar-header a img { 
	display:inline-block;
	transform-origin: 100% 0;
}

header .navbar-inverse .navbar-header a img:hover{
	
		animation-name: wobble-bottom;
		animation-duration: 1s;
		animation-timing-function: ease-in-out;
		animation-iteration-count: 1;
}

@keyframes wobble-bottom {
	16.65% {
		transform: skew(-12deg);
	}

	33.3% {
		transform: skew(10deg);
	}

	49.95% {
		transform: skew(-6deg);
	}

	66.6% {
		transform: skew(4deg);
	}

	83.25% {
		transform: skew(-2deg);
	}

	100% {
		transform: skew(0);
	}
}

header .navbar-inverse .navbar-nav > li.btn_menu {
	
	
	padding: 17px 3px;
}
header .navbar-inverse .navbar-nav > li a.btn.btn-primary { 

	min-width:128px; 
	height:43px; 
	line-height:43px; 
	box-shadow:none;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	
    border-color: #feb729 !important;
}

.banner-bg .banner-text {
	
	padding:50px 0px 0px 0px;
	text-align:center;

}

.banner-bg .banner-text .banner-title {
	
	padding:30px 0px 30px 0px;
}

.banner-bg .banner-text .banner-title h4 {
	
	font-family: 'Amiko', sans-serif;
	font-size:48px;
	font-weight:700;
	color:#feb729;
    margin: 0px 0px 10px 0px;
	text-transform:uppercase;
}

.banner-bg .banner-text .banner-title h2 {
	
	font-family: 'Amiko', sans-serif;
	font-size:72px;
	font-weight:700;
	color:#feb729;
    margin: 0px 0px 0px 0px;
	text-transform:uppercase;
	-webkit-animation-name: blinker;
    -webkit-animation-duration: 1.6s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1.6s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1.6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.banner-bg .banner-text .banner-sta {
	
	padding:50px 0px 30px 0px;
}

.banner-bg .banner-text .banner-sta ul {
	
	margin:0;
	padding:0;
	list-style:none;
}

.banner-bg .banner-text .banner-sta ul li {
	
	padding:10px 30px;
	display:inline-block;
}

.banner-bg .banner-text .banner-sta ul li h4 {
	
	font-family:"Sui Generis V1";
	font-size:40px;
	font-weight:400;
	color:#ffffff;
    margin: 0px 0px 0px 0px;
}

.banner-bg .banner-text .banner-sta ul li p {
	
	font-family: 'Rajdhani', sans-serif;
	font-size:18px;
	font-weight:600;
	color:#c10f1b;
    margin: 0px 0px 0px 0px;
}

.banner-bg .banner-text .main-but {
	
	padding:30px 0px 30px 0px;
}

.banner-bg .banner-text .main-but a {
	
    font-family: 'Amiko', sans-serif;
	font-size:18px;
	font-weight:600;
	color:#fff;
	background:#c10f1b;
	border:1px solid #c10f1b;
	box-shadow: inset 0 0 0 0 #feb729;
	padding:13px 30px;
	border-radius:0px;
    margin: 0px 10px 0px 0px;
	text-transform:uppercase;
	transition:0.7s;
	display: inline-block;
    transition-duration: .5s;
    transition-property: transform;
	position:relative;
}

.banner-bg .banner-text .main-but a:hover {
	
	color:#0f1432;
	background:#feb729;
	border:1px solid #feb729;
	transition:0.7s;
    box-shadow: inset 0 0 0 42px #feb729;
	box-shadow: 0px 0px 10px #ffffff;
    transform: translateY(15px);
    animation-name: hang;
    animation-duration: 1.5s;
    animation-delay: $defaultDuration;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.banner-bg .banner-text .main-but a i {
	
    position: absolute;
    opacity: 0;
    top: -1px;
    left: 0;
    /* background: #ffffffa8; */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    width: 12%;
    height: 103%;
    transform: skew(-30deg,0deg);
    animation: move 3s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

@keyframes move {

	0%  { left: 0; opacity: 0; }

	5% {opacity: 0.0}

	48% {opacity: 0.2}

	80% {opacity: 0.0}

	100% { left: 82%}
}

.about-bg {
	
    background:#f6f5f3 no-repeat top center;
    background-size: cover;
    padding: 0px 0px 30px;
}

.about-bg .aboutbg {
	
	background:url(images/about-bg.png) no-repeat top center;
	background-size:cover;
	padding:10px 0px 10px 0px;
	min-height:480px;
}

.about-bg .aboutbg .about-head {
	
	padding:20px 20px 20px 20px;
}

.about-bg .aboutbg .about-head h2 {
	
	font-family:"Sui Generis V1";
	font-size:24px;
	font-weight:400;
	color:#ffffff;
    margin: 0px 0px 10px 0px;
}

.about-bg .aboutbg .about-head span {
	
    display: inline-block;
    background: #fec303;
    padding: 2px 0px;
    width: 50px;
}

.about-bg .aboutbg .about-head p {
	
	font-family: 'Rajdhani', sans-serif;
	font-size:16px;
	font-weight:500;
	color:#b8b8b8;
    margin: 20px 0px 20px 0px;
	line-height:26px;
}

.about-bg .aboutbg .about-head a {
	
	font-family: "SuiGenerisRg-Regular";
	font-size:16px;
	font-weight:500;
	color:#fec303;
    margin: 0px 0px 0px 0px;
	transition:0.7s;
}

.about-bg .aboutbg .about-head a:hover {
	
	color:#c10f1b;
	transition:0.7s;
	letter-spacing:1px;
}

.about-bg .aboutbg .about-text {
	
	padding:0px 0px 0px 0px;
}

.about-bg .aboutbg .about-text .about-para {
	
	padding:20px 20px 20px 20px;
}

.about-bg .aboutbg .about-text .about-para img {
	
	padding:0px 10px 20px 0px;
	float:left;
}

.about-bg .aboutbg .about-text .about-para h4 {
	
	font-family: "SuiGenerisRg-Regular";
	font-size:16px;
	font-weight:500;
	color:#fff;
    margin: 0px 0px 10px 0px;
	transition:0.7s;
}

.about-bg .aboutbg .about-text .about-para p {
	
	font-family: 'Rajdhani', sans-serif;
	font-size:15px;
	font-weight:500;
	color:#787b84;
    margin: 0px 0px 0px 0px;
	transition:0.7s;
	line-height:26px;
}

.advan-bg {
	
    background:#bebbb5 url(images/advan-bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 30px 0px 30px;
}

.advan-bg .advan-head {
	
    padding: 30px 0px 30px;
	text-align:center;
}

.advan-bg .advan-head h2 {
	
    font-family: "SuiGenerisRg-Regular";
	font-size:24px;
	font-weight:500;
	color:#646464;
    margin: 0px 0px 10px 0px;
	transition:0.7s;
}

.advan-bg .advan-head span {
	
    display: inline-block;
    background: #c10f1b;
    padding: 2px 0px;
    width: 50px;
}

.advan-bg .advan {
	
    padding: 30px 0px 30px;
	text-align:center;
}

.advan-bg .advan .advan1 {
	
    padding: 30px 0px 30px;
	text-align:center;
	margin: 5px;
}

.advan-bg .advan .advan1 img {
	
    padding: 0px 0px 10px 0px;
}

.advan-bg .advan .advan1 h4 {
	
    font-family: 'Teko', sans-serif;
	font-size:18px;
	font-weight:700;
	color:#c10f1b;
    margin: 0px 0px 10px 0px;
	transition:0.7s;
	text-transform:uppercase;
}

.advan-bg .advan .advan1 h4 span {
	
    color:#fec303;
}

.advan-bg .advan .advan1 p {
	
    font-family: 'Rajdhani', sans-serif;
	font-size:16px;
	font-weight:500;
	color:#20252c;
    margin: 20px 0px 0px 0px;
	transition:0.7s;
	line-height:26px;
}

.advan-bg .advan .advan1 p span {
	
	color:#fff;
}

.plan-bg {
	
    background:#fff url(images/plan-bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 0px 0px 30px;
}

.plan-bg .plan {
	
    padding: 0px 0px 0px;
}

.plan-bg .plan .plan-head {
	
    padding: 30px 0px 30px;
}

.plan-bg .plan .plan-head img {
	
    padding: 0px 20px 10px 0px;
	float:left;
}

.plan-bg .plan .plan-head h2 {
	
    font-family: "SuiGenerisRg-Regular";
	font-size:24px;
	font-weight:500;
	color:#363636;
    margin: 0px 0px 0px 0px;
	transition:0.7s;
}

.plan-bg .plan .plan-head h4 {
	
    font-family: "SuiGenerisRg-Regular";
	font-size:24px;
	font-weight:500;
	color:#363636;
    margin: 0px 0px 10px 0px;
	transition:0.7s;
}

.plan-bg .plan .plan-head span {
	
    display: inline-block;
    background: #c10f1b;
    padding: 2px 0px;
    width: 50px;
}

.plan-bg .plan .plans {
	
    padding: 30px 0px 30px;
}

.plan-bg .plan .plans .plan1 {
	
    padding: 30px 0px 30px;
	text-align:center;
}

.plan-bg .plan .plans .planss {
	
    padding: 30px 0px 30px;
}

.plan-bg .plan .plan1 h4 {
	
    font-family: "SuiGenerisRg-Regular";
	font-size:60px;
	font-weight:500;
	color:#7b7b7b;
    margin: 0px 0px 10px 0px;
	transition:0.7s;
}

.plan-bg .plan .plan1 h2 {
	
    font-family: "SuiGenerisRg-Regular";
	font-size:80px;
	font-weight:500;
	color:#c10f1b;
    margin: 0px 0px 10px 0px;
	transition:0.7s;
}

.plan-bg .plan .plan1 span {
	
    display: inline-block;
    background: #7b7b7b;
    padding: 2px 0px;
    width: 150px;
	margin: 20px 0px 0px 0px;
}

.plan-bg .plan .plan-sub {
	
    padding:10px 0px 30px 0px;
}

.plan-bg .plan .plan-sub .plan-left {
	
    padding: 0px 0px 0px 0px;
    float: left;
    width: 180px;
}

.plan-bg .plan .plan-sub .plan-left p {
	
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #202020;
    margin: 0px 0px 0px 0px;
    transition: 0.7s;   
}

.plan-bg .plan .plan-sub .plan-left p i {
	
    font-size:20px;
	color:#c10f1b;
	position:relative;
	right:5px;
}

.plan-bg .plan .plan-sub .plan-right {
	
    padding: 0px 0px 10px 0px;
    float: right;
    width: 210px;
}

.plan-bg .plan .plan-sub .plan-right p {
	
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #202020;
    margin: 0px 0px 0px 0px;
    transition: 0.7s;   
}

.plan-bg .cal-head {
	
    padding: 30px 0px 30px;
}

.plan-bg .cal-head .cal-sub {
	
	padding: 0px 20px 10px 20px;
    float: left;
	text-align:right;
}

.plan-bg .cal-head .cal-img {
	
    padding: 0px 0px 10px 0px;
    float: left;
}

.plan-bg .cal-head h2 {
	
    font-family: "SuiGenerisRg-Regular";
	font-size:24px;
	font-weight:500;
	color:#363636;
    margin: 0px 0px 0px 0px;
	transition:0.7s;
}

.plan-bg .cal-head h4 {
	
    font-family: "SuiGenerisRg-Regular";
	font-size:24px;
	font-weight:500;
	color:#363636;
    margin: 0px 0px 10px 0px;
	transition:0.7s;
}

.plan-bg .cal-head span {
	
    display: inline-block;
    background: #c10f1b;
    padding: 2px 0px;
    width: 50px;
}

.plan-bg .cal1 {
	
    padding: 20px 0px 0px;
}

.plan-bg .cal1 .cal-1 {
	
    padding: 15px 20px 15px 20px;
	margin:0px auto 10px;
    background: #d0cfcf;
    border-radius: 5px;
    font-family: 'Rajdhani', sans-serif;
    color: #757474;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
}

.plan-bg .cal1 .cal-1 span {
	
    float:right;
}

.plan-bg .cal1 .cal-1 span select {
	
    width: auto;
    height: 30px;
    background: transparent;
    background-size: cover;
    border: 1px solid transparent;
    text-align: right;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    outline: none;
    border-radius: 0px;
    padding: 0px 0px 0px 16px;
}


.plan-bg .cal1 .cal-1 span input {
	
    width: auto;
    height: 30px;
    background: transparent;
    background-size: cover;
    border: 1px solid transparent;
    text-align: right;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    outline: none;
    border-radius: 0px;
    padding: 0px 0px 0px 16px;
}

.plan-bg .cal1 .cal-2 {
	
    padding: 15px 20px 15px 20px;
	margin:0px auto 10px;
    background: transparent;
    border-radius: 5px;
    font-family: 'Rajdhani', sans-serif;
    color: #757474;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
}

.plan-bg .cal1 .cal-2 span {
	
    float:right;
}

.plan-bg .cal1 .cal-2 span input {
	
    width: auto;
    height: 30px;
    background: transparent;
    background-size: cover;
    border: 1px solid transparent;
    text-align: right;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #054560;
    outline: none;
    border-radius: 0px;
    padding: 0px 0px 0px 16px;
}

.plan-bg .plan-but {
	
	padding:20px 0px 20px 0px;
	text-align:center;
}

.plan-bg .plan-but a {
	
    font-family: 'Rajdhani', sans-serif;
	font-size:20px;
	font-weight:700;
	color:#fff;
	background:#c10f1b;
	border:1px solid #c10f1b;
	box-shadow: inset 0 0 0 0 #feb729;
	padding:12px 60px;
	border-radius:5px;
    margin: 0px 0px 0px 10px;
	text-transform:uppercase;
	transition:0.7s;
}

.plan-bg .plan-but a:hover {
	
	color:#000000;
	background:#feb729;
	border:1px solid #feb729;
	transition:0.7s;
	box-shadow: inset 0 0 0 42px #feb729;
}

.refer-bg {
	
    background:#050607 url(images/refer-bg.png) no-repeat top center;
    background-size: cover;
    padding: 30px 0px 30px;
}

.refer-bg .refer {
	
    padding: 30px 0px 0px;
}

.refer-bg .refer .refer-head {
	
    padding: 60px 0px 30px;
}

.refer-bg .refer .refer-head h4 {
	
    font-family: "SuiGenerisRg-Regular";
	font-size:24px;
	font-weight:500;
	color:#fff;
    margin: 0px 0px 10px 0px;
}

.refer-bg .refer .refer-head span {
	
    display: inline-block;
    background: #fec303;
    padding: 2px 0px;
    width: 50px;
	margin: 0px 0px 0px 0px;
}

.refer-bg .refer .refer-sub {
	
    padding: 30px 0px 10px;
	display:inline-block;
}

.refer-bg .refer .refer-sub h4 {
	
    font-family: 'Rajdhani', sans-serif;
	font-size:30px;
	font-weight:500;
	color:#e5e4e2;
    margin: 0px 0px 20px 0px;
	text-transform:uppercase;
}

.refer-bg .refer .refer-sub h4 i {
	
    color:#c10f1b;
}

.refer-bg .refer .refer-sub h2 {
	
    font-family: 'Roboto', sans-serif;
	font-size:70px;
	font-weight:700;
	color:#c10f1b;
    margin: 0px 0px 10px 0px;
}

.refer-bg .refer .refer-sub h2 span {
	
    font-family: "SuiGenerisRg-Regular";
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin: 14px 0px 10px 10px;
    float: right;
	line-height: 28px;
}

.refer-bg .refer .refer-para {
	
    padding: 0px 0px 30px;
}

.refer-bg .refer .refer-para p {
	
    font-family: 'Rajdhani', sans-serif;
	font-size:16px;
	font-weight:500;
	color:#cccccc;
    margin: 0px 0px 0px 0px;
	line-height: 28px;
}

.refer-bg .refer .refer-but {
	
    padding: 0px 0px 30px;
}

.refer-bg .refer .refer-but a {
	
    color: #fff;
    background: url(images/refer-but1.png) no-repeat top center;
    background-size: cover;
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
    padding: 10px 52px;
    line-height: 40px;
	text-transform:uppercase;
    display: inline-block;
    transition: 0.7s;
    font-weight:600;
    position: relative;
    margin: 0px 0px 0px 0px;
}

.refer-bg .refer .refer-but a:hover {
	
	color: #000;
    background: url(images/refer-but2.png) no-repeat top center;
    background-size: cover;
    transition: 0.7s;
}

.refer-bg .refer .news {	
	
	text-align:right;
    padding: 30px 0px 30px;
}

.refer-bg .refer .news-head {
	
    padding: 30px 0px 30px;
}

.refer-bg .refer .news-head h4 {
	
    font-family: "SuiGenerisRg-Regular";
	font-size:24px;
	font-weight:500;
	color:#fff;
    margin: 0px 0px 10px 0px;
}

.refer-bg .refer .news-head span {
	
    display: inline-block;
    background: #fec303;
    padding: 2px 0px;
    width: 50px;
	margin: 0px 0px 0px 0px;
}

.refer-bg .refer .news-sup {
	
    padding: 30px 0px 30px;
}

.refer-bg .refer .news-sup p {
	
    font-family: 'Rajdhani', sans-serif;
	font-size:15px;
	font-weight:500;
	color:#fff;
    margin: 0px 0px 10px 0px;
}

.refer-bg .refer .news-sup span {
	
    font-family: 'Rajdhani', sans-serif;
	font-size:18px;
	font-weight:700;
	color:#c10f1b;
    margin: 0px 0px 0px 0px;
	text-transform:uppercase;
}

.refer-bg .refer .news-sup h6 {
	
    font-family: 'Rajdhani', sans-serif;
	font-size:15px;
	font-weight:500;
	color:#fff;
    margin: 10px 0px 0px 0px;
}

.refer-bg .refer .news-para {
	
    padding: 0px 0px 30px;
}

.refer-bg .refer .news-para p {
	
    font-family: 'Rajdhani', sans-serif;
	font-size:15px;
	font-weight:500;
	color:#fff;
    margin: 0px 0px 10px 0px;
	line-height: 28px;
}

.refer-bg .refer .news-para a {
	
    font-family: 'Rajdhani', sans-serif;
	font-size:16px;
	font-weight:600;
	color:#fec303;
	transition:0.7s;
}

.refer-bg .refer .news-para a:hover {
	
	color:#c10f1b;
	transition:0.7s;
	letter-spacing:1px;
}

.refer-bg .refer .news-but {
	
    padding: 0px 0px 30px;
}

.refer-bg .refer .news-but a {
	
    color: #fff;
    background: url(images/news-but1.png) no-repeat top center;
    background-size: cover;
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
    padding: 10px 45px;
    line-height: 40px;
	text-transform:uppercase;
    display: inline-block;
    transition: 0.7s;
    font-weight:600;
    position: relative;
    margin: 0px 0px 0px 0px;
}

.refer-bg .refer .news-but a:hover {
	
	color: #000;
    background: url(images/news-but2.png) no-repeat top center;
    background-size: cover;
    transition: 0.7s;
}

.depo-bg {
	
    background:#fff url(images/depo-bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 30px 0px 30px;
}

.depo-bg .lastFiveDetails {
	
	text-align: center;
    padding:30px 0px 30px 0px;
}

.depo-bg .lastFiveDetails .depobg1 {
	
    background:url(images/depobg1.png) no-repeat top center;
    background-size: cover;
    width: auto;
	padding:20px 0px 20px 0px;
    margin: 20px auto 20px;
	min-height:591px;
}

.depo-bg .lastFiveDetails .depobg2 {
	
    background:url(images/depobg2.png) no-repeat top center;
    background-size: cover;
    width: auto;
	padding:20px 0px 20px 0px;
    margin: 20px auto 20px;
	min-height:591px;
}

.depo-bg .lastFiveDetails .depobg1 h3 {
	
    font-size: 24px;
    color: #f4f9fd;
    margin: 10px 40px 30px 0px;
    padding: 10px 0px 10px 0px;
    font-family: "SuiGenerisRg-Regular";
    position: relative;
    top: 0px;
    text-align: right;
    font-weight: 700;
}

.depo-bg .lastFiveDetails .depobg1 h3 img {
	
	position: relative;
    bottom: 10px;
}

.depo-bg .lastFiveDetails .depobg2 h3 {
	
	font-size: 24px;
    color: #f4f9fd;
    margin: 10px 0px 30px 40px;
    padding: 10px 0px 10px 0px;
    font-family: "SuiGenerisRg-Regular";
    position:relative;
    top: 0px;
    text-align: left;
    font-weight: 700;
}

.depo-bg .lastFiveDetails .depobg2 h3 img {
	
	position: relative;
    top: 4px;
}

.depo-bg .lastFiveDetails table {
	
    width: 90%;
    text-align: left;
    max-width: 460px;
    margin: auto;
}

.depo-bg .lastFiveDetails table td {
	
    height: 40px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    color: #474747;
    font-weight: 500;
    padding: 0px 30px 0px 30px;
}

.depo-bg .lastFiveDetails table td:nth-child(2) {
	
    padding-left: 0px;
    padding-right: 50px;
    border-bottom: 1px solid #c10f1b;
    border-bottom-style: dashed;
}

.depo-bg .lastFiveDetails table td:nth-child(3) {

    border-bottom: 1px solid #c10f1b;
    border-bottom-style: dashed;
}

.depo-bg .lastFiveDetails table tr:nth-child(odd) {
	
    height: 45px;
    background: transparent;
}

.depo-bg .lastFiveDetails table tr:nth-child(even) {
	
    height: 45px;
    background: transparent;
}

.foot-bg {
	
    background:#c10f1b url(images/foot-bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 30px 0px 30px;
}

.foot-bg .foot {
	
    padding:30px 0px 30px 0px;
}

.foot-bg .foot .foot-link {
	
    padding:30px 0px 30px 0px;
}

.foot-bg .foot .foot-link h2 {
	
	font-family: 'Poppins', sans-serif;
	font-size:24px;
	font-weight:600;
	color:#ffffff;
    margin:30px 0px 20px 0px;
}

.foot-bg .foot .foot-link .foot-head {
	
	color:transparent;
}

.foot-bg .foot .foot-link p {
	
    margin: 0px 0px 15px 0px;
}

.foot-bg .foot .foot-link a {
	
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    transition: 0.7s;
}

.foot-bg .foot .foot-link a:hover {
	
    color: #feb729;
    transition: 0.7s;
}

.foot-bg .foot .foot-link a i {
	
    font-size: 18px;
    color: #feb729;
}

.foot-bg .foot .foot-logo {
	
    padding:30px 0px 30px 0px;
}

.foot-bg .foot .foot-logo img { 

	display:inline-block;
	transform-origin: 100% 0;
}

.foot-bg .foot .foot-logo img:hover {
	
	animation-name: wobble-bottom;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

.foot-bg .foot .foot-copy {
	
    padding:30px 0px 30px 0px;
}

.foot-bg .foot .foot-copy p {
	
    font-family: "SuiGenerisRg-Regular";
	font-weight: 500;
    font-size: 16px;
    color: #ffffff;
	margin:0px 0px 0px 0px;
}

.foot-bg .footerContacts {
	
	padding:30px 0px 30px 0px;
}

.foot-bg .footerContacts span {
	
	padding:30px 0px 30px 0px;
	color: #fff;
    font-weight: 600;
	font-size: 18px;
	font-family: 'Rajdhani', sans-serif;
	text-transform:uppercase;
}

.foot-bg .footerContacts h2 {
	
    font-family: "SuiGenerisRg-Regular";
    font-size: 24px;
    color: #fff;
    font-weight: 600;
	margin: 20px 0px 20px 0px;
	text-transform:none;
}

.foot-bg .footerContacts .address {
	
	background: url("images/contactIcon1.png") no-repeat 0 3px;
	font-family: 'Rajdhani', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #ffd42f;
	padding-left: 30px;
	margin-bottom: 20px;
}

.foot-bg .footerContacts .mail {
	
	background: url("images/contactIcon3.png") no-repeat 0 3px;
	font-family: 'Rajdhani', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #ffd42f;
	padding-left: 30px;
	margin-bottom: 20px;
	text-transform:uppercase;
}

.foot-bg .footerContacts .mail a {
	
	color: #ffd42f;
	text-transform:none;
}

.foot-bg .footerContacts .mail a:hover {
	
	color: #f8f8f8;
	text-decoration: underline;
}

.foot-bg .footerContacts .phone {
	
	background: url("images/contactIcon2.png") no-repeat 0 3px;
	font-family: 'Rajdhani', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #ffd42f;
	padding-left: 30px;
	margin-bottom: 20px;
	text-transform:uppercase;
}

.foot-bg .footerContacts .live {
	
	background: url("images/contactIcon4.png") no-repeat 0 3px;
	font-family: 'Rajdhani', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #ffd42f;
	padding-left: 30px;
	margin-bottom: 20px;
	text-transform:uppercase;
}

.foot-bg .footerContacts .live a {
	
	color: #ffd42f;
	text-transform:none;
}

.foot-bg .footerContacts .live a:hover {
	
	color: #f8f8f8;
	text-decoration: underline;
}

.foot-bg .social-home {
	
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.foot-bg .social-home a {
	
    margin-bottom: 80px;
    color: #fff;
    font-size: 35px;
    position: relative;
    display: inline-block;
    width: 160px;
    height: 180px;
    line-height: 130px;
    text-align: center;
}

.foot-bg .social-home a i {
	
	position: relative;
    z-index: 10;
    top: -120px;
}

.foot-bg .social-home a .title {
	
    font-size: 24px;
    color: #ffffff;
    line-height: 1;
	font-weight:800;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -33px;
	text-transform: uppercase;
}

.foot-bg .social-home a .sub-title {
	
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
	font-weight:400;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -60px;
    display: block;
    width: 160px;
}

.foot-bg .social-home a::after {
	
    content: '';
    display: block;
    width: 116px;
    height: 114px;
    position: absolute;
    top: 0px;
    right: -20px;
}

.foot-bg .social-home a:active::before, .foot-bg .social-home a:focus::before, .foot-bg .social-home a:hover::before {
	
     transform: rotate(90deg);
	 transition: 0.7s;
}

.foot-bg .social-home a.facebook-circle::after {
	
    background: url(images/facebook-after.png) center no-repeat;
}

.foot-bg .social-home a.facebook-circle::before, .foot-bg .social-home a::before {
	
    background: url(images/facebook-cricle.png) center no-repeat;
    transition: 0.7s;
    height: 200px;
	content: '';
    display: block;
}

.foot-bg .social-home a.facebook-circle1::after {
	
    background: url(images/facebook-after1.png) center no-repeat;
}

.foot-bg .social-home a.facebook-circle1::before, .foot-bg .social-home a::before {
	
    background: url(images/facebook-cricle.png) center no-repeat;
    transition: 0.7s;
    height: 200px;
	content: '';
    display: block;
}

.foot-bg .social-home a.telegram-circle::after {
	
    background: url(images/telegram-after.png) center no-repeat;
}

.foot-bg .social-home a.telegram-circle::before, .foot-bg .social-home a::before {
	
    background: url(images/telegram-cricle.png) center no-repeat;
    transition: 0.7s;
    height: 200px;
	content: '';
    display: block;
}

.foot-bg .social-home a.twitter-circle::after {
	
    background: url(images/twitter-after.png) center no-repeat;
}

.foot-bg .social-home a.twitter-circle::before, .foot-bg .social-home a::before {
	
    background: url(images/twitter-cricle.png) center no-repeat;
    transition: 0.7s;
    height: 200px;
	content: '';
    display: block;
}

.payment-bg {
	
    background:#0a0a0a  no-repeat top center;
    background-size: cover;
    padding: 30px 0px 20px;
}

.payment-bg .payment {
	
    padding:0px 0px 0px 0px;
	text-align:center;
}

.payment-bg .payment ul {
	
	margin:0;
    padding:0px;
	list-style:none;
}

.payment-bg .payment ul li {
	
    padding:10px 30px;
	display:inline-block;
}



@media only screen and (max-width: 1200px){
	
	header .navbar-inverse .navbar-header a {
	  width: 180px;
	}
	header .navbar-inverse .navbar-nav > li.btn_menu {
	  padding: 17px 0;
	}
	header .navbar-inverse .navbar-nav > li {
	  padding: 0 6px;
	}
	header .navbar-inverse .navbar-header {
	  padding: 9px 0;
	}
	
	header .navbar-inverse .navbar-header {
	 
		margin-left: 0;
	}
	header .navbar-inverse .navbar-header {
	 
		margin-left: 0;
	}
	
	header .navbar-right {
	 
		margin-right: 0;
	}

}

@media only screen and (max-width: 1199px){
	
	header .navbar-inverse .navbar-nav > li {
	padding: 10px 20px;
	}
	header .navbar-inverse .navbar-nav > li > a {
		font-size: 15px;
	}
	
	header .navbar-inverse .navbar-nav > li .btn {
		min-width: 115px;
	}
	 
	 header .navbar-inverse .navbar-nav > li a.btn.btn-primary {
		min-width: 110px;
	 
	}
	.about-bg .aboutbg {
		background:url(images/about-bg.png) no-repeat top center;
		background-size:cover;
		padding:10px 0px 10px 0px;
		min-height:570px;
	}
	.depo-bg .lastFiveDetails .depobg1 {
		background: transparent;
		border: 2px solid #c10f1b;
		border-style: dashed;
		background-size: cover;
		width: auto;
		padding:0px 0px 20px 0px;
		margin: 20px auto 20px;
		min-height:0px;
	}
	.depo-bg .lastFiveDetails .depobg2 {
		background: transparent;
		border: 2px solid #c10f1b;
		border-style: dashed;
		background-size: cover;
		width: auto;
		padding:0px 0px 20px 0px;
		margin: 20px auto 20px;
		min-height:0px;
	}
	.depo-bg .lastFiveDetails .depobg1 h3 {
		font-size: 24px;
		color: #f4f9fd;
		margin: 0px 0px 10px 0px;
		padding: 10px 0px 10px 20px;
		font-family: "SuiGenerisRg-Regular";
		position: relative;
		top: 0px;
		text-align: center;
		font-weight: 700;
		background: #2a3039;
	}
	.depo-bg .lastFiveDetails .depobg2 h3 {
		font-size: 24px;
		color: #f4f9fd;
		margin: 0px 0px 10px 0px;
		padding: 10px 0px 10px 20px;
		font-family: "SuiGenerisRg-Regular";
		position: relative;
		top: 0px;
		text-align: center;
		font-weight: 700;
		background: #c10f1b;
	}
}

@media only screen and (max-width: 991px){

	header .navbar-inverse {
	  text-align: center;
	}
	header .navbar-inverse .navbar-header {
	  width: 100%;
	}
	header .navbar-inverse .navbar-nav > li.btn_menu {
	  padding: 4px 0;
	}
	header .navbar-inverse .navbar-nav > li > a {
		    padding: 0px 0px 8px 0px;
	}
	.banner-bg .banner-text .banner-title h2 {
		font-size: 60px;
		margin: 0px 0px 0px 0px;
	}
	.about-bg .aboutbg {
		background: #20252c no-repeat top center;
		background-size: cover;
		padding:30px 0px 30px 0px;
		min-height: 0px;
	}
	
	.plan-bg {
		background: #fff url(images/plan-bg.jpg) no-repeat top center;
		background-size: cover;
		padding: 0px 0px 60px;
	}
	.refer-bg {
		background: #050607 url(images/refer-bg1.png) no-repeat top center;
		background-size: cover;
		padding: 30px 0px 30px;
	}
	.refer-bg .refer .refer-head {
		padding: 0px 0px 30px;
	}
	.refer-bg .refer .news {
		text-align: left;
		padding: 0px 0px 30px;
	}
	.refer-bg .refer .news-head {
		padding: 30px 0px 0px;
	}
	.foot-bg {
		background:#c10f1b url(images/foot-bg.png) no-repeat top center;
		background-size: cover;
		padding: 30px 0px 30px;
	}
	.foot-bg .foot .foot-link {
		padding: 0px 0px 0px 0px;
	}
	.foot-bg .foot .foot-link .foot-head {
		display:none;
	}
}

@media only screen and (max-width: 767px){
	header .navbar-inverse {
	  text-align: left;
	}

	header .navbar-toggle{ margin: 12px 0; border:0; background:#feb729; border-radius:0;}
	header .navbar-inverse .navbar-toggle:hover, 
	header .navbar-inverse .navbar-toggle:focus{  background:#c10f1b;}
	header .navbar-inverse .navbar-toggle:hover .icon-bar, 
	header .navbar-inverse .navbar-toggle:focus .icon-bar{ background-color:#f5f5f5;}
	header .navbar-inverse .navbar-nav > li {
	  padding: 6px;
	  width: 100%;
	}
	header .navbar-inverse .navbar-nav > li > a:hover {
		border-bottom:2px solid transparent;
	}
	.banner-bg .banner-text .banner-title h4 {
		font-size: 30px;
		margin: 0px 0px 10px 0px;
	}
	.banner-bg .banner-text .banner-title h2 {
		font-size: 40px;
		margin: 10px 0px 0px 0px;
	}
	.banner-bg .banner-text .banner-sta ul li {
		padding: 10px 0px;
		display: block;
	}
}

@media only screen and (max-width: 560px){
	
	.banner-bg .banner .banner-email {
		padding: 30px 0px 0px;
		text-align:center;
	}
	.banner-bg .banner .banner-but {
		text-align:center;
	}
	
	.banner-bg .banner .banner-but .login-but {
		margin: 0px auto 10px;
		display: block;
		width: 230px;
	}
	.banner-bg .banner .banner-but .sign-but {
	    margin: 20px auto 0px;
		display: block;
		width: 230px;
	}
	.banner-bg .banner-text .banner-title h4 {
		font-size: 26px;
		margin: 0px 0px 10px 0px;
	}
	.banner-bg .banner-text .banner-title h2 {
		font-size: 28px;
		margin: 10px 0px 0px 0px;
	}
	.banner-bg .banner-text .main-but {
		padding: 0px 0px 30px 0px;
	}
}

@media only screen and (max-width: 500px){

	.about-bg .aboutbg .about-text .about-para img {
		padding: 0px 0px 10px 0px;
		float: none;
	}
	.plan-bg .plan .plan-sub {
		padding: 10px 0px 0px 0px;
		text-align: center;
	}
	.plan-bg .plan .plan-sub .plan-left {
		padding: 0px 0px 10px 0px;
		float: unset;
		width: auto;
	}
	.plan-bg .plan .plan-sub .plan-right {
		padding: 0px 0px 10px 0px;
		float: unset;
		width: auto;
	}
	.plan-bg .cal1 .cal-1 {
		padding: 20px 20px 20px 20px;
		margin: 0px auto 20px;
		background: #d0cfcf;
		border-radius: 5px;
		font-family: 'Rajdhani', sans-serif;
		color: #757474;
		font-weight: 600;
		text-transform: uppercase;
		font-size: 13px;
	}
	.refer-bg .refer .refer-sub h2 {
		font-family: 'Roboto', sans-serif;
		font-size: 60px;
		font-weight: 700;
		color: #c10f1b;
		margin: 0px 0px 10px 0px;
	}
	.depo-bg .lastFiveDetails table td {
		height: 40px;
		font-family: 'Rajdhani', sans-serif;
		font-size: 16px;
		color: #474747;
		font-weight: 500;
		padding: 0px 0px 0px 15px;
	}
	.depo-bg .lastFiveDetails table td:nth-child(2) {
		padding-left: 0px;
		padding-right: 0px;
	}
	.depo-bg .lastFiveDetails .depobg1 h3 {
		font-size: 22px;
	}
	.depo-bg .lastFiveDetails .depobg2 h3 {
		font-size: 22px;
	}

}




/********** registration part Media query **********/

@media only screen and (max-width: 540px){
.inner_page_info h3 {
    font-size:30px !important;
}
}

.form_body {
	
    width: 100%;
    background: #fff url(images/depo-bg.jpg) no-repeat center fixed;
    background-size: cover;
    padding: 50px 0 50px;
}

.main_title {
	
    width: 100%;
    display: inline-block;
}

.main_title h2 {
	
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-size: 34px;
	font-family:'Oswald', sans-serif;
}

.mb-30 {
	
    margin-bottom: 30px;
}

.text-red {
	
    color: #c10f1b !important;
}

.text-dark {
	
    color: #000 !important;
}

.login_form { 

	width:100%;
	margin-top:10px;
}

.login_form .form_box { 

    margin-bottom: 30px;
    margin-top: 10px;
}

.form_box label {
	
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 400;
}

.form_box label i {
	
    font-size: 18px;
    color: #080808;
    width: 38px;
    height: 38px;
    background: #feb729;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    margin-right: 5px;
}

.forgot_link { 

    width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 20px;
}

.forgot_link span { 

	display:inline-block;
}

.forgot_link span a { 

    font-size: 18px;
    color: #080808;
    text-transform: capitalize;
    font-weight: 600;
    transition: .3s;
    background: #feb729;
    padding: 14px 15px;
    font-family: 'Rajdhani', sans-serif;
}

.forgot_link b { 

	display:inline-block; 
	float:right;
}

.forgot_link b a { 

    font-size: 18px;
    color: #feb729;
    text-transform: capitalize;
    font-weight: 600;
    transition: .3s;
    background: #080808;
    padding: 14px 30px;
    font-family: 'Rajdhani', sans-serif;
}

.forgot_link span a:hover { 

    color: #feb729;
    transition: .3s;
    background: #080808;
}

.forgot_link b a:hover { 

    color: #080808;
    transition: .3s;
    background: #feb729;
}

.invest { 

	width:100%; 
	text-align:left;
	padding:30px 0px 0px 0px;
}

.invest ul { 

	list-style:none;
}

.invest ul li {
	
	 display:inline-block; 
	 width:100%; 
	 font-size:14px; 
	 color:#000; 
	 line-height:24px; 
	 margin-bottom:21px;
	 font-family: 'Poppins', sans-serif;
}

/*.invest ul li:before{ content:"\f101"; font-family: 'Font Awesome 5 Free'; font-weight: 900; font-size:20px; color:#FFC947; margin-right:10px; }*/

.invest ul li i {
	
    font-weight: bold;
    font-size: 20px;
    color: #FFC107;
    margin-right: 10px; 
}

.invest ul li b {
	
	color: #c10f1b;
    margin-right: 10px; 
}

.invest_login ul li{
	
	font-size: 16px;
	color: #333;
	font-family:'Poppins', sans-serif;
	line-height: 28px;
	margin-bottom: 10px;
}

.certification { 

	width:100%;
}

.certification a{ 
   
	-webkit-box-shadow: 0px 0px 0px 2px rgb(162, 61 ,65);
    -moz-box-shadow: 0px 0px 0px 2px rgba(175,110,111,1);
    box-shadow: 0px 0px 0px 2px rgb(85, 76, 185);
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}

.certification a img {
	
	display:inline-block; 
	width:100%;
}

.certification a i {
	
	display:inline-block; 
	position:absolute; 
	left:0; right:0; 
	top:0; 
	bottom:0; 
	margin:auto; 
	transition-property:opacity; opacity:0;
	-webkit-box-shadow: 0px 0px 0px 8px rgba(255,255,255,0.35);
	-moz-box-shadow: 0px 0px 0px 8px rgba(255,255,255,0.35);
	box-shadow: 0px 0px 0px 8px rgba(255,255,255,0.35);
	display:inline-block; 
	line-height:60px; 
	font-size:18px; 
	color:#ffffff; 
	width:60px; 
	height:60px; 
	border-radius:50%; 
	text-align:center; 
	background:#fd0577; 
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease  0s;
	transition: all .3s ease 0s;
}

.certification a:hover i {
	
	opacity:1;
}

.certification a:hover {
	
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 10px 0px rgb(253, 5, 119);
    border: 1px solid #fd0577;
}

.invest_login ul li b {

	color: #A23D41;	
}

.invest_login_invest ul l i{
	
	font-size: 16px;
	color: #333;
	font-family: 'Oswald', sans-serif;
	line-height: 36px;
	padding: 20px 0;

}

.invest_login_invest ul li b{
	
	font-size: 20px;
	color: #A23D41;
	margin-right:10px;	
	background: url(../images/reg/ul-bg.png) no-repeat center center;
	background-size: auto;
	padding: 20px;
}

.innerpage_banner {
    min-height: 150px;
    width: 100%;
    background: #050607 url(images/refer-bg1.png) no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
}
 .inner_page_info {
    margin-top: 30px;
    width: auto;
    border-bottom: solid #feb729 3px;
    padding-left: 35px;
    background: transparent;
    padding-right: 35px;
    padding-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
}
 .inner_page_info h3 {
     font-size:38px;
     color: #fff;
     font-weight: 500;
     margin: 0;
     line-height: normal;
	 font-family:'Oswald', sans-serif;
	 text-transform: uppercase;
}

.inner_page_info h3 span {
	
	color:#c10f1b;
}
 .inner_page_info ul {
     list-style: none;
     float: left;
     width: 100%;
     padding: 0;
     margin: 0;
}
 .inner_page_info ul li {
     float: left;
     margin-right: 10px;
}
 .inner_page_info ul li, .inner_page_info ul li a {
     color: #fff;
     font-size: 13px;
}
 .inner_page_info ul li a:hover, .inner_page_info ul li a:focus {
     color: #e9d16f;
}
 .heading_style2 {
    font-size: 30px;
    line-height: 54px;
    position: relative;
    color: #1b334d;
    margin-bottom: 15px;
    margin-top: 10px;
}

.layout_padding {
     padding: 50px 0;
}
.full {
    /* width: 100%;
     float: left;
     margin: 0;
     padding: 0;*/
	 text-align: center;
}
  .heading_main {
     float: left;
     width: 100%;
     text-align: center;
     margin-bottom: 35px;
	 /*margin-top: 30px;*/
}
.heading-main h2 {
	
	font-size: 34px;
    color: #c10f1b;
    line-height: 36px;
    font-weight: 400;
    text-transform: none;
    line-height: normal;
    letter-spacing: -0.5px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.heading_main span {
    color: #c10f1b;
    font-family: 'Oswald', sans-serif;
    font-weight:700;
    font-size: 34px;
	text-transform: uppercase;
}
.heading_main span::after {
    border-bottom: solid #000 4px;
    color: #000;
    padding-bottom: 15px;
    content: "";
    display: block;
    width: 120px;
    margin: 0 auto -10px;
} 

@media (max-width:992px) {

.box6 , .box6 a  {
width:100%;
font-family: 'Roboto', sans-serif;
font-size:100%;
line-height:24px;
color: #000;
padding-bottom:30px;
}

#formname_main {
	
	color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: #fa620d;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 30px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

input, select, textarea {
width:auto;
height:auto;
}

.heading-main h2 {
	
	font-size:30px;
    color: #c10f1b;
    line-height: 36px;
    font-weight: 400;
    text-transform: none;
    line-height: normal;
    letter-spacing: -0.5px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.heading_main span {
    color: #c10f1b;
    font-family: 'Oswald', sans-serif;
    font-weight:700;
    font-size: 30px;
	text-transform: uppercase;
}

/*input[type=submit] {
width: auto;
background: #eaa22f;
border: 1px solid #eaa22f;
color:#fff;
}

input[type=submit]:hover {

transform:scale(1.1);transition:all 300ms ease-in-out; -ms-transition:all 300ms ease-in-out;
background:#fff;    color: #2074c9;
    box-shadow: inset 100px 0px 0px 0px #003399;
	    border: 1px solid #2074c9;
}*/
input[type=submit]{
 	background: #c10f1b;
    color: #fff;
    border: 1px solid #c10f1b;
    padding: 10px 30px;
    outline: none;
    box-shadow: inset 0 0 0 0 #feb729;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    font-size: 16px;
    font-weight: bold;
	border-radius:0px;
}
input[type=submit]:hover
{
    background: #feb729;
    color: #000 !important;
    box-shadow: inset 100px 0px 0px 0px #feb729;
    border: 1px solid #feb729;
    border-radius: 0px;
}

}



/********** account-main page **********/


@media (max-width:420px) {

 
.member_detail , .member_detail table {
font-size:100%;
}


}

.menu ul li a {
padding:20px;
}

.tik , .users{
width:100%;
}

.menu ul li a {
padding:20px;
}

.tik , .users{
width:100%;
}

.tik .contents1 p {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 18px;
}
.tik .contents1 span {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
left: 40px;
	}
	.tik .contents1 span img {
	padding:15px 0;
	}
.tik .contents1 {
    padding: 20px 0px;
    text-align: center;
    line-height: 45px;
    position: relative;
    background-color: #ff5600;
    width: 180px;
	margin: 10px 0px 30px 10px;
    display: inline-block;
}

.member_detail {
    font-family: 'Roboto', sans-serif;
    /* background: #212424; */
    border-radius: 5px;
}

.member_detail .left , .member_detail .rightmembox{
    height: auto;
    background: rgba(255, 255, 255, 0.25);
	margin-bottom:30px;
}

.member_detail .left .boxcontent , .member_detail .rightmembox .boxcontent{
    border: 2px solid #542abe;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    background: #542abe38;
}
.member_detail .left .memtitlebox , .member_detail .rightmembox .memtitlebox{
    background: #000;
    color: #ff5600;
    padding: 13px 20px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    text-transform: uppercase;
}
.member_detail .left .boxcontent .usimg {
    text-align: center;
    width: 100%;
    margin: 10px 0px 10px 0px;
}
.member_detail table tr td {
    border-bottom: 1px solid #000;
    /* border-left: 1px solid #ffcc00; */
    color: #000;
    line-height: 32px;
}

.member_detail table tr td b {
	
	 color: #ff5600;
}

/********** registration part **********/


table {
    border: 6px solid transparent;
    border-collapse: initial;
}

button, input, select, textarea {
color:#000;
}

@media (min-width:1200px) {

.navigation .menutxt
{
    font-size: 16px;
    width: 240px;
    float: left;
    text-decoration: none !important;
    line-height: 50px;
    color:#fff;
	background-color: #542abe;
	margin-bottom:5px;
	transition:0.7s;

}
.navigation .menutxt:hover
{
color:#ff5600;
transition:0.7s;
background-color: #000;
}

.dropdownnav {
display:none;
}

}


@media (max-width:1200px) {


.dropdownnav {
display:block;
}

.fullnav{
display:none;
}

 .accordion {
 	width: 100%;
 	max-width: 360px;
 	margin: 30px auto 20px;
 	background: #FFF;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
 }

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 42px;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 700;
	border: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/*.accordion li:last-child .link {
	border-bottom: 0;
}*/

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	color: #ff5600;
}

.accordion li.open i {
	color: #ff5600;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion li.default .submenu {display: block;}
/**
 * Submenu
 -----------------------------*/
 .submenu {
 	display: none;
 	background: #000;
 	font-size: 14px;
 }

 .submenu li {
 	border-bottom: 1px solid #4b4a5e;
 }

 .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #d9d9d9;
 	padding: 12px;
 	padding-left: 42px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }

 .submenu a:hover {
	background: #4b1ead;
    color: #fff;
	transition:0.7s;
 }



}


@media (min-width:992px) {

.box6{
width:100%;
font-family: 'Roboto', sans-serif;
font-size:14px;
line-height:24px;
color: #000;
padding-bottom:30px;
}


#formname{
text-align: center;
    text-transform: uppercase;
    color:#000000;
    font-size: 22px;
	border:3px solid #09b719;
	}
#formname_main
{
	color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: #fa620d;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 30px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

input.sbmt{
    background: #c10f1b;
    color: #fff;
    border: 1px solid #c10f1b;
    padding: 12px 40px;
    outline: none;
    box-shadow: inset 0 0 0 0 #feb729;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    font-size: 16px;
    font-weight: bold;
	border-radius:5px;
	font-family:'Open Sans', sans-serif;
	text-transform:uppercase;
}
input.sbmt:hover
{
    background: #feb729;
    color: #1d1d1d;
    box-shadow: inset 100px 0px 0px 0px #feb729;
    border: 1px solid #feb729;
    background-color: #feb729;
	
}


}


.form-control {
    display: block;
    /*width: 96%;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #392757;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    margin: 0 auto;
}


#formname_sub
{
color:#222;
text-transform:uppercase;
font-size:18px;
text-align:center;
/*background:#D1A703;*/
padding: 10px;
width:400px;
border-bottom: 5px solid #222;
margin:5px 0px;
font-family: 'Roboto', sans-serif;
}

.alls{
height:auto !important;
}
span#menu-icon{
height: 51px;
float: left;
width: 55px;
/*border-right: 5px solid #FFFFFF;*/
margin-right: 10px;
}
table.account_table{
    font-size: 16px;
    width: 100%;
    float: left;
    text-decoration: none;
    line-height: 50px;
    font-weight: bold;
    color: white;
    padding: 0;
    margin-left: 6px;
    margin-top: 6px;
}
table.account_table img
{
max-width:100%;
border-radius: 7px;
}
table.account_table img a
{
opacity:0.4;
filter:alpha(opacity=40);
}
table.account_table img a:hover
{
opacity:1.0;
filter:alpha(opacity=100);
text-decoration:none;
}
.account_table img
{
max-width:100%;
}
.account_table img:hover
{
transform:scale(1.1);transition:all 300ms ease-in-out; -ms-transition:all 300ms ease-in-out;
}



table.make_deposit td.second{
background:#242e35;
    color: #fff;
    padding: 10px;
}
table.make_deposit td.first{
background:#242e35;
    color: #fff;
    padding: 10px;
		font-family: 'Roboto', sans-serif;
	
}
.memberuser
{
float:left;
width:100%;
  /*  background: #D1A703;*/
	height:100px;
}
.memberuser table tr td
{
color:#FF0000;
font-family: 'Roboto', sans-serif;
font-size:16px;
}

.left-navigation .navigation ul {
	
	margin-bottom:0px;
}

.left-navigation .navigation ul , .register , 
.right-navigation {
    padding: 0;
	margin-bottom:15px;
}

.left-navigation .navigation ul li {
	
	list-style:none;
}

.navigation
{
opacity:1;
margin-top:0px;
    padding: 0;
	margin-bottom:40px;
}
.navigations td
{
font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 18px;
    border: 1px solid;
    border-color: #fff;
    padding: 0;
    background-color:#1f1f1f;
	   /* box-shadow: inset 0 0 0 0 #003399;*/
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
	/*    border-radius: 7px;*/
}
.navigations th
{
font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
    font-size: 20px;
    border-color: #666a6b;
    background-color:#7545b4;
}
.navigations td:hover
{
	font-family: 'Roboto', sans-serif;color:#E7BA04;font-style: Narrow;
	font-size: 18px;padding-left:20px;border:1px solid #fff; /*border-color:#666a6b;*/     color: #08072b;
	/* box-shadow: inset 0 0 0 0 #003399;*/
	background-color:#eaa22f;
}

	.register table tr td
	{
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    background: #000;
    color: #FFF;
    line-height: 18px;
    border-radius: 3px;
    padding: 10px 0px;
    border: 1px solid #ffffff3d;
text-align: center;
	}
/*
.inheader{
    background: #E4B704;	
}
.item {
    background: #F5F2DC;
	}*/
.table_r
{
width:100%;
height:auto;
}
.table_r .table_r1
{
width: 64.5%;
height: 200px;
background:#fff;
float: left;
font-family: 'Roboto', sans-serif;
border-radius: 0px;
 margin: 0px 0px 0px 0px;
}
.table_r .table_r1 .left
{
float:left;
width:44%;
    margin: 10px 0px 0px 0px;
}
.table_r .table_r1 .left img
{
max-width:100%;
}
.table_r .table_r1 .right
{
float:left;
width:50%;
    margin: 0px 0px 0px 0px;
}
.table_r .table_r1 .right .text1
{
color: #fff;
font-family: "Open Sans",sans-serif;
font-size: 25px;
text-transform: uppercase;
padding: 55px 0px 0px 0px;
font-weight: bold;
}
.table_r .table_r1 .right .text2
{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: inherit;
    padding: 13px 0px 0px 20px;
    font-weight: bold;
}
.table_r .table_r1 .reg
{
    float: left;
    width: 50%;
    background: #3f78ea;
    height: 75px;
    border-radius: 0px 0px 0px 0px;
	    margin: 20px 0px 0px 0px;
}
.table_r .table_r1 .reg .title
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    text-transform: inherit;
    color: #fff;
    font-weight: 500;
text-align:center;
    margin: 16px 0px 0px 0px;
}
.table_r .table_r1 .reg .subtitle
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    text-transform: inherit;
    color: #fff;
    font-weight: 500;
text-align:center;
    margin: 2px 0px 0px 0px;
}
.table_r .table_r1 .last
{
    float: left;
    width: 50%;
    background: #003399;
    height: 75px;
    border-radius: 0px 0px 0px 0px;
	    margin: 20px 0px 0px 0px;
}
.table_r .table_r1 .last .title
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    text-transform: inherit;
    color: #fff;
    font-weight: 500;
text-align:center;
    margin: 16px 0px 0px 0px;
}
.table_r .table_r1 .last .subtitle
{
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    text-transform: inherit;
    color: #fff;
    font-weight: 500;
text-align:center;
    margin: 2px 0px 0px 0px;
}
.table_r .table_center
{
float:left;
width:20%;
}
.table_r .table_r2
{
    width: 30%;
/*height: 235px;
background: #212424;*/
    float: left;
font-family: 'Roboto', sans-serif;
	border-radius: 5px;
	    margin: -10px 0px 0px 7px;
}
.table_r .table_r2 .button
{
float:left;
width:100%;
}
.table_r .table_r2 .button .but1
{
text-align:center;
width:100%;
margin: 0px 0px 0px 0px;
}
.table_r .table_r2 .button .but1 a
{
text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #fff;
    background: #3f78ea;
        padding: 5px 29px;
    text-transform: inherit;
    font-weight: 500;
    box-shadow: inset 0 0 0 0 #003399;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.table_r .table_r2 .button .but1 a:hover {
    color: #fff;
    box-shadow: inset 0px 100px 0px 0px #003399;
}
.table_r .table_r2 .button .but2
{
text-align:center;
width:100%;
margin: 71px 0px 0px 0px;
}
.table_r .table_r2 .button .but2 a
{
text-decoration: none;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #ffffff;
    background: #003399;
    padding: 5px 29px;
    text-transform: inherit;
    font-weight: 500;
    box-shadow: inset 0 0 0 0 #3f78ea;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.table_r .table_r2 .button .but2 a:hover {
    color: #fff;
    box-shadow: inset 0px 100px 0px 0px #3f78ea;
}
.table_r .table_r2 .button .but3
{
text-align:center;
width:100%;
margin: 141px 0px 0px 0px;
}
.table_r .table_r2 .button .but3 a
{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #fff;
    background: #3f78ea;
    padding: 5px 29px;
    text-transform: inherit;
    font-weight: 500;
    box-shadow: inset 0 0 0 0 #003399;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.table_r .table_r2 .button .but3 a:hover {
    color: #fff;
    box-shadow: inset 0px 100px 0px 0px #003399;
}
.table_r .table_r2 .button .but4
{
text-align:center;
width:100%;
margin: 213px 0px 0px 0px;
}
.table_r .table_r2 .button .but4 a
{
text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #fff;
    background: #003399;
        padding: 5px 29px;
    text-transform: inherit;
    font-weight: 500;
    box-shadow: inset 0 0 0 0 #3f78ea;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.table_r .table_r2 .button .but4 a:hover {
    color: #fff;
    box-shadow: inset 0px 100px 0px 0px #3f78ea;
}
.table_r .table_r3
{
width: 30%;
height: 235px;
background: #212424;
float: left;
font-family: 'Roboto', sans-serif;
border-radius: 5px;
 margin: 0px 0px 0px 7px;
}
.table_rr1
{
width:100%;
float:left;
height:auto;
}
.valids td
{
	font-family: Arial, Helvetica, sans-serif;color:#606362;font-style: Narrow;/*border:1px solid;*/
	font-size: 20px;padding-left:17px;/*border-color:#000000;*//*border-radius:10px;*/
/*	background:#18BD9B;*/
}
.valids td.plan
{
	background:url('../images/plan_bg.png') no-repeat;
	height:93px;
}
.valids td.plan1
{
	    background: #CFD6E6;
	height:50px;
}
.valids td.plan b{
    font-size: 20px;
    color: #1B1B1B;
    text-transform: uppercase;
}
.valids b
{
font-family:Arial, Helvetica, sans-serif;font-style:Narrow;font-size:18px;color:#2BB8DA;
}
.valids a
{
color::#2BB8DA;font-family:Arial, Helvetica, sans-serif;font-style:Narrow;font-size:16px; text-decoration:none;
}
.maketb
{
float:left;
width:100%;
}
.maketb .tb1
{
width:50%;
float:left;
}
.maketb .tb1
{
width:50%;
float:right;
}
.icon {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    background: #e82b25;
    /*-webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;*/
    border-radius: 0px 0 0 0px;
}
h1 {
  /*text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  color: #06D85F;
  margin: 80px 0;*/
}
.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}
.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
 /* border: 2px solid #06D85F;*/
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
/*.button:hover {
  background: #06D85F;
}
*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: -1px;
  right: 13px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #10e1d5;
}
.popup .content {
  max-height: 100%;
  overflow: auto;
}
@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
	}
.animated
{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	}
	
	
.signupalign
{
width:100%;
}
.signupalign .tab1
{
float:left;
width:50%;
}	
.signupalign .tab2
{
float:right;
width:40%;
}		
	
	
	.supportcon
	{
	float:left;
	width:100%;
	}
	.supportcon .sup1
	{
	float:left;
	width:50%;
}
	.supportcon .sup2
	{
	float:left;
	width:45%;
}
    
	
	/*************login redirect style **************/
	.loginrebg
	{
	background:#000000;
	height:700px;
	}
	.loginrecontainer
	{
	float:left;
	width:100%;
	}
	
	
		/*************login redirect style **************/
		
		
/*****poput calc***********************/
h1 {
  text-align: center;
  font-family: Tahoma, Arial, sans-serif;
  color: #06D85F;
  margin: 80px 0;
}
.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}
.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
 /* border: 2px solid #06D85F;*/
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
/*.button:hover {
  background: #06D85F;
}
*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 70px auto;
  padding: 20px;
  background: #000;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  opacity:0.8;
}
.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: -1px;
  right: 13px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #369223;
}
.popup .close:hover {
  color:#000;
}
.popup .content {
  max-height: 100%;
  overflow: auto;
}
@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
	}
.animated
{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	}
/*****poput calc***********************/