/*
font-family: 'Poppins', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Asap', sans-serif;
font-family: 'Gilroy-Light';
font-family: 'Gilroy-ExtraBold';
font-family: 'BEBAS';
font-family: 'Oswald', sans-serif;

light - 300
regular - 400
medium - 500
semi-bold  - 600
bold - 700
extra-bold - 800
black - 900
*/

@charset "utf-8";
/* CSS Document */




body {
	
	font-family: 'Poppins', sans-serif;
	color: #808080;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}
.cal-bg {
	
/*   background: #fff;*/
   padding: 25px 0px;
  /* position:relative;*/

}

.cal {
	
}

.cal .cal-head {
	
    font-family: 'Asap', sans-serif;

    font-weight: bold;
    text-transform: uppercase;
        font-size: 26px;
    color: #131313;
    padding: 0px 0px 20px 0px;
}

.cal .calbg {
	
	padding:0px 0px 0px 0px;
}

.cal .calbg .cal1 {
	
    padding: 20px 0px 0px 0px;
    margin:0px auto 0px;
}

.cal .calbg .cal1 .cal-title {
	

    padding: 10px 0px 10px 20px;
    font-family: 'Asap', sans-serif;
    font-size: 21px;
    color: #2f2a47;
    font-weight: 600;
    background: transparent;
    text-transform: uppercase;
}

.cal .calbg .cal1 .cal-invest {
	

padding: 5px 0px 5px 7px;
    background: #003AF1;
    /* outline: 2px solid white; */
    outline-offset: -7px;
    border-radius: 9px;
    border-left: 10px solid #003AF1;
    border-right: 10px solid #003AF1;
}

.cal .calbg .cal1 .cal-invest select {
	
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #ffffff;
    height:38px;
    text-align: center;
    width: 95%;
    border: 1px solid transparent;
    background: transparent;
    outline: none;
    padding: 0px 10px;
	font-weight:500;
}

.cal .calbg .cal1 .cal-invest select option {

	color: #003AF1;
    font-size: 16px;
	font-weight:500;
}

.cal .calbg .cal1 .cal-invest input {
	
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #ffffff;
    height:38px;
    width: 95%;
    border: 1px solid transparent;
    background: transparent;
    outline: none;
    padding: 0px 20px;
	font-weight:500;
}

.cal .cal-but {
	
    text-align: center;
    padding: 100px 0px 88px 0px;
}

.cal .cal-but a {
	
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 10px 40px;
    background: #003AF1;
    border: 1px solid #000c32;
    border-bottom: 5px solid #000c32;
    border-left: 5px solid #000c32;
	transition:0.7s;
}

.cal .cal-but :hover {
		
    background: #003AF1;
    border: 1px solid #000c32;
    border-bottom: 5px solid #000c32;
    border-left: 5px solid #000c32;
    transition: 0.7s;
    color: #fff;
}
#google_translate_element {
	
	color: transparent;
}

#google_translate_element a {
	
  display: none;
}

select.google_translate_element {
	
  color: black;
}

div.goog-te-gadget {
	
  color: transparent;
}

div.goog-te-gadget {
	
  color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
	
     margin: 0px 0 !important;
    padding: 6px 5px;
    background: #003AF1;
    border: 1px solid #003AF1;
    color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    border-radius: 20px;
    box-shadow: 0px 3px 5px #fff;
}
.bg1
{
	background:url(images/bg11.jpg) no-repeat top center ;
	background-size:cover;
	padding:25px 0px 25px 0px;
	
}

