/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	background: url(../images/bg.jpg) no-repeat #E7E7E7;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	font-family: 'bebasregular';
}
body:after {
	background: rgba(134,6,71,0.7);
}
.container1{
	/*width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: transparent url(../images/pattern.png) repeat top left;
	z-index: 2;--*/
}
/*end reset*/
@font-face {
    font-family: 'bebasregular';
    src: url('../fonts/BEBAS___-webfont.eot');
    src: url('../fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BEBAS___-webfont.woff') format('woff'),
         url('../fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('../fonts/BEBAS___-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.wrap{
	width:80%;
	margin:0 auto;
}
/*---start-content-header----*/
.content-header h1{
	color: #fdba14;
	font-size: 4em;
	font-weight: inherit;
}
.content-header p{
	color: #fff;
	font-size: 1em;
	font-weight: inherit;
	word-spacing: 0.2em;
}
.content-header {
	text-align: center;
	margin-top: 10em;
}
/*---start-socail-icons----*/
.social-icons h3{
	color: #fff;
	font-size: 1em;
	margin: 1em 1em 0.5em 1em;
	word-spacing: 4px;
}
.social-icons ul li{
	display:inline-block;
}
.social-iconsl ul li a{
	display:block;
}
.social-icons ul li img{
	display:block;
}
.social-icons ul li a{
	background: #FFF;
	padding: 10px;
	border-radius: 30em;
	margin: 5px;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.social-icons ul li a:hover{
	background: #8d8387;
}
.social-icons {
	text-align: center;
}
/*---start-contact-us----*/
.contact-us h3{
	color: #fff;
	font-size: 1em;
	margin: 1em 1em 0.5em 1em;
	word-spacing: 4px;
	text-align: center;
}
.contact-us ul {
	text-align: center;
}
.contact-us ul li{
	color: #fff;
	padding: 10px;
}
/*---start-contact-us----*/
.content-about p{
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	font-weight: normal;
	word-spacing: 0.2em;
	text-align: left; 
	margin: 5em;
}
/*-----start-responsive-design------*/
/*-----start-responsive-design------*/
@media (max-width: 1440px){
	#counter {
		width: 67%;
		margin-left: 25%;
	}
	.digit {
		top: 9px!important;
	}
	.content-header {
		margin-top: 7em;
	}
	.notify {
		width: 39%;
	}
	.notify input[type="text"] {
		width: 76%;
	}
}
@media(max-width:1024px){
	.content-header h1 {
		color: #fff;
		font-size: 3.4em;
		margin:0 0 0.3em 0;
	}
	.notify {
		width: 50%;
	}
}
@media(max-width:768px){
	.content-header h1 {
		font-size: 2.5em;
		margin: 0 0 0.2em;
	}
	.content-header p {
		color: #fff;
		font-size: 0.85em;
	}
	.notify {
		width: 57%;
	}
	.notify input[type="text"] {
		width: 71%;
	}
}
@media(max-width:640px){
	.content-header h1 {
		font-size: 2em;
	}
	.notify {
		width: 75%;
	}
}
@media(max-width:480px){
	.content-header h1 {
		font-size: 1.5em;
		margin:0 0 0.5em;
	}
	.content-header p {
		font-size: 0.8em;
		line-height: 1.6em;
	}
	.notify {
		width: 71%;
		padding: 1em;
		margin-top: 1em;
	}
	.notify input[type="text"] {
		width: 52%;
	}
	.copy-right p {
		font-size: 0.7em;
	}

}
@media(max-width:320px){
	.content-header h1 {
		font-size: 1.2em;
		margin: 0 0 0.5em;
		line-height: 1.6em;
	}
	.content-header p {
		font-size: 0.7em;
		line-height: 1.6em;
	}
	.content-header {
		margin-top: 5em;
	}
	.notify {
		width: 77%;
	}
}