body {
	
	font-family: 'Poppins', sans-serif;
	color: #808080;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	
    background:  #000 url(../images/san.png) no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
}
.table-responsive
{
	    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: none !important;
	color:#fff;
}
/*body {
	
	font-family: 'Poppins', sans-serif;
	color: #808080;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}*/
.heartbeat {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}
.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; 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 rgba(119,119,119,0.7); }
.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: #ff5e14; font-size: 28px; font-weight: 600;font-family: 'Titillium Web', sans-serif; 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: #fdd031; }

#bubbles {
  
}

#bubbles {
  padding:0px 0;
  position:relative;
}

.bubble {
    width: 1vw;
    height: 1vw;
        background: #feb729;
    border: .5px solid white;
    border-radius: 10vw;
    -moz-border-radius: 10vw;
    -webkit-border-radius: 10vw;
    position: absolute;
}

.x1 {
  left: 85vw;
  color: yellow;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.2;
  -webkit-animation: moveBubbles 4s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 4s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -o-animation: moveBubbles 4s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: moveBubbles 4s linear infinite, sideWays 4s ease-in-out infinite alternate;
}

.x2 {
  left: 5vw;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0.5;
  -webkit-animation: moveBubbles 6s linear infinite, sideWays 5s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 6s linear infinite, sideWays 5s ease-in-out infinite alternate;
  -o-animation: moveBubbles 6s linear infinite, sideWays 5s ease-in-out infinite alternate;
  animation: moveBubbles 6s linear infinite, sideWays 5s ease-in-out infinite alternate;
}

.x3 {
  left: 35vw;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.3;
  -webkit-animation: moveBubbles 5s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 5s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -o-animation: moveBubbles 5s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: moveBubbles 5s linear infinite, sideWays 4s ease-in-out infinite alternate;
}

.x4 {
  left: 47vw;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0.35;
  -webkit-animation: moveBubbles 8s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 8s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -o-animation: moveBubbles 8s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: moveBubbles 8s linear infinite, sideWays 2s ease-in-out infinite alternate;
}

.x5 {
  left: 15vw;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.3;
  -webkit-animation: moveBubbles 5s linear infinite, sideWays 1s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 5s linear infinite, sideWays 1s ease-in-out infinite alternate;
  -o-animation: moveBubbles 5s linear infinite, sideWays 1s ease-in-out infinite alternate;
  animation: moveBubbles 5s linear infinite, sideWays 1s ease-in-out infinite alternate;
}

.x6 {
  left: 73vw;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
  opacity: 0.2;
  -webkit-animation: moveBubbles 4s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 4s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -o-animation: moveBubbles 4s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: moveBubbles 4s linear infinite, sideWays 4s ease-in-out infinite alternate;
}

.x7 {
  left: 67vw;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0.5;
  -webkit-animation: moveBubbles 11s linear infinite, sideWays 5s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 11s linear infinite, sideWays 5s ease-in-out infinite alternate;
  -o-animation: moveBubbles 11s linear infinite, sideWays 5s ease-in-out infinite alternate;
  animation: moveBubbles 11s linear infinite, sideWays 5s ease-in-out infinite alternate;
}

.x8 {
  left: 56vw;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.3;
  -webkit-animation: moveBubbles 9s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 9s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -o-animation: moveBubbles 9s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: moveBubbles 9s linear infinite, sideWays 4s ease-in-out infinite alternate;
}

.x9 {
  left: 20vw;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0.35;
  -webkit-animation: moveBubbles 4.5s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 4.5s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -o-animation: moveBubbles 4.5s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: moveBubbles 4.5s linear infinite, sideWays 2s ease-in-out infinite alternate;
}

.x10 {
  left: 33vw;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
  opacity: 0.3;
  -webkit-animation: moveBubbles 11.3s linear infinite, sideWays 5s ease-in-out infinite alternate;
  -moz-animation: moveBubbles 11.3s linear infinite, sideWays 5s ease-in-out infinite alternate;
  -o-animation: moveBubbles 11.3s linear infinite, sideWays 5s ease-in-out infinite alternate;
  animation: moveBubbles 11.3s linear infinite, sideWays 5s ease-in-out infinite alternate;
}

@-webkit-keyframes moveBubbles {
  0% {
    top: 100vh;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 0vh;
    opacity: 0;
  }
}

@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 5vw;
  }
}

@-moz-keyframes moveBubbles {
  0% {
    top: 100vh;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 0vh;
    opacity: 0;
  }
}

@-moz-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 5vw;
  }
}

