.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 15px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
      text-transform: uppercase;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}

.navbar-inverse {
    background-color: #f9f9f9;
   border-color:none; 
}


.publicaciones-blog-home {
    padding-bottom: 50px;
	padding-top: 50px;
	background: url("") no-repeat fixed center center;
    background-size: 100% auto;
	background-color: #f1f1f1;
}
.publicaciones-blog-home h2 {
	text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 44px;
    margin-top: 70px;
}
.publicaciones-blog-home h2 b {
	color: #2BBCDE;
}
.publicaciones-blog-home .fondo-publicacion-home {
	background: #ffffff;
    border-radius: 3px;
    overflow: hidden;
    height: 400px;
    margin-bottom: 20px;
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
}
.publicaciones-blog-home .fondo-publicacion-home:hover h3 {
	color: #2BBCDE;
/*    box-shadow: 0px 4px 3px 3px rgba(0, 0, 0, 0.08);*/
}
.publicaciones-blog-home .fondo-publicacion-home:hover .mascara-enlace-blog-home {
    height: 400px;
    width: 100%;
    color: #aaa;
    background-color: #2BBCDE;
    position: absolute;
    top: 0;
    opacity: 0.95;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;   
}
.publicaciones-blog-home .black {
	background: #2BBCDE;
}
.publicaciones-blog-home .fondo-publicacion-home .img-publicacion-principal-home {
	display: inline-block;
    width: 50%;
    overflow: hidden;
    height: 100%;
}
.publicaciones-blog-home .fondo-publicacion-home .img-publicacion-principal-home img {
	height: 100%;
    width: auto;
}
.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 0 10px;
}
.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home h3 {
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
}
.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}
.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-home {
    padding: 0 10px;
}
.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-home h3 {
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
}
.publicaciones-blog-home .fondo-publicacion-home .img-publicacion-home  {
    overflow: hidden;
    max-height: 180px;
}
.mascara-enlace-blog-home {
    height: 400px;
    width: 0%;
    color: #aaa;
    background-color: #2BBCDE;
    position: absolute;
    top: 0;
    opacity: 0.0;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    text-align: center;
    padding-top: 180px;
}
.mascara-enlace-blog-home span {
    text-align: center;
    max-height: 400px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 3px;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
}
.publicaciones-blog-home .todas-las-publicaciones-home {
    background: #2BBCDE;
    height: 400px;
    width: 100%;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    border-radius: 3px;
}
.publicaciones-blog-home .todas-las-publicaciones-home span {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 26px;
}
@media (max-width: 768px) {
    .publicaciones-blog-home h2 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 34px;
    margin-top: 70px;
    }
    .publicaciones-blog-home .fondo-publicacion-home {
    background: #ffffff;
    border-radius: 3px;
    overflow: hidden;
    height: inherit;
    margin-bottom: 20px;
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
    }
    .publicaciones-blog-home .fondo-publicacion-home .img-publicacion-principal-home {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: auto;
    }
    .publicaciones-blog-home .fondo-publicacion-home .img-publicacion-principal-home img {
    height: auto;
    width: 100%;
    }
    .publicaciones-blog-home .black {
    background: #fff;
    }
    .publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 10px;
    }
    .publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home h3 {
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
    font-size: 20px;
    }
    .publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    }
    .publicaciones-blog-home .todas-las-publicaciones-home {
    background: #2BBCDE;
    height: 100%;
    width: 100%;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    border-radius: 3px;
    }
}

#openanaccount {
    position: fixed;
    z-index: 999;
    top: 400px;
    left: 2000px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
   
    text-align: center;
    left: 0px\0/;
}
#openanaccount a {
    color: #ffffff;
    display: inline-block;
    background: #119ee6;
    padding: 0 20px 0 10px;
    line-height: 40px;
    width: 130px;
    position: relative;
}

#branchnet {
    position: fixed;
    z-index: 999;
    top: 500px;
    left: 2000px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
   
    text-align: center;
    left: 0px\0/;
}
#branchnet a {
    color: #ffffff;
    display: inline-block;
    background: #e95e5e;
    padding: 0 20px 0 10px;
    line-height: 40px;
    width: 130px;
    position: relative;
}


.fix-right2 {
        position: fixed;
    z-index: 99999;
    left: 0px;
    top: 50%;
}

.infrm{    background-color: #000 !important;
    border: 1px solid #585151 !important;
    height: 40px !important;
    font-size: 14px !important;}

