@charset "utf-8";
/* CSS Document */
body{
    font-family: 'Roboto', sans-serif!important;
	padding:0!important;
	margin:0;
	
}
.bg {
	height: auto;
	width: 100%;
}
.container{
	max-width:1200px!important;
	position:relative;
}
ul{
	list-style:none;
}
.no-margin{
	margin:0;
}
.no-border{
	border:hidden !important;
}
.no-paddingleft{
	padding-left:0!important;
}

.no-paddingright{
	padding-right:0!important;
}
.no-padding{
	padding:0!important;
}
.no-borderright{
	border-right:hidden !important;
}
.no-borderleft{
	border-left:hidden;
}
.no-bordertop{
	border-top:hidden!important;
}
.no-borderbottom{
	border-bottom:hidden !important;
}
.float-left{
	float:left !important;
}
.float-right{
	float:right !important;
}
a{
	text-decoration:none !important;
}
ul{
	padding:0;
}
/*::-moz-placeholder {
    color: #aaa !important;
    opacity: 1;
}*/
.bg {
    background-color: #f8f9fe;
}
.top-search::-moz-placeholder {
    color: #aaa !important;
    opacity: 1;
}
/*.custom-nav .dropdown:hover>.dropdown-menu {
  display: block;
}*/

header{
	transition: all 0.9s ease 0s;
}

// Make default navbar links display block at choosen breakpoint and adjust styles to fit...
@media (max-width: 62em) {
	.navbar-nav {
		padding-top: .425rem;
		padding-left: 0.75rem;
	}
	.navbar-nav .nav-item {
		float: none;
	}
	.navbar-brand {
		float: right;
	}
	.navbar-brand,
	.navbar-nav .nav-item {
		display: block;
	}
	.navbar-nav .nav-item + .nav-item {
		margin-left: 0;
	}
	.dropdown-menu {
		position: relative;
		float: none;
	}
}
.navbar {
    background: transparent none repeat scroll 0 0;
    border-bottom: medium hidden;
    margin: 0;
    padding: 15px 0 !important;
    top: 0;
	position: absolute !important;
	transition: all 0.9s ease 0s;
}
.sticky {
    background-color: #fff !important;
    position: fixed;
    transition: all 0.9s ease 0s;
    width: 100%;
    z-index: 999;
}
.sticky .navbar-collapse li a {
    color: #444!important;
}
.sticky .custom-nav {
    background-color: #fff;
	box-shadow:0px 0px 5px rgba(0,0,0,0.2);
	padding:5px 0px !important;
}
.navbar-collapse li {
    margin: 0 0;
    padding: 0;
}
.navbar-brand {
    padding-top: 0;
}
.navbar-collapse li a {
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
	padding: 10px 15px !important;
    position: relative;
}
.collapse.navbar-collapse {
    margin: 0 0 0;
    position: relative;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
#navbarResponsive .navbar-nav li.active a {
    color: #fff;
}
.custom-nav .nav-item .dropdown-menu {
    top: 95%!important;
}
.custom-nav .nav-item .dropdown-menu::after {
    border-color: transparent white transparent transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    margin-top: -5px;
    position: absolute;
    right: 50%;
    top: -14px;
    transform: rotate(90deg);
}
.industries {
    left: -290px;
    margin-left: -15px;
    margin-right: -15px !important;
    right: auto;
    width: 750px;
}
.drop-section {
    float: left;
    width: 33.3333%;
}
.industries .dropdown-item::before {
    background-position:center center;
    background-repeat: no-repeat;
    content: "";
    height: 37px;
    left: 25px;
    position: absolute;
    top: 5px;
    transition: opacity 0.8s ease 0s;
    width: 32px;
	transition: all 0.5s ease;
}
.industries .dropdown-item::after {
    background-position:center center;
    background-repeat: no-repeat;
    content: "";
    height: 37px;
    left: 25px;
    position: absolute;
    top: 5px;
    transition: opacity 0.8s ease 0s;
    width: 32px;
	transition: all 0.5s ease;
	opacity:0;
}

.custom-nav .nav-item .dropdown-item {
    color: #777 !important;
	transition: all 0.5s ease;
	
}




.custom-drop .dropdown-item {
    padding: 10px 15px !important;
}
.industries .dropdown-item {
    padding: 15px 5px 15px 65px !important;
}
.top-menu .dropdown-item:hover{
	background-color:transparent !important;
	pointer-events:all;
	color:#333 !important;
}
.top-menu .dropdown-item:hover:hover::after{
	opacity:1;
}
.top-menu .dropdown-item:hover:hover::before{
	opacity:0;
}

.industry-1::before{
	background-image:url(../images/industry-1.png);
}
.industry-2::before{
	background-image:url(../images/industry-2.png);
}
.industry-3::before{
	background-image:url(../images/industry-3.png);
}
.industry-4::before{
	background-image:url(../images/industry-4.png);
}
.industry-5::before{
	background-image:url(../images/industry-5.png);
}
.industry-6::before{
	background-image:url(../images/industry-6.png);
}
.industry-7::before{
	background-image:url(../images/industry-7.png);
}
.industry-8::before{
	background-image:url(../images/industry-8.png);
}
.industry-9::before{
	background-image:url(../images/industry-9.png);
}
.industry-10::before{
	background-image:url(../images/industry-10.png);
}
.industry-11::before{
	background-image:url(../images/industry-11.png);
}
.industry-12::before{
	background-image:url(../images/industry-12.png);
}
.industry-13::before{
	background-image:url(../images/industry-13.png);
}
.industry-14::before{
	background-image:url(../images/industry-14.png);
}
.industry-15::before{
	background-image:url(../images/industry-15.png);
}
.industry-16::before{
	background-image:url(../images/industry-16.png);
}
.industry-17::before{
	background-image:url(../images/industry-17.png);
}
.industry-1::after{
	background-image:url(../images/industry-1-h.png);
}
.industry-2::after{
	background-image:url(../images/industry-2-h.png);
}
.industry-3::after{
	background-image:url(../images/industry-3-h.png);
}
.industry-4::after{
	background-image:url(../images/industry-4-h.png);
}
.industry-5::after{
	background-image:url(../images/industry-5-h.png);
}
.industry-6::after{
	background-image:url(../images/industry-6-h.png);
}
.industry-7::after{
	background-image:url(../images/industry-7-h.png);
}
.industry-8::after{
	background-image:url(../images/industry-8-h.png);
}
.industry-9::after{
	background-image:url(../images/industry-9-h.png);
}
.industry-10::after{
	background-image:url(../images/industry-10-h.png);
}
.industry-11::after{
	background-image:url(../images/industry-11-h.png);
}
.industry-12::after{
	background-image:url(../images/industry-12-h.png);
}
.industry-13::after{
	background-image:url(../images/industry-13-h.png);
}
.industry-14::after{
	background-image:url(../images/industry-14-h.png);
}
.industry-15::after{
	background-image:url(../images/industry-15-h.png);
}
.industry-16::after{
	background-image:url(../images/industry-16-h.png);
}
.industry-17::after{
	background-image:url(../images/industry-17-h.png);
}
.top-menu li.active a::after {
    border-color: transparent transparent transparent #04c9be;
    border-style: solid;
    border-width: 15px 1px 15px 15px;
    bottom: -20px;
    content: "";
    left: 35%;
    position: absolute;
    right: auto;
    transform: rotate(90deg);
}
.top-menu li.active a {
    background-color:#04c9be;
}

