* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.header {
	background: #faa821;
}
.header a {
	background: #50b9c7;
    padding: 6px 25px;
    display: inline-block;
    color: #fff;
}
.header a:hover {
	background: #000;
	text-decoration: none;
}
.main {
	background-image: url(../webinaer-main.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding:70px 0 0;
}
.main:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #59bdc6e6;
	top: 0;
}
.login-form {
	background: #fff;
    padding: 20px;
}
.login-form h3 {
	font-size: 16px;
    display: inline-block;
    color: #ffffff;
    position: relative;
    z-index: 1;
    line-height: 40px;
}
.login-form h3:before {
	content: '';
	    background: black;
    left: -20px;
    position: absolute;
    width: 125%;
    height: 100%;
    z-index: -1;

}
.login-form .form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000000;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.loginbttm button{
	background: black;
    border: none;
    border-radius: 0;
    color: white;
    padding: 8px 40px;
}
.box-img h4 {
	font-size: 40px;
    color: #fff;
}
.footer {
	background: #faa821;
    padding: 40px 0 0;
}
.footer .box ul li {
list-style: none;
    padding: 10px 0;
}
.footer .box ul li a {
	color: #fff;
    font-size: 22px;
}
.footer .box ul li a:hover {
	text-decoration: none;	
}
.footer .box ul li.dis {
	display: inline-block;
}
.footer .box .subscribe {
	    background: white;
    padding: 10px;
    margin-top: 30px;
}
.footer .box p {
	margin-top: 20px;
	color: #ffffff;
}
.footer .box .subscribe input{
	    width: 80%;
    border: 0;
    border-bottom: 2px solid #55bbc8;
}
.footer .box .subscribe button {
	    width: 18%;
    background: #55bbc8;
    border-radius: 30px;
    border: none;
    color: white;
    line-height: 36px;
}
.footer .box .subscribe button:hover {
	background-color: #000;
}
textarea:focus, input:focus{
    outline: none;
}
.header2 {
	background-color: #ffffff;
}
.header2 .logo img {
	width: 200px;
}
.header2 a {
	margin-top: 25px;
}
.main2 {
	padding: 50px 0;
    background: #f9f9f9;
}
.main2 .aap-box-img {
	position: relative;
}
.main2 .aap-box-img img {
	position: relative;
}
.main2 .aap-box-img:before {
	content: '';
	position: absolute;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    width: 100%;
    height: 100%;
    background-color: #51cdd7;
}
.boxmain {
	margin-bottom: 100px;
}
.main2 .aap-text-area {
	text-align: right;
	
}
.main2 .aap-text-area h1 {
	    font-size: 45px;
    font-weight: 700;
    border-right: 6px solid #51cdd7;
    padding-right: 10px;
}
.main2 .aap-text-area p {
	font-size: 20px;
    font-weight: 200;
    width: 400px;
    margin: 0 0 20px auto;
}
.main2 .aap-text-area a {
	background: #51cdd7;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    border-left: 3px solid #ffac28;
}
.search-box {
	    width: 700px;
    background: white;
    padding: 20px 40px;
    margin: 0 auto;
    border-left: 3px solid #51cdd7;
    text-align: center;
}
.search-box h1 {
	font-size: 26px;
    color: #faa821;
    margin-bottom: 30px;
}
.search-box h1 span {
	font-size: 18px;
    padding-left: 10px;
    color: #000;
}
.search-box input {
	width: 60%;
    border: 0;
    border-bottom: 2px solid #51cdd7;
}
.search-box button {
	    background: #51cdd7;
    border: 0;
    padding: 4px 10px;
    color: white;
    border-radius: 30px;
}
@media only screen and (max-width: 767px) {
	.main .box-img img {
		width: 100%;
	}
	.footer .box .subscribe input {
    width: 75%;
}
.search-box,
.main2 .aap-text-area p,
.main2 .aap-box-img img{
    width:100%;
}
.header2 .logo {
    text-align:center;
}
.header2 a {
     text-align:center;
}
.main2 .aap-text-area p {
        margin: 0 0 13px auto;
        font-size:16px;
}
.main2 .aap-text-area h1 {
    font-size:25px;
    margin-top: 20px;
}
.footer .box .subscribe button {
    width: 23%;
}
}