#nav {
	background: #000;
	padding: 21px 0;
}
#nav .nav-wapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#nav .nav-wapper .header-btn a{
    font: 400 18px/20px "Mulish", helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}
#nav .nav-wapper .header-btn a:hover,#nav .nav-wapper .header-btn a:active,#nav .nav-wapper .header-btn a:focus{
    color: #ffbd1f;
}
#nav .nav-wapper .header-btn .try-now-btn {
	font-weight: 700;
	background: #ffbd1f;
	color: #111;
	padding: 14px 32px;
    border-radius: 5px;
    margin: 0 0 0 30px;
    transition: all 0.5s ease-in-out;
}
#nav .nav-wapper .header-btn .try-now-btn:hover,
#nav .nav-wapper .header-btn .try-now-btn:active,
#nav .nav-wapper .header-btn .try-now-btn:focus{
    background: #fff;
    color: #000;
}
#banner .banner-text h1{
    font: 900 39px/45px "Mulish", helvetica, sans-serif;
    color: #000;
    text-align: center;
    margin: 50px 0;
}
#banner .banner-images{
    margin: 0 0 30px 0;
}
#banner .banner-images a{
    position: relative;
    display: inline-block;
}
#banner .brandlogo{
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #e6e6e6 ;
    display: flex;
    align-items: center;
}
#banner .brandlogo ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 87%;
}
#banner .brandlogo ul li{
    list-style: none;
}
#banner .brandlogo ul li a img{
    transition: all 0.5s ease-in-out;
}
#banner .brandlogo ul li a:hover img,#banner .brandlogo ul li a:active img,#banner .brandlogo ul li a:focus img{
    transform: scale(0.95);
}
#banner .brandlogo .brandlogo-titel {
	font: 400 18px/20px "Mulish", helvetica, sans-serif;
	color: #000;
	letter-spacing: 0.20px;
	text-decoration: none;
	text-transform: uppercase;
	width: 13%;
}
.common-text h2{
    font: 700 29px/35px "Mulish", helvetica, sans-serif;
    color: #000;
    letter-spacing: 0.20px;
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
    position: relative;
}
.common-text h2::before{
    content: "";
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 100%;
    background: #1840a6;
}
.common-text p{
    font: 400 16px/25px "Mulish", helvetica, sans-serif;
    color: 0 0 20px 0;
}
.common-text p a{
    color: #1840a6;
    text-decoration: none;
    font-weight: 700;
}
.common-text .common-img{
    margin: 0 0 20px 0;
}
.common-text .common-img a{
    position: relative;
    display: inline-block;
}
.margin-bottom{
    margin: 0 0 30px 0;
}
.banner-images a::before, .common-img a::before {
	background: rgba(255,255,255,.2);
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}
.banner-images a::after, .common-img a::after {
	background: rgba(255,255,255,.2);
	bottom: 50%;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	visibility: visible;
}
.banner-images a:hover::before, .common-img a:hover::before {
	left: 0;
	right: 0;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	visibility: hidden;
	transition: all .9s linear;
	-webkit-transition: all .9s linear;
	-moz-transition: all .9s linear;
	-o-transition: all .9s linear;
	-ms-transition: all .9s linear;
}
.banner-images a:hover::after, .common-img a:hover::after {
	top: 0;
	bottom: 0;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	visibility: hidden;
	transition: all .9s linear;
	-webkit-transition: all .9s linear;
	-moz-transition: all .9s linear;
	-o-transition: all .9s linear;
	-ms-transition: all .9s linear;
}
.especially{
    padding: 34px;
    background: #e9efef;
}
.especially h3{
    font: italic 700 18px/25px "Mulish", helvetica, sans-serif;
    color: #000;
    margin: 0 0 30px 0;
}
.especially img{
    margin: 0;
}
.especially p{
    font-style: italic;
}
.especially-text p:last-child{
    margin: 0;
}
.improving-bottom{
    margin: 0 0 70px 0;
}
.testimonials {
	padding: 30px;
	background: #e4eeff;
	margin: 0 0 40px 0;
}
.testimonials h3{
    font: 700 30px/40px "Mulish", helvetica, sans-serif;
    color: #000;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    margin: 0 0 25px 0;
    text-align: center;
    border-bottom: 1px solid #000;
    position: relative;
}
.testimonials h3::before{
    content: "";
    position: absolute;
    bottom: -5px;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #000;
}
.review {
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	display: block;
	margin: 65px 0 0 0;
	padding: 15px 15px 30px;
	margin: 65px auto 0;
}
.review .testimonials-images {
	overflow: hidden;
	border-radius: 50%;
	margin: -56px auto 10px;
	display: inline-block;
}
.review .star{
	margin: 0 0 10px 0;
}
.footer {
	background: #000;
	padding: 20px 0;
}
.footer .footer-text{
    text-align: center;
}
.footer .footer-text p{
    font: 400 16px/18px "Mulish", helvetica, sans-serif;
    color: #fff;
    margin: 0;
    text-decoration: none;
}
.alpha-product-ads {
	background: #e8c700;
	padding: 20px 33px 0;
	text-align: center;
	margin: 0 0 80px 0;
	position: sticky;
	top: 20px;
}
.alpha-product-ads .alpha-product-ads-btn a {
	font: 400 24px/26px "Mulish", helvetica, sans-serif;
	letter-spacing: 0.20px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: #0047ba;
	transition: all 0.5s ease-in-out;
	display: inline-block;
	width: 100%;
	padding: 15px 0;
    margin: 0 0 20px 0;
}