@-o-keyframes moveBubbles {
  0% {
    top: 100vh;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 0vh;
    opacity: 0;
  }
}

@-o-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 5vw;
  }
}

@keyframes moveBubbles {
  0% {
    top: 100vh;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 0vh;
    opacity: 0;
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 5vw;
  }
}
/*
.banner-bg:before {
	
	content:"";
	background-image:url(../images/banner-bg.jpg);
	background-position:center;
	background-size:cover;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	animation: zoom 8s linear infinite;
	-webkit-animation: zoom 8s linear infinite;
	-moz-animation: zoom 8s linear infinite;
	-o-animation: zoom 8s linear infinite;
}*/

@keyframes zoom {

    0%, 100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

}

@-webkit-keyframes zoom {
    0%, 100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes zoom {
    0%, 100% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    50% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes zoom {
    0%, 100% {
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    50% {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes graphic {
	from {background-position-x: 0;}
	to {background-position-x: -1920px;}
}
@-moz-keyframes graphic {
	from {background-position-x: 0;}
	to {background-position-x: -1920px;}
}
@keyframes graphic {
	from {background-position-x: 0;}
	to {background-position-x: -1920px;}
}
@-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; }
}

@-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;
  }
}

.certcontent {
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    padding: 12px 0px 8px 0px;
}
.certcontent1
{
}

.certcontent1 a {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #feb729;
    padding: 0px 0px 0px 0px;
}
.certpic
{
	    padding-top: 42px;
}
.certextr
{
	    padding-top: 45px;
}
.banner-bg
{
	background:url(../images/banner-bg.jpg) no-repeat top center ;
	background-size:cover;
	padding:25px 0px 25px 0px;
	/*height: 880px;*/
	
}
.msg1
{
	font-family: 'Amiko', sans-serif;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;   
	 padding-top: 14px;
	     padding-bottom: 18px;
}
.msg1 span
{
	padding-right:20px;
}
.slide-invest8 {
    padding: 0px 0px 0px 0px;
}

.slide-invest8 .loginbut8 {
	width: 181px;
    color: #020202;
    border: 0px;
    line-height: 48px;
    border-radius: 8px;
    background: #feb729;
    /* border-radius: 30px; */
    /* border: 2px solid #ff7300; */
    outline: none;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Amiko', sans-serif;
    text-transform: uppercase;
      margin-right: 20px;
	      margin-bottom: 20px;
}
.slide-invest8 .loginbut8 span{
    padding-right: 4px;
	}
.slide-invest8 .loginbut8:hover {
   color: #fff;
    background: linear-gradient(135deg, ##9e0f56 0%, ##9e0f56 100%);
    background: transparent;
    transition: 0.7s;
    box-shadow: 0px 0px 10px 0px;
}
.slide-invest8 .signupbut8 {
width: 181px;
    color: #020202;
    border: 0px;
    line-height: 48px;
    border-radius: 8px;
    background: #feb729;
    /* border-radius: 30px; */
    /* border: 2px solid #ff7300; */
    outline: none;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Amiko', sans-serif;
    text-transform: uppercase;
    /* padding-left: 2px; */
}
.slide-invest8 .signupbut8 span
{
	padding-right: 4px;
}
.slide-invest8 .signupbut8:hover {
      color: #fff;
    background: #8c8c8c;
    transition: 0.7s;
    box-shadow: 0px 0px 10px 0px;
}
/********************************************/
.banner-bg1
{
	background: #1d1d1d;
    background-size: cover;
    padding: 14px 0px 9px 0px;
	
}
.headerLevelTwo
{
	/*min-height: 34px;*/
}
.headerLevelTwo .logo
{	

	display: inline-block;
	transform-origin: 100% 0;
}
.headerLevelTwo .logo img
{
	display: inline-block;
	transform-origin: 100% 0;
}
.headerLevelTwo .logo img:hover
{
         animation-name: wobble-bottom;
		animation-duration: 1s;
		animation-timing-function: ease-in-out;
		animation-iteration-count: 1;
}
.topNav
{
	    float: right;   
	    padding: 11px 0px 0px;
}
@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);
	}
}


