

/* Screens Resolution : 992px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {

}

/* Screens Resolution : 992px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
	
	

}


/* Screens Resolution : 767px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {

	body{ background-size:contain; background-position:center; }	
	/* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */

	p{ line-height: 1.4; }

	h1{ font-size: 2em; line-height: 1; }
	h2{ font-size: 2em; line-height: 1.1; }
	h3{ font-size: 1.8em; }
	li {line-height:2}
	.main-area .get-in-touch {/*bottom:266px;*/ position:relative; transform:none; left:0; right:0; bottom:0; letter-spacing:0px;}
	.desc a img {max-width:150px;}
	.logo {top:3%;}
	.logo img {max-width:100px; height:auto;}
	.main-area .social-btn{ width: 86%; }
	.main-area .social-btn ul{ margin-top:20px; }
	.main-area .get-in-touch::after {left:10%; width:80%;}
	.divBlock.second {border-left:none; border-top:solid 1px white;}
	
}

/* Screens Resolution : 479px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 479px) {

	/* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */

	body{ font-size: 12px; }
	
}

/* Screens Resolution : 359px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 359px) {
	
	
}

/* Screens Resolution : 290px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 290px) {
	
	
}