.alpha-product-ads .alpha-product-ads-btn a:hover,.alpha-product-ads .alpha-product-ads-btn a:active,.alpha-product-ads .alpha-product-ads-btn a:focus{
    background-color: #000;
}
.alpha-product-ads-images img {
	margin: 0 0 -60px 0;
    transition: all 0.5s ease-in-out;
}
.alpha-product-ads-images:hover img,.alpha-product-ads-images:active img,.alpha-product-ads-images:focus img {
    transform: scale(0.95);
}
/* responsive */
@media (max-width:1199px) {
    #banner .banner-text h1{
        font-size: 30px;
        line-height: 35px;
        margin: 40px 0;
    }
    .common-text h2{
        font-size: 26px;
        line-height: 31px;
    }
}
@media (max-width:991px) {
    #nav .nav-wapper .header-btn a{
        font-size: 16px;
        line-height: 18px;
    }
    #nav .nav-wapper .header-btn .try-now-btn{
        padding: 12px 26px;
        margin: 0 0 0 15px;
    }
    #banner .banner-text h1 {
        font-size: 24px;
        line-height: 30px;
        margin: 30px 0;
    }
    #banner .brandlogo ul {
        display: block;
        text-align: center;
    }
    #banner .brandlogo ul li {
        display: inline-block;
        margin: 0 4px;
        width: 18%;
    }
    .improving-bottom {
        margin: 0 0 40px 0;
    }
    .testimonials {
        margin: 0 0 40px 0;
    }
    .common-text .common-img{
        display: flex;
        justify-content: center;
    }
    #banner .brandlogo{
        text-align: center;
        display: block;
    }
    #banner .brandlogo .brandlogo-titel {
        width: 100%;
        margin: 0 0 20px 0;
    }
    #banner .brandlogo ul{
        width: 100%;
    }
}
@media (max-width:767px) {
    #banner .banner-text h1 {
        font-size: 21px;
        line-height: 28px;
    }
    #banner .brandlogo ul li {
        margin: 0 2px 10px;
    }
}
@media (max-width:575px) {
    .common-text h2 {
        font-size: 21px;
        line-height: 26px;
    }
    .header-logo {
        width: 136px;
    }
    #nav .nav-wapper .header-btn a {
        font-size: 14px;
        line-height: 16px;
    }
    #nav .nav-wapper .header-btn .try-now-btn {
        padding: 10px 19px;
        margin: 0 0 0 5px;
    }
    #banner .banner-text h1 {
        font-size: 19px;
        line-height: 27px;
    }
    #banner .brandlogo ul li {
        width: 40%;
    }
}
@media (max-width:480px) {
    .header-logo {
        width: 114px;
    }
    .common-text {
        text-align: center;
    }
    .common-text h2{
        display: inline-block;
    }
    #banner .banner-text h1 {
        font-size: 21px;
        line-height: 31px;
        margin: 20px 0;
    }
    .common-text h2 {
        font-size: 18px;
        line-height: 24px;
    }
    #banner .brandlogo .brandlogo-titel{
        font-size: 16px;
        line-height: 18px;
    }
    #banner .brandlogo {
        padding: 0;
        margin: 0 0 20px 0;
    }
    #banner .brandlogo ul li {
        width: auto;
    }
    .improving-bottom {
        margin: 0 0 20px 0;
    }
    .testimonials {
        margin: 0 0 20px 0;
        padding: 20px;
    }
    .alpha-product-ads .alpha-product-ads-btn a{
        font-size: 21px;
        line-height: 23px;
    }
    .alpha-product-ads {
        padding: 15px 15px 0;
    }
    .common-text h2::before {
        width: 5px;
    }
    .especially {
        padding: 15px;
    }
    .testimonials p{
        text-align: center;
    }
}
@media (max-width:360px){
    #nav .nav-wapper .header-btn a {
        font-size: 11px;
        line-height: 13px;
    }
    #nav .nav-wapper .header-btn .try-now-btn {
        padding: 9px 16px;
        margin: 0 0 0 5px;
    }
    #banner .banner-text h1 {
        font-size: 18px;
        line-height: 26px;
    }
    #banner .brandlogo ul li {
        width: 45%;
    }
    .common-text h2 {
        font-size: 16px;
        line-height: 22px;
    }
    .common-text p{
        font-size: 14px;
        line-height: 22px;
    }
}