.custom-drop .dropdown-menu {
    left: calc(50% - 114px);
}
.top-menu .dropdown-menu {
    border: 0 none;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(0, 16, 44, 0.18), 0 1px 5px rgba(0, 16, 44, 0.2);
    display: block;
    min-width: 250px;
    opacity: 0;
    /*padding: 14px 0 15px;*/
    pointer-events: none;
    position: absolute;
    right: auto;
    top: -2000px;
    transform: translate3d(0px, -10px, 0px) scaleY(1);
    transform-origin: 50% 0 0;
    transition: transform 0.2s cubic-bezier(0.36, 0.66, 0.04, 1) 0s, opacity 0.2s linear 0s, top 0.25s step-end 0s, -webkit-transform 0.2s cubic-bezier(0.36, 0.66, 0.04, 1) 0s;
    z-index: 1;
}
.dropdown:hover .dropdown-menu {
	opacity:1 !important;
	pointer-events:all;
	top:39px;
	transform:translate3d(0px, 0px, 0px) scaleY(1);
	transition-delay:0.2s;
	transition-duration:0.25s, 0.1s, 0.25s, 0.25s;
	transition-property:transform, opacity, top, -webkit-transform;
	transition-timing-function:cubic-bezier(0.17, 0.67, 0.52, 1), linear, step-start, cubic-bezier(0.7, 0.67, 0.52, 1);
	z-index:4;
}

.top-menu .dropdown-toggle::after {
    display: none;
}

.try-free {
    background-color: #5fbae5;
    background-image: url("../images/send-button.png");
    background-position: 65px center;
    background-repeat: no-repeat;
    background-size: 12px auto;
    color: #fff;
    font-size: 13px;
    padding: 15px 40px 15px 20px;
    width: 90px;
    box-sizing: border-box;
    display: block;
    margin-left: 15px;
}
.try-free:hover{
	 color: #fff;
}
.try-free-2 {
    background-color: #04dd98;
    background-image: url("../images/send-button.png");
    background-position: 100px center;
    background-repeat: no-repeat;
    background-size: 12px auto;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 600;
    padding: 15px 30px 15px 20px;
    width: 130px;
}
.try-free-2:hover{
	color:#fff;
}

.banner {
    height: 745px;
    padding: 95px 0 0;
	position:relative;
}
.shape {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
}
.banner-content {
    padding: 2% 0 0;
}
.caption p {
    color: #4c4c4c;
}
.caption {
    padding-top: 170px;
}
.banner-pic img {
    width: 100%;
}
.partners li {
    display: inline-block;
    margin: 0 40px 0 0;
}
.partners {
    margin: -65px 0 0;
}
.span3 {
    display: block;
    margin: 35px 0 0;
}
.nav.nav-list {
    display: block;
}
.nav.nav-list > li {
    display: block !important;
}
.nav-list label {
    border-bottom: 1px solid #ddd;
    color: #444;
    display: block !important;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    padding: 12px 15px;
    position: relative;
	cursor: pointer;
}
.nav.nav-list label i {
    color: #444;
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 12px;
}
.nav.nav-list.tree a {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
}
/************************************/
.largenav {
    display: none;
}

.smallnav {
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 99;
}
.sidenav-inner {
    background-color: #fff;
    width: 230px;
	height: 100%;
}
@media screen and (min-width: 1000px) {
    .largenav {
        display: block;
    }
    .smallnav{
        display: none;
    }
    .smallsearch{
        margin: 0px;
    }
	
	
}

/*Sidenav*/
.sidenav {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 8px -3px #555454;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    padding-top: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease 0s;
    width:0;
    z-index: 999;
}
.smallnav.menu > img {
    width: 22px;
}
.sidenav a {
    background-color: #fff;
    border-bottom: medium hidden;
    color: #444;
    display: block;
    font-size: 12px;
    font-weight: 600;
    padding: 12px 8px 12px 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-bottom: solid #ddd 1px;
}
.link-o:hover{
	color:#039be5;
}
.sidenav .closebtn {
    background-color: transparent;
    border: medium hidden;
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    line-height: 1;
    margin-left: 50px;
    padding: 0;
    position: absolute;
    right: -28px;
    top: -5px;
}
/*.sidenav-inner .container {
    background-color: #08b2d6 !important;
    border-bottom: 1px solid #ddd;
    padding: 12px 15px;
}*/

@media screen and (max-height: 450px) {
  .sidenav a {font-size: 12px;}
}