.time
{
	padding:0px 0px 0px 0px;
}
.time ul
{
list-style-type:none;
margin:0px;
padding:0px;
}
.time ul li
{
	font-family: 'Asap', sans-serif;
	font-size:16px;
	color:#fff;
	display:inline-block;
}
.time ul li span
{
	    margin-right: 10px;
}
.time ul li p
{
}
 .social
 {
 	padding:0px 0px 10px 0px;
 }
 .social ul
 {
 	list-style-type:none;
margin:0px;
padding:0px;
 }
 .social ul li
 {
display:inline-block;
 }
  .social ul li a
  {
  }
   .social ul li a i
  {
      color: #fcf9fa;
    font-size: 27px;
    padding: 6px 8px;
    border: 1px solid #003AF1;
    border-radius: 20px;
  } 
 .social ul li a i:hover
  {
	 color: #fff;
    transition: 0.7s;
    border: 1px solid #0e0e0e;
    background: linear-gradient(135deg, #003AF1 0%, #080808 100%);
    box-shadow: 0px 0px 10px 0px #011b70;
    transition: transform .8s ease-in-out;
    transform: rotate(360deg);
	}
/*************************************************/
.bg2
{
		background:url(images/bg2.jpg) no-repeat top center ;
	background-size:cover;
	padding:25px 0px 25px 0px;
}
.headerLevelTwo
{
	/*min-height: 34px;*/
}
.headerLevelTwo .logo
{	
	/*padding-top: 15px;*/
	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:left;    
	    padding: 0px 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 1px;
    display: inline-block;
}
.topNav ul li a
{
	font-family: 'Asap', sans-serif;
	font-size:16px;
	color:#fff;
    text-decoration: none;
    padding: 11px 11px;
    position: relative;
    transition: 0.7s;
    display: block;
    text-align: center;
}

 .topNav ul li a:hover
{
    color: #003AF1;
    transition: 0.8s;
    word-spacing: 1px;
}
.mobileMenu
{
	    top: 0px;
    z-index: 999;
    left: -42px;
    position: absolute;
    display: none;
}
.mobileMenu a
{
    font-size: 20px;
    background: #003AF1;
    padding: 9px 11px;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    float: right;s
}
@media only screen and (max-width: 1200px) {


	.mobileMenu 
	{
		    display: block;
    top: auto;
    position: absolute;
	}
	.topNav {
		position: fixed;
		right: -270px;
		       top: 0px;
		background-color:#003AF1;
		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: 5px 20px;
		border: none;
		background:transparent;
	}
	.topNavLinks ul li a:hover {
		border: none;
		padding: 5px 20px;
		background:transparent;
		       color: #003AF1;
	}

}

/***************************************/
.bg3
{
		background:url(images/bg33.jpg) no-repeat top center ;
	background-size:cover;
	padding:25px 0px 25px 0px;
	min-height:510px;
}

.get
{
	    font-family: 'Asap', sans-serif;
    font-size: 60px;
    color: #fff;
    padding: 95px 0px 10px 0px;
    text-transform: uppercase;
    font-weight: bold;
}
.get1
{
	    font-family: 'Asap', sans-serif;
    font-size: 60px;
    color: #fff;
    padding: 27px 0px 26px 0px;
    text-transform: uppercase;
    font-weight: bold;
}
.getp
{
    padding: 10px 0px 19px 0px;
	  font-family: 'Asap', sans-serif;
    font-size: 18px;
    color: #fff;
  
    text-transform: uppercase;
 
}
.slide-invest {
    padding: 124px 0px 0px 0px;
}
.slide-invest button
{
		border: none;
	background: transparent;
	padding: 0px;
	margin-right: 20px;
}
.slide-invest button
{
font-size:14px;
color:#fff;
}
.slide-invest button:hover
{
	position: relative;
}
.slide-invest .signupbut
{
    width: 200px;
    color: #efefef;
    border: 0px;
    line-height: 50px;
    border: 2px solid #003AF1;
    /* border-radius: 30px; */
    background: #003AF1;
    outline: none;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Asap', sans-serif;
    margin-bottom: 39px;
	text-transform:uppercase;
}
.slide-invest .signupbut i
{
	font-size:18px;
color:#fff;
}
	.slide-invest .signupbut:hover
	{
	    color: #fff;
    background: linear-gradient(135deg, #003AF1 0%, #003AF1 100%);
    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;
    box-shadow: 0px 0px 10px 0px;
	}
.slide-invest .loginbut
{
		 
	    width: 200px;
    color: #efefef;
    border: 0px;
    line-height: 48px;
    background: linear-gradient(135deg, #003AF1 0%, #003AF1 100%);
    /* border-radius: 30px; */
    border: 2px solid #003AF1;
    outline: none;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Asap', sans-serif;
	text-transform:uppercase;
}
.slide-invest .loginbut:hover
{
		color:#fff;
	background:linear-gradient(135deg, ##9e0f56 0%, ##9e0f56 100%);
	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;
	box-shadow: 0px 0px 10px 0px;
}
@media (max-width:429px) {
.get
{
	    font-family: 'Asap', sans-serif;
    font-size: 36px;
    color: #fff;
    padding: 95px 0px 10px 0px;
    text-transform: uppercase;
    font-weight: bold;
}
.get1
{
	    font-family: 'Asap', sans-serif;
    font-size: 36px;
    color: #fff;
    padding: 27px 0px 26px 0px;
    text-transform: uppercase;
    font-weight: bold;
}
.getp
{
    padding: 10px 0px 19px 0px;
	  font-family: 'Asap', sans-serif;
    font-size: 18px;
    color: #fff;
  
    text-transform: uppercase;
 
}
}
/************************************************/
.bg4
{
		background:url(images/bg4.jpg) no-repeat top center ;
	background-size:cover;
	padding:25px 0px 25px 0px;
}
.welcome
{
	  padding: 10px 0px 0px 0px;
	  font-family: 'Asap', sans-serif;
    font-size: 24px;
    color: #131313;
  
    text-transform: uppercase;
	font-weight:bold;
}
.welcome1
{
	
	  font-family: 'Asap', sans-serif;
    font-size: 24px;
    color: #131313;
  
    text-transform: uppercase;
	font-weight:bold;
}
.welcome2
{
	  padding: 10px 0px 10px 0px;
	  font-family: 'Asap', sans-serif;
    font-size: 16px;
    color: #808080;
  
   
}
.welcome3
{
	 
	  font-family: 'Asap', sans-serif;
    font-size: 16px;
    color: #808080;
      padding: 0px 0px 14px 0px;
   
}
.who
{
	  font-family: 'Asap', sans-serif;
    font-size: 18px;
    color: #6870a0;
  
}
.abo
{
  font-family: 'Asap', sans-serif;
    font-size: 30px;
    color: #131313;
	font-weight:bold;
   padding: 5px 0px 14px 0px;
}
.spacecommon
{
	    padding: 20px 0px 20px 0px;
}
.spacecommon .space
{
	      width: 40%;
    float: left;
    padding-top: 20px;
}
 .spacecommon .space1
 {
 	     width: 58%;
    float: left;
    padding-top: 20px;
 }
 .spacecommon .space1 .heading1
 {
 	  font-family: 'Asap', sans-serif;
    font-size: 18px;
    color: #222222;
	font-weight:bold;
   padding: 5px 0px 14px 0px;
 } .spacecommon .space1 p
 {
 	  font-family: 'Asap', sans-serif;
    font-size: 16px;
    color: #9b9b9b;

   padding: 5px 0px 14px 0px;
 }
 
 
 
 
 
 
 
 
 
 .boundry
 {
 		background:url(images/bg4.jpg) no-repeat top center ;
	background-size:cover;
	padding:25px 0px 25px 0px;
 }
 
 .ableftextr1 
 {
 	text-align:center;
 }
 .ableftextr1 i
 {
     color: #fff;
    font-size: 97px;
       background: linear-gradient(135deg, #003AF1 33%, #00aed7 77%);
    padding: 40px 40px;
    border-radius: 108px;
    box-shadow: inset 0px 0px 0px 20px #efefef;
    border: 4px solid #003AF1;
 }
  .ableftextr2 
  {
  	        font-family: 'Asap', sans-serif;
    font-size: 18px;
    color: #8f808f;
	    margin: 19px 0px 10px 0px;
  }
   .ableftextr3 
   {
          font-family: 'Asap', sans-serif;
    font-size: 19px;
    font-weight: bold;
    color: #0e1122;
	margin:0px 0px 10px 0px;
   }
   .learn
   {
   	    padding: 45px 0px 0px 0px;
   }
   .learnbut
   {
       width: 216px;
    color: #efefef;
    border: 0px;
    line-height: 50px;
    border: 5px solid #003AF1;
    border-radius: 30px;
    background: #003AF1;
    outline: none;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 39px;
   }
   .learnbut:hover
   {
          border: 5px solid #000c32;
    border-radius: 30px;
    background: #003AF1;
   }
      .wel
   {
   	    padding: 45px 0px 0px 0px;
   }
   .welbut
   {
   width: 216px;
    color: #ffffff;
    border: 0px;
    line-height: 50px;
    border: 5px solid #003AF1;
    border-radius: 30px;
    background: #003AF1;
    outline: none;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 39px;
   }
   .welbut:hover
   {
           border: 5px solid #000c32;
    border-radius: 30px;
    background: #003AF1;
    color: white;
   }
 /****************************************************************/
  .bg5
{
		background:url(images/bg5.jpg) no-repeat top center ;
	background-size:cover;
	padding:25px 0px 25px 0px;
	
	
}
 .round
 {
    text-align: center;
    width: 340px;
    height: 364px;
    background: url(images/round1.png) top center no-repeat;
    float: right;
    margin-top: 75px;
   
 }
 .round .asf
 {
 	      font-family: 'Asap', sans-serif;
    font-size: 14px;
    color: #131313;
    font-weight: bold;
    padding: 113px 0px 0px 0px;
 
 }
 .round .asf1
 {
 	 font-family: 'Poppins', sans-serif;
    font-size: 18px;
 
    color: #131313;
       padding: 0px 0px 0px 0px;
 
 }
  .round .asf2
 {
 	 font-family: 'Poppins', sans-serif;
    font-size: 27px;
	font-weight:bold;
    color: #131313;
       padding: 0px 0px 0px 0px;
 
 }
  .round .asf3
 {
 	 font-family: 'Poppins', sans-serif;
    font-size: 16px;
 
    color: #131313;
       padding: 0px 0px 0px 0px;
 
 }
  .round .asf4
 {
 	font-family: 'Poppins', sans-serif;
    font-size: 13px;
 
    color: #131313;
       padding: 0px 0px 0px 0px;
 
 } 
 .dep
 {
 	      float: right;
        margin: 40px 43px 0px 0px;
 }
  .depbut
  {
  	    width: 216px;
    color: #efefef;
    border: 0px;
    line-height: 50px;
    border: 5px solid #003AF1;
    border-radius: 30px;
    background: #010b2e;
    outline: none;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 39px;
  }
    .depbut:hover
	{
		    border: 5px solid #010b2e;
    border-radius: 30px;
    background: #003AF1;
  
  
    color: #fff;
	}
 .mid1
 {
    width: 444px;
    height: 166px;
    background:url(images/right1.png) top center no-repeat;
    margin-left: -89px;
 }
 .mid2
 {
 width: 444px;
    height: 166px;
    background:url(images/right2.png) top center no-repeat;
    margin-left: -50px;
 }
 .mid3
 {
   width: 444px;
    height: 166px;
    background:url(images/right3.png) top center no-repeat;
    margin-left: -83px;
 }
 
 
 
 
 
 .mid4
 {
    width: 444px;
    height: 166px;
    background:url(images/left1.png) top center no-repeat;
   margin-left: 6px; 
 }
 .mid5
 {
 width: 444px;
    height: 166px;
    background:url(images/left2.png) top center no-repeat;
	    margin-left: -26px;
    
 }
 .mid6
 {
   width: 444px;
    height: 166px;
    background:url(images/left3.png) top center no-repeat;
  
 }
 
.vid1
{
	    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    text-align: center;
    color: #fff;
    position: relative;
    font-weight: bold;
    padding: 10px 0px 0px 0px;
} 
.vid2
{
	    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    text-align: center;
    color: #fff;
    position: relative;
    font-weight: bold;
    padding: 8px 0px 0px 0px;
} 
.vid3
{
	    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    text-align: center;
    color: #fff;
    position: relative;
    font-weight: bold;
    padding: 7px 0px 0px 0px;
} 
.plancommon
{
} 
.plancommon .bannonewrd
{
	    margin: -3px 0px 0px 0px;
}
.plancommon .bannonewrd .bannclstextr
{
	    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    color: #fff;
    padding: 6px 0px 0px 0px;
}
.plancommon .bannonewrd .bannclstextr1
{
	    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
	    margin: -3px 0px 0px 0px;
}
.plancommon .bannonewrd  .mid22
{
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    color: #fff;
    padding: 6px 0px 0px 0px;
}
.plancommon .bannonewrd  .mid33
{
	    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
	    margin: -3px 0px 0px 0px;
}
.plancommon .bannonewrd	  .mid44
{
font-family: 'Roboto Slab', serif;
    font-size: 12px;
    color: #fff;
	    padding: 11px 0px 0px 0px;
}
.plancommon .bannonewrd   .mid55
{
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
	    margin: -3px 0px 0px 0px;
}
.plancommon .bannonewrd .down1
{
font-family: 'Roboto Slab', serif;
    font-size: 12px;
    color: #fff;
	    padding: 0px 0px 0px 0px;
}
.plancommon .bannonewrd .down2
{
font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
	    margin: -9px 0px 0px 0px;
}
.plancommon .bannonewrd .down3
{
	font-family: 'Roboto Slab', serif;
    font-size: 12px;
    color: #fff;
	    padding: 0px 0px 0px 0px;
}
.plancommon .bannonewrd .down4
{
	font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
	    margin: -9px 0px 0px 0px;
}
.plancommon .bannonewrd .down5
{
font-family: 'Roboto Slab', serif;
    font-size: 12px;
    color: #fff;
	    padding: 0px 0px 0px 0px;
}
.plancommon .bannonewrd .down6
{
font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
	    margin: -9px 0px 0px 0px;
	
}
@media (max-width:1199px)
{
 .mid4
 {
   width: 444px;
    height: 166px;
    background:url(images/left1.png) top center no-repeat;
 margin: 0px auto 20px;
 }
 .mid5
 {
 width: 444px;
    height: 166px;
    background:url(images/left2.png) top center no-repeat;
	margin: 0px auto 20px;
    
 }
 .mid6
 {
  width: 444px;
    height: 166px;
    background:url(images/left3.png) top center no-repeat;
  
 margin: 0px auto 20px;
 }
  .mid1
 {
    width: 444px;
    height: 166px;
    background:url(images/right1.png) top center no-repeat;
   margin: 0px auto 20px;
 }
 .mid2
 {
 width: 444px;
    height: 166px;
    background:url(images/right2.png) top center no-repeat;
    margin: 0px auto 20px;
 }
 .mid3
 {
 width: 444px;
    height: 166px;
    background:url(images/right3.png) top center no-repeat;
    margin: 0px auto 20px;
 }
  .round
 {
text-align: center;
    width: 340px;
    height: 364px;
    /* background: url(images/round.png) top center no-repeat; */
    margin: 0px auto 20px;
    float: none;
    background-size: contain;
   
 }
 
}

}
@media (max-width:991px) {

 .round
 {
text-align: center;
   width: 340px;
    height: 364px;
    background: url(images/round.html) top center no-repeat;
    margin: 0px 0px;
    float: none;
    background-size: contain;
   
 }
 .round .asf
 {
     font-family: 'Asap', sans-serif;
    font-size: 15px;
    color: #131313;
    font-weight: bold;
    padding: 112px 0px 0px 0px;
 
 }
 .round .asf1
 {
 	 font-family: 'Poppins', sans-serif;
    font-size: 18px;
 
    color: #131313;
       padding: 0px 0px 0px 0px;
 
 }
  .round .asf2
 {
 	 font-family: 'Poppins', sans-serif;
    font-size: 29px;
 font-weight:bold;
    color: #131313;
       padding: 0px 0px 0px 0px;
 
 }
  .round .asf3
 {
 	 font-family: 'Poppins', sans-serif;
    font-size: 15px;
 
    color: #131313;
       padding: 0px 0px 0px 0px;
 
 }
  .round .asf4
 {
 	font-family: 'Poppins', sans-serif;
    font-size: 15px;
 
    color: #131313;
       padding: 0px 0px 0px 0px;
 
 } 
 .dep
 {
 	      float: none;
    margin: 32px 0px 0px 0px;
 }


  .mid1
 {
    width: 444px;
    height: 166px;
    background:url(images/right1.png) top center no-repeat;
    margin:0px auto 0px;
 }
 .mid2
 {
 width: 444px;
    height: 166px;
    background:url(images/right2.png) top center no-repeat;
    margin:0px auto 0px;
 }
 .mid3
 {
 width: 444px;
    height: 166px;
    background:url(images/right3.png) top center no-repeat;
  margin:0px auto 0px;
 }
 
 
 
 
 
 .mid4
 {
    width: 444px;
    height: 166px;
    background:url(images/left1.png) top center no-repeat;
  margin:0px auto 0px; 
 }
 .mid5
 {
 width: 444px;
    height: 166px;
    background:url(images/left2.png) top center no-repeat;
	    margin:0px auto 0px;
    
 }
 .mid6
 {
   width: 444px;
    height: 166px;
    background:url(images/left3.png) top center no-repeat;
  	margin:0px auto 0px;
 }
 

}

@media (max-width:490px) 
{
 .round
 {
text-align: center;
   width: 303px;
    height: 306px;
    background: url(images/round2.png) top center no-repeat;
    margin: 0px 0px;
    float: none;
    background-size: contain;
   
 }
  .round .asf
 {
        font-family: 'Asap', sans-serif;
    font-size: 10px;
    color: #131313;
    font-weight: bold;
    padding: 75px 0px 0px 0px;
 
 }
 .round .asf1
 {
 	 font-family: 'Poppins', sans-serif;
    font-size: 16px;
 
    color: #131313;
       padding: 0px 0px 0px 0px;
 
 }
  .round .asf2
 {
 	 font-family: 'Poppins', sans-serif;
    font-size: 29px;
 font-weight:bold;
    color: #131313;
       padding: 0px 0px 0px 0px;
 
 }
  .round .asf3
 {
 	 font-family: 'Poppins', sans-serif;
    font-size: 13px;
 
    color: #131313;
       padding: 0px 0px 0px 0px;
 
 }
  .round .asf4
 {
 	font-family: 'Poppins', sans-serif;
    font-size: 11px;
 
    color: #131313;
       padding: 0px 0px 0px 0px;
 
 } 
  .dep
 {
 	       float: none;
            margin: 34px auto 20px;
 }
   .depbut
  {
  	    width: 216px;
    color: #efefef;
    border: 0px;
    line-height: 50px;
    border: 5px solid #031a65;
    border-radius: 30px;
    background: #003AF1;
    outline: none;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 39px;
  }
	 .mid1
 {
   width: 300px;
    height: 132px;
    background:url(images/smri1.png) top center no-repeat;
  	    position: relative;
    left: -18px;
 }
 .mid2
 {
  width: 300px;
    height: 132px;
    background:url(images/smri2.png) top center no-repeat;
	    position: relative;
    left: -18px;
 }
 .mid3
 {
    width: 300px;
    height: 132px;
    background:url(images/smri3.png) top center no-repeat;
	    position: relative;
    left: -20px;
 }
 
 
 
 
 
 .mid4
 {
     width: 300px;
    height: 132px;
    background: url(images/smli1.png) top center no-repeat;
    margin: 0px auto 0px;
    left: -18px;
    position: relative;
 }
 .mid5
 {
width: 300px;
    height: 132px;
    background:url(images/smli2.png) top center no-repeat;
	    position: relative;
    left: -18px;  
    
 }
 .mid6
 {
  width: 300px;
    height: 132px;
    background:url(images/smli3.png) top center no-repeat;
      position: relative;
    left: -19px;	
 }
 .vid1
{
	    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    text-align: center;
    color: #fff;
    position: relative;
    font-weight: bold;
    padding: 4px 0px 0px 0px;
} 
.vid2
{
	    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    text-align: center;
    color: #fff;
    position: relative;
    font-weight: bold;
   padding: 4px 0px 0px 0px;
} 
.vid3
{
	    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    text-align: center;
    color: #fff;
    position: relative;
    font-weight: bold;
    padding: 4px 0px 0px 0px;
} 
.plancommon
{
} 
.plancommon .bannonewrd
{
	    margin: -3px 0px 0px 0px;
}
.plancommon .bannonewrd .bannclstextr
{
	  font-family: 'Roboto Slab', serif;
    font-size: 8px;
    color: #fff;
    padding: 0px 0px 0px 0px;
}
.plancommon .bannonewrd .bannclstextr1
{
	        font-family: 'Roboto Slab', serif;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    margin: -6px 0px 0px 0px;
}
.plancommon .bannonewrd  .mid22
{
     font-family: 'Roboto Slab', serif;
    font-size: 8px;
    color: #fff;
    padding: 0px 0px 0px 0px;
}
.plancommon .bannonewrd  .mid33
{
	      font-family: 'Roboto Slab', serif;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    margin: -6px 0px 0px 0px;
}
.plancommon .bannonewrd	  .mid44
{
  font-family: 'Roboto Slab', serif;
    font-size: 8px;
    color: #fff;
    padding: 0px 0px 0px 0px;
}
.plancommon .bannonewrd   .mid55
{
        font-family: 'Roboto Slab', serif;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    margin: -6px 0px 0px 0px;
}
.plancommon .bannonewrd .down1
{
      font-family: 'Roboto Slab', serif;
    font-size: 9px;
    color: #fff;
    margin: -10px 0px 0px 0px;
}
.plancommon .bannonewrd .down2
{
font-family: 'Roboto Slab', serif;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    margin: -13px 0px 0px 0px;
}
.plancommon .bannonewrd .down3
{
 font-family: 'Roboto Slab', serif;
    font-size: 9px;
    color: #fff;
    margin: -10px 0px 0px 0px
}
.plancommon .bannonewrd .down4
{
font-family: 'Roboto Slab', serif;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    margin: -13px 0px 0px 0px;
}
.plancommon .bannonewrd .down5
{
 font-family: 'Roboto Slab', serif;
    font-size: 9px;
    color: #fff;
    margin: -10px 0px 0px 0px
}
.plancommon .bannonewrd .down6
{
font-family: 'Roboto Slab', serif;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    margin: -13px 0px 0px 0px;
	
}
 
}



















 
 /*********************************************************/
 
 .bg6
{
		background:url(images/bg6.jpg) no-repeat top center ;
	background-size:cover;
	padding:25px 0px 25px 0px;
	min-height:830px;
	
}
@media only screen and (max-width: 991px)
{
	 .bg6
{
		background:url(images/bg6.jpg) no-repeat top center ;
	background-size:cover;
	padding:25px 0px 25px 0px;
	min-height:830px;
	
}

.col-feature1 {
    margin: 0px auto 20px !important;
    text-align: center;
}	

.col-feature2 {
    margin: 0px auto 20px !important;
    text-align: center;
}

.col-feature3 {
    margin: 0px auto 20px !important;
    text-align: center;
}


.col-feature4 {
	
	margin: 0px auto 20px !important;
    text-align: center;
}

.col-feature5 {
	
	margin: 0px auto 20px !important;
    text-align: center;
}


.col-feature6 {
	
	margin: 0px auto 20px !important;
    text-align: center;
}

.section {
    background: #fff no-repeat top center !important;
    background-size: cover;
    padding: 25px 0px 25px 0px;
    min-height: 860px;
    position: relative;
    z-index: 9;
}
}
 .ref
 {
 	font-family: 'Poppins', sans-serif;
	font-size:20px;
	color:#000;
	    padding: 47px 0px 0px 0px;
		text-transform:uppercase;
 }
 .ref1
 {
 	font-family: 'Poppins', sans-serif;
	font-size:30px;
	color:#fff;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	text-transform:uppercase;
 }
 .ref2
 {
     font-family: 'Asap', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 32px 0px 28px 0px;
    font-weight: 500;
 }
  .ref3
  {
  	text-align:center;
  }
  
.invest
{
}
.invest {
      padding: 45px 0px 0px 0px;;
}
.invest button
{
		border: none;
	background: transparent;
	padding: 0px;
	margin-right: 20px;
}
.invest button:hover
{
	position: relative;
}
.invest .regbut
{
	    width: 216px;
    color: #efefef;
    border: 0px;
    line-height: 50px;
    border: 5px solid #003AF1;
    border-radius: 30px;
    background: black;
    outline: none;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 39px;
}
.invest .regbut:hover
{
    background: #fff;
    border: 5px solid #031755;
    color: #003AF1;
    font-weight: bold;
}
/*************************************************************/

 .bg7
{
		background:url(images/bg7.jpg) no-repeat top center ;
	background-size:cover;
	padding:25px 0px 25px 0px;

}
.cry
{
	  font-family: 'Asap', sans-serif;
	font-size:18px;
	color:#131313;
	font-weight:bold;
	padding: 15px 0px 15px 0px;
}
.cry1
{
	    font-family: 'Asap', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
      padding: 0px 0px 30px 0px
}
.cry2
{
}
/**********************************************************/

 .bg8
{
		background:url(images/bg8.jpg) no-repeat top center ;
	background-size:cover;
	padding:25px 0px 25px 0px;

}
.how1
{
		font-family: 'Poppins', sans-serif;
	font-size:20px;
	color:#000;
	    padding: 47px 0px 0px 0px;
}
.how2
{
		font-family: 'Poppins', sans-serif;
	font-size:30px;
	color:#fffeff;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}
.go1
{
  font-family: 'Asap', sans-serif;
    font-size: 16px;
    color: #d6dbfa;
    font-weight: 500;
       padding: 33px 0px 22px 0px;
}
.common
{
padding-top:15px;
}
.common .top
{
	 font-family: 'Ubuntu', sans-serif;
    font-size: 48px;
    color: #d6dbfa;
    font-weight: bold;
      	padding:0px 0px 0px 0px;
		    position: absolute;
}
.common .center
{
	text-align:center;
	position: relative;
}
.common .bottom
{
	font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #d6dbfa;
    font-weight: 500;
      	padding:0px 0px 0px 0px;
		    text-align: center;
			
}@media (max-width:767px) {
.common
{
padding-top:15px;
}
.common .top
{
	 font-family: 'Ubuntu', sans-serif;
    font-size: 48px;
    color: #d6dbfa;
    font-weight: bold;
      	padding:0px 0px 0px 0px;
		    position: absolute;
}
.common .center
{
	text-align:center;
	position: relative;
}
.common .bottom
{
	font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #d6dbfa;
    font-weight: 500;
      	padding:0px 0px 0px 0px;
}
}
/*********************************************************************/
.features-4-section
{
	    padding: 100px 0;
}
.section
{
	background:url(images/bg9.jpg) no-repeat top center ;
	background-size:cover;
	padding:25px 0px 25px 0px;
	min-height:1043px;
	position: relative;
    z-index: 9;
}
.col-feature1
{
	    margin-bottom: 26px;
		    margin-left: 166px;
}
.col-feature2
{
	    margin-bottom: 26px;
		       margin: 0px 0px 42px 50px;
}
.col-feature3
{
	    margin-bottom: 26px;
		    margin-left: 157px;
}
.col-feature4
{
	    margin-bottom: 26px;
		    margin-left: -38px;
}
.col-feature5
{
	    margin-bottom: 26px;
		margin-left: 90px;
}
.col-feature6
{
	    margin-bottom: 26px;
}
.col-feature > .name {
   
}
.content
{
}
.content h4
{
	color:#131313;
     font-family: 'Asap', sans-serif;
    font-size: 18px;
   
}
/*.callcommon
{
	    position: absolute;
    top: 0%;
    text-align: center;	
}*/
.features-phone .callimg
{
	
	  font-family: 'Poppins', sans-serif;
	 font-size:30px;
	 font-weight:bold;
	 color:#131313;
	     padding: 191px 0px 0px 10px;
	    
}
.features-phone .callimg1
{
font-family: 'Poppins', sans-serif;
	 font-size:18px;
	 color:#131313;
	    
}
.content p
{
   color:#131313;
     font-family: 'Asap', sans-serif;
    font-size: 24px;
	font-weight:bold;
	}
.features-col
{
	  
}
.features-phone
{
 text-align: center;
    /* width: 592px; */
    height: 440px;
    background: url(images/phone.png) no-repeat center;
  	    margin: 74px 0px 28px 0px;
}
@media (max-width:455px) {
.features-phone
{
 text-align: center;
    /* width: 592px; */
    height: 440px;
    background: url(images/phone.png) no-repeat center;
	background-size:contain;
  
}
.features-phone .callimg
{
	
	  font-family: 'Poppins', sans-serif;
	 font-size:26px;
	 font-weight:bold;
	 color:#131313;
	     padding: 191px 0px 0px 10px;
	    
}
.features-phone .callimg1
{
font-family: 'Poppins', sans-serif;
	 font-size:15px;
	 color:#131313;
	    
}
}
@media (max-width:1199px) {
/* .callimg
{
	
	  font-family: 'Poppins', sans-serif;
	 font-size:30px;
	 font-weight:bold;
	 color:#131313;
	         margin: 161px 20px 0px 149px;
}
.callimg1
{
font-family: 'Poppins', sans-serif;
	 font-size:18px;
	 color:#131313;
	        margin: 0px 0px 0px 154px;
}*/
.section
{
	background:url(images/bg9.jpg) no-repeat top center ;
	background-size:cover;
	padding:25px 0px 25px 0px;
	min-height:953px;
	position: relative;
    z-index: 9;
}
}

/************************************************************/
.bg10
{
	background:url(images/bg10.jpg) no-repeat top center ;
	background-size:cover;
	padding:25px 0px 25px 0px;
}
.copy
{
	    font-family: 'Asap', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding: 23px 0px 15px 0px;;
}
.copy1
{
	font-family: 'Asap', sans-serif;
	font-size:18px;
	color:#fff;
	 font-weight: 500;
	       padding: 0px 0px 68px 0px;
}
.footmenu
{
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
  
    inline: 1px solid #fff;
  
    border-width: 4px;
    border-left: transparent;
    border-right: transparent;
    border-style: double;
}


.footmenu ul 
{
	    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.footmenu ul li
{
	position: relative;
    padding: 10px 21px;
    display: inline-block;
}

.footmenu ul li a
{
	  font-family: 'Asap', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding: 23px 0px 15px 0px;
	text-decoration:none;
}
.footmenu ul li a:hover
{
	    color: #003AF1;
    transition: 0.8s;
    word-spacing: 1px;
}

.payment
{
	       padding: 55px 10px 30px;
    text-align: center;
}
.payment ul
{
	    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.payment ul li
{
	    position: relative;
    padding: 10px 30px;
    display: inline-block;
}

/********** registration part Media query **********/
.san
{
		background:url(images/san.jpg) no-repeat top center ;
	background-size:cover;
	padding:25px 0px 25px 0px;
	background-attachment:fixed;
}
 .backblue
 {
     background: #00bcd433;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 29px 0px 26px 0px;
    border-radius: 16px;
 }

@media (max-width:992px) {

.box6 , .box6 a  {
width:100%;
font-family: 'Roboto', sans-serif;
font-size:100%;
line-height:24px;
color: #fff;
padding-bottom:110px;
}

#formname_main {
	
	color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    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]{
 background: #003AF1;
    color: #fff;
    border: 1px solid #003AF1;
    padding: 10px 30px;
    outline: none;
    box-shadow: inset 0 0 0 0 #011249;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    font-size: 16px;
    font-weight: bold;
	border-radius:0px;
}
input[type=submit]:hover
{
    background: #feb729;
    color: #000000;
    box-shadow: inset 100px 0px 0px 0px #feb729;
    border: 1px solid #feb729;
	border-radius:20px;
}

}



/********** 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: #003AF1;
    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 #003AF1;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    background: #542abe38;
}
.member_detail .left .memtitlebox , .member_detail .rightmembox .memtitlebox{
    background: #000;
    color: #003AF1;
    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: #003AF1;
}

/********** 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: #003AF1;
	margin-bottom:5px;
	transition:0.7s;

}
.navigation .menutxt:hover
{
color:#003AF1;
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: #003AF1;
}

.accordion li.open i {
	color: #003AF1;
}
.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: #003AF1;
    color: #fff;
	transition:0.7s;
 }



}


@media (min-width:992px) {

.box6{
width:100%;
font-family: 'Roboto', sans-serif;
font-size:14px;
line-height:24px;
color: #fff;
padding-bottom:110px;
}


#formname{
text-align: center;
    text-transform: uppercase;
    color:#000000;
    font-size: 22px;
	border:3px solid #003AF1;
	}
#formname_main
{
	color:white;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
       background: linear-gradient(135deg, #011d7a 33%, #003AF1 77%);
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 30px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

input.sbmt{
    background: #003AF1;
    color: #fff;
    border: 1px solid #003AF1;
    padding: 10px 30px;
    outline: none;
    box-shadow: inset 0 0 0 0 #003AF1;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    font-size: 16px;
    font-weight: bold;
	border-radius:0px;
}
input.sbmt:hover
{
       background: #003AF1;
    color: #ffffff;
    box-shadow: inset  0px 100px 0px 0px #003AF1;
    border: 1px solid #003AF1;
    
}


}


.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: bold;
    color: white;
    padding: 0;
    margin-left: 6px;
    margin-top: 6px;
}
table.account_table img
{
max-width:100%;
border-radius: 7px;
}
table.account_table img a
{
opacity:0.4;
filter:alpha(opacity=40);
}
table.account_table img a:hover
{
opacity:1.0;
filter:alpha(opacity=100);
text-decoration:none;
}
.account_table img
{
max-width:100%;
}
.account_table img:hover
{
transform:scale(1.1);transition:all 300ms ease-in-out; -ms-transition:all 300ms ease-in-out;
}



table.make_deposit td.second{
background:#242e35;
    color: #fff;
    padding: 10px;
}
table.make_deposit td.first{
background:#242e35;
    color: #fff;
    padding: 10px;
		font-family: 'Roboto', sans-serif;
	
}
.memberuser
{
float:left;
width:100%;
  /*  background: #D1A703;*/
	height:100px;
}
.memberuser table tr td
{
color:#FF0000;
font-family: 'Roboto', sans-serif;
font-size:16px;
}

.left-navigation .navigation ul {
	
	margin-bottom:0px;
}

.left-navigation .navigation ul , .register , 
.right-navigation {
    padding: 0;
	margin-bottom:15px;
}

.left-navigation .navigation ul li {
	
	list-style:none;
}

.navigation
{
opacity:1;
margin-top:0px;
    padding: 0;
	margin-bottom:40px;
}
.navigations td
{
font-family: 'Roboto', sans-serif;
    color: #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: #003AF1;
    color: #FFF;
    line-height: 18px;
    border-radius: 3px;
    padding: 10px 0px;
    border: 1px solid #fff;
text-align: center;
	}
/*
.inheader{
    background: #E4B704;	
}
.item {
    background: #F5F2DC;
	}*/
.table_r
{
width:100%;
height:auto;
}
.table_r .table_r1
{
width: 64.5%;
height: 200px;
background:#fff;
float: left;
font-family: 'Roboto', sans-serif;
border-radius: 0px;
 margin: 0px 0px 0px 0px;
}
.table_r .table_r1 .left
{
float:left;
width:44%;
    margin: 10px 0px 0px 0px;
}
.table_r .table_r1 .left img
{
max-width:100%;
}
.table_r .table_r1 .right
{
float:left;
width:50%;
    margin: 0px 0px 0px 0px;
}
.table_r .table_r1 .right .text1
{
color: #fff;
font-family: "Open Sans",sans-serif;
font-size: 25px;
text-transform: uppercase;
padding: 55px 0px 0px 0px;
font-weight: bold;
}
.table_r .table_r1 .right .text2
{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: inherit;
    padding: 13px 0px 0px 20px;
    font-weight: bold;
}
.table_r .table_r1 .reg
{
    float: left;
    width: 50%;
    background: #003AF1;
    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: #003AF1;
    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: #003AF1;
        padding: 5px 29px;
    text-transform: inherit;
    font-weight: 500;
    box-shadow: inset 0 0 0 0 #000c32;
    -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 #003AF1;
}
.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: #003AF1;
    padding: 5px 29px;
    text-transform: inherit;
    font-weight: 500;
    box-shadow: inset 0 0 0 0 #000c32;
    -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 #000c32;
}
.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: #003AF1;
    padding: 5px 29px;
    text-transform: inherit;
    font-weight: 500;
    box-shadow: inset 0 0 0 0 #000c32;
    -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 #000c32;
}
.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: #003AF1;
        padding: 5px 29px;
    text-transform: inherit;
    font-weight: 500;
    box-shadow: inset 0 0 0 0 #000c32;
    -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 #000c32;
}
.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.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: 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: #003AF1;
  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: #003AF1;
}
.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***********************/