body{
	padding:0;
	margin:0;
	 background: url(../images/1.jpg)0px 0px no-repeat;
    background-size: cover;
    background-position: 50% 50%;
	min-height:100vh;
	
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	font-weight:400;
}
input[type="email"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	font-family: 'Titillium Web',sans-serif;
}
h1,h2,h3,h4,h5,h6{
	margin:0;		
	font-weight:400;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	font-family: 'Titillium Web',sans-serif;
}	
.clear {
	clear:both;
}
p,button{
	margin:0;
	font-family: 'Playfair Display', serif;
}

ul{
	margin:0;
	padding:0;
}
label{
	font-family: 'Playfair Display', serif;
	color:#f5c408;
	margin:0;
}
.text-center {
	text-align:center;
}
img{
	width:100%;
}
span{
	font-family: 'Playfair Display', serif;
}
footer{
	font-family: 'Titillium Web',sans-serif;
}
@font-face{
	  font-family: 'Playfair Display';
	  src:url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
}
@font-face{
	  font-family: 'Titillium Web';
	  src:url('../fonts/TitilliumWeb-Regular.ttf') format('truetype');
}
/*--banner--*/
.agile-main  h1 {
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #FFF;
   padding:1em 0 1em 0
}
.agile-offer h2 {
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    padding: 0.5em 0 0 0;
}
.agile-offer span{
    font-size: 60px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 10px;
    margin: 0;
    padding:0;
    color: #fff;
   display: block;
}
.agile-offer label{
	color:#f1a10c;
}
.agile-ad {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
label.off {
    font-size: 70px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    padding: 0;
    color: #e48b00;
}
h3 {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
.agile-offer {
   flex-basis: 350px;
    background: rgba(8, 8, 8, 0.69);
    border-style: double;
    border-color: #ccc;
    border-width: 15px;
    padding: 1em;
	margin:0 2em 0 0;
}
.btn label .fa {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 0 6px;
}
button.btn {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    border: none;
    outline: none;
    width: 40%;
    margin: 1em auto;
    display: block;
    padding: 10px 0;
    background: rgba(255, 155, 0, 0.67);
    color: #fff;
    cursor: pointer;
}
.agile-offer p {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #fff;
    padding: 10px 0 010px 0;
}
	footer {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #fff;
    padding: 5em 0 0 0;
}
footer a{
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
	text-decoration:none;
    letter-spacing: 1px;
	 color: #fff;
}

/*--/banner--*/
/*--responsive--*/
@media(max-width:1920px){
	
}
@media(max-width:1680px){
	
}
@media(max-width:1600px){
	
}
@media(max-width:1440px){
	
}
@media(max-width:1366px){
	
}
@media(max-width:1280px){
	
}
@media(max-widht:1080px){
	
}
@media(max-width:1050px){
	
}
@media(max-width:1024px){
	
}
@media(max-widht:991px){
	
}
@media(max-width:900px){
	
}
@media(max-widht:800px){
	
}
@media(max-width:768px){
	
}
@media(max-width:736px){
	
}
@media(max-width:667px){
	
}
@media(max-width:600px){
	
}
@media(max-widht:568px){
	
}
@media(max-width:480px){
	
}
@media(max-width:414px){
	.agile-offer{
		flex-basis:300px;
	}
	button.btn{
		width:50%;
	}
}
@media(max-width:384px){
	.agile-offer{
		margin: 0 1em 0 0;
	}
}
@media(max-width:375px){
	.agile-offer{
	    margin: 0 0.5em 0 0;
	}
}
@media(max-width:320px){
	button.btn {
		width: 70%;
	}
	.agile-offer p {
		font-size: 19px;
	}
footer{
	padding: 1em 0 0 0;
}
.agile-main  h1{
	    padding: 0.5em 0 0.5em 0;
}
}
/*--/responsive--*/