.sidenav-heading {
    color: #039be5;
    font-size: 12px;
    font-weight: 600;
}
.user-image {
    border: 1px solid #fff;
    border-radius: 32px;
    display: inline-block;
    height: 55px;
    padding: 2px;
    text-align: center;
    width: 55px;
}
.side-user {
    position: relative;
    text-align: center;
}
.side-user > h6 {
    color: #fff;
    font-weight: 600;
    margin: 5px 0 0;
}
.side-user h6 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.user-image img {
    width: 100%;
}
.sidenav-inner .post-btn {
    background-color: #f7f7f7;
    border: medium hidden !important;
    border-radius: 0;
    margin: 0;
    padding: 13px 10px 13px 14px;
    text-align: left;
}
.sidenav-inner .post-btn:hover, .sidenav-inner .post-btn:focus{
	color:#999;
	box-shadow:none;
}
.sidenav-inner.post-btn i {
    font-size: 22px;
    padding: 0 0 0 5px;
    vertical-align: middle;
}
.menu a {
    padding-left: 53px;
}
.menu a {
    background-color: #fff;
    background-position: 8px 4px;
    background-repeat: no-repeat;
    background-size: 40px auto;
}
.side-menu .active .menu-1 {
    background-image: url("../images/menu-1-h.png");
}
.side-menu .active a {
    color: #fff !important;
	background-color:#50c2e4;
}
/*******************************/
.solution {
    margin: 100px 0 0;
    overflow: hidden;
    padding: 0 0 80px;
    position: relative;
}
/*.solution-pic img {
    width: 100%;
}*/
.shape-2 {
    left: 0;
    position: absolute;
    top: 0;
}
.solution-text p {
    color: #4c4c4c;
	margin: 0 0 25px;
}
.solution-text li {
    background-image: url("../images/check.png");
    background-position: 0 6px;
    background-repeat: no-repeat;
    background-size: 12px auto;
    color: #3086db;
    font-weight: 500;
    margin: 0 0 15px;
    padding: 0 0 0 20px;
}
.solution-text a {
    background-color: #04da9c;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin: 35px 0 0;
    padding: 10px 30px;
    width: 140px;
}
.solution-text {
    padding: 130px 15px 0 80px;
}
.why-choose {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(77, 180, 232, 1) 0%, rgba(87, 125, 210, 1) 100%) repeat scroll 0 0;
    padding: 50px 0 10px;
}
.why-text .icon-span{
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#fff;
	display:block;
	height:40px;
	width:40px;
	margin: 0 0 15px;
}
.why-1 .icon-span{
	background-image:url(../images/icon-1.png);
}
.why-2 .icon-span{
	background-image:url(../images/icon-1.png);
}
.why-3 .icon-span{
	background-image:url(../images/icon-1.png);
}
.why-4 .icon-span{
	background-image:url(../images/icon-1.png);
}
.why-5 .icon-span{
	background-image:url(../images/icon-1.png);
}
.why-6 .icon-span{
	background-image:url(../images/icon-1.png);
}
.why-text .icon-span {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 71% auto;
    border-radius: 33px;
    display: block;
    height: 50px;
    width: 50px;
}
.why-choose h6 {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.why-choose p {
    color: #c7daf5;
    font-weight: 400;
}

.why-text {
    margin: 0 0 30px;
}
.environment {
    background-color: #fff;
    padding: 50px 0 40px;
}
.environment h3 span {
    color: #777;
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0 0;
}
.environ-text {
    background-image: url("../images/check.png");
    background-position: 0 5px;
    background-repeat: no-repeat;
    background-size: 12px auto;
    padding: 0 0 0 20px;
	margin: 20px 0 0;
}
.environ-text p {
    color: #777;
    font-size: 15px;
    font-weight: 400;
}
.environment h3 {
    margin: 0 0 30px;
}
.tes-inner {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin: 0 10px 20px;
    padding: 25px;
}
.tes-inner p {
    color: #777;
    font-size: 15px;
    font-weight: 400;
	text-align: justify;
}
.author > span {
    border-radius: 50px;
    display: block;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50px;
}
.author span img{
	width:100%;
}
.author {
    padding: 0 0 0 60px;
    position: relative;
}

.testimonial {
    overflow: hidden;
    padding: 80px 0 40px;
    position: relative;
}
.shape-3 {
    position: absolute;
    right: 0;
    top: 0;
    width: 313px;
}
footer {
    background-color: #fff;
    padding: 15px 0;
}
.social li {
    display: inline-block;
    margin: 0 10px;
}
.social i {
    vertical-align: middle;
}
.social li a {
    border: 1px solid;
    border-radius: 22px;
    display: block;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}
.wrap {
  overflow: hidden;
}

.carousel {
  display: flex;
  left: -100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  transform: translateX(100%);
}
@media (min-width: 30em) {
  .carousel {
    left: -50%;
    transform: translateX(50%);
  }
}
@media (min-width: 40em) {
  .carousel {
    left: -33.33333%;
    transform: translateX(33.33333%);
  }
}

.carousel.is-reversing {
  transform: translateX(-100%);
}
@media (min-width: 30em) {
  .carousel.is-reversing {
    transform: translateX(-50%);
  }
}
@media (min-width: 40em) {
  .carousel.is-reversing {
    transform: translateX(-33.33333%);
  }
}

.carousel.is-set {
  transform: none;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.carousel-seat {
  background: #ddd;
  flex: 1 0 100%;
  order: 2;
}

@media (min-width: 30em) {
  .carousel-seat {
    flex-basis: 50%;
  }
}
@media (min-width: 40em) {
  .carousel-seat {
    flex-basis: 33.33333%;
  }
}

.carousel-seat.is-ref {
  order: 1;
}



.controls {
    padding: 0;
    position: absolute;
    right: 118px;
    text-align: center;
    top: 14px;
}
.controls button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0.25em;
    color: #eee;
    font-size: 25px;
    margin: 0 5px;
    padding: 0 10px;
}
.controls button:hover, .controls button:focus {
  background:#50a6e3;
}

.carousel-seat {
    background-color: transparent;
}
.inner-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    padding: 75px 0 0;
    position: relative;
}
#block-chain{
	background-image:url(../images/blockchain-banner.png);
}
.inner-caption {
    padding-top: 10%;
}
.inner-caption h1 {
    color: #fff;
    font-weight: 700;
    position: relative;
	padding: 0 0 0 15px;
	margin: 0;
}
.inner-caption p {
    color: #fff;
	font-size:20px;
	margin: 0;
}
.inner-caption h1::before {
    background-color: #000;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}
.block-text p {
    color: #777777;
    line-height: 1.8;
}
.block-chain {
    background-color: #fff;
    padding: 15px 0 30px;
}
.block-text {
    padding-top: 35px;
}
.block-pic {
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0 0 40px;
    padding: 30px 0;
}
.quote-1 {
    overflow: hidden;
position: relative;
margin: 0 0 60px;
}
.quote-2 h2 strong a {
    color: #fff;
    font-weight: 700;
}
.quote-1 .col-md-8.col-sm-12 {
     background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(77, 180, 232, 1) 0%, rgba(87, 125, 210, 1) 100%) repeat scroll 0 0;
    color: #fff;
    padding: 10px 32px 10px 15px;
    position: relative;
}
.quote-1 h2 {
    font-size: 30px;
    font-weight: 300;
}
.quote-1 .col-md-8.col-sm-12::after {
    background-color: #567ed2;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
}
.quote-1 .col-md-8.col-sm-12::before {
    background: #f8f9fe none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -71px;
    position: absolute;
    top: 0;
    transform: skewX(-30deg);
    width: 90px;
    display: block;
}
.benefit {
    background-color: #fff;
    position: relative;
}
.benefit-text h1, .industries-bg h1 {
    font-size: 40px;
}
.benefit-inner {
    background-color: #f9f9f9;
    background-image: url("../images/check.png");
    background-position: 23px 17px;
    background-repeat: no-repeat;
    border: 1px solid #f5f5f5;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 30px;
    padding: 12px 0 12px 55px;
}

