
body{
	padding:0;
	margin:0;
	background:url(../images/2.jpg) no-repeat 0px 0px;
	background-size: cover;
    background-position: 50% 50%;
	background-attachment:fixed;
}
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;
        text-decoration: none;
        color: white;
}
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{
	margin:0;
	font-family: 'Quicksand',sans-serif;
}

ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
.text-center {
	text-align:center;
}
img{
	width:100%;
}
span{
	
}
footer{
	font-family: 'Titillium Web',sans-serif;
}
@font-face{

    font-family: '29LTKaff-Light';
    src: url(../fonts/29LTKaff-Light.ttf);

}
@font-face{

    font-family: '29LTKaff-Light';
    src: url(../fonts/BRENDA.ttf);

}
@font-face{

    font-family: '29LTKaff-Light';
    src: url(../fonts/Bodoni.ttf);

}
@font-face{
    font-family: '29LTKaff-Medium';
    src: url(../fonts/29LTKaff-Medium.ttf);

}
@font-face{
	  font-family: 'quick sand';
	  src:url('../fonts/quicksand-Regular.ttf') format('truetype');
}

@font-face{
	  font-family: 'titillium web';
	  src:url('../fonts/titilliumweb-Regular.ttf') format('truetype');
}
/*--main--*/
agile-main{
    text-align: center;
}
.agile-main h1 {
   font-size: 45px;
    font-weight: 600;
    text-align: center;
   
    
    color: #fff;
    padding: 0.2em 0 0em;
    font-family: '29LTKaff-Light';
}
.agile-count span .fa {
    margin: 0 auto;
    font-size: 50px;
    color: #fff;
    width: 4%;
    display: block;
}
.agile-count1{
    width: 20%;
    margin: 0 auto;
}
.agile-count{
    
    margin: 0 auto;
}
.agile-count img{
    width: 100%;
        height: 142px;
    width: 314px;
}
p {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    line-height: 40px;
    color: #fff;
    padding: 1em 0 0 0;
    font-family: '29LTKaff-Medium';
}

h2 {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    
    
       
	color:#fff;
        font-family: '29LTKaff-Medium';
        
}

.agile-form {
    width: 30%;
    margin: 0 auto;
}
input[type="email"] {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    
    letter-spacing: 1px;
    background: none;
	color:#fff;
    border: none;
    outline: none;
    border-bottom: 2px solid #fff;
    width: 85%;
    float:left;
    box-sizing: border-box;
     font-family: '29LTKaff-Light';
     height:2px;
}
input[type="submit"] {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    border: none;
    outline: none;
    background: url(../images/arrow.png)0px 0px no-repeat;
    color: #fff;
    padding: 5px 5px;
	float:right;
    width: 15%;
    cursor: pointer;
        bottom: 14px;
    position: relative;
   
}
span {
    color:cyan;
    font-family: '29LTKaff-Light';
    font-size: 40px;
    padding-top: 5px;
}
ul {
    list-style-type: none;
	padding-left: 14px;
}
li {
    display: inline-block;
    padding: 0 15px 0 0;
}
.social-icons li i {
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    width: 30px;
    height: 30px;
    background: none;
    color: cyan;
/*     border: 3px solid #fff;
 */    line-height: 2;
}
.social-icons {
   text-align:center;
   margin: 1em auto 1em;
}
.social-icons i.fa.fa-facebook:hover {
    color: #f2f3f5;
    border: 3px solid #f3f4f7;
    background: #3c5998;
	transition:0.5s ease-in;
}
.social-icons i.fa.fa-twitter:hover {
    color: #f2f3f5;
    border: 3px solid #f3f4f7;
    background: #1da1f2;
	transition:0.5s ease-in;
}
.social-icons i.fa.fa-google-plus:hover {
    color: #f2f3f5;
    border: 3px solid #f2f3f5;
    background: #dd4b39;
	transition:0.5s ease-in;
}
::-webkit-input-placeholder{
	color:#fff;
}

::-moz-input-placeholder{
	color:#fff;
}

