
body, html {
 
  margin: 0;
  /* The image used */
  background-image: url("../images/bg.jpg");

  /* Full height */
 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color:#b5b5b5;
}



/*
=============================================
	center_area
============================================== 
*/

.center_area { width:85%; margin:0 auto; display:table;}

/* Logo */
.logo { width:85%; margin:10% auto 0 auto;}
.logo img { width:100%;}

/* List Top area */
.top_list { list-style-type:none; float:right; margin-top:3%;}
.top_list li { float:left; margin-left:18px; font-size:2vw;}
.top_list li i { font-size:2vw;}
.top_list li a { color:#000;}

/* headings */
.heading1 { font-weight:700; text-align:center; font-size:2.5vw;}
.heading3 { text-align:center; font-size:2.2vw;}

/* top margins */
.martop5 { margin-top:5%;}
.martop3 { margin-top:3%; border:0px !important;}


/* Btn Style */
.btn-center { display:table; margin-left:auto; margin-right:auto;}
.btn-style { background:#da2429; color:#FFF;  text-transform:uppercase; padding:1% 2%; font-size:1.5vw; }
.btn-style:hover { color:#FFF;}
.btn-style span { display:block; }

/* border-none */
.border-non { border:0px !important;}

/*
=============================================
	Footer
============================================== 
*/

footer p {  font-size:1.2vw}


/*
=============================================
	Media Query
============================================== 
*/
@media (max-width:768px) {
	
	.top_list { width:100%; float:right; margin-left:0px !important; padding-left:0 !important;}
	
body, html {
 
  margin: 0;
  /* The image used */
  background-image: url("../images/bg.jpg");

  /* Full height */
 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
}



/* Logo */
.logo { width:100%; margin:10% auto 0 auto;}
.logo img { width:100%;}

	/* List Top area */

.top_list li {  font-size:14px;}
.top_list li i { font-size:14px;}

/* headings */
.heading1 {  font-size:25px;}
.heading3 {  font-size:22px;}




/* Btn Style */

.btn-style {  font-size:15px; }

footer p {  font-size:12px}
	
	}
	
	
	
	
	@media (min-width:1500px) {
	
	/* Logo */
.logo { width:75%;}


	/* List Top area */

.top_list li {  font-size:1.5vw;}
.top_list li i { font-size:1.5vw;}

/* headings */
.heading1 {  font-size:2.1vw;}
.heading3 {  font-size:2vw;}




/* Btn Style */

.btn-style {  font-size:1.5vw; }

	
	}
	
	