
html,
body {
    background-color: #ffffff;
    color: #565656;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
   font-family: "Lato",sans-serif;
  
}

.home-bg{
    background: url(../images/banner.png) no-repeat center top;
	min-height:770px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.mainmenu.navbar-default {
	background-color:transparent;
	border-color:transparent;
	
}
.mainmenu .navbar-brand {
	padding: 0px 0px;
}
.navbar-brand  img{
	 margin-top: 4px; 
	padding-left: 15px;
}
.brand-bg.logo img {
  width: 78%;
}
.navbar-nav {
    padding-top: 28px;
}
.mainmenu .brand-bg{
	/* background: #fa5c65; */
    padding: 20px 10px 10px;
    /* height: 70px; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.mainmenu {
  border-bottom: 1px solid rgba(245, 245, 245, 0.2) !important;
  min-height: 90px;
}
.brand-bg.logo {
  overflow: hidden;
  width: 66.5%;
}
/* .nav.navbar-nav a:hover{
	background:rgb(255, 255, 255, 0.1) !important;
	color:#4b4f56!important;
} */
.mainmenu .navbar-nav li a{
	text-transform:uppercase;
	font-size:14px;
	color:#263742;
}
.navbar-brand  img{
	margin-top: 3px;
	padding-left: 31px;
}
.mainmenu.menu-bg{
	background:#c8ced0;
	color:#c8ced0;
}
.mainmenu .navbar-header{
	width:29%;
}
.contact_num {
    padding-top: 34px;
}
.contact_num a {
  color: #fefefe;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 0 51px;
  padding-left: 25px;
  position: relative;
  transition: color 0.2s ease-in 0s;
  text-decoration:none;
}

.contact_num a .glyphicon {
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 3px;
}
.mainmenu .nav li a {
  border-radius: 3px;
  color: #fefefe;
  font-family: "Poppins",sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 14px 10px;
  text-transform: uppercase;
  transition: color 0.2s ease-in 0s;
}
/* -----------------animation------------------- */
.vh-section.modal_h_f {
  padding: 0 !important;
}
.vh-section.modal_h_f h3 {
    color: #008ee2;
}
.center {
    margin-top:50px;   
}

.modal-header {
	padding-bottom: 5px;
}

.modal-footer {
    	padding: 0;
	}
    
.modal-footer .btn-group button {
	height:40px;
	border-top-left-radius : 0;
	border-top-right-radius : 0;
	border: none;
	border-right: 1px solid #ddd;
}
	
.modal-footer .btn-group:last-child > button {
	border-right: 0;
}
.modal_h_f .modal-body {
  padding-top: 40px;
}
/*animation element*/

.animation-element {
  position: relative;
  width: 30%;
  margin: 0% 1.33 2.66% 1.33%;
  float: left;
}
/*3 grid layout*/

.animation-element:nth-of-type(3n-2) {
  width: 95%;
  margin: 0% 1.375% 2.75% 0%;
  clear: left;
}

.animation-element:nth-of-type(3n-1) {
  width: 31.5%;
  margin: 0% 1.375% 2.75% 1.375%;
}

.animation-element:nth-of-type(3n-0) {
  width: 31.5%;
  margin: 0% 0% 2.75% 1.375%;
  clear: right;
}
/*bounce up animation for the subject*/

.bounce-up .subject {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view .subject {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* .subject {
  float: left;
  width: 100%;
  margin: 0% 1.33% 2.66% 1.33%;
  background: #F5F5F5;
  padding: 15px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px #EAEAEA;
} */
.subject{
background: #0252ab none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
   text-align:center;
    padding: 45px 45px 55px;
	color:#fff;
    
	
}
/* .subject:hover,
.subject:active {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}

.subject .header {
  margin: 8px 0px;
}

.subject .header .date,
.subject .header .category {
  margin: 0px;
  clear: none;
  width: 50%;
}
 */
.subject .header .date i,
.subject .header .category i {
  margin-right: 5px;
  color: #333;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.home-bg .header-details {
  color: #314a5b;
 /*  padding-top: 120px; */
}
.cfi-item {
    font-size: 45px;
}
.cfi-item.cfi-big, .cfi-big span {
  font-size: 190px;
  font-weight: 900;
}
.cfi-item.cfi-bold {
  font-size: 45px;
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 42px;
}
.cfi-item {
  color: #ffffff;
  font-size: 54px;
  line-height: 1;
  margin-bottom: 0px;
   font-family: 'Poppins', sans-serif;
}
.cb-content {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.cfi-item {
  font-size: 45px;
  font-family: Arial, Baskerville, monospace;
}
.card-block .btn-wrap {
  transition: opacity 200ms ease-in 0s, bottom 200ms ease-in 0s;
}
.subject.development .btn {
  background-color: #f1f1f1;
  border: medium none;
  border-radius: 7px;
  color: #0053a9;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  outline: medium none;
  padding: 20px 30px;
  text-align: center;
  transition: all 0.1s ease-in 0s;
  width: 100%;
}
.subject.development .btn, .btn:focus {
    box-shadow: 0 4px 0 0 #b6aba9;
    transform: translate(0px, -4px);
}
.cont_width {
  display: flex;
  height: 100vh;
  margin: 0 auto;
  max-height: 1200px;
  max-width: 1200px;
  min-height: 700px;
  padding: 120px 0 0;
}
.banner_bottom h5 {
  color: #fcfbfb;
  display: flex;
  font-size: 22px;
  justify-content: center;
  width: 100%;
  z-index: 10;
}
.banner_img_b {
  overflow: hidden;
  width: 79%;
}
.banner_img_b img {
  width: 100%;
   justify-content: center;
}
.banner_bottom {
  padding: 0 0 30px;
}
.rule {
  padding: 80px 0 0;
}
.rule h2 {
    color: #008ee2;
    bottom: 0;
    text-align:center;
    display: block;
     font-size: 46px;
   margin-bottom: 0 !important;
    /* padding-bottom: 30px; */
    position: relative;
    text-align: center;
	font-weight:600 !important;
	font-family: "Poppins",sans-serif;
}
.rule hr {
  border: 1px solid #008ee2;
  margin: 0 auto;
  width: 10%;
}
.rule p {
  font-size: 25px;
  margin: 30px 0 0;
  text-align: center;
}
.merchants h3 {
  color: #666666;
  font-family: "Poppins",sans-serif;
  font-size: 34px;
  font-weight: 600;
  margin: 20px 0 40px;
  text-align: center;
}
.merchants {
  margin: 20px 0 0.cb-content;
}
.merchants .progress-bar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.merchants .progress-bar-wrapper {
  transform: rotate(90deg);
}
.merchants h4 {
  color: #333333;
  font-family: "Poppins",sans-serif;
  font-size: 26px;
  margin: 0 !important;
}
.cial-header h5 {
  color: #0053a9;
  font-family: "Poppins",sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 29px 0 0;
}
.save_d {
  background: #0053a9 none repeat scroll 0 0;
  padding: 80px 0 70px;
}
.save_d h2 {
    color: #fff;
    bottom: 0;
    text-align:center;
    display: block;
     font-size: 46px;
    margin-bottom: 30px;
    /* padding-bottom: 30px; */
    position: relative;
    text-align: center;
	font-weight:600 !important;
	font-family: "Poppins",sans-serif;
}
.save_d hr {
  border: 1px solid #008ee2;
  margin: 0 auto;
  width: 10%;
}
.save_d p {
  font-size: 25px;
  margin: 30px 0 0;
  text-align: center;
  color:#fff;
}
.cont_width.pricing_b {
  display: flex;
  height: 100vh;
  margin: 0 auto;
  max-height: 1200px;
  max-width: 1200px;
  min-height: 700px;
  padding: 0 !important;
}
.start_user{
	padding:80px 0 0 ;
}
.start_user h2 {
    color: #008ee2;
    bottom: 0;
    text-align:center;
    display: block;
     font-size: 46px;
    margin-bottom: 50px;
    /* padding-bottom: 30px; */
    position: relative;
    text-align: center;
	font-weight:600 !important;
	font-family: "Poppins",sans-serif;
}
.start_user h3 {
    color: #008ee2;
    bottom: 0;
    text-align:center;
    display: block;
     font-size: 46px;
    margin-bottom: 50px;
    /* padding-bottom: 30px; */
    position: relative;
    text-align: center;
	font-weight:600 !important;
	font-family: "Poppins",sans-serif;
}
.img_user {
  margin: 0 auto;
  width: 40%;
}
.content h4 {
    color: #333333;
    font-size: 26px;
	font-weight:600 !important;
	font-family: "Poppins",sans-serif;
	text-align:center;
}
.content p {
  color: #333333;
  font-family: "Lato",sans-serif;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
}
.content a {
    font-size: 22px;
	text-align:center;
}
.busincess_content.first h4 {
  background: #005ec7 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  margin: 0 !important;
  padding: 57px 40px 191px;
  width: 100%;
}
.busincess_content h6 {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 60px 0 0;
  width: 95%;
}
 .busincess_content {
  border-right: 1px solid #cccccc;
  height: 100%;
  margin: 0;
  min-height: 374px;
  padding: 0;
} 
.busincess {
  margin: 87px 0 0;
}
.busincess_content.last{
	border-right:none;
}
.busincess_content p {
  color: #333333;
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 33px;
  width: 84%;
}
.contact {
  background: #efefef none repeat scroll 0 0;
  margin: 0px;
  padding: 10px 0 20px;
}
.contact h2 {
    color: #008ee2;
    bottom: 0;
    text-align:center;
    display: block;
     font-size: 46px;
    margin-bottom: 0 !important;
    /* padding-bottom: 30px; */
    position: relative;
    text-align: center;
	font-weight:600 !important;
	font-family: "Poppins",sans-serif;
}
.contact hr {
  border: 1px solid #008ee2;
  margin: 0 auto;
  width: 10%;
}
.contact p {
  font-size: 25px;
  margin: 30px 0 0;
  text-align: center;
}
/* .contact form {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  margin: 30px 0 0;
}
.contact input {
  border: 1px solid #cccccc;
  border-radius: 7px;
  color: #222222;
  font-size: 18px;
  height: 53px;
  margin: 0 0 31px;
  padding: 10px 20px;
  width: 100%;
}
.contact select {
  border: 1px solid #cccccc;
  border-radius: 7px;
  color: #222222;
  font-size: 18px;
  height: 53px;
  margin: 0 0 31px;
  padding: 10px 20px;
  width: 100%;
}
.contact textarea {
  border: 1px solid #cccccc;
  border-radius: 7px;
  color: #222222;
  font-size: 18px;
  height: 98px;
  margin: 0 0 31px;
  padding: 10px 20px;
  width: 100%;
} */
/* .contact .btn-primary {
  background: #0053a9 none repeat scroll 0 0;
  border-radius: 7px;
  color: #ffffff;
  font-size: 24px;
  height: 63px;
  margin: 0 0 31px;
  padding: 10px 20px;
  width: 100%;
} */
.contact .btn, .btn:focus {
    box-shadow: 0 4px 0 0 #222;
    transform: translate(0px, -4px);
}
.footer {
  background: #222222 none repeat scroll 0 0;
  padding: 30px 0;
}
.footer_logo {
  overflow: hidden;
  width: 100%;
  float:left;
  margin-right:29px;
}
.footer_logo img { 
  width: 100%;
}
.footer_cnt {
  color: #ffffff;
  margin: 8px 0px 0px 22px;
  text-align: justify;
}
.footer ul li a {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
}
.footer ul li:last-child {
  border-left: 1px solid #ffffff;
  padding: 0 0 0 17px;
}
.footer ul li {
  padding: 0 15px 0 0;
}
.snd_f_logo {
  float: right;
  width: 13%;
}
.list_none {
  padding: 0;
}
.padding_none {
  padding: 0;
}
.box {
  background: #FFFFFF none repeat scroll 0 0;
  height: 70px;
  margin: 0 auto;
  position: relative;
  top: 20px;
  transform: rotate(50deg);
  width: 8%;
}
.iil-img {
  background-image: url("../images/icons.png");
  background-size: 58px auto;
  display: block;
  height: 75px;
  width: 58px;
}
/* -----------------animation-end------------------- */
@media only screen and (min-width:320px) and (max-width:480px){
	.banner_img_b {
  overflow: hidden;
  width: 100%;
}

}

@media only screen and (min-width:768px) and (max-width:991px){
	.busincess_content.first h4 {
  background: #005ec7 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  padding: 60px 40px 90px;
  width: 100%;
}
}


.footer {
  background:url(../../img/footer_v2_texture.gif) repeat left top/ contain;
 font-family: "Open Sans",sans-serif; 
  padding: 30px 0 20px;
  color:#fff;
}

#privacy_pop .modal-content {
  height: 100%;
  max-height: 580px;
  overflow-y: scroll;
}

.footer p, .footer p a{
  line-height: 25px;
   color: #918f8b;
    font-size: 13px;
}

.footer p a:hover{
   color: #fff;
}