.benefit-text {
    padding: 50px 15px 98px;
}
.quote-2 .col-md-8.col-sm-12::before {
    right: -61px !important;
	left:auto;
}
.quote-2 .col-md-8.col-sm-12::after {
    left: -100%;
	background-color: #4db3e7;
}
.quote-2 h2 strong {
    display: block;
}
.industries-bg {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.industries-bg h1 {
    margin: 0;
    padding: 50px 0;
}
.industry-box {
    position: relative;
    text-align: center;
}
.industry-inner {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    margin: 0 0 40px;
    padding: 24px 15px 25px;
    text-align: center;
}
.industry-inner > span {
    background-color: #bce3f4;
    border-radius: 32px;
    color: #29aee7;
    display: block;
    font-size: 25px;
    font-weight: 700;
    margin: 0 auto 5px;
    padding: 9px 15px;
    width: 55px;
}
#retail-banner{
	background-image:url(../images/retail-banner.png);
}

.retail-bg h1 {
    margin-bottom: 0;
}
.retail-bg p {
    margin-bottom: 50px;
}
.features li {
    display: block;
    font-size: 20px;
    margin: 0 0 20px;
    padding: 10px 0 0 55px;
    position: relative;
}
.features li span {
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #29aee7;
    border-radius: 30px;
    display: block;
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 45px;
}
.features-right li {
    padding-left: 0;
    padding-right: 55px;
}
.features-right li span {
    left: auto;
    right: 0;
}
.features-right {
    text-align: right;
}
.feature-pic img {
    width: 100%;
}
.feat-1 span{
	background-image:url(../images/shop-icon-1.png);
}
.feat-2 span{
	background-image:url(../images/shop-icon-2.png);
}
.feat-3 span{
	background-image:url(../images/shop-icon-3.png);
}
.feat-4 span{
	background-image:url(../images/shop-icon-4.png);
}
.feat-5 span{
	background-image:url(../images/shop-icon-5.png);
}
.feat-6 span{
	background-image:url(../images/shop-icon-6.png);
}
.feat-7 span{
	background-image:url(../images/shop-icon-7.png);
}
.feat-8 span{
	background-image:url(../images/shop-icon-8.png);
}
.feat-9 span{
	background-image:url(../images/shop-icon-9.png);
}
.feat-10 span{
	background-image:url(../images/shop-icon-10.png);
}
.feat-11 span{
	background-image:url(../images/shop-icon-11.png);
}
.retail-boxes .col-sm-4 {
    flex: 1 1 auto;
}
.card-inner {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin: 0 0 35px;
    padding: 30px 10px 15px;
    text-align: center;
}
.retail-pos h1 {
    margin: 0;
}
.card-inner p{
	background-position:center top;
	background-repeat:no-repeat;
	font-size:17px;
}
#card-1 p{
	background-image:url(../images/pos-1.png);
}
#card-2 p{
	background-image:url(../images/pos-2.png);
}
#card-3 p{
	background-image:url(../images/pos-3.png);
}
#card-4 p{
	background-image:url(../images/pos-4.png);
}
#card-5 p{
	background-image:url(../images/pos-5.png);
}
.card-inner p {
    background-position: center top;
    background-repeat: no-repeat;
    font-size: 17px;
    line-height: 1.3;
    min-height: 120px;
    padding: 75px 0 0;
}	
.row.retail-boxes {
    margin-top: 40px;
}
.retail-pos {
    padding: 45px 0 35px;
}
.retail-bg {
    padding: 25px 0 40px;
}
.services {
    padding-top: 30px;
}
.service-bg {
     background-color: #fafbfc;
    border-bottom: 1px solid #ddd;
    padding: 35px 0;
}
.service-bg h1 {
    padding: 40px 0;
}
.service-inner {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    margin: 0 0 20px;
    padding: 20px 0 20px 80px;
	position:relative;
}
.service-box span {
    background-image: url("../images/icons.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    left: 15px;
    position: absolute;
    top: 15px;
    width: 54px;
}
.service-2 span {
    background-position: -69px 1px;
}
.service-3 span {
    background-position: -134px 1px;
}
.service-4 span {
    background-position: -203px 1px;
}
.service-5 span {
    background-position: -269px 1px;
}
.service-6 span {
    background-position: -337px 1px;
}
.service-7 span {
    background-position: -399px 1px;
}
.service-8 span {
    background-position: -461px 1px;
}
.service-9 span {
    background-position: -530px 1px;
}
.service-10 span {
    background-position: -594px 1px;
}
.service-11 span {
    background-position: -666px 1px;
}
.service-12 span {
    background-position: -738px 1px;
}
.service-13 span {
    background-position: -803px 1px;
}
.service-14 span {
    background-position: -830px 1px;
}
.service-14 span {
    background-position: -876px 1px;
}
.service-15 span {
    background-position: -937px 1px;
}
.service-16 span {
    background-position: 6px -68px;
}
.service-17 span {
    background-position: -66px -68px;
}
.service-18 span {
    background-position: -136px -68px;
}
.service-19 span {
   background-position: -201px -68px;
}
.service-20 span {
    background-position: -268px -68px;
}
.service-21 span {
    background-position: -337px -68px;
}
.service-22 span {
    background-position: -402px -68px;
}
.service-23 span {
    background-position: -458px -68px;
}
.service-24 span {
    background-position: -529px -68px;
}
.service-25 span {
    background-position: -597px -68px;
}
.service-26 span {
    background-position: -667px -68px;
}
.service-27 span {
    background-position: -730px -68px;
}
.service-28 span {
    background-position: -806px -68px;
}
.service-29 span {
    background-position: -873px -68px;
}
.service-inner > p {
    color: #172b4d;
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 8px;
}
.service-inner > small {
    color: #172b4d;
    font-size: 14px;
	display:block;
	margin: 0 0 18px;
}
.view-more{
	border-radius:3px;
	background-color:#f0f1f4;
	font-size:15px;
	color:#5f6474;
}
/**********robotic-page starts************/
#robotic-banner{
	background-image:url(../images/robotic-banner.png)
}
.about-robotic {
    background-color: #fff;
    padding: 15px 0 0;
}
.robot-text p {
    color: #777;
    line-height: 2;
}
.robot-text {
    padding: 40px 15px 30px;
}
.rpa-benefit {
    padding: 30px 0 0;
}
.rpa-benefit h1 {
    font-weight: 300;
	margin-bottom:5px;
}
.rpa-benefit p {
    color: #777;
    line-height: 2;
}
.rpa-text li {
    background-image: url("../images/check-circle.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 17px;
    margin: 0 0 20px;
    padding: 2px 0 4px 40px;
}
.rpa-text.text-right li {
    background-position: right 0;
    padding-left: 0;
    padding-right: 40px;
}
.rpa-text {
    padding-top: 70px;
}
/******pwa starts***********/
#pwa-banner{
	background-image:url(../images/pwa-banner.png);
	height:340px !important;
}
.about-pwa {
    background-color: #fff;
    padding: 30px 0 40px;
}
.about-pwa p {
    color: #777;
    line-height: 1.8;
	font-size: 18px;
	text-align: justify;
}
.wpa-features h4 {
    color: #3f4040;
    margin-bottom: 50px;
}
.wpa-features h4 span{
	font-weight:600;
}
.wpa-feat-box {
    position: relative;
}
.wpa-feat-inner {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    margin: 0 0 20px;
    min-height: 160px;
    padding: 20px;
    position: relative;
}
.wpa-round-inner {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    height: 160px;
    margin: 0 0 20px;
    padding: 42px 0 0;
    position: relative;
    width: 160px;
	display:inline-block;
}
.wpa-feat-box h5 {
    color: #29abe6;
    font-size: 17px;
    font-weight: 600;
    margin: 20px 0 5px;
}
.wpa-feat-inner span {
    background-color: #29abe6;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}
.wpa-feat-inner::before {
    border-color: transparent transparent transparent #ddd;
    border-style: solid;
    border-width: 12px 2px 12px 12px;
    bottom: 42%;
    content: "";
    position: absolute;
    right: -15px;
}
.wpa-feat-inner::after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 11px 1px 11px 13px;
    bottom: 43%;
    content: "";
    position: absolute;
    right: -13px;
}
.wpa-round-inner > span {
    background-image: url("../images/icon-set.png");
    background-repeat: no-repeat;
    display: block;
    height: 73px;
    margin: 0 auto;
    width: 80px;
}
.wpa-feat-box::after {
    border-top: 2px dashed #c1c1c1;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: -37%;
    top: 45%;
    width: 35%;
}
.wpa-round-inner::before {
    background-color: #f8f9fe;
    content: "";
    display: block;
    height: 100%;
    left: -20px;
    position: absolute;
    top: 0;
    width: 20px;
}

