::placeholder {
  color: #fff;
  opacity: 1; /* Fixes Firefox's default lower opacity */
}

/* Chrome, Opera, Safari */
::-webkit-input-placeholder {
  color: #fff;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

/* Internet Explorer 10+ */
:-ms-input-placeholder {
  color: #fff;
}

/* Firefox 18- (deprecated) */
:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
body{
	font-family: "Roboto", sans-serif;
}
header{
	padding: 10px 0;
	position: absolute;
    width: 100%;
    z-index: 10;
}
header img{
	display: block;
	margin:0 auto; 	
}
.sectionbanner{
	background-image: url(../../../assets/img/bg-business.png);
    padding-top: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 100px;
    background-position:center;
}
/*.sectionbanner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(11, 23, 20);
    opacity: 0.7;
}*/
/*.ItemZindex{
	z-index: 10;
}*/
.form-control{
	transition: none;
	background: rgb(251 251 251 / 15%);
	height: 60px;
	border: 1px solid #afafaf;
	border-radius: 13px;
	color: #cccccc;
	font-size: 15px;
}
.sectionbanner form{
	background: rgb(141 141 141 / 36%);
    padding: 40px;
    color: #fff;
}
.sectionbanner h1{
	line-height: 74px;
    font-size: 60px;
    margin-bottom: 40px;
    color: #fff;
    padding-top: 80px;
}
.sectionbanner p{
	font-size: 22px;
    line-height: 30px;
    color: #c7c7c7;
}
.sectionbanner h6{
    font-weight: 400;
}
.sectionbanner h4{
	margin-bottom: 30px;
}
.btn-info {
    background: linear-gradient(90deg, #00eaff, #2070ff);
    color: rgb(0, 0, 0);
    text-decoration: none;
    padding: 20px 30px;
    border-radius: 50px;
    margin: 10px 0;
    display: inline-flex;
    font-weight: 600;
}
.btn-info:hover{
    background: linear-gradient(90deg, #1673ff, #be3dff);
}
.sectionbanner form .btn{
	background: linear-gradient(90deg, #00eaff, #2070ff);
	color: rgb(0, 0, 0);
	display: inline-block;
	font-weight: bold;
	border-radius: 50px;
	padding: 19px 40px;
	border: transparent;
}
.SectionApp{
	background: #efefef;
	padding: 100px 0;
}
.SectionApp h6{
	font-size: 21px;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #000;
    margin-bottom: 20px;
}
.SectionApp img{
	width: 100%;
    margin: 0 auto;
    display: inline-flex;
    margin-top: 60px;
}
.SectionApp h4{
	font-size: 35px;
    margin-bottom: 50px;
}
.IteModule{
	margin: 25px;
	padding: 15px 40px;
	background: #fbfbfb	;
	border-radius: 20px;
	color: #444;
}
.IteModule h3{
	color: #000;
}
.IteModule li{
	list-style: none;
    color: #444;
}
footer{
	background: #000;
	color: #fff;
	padding: 20px 0;
	font-size: 12px;
}
footer p{
	margin-bottom: 0;
}
footer a{
	text-decoration: none;
	color: #fff;
	text-align: right;
	float: right;
}
footer a:hover{
	color: #b6b6b6;
}
@media screen and (max-width: 768px) {
	.sectionbanner h1 {
	    line-height: 55px;
	    font-size: 50px;
	    margin-bottom: 40px;
	    color: #fff;
	    padding-top: 10px;
	}
}