body {
	margin:0;
	padding:0;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
}

@font-face {
    font-family: 'Corbel';
    src: url('../fonts/Corbel-Bold.eot');
    src: url('../fonts/Corbel-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Corbel-Bold.woff2') format('woff2'),
        url('../fonts/Corbel-Bold.woff') format('woff'),
        url('../fonts/Corbel-Bold.ttf') format('truetype'),
        url('../fonts/Corbel-Bold.svg#Corbel-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Corbel';
    src: url('../fonts/Corbel.eot');
    src: url('../fonts/Corbel.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Corbel.woff2') format('woff2'),
        url('../fonts/Corbel.woff') format('woff'),
        url('../fonts/Corbel.ttf') format('truetype'),
        url('../fonts/Corbel.svg#Corbel') format('svg');
    font-weight: normal;
    font-style: normal;
}

ul {
	margin:0;
	padding:0;
}
.textcolor-black {
	color:#000;
}
.textcolor-white {
	color:#fff;
}
.lightblue-bg
{
background:#06cde0;
}
.darkblue-bg
{
background:#2c55af;
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	line-height: 1;
	text-transform: capitalize;
	font-weight: 600;
	border-radius: 50px;
	    font-family: 'verdana', sans-serif;
	text-align: inherit;
	        padding: 15px 25px;
	font-weight: 500;

	text-align: center;
}
/**************** button-primary***************/
 
.btn-primary {
	border: none;
	background: rgba(25,127,210,1);
background: -moz-linear-gradient(top, rgba(25,127,210,1) 0%, rgba(6,206,224,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(25,127,210,1)), color-stop(100%, rgba(6,206,224,1)));
background: -webkit-linear-gradient(top, rgba(25,127,210,1) 0%, rgba(6,206,224,1) 100%);
background: -o-linear-gradient(top, rgba(25,127,210,1) 0%, rgba(6,206,224,1) 100%);
background: -ms-linear-gradient(top, rgba(25,127,210,1) 0%, rgba(6,206,224,1) 100%);
background: linear-gradient(to bottom, rgba(25,127,210,1) 0%, rgba(6,206,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#197fd2', endColorstr='#06cee0', GradientType=0 );
	color: #fff;
	    border-radius: 25px;
	border: transparent;


}

.btn-primary.focus, .btn-primary:focus {
	box-shadow: none;
	color: #fff;
}

 
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: none;
	color: #fff;
}
.btn-primary:hover {
	color: #fff;
	background: rgba(6,206,224,1);
background: -moz-linear-gradient(top, rgba(6,206,224,1) 0%, rgba(25,127,210,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(6,206,224,1)), color-stop(100%, rgba(25,127,210,1)));
background: -webkit-linear-gradient(top, rgba(6,206,224,1) 0%, rgba(25,127,210,1) 100%);
background: -o-linear-gradient(top, rgba(6,206,224,1) 0%, rgba(25,127,210,1) 100%);
background: -ms-linear-gradient(top, rgba(6,206,224,1) 0%, rgba(25,127,210,1) 100%);
background: linear-gradient(to bottom, rgba(6,206,224,1) 0%, rgba(25,127,210,1) 100%);

}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background: rgba(6,206,224,1);
background: -moz-linear-gradient(top, rgba(6,206,224,1) 0%, rgba(25,127,210,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(6,206,224,1)), color-stop(100%, rgba(25,127,210,1)));
background: -webkit-linear-gradient(top, rgba(6,206,224,1) 0%, rgba(25,127,210,1) 100%);
background: -o-linear-gradient(top, rgba(6,206,224,1) 0%, rgba(25,127,210,1) 100%);
background: -ms-linear-gradient(top, rgba(6,206,224,1) 0%, rgba(25,127,210,1) 100%);
background: linear-gradient(to bottom, rgba(6,206,224,1) 0%, rgba(25,127,210,1) 100%);
}
/**************** button-secondary***************/

.btn-secondary {
    color: #fff;
    border-radius: 35px;
    border: transparent;
    background: url("../img/btn-circle.png") no-repeat scroll 0% center, #163c8f none repeat scroll 0 0;
    padding: 13px 15px 13px 54px;
}
.btn-secondary.focus, .btn-secondary:focus {
	box-shadow: none;
	
	 background: url("../img/btn-circle.png") no-repeat scroll 100% center, #163c8f none repeat scroll 0 0;
  padding: 13px 54px 13px 15px;
  color: #ffffff;
}
.btn-secondary:hover {
	color: #fff;
 
 background: url("../img/btn-circle.png") no-repeat scroll 100% center, #163c8f none repeat scroll 0 0;
  padding: 13px 54px 13px 15px;


 
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
 
 background: url("../img/btn-circle.png") no-repeat scroll 100% center, #163c8f none repeat scroll 0 0;
  padding: 13px 54px 13px 15px;
  color: #59cde5;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: none;
}


/**************** header***************/

header {
	position:absolute;
	left:0;
	right:0;
	z-index:1;
	padding: 15px 0px;
}
.logo {
    padding: 15px 0px;
}
.menu {
    display: none;
}
.navigation ul li {
	list-style-type: none;
	display: inline-block;
	       padding: 0px 4px;
	position:relative;
	
}


.navigation {
    padding: 30px 0px;
	    float: right;
}
.navigation ul li a {
	text-transform: capitalize;
	color:#ffffff;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	padding: 15px 15px;

}
.navigation ul li a:hover {
	color:#ffffff;
	background: rgba(25,127,210,1);
background: -moz-linear-gradient(top, rgba(25,127,210,1) 0%, rgba(6,206,224,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(25,127,210,1)), color-stop(100%, rgba(6,206,224,1)));
background: -webkit-linear-gradient(top, rgba(25,127,210,1) 0%, rgba(6,206,224,1) 100%);
background: -o-linear-gradient(top, rgba(25,127,210,1) 0%, rgba(6,206,224,1) 100%);
background: -ms-linear-gradient(top, rgba(25,127,210,1) 0%, rgba(6,206,224,1) 100%);
background: linear-gradient(to bottom, rgba(25,127,210,1) 0%, rgba(6,206,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#197fd2', endColorstr='#06cee0', GradientType=0 );
    border-radius: 25px;
    
}
.navigation ul li a i {
    padding: 0px 3px;
}

/**************** banner ***************/

.banner
{

    background: url("../img/banner-bg.png") no-repeat center, #232992;
	
	position:relative;
  padding-top: 181px;
      padding-bottom: 40px;
}
.banner-content h1 {
    font-size: 36px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	    color: #ffffff;
}
  
.banner-content h1 span
{
color:#59cde5;
}
.banner-content p {
    color: #ffffff;
    padding: 20px 0px;
    font-size: 16px;
}
.button {
    display: inline-block;
    margin-right: 10px;
}
.play.button a i {
    color: #06cde0;
    border-radius: 50px;
    border: 3px solid #06cde0;
    height: 45px;
    width: 45px;
    line-height: 40px;
    text-align: center;
}
.play.button a i:hover {
    color: #ffffff;
	border: 3px solid #ffffff;
   
}
/**************** about ***************/
.heading h2 {
font-family: 'Corbel';
 font-size: 35px;
 font-weight:bold;
 color:#06cde0;
 display:inline-block;
}
.dashed-line h2::before {
    border: 5px solid #2a53ae;
    position: absolute;
    content: "";
    padding: 0px 20px;
    border-radius: 25px;
    bottom: -8px;
}
.dashed-line1 h2::before {
    border: 5px solid #ffffff;
    position: absolute;
    content: "";
    padding: 0px 20px;
    border-radius: 25px;
    bottom: -8px;
}
.dashed-line2 h2::before {
    border: 5px solid #06cde0;
    position: absolute;
    content: "";
    padding: 0px 20px;
    border-radius: 25px;
    bottom: -8px;
}
.small-line::after {
    border: 5px solid #2a53ae;
    position: absolute;
    content: "";
    padding: 0px 10px;
    border-radius: 25px;
    bottom: -8px;
    left: 55px;
}
.small-line1::after {
    border: 5px solid #ffffff;
    position: absolute;
    content: "";
    padding: 0px 10px;
    border-radius: 25px;
    bottom: -8px;
    left: 55px;
}
.small-line2::after {
    border: 5px solid #06cde0;
    position: absolute;
    content: "";
    padding: 0px 10px;
    border-radius: 25px;
    bottom: -8px;
    left: 55px;
}
.dashed-line h2
{
position:relative;
}
.dashed-line1 h2
{
position:relative;
}
.dashed-line2 h2
{
position:relative;
}
.small-line h2
{
position:relative;
}
.small-line1 h2
{
position:relative;
}
.small-line2 h2
{
position:relative;
}
.heading h2 span
{
color:#2c55af;
}
.info-det ul li {
    list-style-type: none;
    text-align: center;
	    display: inline-block;
		    padding: 0px 5px;
}

.info-det ul li h4 {
    font-size: 26px;
	padding: 5px 0px;
	font-family: 'Corbel';

}
.darkblue
{
color:#2a53ae;
}
.lightblue
{
color:#06cde0;
}
.purple
{
color:#813db6;
}
.violet
{
color:#6b5bdf;
}
.info-det {
    padding: 15px 0px;
}

/**************** invest ***************/

.invest {
    background-color: #efefef;
}
.invest-details h3 {
    font-size: 28px;
	color:#813db6;
	font-family: 'Roboto', sans-serif;
	padding:10px 0px;
	
}

.invest-details p {
    font-size: 16px;
	color:#4d4e4e;
	font-family: 'Roboto', sans-serif;
}

.invest-details ul li {
    list-style-type: none;
    padding: 6px 5px;
	font-family: 'Roboto', sans-serif;
	color:#4d4e4e;
}
.invest-details ul li i
{
color:#2f57b0;
padding-right:5px;
}

/**************** features ***************/

.features-box1 {
    background: #ffffff;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.24);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.24);
    padding: 5px 14px;
    border-left: 8px solid #04ffff;
	    margin-bottom: 10px;
}
.features-box1 h4
{
font-size:26px;
color:#0261b2;
font-family: 'Roboto', sans-serif;
}
.features-box1 h4 strong
{
float:right;
color:#b2b2b2;

font-weight:700;
}
.features-box1 span {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #024e93;
    font-weight: 500;
    padding-bottom: 8px;
    display: inline-block;
}

/**************** statistics ***************/




.statis-details h3
{
 font-size: 28px;
	
	font-family: 'Roboto', sans-serif;
	padding:10px 0px;
}

.statis-details span
{
 font-family: 'Corbel';
  font-size: 20px;
  font-weight:bold;
      padding-bottom: 10px;
    display: inline-block;

}
.stat-box {
    list-style-type: none;
    text-align: center;
    border: 3px solid #06cde0;
    display: inline-block;
       padding: 6px 18px;
   
  
   
    margin: 8px 5px;
	width:100%;
}
.stat-box h3
{
display:block;
font-family: 'Roboto', sans-serif;
 font-size: 26px;
 color:#06cde0;
 padding:5px 0px;
}

.stat-box span
{

 font-family: 'Corbel';
 font-size: 18px;
  color: #ffffff;

}

/**************** transaction ***************/

.transaction
{
  background: url("../img/transcation-bg.png") no-repeat center, #ffffff;
}





table th {
    padding: 7px 15px;
    text-align: left;
    font-size: 17px;
    color: #ffffff;
    text-transform: capitalize;
    white-space: nowrap;
        background: #06cde0;
    
   font-family: 'Roboto', sans-serif;
   
}
table tbody td {
    text-align: left;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    padding: 10px 15px;
    white-space: nowrap;
	background:#2c55af;
	   font-family: 'Roboto', sans-serif;
   
}
.home table{
    -webkit-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.18);
    width: 100%;
    padding: 0;
    border: none;
    margin: 0;
    background: #ffffff;
}
/**************** products ***************/

.product-box {
    text-align: center;
    background: #f6f7f8;
    padding: 10px 14px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.24);
	    margin: 8px 8px;
}
.product-box strong {
        display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}
.product-box span {
    display: block;
    text-align: left;
    font-size: 15px;
	font-family: 'Corbel';
}
.product-box h4 {
    text-align: left;
    
	font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #2c55af;
    border-bottom: 1px solid #cccccc;
    background-color: white;
    padding-bottom: 11px;
}
.product-box strong small {
    float: right;
}
.product-box img {
    padding: 6px 0px;
}

/**************** payments ***************/

.payments_carousel li
{
list-style-type:none;
padding:0px 10px;
}
/**************** contact ***************/

.logo-det p
{
padding-top:15px;
}
.quick-links h4
{
font-size:26px;
 font-family: 'Corbel';
 padding-bottom:15px;
}
.quick-links ul li {
    list-style-type: none;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
   
    text-transform: capitalize;
    width: 48%;
    display: inline-block;
    padding: 5px 0px;
}
.quick-links ul li a
{
 color: #ffffff;
 text-decoration:none;
}
.quick-links ul li a:hover
{
color:#06cde0;
}
.quick-links ul li a img
{
padding-right:5px;
}
.contact-det h4
{
font-size:26px;
 font-family: 'Corbel';
 padding-bottom:15px;
}
.contact-det ul li {
    list-style-type: none;
    padding: 8px 0px;
    color: #ffffff;
}
.contact-det ul li i
{
padding-right:5px;
}
.Social-links h4
{
font-size:26px;
 font-family: 'Corbel';
 padding-bottom:15px;
}
.Social-links ul li {
    list-style-type: none;
    color: #ffffff;
	display: inline-block;
    text-align: center;
	    padding: 5px 3px;
}
.Social-links ul li i {
    border-radius: 50px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ffffff;
}
.Social-links ul li i:hover {
    color: #06cde0;
	   
}

.copy-rights {
        padding: 8px 0px;

	 font-family: 'Roboto', sans-serif;
	 font-size:14px;
}


/**************** register ***************/
.form-sec {
  background: url("../img/banner-bg.png") no-repeat bottom, #232992;
 position:relative;
  padding-top: 131px;
      

}
.form-sec .heading h2 {
	font-family: 'Corbel';
	font-size: 46px;
	font-weight: bold;
	color: #06cde0;
	display: inline-block;
	text-transform: capitalize;
}
.form-block {
    display: inline-block;
    margin: 10px 0px;
    position: relative;
    width: 100%;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
	background: #ffffff;
	border: medium none;
	box-shadow: none;
	color: #262c94;
	font-size: 15px;
	height: 45px;
	padding: 0 20px 0 61px;
	transition: all 0.3s ease 0s;
	border-bottom: 3px solid #57ddf7;
	width: 100%;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}
.form-block i {
    background: rgba(123,129,231,1);
    background: -moz-linear-gradient(top, rgba(123,129,231,1) 0%, rgba(83,232,249,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(123,129,231,1)), color-stop(100%, rgba(83,232,249,1)));
    background: -webkit-linear-gradient(top, rgba(123,129,231,1) 0%, rgba(83,232,249,1) 100%);
    background: -o-linear-gradient(top, rgba(123,129,231,1) 0%, rgba(83,232,249,1) 100%);
    background: -ms-linear-gradient(top, rgba(123,129,231,1) 0%, rgba(83,232,249,1) 100%);
    background: linear-gradient(to bottom, rgba(123,129,231,1) 0%, rgba(83,232,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b81e7', endColorstr='#53e8f9', GradientType=0 );
    bottom: 0;
    color: #ffffff;
    height: 45px;
    left: 0px;
    line-height: 40px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
    padding: 0px 28px 0px 21px;
}
select
{
  background: url("../img/select_arrow_down.png") no-repeat scroll 98% center, #ffffff;
    border: medium none;
    box-shadow: none;
    color: #262c94;
    font-size: 15px;
    height: 45px;
    padding: 0 20px 0 61px;
    transition: all 0.3s ease 0s;
	border-bottom:3px solid #57ddf7;
    width: 100%;
	border-top-left-radius:25px;
	border-bottom-left-radius:25px;
	appearance: none !important;
-moz-appearance: none !important;
-webkit-appearance: none !important;
}
.form-block span {
    color: #ffffff;
}
.form-sec .button {
    padding: 0px 5px;
}
.form_block span a {
    color: #06cde0;
	text-decoration:none;
}
.form_block span a:hover {
    color: #ffffff;
}
.form_block span
{
color:#ffffff;
}

/**************** about ***************/

.web-cam h1 {
    font-size: 46px;
     font-family: 'Corbel';
    font-weight: bold;
    color: #ffffff;
}
.web-cam h1 span {
    color: #59cde5;
}
.web-cam h1 {
    float: left;
	text-transform: capitalize;
}
.web-cam strong {
    float: right;
    color: #59cde5;
    text-transform: capitalize;
    padding: 17px 5px;
}
.web-cam strong a {
    color: #ffffff;
}
.web-cam strong a:hover {
    color: #59cde5;
	text-decoration:none;
}
/**************** works ***************/
.works-det
{
 background: url("../img/work-bg.jpg") no-repeat scroll center;
}
.vdo a i:hover {
    background: #06cde0;
    color: #000;
	 -webkit-box-shadow: 0px 0px 0px 12px rgba(175, 176, 190, 0.1),0px 0px 0px 18px rgba(175, 176, 190, 0.1);
    -moz-box-shadow: 0px 0px 0px 12px rgba(175, 176, 190, 0.1),0px 0px 0px 18px rgba(175, 176, 190, 0.1);
    box-shadow: 0 0px 0px 12px rgba(255, 255, 255, 0.08),0 0px 0px 18px rgba(255, 255, 255, 0.08);
}
.vdo a i {
    width: 80px;
    height: 80px;
    background: #06cde0;
    border-radius: 50px;
    text-align: center;
    padding-top: 26px;
    font-size: 31px;
    -webkit-box-shadow: 0px 0px 0px 12px rgba(175, 176, 190, 0.1);
    -moz-box-shadow: 0px 0px 0px 12px rgba(175, 176, 190, 0.1);
    box-shadow: 0 0px 0px 12px rgba(255, 255, 255, 0.08);
    color: #fff;
}
.video-sec p {
    padding: 10px 0px;
}
.abt
{
-webkit-box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.33);
box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.33);
}
.abt table th {
    padding: 19px 15px;
    text-align: left;
    font-size: 17px;
    color: #ffffff;
    text-transform: capitalize;
    white-space: nowrap;
    background: #252b93;
    font-family: 'Roboto', sans-serif;
}
.abt table th:nth-child(1)
{
border-top-left-radius:20px;
}
.abt table th:last-child
{
border-top-right-radius:20px;
}
.abt table td
{
color:#3d5169;
background:#ffffff;
font-size: 16px;
}

/**************** tramsaction-tab ***************/

.about-transaction .nav.nav-tabs {
    margin: 30px 0;
	justify-content: center;
}
.nav-tabs {
    border-bottom: inherit;
}
.about-transaction .nav-tabs .nav-link.active {
    background-color: #06cde0;
    color: #fff !important;
	border-radius:20px;
	border: none !important;
	
	
}
.about-transaction .nav-tabs .nav-item.show .nav-link,
{
background-color: #ffffff;
    color: #fff !important;
	border-radius:20px;
	border:2px solid #2a53ae;
}
.about-transaction  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    
    border: none !important;
	 background-color: #06cde0;
    color: #fff !important;
	border-radius:20px;
}
.about-transaction .nav-tabs .nav-link {
    border: 1px solid #2a53ae;
    border-radius: 20px;
    margin: 0px 12px;
    color: #2a53ae;
    font-size: 16px;
}.common-form h2 {
	color: #ffffff;
	font-size: 22px;
}.form-block h3, .form-block h4 {
	display: none;
}.form-block #code {
	position: absolute;
	left: 0;
	width: 51px;
	padding: 0;
	margin: 0 !important;
	color: #000000;
}.txtarea i {
	top: 0;
	margin: 0;
	border-radius: 0;
}

#message {
	padding-left: 55px;
	min-height: 120px;
	border-radius: 0;
}.common-form h2 {
	color: #ffffff;
	font-size: 22px;
	width: 100%;
}.check-box a {
	color: #ffffff;
} 



.min-con-height {
	min-height: 328px;
}

.testimonial .product-box{text-align: left;}
.testimonial .product-box h4 {
 
	border-bottom: none;
	background-color: transparent;
	padding-bottom: 0;
}
.lockscreen-wrapper {
	background: url("../images/banner-bg.png") no-repeat bottom, #232992;
}