.wpa-icon-2{
	background-position:0 -90px;
}
.wpa-icon-3 {
    background-position: 0 -170px;
}
.wpa-icon-4 {
    background-position: 0 -265px;
}
.wpa-icon-5 {
    background-position: 0 -363px;
}
.wpa-features {
    padding: 40px 0 30px;
}
/********************iot begins*******************/
#iot-banner{
	background-image:url(../images/iot-banner.png);
	height:340px !important;
}
.organization-pic {
    margin: -30px 0 0;
}
.organization-pic img{
	width:100%;
}
.organization-text article {
    background-color: #8cc94e;
    border-radius: 3px;
    margin: 40px 0 0;
    padding: 25px 30px 15px;
}
.organization-text li {
    background-image: url("../images/send-icon.png");
    background-position: 0 7px;
    background-repeat: no-repeat;
    color: #fff;
    margin: 0 0 20px;
    padding: 0 0 0 28px;
	text-align: justify;
}
.organization-text {
    padding-bottom: 50px;
    padding-top: 50px;
}
.organize-content {
    background-color: #fff;
    padding: 30px 0;
}
.organize-content p {
    line-height: 2;
}
.smart-bg {
    background-color: #2ea2c7;
    padding-bottom: 30px;
}
.smart-bg h3 {
    color: #fff;
    font-weight: 600;
    margin: 0 0 30px;
}
.smart-bg p {
    color: #fff;
    line-height: 1.5;
    padding: 0 0 0 30px;
    position: relative;
    text-align: justify;
}
.smart-bg p span {
    background-color: #fff;
    background-image: url("../images/listing-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 20px;
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 20px;
}
.focus-pic {
    margin: 90px 0 0;
}
.smart-box h4 {
    background-position: center top;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 15px;
    padding: 80px 0 0;
}
.smart-box p{
	font-size:13px;
	color:#000;
	text-align: justify;
}
.smart-1 h4{
	background-image:url(../images/smart-1.png);
}
.smart-2 h4{
	background-image:url(../images/smart-2.png);
}
.smart-3 h4{
	background-image:url(../images/smart-3.png);
}
.smart-4 h4{
	background-image:url(../images/smart-4.png);
}
.smart-inner {
    background-color: #fff;
    border-radius: 3px;
    margin: 0 0 20px;
    padding: 20px 15px;
	position:relative;
}
.smart-inner::before {
    background-image: url("../images/bulb.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 28px;
    left: 4px;
    position: absolute;
    top: 7px;
    width: 24px;
}
.smart-inner.text-center > span {
    border: 1px solid #ddd;
    display: block;
    padding: 20px 10px 10px;
	
}
.focus-text {
    margin: 60px 0 0;
}
.smart-row {
    margin-top: -7px;
}
.offer-inner {
    background-color: #8cc94e;
    border-radius: 3px;
    margin: 0 0 20px;
    min-height: 250px;
    padding: 25px 25px 15px;
}
.offer-inner li {
    background-image: url("../images/send-icon.png");
    background-position: 0 7px;
    background-repeat: no-repeat;
    color: #fff;
    margin: 0 0 15px;
    padding: 0 0 0 28px;
	font-size:15px;
}
.offer-inner h4 {
    font-size: 16px;
    font-weight: 800;
    margin: 5px 0 15px;
    padding: 0 0 0;
}
.we-offer h3 span {
    display: block;
    font-size: 20px;
}
.we-offer {
    padding: 50px 0 30px;
}
.smart-city img {
    width: 100%;
}	
/************************************************/
.col-xs-5th-1, .col-xs-5th-2, .col-xs-5th-3, .col-xs-5th-4{
  float: left !important;
}
.col-xs-5th-5{
  float: left!important;
  width: 100%!important;
}
.col-xs-5th-4{
  width: 80%!important;
}
.col-xs-5th-3{
  width: 60%!important;
}
.col-xs-5th-2{
  width: 40%!important;
}
.col-xs-5th-1{
  width: 20%!important;
}
.col-xs-5th-pull-5{
  right: 100%!important;
}
.col-xs-5th-pull-4{
  right: 80%!important;
}
.col-xs-5th-pull-3{
  right: 60%!important;
}
.col-xs-5th-pull-2{
  right: 40%!important;
}
.col-xs-5th-pull-1{
  right: 20%!important;
}
.col-xs-5th-pull-0{
  right: auto!important;
}
.col-xs-5th-push-5{
  left: 100%!important;
}
.col-xs-5th-push-4{
  left: 80%!important;
}
.col-xs-5th-push-3{
  left: 60%!important;
}
.col-xs-5th-push-2{
  left: 40%!important;
}
.col-xs-5th-push-1{
  left: 20%!important;
}
.col-xs-5th-push-0{
  left: auto!important;
}
.col-xs-5th-offset-5{
  margin-left: 100%!important;
}
.col-xs-5th-offset-4{
  margin-left: 80%!important;
}
.col-xs-5th-offset-3{
  margin-left: 60%!important;
}
.col-xs-5th-offset-2{
  margin-left: 40%!important;
}
.col-xs-5th-offset-1{
  margin-left: 20%!important;
}
.col-xs-5th-offset-0{
  margin-left: 0%!important;
}
@media (min-width: 768px){
  .col-sm-5th-1, .col-sm-5th-2, .col-sm-5th-3, .col-sm-5th-4{
    float: left!important;
  }
  .col-sm-5th-5{
    float: left!important;
    width: 100%!important;
  }
  .col-sm-5th-4{
    width: 80%!important;
  }
  .col-sm-5th-3{
    width: 60%!important;
  }
  .col-sm-5th-2{
    width: 40%!important;
  }
  .col-sm-5th-1{
    width: 20%!important;
  }
  .col-sm-5th-pull-5{
    right: 100%!important;
  }
  .col-sm-5th-pull-4{
    right: 80%!important;
  }
  .col-sm-5th-pull-3{
    right: 60%!important;
  }
  .col-sm-5th-pull-2{
    right: 40%!important;
  }
  .col-sm-5th-pull-1{
    right: 20%!important;
  }
  .col-sm-5th-pull-0{
    right: auto!important;
  }
  .col-sm-5th-push-5{
    left: 100%!important;
  }
  .col-sm-5th-push-4{
    left: 80%!important;
  }
  .col-sm-5th-push-3{
    left: 60%!important;
  }
  .col-sm-5th-push-2{
    left: 40%!important;
  }
  .col-sm-5th-push-1{
    left: 20%!important;
  }
  .col-sm-5th-push-0{
    left: auto!important;
  }
  .col-sm-5th-offset-5{
    margin-left: 100%!important;
  }
  .col-sm-5th-offset-4{
    margin-left: 80%!important;
  }
  .col-sm-5th-offset-3{
    margin-left: 60%!important;
  }
  .col-sm-5th-offset-2{
    margin-left: 40%!important;
  }
  .col-sm-5th-offset-1{
    margin-left: 20%!important;
  }
  .col-sm-5th-offset-0{
    margin-left: 0%!important;
  }
}
@media (min-width: 992px){
  .col-md-5th-1, .col-md-5th-2, .col-md-5th-3, .col-md-5th-4{
    float: left!important;
  }
  .col-md-5th-5{
    float: left!important;
    width: 100%!important;
  }
  .col-md-5th-4{
    width: 80%!important;
  }
  .col-md-5th-3{
    width: 60%!important;
  }
  .col-md-5th-2{
    width: 40%!important;
  }
  .col-md-5th-1{
    width: 20%!important;
  }
  .col-md-5th-pull-5{
    right: 100%!important;
  }
  .col-md-5th-pull-4{
    right: 80%!important;
  }
  .col-md-5th-pull-3{
    right: 60%!important;
  }
  .col-md-5th-pull-2{
    right: 40%!important;
  }
  .col-md-5th-pull-1{
    right: 20%!important;
  }
  .col-md-5th-pull-0{
    right: auto!important;
  }
  .col-md-5th-push-5{
    left: 100%!important;
  }
  .col-md-5th-push-4{
    left: 80%!important;
  }
  .col-md-5th-push-3{
    left: 60%!important;
  }
  .col-md-5th-push-2{
    left: 40%!important;
  }
  .col-md-5th-push-1{
    left: 20%!important;
  }
  .col-md-5th-push-0{
    left: auto!important;
  }
  .col-md-5th-offset-5{
    margin-left: 100%!important;
  }
  .col-md-5th-offset-4{
    margin-left: 80%!important;
  }
  .col-md-5th-offset-3{
    margin-left: 60%!important;
  }
  .col-md-5th-offset-2{
    margin-left: 40%!important;
  }
  .col-md-5th-offset-1{
    margin-left: 20%!important;
  }
  .col-md-5th-offset-0{
    margin-left: 0%!important;
  }
}
@media (min-width: 1200px){
  .col-lg-5th-1, .col-lg-5th-2, .col-lg-5th-3, .col-lg-5th-4{
    float: left!important;
  }
  .col-lg-5th-5{
    float: left!important;
    width: 100%!important;
  }
  .col-lg-5th-4{
    width: 80%!important;
  }
  .col-lg-5th-3{
    width: 60%!important;
  }
  .col-lg-5th-2{
    width: 40%!important;
  }
  .col-lg-5th-1{
    width: 20%!important;
  }
  .col-lg-5th-pull-5{
    right: 100%!important;
  }
  .col-lg-5th-pull-4{
    right: 80%!important;
  }
  .col-lg-5th-pull-3{
    right: 60%!important;
  }
  .col-lg-5th-pull-2{
    right: 40%!important;
  }
  .col-lg-5th-pull-1{
    right: 20%!important;
  }
  .col-lg-5th-pull-0{
    right: auto!important;
  }
  .col-lg-5th-push-5{
    left: 100%!important;
  }
  .col-lg-5th-push-4{
    left: 80%!important;
  }
  .col-lg-5th-push-3{
    left: 60%!important;
  }
  .col-lg-5th-push-2{
    left: 40%!important;
  }
  .col-lg-5th-push-1{
    left: 20%!important;
  }
  .col-lg-5th-push-0{
    left: auto!important;
  }
  .col-lg-5th-offset-5{
    margin-left: 100%!important;
  }
  .col-lg-5th-offset-4{
    margin-left: 80%!important;
  }
  .col-lg-5th-offset-3{
    margin-left: 60%!important;
  }
  .col-lg-5th-offset-2{
    margin-left: 40%!important;
  }
  .col-lg-5th-offset-1{
    margin-left: 20%!important;
  }
  .col-lg-5th-offset-0{
    margin-left: 0%!important;
  }
}
.count .col-sm-4 {
    flex: 1 1 auto;
}


/***************************************/
@media (min-width:250px) and (max-width:1000px) {
	.top-menu {
    display: none;
} 
.left {
    display: none;
}
.user-section {
    padding-left: 15px !important;
}
.navbar-brand {
    margin: 0 0 0 15px;
}
.navbar-toggler {
    display: none;
}
.smallnav{
	margin: 0 0 0 15px;
}
.post-btn {
    margin-right: 15px;
}

}
@media (min-width:250px) and (max-width:991px) {
.custom-nav .container {
    display: block;
}
.try-free {
    float: right;
    margin: 0 15px 0 0;
}
.caption {
    padding-top: 75px;
}
.banner {
    height: 640px;
}
.partners li {
    margin: 0 40px 20px 0;
}
.partners {
    margin: 0;
}
.banner {
    height: auto;
}
}
@media (min-width:250px) and (max-width:767px) {
	.banner-pic {
    text-align: center;
}
.banner-pic img {
    width: 80%;
	margin: 30px 0 0;
}
.shape-2 {
	display:none;
}
.solution-text {
    padding: 30px 15px 0;
}
.solution {
    padding: 0 0 50px;
}

}
@media (min-width:250px) and (max-width:380px) {
	.try-free {
    display: none;
}
.partners li {
    display: block;
    margin: 0 auto 20px;
}
.solution-pic img{
	width:100%;
}
.shape-3 {
    width: 350px;
}
}
@media (min-width:250px) and (max-width:1080px) {
	.benefit-inner {
    font-size: 15px;
}
}
@media (min-width:250px) and (max-width:1065px) {
	.quote-1 h2 {
    font-size: 23px;
}
.quote-1 .col-md-8.col-sm-12::before {
    display: none;
}
.industries-bg {
    background-image: none;
}
.quote-1 .col-md-8.col-sm-12::before {
    display: none !important;
}
.quote-1 .col-md-8.col-sm-12::after {
    display: none !important;
}

}
@media (min-width:250px) and (max-width:767px) {

.benefit-text {
    padding: 15px 15px 10px;
}
.inner-caption {
    padding-bottom: 20px;
    padding-top: 120px;
}
.inner-banner {
    height: auto;
}
}
@media (min-width:250px) and (max-width:767px) {
	.wpa-feat-box::after {
		display:none;
}
}
@media (min-width:250px) and (max-width:955px) {
.block-pic > img {
    width: 100%;
}
}
@media (min-width:250px) and (max-width:1130px) {
.focus-pic img {
    width: 100%;
}
}
@media (min-width:250px) and (max-width:900px) {
.smart-box p {
    min-height: 180px;
}
}

































.pricing-table-3 {
    padding-top: 0;
    padding-bottom: 30px;
}
.cloud-pricing-3 {
    text-align: center;
}
.cloud-pricing-3 .pricing-title {
    background-color: #222;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 600;
    padding: 30px 10px 30px 10px;
    position: relative;
}
.cloud-pricing-3 .pricing-title:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #222;
    border-width: 12px;
    margin-left: -12px;
}
.cloud-pricing-3 .pricing-box {
    border: 1px solid #eee;
    padding-bottom: 40px;
    background-color: #f6f6f6;
}
.cloud-pricing-3 .pricing-box .pricing-info {
    padding: 35px 20px 40px 20px;
}
.cloud-pricing-3 .pricing-box .pricing-info .p-only {
    font-size: 11px;
    color: #8f8f8f;
    font-weight: 500;
    text-transform: uppercase;
}
.cloud-pricing-3 .pricing-box .pricing-info .p-money {
    margin: 0 auto;
    display: table;
    padding: 5px 10px 0px 10px;
    font-family: Poppins, Arial, sans-serif;
    color: #222;
}
.cloud-pricing-3 .pricing-box .pricing-info .p-money .p-unit {
    font-size: 21px;
    font-weight: 300;
    line-height: 1;
    float: left;
    padding-right: 5px;
}
.cloud-pricing-3 .pricing-box .pricing-info .p-money .p-price {
    font-size: 46px;
    font-weight: 700;
    float: left;
    line-height: 1;
}
.cloud-pricing-3 .pricing-box .pricing-info .p-duration {
    display: block;
    font-size: 11px;
    font-family: Poppins, Arial, sans-serif;
    color: #8f8f8f;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
}
.cloud-pricing-3 .pricing-box .button {
    font-size: 12px;
    background-color: #222;
    color: #fff;
    padding: 12px 16px 10px;
    line-height: 1;
    text-transform: uppercase;
    transition: all .3s ease;
    font-style: normal;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #fff;
}
.cloud-pricing-3.featured .pricing-title {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(77, 180, 232, 1) 0%, rgba(87, 125, 210, 1) 100%) repeat scroll 0 0;
}
.cloud-pricing-3.featured .pricing-title:after {
    border-top-color: #5298dd;
}
.cloud-pricing-3.featured .button {
    background-color: #5298dd;
    border-color: #5298dd;
}
.pricing-table-3 h1 {
    margin: 0 0 0;
}
.description {
    margin: 0 0 35px;
}


















