@import url('https://fonts.googleapis.com/css?family=Noticia+Text');

@font-face {
    font-family: 'AGENCYR';
    src: url('fonts/AGENCYR.eot');
    src: local('☺'), url('../fonts/AGENCYR.woff') format('woff'), url('../fonts/AGENCYR.ttf') format('truetype'), url('../fonts/AGENCYR.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AGENCYB';
    src: url('fonts/AGENCYB.eot');
    src: local('☺'), url('../fonts/AGENCYB.woff') format('woff'), url('../fonts/AGENCYB.ttf') format('truetype'), url('../fonts/AGENCYB.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
html,body{
    font-size: 1rem;
    font-weight: 400;
    font-family: arial, Sans-Serif;

}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
}
ul{
    margin:0;
    padding: 0;
    list-style: none;
}
.content{
    width: 90%;
    margin:0 auto;
    padding: 0;
}
/*Banner */
.banner{
    padding-top: 50px;
    background: #2d8642;
    color: #fff;
    position: relative;
}
@media(min-width: 769px){
    .banner{
        height: 505px;
    }
}
.banner-bottom{
    width: 100%;
    height: 200px;
    position: absolute;
    background:url(../images/header-curve.png) no-repeat;
    background-size: 100%;
    top: 100%;
    left: 0;
    margin-top: -1px;
    z-index: -1;
}
/*.banner:before{
    content: "";
    width: 100%;
    height: 300px;
    position: absolute;
    background:url(../images/header-curve.png) no-repeat;
    background-size: 100%;
    top: 100%;
    left: 0;
    margin-top: -1px;
}*/
.banner:before{
    content: "";
    width: 95%;
    height: 100%;
    position: absolute;
    background:  url(../images/header-content.png) no-repeat;
    background-size: 50%;
    top: 67%;
    left: 5%;
}
@media(min-width: 1850px){
    .banner:before{
        top: 55%;
    }
}
h1{
    font-family:'AGENCYR',Sans-Serif;
    font-size: 5rem;
}
.left-content{
    /*background: url(../images/header-content.png) no-repeat;*/
    background-position: bottom left;
    background-size: 100%;
}
h2{
    font-size: 3rem;
    font-weight: 400;
}
.right-content{
    margin-top: 15px;
    background: #e2e2e2;
    border-radius: 8px;
}
.form-head{
    padding: 25px 0;
    text-align: center;
    background: #4abe4f;
    border-radius: 8px 8px 0 0;
}
.form{
    color: #000;
    padding-top: 25px;
    padding-bottom:  25px;
}
.form label{
    display: block;
}
.form .btn-default{
    background: #4abe4f;
    color: #fff;
    font-size: 1.2rem;
}

/*Credit*/
.credit{
    font-size: 1.4rem;
    margin-top: 90px;
    padding:80px 0 30px 0;
    
}
.crimg{
    position: relative;
}
.crimg .img{
    padding-top: 0;
    width: 80%;
}
.img2{
    top: 220px;
    right: 15px;
    width: 60%;
    position: absolute;
}
@media(max-width: 767px){
    .img2, .crimg .img{
        position: static;
        width: 90%;
        margin-bottom: 10px;
    }
}
.crcontent{
    padding-top: 30px;
}
.crlist {
    margin-top: 40px;
}
.crlist li{
    padding: 28px 0;
}

/*Requirements*/
.requirements{
    padding: 30px 0;
}
.requirements p{
    font-size: 1.3rem;
    font-weight: 600;
}
.requirements .btn-default{
    margin-top: 20px;
    background: #2d8642;
    padding: 15px 70px;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 35px;
}

/*compares*/
.compares{
    padding: 50px 0;
    padding-bottom: 90px;
    background: #2d8642;
    color: #fff; 
}
.compares h3{
    font-size: 2rem;
}
.compares p{
    font-size: 1.3rem;
}
.compares .cbox{
    text-align: center;
    background: #393939;
    padding: 0;
    
    margin-bottom: 80px;
}
@media(min-width: 769px){
    .compares .cbox{
        margin: 5px;
    }

}
.compares .cbox .pkg-head{
    padding-top: 30px;
    height: 90px;
    font-size: 1.3rem;
}
.compares .cbox.first{
    text-align: left;
    font-size: 0.8rem;
    color: #fff;
    background: transparent;
}
.compares .cbox.first li{
    border-bottom: 1px solid transparent;
}
.compares .cbox:nth-child(4) .pkg-head{
   padding-top: 20px;
}
.compares .cbox li{
    padding: 30px 10px;
    height: 80px;
    border-bottom: 1px solid #3f3f3f;
}
.compares .cbox li:last-child{
    border-bottom:none;
}
.compares .button{
    padding: 20px 0;
    background: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
}
.compares .btn-default{ 
    background: #2d8642;
    padding:5px 50px;
    color: #fff;
    
}
.packages .active{
    background: #fff;
    color: #000;
}
.packages .active li{
   border-bottom: 1px solid #d9d9d9; 
}

/*testimonial*/
.testimonial{
    padding: 40px 0;
}
blockquote{
    font-family: 'Noticia Text', serif;
    font-size: 1.8rem;
    font-weight: 300;
    padding: 30px 20px;
}
.customer{
    padding-top: 40px;
}

/*CTA*/
.cta{
    margin-top: 150px;
    padding: 70px 0;
    background: #2d8642;
    color: #fff;
    position: relative;
}
.cta:before{
    content: "";
    width: 100%;
    height: 300px;
    position: absolute;
    background:url(../images/cta-curve.png) no-repeat bottom left;
    background-size: 100%;
    bottom: 100%;
    left: 0;
    margin-bottom: -1px; 
}
.cta .btn-default{
    background: #fff;
    padding: 20px 70px;
    border-radius: 35px;
    font-size: 1.3rem;
}

/*Owner*/
.owner{
    padding: 20px 0;
}

/*Footer*/
footer{
    padding-top: 25px;
    padding-bottom: 5px;
    background: #2d8642;
    color: #fff;
}
a, a:hover {
    color: inherit;
}