::-ms-input-placeholder{
	color:#fff;
}
footer {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    
    color: cyan;
	padding:1em 0;
        font-family: '29LTKaff-Medium';
}
footer a{
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
	text-decoration:none;
    letter-spacing: 1px;
	 color: #fff;
}

/*--/main--*/

/*--timer--*/
#counter {
	height: 160px;
    font-size: 35px;
    color: #FFF;
    margin: 20px 20px 20px;
    overflow: hidden;
}
.timer{
	border-top:2px ridge #5F5F5F;
	border-bottom:2px ridge #5F5F5F;
}
.timer h4{
	font-size: 14px;
	color: #E5E5E5;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	letter-spacing: 1px;
	margin-top: 20px;
}
.countDays, .countHours, .countMinutes, .countSeconds {
    display: inline-block;
    padding: 25px 0;
    float: left;
    width: 23.7%;
    background: rgba(4, 31, 167, 0.1);
    border: 1px solid rgba(193, 175, 78, 0.28);
    background: transparent;
    border: none;
    border-left: none;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.countDays, .countHours, .countMinutes, .countSeconds {
   /*border: 1px solid #fff;
    box-sizing: border-box;
	border-right: transparent;*/
}

.countSeconds:last-child {
   /*  border-right: 1px solid #fff;*/	
}
.timer_wrap {
    width: 40%;
    margin: 0 auto;
    box-sizing: border-box;
}
.points {
	float: left;
	width:40px;
	margin: 0;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	line-height: 138px;
	text-shadow: none;
	color:#FFF;
    display: none;
}
.boxName {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #f7f7f7;
    font-style: normal;
    font-weight: 500;
	letter-spacing: 3px;
    text-transform: capitalize;
    clear: both;
    padding: 2px;
}
h2.ptn1 {
    background: #af763a;
    border-radius: 15px;
    margin: 17px;
    padding: 15px;

}
/*--/timer--*/
/*--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-width:1080px){
	.timer_wrap {
		width: 50%;
	}
	.agile-form {
		width: 40%;
	}
@media(max-width:1050px){
	
}
@media(max-width:1024px){
	
}
@media(max-width:991px){
	
}
@media(max-width:900px){
	.timer_wrap {
		width: 60%;
	}
	.social-icons {
		width: 20%;	
	}
	.agile-form {
		width: 50%;
	}
}
@media(max-width:800px){
	.social-icons {
		width: 25%;
	}
}
@media(max-width:768px){
	
}
@media(max-width:736px){
	
}
@media(max-width:667px){
	
}
@media(max-width:640px){
	.agile-main h1 {
		font-size: 40px;
               
	}
	.social-icons {
		width: 30%;
	}
}
@media(max-width:600px){
    .agile-count1{
        width: 100% !important;
		line-height: 20px;
    }
}
@media(max-width:568px){
	.social-icons {
		width: 30%;
	}
	.agile-main h1 {
		font-size: 23px !important;
		
	}
	.timer_wrap {
		width: 75%;
	}
	.agile-form {
		width: 60%;
	}
}
@media(max-width:480px){
	.agile-main h1 {
	font-size: 33px !important;
    padding-top: 50px;
	border-bottom: solid 0.5px;
	}
	.timer_wrap {
		width: 82%;
	}
	.social-icons {
		width: 40%;
	}
}
@media(max-width:414px){
	.social-icons {
		width: 50%;
	}
	.timer_wrap {
		width: 82%;
	}
}
@media(max-width:384px){
	
}
@media(max-width:375px){
	
}
@media(max-width:320px){
	.timer_wrap {
		width: 100%;
	}
	.boxName{
		font-size: 11px;
	}
	.social-icons {
		width: 60%;
	}
}}
.flogo{
    text-align: center;
    border-right: 3px solid yellowgreen;
    border-left: 3px solid yellowgreen;
    padding-right: 10px;
    width: 100%;
    background: rgba(0,0,0,0.29);
    border-radius: 60px;
     
}
/*--/respsonsive--*/