.funfacts {
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
    background-color: #fff;
}
.funfacts .block {
    padding-top: 30px;
    padding-bottom: 30px;
}
.funfacts .counter-info {
    color: #8ecd4e;
    line-height: 1;
    padding-bottom: 20px;
}
.funfacts .counter-info .count {
    font-size: 42px;
    font-weight: 700;
}
.funfacts .counter-info .unit {
    font-size: 32px;
    font-weight: 400;
}
.funfacts .title {
    line-height: 1;
    color: #555;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#host-banner{
	background-image:url(../images/hosting-banner.png);
	height:340px !important;
}
#host-banner h1 {
    color: #000;
}





.host-round-inner {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    height: 160px;
    margin: 0 0 20px;
    padding: 42px 0 0;
    position: relative;
    width: 160px;
	display:inline-block;
}
.host-round-inner > span {
    background-image:none;
    background-repeat: no-repeat;
	background-position:center;
    display: block;
    height: 73px;
    margin: 0 auto;
    width: 80px;
}
.host-icon-1{
	background-image: url("../images/plan_icon1_blue.png")!important;
}
.host-icon-2{
	background-image: url("../images/plan_icon2_blue.png")!important;
}
.host-icon-3{
	background-image: url("../images/plan_icon3_blue.png")!important;
}
.host-icon-4{
	background-image: url("../images/plan_icon4_blue.png")!important;
}
.host-icon-5{
	background-image: url("../images/plan_icon5_blue.png")!important;
}
.host-icon-6{
	background-image: url("../images/plan_icon6_blue.png")!important;
}