.topNav ul
{
	list-style-type: none;
	    margin: 0px;
	padding:0px;
}
.topNav ul li
{
    position: relative;
    padding: 12px 8px;
    display: inline-block;
}
.topNav ul li a
{
font-family: 'Amiko', sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 9px 11px;
   position: relative;
    text-align: center;  
	  text-transform: uppercase;
}


 .topNav ul li a:hover
{

    transition: 0.8s;
    padding: 9px 11px;
    color: #feb729;
    border: 2px dotted #feb729;
}
.mobileMenu
{
	    top: 0px;
    z-index: 999;
    left: -42px;
    position: absolute;
    display: none;
}
.mobileMenu a
{
        font-size: 20px;
       background: #feb729;
    padding: 9px 11px;
    border-radius: 6px;
    text-decoration: none;
    color: #16294a;
    float: right;
}
@media only screen and (max-width: 1200px) {


	.mobileMenu 
	{
		    display: block;
    top: auto;
    position: absolute;
	}
	.topNav {
		position: fixed;
		right: -270px;
		       top: 0px;
		        background-color: #262626;
		width: 270px;
		padding-left: 30px;
		z-index: 999;
		padding: 10px 0px 10px;
	}
	.mobileNav {
		right: 0px;
	}
	.topNav
	{
	text-align:center;
	}
	.topNavLinks {
		border: none;
		    float: left;
	}
	.topNavLinks ul li {
		display: block;
	}
	.topNavLinks ul li a
	{
		color:#FFF;
		padding: 0px 20px;
		border: none;
		background:transparent;
	}
	.topNavLinks ul li a:hover {
		
	
    transition: 0.8s;
    padding: 9px 11px;
    color: #feb729;
    border: 4px dotted #feb729;
	}

}

