@charset "utf-8";
/* CSS Document */

/****
 create by :ashok shedge
 create date : 16/05/2017
 modified by :*****************/
 
 
@import url('https://fonts.googleapis.com/css?family=Ek+Mukta:400,600,700');
/*font-family: 'Ek Mukta', sans-serif;*/

body{ background:#000; background-repeat: no-repeat ;background-size:contain; background-position:top center; background-attachment:fixed; font-family: 'Ek Mukta', sans-serif;font-size:14px;color:#6d6c6c;font-weight:400;}

/*.container{width:1170px;}*/

.logo{ text-align:center; position:absolute;  bottom:200px; left:510px; }
.link{ color:#fff; font-size:24px; font-weight:400; text-decoration:underline;}
.link:hover{ color:#fff;}

.divider10{ height:10px;}
.divider20{ height:20px;}
.divider30{ height:30px;}
.divider50{ height:50px;}
.divider80{ height:80px;}
.divider120{ height:120px;}



/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {
	

}

 
 /* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {

.logo{ text-align:center; position:absolute;  bottom:180px; left:410px; }


}

/* Small Devices, Tablets */ 
@media only screen and (max-width : 768px){

.logo{ text-align:center; position:absolute;  bottom:120px; left:310px; }

}

/* Extra Small Devices, Phones */ 
 @media only screen and (max-width : 480px) {

.logo{ text-align:center; position:absolute;  bottom:60px; left:160px; }
.link{ color:#fff; font-size:18px; }
}



/* Custom, iPhone Retina */ 
 @media only screen and (max-width : 320px) {
	 
.logo{ text-align:center; position:absolute;  bottom:40px ; left:110px; }
}




/* Custom, */ 
 @media only screen and (max-width : 380px) {
	

	

}


















		