.getmail{    width: 150px;
    float: left;
    margin-right: 20px;
    margin-top: 0px !important;}
	
	
.service-block {
    background: url('img/pattern.jpg') repeat;
}

.service-block .image-wrap {
    overflow: hidden;
    text-align: right;
	    padding-left: 0px;
}

.service-block .image-wrap img {
    max-width: initial;
}

.service-block .right-block {
    padding-top: 70px;
}

.service-list {
    margin: 0;
    padding-top: 40px;
    width: 100%;
    float: left;
}

.service-list li {
    margin-bottom: 43px;
    padding-left: 75px;
    width: 48%;
    float: left;
    position: relative;
    list-style: none;
}

.service-list li:nth-child(even) {
    float: right;
}

.service-list li .icon {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 60px;
}
.main-title h2{    padding-bottom: 20px;}


******************************/
#how_we_work{
       padding-bottom: 0px;
    background: #ecf0f1;
}
#how_we_work .section_title {
        padding-bottom: 54px;
    padding-top: 30px;
    background: rgb(236, 240, 241);
}
.gg {
    padding-top: 0px;
	text-align: center;
}

.canvas_color a{color:#f1c40f;}

.steps{
    position: relative;
}
.step_number {
    color: #eeeeee;
    font-size: 60px;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: calc(-50% + 25px);
    z-index: -1;
}
.steps .step_title h4{
    font-weight: 700;
    font-size: 18px;
    line-height: 48px;
	text-align: center;
}
.steps:nth-child(1) {
    margin-bottom: 85px;
    margin-top: 164px;
    position: relative;
}
.steps.center{
    margin: 0;
    margin-bottom: 17px;
}
.steps.center .step_number{
    right: 50%;
}
.steps.center .step_number {
    right: 50%;
    top: calc(-100% + 79px);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}
.steps.center .about_step > p {
    width: 265px;
    margin: 0px auto 7px;

}
.steps.ltr .step_number{
    left: 0;
}
.process_flow .circle_path {
    fill: none;
    stroke: #eee;
}
.process_flow .stroke {
    fill: none;
    stroke: transparent;
}
.pick-point {    border: 1px solid #ccc;
    height: 60px;
}
.pick-point h4 {    width: 100%;
    margin-top: -35px;    float: left;
    font-size: 12px;
}
.pick-point p {
    margin-top: -20px;    float: left;
    font-size: 12px;
}
.process_flow .stroke.active{
    stroke: #fff;
}
.process_flow .icon {
    fill: #222;
}
.process_flow .icon:hover{
    fill: #f86e2f;
}


.process_flow .center_circle{
    fill: #000;
}
.process_flow .center_circle_stroke{
    fill: #eee;
}
.process_flow .outer_stroke{
    fill: #fff;
}
.process_flow .icon_circle{
    fill: #fff;
}
.process_flow .deshed_line line{
    stroke: #ddd;
    stroke-width: 0.5px;
    fill: none;
    stroke-miterlimit: 10;
    stroke-dasharray: 1.99447, 1.99447;
}
.process_circle{
    position: relative;
}
.process_circle .quote{
    position: absolute;
    bottom: 0;
    font-weight: 700;
    left: 50%;
    -webkit-transform: translateX(-47%);
    -ms-transform: translateX(-47%);
    -o-transform: translateX(-47%);
    transform: translateX(-47%);
    bottom: 50px;
    color: #fff;
}
.process_circle .quote span{
    font-size: 22px;
    vertical-align: -3px;
}

.report_box {
    background-color: #ecf0f1;
    padding: 10px!important;
    margin: 10px 0;
    border: 1px solid #ddd;
    width: 100%!important;
}
.pull-left {
    float: left;
    margin-right: 15px;
}
.report_box .pull-left img {
    width: 50px;
    height: 50px;
}
.rtracpara{padding-bottom:10px;}
.pd40{padding-top:40px;}
.pb-30 {
    padding-bottom: 30px;
}

.blog-post {
	display: inline-block;
	width: 100%;
	 padding: 20px;
    background: #fff;
}
.blog-post .post-media {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}
.blog-post .post-media iframe {
	width: 100%;
}
.blog-post .post-meta, .comment-list .post-meta, .sidebar-widget .post-meta {
	text-transform: uppercase;
	color: #999;
	font-size: 13px;
}
.blog-post .post-meta span, .comment-list .post-meta span {
	margin-right: 3px;
}
.blog-post .post-header h5, .blog-post .post-header h4, .blog-post .post-header h3 {
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: 700;
}
.blog-post .post-header h2 {
	margin-bottom: 30px;
}

.blog-post .post-entry p, .blog-post .post-entry blockquote, .post-entry ul {
	margin-bottom: 20px;
}
.blog-post .post-entry ul {
	color: #202020;
}
.blog-post .post-tag {
	color: #999;
	text-transform: uppercase;
	font-size: 13px;
}
.blog-post .post-tag span {
	margin-right: 10px;
}
.blog-post .post-more-link {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.post-meta .post-more-link a {
	padding: 8px 16px;
	display: block;
	text-align: center;
}
.blog-post .post-more-link {
	position: relative;
	z-index: 2;
}
.blog-post .post-more-link a i {
	font-size: 18px;
	margin: 0;
}
.blog-post .icons-hover-black {
	position: absolute;
	bottom: 39px;
	padding: 10px 0;
	visibility: hidden;
}
.post-section .post-more-link {
	margin-top: 17px;
}
.post-section .blog-post .icons-hover-black {
	bottom: auto;
	top: 39px;
}
.blog-section .icons-hover-black {
	bottom: auto;
	top: 39px;
}
.blog-post .post-more-link:hover .icons-hover-black {
	visibility: visible;
}
.blog-post .post-more-link:hover .btn-color-line {
	background: #6aaf08;
	color: #fff;
}
.blog-post .icons-hover-black a {
	opacity: 0;
	transition: all 0.25s ease 0s;
}
.blog-post .post-more-link:hover .icons-hover-black a {
	opacity: 1;
	transition: all 0.25s ease 0s;
}
.facebook-icon {
	background: #3b5998;
}
.twitter-icon {
	background: #00a0d1;
}
.linkedin-icon {
	background: #00a0d1;
}
.googleplus-icon {
	background: #db4a39;
}
.blog-post .icons-hover-black a {
	padding: 8px 12px;
	color: #fff;
}
.blog-post .icons-hover-black a:hover {
	opacity: 0.8;
}
.blog-post .post-more-link .icons-hover-black i {
	line-height: 28px;
}
.blog-post blockquote {
	border-left: none;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	padding: 25px 25px;
	margin: 0px;
	font-weight: 300;
	background: #6aaf08;
}
.blog-post blockquote:after {
	content: "";
	font-family: FontAwesome;
	padding-left: 7px;
	font-size: 12px;
}
.blog-post blockquote:before {
	content: "";
	font-family: FontAwesome;
	padding-right: 7px;
	font-size: 12px;
}
.blog-post-hr hr {
	margin-bottom: 45px;
}
.post-author {
	display: inline-block;
	position: relative;
	margin-bottom: 40px;
}
.post-author img {
	width: 120px;
}
.post-author .post-author-details {
	padding-left: 20px;
}
.blog-post .fa-tag {
	padding-right: 10px;
	color: #6aaf08;
}
.post-author h6 {
	margin-top: 0px;
	margin-bottom: 0;
}
.post-author-blog {
	overflow: hidden;
}
.post-author ul.social {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
.post-author ul.social li {
	list-style: none;
	display: inline-block;
	margin: 0 5px;
}
.post-comment {
}
.post-comment .comment-numb {
	font-weight: 300;
}
.post-comment .comment-list {
	margin-left: 0px;
	padding-right: 0px;
	list-style: none;
	padding: 0px;
}
.post-comment .comment-list h6 {
	margin-top: 0px;
	margin-bottom: 3px;
}
.post-comment .comment-list li:first-child {
	padding-top: 0px;
}
.post-comment .comment-list li {
	padding-top: 15px;
}
.post-comment .comment-list li:last-child .comment-detail {
	border-bottom: 0px none;
}
.post-comment .comment-list li, .post-comment .comment-list .comment-reply {
	position: relative;
	padding-left: 100px;
}
.post-comment .comment-list .comment-detail {
	border-bottom: 1px dotted #eee;
	padding-bottom: 24px;
}
.post-comment .comment-list .comment-reply {
	padding-top: 30px;
}
.post-comment .comment-list .comment-reply-btn i {
	padding-right: 3px;
}
.post-comment .comment-avatar {
	left: 0;
	margin-right: 15px;
	position: absolute;
	width: 85px;
}
.post-comment .comment-avatar img {
	width: 100%;
}
.post-comment-star .star-rat {
	display: inline-block;
}
.post-comment-star label {
	margin-right: 6px;
}
.blog-date {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #6aaf08;
	color: #fff;
}
.post-media {
	position: relative;
}
.post-media .event-calender, .first-event .event-calender {
	width: 54px;
	height: 67px;
	font-size: 23px;
	padding-top: 11px;
	text-align: center;
}
.post-media .event-calender span, .first-event .event-calender span {
	font-size: 12px;
}
.blog-post .blog-date span, .post-media .event-calender span {
	color: #fff;
}
.post-media img {
	display: block;
}

.myhed{    font-size: 32px !important;}

.fximg{width:50px;}

.slideout {
  position: fixed;
  top: 360px;
  left: 0;
      z-index: 9999;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.slideout_inner {
	    background-color: #000;
    color: #fff;
	padding:10px;
  position: fixed;
  top: 360px;
  left: -130px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.slideout:hover {
  left: 130px;
}
.slideout:hover .slideout_inner {
  left: 0;
}


.slideout1 {
  position: fixed;
  top: 435px;
  left: 0;
      z-index: 9999;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.slideout_inner1 {
	    background-color: #000;
    color: #fff;
	padding:10px;
  position: fixed;
  top: 435px;
  left: -130px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
} 
.slideout1:hover {
  left: 130px;
}
.slideout1:hover .slideout_inner1 {
  left: 0;
}

/*********kyc form***********/
.kyc h2{font-size:37px!important;
       padding: 44px !important;}

.services-tab--nav ul li a{min-width:283px !important;}
.bg-all-color{background:#ecf0f1!important;}
.services-tab--items{
padding: 50px !important;
background-color: #fff;
box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
margin-bottom:30px !important;}
.services-tab--nav {
    margin-bottom: 50px!important;
}

.shadow-page{    background: #fff;
padding:10px;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);}
.download-box{    background: #0f75bd;
    color: #fff;
    padding: 20px;}	
.bank-box{ padding: 10px;
    background: #eee;
    box-shadow: 1px 7px 7px 1px rgba(0, 0, 0, 0.24);
}	
/********accordian**************/
.demo{ background: #f2f2f2; }
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: #f2f2f2;
}
#accordion .panel-heading{
    padding: 0;
    border-radius: 0;
    border: none;
}
#accordion .panel-title a{
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #e79f35;
    padding: 15px 42px 15px 20px;
    background: #fff;
    border: 1px solid #cdcdcd;
    margin-bottom: 12px;
    box-shadow: 0 -5px 0 0 #f2f2f2 inset, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.5s ease 0s;
}
#accordion .panel-title a:after{
    content: "\f0de";
    font-family: 'FontAwesome';
    font-size: 18px;
    position: absolute;
    top: 35%;
    right: 20px;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:after{
    content: "\f0dd";
    top: 25%;
}
#accordion .panel-body{
    background: #f2f2f2;
    font-size: 14px;
    color: #383838;
    line-height: 25px;
    padding: 10px 20px;
    margin: 20px 0;
    border: none;
    border-left: 1px solid #cdcdcd;
}
.contact--form form .form-control {
   
background-color: rgba(158, 154, 154, 0.2) !important;}


#services {background:#eaeaea !important;}


/***********free trial***************/
.width2{ float:left;}
.width1{   
float:left; 


}
  .checkbox-inline{  
  padding-right: 0px!important;}
.service-arrow{color: #0f75bd;
    font-weight: bolder;}

/****************************/
.cube {
	margin: 30px auto;
	position: relative;
	width: 300px;
	height: 100px;
	font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;  
    text-shadow: 1px 1px 1px #383737;
	color: #FFF;
	text-align:center;
}
.cube h1 {
    font-size: 30px;
	font-weight: bold;
	line-height:98px;
    margin:0;
    padding:0;
}
.cube h2 {
	font-size: 21px;
	font-weight: bold;
	margin: 0;
	padding: 16px 0 2px;
}
.cube p {
	font-size: 13px;
	padding: 5px 10px;
	margin: 0;
}
.default-state, .active-state {
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	transition: transform 0.4s ease;
	transform-origin: center center -50px;
	-webkit-transform-origin: center center -50px;
	width: 100%;
}
.default-state {
	background-color: #03a9f4;
	transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.active-state {
	background: #1976d2;
	transform: perspective(1000px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
}
.cube:hover .default-state {
	transform: perspective(1000px) rotateX(90deg) rotateY(0) rotateZ(0deg);
}
.cube:hover .active-state {
	z-index: 99
}
.month{ font-size: 17px;
    font-weight: bold;}
	.span_month{float:right; font-size: 17px;}
	
	
	
	