/********************************************/
.welcommon
{
	padding-top: 100px;
}
.wel1
{
    font-family: 'Amiko', sans-serif;
    font-size: 42px;
    color: #feb729;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 0px 32px 0px;
}
.wel2
{
    font-family: 'Amiko', sans-serif;
    font-size: 62px;
    color: #feb729;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 57px;
	-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;
}
.wel3
{
       font-family: 'Amiko', sans-serif;
    font-size: 19px;
    color: #fff;
}
.wel3 span
{
	    color: #feb729;
    font-weight: bold;
    font-size: 24px;
	-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;
}
.wel {
      padding-top: 75px;
    text-align: center;
}
.wel .welbut {
       width: 229px;
    color: #0f1432;
    border: 0px;
    padding: 15px 0px;
    line-height: 21px;
    /* border: 2px solid #ffffff; */
    border-radius: 7px;
    background: #feb729;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Amiko', sans-serif;
    margin-bottom: 26px;
    /* margin-right: 28px; */
    text-transform: uppercase;
    font-weight: bold;
	    display: inline-block;
    transition: 0.7s;
    transition-duration: .5s;
    transition-property: transform;
	position:relative;
}
.wel .welbut 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;
}
.wel .welbut:hover {
	color: #fff;
    background-color: transparent;
    transition: 0.7s;
    box-shadow: 0px 0px 10px #ffffff;
	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;
}
@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);

  }
}
@media (max-width:470px) {
.wel2 {
    font-family: 'Amiko', sans-serif;
    font-size: 45px;
    color: #feb729;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 57px;
	-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;
}
}
/*********************************************************************/
.stat-bg
{
	background:url(../images/stat-bg.jpg) no-repeat top center ;
	background-size:cover;
	padding:25px 0px 50px 0px;
	/*height: 880px;*/
	
}
.stat-head
{
    font-family: 'Amiko', sans-serif;
    font-size: 42px;
    color: #feb729;
    text-transform: uppercase;
    padding-top: 20px;
	font-weight:bold;
	line-height:57px;
}
.stat-head span
{
	color:#fff;
}
.inscommon {
	    position: relative;
    padding-top: 6px;
}
.ins {
/*width: 274px; */
    color: #02030c;
    border: 0px;
    /* line-height: 43px; */
    background: #feb729;
    /* border: 2px solid #ff7800; */
    outline: none;
    font-size: 14px;
    height: 85px;
    /* font-weight: bold; */
    font-family: 'Amiko', sans-serif;
    /* text-transform: uppercase; */
    border-radius: 5px;
    /* box-shadow: 0px 4px 10px 2px #cfcfcf; */
    padding: 10px 10px 10px 10px;
    /* margin-bottom: 49px; */
}
.int {
     width: 14%;
    float: left;
    text-align: left;
    padding-top: 8px;
}
.int a
{
}
.int a i
{
	    color: #fff;
    font-size: 50px;

}
.int1 {
     font-family: 'Amiko', sans-serif;
    font-size: 24px;
    color: #fff;
    width: 86%;
    float: left;
    text-align: left;
    /* border: 1px solid #ff7200; */
    padding: 8px 11px 8px 11px;
    /* border-radius: 20px; */
}
.unoi {
    font-family: 'Amiko', sans-serif;
    color: #000;
    font-size: 18px;
    text-align: justify;
    padding-top: 2px;
}
@media (max-width:1199px) {
	.ins {
/*width: 274px; */
    color: #02030c;
    border: 0px;
    /* line-height: 43px; */
    background: #feb729;
    /* border: 2px solid #ff7800; */
    outline: none;
    font-size: 14px;
    height: 96px;
    /* font-weight: bold; */
    font-family: 'Amiko', sans-serif;
    /* text-transform: uppercase; */
    border-radius: 5px;
    /* box-shadow: 0px 4px 10px 2px #cfcfcf; */
    padding: 10px 10px 10px 10px;
    /* margin-bottom: 49px; */
}
.exp3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 31px !important;
    color: #feb729;
    /* line-height: 62px; */
    padding-top: 10px;
}
}
@media (max-width:530px) {
	.ins {
/*width: 274px; */
    color: #02030c;
    border: 0px;
    /* line-height: 43px; */
    background: #feb729;
    /* border: 2px solid #ff7800; */
    outline: none;
    font-size: 14px;
    height: 118px;
    /* font-weight: bold; */
    font-family: 'Amiko', sans-serif;
    /* text-transform: uppercase; */
    border-radius: 5px;
    /* box-shadow: 0px 4px 10px 2px #cfcfcf; */
    padding: 10px 10px 10px 10px;
    /* margin-bottom: 49px; */
}
}
.expcommon
{
	text-align: center;
    padding-top: 60px;
}
.exp1
{
	    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 28px;
}
.exp2
{
    padding-top: 0px;
    border-top: 1px solid #fdb628;
    border-top-style: dashed;
    width: 112%;
}
.exp3
{
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    color: #feb729;
    /* line-height: 62px; */
    padding-top: 10px;
}
.exp4
{
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
  	line-height: 30px;
	text-transform:uppercase;
	    padding-top: 15px;
}
@media (max-width:1199px) {
.exp2
{
    padding-top: 0px;
    border-top: 1px solid #fdb628;
    border-top-style: dashed;
    width: 100%;
}
.exp1
{
	    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 0px;
}
}
/*********************************************************************/
.plan-bg
{
	background:url(../images/plan-bg.jpg) no-repeat top center ;
	background-size:cover;
	padding:25px 0px 25px 0px;
	background-attachment: fixed;
	/*height: 880px;*/
	
}
.plan-head
{
    font-family: 'Amiko', sans-serif;
    font-size: 42px;
    color: #feb729;
    text-transform: uppercase;
    padding-top: 20px;
	font-weight:bold;
	line-height:57px;
}
.plan-head span
{
	color:#fff;
}
.plan-common
{
	
    padding-top: 36px;
}
.plan-pic
{
    background: url(../images/planpic.png) no-repeat bottom center;
    background-size: contain;
    /* width: 270px; */
    height: 267px;
    /* margin: 0px auto 17px; */
    transition: 0.7s;
}
.plan-pic2
{
    background: url(../images/planpic2.png) no-repeat bottom center;
    background-size: contain;
    /* width: 270px; */
    height: 267px;
    /* margin: 0px auto 17px; */
    transition: 0.7s;
}
.base1
{
	font-family: 'Amiko', sans-serif;
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
    padding: 85px 0px 0px 0px;

}
.base2
{
    font-family: 'Amiko', sans-serif;
    color: #feb729;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
	    padding: 22px 0px 18px 0px;
/*    padding-top: 5px;
    padding-bottom: 6px;*/
}
.base3
{
	    font-family: 'Amiko', sans-serif;
    color: #fff;
    font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}
