@charset "utf-8";
/* CSS Document */


body {

	font-family: 'Rajdhani', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    height: auto;
}

#wrapper {

    width:100%;
}

.wrap {

    width:1200px;
	margin:0px auto;
}

.clear {
	
    clear: both;
}

a {
    text-decoration: none !important;
}

.top-bg {

	height:750px;
	display:inline-table;
	background:url(images/top-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.top {
	
	width:100%;
	float:left;
}

.top .top-logo {
	
	width:30%;
	float:left;
	padding:20px 0px 0px 20px;
}

.top .top-logo img{
	
	display: inline-block;
	transform-origin: 100% 0;
}

.top .top-logo 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);
	}
}

.top .time {
	
	width:26%;
	float:left;
	padding:30px 0px 0px 20px;
}

.top .time .time-img{
	
	width:15%;
	float:left;
}

.top .time .server{
	
	width:80%;
	float:left;
}

.top .time .server p{
	
	font-family: 'Rajdhani', sans-serif;
	font-size:20px;
	color:#fff;
	margin:0;
}

.top .time .server span{
	
	font-family: 'Rajdhani', sans-serif;
	font-size:16px;
	color:#fff;
}

.top .top-but {
	
	width:25%;
	float:left;
	padding:35px 0px 0px 20px;
}

.top .top-but .top-login{
	
	width:45%;
	float:left;
	padding:0px 0px 0px 0px;
}

.top .top-but .top-login a{
	
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size:18px;
	color:#000000;
	background:#fff;
	border:1px solid #fff;
	padding:6px 35px;
	border-radius:30px;
	transition:0.7s;
	display: inline-block;
    box-shadow: inset 0 0 0 0 #f4d60c;
}

.top .top-but .top-login a:hover{
	
	color:#fff;
	background:transparent;
	border:1px solid #f4d60c;
	transition:0.7s;
	box-shadow: inset 0 0 0 42px transparent;
}

.top .top-but .top-sign{
	
	width:45%;
	float:left;
	padding:0px 0px 0px 0px;
}

.top .top-but .top-sign a{
	
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size:18px;
	color:#fff;
	background:transparent;
	border:1px solid #f4d60c;
	padding:6px 30px;
	border-radius:30px;
	transition:0.7s;
    display: inline-block;
    box-shadow: inset 0 0 0 0 #f4d60c;
}

.top .top-but .top-sign a:hover{
	
	color:#000;
	background:#fff;
	border:1px solid #fff;
	transition:0.7s;
	box-shadow: inset 0 0 0 42px #fff;
}

.top .top-trans {
	
	width:13%;
	float:left;
	padding:45px 0px 0px 0px;
}

.top .top-menu {
	
	width:100%;
	float:left;
	padding:20px 0px 0px 0px;
}