.pricing-table-2 {
	background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.cloud-pricing-2 {
    text-align: center;
    border: 1px solid #555;
    padding-bottom: 30px;
}
.cloud-pricing-2 .pricing-title {
    background-color: transparent;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 15px 10px 15px 10px;
}
.cloud-pricing-2 .pricing-desc {
    background-color: transparent;
    text-align: center;
font-size: 15px;
font-weight: 400;
color: #555;
}
.cloud-pricing-2 .pricing-desc ul {
    padding: 0px 20px;
    margin-bottom: 10px;
}
.cloud-pricing-2 .pricing-desc ul li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.cloud-pricing-2 .pricing-info {
    color: #888;
    background-color: transparent;
    padding: 20px 20px 20px 20px;
    position: relative;
    width: 100%;
    bottom: 0;
}
.cloud-pricing-2 .pricing-info .p-only {
    font-size: 15px;
color: #555;
    font-weight: 500;
    text-transform: uppercase;
}
.cloud-pricing-2 .pricing-info .p-money {
    margin: 10px auto;
    display: table;
    padding: 5px 10px 0px 10px;
}
.cloud-pricing-2 .pricing-info .p-money .p-unit {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    float: left;
    padding-right: 5px;
	color: #00c5da;
}
.cloud-pricing-2 .pricing-info .p-money .p-price {
    font-size: 35px;
    font-weight: 700;
    float: left;
    line-height: 1;
	color: #00c5da;
}
.cloud-pricing-2 .pricing-info .p-duration {
    display: inline-block;
    font-size: 18px;
    color: #555;
    letter-spacing: 1px;
    line-height: 1;
    position: relative;
    top: 8px;
}
.cloud-pricing-2 .button {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a1fa+0,00d8c9+100 */
background: #00a1fa; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #00a1fa 0%, #00d8c9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #00a1fa 0%,#00d8c9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #00a1fa 0%,#00d8c9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a1fa', endColorstr='#00d8c9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

        font-size: 15px;
    font-weight: 700;
    padding: 16px 16px 14px;
    line-height: 1;
    text-transform: uppercase;
    transition: all .3s ease;
    font-style: normal;
    display: block;
    border-radius: 3px;
    border: none;
    color: #fff;
    margin: 40px auto 0;
    width: 150px;
	box-shadow: 0 4px 3px #C9C9C9;
	position:relative;
}
.cloud-pricing-2 .button:hover {
	box-shadow: 0 10px 17px #C3C3C3;
}

.cloud-pricing-2.featured {
    border: 1px solid #567dd2;
}
.cloud-pricing-2.featured .pricing-title {
    color: #567dd2;
}
.cloud-pricing-2.featured .p-money {
    color: #567dd2;
}
.cloud-pricing-2.featured .button {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(77, 180, 232, 1) 0%, rgba(87, 125, 210, 1) 100%) repeat scroll 0 0;
    border-color: transparent;
	color:#fff;
}
.pricing-table-2 h1 {
    margin: 0;
}