.dep
{
	
	text-align: center;
    padding-top: 78px;
}
.dep a
{
     font-family: 'Amiko', sans-serif;
    color: #feb729;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px 21px;
    margin-left: 24px;
    border-radius: 8px;
    background-color: #0a0a0a;
}
.dep a:hover
{
	color:#fff;
	text-decoration:none;
}
.min
{
    padding: 33px 0px 0px 0px;

}
.min p
{    font-family: 'Amiko', sans-serif;
    color: #ffffff;
    font-size: 17px;
    background-color: #634c25;
    padding: 5px 15px;
    border-radius: 10px;
    box-shadow: 2px 6px 0px #0a0a0a;
}
.min p span
{
	color:#fff;
	font-weight:bold;
}
.max
{
  padding: 7px 0px 0px 0px;

}
.max p
{   
 font-family: 'Amiko', sans-serif;
    color: #fff;
    font-size: 17px;

    background-color: #634c25;
    padding: 5px 15px;
    border-radius: 10px;
   box-shadow: 2px 6px 0px #0a0a0a;

    
}
.max p span
{
	color:#fff;
	font-weight:bold;
}
@media (max-width:1199px) {
.base1 {
    font-family: 'Amiko', sans-serif;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding: 111px 0px 0px 0px;
}
.base2 {
    font-family: 'Amiko', sans-serif;
    color: #feb729;
    font-size: 39px;
    text-align: center;
    font-weight: bold;
}
.dep {
    text-align: center;
    padding-top: 110px;
}
.dep a {
    font-family: 'Amiko', sans-serif;
    color: #feb729;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 13px;
    margin-left: 24px;
    border-radius: 8px;
    background-color: #0a0a0a;
}
.min p {
    font-family: 'Amiko', sans-serif;
    color: #fff;
    font-size: 13px;
  
    background-color: #634c25;
    padding: 5px 15px;
    border-radius: 10px;
        box-shadow: 2px 6px 0px #0a0a0a;
}
.max p {
    font-family: 'Amiko', sans-serif;
    color: #fff;
    font-size: 13px;
  
    background-color: #634c25;
    padding: 5px 15px;
    border-radius: 10px;
   box-shadow: 2px 6px 0px #0a0a0a;
}
.min {
    padding: 11px 0px 0px 21px;
}
}
@media (max-width:991px) {
.base1 {
    font-family: 'Amiko', sans-serif;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding: 92px 0px 0px 0px;
}
.min {
    padding: 33px 56px 0px 14px;
}
.max {
    padding: 7px 54px 0px 16px;
}
.dep {
    text-align: center;
    padding-top: 68px;
}
.dep a {
    font-family: 'Amiko', sans-serif;
    color: #feb729;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 13px;
    margin-left: 24px;
    border-radius: 8px;
    background-color: #0a0a0a;
}
}
@media (max-width:767px) {
.dep {
    text-align: center;
    padding-top: 79px;
}
.min p {
    font-family: 'Amiko', sans-serif;
    color: #fff;
    font-size: 12px;
   background-color: #634c25;
    padding: 4px 19px;
    border-radius: 10px;
        box-shadow: 2px 6px 0px #0a0a0a;
}
.max p {
    font-family: 'Amiko', sans-serif;
   color: #fff;
    font-size: 12px;
   background-color: #634c25;
    padding: 5px 15px;
    border-radius: 10px;
    box-shadow: 2px 6px 0px #0a0a0a;
}
}
@media (max-width:684px) {

 .min {
    padding: 33px 18px 0px 14px;
}

.max {
    padding: 7px 16px 0px 16px;
}
}
@media (max-width:546px) {

.base1 {
    font-family: 'Amiko', sans-serif;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding: 115px 0px 0px 0px;
}
.base2 {
    font-family: 'Amiko', sans-serif;
    color: #feb729;
    font-size: 35px;
    text-align: center;
    font-weight: bold;
}
.dep {
    text-align: center;
    padding-top: 111px;
}
.dep a {
    font-family: 'Amiko', sans-serif;
    color: #feb729;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 10px;
    margin-left: 24px;
    border-radius: 8px;
    background-color: #0a0a0a;
}
.min p {
    font-family: 'Amiko', sans-serif;
    color: #fff;
    font-size: 10px;
    background-color: #634c25;
    padding: 4px 2px;
    border-radius: 10px;
        box-shadow: 2px 6px 0px #0a0a0a;
}.max p {
    font-family: 'Amiko', sans-serif;
    color: #fff;
    font-size: 10px;
    background-color: #634c25;
    padding: 4px 1px;
    border-radius: 10px;
   box-shadow: 2px 6px 0px #0a0a0a;
}
 .min {
    padding: 9px 18px 0px 14px;
}

.max {
    padding: 7px 16px 0px 16px;
}
}
@media (max-width:427px) {
.base1 {
      font-family: 'Amiko', sans-serif;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    padding: 164px 0px 0px 0px;
}
.base2 {
font-family: 'Amiko', sans-serif;
    color: #feb729;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
.base3 {
    font-family: 'Amiko', sans-serif;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}
.dep {
    text-align: center;
    padding-top: 161px;
}
.dep a {
    font-family: 'Amiko', sans-serif;
    color: #feb729;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 4px;
    margin-left: 24px;
    border-radius: 8px;
    background-color: #0a0a0a;
}
.min {
    padding: 15px 3px 0px 3px;
    /* width: 100%; */
}
.max {
    padding: 5px 1px 0px 3px;
}
}
@media (max-width:470px) {
.plan-head
{
    font-family: 'Amiko', sans-serif;
    font-size: 42px;
    color: #feb729;
    text-transform: uppercase;
    padding-top: 20px;
	font-weight:bold;
	 line-height: 57px;
}
}
.colcommon
{
	        padding: 62px 7px 30px 7px;
    /* border: 6px solid #ff2800;
 margin-top: 200px;*/
}
.colbor
{
	 background-color: #feb729;
    border: 1px solid #feb729;
    /* padding: 2px 0px 126px 0px; */
    border-radius: 7px;
	 height: 118px;
}
 .call {
	
	padding: 0px 0px 0px 0px;
}

 .call img {
	
	float:left;
	padding: 0px 20px 0px 0px;
}

 .call1 {

   padding: 19px 0px 20px 0px;
}

 .call1 h4 {

     font-family: 'Amiko', sans-serif;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    margin: 15px 0px 10px 0px;
}

.call1 input {

   font-family: 'Amiko', sans-serif;
    font-size: 16px;
    color: #ffffff;
    height: 40px;
    text-align: left;
    width: 26%;
    border: 1px solid #0a0a0a;
    background: #0a0a0a;
    outline: none;
    font-weight: bold;
    border-radius: 5px;
    padding: 0px 0px 0px 0px;
    box-shadow: none;
    text-align: center;
	margin-top: 6px;
}

 .call1 select {

   font-family: 'Amiko', sans-serif !important;
    font-size: 16px;
    color: #161c2a !important;
    height: 40px;
    text-align: left;
    width: 95%;
    border: 1px solid #fff;
    background: #fff;
    outline: none;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 5px;
}
.call3 {

    margin: 23px 0px 20px 0px;
        background-color: #634c25;
    padding: 13px 0px 5px 0px;
    border-radius: 9px;
    text-align: center;
}

 .call3 h4 {

     font-family: 'Amiko', sans-serif;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
    text-align: center;
}


 .call3 select {

       font-family: 'Amiko', sans-serif !important;
    font-size: 16px;
    color: #ffffff !important;
    height: 40px;
    text-align: left;
    width: 95%;
    border: 1px solid #634c25;
    background: #634c25;
    outline: none;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 5px;
}
 .call2 {

   	    margin: 23px 0px 20px 0px;
   background-color: #634c25;
    padding: 11px 0px 3px 0px;
    border-radius: 9px;
    text-align: center;
}

 .call2 h4 {

     font-family: 'Amiko', sans-serif;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
    text-align: center;
}

 .call2 input {

	 font-family: 'Amiko', sans-serif;
    font-size: 18px;
    color: #ff135f;
    height: 43px;
    text-align: center;
    width: 95%;
    border: 1px solid #350525;
    background: #0b0b0b;
    outline: none;
    font-weight: bold;
    border-radius: 0px;
    padding: 0px 0px 0px 0px;
	box-shadow:none;
}
@media (max-width:1199px) {
	.colbor
{
	 background-color: #feb729;
    border: 1px solid #feb729;
    /* padding: 2px 0px 126px 0px; */
    border-radius: 7px;
    height: 250px;
}
.call1 h4 {
    font-family: 'Amiko', sans-serif;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    margin: 15px 0px 10px 0px;
}
}
@media (max-width:991px) {
.colcommon {
       padding: 62px 7px 30px 7px;
   /* border: 6px solid #ff2800;
    margin-top: 56px;*/
}
	.colbor
{
	 background-color: #feb729;
    border: 1px solid #feb729;
    /* padding: 2px 0px 126px 0px; */
    border-radius: 7px;
    height: 513px;
}

}

@media (max-width:767px) {
		.colbor
{
	 background-color: #feb729;
    border: 1px solid #feb729;
    /* padding: 2px 0px 126px 0px; */
    border-radius: 7px;
    height: 566px;
}
}
/**********************************************************/
.about-bg
{
	background:url(../images/about-bg.jpg) no-repeat top center ;
	background-size:cover;
	    padding: 35px 0px 71px 0px;
	/*height: 880px;*/
	
}
.about-head
{
    font-family: 'Amiko', sans-serif;
    font-size: 42px;
    color: #feb729;
    text-transform: uppercase;
    padding-top: 20px;
	font-weight:bold;
	line-height:57px;
}
.about-img
{
	padding-top: 57px;
}
.about-text
{
	    font-family: 'Amiko', sans-serif;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 24px;
    text-align: justify;
    padding-top: 43px;
}
.about-text1
{
	   padding-top: 56px;
}
.about-text1 a
{
font-family: 'Amiko', sans-serif;
    font-size: 18px;
    color: #010101;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #feb729;
    padding: 12px 21px;
}
.about-text1 a:hover
{
	    text-decoration: none;
    color: #fff;
    background-color: #fc0404;
}
@media (max-width:991px) {
.about-head
{
    font-family: 'Amiko', sans-serif;
    font-size: 42px;
    color: #feb729;
    text-transform: uppercase;
    padding-top: 20px;
	font-weight:bold;
	 line-height: 57px;
}
}
@media (max-width:470px) {
.about-head
{
    font-family: 'Amiko', sans-serif;
    font-size: 42px;
    color: #feb729;
    text-transform: uppercase;
    padding-top: 20px;
	font-weight:bold;
	 line-height: 57px;
}
}

/**********************************************************/
.ref-bg
{
	background:url(../images/ref-bg.jpg) no-repeat top center ;
	background-size:cover;
	padding:25px 0px 25px 0px;
	background-attachment: fixed;
	/*height: 880px;*/
	
}
.ref-head
{

}
.ref-head p
{

    /* height: 50px; */
    transform: skew(-20deg);
    background: #fc0404;
    font-family: 'Amiko', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding: 6px 20px;
    border-radius: 10px;
}
.levelcommon
{
	width: 65%;
    float: left;
    text-align: left;

}
.level1
{
	font-family: 'Amiko', sans-serif;
    font-size: 24px;
    color: #272727;
}
.level2
{
	    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #fff;
    padding-top: 18px;

}
.refcommon
{
	    width: 30%;
    float: left;
    text-align: left;
}
.ref-img
{
}
/************************************************************/
.feature-bg
{
	background:url(../images/feature-bg.jpg) no-repeat top center ;
	background-size:cover;
	    padding: 42px 0px 81px 0px;
		background-attachment:fixed;
	/*height: 880px;*/
	
}
.feature-head
{
    font-family: 'Amiko', sans-serif;
    font-size: 42px;
    color: #feb729;
    text-transform: uppercase;
    padding-top: 20px;
	font-weight:bold;
	line-height:57px;
}
.percommon {
    padding: 20px 0px 20px 0px;
}
.per {
    width: 38%;
    float: left;
    text-align: center;
    padding-top: 20px;
    position: relative;
    z-index: 1;
}
.per1 {
    width: 61%;
    float: left;
    padding-top: 20px;
}
.perhead {
      font-family: 'Amiko', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #feb729;
    padding-top: 8px;
    padding-bottom: 10px;
}
.brad
{
border: 1px solid #fff;
    border-style: dashed;
    position: relative;
    /* left: -59px; */
    margin-left: -92px;
    width: 129%;
}
.per1 p {
    font-family: 'Amiko', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    padding-top: 10px;
    font-weight: 500;
}
@media (max-width:1199px) {
.brad
{
 	border: none;
    border-style: none;
    position: relative;
    /* left: -59px; */
    margin-left: 0px;
    width: 0%;
}
}
@media (max-width:474px) {
.per {
    width: 55%;
    float: left;
    text-align: center;
    padding-top: 20px;
    position: relative;
    z-index: 1;
}
.per1 {
    width: 44%;
    float: left;
    padding-top: 20px;
}
.feature-head
{
    font-family: 'Amiko', sans-serif;
    font-size: 42px;
    color: #feb729;
    text-transform: uppercase;
    padding-top: 20px;
	font-weight:bold;
	 line-height: 57px;
}
}
/*******************************************/
.cert-bg
{
	background:url(../images/cer-bg.jpg) no-repeat top center ;
	background-size:cover;
	padding:25px 0px 25px 0px;
	/*height: 880px;*/
	
}

.inv {
    width: 21%;
    float: left;
    text-align: center;
}
.inv1 {
     width: 72%;
    float: left;
}
.invhead {
    font-family: 'Amiko', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #0a0a0a;
    /* padding-top: 8px; */
    padding-bottom: 0px;
}

.inv1 p {
    font-family: 'Amiko', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #0a0a0a;
    padding-top: 13px;
    font-weight: 500;
}
.inv2
{
	margin-top: 7px;
    /* line-height: 45px; */
    padding: 18px 17px 15px 23px;
    background-color: #0a0a0a;
}
.inv2 a
{
    font-family: 'Amiko', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    padding-top: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.inv2 a:hover
{
	    text-decoration: none;
    color: #fcb729;
}
.inv3
{
	font-weight: bold !important;
    float: right;
    padding-top: 0px!important;
    top: -13px;
    position: relative;
    font-size: 30px !important;
    color: #eeab27 !important;
}
.inv3:hover
{
  text-decoration: none;
    color: #fff;
}
@media (max-width:470px) {
.invhead {
    font-family: 'Amiko', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #0a0a0a;
	padding-left: 20px;
    /* padding-top: 8px; */
    padding-bottom: 0px;
	 line-height: 57px;
}
.inv3 {
    font-weight: bold !important;
    float: right;
    padding-top: 0px!important;
    top: -13px;
    position: relative;
    font-size: 22px !important;
    color: #eeab27 !important;
}

}

/************************************************/
.payment-bg
{
	background:url(../images/payment-bg.jpg) no-repeat top center ;
	background-size:cover;
	padding:25px 0px 25px 0px;
	/*height: 880px;*/
	
}
.payment-head
{
	    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    color: #fff;
    text-align: center;
    font-weight: 100;
	    padding-top: 23px;
		    line-height: 57px;
}
.payment-head span
{
	    font-weight: 500;
    font-size: 51px;
}
.payment
{
	    padding: 51px 0px 5px 0px;
}
.payment ul
{
	list-style:none;
	padding:0px;
	margin:0px;
	text-align:center;
}
.payment ul li
{
    display: inline-block;
    padding: 17px 31px;
}
@media (max-width:991px) {
.payment-head
{
	    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    color: #fff;
    text-align: center;
    font-weight: 100;
	    padding-top: 23px;
		line-height: 57px;
}
}
@media (max-width:470px) {
.payment-head
{
	    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    color: #fff;
    text-align: center;
    font-weight: 100;
	line-height: 57px;
	    padding-top: 23px;
}

}

/************************************************/
.foot-bg
{
	background:url(../images/foot-bg.jpg) no-repeat top center ;
	background-size:cover;
	padding:25px 0px 25px 0px;
	background-attachment: fixed;
	/*height: 880px;*/
	
}
.foot-logo
{
	    padding-top: 26px;
}
.foot-common
{
	padding: 20px 0px 13px 0px;
    border-right: 1px solid #feb729;
}
.foot-menu
{
}
.foot-menu a
{
	font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 31px;
    padding: 0px 0px;
}
.foot-menu a:hover
{
	    text-decoration: none;
    color: #feb729;
    letter-spacing: 1px;
}
.copy
{
    font-family: 'Amiko', sans-serif;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding-top: 44px;
}
@media (max-width:1199px) {
.foot-common
{
	padding: 20px 0px 13px 0px;
    border-right: none;
}
}

/***************************************************************/
































@media (max-width:992px) {

.box6 , .box6 a  {
width:100%;
font-family: 'Roboto', sans-serif;
font-size:100%;
line-height:24px;
color: #4d4d4d;
padding-bottom:110px;
}

#formname_main {
	
	color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    background: transparent;
    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;
}

/*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]{
    color: #1e1e1e;
    border: 1px solid #261e1a;
    padding: 10px 30px;
    outline: none;
    border: 1px solid #feb729;
    /* box-shadow: inset 0 0 0 0 #ff7200; */
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    border-radius: 6px;
    background: linear-gradient(135deg, #feb729 0%, #cf9625 100%);
}
input[type=submit]:hover
{
    background: #211c1a;
    color: #fff;
    /* border: 1px solid #fff; */
    box-shadow: inset 0px 51px 0px 0px #feb729;
    border: 1px solid #feb729;
}

}
.form_body{ width:100%; 
padding: 0px 0 60px; position:relative;}


/********** 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: #4d4d4d;
padding-bottom:110px;
}


#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: 900;
    text-align: center;
  background: transparent;
    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{
    color: #1e1e1e;
    border: 1px solid #261e1a;
    padding: 10px 30px;
    outline: none;
    border: 1px solid #feb729;
    /* box-shadow: inset 0 0 0 0 #ff7200; */
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    border-radius: 6px;
    background: linear-gradient(135deg, #feb729 0%, #cf9625 100%);
}
input.sbmt:hover
{
    background: #211c1a;
    color: #fff;
    /* border: 1px solid #fff; */
    box-shadow: inset 0px 51px 0px 0px #feb729;
    border: 1px solid #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 #ccc;
    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: 900;
    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: #E7BA04;
    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: #0000003b;
    /* background: url(../images/foot-bg1.jpg) no-repeat top center; */
    color: #FFF;
    line-height: 18px;
    border-radius: 3px;
    padding: 10px 0px;
       border: 1px solid #feb729;
    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: 900;
}
.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: 900;
}
.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/index.html') 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: 900;
  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: 900;
  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***********************/