/* Default Layout CSS */
#footer .contact-info .box i {
	margin-bottom: 15px;
}
#footer .contact-info .box {
	padding: 38px 15px!important;
}
.custom-header-img {
	position: absolute;
	right: 110px;
	top: 90px;
	z-index: 22222;
  width:1170px;
  text-align:right;
}
#icf-img {
  position: relative;
	margin-right:50px;
  height:125px;
  top: 45px;
  
}
#aw-icf {
	position: relative;
	top: 45px;
  height:125px;
  
}


/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 

}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.logo img {
	height: auto!important;
	width: 250px!important;
}
.custom-header-img {
	right: 80px;
	top: 20px;

}
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
.logo img {
	height: auto!important;
	width: 200px!important;
	margin-bottom: 100px;
}
#icf-img {
	width: 140px;
	margin-right: 15px;
}
#aw-icf {
	width: 100px;
} 
.custom-header-img {
	right: 30px;
	top: 155px;
}  
  
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.custom-header-img {
	top: 95px;
}
  

}