.dropdown-menu li a {
    display: block;
    color: #000 !important;
}
.dropdown-menu li a {
    display: block;
    color: #04dd98 !important;
    font-size: 14px;
}
.nav-desc {
    font-size: 14px;
    color: #555;
    font-weight: 600;
}
.plan_page {
    background-color: #f8f9fe;
}
.plan_page .cloud-pricing-item {
    background-color: #fff;
	min-height: 860px;
	position: relative;
}
.navbar-collapse li {
    text-transform: uppercase;
}
.cloud-pricing-2 .pricing-title span {
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.smart-inner > span {
    min-height: 390px;
}




.cloud-pricing-2 .pricing-desc ul li a {
    text-decoration: underline !important;
}
.message_modal .modal-dialog {
    max-width: 790px;
}
.message_modal .modal-header {
    background-color: #0056b3;
    padding: 10px 25px;
}
.message_modal .modal-header h4 {
    color: #fff;
}
.message_modal .modal-body {
    padding: 15px 25px;
}
.message_modal .modal-body p {
    font-size: 14px;
    color: #555;
}
.cyan .pricing-title {
    background-color: #00d6cb;
}
.blue .pricing-title {
    background-color: #00abf1;
}
.green .pricing-title {
    background-color: #00da61;
}
.yellow .pricing-title {
    background-color: #daa400;
}


.cyan .p-price, .cyan .p-unit {
    color: #00d6cb!important;
}
.blue .p-price, .blue .p-unit {
    color: #00abf1!important;
}
.green .p-price, .green .p-unit {
    color: #00da61!important;
}
.yellow .p-price, .yellow .p-unit {
    color: #daa400!important;
}



.card.contactus_page {
    padding: 30px 30px 20px;
    border: none;
}
.card.contactus_page input {
    height: 45px;
    border-radius: 2px;
    border: 1px solid #dce2e8;
	width: 100%;
	padding: 0 15px;
}
.card.contactus_page textarea {
    border-radius: 2px;
    border: 1px solid #dce2e8;
	padding: 15px;
}






.card.contactus_page {
    padding: 30px 30px;
    border: none;
}
.contactus_page label {
    display: block;
}
.card.contactus_page br {
    margin: 0 0 20px;
}
.card.contactus_page textarea {
    width: 100%;
    height: 170px;
}
.send {
    background-color: #00b96d;
    width: 130px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    border-radius: 3px;
    display: block;
    margin: 15px 0 0;
}
.organization-text h3 {
    color: #fff;
    margin: 0 0 25px;
}
.contact_word h2 {
    font-size: 19px;
	margin: 0px;
}
.contact_word h2 strong {
    font-size: 26px;
}
.contact_word {
    margin: 0;
}
.links {
    margin: 0;
}
.links li {
    display: inline-block;
}
.links li a {
    display: block;
    padding: 0 10px;
    position: relative;
	font-size: 14px;
	text-decoration: underline !important;
}
.links li a::after {
    position: absolute;
right: -3px;
top: 4px;
width: 1px;
height: 15px;
background-color: #555;
content: "";
}
.links li:nth-child(2) a::after, .links li:nth-child(4) a::after {
    display: none;
}
.copyright p {
    margin: 12px 0 0;
}
.faq_section {
    margin: 0;
	background-color: #fff;
}
.faq_section img {
    margin: 45px 0 0;
}
.faq_section h3 {
        font-size: 1.75rem;
    font-weight: 500;
    color: #231f20;
	margin: 130px 0 15px;
	position:relative;
	padding: 0 0 10px !important;
}
.faq_section p {
    font-size: 18px;
    font-weight: 300;
    color: #545454;
}
.faq_content a {
    display: block;
    font-size: 24px;
    font-weight: 700;
    text-decoration: underline;
    background-image: Url(../images/paper_plane.png);
	background-repeat:no-repeat;
    background-position: left center;
    padding: 0 0 0 35px;
	color: #567dd2;
}
.faq_section h3::before {
    width: 70px;
    height: 3px;
    background-color: #c72027 !important;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}




.button.view_btn {
    background: transparent;
    border: solid 2px #999;
    padding: 12px 14px;
    box-shadow: none ;
    margin: 15px auto 0;
    color: #555;
}
.button.view_btn:hover {
	box-shadow: 0 10px 17px #C3C3C3;
}/*******new changes**********/
.about-pwa h3 {    background-color: #02c2b4;    color: #fff;    display: inline-block;    font-size: 24px;    font-weight: 600;    margin: 0 0 30px;    padding: 6px 10px;}.about-pwa h4 {    font-size: 20px;}
.stream-process {
    background-color: #fff;
    padding: 50px 0;
    text-align: center;
}
.stream-process h3 {
    background-color: #02c2b4;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 50px;
    padding: 6px 10px;
}
#host-banner h1 {
    color: #02c2b4;
    font-size: 40px;
}
.talk-btn {
    background-color: #04ccc0;
    background-image: none !important;
    border-radius: 22px;
    color: #fff !important;
    display: inline-block !important;
    font-size: 17px !important;
    margin: 15px 0 20px;
    padding: 8px 55px !important;
    text-decoration: none !important;
    text-transform: uppercase;
}
.talk-btn:hover{
	background-color:#039a91;
}
.or-email {
    display: block;
    padding: 0 0 0 85px;
}