.top .top-menu .top-menu1 {
	
    width: 90%;
    float: left;
    background: #4d7363;
    padding: 10px 0px 10px 0px;
    margin:0px 0px 0px 40px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.top .top-menu .top-menu1 ul {

	list-style:none;
	margin:0px;
	padding:0px;
	
}

.top .top-menu .top-menu1 ul li {

	display: inline-block;
    padding: 5px 25px;
	
}

.top .top-menu .top-menu1 ul li a{

	font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
	color:#ffffff;
	font-weight:bold;
	transition: 0.7s;
	border: 1px solid transparent;
    padding:10px 10px;
	display:block;
	text-transform:uppercase;
}

.top .top-menu .top-menu1 ul li a:hover{

    color: #034456;
	background:#f4d60c;
    transition: 0.7s;
	border: 1px solid #f4d60c;
	animation-name: wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

@keyframes wobble-horizontal {
	16.65% {
		transform: translateX(8px);
	}

	33.3% {
		transform: translateX(-6px);
	}

	49.95% {
		transform: translateX(4px);
	}

	66.6% {
		transform: translateX(-2px);
	}

	83.25% {
		transform: translateX(1px);
	}

	100% {
		transform: translateX(0);
	}
}

.top .top-head {
	
    width: 95%;
    float: left;
    padding: 130px 0px 0px 0px;
    text-align: right;
}

.top .top-head p{ 

	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color:#ffffff;
    margin:0px 30px 10px 0px;
}

.top .top-head .eee {
	
  margin: 0px 30px 10px 0px !important;
  color: #fff;
  overflow: hidden; 
  /*border-right: 3px solid orange;*/
  white-space: nowrap; 
  margin: auto;
  animation: typing 8s steps(200, end),blink-caret 100s step-end infinite;
}

@keyframes typing {
	
  from { width: 0 }
  to { width: 100% }
}

@keyframes blink-caret {
	
  from, to { border-color: transparent }
  50% { border-color: orange }
}

.top .top-head b{ 

	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	color:#ffffff;
}

.top .top-head span{ 

	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	color:#fee119;
}

.top .slide-invest {

    width: 45%;
    float: right;
    padding-top: 60px;
}

.top .slide-invest .start
{

}

.top .slide-invest .start a
{
	color: #034456;
    background: #f4d60c;
    font-size: 18px;
    font-family: 'Saira Semi Condensed', sans-serif;
    float: left;
    padding: 0px 55px;
    line-height: 50px;
    border: 1px solid #f4d60c;
    display: inline-block;
    transition: 0.7s;
    transition-duration: .5s;
    transition-property: transform;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
	font-weight:bold;
	position: relative;
}

.top .slide-invest .start a:hover
{
	color:#040404;
	background:#53755e;
	border:1px solid #53755e;
	transition: 0.7s;
	transform: translateY(15px);
    animation-name: hang;
    animation-duration: 1.5s;
    animation-delay: $defaultDuration;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.top .slide-invest .start3
{
    color: #040404 !important;
    background: #53755e !important;
    margin-left: 20px;
    border: 1px solid #53755e !important;
    transition: 0.7s;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.top .slide-invest .start3:hover
{  
	color:#034456 !important;
	transition: 0.7s;
    border: 1px solid #f4d60c !important;
	background:#f4d60c !important;
}

.top .slide-invest .start a i {

    position: absolute;
    opacity: 0;
    top: -1px;
    left: 0;
    background: #000;
    /* 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%}
}


@keyframes wobble-vertical {



  16.65% {

    transform: translateY(8px);
}



  33.3% {

    transform: translateY(-6px);
}



  49.95% {

    transform: translateY(4px);

}

  66.6% {

    transform: translateY(-2px);
}

  83.25% {

    transform: translateY(1px);

}

  100% {

    transform: translateY(0);

  }
}

.work-bg {

	height:500px;
	display:inline-table;
	background:url(images/work-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.work {
	
	width:100%;
	float:left;
}

.work .work-head {
	
	width:100%;
	float:left;
	padding-top:65px;
	padding-bottom:30px;
}

.work .work-head .work-text:after{
	
	position: absolute;
    /* top: 149px; */
    left: 0px;
    border-top: 1px solid #a1a0a0;
    content: "";
    width: 34%;
    margin: 30px 0px 0px 0px;
}

.work .work-head .work-text{
	
    width: 66%;
    float: right;
}

.work .work-head .work-text span{
	
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size:40px;
	color:#2f2f2f;
}

.work .work-head .work-text b{
	
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size:40px;
	color:#2f2f2f;
}

.work .work1 {

    width: 30%;
    float: left;
    margin-right: 40px;
    background: url(images/work1.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 60px;
    line-height: 30px;
}

.work .work1 .work-head1 {

    text-align: center;
    padding: 0px 0px 20px 0px;
	font-family: 'Oswald', sans-serif;
	font-size: 60px;
	color:#034456;
}

.work .work1 .work-head2 {

    font-family: 'Saira Semi Condensed', sans-serif;
    font-size:22px;
    color: #494949;
	font-weight:bold;
	text-align:center;
    padding: 10px 0px 15px 0px;
}

.work .work1 .work-cont {

    font-family: 'Rajdhani', sans-serif;
    font-size:17px;
	text-align:center;
    color: #707070;
    padding: 0px 0px 15px 0px;
	line-height: 26px;
}

.abo-bg {

	height:650px;
	display:inline-table;
	background:url(images/abo-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.abo {
	
	width:100%;
	float:left;
}

.abo .abo-head {
	
	width:100%;
	float:left;
	padding-top:58px;
	padding-bottom:30px;
}

.abo .abo-head .abo-text:after{
	
	position: absolute;
    /* top: 149px; */
    left: 0px;
    border-top: 1px solid #9d9b9b;
    content: "";
    width: 31%;
    margin: 30px 0px 0px 0px;
}

.abo .abo-head .abo-text{
	
    width: 70%;
    float: right;
}

.abo .abo-head .abo-text span{
	
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size:40px;
	color:#f8f8f8;
}

.abo .abo-head .abo-text b{
	
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size:40px;
	color:#ffffff;
}

.abo .abo-left {
	
	width:55%;
	float:left;
	padding:30px 0px 0px 0px;
}

.abo .abo-left .abo-cont {
	
	width: 90%;
    float: left;
    padding:70px 0px 0px 70px;
}

.abo .abo-left .abo-cont span {
	
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size:18px;
	color:#fff;
}

.abo .abo-left .abo-cont p {
	
	font-family: 'Rajdhani', sans-serif;
    font-size:17px;
    color: #acd3d8;
	line-height:26px;
}

.abo .abo-left .abo-cont .abo-but {
	
	width: 60%;
    float: left;
    padding: 30px 0px 0px 70px;
}

.abo .abo-left .abo-cont .abo-but a {

	color: #034456;
    background: #f4d60c;
    font-size: 18px;
    font-family: 'Saira Semi Condensed', sans-serif;
    float: left;
    padding: 0px 65px;
    line-height: 48px;
    border: 1px solid #f4d60c;
    transition:0.7s;
    display: inline-block;
    box-shadow: inset 0 0 0 0 #53755e;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
	font-weight:bold;
}

.abo .abo-left .abo-cont .abo-but a:hover {

	color:#040404;
	background:#53755e;
	border:1px solid #53755e;
	transition: 0.7s;
	box-shadow: inset 0 0 0 42px #53755e;
}

.abo .abo-right {
	
    width: 44%;
    float: right;
    padding: 80px 0px 0px 0px;
}

.abo .abo-right .abo-img{
	
	
}

.plan-bg {

	height:770px;
	display:inline-table;
	background:url(images/plan-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.plan {
	
	width:100%;
	float:left;
}

.plan .plan-head {
	
	width:100%;
	float:left;
	padding-top:58px;
	padding-bottom:30px;
}

.plan .plan-head .plan-text:after{
	
	position: absolute;
    /* top: 149px; */
    left: 0px;
    border-top: 1px solid #9d9b9b;
    content: "";
    width: 31%;
    margin: 30px 0px 0px 0px;
}

.plan .plan-head .plan-text{
	
    width: 70%;
    float: right;
}

.plan .plan-head .plan-text span{
	
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size:40px;
	color:#1f1f1f;
}

.plan .plan-head .plan-text b{
	
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size:40px;
	color:#2f2f2f;
}

.plan .planbg{

	width:100%;
	float:left;
	padding-top:50px;
}


.plan .planbg .planbg1{

	width:30%;
	float:left;
	height:500px;
	margin-left:30px;
	background:url(images/planbg1.png);
	background-position:center;
	background-repeat:no-repeat;
}

.plan .planbg .planbg1 .plan-per1 {
	
	font-family: 'Oswald', sans-serif;
	font-size:50px;
	font-weight:bold;
	color:#034456;
	text-align: center;
    padding: 130px 0px 35px 0px;
}

.plan .planbg .planbg1 .plan-per1 span{
	
	font-family: 'Rajdhani', sans-serif;
	font-size:16px;
	font-weight:normal;
	font-style:italic;
	color:#707070;
}

.plan .planbg .planbg1 .plan-day1 {
	
	font-family: 'Rajdhani', sans-serif;
	font-size:16px;
	color:#606060;
    text-align: justify;
    width: 62%;
    float: right;
    line-height: 36px;
}

.plan .planbg .planbg1 .plan-sign1 {
	
    text-align: center;
    padding-top: 20px;
    width: 100%;
    float: left;
}

.plan .planbg .planbg1 .plan-sign1 a{

    font-family: 'Saira Semi Condensed', sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	background:#034456;
	border:1px solid #034456;
	padding:8px 40px;
	border-radius:5px;
	display: inline-block;
    transition-duration: .5s;
    transition-property: transform;
}


.plan .planbg .planbg1 .plan-sign1 a:hover{

	color:#034456;
	background:#e5c908;
	border:1px solid #e5c908;
	transition:0.7s;
	transform: translateY(10px);
    animation-name: hang;
    animation-duration: 1.5s;
    animation-delay: $defaultDuration;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}


.plan .planbg .planbg2{

	width:30%;
	float:left;
	height:500px;
	margin-left:30px;
	background:url(images/planbg2.png);
	background-position:center;
	background-repeat:no-repeat;
}

.plan .planbg .planbg2 .plan-per2 {
	
	font-family: 'Oswald', sans-serif;
	font-size:50px;
	font-weight:bold;
	color:#ffffff;
	text-align: center;
    padding: 130px 0px 35px 0px;
}

.plan .planbg .planbg2 .plan-per2 span{
	
	font-family: 'Rajdhani', sans-serif;
	font-size:16px;
	font-weight:normal;
	font-style:italic;
	color:#ffffff;
}


.plan .planbg .planbg2 .plan-day2 {
	
	font-family: 'Rajdhani', sans-serif;
	font-size:16px;
	color:#ffffff;
    text-align: justify;
    width: 62%;
    float: right;
    line-height: 36px;
}

.plan .planbg .planbg2 .plan-sign2 {
	
    text-align: center;
    padding-top: 20px;
    width: 100%;
    float: left;
}

.plan .planbg .planbg2 .plan-sign2 a{

    font-family: 'Saira Semi Condensed', sans-serif;
	font-size:18px;
	color:#034456;
	font-weight:bold;
	background:#e5c908;
	border:1px solid #e5c908;
	padding:8px 40px;
	border-radius:5px;
	display: inline-block;
    transition-duration: .5s;
    transition-property: transform;
}

.plan .planbg .planbg2 .plan-sign2 a:hover{

	color:#fff;
	background:#034456;
	border:1px solid #034456;
	transition:0.7s;
	transform: translateY(10px);
    animation-name: hang;
    animation-duration: 1.5s;
    animation-delay: $defaultDuration;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.plan .planbg .planbg3{

	width:30%;
	float:left;
	height:500px;
	margin-left:30px;
	background:url(images/planbg3.png);
	background-position:center;
	background-repeat:no-repeat;
}

.plan .planbg .planbg3 .plan-per3 {
	
	font-family: 'Oswald', sans-serif;
	font-size:50px;
	font-weight:bold;
	color:#034456;
	text-align: center;
    padding: 130px 0px 35px 0px;
}

.plan .planbg .planbg3 .plan-per3 span{
	
	font-family: 'Rajdhani', sans-serif;
	font-size:16px;
	font-weight:normal;
	font-style:italic;
	color:#707070;
}


.plan .planbg .planbg3 .plan-day3 {
	
	font-family: 'Rajdhani', sans-serif;
	font-size:16px;
	color:#606060;
    text-align: justify;
    width: 62%;
    float: right;
    line-height: 36px;
}


.plan .planbg .planbg3 .plan-sign3 {
	
    text-align: center;
    padding-top: 20px;
    width: 100%;
    float: left;
}

.plan .planbg .planbg3 .plan-sign3 a{

    font-family: 'Saira Semi Condensed', sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	background:#034456;
	border:1px solid #034456;
	padding:8px 40px;
	border-radius:5px;
	display: inline-block;
    transition-duration: .5s;
    transition-property: transform;
}

.plan .planbg .planbg3 .plan-sign3 a:hover{

	color:#034456;
	background:#e5c908;
	border:1px solid #e5c908;
	transition:0.7s;
	transform: translateY(10px);
    animation-name: hang;
    animation-duration: 1.5s;
    animation-delay: $defaultDuration;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.refer-bg {

	height:850px;
	display:inline-table;
	background:url(images/refer-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.refer {
	
	width:100%;
	float:left;
}

.refer .calbg {
	
	width:100%;
	float:left;
}

.refer .calbg .calbg1{
	
	width:92%;
	float:left;
	margin-left:45px;
	background:#e5c908;
	background-position:center;
	background-repeat:no-repeat;
	border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.refer .calbg .calbg1 .cal1{
	
	width:22%;
	float:left;
    margin: 20px 0px 20px 28px;
}

.refer .calbg .calbg1 .cal1 .cal-title{
	
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size:20px;
	color:#034456;
	margin-bottom:10px;
	text-align:center;
    font-weight: bold;
}

.refer .calbg .calbg1 .cal1 select {

   	font-family: 'Rajdhani', sans-serif;
    font-size:16px;
	color:#034456;
    height: 45px;
    text-align: center;
    width: 100%;
    border: 1px solid #f2e484;
    background: #f2e484;
	outline: none;
	font-weight:bold;
	padding: 10px 15px;
	border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.refer .calbg .calbg1 .cal1 .cal-1 input {

   	font-family: 'Rajdhani', sans-serif;
    font-size:16px;
	color:#25313d;
    height: 40px;
    text-align: center;
    width: 100%;
    border: 1px solid #fff;
    background: #fff;
	outline: none;
	font-weight:bold;
	border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.refer .calbg .calbg1 .cal1 input {

   	font-family: 'Rajdhani', sans-serif;
    font-size:16px;
	color:#25313d;
    height: 40px;
    text-align: center;
    width: 100%;
    border: 1px solid #034456;
    background: transparent;
	outline: none;
	font-weight:bold;
	border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.refer .refer-head {
	
	width:100%;
	float:left;
	padding-top:80px;
	padding-bottom:20px;
}

.refer .refer-head .refer-text:after{
	
	position: absolute;
    /* top: 149px; */
    left: 0px;
    border-top: 1px solid #9d9b9b;
    content: "";
    width: 31%;
    margin: 30px 0px 0px 0px;
}

.refer .refer-head .refer-text{
	
    width: 70%;
    float: right;
}

.refer .refer-head .refer-text span{
	
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size:40px;
	color:#f8f8f8;
}

.refer .refer-head .refer-text b{
	
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size:40px;
	color:#ffffff;
}

.refer .refer-left {
	
	width:50%;
	float:left;
	padding:60px 0px 0px 50px;
}

.refer .refer-left .refer-com {
	
    width: 50%;
    float: left;
	padding: 20px 0px 0px 0px;
    text-align: center;
}

.refer .refer-left .refer-com span{
	
	font-family: 'Rajdhani', sans-serif;
	font-size:35px;
	color:#7bc253;
}

.refer .refer-left .refer-up {
	
	width:40%;
	float:left;
	text-align: center;
}

.refer .refer-left .refer-up .refer-up1 {
	
    width: 40%;
    float: left;
    background: transparent;
    border: 1px solid #9d9b9b;
    padding: 10px 0px 0px 10px;
}

.refer .refer-left .refer-up .refer-up1 p{
	
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	color:#ffffff;
	margin:0;
}

.refer .refer-left .refer-up .refer-up1 span{
	
	font-family: 'Rajdhani', sans-serif;
	font-size:50px;
	color:#e5c908;
	font-weight:bold;
}

.refer .refer-left .refer-cont {
	
    width: 90%;
    float: left;
	padding: 20px 0px 0px 0px;
}

.refer .refer-left .refer-cont p{
	
	font-family: 'Rajdhani', sans-serif;
	font-size:18px;
	color:#ffffff;
	line-height:30px;
}


.refer .refer-right {
	
	width:45%;
	float:left;
	padding:150px 0px 0px 0px;
}


.refer .refer-right .referbg{
	
	width:100%;
	float:left;
}

.refer .refer-right .referbg .referbg1{
	
	width:90%;
	float:left;
	height:200px;
	background:url(images/referbg1.png);
	background-position:center;
	background-repeat:no-repeat;
}

.refer .refer-right .referbg .referbg1 .refer-per {
	
	width: 38%;
    float: left;
    padding: 38px 0px 0px 93px;
}

.refer .refer-right .referbg .referbg1 .refer-per span{
	
	font-family: 'Oswald', sans-serif;
	font-size:58px;
	color:#e5c908;
	font-weight:bold;
}

.refer .refer-right .referbg .referbg1 .refer-per p{
	
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size:18px;
	color:#034456;
	margin:0;
}

.refer .refer-right .referbg .referbg1 .refer-per1 {
	
    width: 35%;
    float: right;
    padding: 36px 0px 0px 0px;
}

.refer .refer-right .referbg .referbg1 .refer-per1 span{
	
	font-family: 'Oswald', sans-serif;
	font-size:58px;
	color:#ffffff;
	font-weight:bold;
}

.refer .refer-right .referbg .referbg1 .refer-per1 p{
	
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size:18px;
	color:#ffffff;
	margin:0;
}

.refer .refer-but {
	
	width:100%;
	float:left;
}

.refer .refer-but .refer-but1 {
	
	text-align:center;
	padding:50px 0px 0px 0px;
}


.refer .refer-but .refer-but1 a {

	color: #e5c908;
    background: #53755e;
    font-size: 20px;
    font-family: 'Saira Semi Condensed', sans-serif;
    padding: 0px 65px;
    line-height: 48px;
    border: 1px solid #53755e;
    display: inline-block;
    transition: 0.7s;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
	font-weight:bold;
	box-shadow:inset 0 0 0 0 #f4d60c;
}

.refer .refer-but .refer-but1 a:hover {

	color:#034456;
	background:#f4d60c;
	border:1px solid #f4d60c;
	transition: 0.7s;
	box-shadow:inset 0 42px 0 0 #f4d60c;
}

.advan-bg {

	height:800px;
	display:inline-table;
	background:url(images/advan-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.advan {
	
	width:100%;
	float:left;
}

.advan .advan-head {
	
	width:100%;
	float:left;
	padding-top:58px;
	padding-bottom:30px;
}

.advan .advan-head .advan-text:after {
	
	position: absolute;
    /* top: 149px; */
    left: 0px;
    border-top: 1px solid #9d9b9b;
    content: "";
    width: 31%;
    margin: 30px 0px 0px 0px;
}

.advan .advan-head .advan-text {
	
    width: 70%;
    float: right;
}

.advan .advan-head .advan-text span {
	
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size:40px;
	color:#1f1f1f;
}

.advan .advan-head .advan-text b{
	
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size:40px;
	color:#2f2f2f;
}

.advan .advanbg {
	
    width: 100%;
    float: left;
    padding: 60px 0px 0px 0px;
}

.advan .advanbg .advanbg1 {
	
    width: 100%;
    float: left;
    height: 450px;
    background: url(images/advan-bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.advan .advanbg .advanbg1 .advan1 {
	
    width: 30%;
    float: left;
    background: #fff;
    border-bottom: 5px solid #e0c404;
    margin: 0px 0px 110px 30px;
	cursor:pointer;
	transition: 0.7s;
    display: inline-block;
}

.advan .advanbg .advanbg1 .advan1:hover {
	
	transition:0.7s;
	background:transparent;
	box-shadow: inset 0 200px 0 0 #cec066;
	color:#fff;
	border-bottom: 5px solid #17453a;
}

.advan .advanbg .advanbg1 .advan1 .advan-img {
	
    width: 25%;
    float: left;
    padding: 20px 0px 65px 20px;
}

.advan .advanbg .advanbg1 .advan1 .advan-img img{
	
	 -moz-margin-start: -43px;
}

.advan .advanbg .advanbg1 .advan1 .advan-text {
	
	width:50%;
	float:left;
	padding: 20px 0px 0px 20px;
}

.advan .advanbg .advanbg1 .advan1 .advan-text span{
	
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size:20px;
	color:#034456;
	font-weight:bold;
}

.advan .advanbg .advanbg1 .advan1 .advan-text p{

	font-family: 'Rajdhani', sans-serif;
	font-size:18px;
	color:#707070;
	margin-top:10px;
}
	
.advan .advanbg .advanbg1 .advan2 {
	
	width: 30%;
    float: right;
    background: #fff;
    border-bottom: 5px solid #e0c404;
    margin-right: 30px;
	margin-top:-30px;
	cursor:pointer;
	transition: 0.7s;
    display: inline-block;
}

.advan .advanbg .advanbg1 .advan2:hover {
	
	transition:0.7s;
	background:transparent;
	box-shadow: inset 0 200px 0 0 #cec066;
	color:#fff;
	border-bottom: 5px solid #17453a;
}

.advan .advanbg .advanbg1 .advan2 .advan-img {
	
    width: 25%;
    float: left;
    padding: 20px 0px 55px 20px;
}

.advan .advanbg .advanbg1 .advan2 .advan-img img{
	
	 -moz-margin-start: -43px;
}

.advan .advanbg .advanbg1 .advan2 .advan-text {
	
	width:54%;
	float:left;
	padding: 20px 0px 0px 20px;
}

.advan .advanbg .advanbg1 .advan2 .advan-text span{
	
	font-family: 'Saira Semi Condensed', sans-serif;
	font-size:20px;
	color:#034456;
	font-weight:bold;
}

.advan .advanbg .advanbg1 .advan2 .advan-text p{

	font-family: 'Rajdhani', sans-serif;
	font-size:18px;
	color:#707070;
	margin-top:10px;
}

.rotating {
	
	-webkit-animation: rotating 3s linear infinite;
	animation: rotating 3s linear infinite;
}

.rotating.fast {
	
	-webkit-animation: rotating 0.5s linear infinite;
	animation: rotating 0.5s linear infinite;
}

@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotating {
    from{
        -moz-transform: rotate(0deg);
    }
    to{
        -moz-transform: rotate(360deg);
    }
}

 /*ratating*/
#spinner {
	-webkit-animation: rotatings 3s linear infinite;
	animation: rotating 3s linear infinite;
}
#spinner.fast {
	-webkit-animation: rotatings 1s linear infinite;
	animation: rotating 1s linear infinite;
}

@-webkit-keyframes rotatings {
    from{
        -webkit-transform: rotatez(0deg);
    }
    to{
        -webkit-transform: rotatey(360deg);
    }
}

@-moz-keyframes rotatings {
    from{
        -moz-transform: rotatex(0deg);
    }
    to{
        -moz-transform: rotatey(360deg);
    }
}

.web-bg {

	height:200px;
	background:#f8f8f8;
	background-position:center;
	background-repeat:no-repeat;
	display:inline-table;
}

.web {

	width:100%;
	float:left;
}

.web .web-head {

    width: 44%;
    float: left;
    padding-top:85px;
    padding-left: 20px;
}

.web .web-head span{

	font-family: 'Saira Semi Condensed', sans-serif;
    font-size:20px;
	text-align:center;
    color: #707070;
}

.web .web-head b{

	font-family: 'Rajdhani', sans-serif;
    font-size:20px;
	text-align:center;
    color: #034456;
}

.web .web-check {

    width: 50%;
    float: left;
    padding-top:85px;
    padding-left: 50px;
    
}

.web .web-check .start1 a {

	 color:#000000;
	 font-size:18px;
	 font-family: 'Saira Semi Condensed', sans-serif;
	 text-decoration:none !important;
	 float:left;
	 font-weight:bold; 
	 border:1px solid #e5c908;
	 background:#e5c908;
	 padding: 0px 45px;
     line-height: 50px;
     border-radius:55px;
}

.web .web-check .start1 a:hover {

	color: #034456;
    transition: 0.7s;
	background:none;
    border: 1px solid #034456;
}

.web .web-check .start5 {

	color:#034456 !important;
	background:none !important;
    margin-left: 20px;
	border:1px solid #034456 !important;
}

.web .web-check .start5:hover {
 
	color:#000 !important;
	background:#e5c908 !important;
	border:1px solid #e5c908 !important;
	transition: 0.7s;
}


.clients-bg {

	height:100px;
	background:#f8f8f8;
	background-position:center;
	background-repeat:no-repeat;
	display:inline-table;
	border-top: 1px solid #beb9b9;
    border-bottom: 1px solid #beb9b9;
    border-top-style: dashed;
    border-bottom-style: dashed;
}

.clients {

	width:100%;
	float:left;
	padding-top:5px;
}

.pay-bg {

	height:200px;
	background:#f8f8f8;
	background-position:center;
	background-repeat:no-repeat;
	display:inline-table;
}

.pay {

	width:100%;
	float:left;
}

.pay .payment{

	width:100%;
	float:left;
	padding-top:50px;
	text-align:center;
}

.foot-bg {

	height:420px;
	background:url(images/foot-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display:inline-table;
}

.foot {

	width:100%;
	float:left;
}

.foot .foot-pay {

    width:100%;
    float: left;
    text-align:center;
	padding-top: 80px;
}


.foot .foot-pay img:hover{

    opacity: 0.7;
    transform: scale(1.1);
    transition: all 300ms ease-in-out;
}

.foot .foot-about {

    width:30%;
    float: left;
	padding-left:30px;
	padding-top: 30px;
}

.foot .foot-about p{

    font-family: 'Saira Semi Condensed', sans-serif;
    font-size:24px;
    color: #ffffff;
	font-weight:bold;
}

.foot .foot-about span{

    font-family: 'Rajdhani', sans-serif;
    font-size:16px;
    color: #96b0a1;
	font-weight:normal;
}

.foot .foot-about .fb{

    width: 54%;
    float: left;
    padding-top: 25px;

}

.foot .foot-about .fb a p:hover{

    color: #e5c908;
    transition: 0.7s;

}

.foot .foot-about .fb img{

    position: absolute;
    margin: 5px 1px;
}

.foot .foot-about .fb p{

   font-family: 'Saira Semi Condensed', sans-serif;
    font-size:16px;
    color: #ffffff;
    margin: 10px 35px;	
}

.foot .foot-about .twit{

    width: 46%;
    float: left;
    padding-top: 25px;

}

.foot .foot-about .twit a p:hover{

    color: #e5c908;
    transition: 0.7s;

}

.foot .foot-about .twit img{

    position: absolute;
    margin: 5px 1px;
}

.foot .foot-about .twit p{

    font-family: 'Saira Semi Condensed', sans-serif;
    font-size:16px;
    color: #ffffff;
    margin: 10px 35px;	
}


.foot .foot-news {

    width: 20%;
    float: left;
    padding-left: 140px;
    padding-top: 30px;
}

.foot .foot-news p{

    font-family: 'Saira Semi Condensed', sans-serif;
    font-size:24px;
    color: #ffffff;
	font-weight:bold;
}

.foot .foot-news .calender{

    padding-left:58px;
}

.foot .foot-news .calender img{

	position:absolute;
	margin:-4px -74px;    
}

.foot .foot-news .calender img:hover{

    opacity: 0.7;
    transform: scale(1.1);
    transition: all 300ms ease-in-out;   
}

.foot .foot-news .calender span{

    font-family: 'Rajdhani', sans-serif;
    font-size:16px;
    color: #c0d4c8;
}

.foot .foot-news .calender b{

    font-family: 'Rajdhani', sans-serif;
    font-size:18px;
	font-style:italic;
    color: #e5c908;
}

.foot .foot-news .news-menu {
	
	width: 100%;
    float: left;
    padding-top: 50px;
}

.foot .foot-news .news-menu ul {

   margin:0px;
   padding:0px;
   
}

.foot .foot-news .news-menu ul li {

    float: left;
	border-right: 1px solid #e5c908;
    list-style-type: none;
    padding: 0px 0px;
}

.foot .foot-news .news-menu ul li a {

    text-decoration: none;
    display: block;
    font-family: 'Saira Semi Condensed', sans-serif;
    font-size: 14px;
    color: #e5c908;
    border: 1px solid transparent;
    padding: 0px 6px;

}

.foot .foot-news .news-menu ul li a:hover {

    color: #0afd21;

    transition: 0.7s;
    border-radius: 5px;
}


.foot .contact{
    width: 32%;
    float: left;
    padding-top:30px;
    padding-left: 44px;
}
	
.foot .contact img:hover{

    opacity: 0.7;
    transform: scale(1.1);
    transition: all 300ms ease-in-out;
	
}
.foot .contact p{

    font-family: 'Saira Semi Condensed', sans-serif;
    font-size:24px;
    color: #ffffff;
	font-weight:bold;
	margin-left: 18px;
}

.foot .contact span{
    color: #c0d4c8;
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    margin: 0 0 0 20px;
	line-height:30px;
}

.foot .foot-copy {

    width: 40%;
    float: left;
    padding-top:50px;
    padding-left: 25px;
}

.foot .foot-copy span{

    color: #c0d4c8;
    font-family: 'Saira Semi Condensed', sans-serif;
    font-size: 16px;
}

.foot .foot-menu {

	width:57%;
	float:left;
	padding-top:50px;
}

.foot .foot-menu ul {

   margin:0px;
   padding:0px;
   
}

.foot .foot-menu ul li {

    float: left;
    list-style-type: none;
    border-right: 1px solid #fff;
    padding: 0px 16px;
}

.foot .foot-menu ul li a {

    text-decoration: none;
    display: block;
    font-family: 'Saira Semi Condensed', sans-serif;
    font-size: 16px;
    color: #c0d4c8;
    border: 1px solid transparent;
    padding: 0px 6px;

}

.foot .foot-menu ul li a:hover {

    color: #e5c908;
    transition: 0.7s;
    border-radius: 5px;
}



/********** popup part **********/

.lightbox {
	display: none;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	transition: 3s;
}

.lightbox img {
	max-width: 96%;
	max-height: 93%;
	margin-top: 2%;
}

.lightbox:target {
	outline: none;
	display: block;
}

/********** popup part end **********/


/********** placeholder part **********/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(56, 67, 67, 0.6);
  position:absolute;
  bottom:0;
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(56, 67, 67, 0.6);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(56, 67, 67, 0.6);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(56, 67, 67, 0.6);
}

/********** placeholder part end **********/


/********** login part **********/


.log_head {
 height: auto;
    width: 100%;
    padding: 15px 0px;
    border-top: 2px solid #034456;
    border-bottom: 2px solid #034456;
    margin: 0;
    color: #040404;
    margin-bottom: 30px;
    text-align: center;
    font-weight: normal;
}


.log_form {
    width: 100%;
	    display: flex;
    justify-content: space-around;
		    padding: 20px 0 40px;
			flex-direction: row-reverse;
}

.log_form .left {
width:60%;
}
.log_form .left .log_title {
    padding: 15px;
    border-bottom: 1px solid #034456;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.2);
    color: #000;
    text-align: center;
	    margin-bottom: 20px;
}
.log_form .left {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #034456;
    -webkit-box-shadow: 2px 2px 3px 3px rgba(59, 55, 114, 0.6);
    box-shadow: 2px 2px 3px 3px rgba(59, 55, 114, 0.6);
	    box-sizing: border-box;
    padding: 0 0 30px 0;
}
.log_form .log_box {
width:48%;
display:inline-block;
position:relative;
margin-bottom:20px;
}
.log_form .log_box .log_img i{
    color: #f4d60c;
    position: absolute;
    left: 5%;
    line-height: 40px;
    font-size: 30px;
    background-color: transparent;
    width: 40px;
    border-right: 1px solid #f4d60c;	
}
.log_form .log_box input  {
border:none;
width:100%;
background-color: transparent;
    color: #fff;
    font-size: 15px;
	padding-left:50px;
}
.log_form .log_box .log_input , .log_form .ver_box .log_input{
border:1px solid #15162d;
width:90%;
background-color:#034456;
}
.log_form  .ver_box {
    display: flex;
    justify-content: flex-start;
    padding: 0 0 0 4%;
	width:48%;
	    float: left;
		position:relative;
}
.log_form  .ver_box img {
    position: absolute;
    padding: 12px 0;
    width: 60px;
}
.log_form .ver_box input  {
border:none;
width:100%;
background-color: transparent;
    color: #fff;
    font-size: 15px;
	    padding-left: 70px;
}

.log_form .log_val {
width:48%;
	float:left;
	padding:2.5px 0;
}
.log_form .val_text , .log_form .val_input {
width:100%;
}

.log_form .rest_val {
width:100%;
text-align:left;
padding-left:4%;
font-size:14px;
    margin: 15px 0 0 0;
    float: left;
}
.log_form .log_error {
    width: 90%;
    background-color: rgba(59, 55, 114, 0.3);
    padding: 15px 0;
    border-radius: 3px;
    border: 3px solid rgba(59, 55, 114, 0.7);
    margin-bottom: 30px;
    color: #34495e;
}
.log_form .log_error h3 {
margin:0;
    color: #bf060d;
    margin: 0;
    text-transform: capitalize;
}

.log_form .right {
width:30%;
}

.log_form .right .log_content {
    display: flex;
    justify-content: space-around;
    width: 80%;
    height: 100px;
}
.log_form .right .log_content .cont_img {
    width: 20%;
	    padding: 15px 0;
}
.log_form .right .log_content .cont_text {
width:70%;
text-align:left;
}
.log_form .right .log_content h2 {
margin:10px 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  padding-left:20px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  padding-left:20px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  padding-left:20px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  padding-left:20px;
}


/********** login part end **********/

/********** signup part **********/

.reg_form {
    width: 100%;
	position:relative;
	    display: flex;
    justify-content: space-around;
}
.reg_form .left , .reg_form .right {
width:45%;
}
.reg_form .reg_box {
width:90%;
float:left;
padding: 0 4%;
display:inline-block;
position:relative;
margin-bottom:20px;
}
.reg_form .val_text , .reg_form .val_input {
width:100%;
}
.reg_form .reg_val {
    display: flex;
    justify-content: flex-start;
	width:48%;
	    float: left;
		position:relative;
		    line-height: 40px;
}
.reg_form  .val_text img {
    position: absolute;
    padding: 12px 0;
    width: 60px;
}
.reg_form  .reg_text {
position: absolute;
    left: 5px;
    top: 12px;
}
.reg_form .ver_box input  {
border:none;
width:100%;
background-color: rgba(52, 73, 94, 0.3);
    color: #fff;
    font-size: 15px;
	    padding-left: 70px;
		    border: 1px solid #3498db;
}


.reg_head {
 height: auto;
    width: 100%;
    padding: 15px 0px;
    border-top: 2px solid #034456;
    border-bottom: 2px solid #034456;
    margin: 0;
    color: #040404;
    margin-bottom: 30px;
    text-align: center;
    font-weight: normal;
}

.reg_form .reg_title {
    padding: 15px;
    border-bottom: 1px solid #034456;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.2);
    color: #000;
    text-align: center;
	    margin-bottom: 20px;
}
.reg_form .left {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #034456;
    -webkit-box-shadow: 0 2px 2px 0 rgba(59, 55, 114, 0.6);
    box-shadow: 2px 2px 3px 3px rgba(59, 55, 114, 0.6);
	    box-sizing: border-box;
    padding: 0 15px 15px;
	display: inline-block;
}

.reg_form .reg_box .reg_img i{
    color: #fff;
    position: absolute;
    left: 5%;
    line-height: 40px;
    font-size: 30px;
    background-color: transparent;
    width: 40px;
    border-right: 1px solid #fff;	
}
.reg_form .reg_box input  {
border:none;
width:100%;
background-color: transparent;
    color: #fff;
    font-size: 15px;
	padding-left:50px;
}
.reg_form .reg_box .reg_input , .reg_form .ver_box {
border:1px solid #17182e;
width:100%;
background-color: #034456;
}
.reg_form .right .pay_info , .reg_form .right .val_info {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #034456;
    -webkit-box-shadow: 0 2px 2px 0 rgba(59, 55, 114, 0.6);
    box-shadow: 2px 2px 3px 3px rgba(59, 55, 114, 0.6);
	    box-sizing: border-box;
    padding: 0 15px 15px;
	display: inline-block;
	    width: 100%;
}
.reg_form .right .pay_info {
margin-bottom:30px;
}

/********** signup part end**********/

/********** support part **********/

.sup_title {
    height: auto;
    width: 100%;
    padding: 15px 0px;
    border-top: 2px solid #034456;
    border-bottom: 2px solid #034456;
    margin: 0;
    color: #040404;
    margin-bottom: 30px;
    text-align: center;
    font-weight: normal;
} 
 
.sup_form {
    width: 100%;
	display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 30px;
	margin:30px 0;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #034456;
    -webkit-box-shadow: 0 2px 2px 0 rgba(59, 55, 114, 0.6);
    box-shadow: 2px 2px 3px 3px rgba(59, 55, 114, 0.6);
}


.sup_form .form_title{
    min-height: 20px;
    color: #034456;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #03445647;
    border: 1px solid #034456;
    text-align: center;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    font-size: 18px;
    width: 60%;
	}

.sup_form .left {
width:36%;
}
.sup_form .right {
width:60%;
position:relative;
padding-bottom:60px;
}
.sup_form .right iframe{
position:absolute;
top:0;
left:0;
width:100%; 
height:80%;
}
.sup_form .sup_box {
width:96%;
padding: 0 2%;
margin-bottom:10px;
}
.sup_form .sup_val {
width:100%;
margin-bottom:10px;
    text-align: left;
    padding-left: 30%;
	margin:10px 0;
}
.sup_form .sup_box {
width:96%;
position:relative;
margin-bottom:20px;
}
.sup_form .sup_box .log_img i{
    color: #fff;
    position: absolute;
	text-align: center;
    line-height: 40px;
    font-size: 30px;
    background-color: transparent;
    width: 40px;
    border-right: 1px solid #fff;	
}

.sup_form .sup_box .log_box input  {
border:none;
width:100%;
background-color: transparent;
    color: #fff;
    font-size: 15px;
	padding-left:50px;
}
.sup_form  .ver_box {
    display: flex;
    justify-content: flex-start;
    padding: 0 0 0 2%;
		position:relative;
}
.sup_form  .ver_box img {
    position: absolute;
    padding: 12px 0;
    width: 60px;
}
.sup_form .ver_box input  {
border:none;
width:100%;
background-color: transparent;
    color: #fff;
    font-size: 15px;
	    padding-left: 70px;
}
.sup_form .sup_box .log_input {
border:1px solid #15162d;
width:90%;
background-color:#034456;
}
.sup_form .ver_box .log_input {
border:1px solid #15162d;
width:88.5%;
background-color: #034456;
}
.sup_form .sup_box input  {
border:none;
width:100%;
background-color: transparent;
    color: #fff;
    font-size: 15px;
	padding-left:50px;
}
.sup_form textarea {
border:1px solid #15162d;
background-color: #034456;
margin-top:20px;
position: relative;
font-size:15px;
color:#fff;
}


/********** support part end **********/



/********** registration part **********/
.box6{
    /*box-shadow: 0px 4px 10px 3px #303131;
    padding: 10px;
background: -webkit-linear-gradient(#303131, #303131);
    background: -o-linear-gradient(#303131, #303131);
    background: -moz-linear-gradient(#AEB8C7, #303131);
    background: linear-gradient(#AEB8C7, #303131);
	background:#FFFFFF;
*/font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:25px;
	    color: #2a2d2f;
}
.inpts{
height: 40px;
}
input.sbmt{
    background: #f4d60c;
    color: #034456;
    border: 1px solid #f4d60c;
    padding: 8px 35px;
    outline: none;
    box-shadow: inset 0 0 0 0 #034456;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
	transition:0.7s;
	cursor:pointer;
}
input.sbmt:hover
{
    background: #034456;
    color: #f4d60c;
    box-shadow: inset 0px 0px 0px 100px #034456;
    border: 1px solid #034456;
	transition:0.7s;
}
#formname{
text-align: center;
    text-transform: uppercase;
    color:#000000;
    font-size: 22px;
	border:3px solid #09b719;
	}
#formname_main
{
	color: #e5c908;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    background: #034456;
    border-radius: 0px;
    padding: 15px 0;
    width: 100%;
    margin: 10px 0px 20px 0px;
    font-family: 'Rajdhani', sans-serif;
	border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
#formname_sub
{
color:#222;
text-transform:uppercase;
font-size:18px;
text-align:left;
/*background:#D1A703;*/
padding: 10px;
width:96%;
border-bottom: 3px solid #e6e6e6;
margin:5px 0px;
font-family: 'Roboto', sans-serif;
}
#formname_mainleft
{
color: #2a2d2f;
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0px;
    padding: 10px;
    width: 1180px;
    /*margin: 5px 0px;*/
    font-family: 'Roboto', sans-serif;
}
#formname_mem
{
color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    background: #02243c;
    border-radius: 0px;
    padding: 10px;
    width: 1180px;
    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;
}
.icon {

    position: relative;

    float: left;

    width: 40px;

    height: 40px;

    background: #ec4224;

    /*-webkit-border-radius: 2px 0 0 2px;

    -moz-border-radius: 2px 0 0 2px;*/

    border-radius: 0px 0 0 0px;



}

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;
}
.member_detail{
       width: 92%;
    margin: 0px auto;
    margin: 0px 0px 15px 0px;
    float: left;
    font-family: 'Roboto', sans-serif;
/*    background: #28272d;*/
    border-radius: 0px;
}
.member_detail .left
{
    float: left;
    width: 48%;
    background: #00349a;
}
.member_detail .left tr td
{
    border-bottom: 1px solid #fff;
    line-height: 15px;
    padding: 18px;
}
.member_detail .right
{
    float: right;
    width: 48%;
    background: #3f78ea;
}
.member_detail .right tr td
{
    border-bottom: 1px solid #fff;
    line-height: 15px;
    padding: 18px;
}

.member_detail .m1
{
width:30%;
float:left;
}
.member_detail .m1
{
max-width:100%;
/*margin:10px 0px 0px 0px;*/
}
.member_detail .m2
{
width:44%;
float:left;
}
.member_detailref{
width: 100%;
    margin: 24px 0px;
    /* padding: 25px; */
    font-family: 'Ubuntu', sans-serif;
    line-height: 60px;
    background: #476a33;
    border: 1px solid #476a33;
    border-radius: 0px;
    text-align: center;
    color: #f4d60c;
    font-size: 18px;
    font-weight: bold;
}
.member_detailref img
{
max-width:100%;
}
.member_detailref img:hover
{
transform:scale(1.1);transition:all 300ms ease-in-out; -ms-transition:all 300ms ease-in-out;
}
.member_detail > #formname_r{
  color: #FFFFFF;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    background: #7545b4;
    line-height: 45px;
    height: 45px;
}
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;
}
.navigation a
{
    font-size: 18px;
    width: 210px;
    float: left;
    text-decoration: none;
    line-height: 50px;
    font-weight: bold;
    color:#034456;
}

.navigation a:hover {
	
color:#f4d60c;	
}


/*.navigation a:hover
{
color:#00FF66;
text-decoration:underline;
}*/
.navigation
{
opacity:1;
margin-top:20px;
}
.navigations td
{
    font-family: 'Rajdhani', sans-serif;
    /* color: #E7BA04 !important; */
    font-size: 18px;
    border: 1px solid #f4d60c;
    border-color: #f4d60c;
    padding: 0;
    background-color: #f4d60c;
    box-shadow: inset 0 0 0 100px #f4d60c;
    -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-style: Narrow;
    font-size: 18px;
    padding-left: 20px;
    border: 1px solid #034456;
    border-color: #034456;
    color: #f4d60c !important;
    box-shadow: inset 0 0 0 0 #034456;
    background-color: #034456;
}
.register
{
    width: 775px;
    margin: 0px auto;
	}
	.register table tr td
	{
    font-family: 'Saira Semi Condensed', sans-serif;
    font-size: 18px;
    background:#5a7433;
    color: #FFF;
    line-height: 18px;
    border-radius: 3px;
    padding: 13px;
   border: 1px solid rgba(59, 55, 114, 0.3);
	}

/*
.inheader{
    background: #E4B704;	
}
.item {
    background: #F5F2DC;
	}*/
.table_r

{

width:100%;

height:auto;

}
.table_r .table_r1
{

width: 32%;

height: 142px;

background:#03445636;

font-family: 'Roboto', sans-serif;
border-radius: 3px;
 margin: 0px 0px 0px 0px;

    border: 1px solid #034456;
}
.table_r .table_center
{
float:left;
width:20%;
}
.table_r .table_r2

{

    width: 32%;
    height: 142px;
  background:rgb(186, 200, 204);
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
    margin: 0px 0px 0px 7px;
    border: 1px solid #034456;

}
.table_r .table_r3
{

    width: 32%;
    height: 142px;
    background: rgb(186, 200, 204);
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    margin: 0px 0px 0px 7px;
    border: 1px solid #034456;
}

.table_rr1

{

width:100%;

float:left;

height:auto;

}







.icon {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    background: #77a983;
    /*-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***********************/

nav .drop-down {
  list-style: none; 
  overflow: hidden; /* When ul height is reduced, ensure overflowing li are not shown */
  height: 172px; /* 172px = (38 (li) + 5 (li border)) * 4 (number of li) */
  background-color: #34495e;
  font-family: Arial;
  width: 200px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  -webkit-transition: height 0.3s ease;
          transition: height 0.3s ease;
}

nav .drop-down.closed {
  /*  When toggled via jQuery this class will reduce the height of the ul which inconjuction
      with overflow: hidden set on the ul will hide all list items apart from the first */
  /* current li height 38px + 5px border */
  height: 43px;
}

nav .drop-down li {
  border-bottom: 5px solid #2c3e50;
}

nav .drop-down li a {
  display: block;
  color: #ecf0f1;
  text-decoration: none;
  padding: 10px; /* Larger touch target area */
}

nav .drop-down li:first-child a:after {
  content: "\25BC";
  float: right;
  margin-left: -30px; /* Excessive -margin to bring link text back to center */
  margin-right: 5px;
}